/*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:#4ac2be;
	border:1px solid #4ac2be;
	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:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:1000;


}


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


.nav{
	width:360px !important;
}


.logo{
	margin-top:60px;
	text-align:center;
}


.logo img {
	width:13%;
}


.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: 500px !important;

}



.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: 41.4%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	color:#ffffff;
}

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


.caption h1{
	color:#ffffff;
	font-size:50px;
	letter-spacing:-1px;
	
}


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


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

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


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

.ctl a.contact{
	background: #4ac2be;
	border: 3px solid #4ac2be;
}

/*End main slider*/


/*About section*/


.introHolder{
	position :relative;
	
}

.introHolder:before{
	content:"";
	background:#ffffff;
	height:210px;
	width:100%;
	top:213px;
	left:0;
	position:absolute;
}

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


.intro{
	padding-top:95px;
	padding-bottom:100px;
}

.innerIntro{
	margin-top:90px;
}

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


.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:10px 20px;
}


.introTitle h1:after {
    background:#f1f1f1;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 45px;
    width: 70px;
    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: #4ac2be;
    font-size: 15px;
    margin-left: 6px;
    margin-right: 6px;
}


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

}

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

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

.ftIco, .ftDet {
    float: left;
}



.ftDet h3 {
	text-transform:none;
}


.ftIco span.ico {
    color: #4ac2be;
    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:25%;
	position:relative;
	overflow:hidden;
	z-index:11;
}



.latestDesc {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
	z-index:10;
	display:block;
}


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


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

a.latestBtn {
	margin-top:10px;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	background:#4ac2be;
}


a.latestBtn:hover {
	background:#343434;
	color:#f1f1f1;
}


.lastWorkHolder .smallIntro p{
	color: #999999;
    line-height: 28px;
    padding: 0 320px;
}
/*End about section*/





/*Twitter feed*/


.feed {
    border-top: 1px dashed #f2f2f1;
    margin-top: 80px;
    padding-top: 80px;
    text-align: center;
}


.feedInner {
    position: relative;
}


.feedInner:before {
    background: #ffffff;
    color: #4ac2be;
    content: "\f099";
    display: block;
    font-family: FontAwesome;
    font-size: 45px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: -103px;
}


.feedInner h3{
	color: #4ac2be;
	text-transform:none;
	font-size:12px;
}



.tweets .tweet_list {
	margin-top:40px;
    color: #343434;
    line-height: 32px;
	padding:0 260px;

}


.tweets .tweet_list li {
    font-size: 19px;
}


.tweets .tweet_list a {
    color: #999999;
}


.tweets p {
    color: #efefef;
    font-size: 12px;
    padding-top: 10px;
}


/*End twitter feed*/


/*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:#4ac2be;
	text-transform:uppercase;
	
}

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

/*End call to action*/









/*Teaser bottom*/

.teaserB{
	background: #4ac2be;
}


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

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

.buyLink a:hover{
	background:#ffffff;
	color:#4ac2be;
	

}


/*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 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{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:192px !important;}
	.team .smallIntro p, .process .smallIntro p, .facts .smallIntro p, .pricing .smallIntro p, .cltInner p,.blog .smallIntro p
	,.tweets .tweet_list, .singleDetails .smallIntro p, .lastWorkHolder .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%;}
	.latest{width:50%; margin-bottom:40px;}
	
	
	
}




/* 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;}
	.nav{width:420px !important;}
	.nav.second{padding-bottom:20px;}
	.caption{top:42.4%;}
	.caption p{padding: 0 80px;}
	.mainHeader{height:81px;}
	.container .logo{margin-top:60px;}
	.logo img {width:30%;}
	.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:45px;}
	.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:100% !important;}
	.clients .smallIntro{margin-bottom:30px;}
	.noGap{width:100% !important;}
	.logoSingle{border:none;padding:15px 0;}
	.logoSingle img{width:30%;}
	.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 iframe{height:400px;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, .lastWorkHolder .smallIntro p{padding: 0 55px;line-height:28px;}
	.latest{width:100%; margin-bottom:40px;}

	
}



/* 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;}
	.bigTitle h1{font-size:17px;}
	.nav.second{padding-bottom:20px;}
	.caption{top:41%;}
	.caption p{padding: 0 10px;}
	.container .logo{margin-top:60px;}
	.logo img {width:40%;}
	.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:40%;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:100% !important;}
	.clientHolder{padding-bottom:0;}
	.clients .smallIntro{margin-bottom:30px;}
	.noGap{width:100% !important;}
	.logoSingle{border:none;padding:15px 0;}
	.logoSingle img{width:30%;}
	.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 iframe{height:200px;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, .lastWorkHolder .smallIntro p{padding: 0 8px;}
	.latest{width:100%; margin-bottom:40px;}
	
}

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