/*
*	PIXEL (HTML version)
* 	Copyright 2015
* 	www.mutationmedia.net
* 	Created by : Benaissa Ghrib
*
*/

/* Table of Content
==================================================
	/* Preloader*/
	/* Wrapper*/
	/* Header*/
	/* Navigation*/
	/* Main slider*/
	/* About */
	/* Services */
	/* Pricing*/
	/* Portfolio*/
	/* Blog*/
	/* Contact*/
	/* Footer*/
	/* Media queries*/

/*Preloader*/
#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loaderBars {
    height: 40px;
	width: 40px;
    left: 50%;
	top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
}
.bar{
	background-color:#eea915;
	border:1px solid #eea915;
	float:left;
	height:20px;
	margin-left:2px;
	width:7px;
	opacity:0.1;
	-moz-animation-name:bounceG;
	-moz-animation-duration:1.5s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(0.7);
	-webkit-animation-name:bounceG;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(0.7);
	-ms-animation-name:bounceG;
	-ms-animation-duration:1.5s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(0.7);
	-o-animation-name:bounceG;
	-o-animation-duration:1.5s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(0.7);
	animation-name:bounceG;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(0.7);
}
.bar1{
	-moz-animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
	-ms-animation-delay:0.45s;
	-o-animation-delay:0.45s;
	animation-delay:0.45s;
}
.bar2{
	-moz-animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
.bar3{
	-moz-animation-delay:0.75s;
	-webkit-animation-delay:0.75s;
	-ms-animation-delay:0.75s;
	-o-animation-delay:0.75s;
	animation-delay:0.75s;
}
@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}
@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}
@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}
@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}
@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}
100%{
transform:scale(0.7);
opacity:0.1}
}
/*End preloader*/

/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}
/*End wrapper*/

/*Header*/
.mainHeader.fixed{
	position:fixed !important;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	opacity:1 !important;
	display:block !important;
}
.mainHeader.switchedHeader{
	position:fixed;
	top:0;
	left:0;
	opacity:1;
}
.mainHeader{
	width:100%;
	opacity:0;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  1px 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:  1px 1px 6px rgba(0, 0, 0, 0.1);
	-o-box-shadow:  1px 1px 6px rgba(0, 0, 0, 0.1);
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
}
.logo img {
 	margin-top: 5px;
    width: 42%;
}
/*End header*/

/*Navigation*/
nav.mainNav {
	display:inline-block;
}
nav.mainNav li {
    /*border: 1px solid green;*/
	display: inline-block;
	font-size: 11px;
	position:relative;
	text-transform: uppercase;
	padding-left: 20px;
	background: url(../images/plus.png) no-repeat scroll 0 32px / 15px 10px rgba(0, 0, 0, 0);
    vertical-align:top!important;
}
nav.mainNav li:first-child, nav.mainNav li:last-child{
	background:rgba(0,0,0,0);
}
nav.mainNav li:last-child span{
	width:40px;
    height:30px;
    margin-top:21px;
	padding: 0px 2px;
    background-color: #eee;
    border-radius: 0px;
    text-align:left;
    text-indent: -99999px;
    display:block;
}
nav.mainNav li a{
    color: #999999;
    display: block;
    position: relative;
	margin:2px 2px;
	padding: 24px 2px;
}
nav.mainNav li a:hover, nav.mainNav li span:hover{
    color: #eea915;
    /*background-color: #eea915;*/
}
nav.mainNav li:hover ul{
    /*display:block;*/|

}

.langMenu {
    /*display:none;!important;*/
    position:absolute;
    left:20px;
}

.langMenu li{
    display: block !important;
    background: none !important;
    padding:0 !important;
    margin:0 !important;
}
.langMenu li a{
    margin: 1px 0 !important;
    padding: 0 !important;
    width: 40px !important;
    height: 30px !important;
    background-color: #eee !important;
    text-align:left;
    text-indent: -99999px !important;
    display:block !important;
}
.langMenu li a:hover{
    background-color:#eea915 !important;
}
.ES{background: url(../images/flags/es.png) no-repeat center center;}
.DE{background: url(../images/flags/de.png) no-repeat center center;}
.EN{background: url(../images/flags/en.png) no-repeat center center;}
.FR{background: url(../images/flags/fr.png) no-repeat center center;}
.IT{background: url(../images/flags/it.png) no-repeat center center;}
.CA{background: url(../images/flags/ca.png) no-repeat center center;}
.EU{background: url(../images/flags/eu.png) no-repeat center center;}

/*Mobile menu button*/
.mobileBtn {
	padding:5px;
	text-align:center;
	z-index:1000;
	display:none;
}
.mobileBtn i{
	font-size:22px;
	color:#2c2c2c;
}
/*End button mobile menu*/
/*End navigation*/

/*Main slider*/
.mainSliderHolder{
	overflow:hidden;
}
.mainSlider .slides li {
    /*border:1px solid red;*/
    background:url(../images/sliderImages/slide1.jpg) top center no-repeat;
	background-size: cover !important;
    width: 100vw !important; height: 100vh !important;
}
.overlay:before{
    background: rgba(44, 44, 44, 0.4);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
}
.slidesInner {
    /*border:1px solid red;*/
    top: 25vh !important;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	color:#ffffff;
	z-index:999;
	/*margin-top:25vh;*/
}
.slidesInner img{
	height: 35vh !important;
}
.slidesInner p{
    color: #ffffff;
    font-size: 15px;
    margin-top: 1vh;
    padding: 0 30px;
}
.slidesInner p span{
    color: #eea915;
}
.socialsSlider{
	margin-top: 2vh;
}
.socialsSlider li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}
.socialsSlider a {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 35px;
    width: 35px;
	border-radius:100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	opacity:.5;
}
.socialsSlider li i {
    font-size: 12px;
    line-height: 33px;
}
.socialsSlider a:hover {
    /*color:#eea915;*/
    opacity:1;
}
/*End main slider*/

/*About section*/
.title h1{
	font-size:21px;
}
.title.light h1{
	color:#ffffff;
}
.title.dark h1{
	color:#2c2c2c;
}
.title h1 span{
	display:block;
	margin-top:10px;
}
.aboutIntroContent h1{
    font-family: 'robotolight' , Arial, sans-serif;
    line-height:36px;
	font-size:36px;
	color:#ffffff;
	text-transform:none;
}
.aboutIntroContent h1 span{
    font-family: 'robotolight' , Arial, sans-serif;
	color:#eea915;
}
.aboutIntroContent p{
	width:75%;
    margin:0 auto;
	margin-top:30px;
	margin-bottom:50px;
}
.aboutIntroContent p span{
	color:#eea915;
    font-weight: bold;
}.aboutIntroContent .b
/*End about section*/

/*Expertise*/
.exp{}
.expIco {
	width: 52px;
	height: 30px;
	background: #2c2c2c;
	position: relative;
	display:block;
	text-align:center;
	color:#f1f1f1;
	margin:0 auto;
}
.exp.selected .expIco{
	background: #eea915;
}
.exp.selected  .expIco:before {
	border-bottom: 15px solid #eea915;
}
.exp.selected .expIco:after {
	border-top: 15px solid #eea915;
}
.expIco i {
	font-size: 18px;
    line-height: 32px;
}
.exp.selected .expIco i {
	color:#ffffff;
}
.expIco:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 15px solid #2c2c2c;
}
.expIco:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 15px solid #2c2c2c;
}
.expDet{
	margin-top:40px;
}
h2.expTitle{
	font-size:15px;
	margin-bottom:15px;
}
.expDet p{
	margin-bottom:20px;
    width:75%;
	margin:0 auto;
}
.expDet p span{
    font-weight: bold;
}
.expDet a{
	font-size:14px;
	color:#eea915;
}
/*End expertise*/

/*Team*/
.teamSingle{margin-left:15;margin-right:15;}
.tImg {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    transform: translateX(-1px);
	-webkit-transform: translateX(-1px);
	-moz-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	-o-transform: translateX(-1px);
    z-index: 1;
}
.tImg img{
   width: 60%;
}
.polyLeft:after, .polyLeft:before, .polyRight:after, .polyRight:before {
    content: "";
    display: block;
    padding-top: 58%;
    position: absolute;
    width: 42%;
}
.polyRight:after, .polyRight:before {
    right: -19%;
	background:#f8f8f8;
}
.polyRight:before {
    top: -28%;
    transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.polyRight:after {
    bottom: -28%;
    transform: rotate(30deg);
	-webkit-transform:  rotate(30deg);
	-moz-transform:  rotate(30deg);
	-ms-transform:  rotate(30deg);
	-o-transform:  rotate(30deg);
}
.polyLeft:after, .polyLeft:before {
    left: -19%;
	background:#f8f8f8;
}
.polyLeft:before {
    top: -28%;
	transform: rotate(30deg);
	-webkit-transform:  rotate(30deg);
	-moz-transform:  rotate(30deg);
	-ms-transform:  rotate(30deg);
	-o-transform:  rotate(30deg);
}
.polyLeft:after {
    bottom: -28%;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.tDetails h3 {
    color: #eea915;
}
.tDetails h3 span {
    display: block;
    font-size: 12px;
    color: #999999;
}
.tDetails p {
 	margin-top:16px;
    font-style: italic;
    margin: 0 auto;
    width: 75%;
}
.tSocials {
    margin-top: 20px;
}
.tSocials li {
    display: inline-block;
}
.tSocials li a {
    display: inline-block;
	font-size:14px;
	border: 2px solid #2c2c2c;
    color: #2c2c2c;
    display: inline-block;
    height: 35px;
    width: 35px;
	border-radius:100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	margin-left:2px;
	margin-right:2px;
}
.tSocials li a:hover{
    border: 2px solid #eea915;
    color:#eea915;
}
.tSocials li i {
    line-height: 33px;
}
/*End team*/

/*Clients*/
.container .clientHolder {
    display: inline-block;
    float: none;
}
.clients{
	/*background: url(../images/parallaxBg/parallax.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;*/
    background-color: #f1f1f1;
	/*min-height: 430px;*/
	position:relative;
}
.clients:before{
    background: rgba(248, 248, 248, .90);
}
.clients .smallIntro p{
	color:#3b3a3c;
}
.clientHolder .clientsInner:first-child{
	border-top: 1px dashed #d0d0d2;
}
.clientsInner{
	border-left: 1px dashed #d0d0d2;
}
.logoSingle {
    border-bottom: 1px dashed #d0d0d2;
    border-right: 1px dashed #d0d0d2;
    padding: 15px 0;
}
.logoSingle a {
    opacity: 0.8;
	display:block;
}
.logoSingle a:hover {
    opacity: 0.6;
	-moz-transform: scale(1.2)  ;
	-webkit-transform: scale(1.2) ;
	-o-transform: scale(1.2)  ;
	.transform: scale(1.2) ;
}
.logoSingle img {
    /*width: 80%;*/
	-webkit-backface-visibility: hidden;
}
/*End clients*/

/*Testimonials*/
.testimonials {
	background: url(../images/parallaxBg/parallax.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 330px;
	position:relative;
}
.testimonials .bigTitle h1 {
    color: #ffffff;
}
.testimonials .bigTitle img {
    background: none repeat scroll 0 0 #4ac2be;
}
.testimonials .bigTitle h1:after {
    background: none repeat scroll 0 0 #ffffff;
}
.testimonials .testiSlider {
    width: 800px;
}
.testiSlider li {
    color: #ffffff;
    padding-bottom: 40px;
}
.testiSlider li img{
    height: auto;
    width: 173px !important;
    margin: 0 auto;
    padding-bottom: 20px;
}
.testiSlider li blockquote {
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}
.testiSlider li blockquote span {
    color:#eea915;
    font-weight: bold;
}
.testiSlider li .testiProfile {
    color: #eea915;
    font-size: 14px;
    padding-top: 20px;
}
.testiSlider li .testiProfile span {
    color: #ffffff;
}
.testiIcoInner {
	width: 52px;
	height: 30px;
	background: #eea915;
	position: relative;
	display:block;
	text-align:center;
	color:#ffffff;
	margin:0 auto;
}
.testiIcoInner i {
	font-size: 18px;
    line-height: 35px;
}
.testiIcoInner:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 15px solid #eea915;
}
.testiIcoInner:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 15px solid #eea915;
}
/*End testimonial*/

/*Portfolio section*/
.porfolioHolder p{
	width:75%;
	margin:0 auto;
    padding-bottom: 60px !important;
}
.porfolioHolder p span{
    color:#eea915;
    font-weight: bold;
}
.filterNav {
    text-align: center;
	background:#f8f8f8;
}
ul#category{
	padding:10px 0;
}
ul#category li {
    display: inline-block;
	margin-right:5px;
	text-transform:uppercase;
}
ul#category li a {
    color: #343434;
    display: inline-block;
    padding: 0 10px;
    position: relative;
	font-size:13px;
}
#category .current a{
	color:#eea915;
}
#category .current a:after {
    content: " + ";
    display: block;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    top: 15px;
    width: 22px;
    z-index: 0;
}
.item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.item:hover img {
    -moz-transform: scale(1.2)  ;
	-webkit-transform: scale(1.2) ;
	-o-transform: scale(1.2)  ;
	transform: scale(1.2) ;
	
}
.itemDesc{
	position:absolute;
	background:  rgba(44, 44, 44, .9);
	width:100%;
	height:100%;
	z-index:10;
}
.itemDesc h3 {
 	color: #f1f1f1;
    margin-bottom: 10px;
}
.itemDesc span {
	font-size: 14px;
	text-transform: none;
	display:block;

}
.itemBtn a{
	color:#2c2c2c;
	font-size: 12px;
	margin-top:10px;
	display:inline-block;
}
.itemBtn a:hover{
	color:#eea915;
}
.itemBtn a:last-child{
	margin-left:5px;

}
.img, .link {
    background: #ffffff;
    color: #f1f1f1;
    display: block;
    height: 25px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 12px;
    width: 40px;
}
.img i , .link i {
    font-size: 16px;
    line-height: 28px;
}
.img:before, .link:before {
    border-bottom: 10px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.img:after, .link:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}
/*End portfolio section*/

/*Project single*/
.projShowcase .proj{
	width:33.33%;
	float:left;
}
.projIntroInner .subtitle{
    font-size:12px;
    color:#eea915;
}
.projIntro span{
    font-weight: bold;
}

.stp h3 {
    margin-bottom: 5px;
}
.stp p {
    margin-bottom: 15px;
}
.projSocials li{
	display:inline-block;
	font-size:16px;
	margin-left:3px;
	margin-right:3px;
}
.projSocials li a{
	color:#2c2c2c;
}
.proj, .halfSlider {
    background-size: cover !important;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.halfDesc{
	float:right;
	width:50%;
	position:relative;
}
.halfDesc .halfInner {
    padding: 0 16%;
    position: absolute;
    top: 50%;
	margin-top: -50px;
}
.projectHolder{
	position:relative;
	padding:17.8% 0;
	height: 100%;
	width: 100%;
}
.projVideo iframe, .projectHolder .halfSlider  {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.container .halfDesc{
	margin-left:60%;
	padding-right:30px;
}
.projLink {
    background:rgba(36, 36, 36, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.proj:hover img {
    transform: scale(1.2);
	-moz-transform: scale(1.2)  ;
	-webkit-transform: scale(1.2) ;
	-o-transform: scale(1.2)  ;
	transform: scale(1.2) ;
}
.projLinkInner a {
    color: #2c2c2c;
}.projLinkInner a:hover {
    color: #eea915;
}
.quickL h2 {
    font-size: 19px;
    margin-bottom: 20px;
}
.quickBtn{
	display: inline-block;
    margin-bottom: 5px;
}
.quickBtn .btn{
    background-color: #2c2c2c;
    color:#f1f1f1;
}
.quickBtn .btn:hover{
	background:#eea915;
}
.portfolio {
    background-color: #ededed;
}

/*End project single*/

/*Twitter and instagram feed*/
.twitter{
	position:relative;
}
.twitterIco{
	position:absolute;
	top:0;
	background:#eea915;
	z-index:1;
	color:#ffffff;
	padding:20px 8px;
	font-size:25px;
}
.twitterIco{
	left:50%;
	margin-left: -20px;
}
.container .feedTw {
    display:inline-block;
	float:none;
}
.feedTw {
	margin-top:4.33%;
}
.feedTw h3{
	text-transform:none;
	font-size:14px;
	color:#2c2c2c;
}
.feedTw ul.tweet_list li:last-child {
    display: none;
}
.tweets .tweet_list {
	margin-top:20px;
    color: #2c2c2c;
    line-height: 32px;
	padding:0 100px;
}
.tweets .tweet_list li {
    font-size: 19px;
}
.tweets .tweet_list a {
    color: #2c2c2c;
}
.tweets p {
    color: #f1f1f1;
    font-size: 12px;
    padding-top: 10px;
}
.insta {
	position:relative;
	padding:60px 0;
	height:213px;
	overflow:hidden;
}
.instaInner ul.instaFeed{
	position:absolute;
	top:0;
	width:100%;
	height: 100%;
    overflow: hidden;
}
.instaTitle {
    position:relative;
    width: 260px;
    margin: 0 auto;
}
.instaIco i{
	color: #2c2c2c;
    display: block;
    font-size: 30px;
    margin-bottom: 16px;
}
.instaTitle h3{
	color:#2c2c2c;
	font-size:20px;
	text-align:center;
}
.instaTitle h3 span{
	margin-top:5px;
	font-size:13px;
	display:block;
	text-transform:none;
}
.instaFeed li{
	position: relative;
}
.instaInner .instaFeed li{
	display:inline;
	width:16.6667%;
	background-size: cover !important;
    float: left;
    height: 100%;
    overflow: hidden;
}
.instaFeed li a:before{
    background: rgba(248, 248, 248, 0.8);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
	display: block
}
.instaFeed li a:hover:before{
	background: rgba(36, 36, 36, 0);
}
/*End twitter and instagram feed*/

/*Lifebuoy*/
.lifebuoy{
	position:relative;
}
span.arrow i{
	color:#2c2c2c;
	font-size:70px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:-85px;
}
.lifeInner span i{
	color:#ffffff;
	font-size:40px;
	position: relative;
    top: -20px;
	opacity:.1;
}
.lifeInner h1 {
	margin-top:5px;
	color:#ffffff;
	font-size:24px;
	line-height:40px;
}
.lifeInner h1 span {
	color:#eea915;
    font: inherit;
}
.lifeInner h2 {
	display:block;
	font-size:12px;
	text-transform:none;
    color:#ffffff;
}
.lifeTel{
	font-size:25px;
	background:#eea915;
	color:#ffffff;
	padding:12px 18px;
	margin-top:25px;
	display:inline-block;
    border-radius:25px;
}.lifeTel:hover{
	background:#ffffff;
	color:#eea915;
}
/*End lifebuoy*/

/*Contact section*/
.container .contactInner {
    display: inline-block;
    float: none;
}
.contactInner{
	background:#ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	padding:20px 40px 50px 40px;
	border-radius:6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:2;
	position: relative;
}
.contactIco {
    background: #2c2c2c;
    color: #f1f1f1;
    display: block;
    height: 56px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 40px;
	top:-48px;
}
.contactIco i {
  	font-size: 30px;
    left: -2px;
    line-height: 55px;
    position: relative;
}
.contactIco:before {
    border-bottom: 28px solid transparent;
    border-right-color: #2c2c2c !important;
    border-right-style: solid;
    border-right-width: 14px;
    border-top: 28px solid transparent;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 0;
    width: 0;
}
.contactIco:after {
    border-bottom: 28px solid transparent;
    border-left-color: #2c2c2c !important;
    border-left-style: solid;
    border-left-width: 14px;
    border-top: 28px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: -14px;
    width: 0;
}
.contactIntro.largeIntro {
    width: 75%;
}
.inputColumns  .column1 ,  .inputColumns  .column2 {
	float: left;
    width: 50%;
}
.inputColumns  .column1 .columnInner {
	padding: 0 3px 0 0;
}
.inputColumns  .column2 .columnInner {
	padding: 0 0 0 10px;
}
.contactForm input[type="text"], .contactForm textarea, .replyForm input[type="text"], .replyForm textarea {
    background: #f2f2f2;
    border: 0 none;
    color: #666666;
    font-family: inherit;
    font-size: 13px;
    margin: 0 0 14px;
    outline: 0 none;
    padding:10px;
    resize: none;
    width: 100%;
	font-family: "robotolight", Arial, sans-serif;
	border:3px solid #f2f2f2;
	overflow:hidden;
}
 .replyForm input[type="text"], .replyForm textarea {
    background: #;
	border:3px solid #ffffff;
}
.contactForm textarea, .replyForm textarea {
    width: 100%;
	color: #666666;
	font-family: "robotolight", Arial, sans-serif;
}
.contactForm #submit, .replyForm #submit  {
    background: #343434;
    color: #f1f1f1;
    display: inline-block;
	cursor: pointer;
	text-transform:uppercase;
	padding:8px 30px;
}
.contactForm #submit:hover, .replyForm #submit:hover{
	background: #eea915;
    color: #ffffff;
}
#success, #error {
    display: none;
    position: relative;
}
#success h2, #error h2 {
    color: #eea915;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 10px;
	text-transform:none;
}
#error h2 {
    color: #eea915;
}
.errorForm {
    border: 3px solid #eea915 !important;
}
#map {
    height: 450px;
    width: 100%;
	z-index:1;
	margin-top:-70px;
}
/*End contact section*/

/*Footer*/

/*Footer top*/
.footerTop{
	background:#2c2c2c;
	color:#666666;
}
.footerTop .mail i{
	color:#666666;
}
.footerTop span, .footerTop a{
	font-size: 14px;
	color:#666666;
}
.footerTop span span{
    color:#eea915;
}

.footerTop  a:hover{
	opacity:1;
    color:#eea915;
}
.footerTop span i, .footerTop i{
  	font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
/*End footer top*/

/*Footer bottom*/
.footerBottom{
	background:#343434;

}
.footerBottom p{
	margin-top:15px;
	font-size:12px;
}
.footerBottom p .brand{

	color: #eea915;
	text-transform:uppercase;
}
.top{
	position:relative;
	top:-15px;
	z-index:11;
}
.top a i {
    background:#323232;
	box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  0 -4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow:  0 -4px 4px rgba(0, 0, 0, 0.3);
	-o-box-shadow:  0 -4px 4px rgba(0, 0, 0, 0.3);
	background: rgb(44,44,44); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(44,44,44,1) 0%, rgba(52,52,52,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(100%,rgba(52,52,52,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(52,52,52,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(52,52,52,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,44,44,1) 0%,rgba(52,52,52,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,44,44,1) 0%,rgba(52,52,52,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
    color: #eea915;
    display: inline-block;
    font-size: 13px;
    padding: 8px 11px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.socialsFooter{
	margin-top:10px;
}
.socialsFooter li {
    display: inline-block;
    margin-right: 2px;
    text-align: center;
}
.socialsFooter a {
    border: 2px solid #666666;
    color: #666666;
    display: inline-block;
    height: 35px;
    width: 35px;
	border-radius:100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.socialsFooter li i {
    font-size: 12px;
    line-height: 33px;
}
.socialsFooter a:hover {
    border: 2px solid #eea915;
    color:#eea915;
}
/*End footer bottom*/

/*End footer*/

/*404 error*/
.errHolder {
    overflow: hidden;
    position: relative;
}
.errImg {
    background-image: url(../images/teaserImages/t1.jpg);
    /*width: 100%;*/
	background-position: center bottom;
    background-size: cover;
    height: 100%;
    min-height: 700px;
	overflow:hidden;
	position:relative;
	-moz-transform: scale(1.1)  ;
	-webkit-transform: scale(1.1) ;
	-o-transform: scale(1.1)  ;
	transform: scale(1.1) ;
}
.errIntro {
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.errIntro h1 {
	font-size:65px;
    line-height:55px;
	color:#eea915;
}
.errIntro p {
	color:#ffffff;
	margin:15px;
}
/*End 404 error*/


/* Media queries */
@media (max-width: 1200px){
	.instaInner .instaFeed  li {width:25%;}
}
@media (max-width: 900px) {
	.instaInner .instaFeed  li {width: 33.333333%;}
}

/* (1680x1050) WSXGA+ Display */
@media  screen and (min-width: 1680px) {
    .slidesInner p{padding :0 670px;}
}

/*iPad lanscape*/
@media screen and (max-device-width: 960px) and (min-width: 1000px) and (max-width: 1030px){
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: visible !important;} 
	.facts,.process, .testimonials, .clients {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	 .headerSingle{background-attachment: scroll !important;}
	.mainSlider .slides li{background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .slides li{height: 100% !important;}
	.mainSlider .flex-control-nav{bottom:20px !important;}
	.slidesInner{margin-top:-140px}
	.slidesInner img {width: 30% !important;}
	.slidesInner p{padding:0 330px;}
	.logoHolder{width:960px !important;}
	.logo img {margin-top: 0;padding: 18px 0;width: 7%;}
	nav.mainNav {display:none;margin-bottom:10px;}
	nav.mainNav  li{display:block; text-align:left;padding-left:0;padding-bottom:10px;background:none;}
	nav.mainNav li a{padding:0; margin:0;}
	.mobileBtn{display: inline-block;position: absolute;top:20px;right:0;}
	.headerSingle, .hero {position: relative;}
	.headerSingle{min-height:350px;}
	.hero {top:200px;}
	.item{width:50%;height:100%;}
	.ui-tabs-nav li a {padding: 10px 20px !important;}
	.projVideo iframe{height:450px;}
	.projectHolder{padding:0;}
	.projVideo iframe, .projectHolder .halfSlider{position:relative; width:100%;}
	.halfDesc{width:100%;}
	.halfDesc .halfInner{position:relative; padding: 100px 10%;margin:0; }
	.postLarge{min-height:100%;}
	.container .postLarge.sb {width:96%;}
	.instaInner .instaFeed li{width:25%;}
}

/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: visible !important;} 
	.facts,.process, .testimonials, .clients {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.headerSingle{background-attachment: scroll !important;}
	.mainSlider .slides li{}
	.mainSlider .flex-control-nav{bottom:20px !important;}
	.slidesInner{/*margin-top:-110px;*/}
	.slidesInner p{/*padding:0 220px;*/}
	.slidesInner img {/*width: 30% !important;*/}
	.logoHolder{width:768px !important;}
	.logo img {margin-top: 0;padding: 20px 0;width: 8.1%;}
	nav.mainNav {display:none;margin-bottom:10px;}
	nav.mainNav  li{display:block; text-align:left;padding-left:0;padding-bottom:10px;background:none;}
	nav.mainNav li a{padding:0; margin:0;}
    nav.mainNav li:last-child span{width:40px;height:29px;margin-top:2px;}
    .langMenu{position:absolute;left:42px;top:-1px;}
    .langMenu li{display: inline-block !important;}
    .langMenu li a{display:block !important;height:29px!important;width:40px!important; margin-bottom:1px !important;}
	.mobileBtn{display: inline-block;position: absolute;top:18px;right:0;}
	.mobileBtn{display: inline-block;position: absolute;top:20px;right:0;}
	.headerSingle, .hero {position: relative;}
	.headerSingle{min-height:350px;}
    .teamSingle{margin-left:12px;margin-right:12px;}
	.hero {top:200px;}
	.shorten .inner h1{font-size:28px;}
	.fact span{margin-top:12px;}
	.noGap { width: 190px !important;}
	.skill{margin-top:0;}
	.servi{width:250px !important;}
	.add{float:none !important; margin:0 auto 100px auto !important;}
	.add:last-child{ margin-bottom:0  !important;}
	.testimonials .testiSlider {width: 700px;}
	.ui-tabs-nav li a {padding: 13px 20px !important;}
	.prcDet p{padding:0 20px;}
	.ctlContentL h1{font-size:13px;padding:0.44em 0;}
	.item{width:50%;height:100%;}
	.postLarge{min-height:100%;}
	.postLarge.last, .postLarge{padding:16px;}
	.postMedia.audio iframe{height:133px}
	.projVideo iframe{height:450px;}
	.projectHolder{padding:0;}
	.projVideo iframe, .projectHolder .halfSlider{position:relative; width:100%;}
	.halfDesc{width:100%;}
	.halfDesc .halfInner{position:relative; padding: 100px 10%;margin:0; }
	.projVideo iframe{position:relative; width:100%;height:450px;}
	.ltTitle h1{width:98%;}
	.lifeInner h1{line-height:42px;font-size:25px;}
	.container .postLarge.sb {width:96%;}
	.footerTop span, .footerTop a{font-size:13px;}
	.process .smallIntro p{padding: 0 180px;}
}

/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: visible !important;} 
	.facts,.process, .testimonials, .clients {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.headerSingle{background-attachment: scroll !important;}
	.mainSlider .slides li{}
	.mainSlider .flex-control-nav{bottom:20px !important;}
	.slidesInner{/*margin-top:-100px;*/}
	.slidesInner p{/*padding:0 120px;*/}
	.slidesInner img {/*width: 30% !important;*/}
	.logo img {margin-top: 0;padding: 18px 0;width: 15%;}
	nav.mainNav {display:none;margin-bottom:10px;}
	nav.mainNav  li{display:block; text-align:left;padding-left:0;padding-bottom:10px;background:none;}
	nav.mainNav li a{padding:0; margin:0;}
    nav.mainNav li:last-child span{width:40px;height:29px;margin-top:2px;}
    .langMenu{position:absolute;left:42px;top:-1px;}
    .langMenu li{display: inline-block !important;}
    .langMenu li a{display:block !important;height:29px!important;width:40px!important; margin-bottom:1px !important;}
	.mobileBtn{display: inline-block;position: absolute;top:18px;right:0;}
	.mobileBtn{display: inline-block;position: absolute;top:20px;right:0;}
	.headerSingle, .hero {position: relative;}
	.headerSingle{min-height:350px;}
	.hero {top:200px;}
	.aboutIntroContent h1{font-size:30px; line-height:40px;}
	.aboutIntroContent p{width:100%;padding:0 10px}
    .expDet p{width:100%;padding:0 10px;}
    .porfolioHolder p{width:100%;padding:0 10px;}
    .teamSingle{margin-left:0;margin-right:0;}
	.shorten .inner{width:100%;}
	.shorten .servSht .inner{top:158px;}
	.shorten .worksSht .inner{top:74%;}
	.servSht, .worksSht{float:none; width:100%;}
	.servBtn, .workBtn{position:absolute; z-index:10;width:100%;}
	.servBtn{top:40%;}
	.workBtn{top:90%;}
	.container .exp, .container .teamSingle, .shot img, .container .latest,  .container .fact, #accordionContent,.container .prc, .container .plan, .container .postLarge{margin-bottom:50px;}
	.container .exp:last-child, .container .teamSingle:last-child, .container .info:last-child, .container .fact:last-child, .container .prc:last-child, .container .plan:last-child,  .container .latest:last-child, .container .stp:last-child, .postLarge.last:last-child{margin-bottom:0;}
	.noGap{width:100% !important;}
	.clientHolder .clientsInner, .clientHolder .clientsInner:first-child{border-top:1px dashed #d0d0d2;}
	.logoSingle{border-right:1px dashed #d0d0d2;border-top:none;padding:15px 0;}
	.logoSingle img{/*width:20%;*/}
	.testimonials .testiSlider {width: 380px;}
	.servi{width:100% !important;border-bottom: 1px solid #efefef;border-right: none;padding:50px;}
	.servi:last-child{border-bottom: none;}
	.servIco{top:-66px;}
	.servDet{margin-top:-20px;}
	.servi .servDet p{padding:0;}
	.largeIntro, .projIntro, .pSingleIntro, .contactIntro.largeIntro{width:92%;}
	.clients .smallIntro p, .process .smallIntro p {line-height: 28px;padding: 0 55px;}
	.add{float:none !important; margin:0 auto 100px auto !important;}
	.add:last-child{ margin-bottom:0  !important;}
	.prcDet p {margin: 0 auto;width: 75%;}
	.ctlContentL, .ctlContentR {float: none;width: 100%;}
	.ctlContentL h1 {margin: 0 auto;width: 95%; font-size:17px;text-align:center;}
	ul#category li{display:block; margin-bottom:20px;}
	ul#category li:last-child{margin-bottom:0;}
	.item{width:100%;height:100%;}
	.projShowcase .proj{width:100%;float:none;}
 	.container .stp{margin-bottom:20px;}
	.projVideo iframe{height:450px;}
	.projectHolder{padding:0;}
	.projVideo iframe, .projectHolder .halfSlider{position:relative; width:100%;}
	.halfDesc{width:100%;}
	.halfDesc .halfInner{position:relative; padding: 100px 10%;margin:0; }
	.lifeInner h1{line-height:40px;font-size:25px;}
	.instaInner .instaFeed li{width:50%}
	.feedTw h3{margin-top:40px;}
	.tweets .tweet_list{padding:0;}
	.comments .replys {margin-left: 10px;}
	.comments .replys.children{margin-left:25px;}
	.postsHolder{margin-bottom:0 !important;}
	.postSingle .postContent blockquote:after {top: 85px;}
	.postLarge{min-height:100%;}
	.container .sidebar{margin-top:0 !important;margin-bottom:70px !important;}
	.inputColumns .column1, .inputColumns .column2{float:none; width:100%;}
	.inputColumns .column2 .columnInner, .inputColumns .column1 .columnInner{padding:0;}
	.container .info{margin-bottom:10px;}
}

/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: visible !important;} 
	.facts,.process, .testimonials, .clients {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.headerSingle{background-attachment: scroll !important;}
	.mainSlider .slides li{}
	.mainSlider .flex-control-nav{bottom:20px !important;}
	.slidesInner{/*margin-top:-70px;*/}
	.slidesInner img {/*width:40% !important;*/}
	.slidesInner p{/*padding:0 30px;margin-top:15px;*/}
	/*.socialsSlider{display:none;}*/
	.logo img {margin-top: 0;padding: 18px 0;width: 20%;}
	nav.mainNav {display:none;margin-bottom:10px;}
	nav.mainNav  li{display:block; text-align:left;padding-left:0;padding-bottom:10px;background:none;}
	nav.mainNav li a{padding:0; margin:0;}
    nav.mainNav li:last-child{}
    nav.mainNav li:last-child span{width:40px;height:29px;margin-top:2px;}
    .langMenu{position:absolute;left:42px;top:-1px;}
    .langMenu li{display: inline-block !important;}
    .langMenu li a{display:block !important;height:29px!important;width:40px!important; margin-bottom:1px !important;}
	.mobileBtn{display: inline-block;position: absolute;top:18px;right:0;}
	.headerSingle, .hero {position: relative;}
	.headerSingle{min-height:350px;}
	.hero {top:200px;}
	.aboutIntroContent h1{font-size:30px; line-height:40px;}
	.expDet p{width:100%;padding:0 10px;}
    .teamSingle{margin-left:0;margin-right:0;}
    .porfolioHolder p{width:100%;padding:0 10px;}
	.shorten .inner{width:100%;}
	.shorten .servSht .inner{top:158px;}
	.shorten .worksSht .inner{top:74%;}
	.servSht, .worksSht{float:none; width:100%;}
	.servBtn, .workBtn{position:absolute; z-index:10;width:100%;}
	.servBtn{top:40%;}
	.workBtn{top:90%;}
	.container .exp, .container .teamSingle, .shot img, .container .latest,  .container .fact, #accordionContent,.container .prc, .container .plan, .container .postLarge{margin-bottom:50px;}
	.container .exp:last-child, .container .teamSingle:last-child, .container .info:last-child, .container .fact:last-child, .container .prc:last-child, .container .plan:last-child,  .container .latest:last-child, .container .stp:last-child, .postLarge.last:last-child{margin-bottom:0;}
	.noGap{width:100% !important;}
	.clientHolder .clientsInner, .clientHolder .clientsInner:first-child{border-top:1px dashed #d0d0d2;}
	.logoSingle{border-right:1px dashed #d0d0d2;border-top:none;;padding:0px 0;}
	.logoSingle img{/*width:100%;*/}
	.testimonials .testiSlider {width: 230px;}
	.ui-tabs-nav li a {padding: 13px 17px !important;}
	.servi{width:100% !important;border-bottom: 1px solid #efefef;border-right: none;padding:50px;}
	.servi:last-child{border-bottom: none;}
	.servIco{top:-66px;}
	.servDet{margin-top:-20px;}
	.servi .servDet p{padding:0;}
	.largeIntro, .projIntro, .pSingleIntro, .contactIntro.largeIntro{width:92%;}
	.clients .smallIntro p, .process .smallIntro p {line-height: 28px;padding: 0 8px;}
	.add{float:none !important; margin:0 auto 100px auto !important;}
	.add:last-child{ margin-bottom:0  !important;}
	.prcDet p {margin: 0 auto;width: 75%;}
	.ctlContentL, .ctlContentR {float: none;width: 100%;}
	.ctlContentL h1 {margin: 0 auto;width: 100%; font-size:17px;text-align:center;}
	ul#category li{display:block; margin-bottom:20px;}
	ul#category li:last-child{margin-bottom:0;}
	.item{width:100%;height:100%;}
	.projShowcase .proj{width:100%;float:none;}
 	.container .stp{margin-bottom:20px;}
	.projVideo iframe{height:450px;}
	.projectHolder{padding:0;}
	.projVideo iframe, .projectHolder .halfSlider{position:relative; width:100%;}
	.halfDesc{width:100%;}
	.halfDesc .halfInner{position:relative; padding: 100px 10%;margin:0; }
	.instaTitle h3{font-size:23px;}
	.insta {padding: 28px 0;height:160px;}
	.instaInner .instaFeed li{width:50%;}
	.feedTw h3{margin-top:40px;}
	.tweets .tweet_list{padding:0;}
	.lifeInner h1{line-height:35px;font-size:19px;}
	.lifeTel{font-size:28px;}
	.comments .replys {margin-left: 10px;}
	.comments .replys.children{margin-left:25px;}
	.postsHolder{margin-bottom:0 !important;}
	.postSingle .postContent blockquote:after {top: 125px;}
	.tagsSingle h4{float:none; margin-right:0; margin-bottom:10px;}
	.tagsListSingle li a{padding:5px 10px;}
	.container .sidebar{margin-top:0 !important;margin-bottom:70px !important;}
	.inputColumns .column1, .inputColumns .column2{float:none; width:100%;}
	.inputColumns .column2 .columnInner, .inputColumns .column1 .columnInner{padding:0;}
	.container .info{margin-bottom:10px;}
}
/* -------------------- End media queries -------------------- */