/*Nueto*/


.navbar-brand{
	padding: 0;
	margin: 0;
}
#homeFullScreen #flexHome {
	margin-top: 50px;
}
.nueto-hide{
	display: none !important;
}
.col-md-8 .jumbotron p{
	line-height :1.7em;
}
.col-md-8 .jumbotron h2{
	margin-bottom: 30px;
}
.styleSwitcher{
	display: none;
}
#verifyImg {
	margin-bottom: 11px;
	float: left;
}
.zero-opacity{
	opacity: 0;
}
.height10{
	height:10px;
	clear:both;
}

/* 
custom css
*/

.aboutUs{
	font-size:35px !important;
	font-weight:700 !important;
}

.aboutUssubTitle{
	font-size:22px !important;
}

.ourServices{
	font-size:35px !important;
	font-weight:700 !important;
}







/*** MEDIA QUERIES ***/
@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	#homeFullScreen .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 12px;}
}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:25px;}
	#flexHome {
	margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:160px;}
	#homeFullScreen .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 35px;}
	#flexHome {
	margin-top:66px;
	}
	.flexslider .slides > li {height:200px;}
	#homeFullScreen .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {font-size: 60px;}
	#flexHome {
		margin-top:88px;
		}
	.flexslider .slides > li {height:250px;}
	input#verify {
		margin-top: 1%;
		width: 60%;
		float: right;
		}	
}
}

/*** END MEDIA QUERIES ***/