/*Preloader*/
#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


.loaderBars {
    height: 50px;
	width: 70px;
    left: 50%;
	top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    
    
}


.bar{
	background-color:#5a90a7;
	border:1px solid #5a90a7;
	float:left;
	height:33px;
	margin-left:2px;
	width:9px;
	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*/

header{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	background-color: rgba(255, 255, 255, 0.97);


}


.mainHeader{
	width:100%;
	text-align:center;
}


.nav{
	width:360px !important;
}


.logo{
	width:180px !important;
	margin-top:21px;
}


.logo img {
	width:50%;
}


.mainNav li {
	display: inline-block;
	font-size: 11px;
	position:relative;
	text-transform: uppercase;
}


.mainNav li a {
    color: #999999;
    display: block;
    padding: 29px 15px;
    position: relative;
}


.mobileBtn {
	background:rgba(0,0,0,0);
	padding:5px;
	text-align:center;
	z-index:1000;
	display:none;
}


.mobileBtn i{
	font-size:20px;
	color:#343434;
}



/*End header*/




/*Main slider*/



.mainSlider{
	overflow:hidden;
	position:relative;
}


.mainSlider .slides li{

	background-size: cover !important;
	height: 800px;

}


.mainSlider .slides li:before, .process:before, .imgServices:before, .facts:before, .imgTS:before{
    background: rgba(36, 36, 36, 0.4);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
	left:0;
	top:0;
	z-index:0;
}


.caption {
    top: 49.4%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	color:#ffffff;
}

.caption img{
	width:10% !important;
}


.caption h1{
	color:#ffffff;
	font-size:36px;
	letter-spacing: 0px;
	line-height: 32px;
	
}


.caption p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    padding: 0 300px;
    text-transform: uppercase;
}


.ctl a{
	color:#ffffff;
	font-size:16px;
	margin-top:50px;
	display:inline-block;
	
}

.ctl a.folioSh{
	border:3px solid #ffffff;
	margin-right:10px;
}


.ctl a.folioSh:hover{
	color:#343434;
	background:#ffffff;
}

.ctl a.contact{
	background: #5a90a7;
	border: 3px solid #5a90a7;
}

/*End main slider*/


/*About section*/


.introHolder{
	position :relative;
	
}

.introHolder:before{
	content:"";
	height:150px;
	width:100%;
	top:150px;
	left:0;
	position:absolute;
}

.introBg {
    display: block;
    position: static;
    width: 100%;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.intro{
	padding-top:10px;
	padding-bottom:10px;
}

.innerIntro{
	margin-top:10px;
}

.innerIntro h1{
	color:#f1f1f1;
	font-size:13px;
	margin-bottom:10px;
	
}


.innerIntro h1 span{
	font-size:12px;
	
}

.innerIntro p i{
	font-size:20px;
	margin-bottom:10px;
	color:#4b4b4b;
	display:block;
	
}


.introTitle{
	position:relative;
}

.introTitle img {
    background:#343434;
    left: 44.6%;
    padding: 3px 7px;
    position: absolute;
    top: 38px;
    width: 10%;
}

.introTitle h1{
	font-size:18px;
	margin-bottom:30px;
	color:#f1f1f1;
	display:inline-block;
	padding:20px;
}


.introTitle h1:after {
    background:#f1f1f1;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 45px;
    width: 80px;
    margin-left: -36.8px
}

.innerIntro p{
	font-size:17px;
	color:#f1f1f1;
	line-height:30px;
}



.introSocial{
	margin-top:20px;
}

.introSocial li{
	display:inline;
}

.introSocial li a {
    color: #5a90a7;
    font-size: 15px;
    margin-left: 6px;
    margin-right: 6px;
}


.introSocial li a:hover {
    color: #4d4d4d;

}

.features{
	padding-left:75px;
	padding-top:40px;
	padding-bottom:40px;
}

.ft:last-child{
	margin-bottom:0;
}

.ftIco, .ftDet {
    float: left;
}



.ftDet h3 {
	text-transform:none;
	color: #666666;
}


.ftIco span.ico {
    color: #5a90a7;
    display: inline-block;
    font-size: 45px;
    line-height: 52px;
    margin: 30px 10px 10px -30px;
    position: relative;
    text-align: center;
    width: 60px;
	font-weight:100 !important;
}


.ftDet {
    margin-left: 17px;
    width: 388px;
}



.latest{
	float:left;
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:11;
}


.latest:hover img {
	-moz-transform: scale(1.2)  ;
	-webkit-transform: scale(1.2) ;
	-o-transform: scale(1.2)  ;
	.transform: scale(1.2) ;
	
}

.latestDesc {
    background:rgba(36, 36, 36, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:10;
	display:block;
}


.latestDesc h3 {
    color: #f1f1f1;
    margin-bottom: 10px;
    text-transform: none;
}


.latestDesc span {
    font-size: 13px;
	
}

a.latestBtn {
	margin-top:10px;
	border: 2px solid #f1f1f1;
	display:inline-block;
	color:#f1f1f1;
	font-size:15px;
}


.container .clientHolder {
    display: inline-block;
    float: none;
}


.clients .smallIntro p{
	color:#575658;
}



.logoSingle {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 35px 0;
}

.noGap:last-child .logoSingle {
    border-right: 0 none;
}

.clientsInner:last-child .logoSingle:last-child {
    border-bottom: 0 none;
}

.logoSingle a {
    opacity: 0.3;
	display:block;
}

.logoSingle a:hover {
    opacity: 1;
	-moz-transform: scale(1.2)  ;
	-webkit-transform: scale(1.2) ;
	-o-transform: scale(1.2)  ;
	.transform: scale(1.2) ;


}



.logoSingle img {
    width: 45%;
	-webkit-backface-visibility: hidden;
}




.team .smallIntro p {
    color: #999999;
    line-height: 28px;
    padding: 0 260px;
}


.teamSingle, .teamLead {
	margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    width: 192px !important;
	height:100%;
}


.teamDesc, .teamDescL{
	background: #5a90a7;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
	display:block;
}


.teamDesc h3{
	color:#ffffff;
}

.tImg img {
    border: medium none;
    display: inline-block;
}



.teamDesc h3, .teamDescL h3 {
    margin-bottom: 10px;
    margin-top: 20px;
	text-transform:none;
	text-align:left;
	margin-left:20px;
	color:#ffffff;
}


.teamSingle h3 span, .teamLead h3 span {
    display: block;
    font-size: 12px;

}


.tSocials  {
	 text-align:left;
	margin-left:15px;
}


.tSocials li {
    display: inline-block;
}


.tSocials li a {
    color: #ffffff;
    display: inline-block;
    padding: 2px 5px;
}

.tSocials li a:hover{
	opacity:.6;
}


.process{
	background: url(../other_images/parallax.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 430px;
	position:relative;
}

.process:before, .facts:before{
    background: rgba(36, 36, 36, 0.3);
}


.process .smallIntro p{
	padding:0 260px;
	line-height:28px;
}


.prc, .prc h3, .prc i{
	color:#ffffff;
}

.prc i{
	font-size:45px;
	margin-bottom:35px;
	padding:20px 30px;
	background: rgba(255, 255, 255, 0.2);
}


.prc h3{
	text-transform:none;
}


/*End about section*/


:target:before {
  content:"";
  display:block;
  height:79px; /* fixed header height*/
  margin:-79px 0 0; /* negative fixed header height */
}





/*Portfolio section*/

.filterNav {
    text-align: center;
}


ul#category li {
    display: inline-block;
	font-size:12px;
	margin-right:5px;
}


ul#category li a {
    color: #999999;
    display: inline-block;
    padding: 0 10px;
    position: relative;
	font-size:14px;
}


#category .current a{
	color:#343434;
}


#category .current a:after {
    border-bottom: 1px solid #5a90a7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 25px;
    width: 14px;
    z-index: 0;
}


.item{
    position: relative;
	margin-bottom:20px;
	overflow:hidden;
}


.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(36, 36, 36, .8);
	width:100%;
	height:100%;
	z-index:10;
}

.itemDesc h3 {
 	color: #f1f1f1;
    margin-bottom: 10px;
    text-transform: none;
}

.itemDesc span {
	margin-top: -5px;
	font-size: 13px;
	text-transform: none;

}


.itemBtn a{
	color:#e4e4e4;
	border:2px solid #e4e4e4;
	padding:5px 13px;
	font-size: 12px;
	margin-top:10px;
	display:inline-block;
}


.itemBtn a:last-child{
	margin-left:5px;

}

.singleDetails .smallIntro p {
    color: #999999;
    line-height: 28px;
    padding: 0 260px;
}

.projTitle h1{
	color:#ffffff;
	font-size:20px;
}

.projTitle p{
	font-size:13px;
}

.prSocials{
	margin-top:30px;
}

.prSocials li {
    display: inline-block;
}


.prSocials li a {
    color: #ffffff;
    display: inline-block;
	margin-right:8px;
}

.prSocials li a:hover{
	opacity:.6;
}


.prj, .prjSlider {
	height:100%;
	background-size: cover !important;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}

.prjVideo{
	margin-bottom:20px;
}



.prjLink {
    background:rgba(36, 36, 36, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:10;
}



.prj: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) ;
	
}

.prjLinkInner a {
    border: 2px solid #e4e4e4;
    color: #e4e4e4;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 13px;
}



.stp h3{
	margin-bottom:5px;
	text-transform:none;
}

/*End portfolio section*/





/*Call to action */

.icoCtl i{
	font-size:55px;
	color:#504d4c;
	font-weight:bold;
}

.cltInner h1{
	
	font-size:18px;
	color:#f1f1f1;
	margin-bottom:5px;
	
}

.cltInner p {
	
	color:#999999;
	padding:0 270px;
	margin-bottom:50px;
	
}


.cltInner a{
	
	color:#ffffff;
	display:inline-block;
	background:#5a90a7;
	text-transform:uppercase;
	
}

.cltInner a:hover{
	color:#d7d4d4;
	background:#706c6b;
}

/*End call to action*/




/*Contact section*/

.inputColumns  .column1 ,  .inputColumns  .column2 {
	float: left;
    width: 50%;
}

.inputColumns  .column1 .columnInner {
	padding: 0 15px 0 0;
}

.inputColumns  .column2 .columnInner, {
	padding: 0 5px 0 10px;
}

.contactForm input[type="text"], .contactForm textarea, .replyForm input[type="text"], .replyForm textarea {
    background: #f3f3f3;
    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: "open_sanslight", Arial, sans-serif;
	border:3px solid #f3f3f3;
	overflow:hidden;
	
}

.contactForm textarea, .replyForm textarea {
    width: 100%;
	color: #666666;
	font-family: "open_sanslight", Arial, sans-serif;
}

.contactForm #submit, .replyForm #submit  {
    background: #343434;
    color: #f1f1f1;
    display: inline-block;
	cursor: pointer;
	text-transform:uppercase;
}

.contactForm #submit:hover, .replyForm #submit:hover{
	background: #5a90a7;
    color: #ffffff;
}


#success, #error {
    display: none;
    position: relative;
}


#success h2, #error h2 {
    color: #1FB4DA;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 10px;
	text-transform:none;
}

#error h2 {
    color: #CE3D3D;
}

.errorForm {
    border: 3px solid #da4856 !important;
}

.cInfo{
	margin-bottom:40px;
}


.cInfo ul, .wInfo ul{
	margin-top:-7px;
}



.contactInner h1 {
	font-size:16px;
	margin-bottom:15px;
    
}

.contactInfo ul li{
	margin-bottom:2px;
}


/*End contact section*/



/*Teaser bottom*/

.teaserB{
	background: #5a90a7;
}


.teaserMsg h1 {
    color: #ffffff;
    font-size: 17px;
	margin-top:12px;
}

.buyLink a{
	
	background:#5a90a7;
	color:#ffffff;
	display:inline-block;
	text-transform:uppercase;
	float:right;
	border:3px solid #ffffff;
}

.buyLink a:hover{
	background:#ffffff;
	color:#5a90a7;
	

}


/*End teaser bottom*/



/*Footer*/

.footerTop{
	background:#2c2c2c;
}


.footerBottom{
	background:#343434;
	color:#d5d5d5;
	font-size:11px;
}

.ftLogo {
	margin-bottom:30px;
}

.ftLogo img{
	width:10.5%;
}


.socialsFooter li {
    display: inline-block;
    margin-left: 8px;
	margin-right: 8px;
    text-align: center;
}


.socialsFooter a {
    color: #ffffff;
    display: inline-block;
	font-size:25px;
	opacity:.1;

}

.socialsFooter a:hover {
	opacity:.8;

}

.top {
	margin-top:30px;
}

.top a i {
    background: none repeat scroll 0 0 #323232;
    border: 1px solid #383838;
    color: #f1f1f1;
    display: inline-block;
    font-size: 12px;
    padding: 0 12px;
}


/*End footer*/




/* -------------------- Media queries -------------------- */


/*Landscape 1024 X 600 */
@media only screen and (min-width: 1000px) and (max-width: 1030px){
	
	.bigTitle img {left: 48.01%;width: 4%;}
	.caption p {padding: 0 300px;}

}
 
/* (1680x1050) WSXGA+ Display */
@media only screen and (min-width: 1650px) and (max-width: 1889px) {
	.bigTitle img {left: 48.7%;width: 2.5%;}
	.caption p {padding: 0 640px;}
}


/* Smartphones & Tablets (portrait) & Tiny Desktops -------- */
@media only screen and (min-width: 640px) and (max-width: 799px) {
	.bigTitle img {left: 46.5% !important;width: 6.9% !important;}
}


/* (1280x1024) SXGA Display */
@media  screen  and (min-width: 1200px) and (max-width: 1280px) {
    .caption p {padding: 0 445px;}

}






/*iPad landscape*/
@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{background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.caption p{padding: 0 300px;}
	.bigTitle img{width:4.1%;left: 48.21%;}
	.ceoWord{margin-top:70%;}
	.ceoWord p, .ceoWord h3{padding:0 70px;}

}

/* 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 {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.caption p{padding: 0 210px;}
	.introHolder:before{top:240px;height:230px;}
	 .introTitle img{width:13.5% ;left: 43.36%;}
	.bigTitle img{width:5.5% !important;left: 47.41% !important;}
	.nav {width: 263px !important;}
	.testimonials .testiSlider {width: 700px;}
	.ftDet{width:270px;}
	.innerIntro{margin-top:115px;}
	.teamSingle, .teamLead{width:150px !important;}
	.team .smallIntro p, .process .smallIntro p, .facts .smallIntro p, .pricing .smallIntro p, .cltInner p,.blog .smallIntro p
	,.tweets .tweet_list, .singleDetails .smallIntro p{padding: 0 180px;}
	.noGap{width:190px !important;}
	.serviceDet{width:330px;}
	.ceoWord{margin-top:90%;}
	.ceoWord p, .ceoWord h3{padding:0 40px;}
	.exp{width:255px !important;}
	a.btnLaunch{margin-left:30px;}
	.pagination ul{text-align:left;}
	.pagination ul li{text-align:center;}
	.feedInner:before{left:20px;}
	.pstlDet{width:380px;}
	.teaserMsg h1{font-size:15px;}
	.ftLogo img{width:13%;}
	
	
	
}




/* 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;} 
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	.facts,.process, .mainSlider .slides li{background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .slides li{padding-bottom:600px;}
	.nav{width:420px !important;}
	.nav.second{padding-bottom:20px;}
	.caption{top:42.4%;}
	.caption p{padding: 0 100px;}
	.mainHeader{height:81px;}
	.logo img {position:absolute;left:0;width:23%;top:21px;}
	.nav.first .mainNav{margin-top:80px;}
	.mainNav{display:none;}
	.mainNav li{float:none; display:block; text-align:left;}
	.mainNav li a{ padding: 5px 0;}
	.mobileBtn{display: inline-block;position: absolute;top:26px;right:0;}
	.caption h1{font-size:25px;}
	.introHolder:before {top: 61%;}
	.introBg{height:40%;width:100%;}
	.innerIntro p{padding:0 10px;}
	.innerIntro{margin-top:0;}
	.bigTitle img{width:8.7%;left: 45.7%;}
	.ftIco span.ico{ margin: 0 10px 10px -71px;}
	.ftDet{width:350px;}
	.latest{width:100%;}
	.teamSingle, .teamLead{width:50% !important;}
	.clients .smallIntro{margin-bottom:30px;}
	.noGap{width:25% !important;}
	.logoSingle{border:none;padding:15px 0;}
	.logoSingle img{width:50%;}
	.container .prc, .container .fact, .container .plan, .container .stp{margin-bottom:40px;}
	.container .prc:last-child, .container .fact:last-child, .container .plan:last-child, .container .ft:last-child
	,.container .stp:last-child{margin-bottom:0 !important;}
	.imgServices{display:none;}
	.servicesInner{margin-top:100px !important; margin-bottom:100px !important;}
	.serviceDet{width:340px;}
	.testimonials .testiSlider {width: 380px;}
	.expertsiseContent{border-bottom:none;}
	.exp{width:100% !important;border-right:0;border-bottom:1px solid #efefef;}
	.planName img, .planPrice img {left: 42.9%;width: 14%;}
	.pstlDet {margin-left: 55px;width: 305px;}
	.contactForm{margin-bottom:50px;}
	.teaserMsg h1{line-height:25px;}
	.buyLink a{float:none;margin-top:20px;}
	.ftLogo img{width:27%;}
	.videoWrapper video{width:480px; height:270px; margin-bottom:15px !important;}
	.prj, .prjSlider{margin-bottom:20px !important;}
	.container .item{ margin-bottom: 30px;}
	.singleTeaser{padding-top:130px;padding-bottom:50px;}
	.imgTS{display:none;}
	.pagination{text-align:left;margin-top:20px;}
	.pagination li{text-align:center;}
	.container .sidebar{margin-top:40px;}
	.replyForm{margin-bottom:40px;}
	a.btnLaunch{margin-left:0;margin-top:20px;}
	.prj, .prjSlider{margin-bottom:20px !important;}
	.postMedia iframe{height:400px;}
	.team .smallIntro p, .process .smallIntro p, .facts .smallIntro p, .pricing .smallIntro p, .cltInner p,.blog .smallIntro p
	,.tweets .tweet_list, .singleDetails .smallIntro p, .clients .smallIntro p{padding: 0 55px;line-height:28px;}

	
}



/* 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;} 
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	.facts,.process, .mainSlider .slides li{background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.mainSlider .slides li{padding-bottom:700px;}
	.nav{width:420px !important;}
	.nav.second{padding-bottom:20px;}
	.caption{top:41%;}
	.caption p{padding: 0 10px;}
	.mainHeader{height:81px;}
	.logo img {position:absolute;left:0;width:32%;top:21px;}
	.mainNav{margin-right:0;}
	.nav.first .mainNav{margin-top:80px;}
	.mainNav{display:none;overflow:hidden;}
	.mainNav li{float:none; display:block; text-align:left;}
	.mainNav li a{ padding: 5px 0;}
	.mobileBtn{display: inline-block;position: absolute;top:26px;right:0;}
	.caption h1{font-size:32px;}
	.introHolder:before {top: 59%;height:270px;}
	.introBg{height:24%;width:100%;}
	.innerIntro p{padding:0 10px;}
	.innerIntro{margin-top:0;}
	.introTitle img {left: 43% ;width: 13%;}
	.bigTitle img{width:14%;left: 43.7% ;}
	.ftIco span.ico{ margin: 0 10px 10px -71px;}
	.ftDet{width:220px;margin-left:0;}
	.ftDet h3{font-size:14px;}
	.latest{width:100%;}
	.teamSingle, .teamLead{width:50% !important;}
	.clientHolder{padding-bottom:0;}
	.clients .smallIntro{margin-bottom:30px;}
	.noGap{width:25% !important;}
	.logoSingle{border:none;padding:15px 0;}
	.logoSingle img{width:50%;}
	.container .prc, .container .fact, .container .plan, .container .stp{margin-bottom:40px;}
	.container .prc:last-child, .container .fact:last-child, .container .plan:last-child, .container .ft:last-child
	,.container .stp:last-child{margin-bottom:0 !important;}
	.imgServices{display:none;}
	.servicesInner{margin-top:100px !important; margin-bottom:100px !important;}
	.serviceDet{width:220px;}
	.testimonials .testiSlider {width: 230px;}
	.expertsiseContent{border-bottom:none;}
	.exp{width:100% !important;border-right:0;border-bottom:1px solid #efefef;}
	.pstLInner{padding-top:0;}
	.pstlIco, .pstlDet{float:none;margin-left:0;}
	.pstlDet{width:300px; margin-top:20px;}
	.pstlIco span.ico{position:relative; left:-120px;}
	.contactForm{margin-bottom:50px;}
	.teaserMsg h1{line-height:25px;}
	.buyLink a{float:none;margin-top:20px;}
	.ftLogo img{width:35%;}
	.feedInner:before{left:20px;}
	ul#category li {display: block;margin-bottom: 15px;margin-right:0;}
	.prj, .prjSlider{margin-bottom:20px !important;}
	.container .item{ margin-bottom: 30px;}
	.videoWrapper video{width:300px; height:168px; margin-bottom:15px !important;}
	.singleTeaser{padding-top:130px;padding-bottom:50px;}
	.imgTS{display:none;}
	.pagination{text-align:left;margin-top:20px;}
	.pagination li{text-align:center;}
	.container .sidebar{margin-top:40px;}
	.replyForm{margin-bottom:40px;}
	a.btnLaunch{margin-left:0;margin-top:20px;}
	.prj, .prjSlider{margin-bottom:20px !important;}
	.postTitleL h1, .projTitle h1{font-size:16px;}
	.postMeta span, .postMeta span a, .projTitle p{font-size:12px;}
	.tagsSingle h4{float:none;margin-bottom:5px;}
	.tagsListSingle li a{margin-bottom:5px;}
	.postMedia iframe{height:200px;}
	.team .smallIntro p, .process .smallIntro p, .facts .smallIntro p, .pricing .smallIntro p, .cltInner p,.blog .smallIntro p
	,.tweets .tweet_list, .singleDetails .smallIntro p, .clients .smallIntro p{padding: 0 8px;}
	
}

/* -------------------- End media queries -------------------- */
