@charset "utf-8";
/* CSS Document */
@media (max-width: 1280px) {	
	.container { width:1200px; }
	#middle_section{ top: 150px; }
	
}
@media (max-width: 1200px) {	
	.container { width:1050px;}
	#middle_section{ top: 145px; }
    
    .career_form .row{ max-width:100%; }
    input[type="search"], input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"]{ max-width:400px !important; }
    textarea{ max-width:400px !important; }
    select{ border:1px solid #959595; height:35px; padding:5px 10px; margin-bottom:5px; color:#fff; background: #ad192e; min-width:270px; max-width:400px; }
    
    
}
@media (max-width: 1024px) {
	.container { width:950px;}
	#middle_section{ top: 130px; }
	#nav{ padding: 10px 0px; }
	#nav > ul > li { padding: 0 5px; }
	#nav > ul > li > a { font-size: 15px; padding: 0 5px; }
	.header .right{ padding-top:20px; }
	h1{ font-size:24px; line-height: 32px; margin: 5px 0px; }
	h2{ font-size:22px; line-height: 28px; margin: 5px 0px; }
	h3{ font-size:20px; line-height: 26px; margin: 5px 0px; }
	h4{ font-size:18px; line-height: 24px; margin: 5px 0px; }
	h5{ font-size:16px; line-height: 20px; margin: 5px 0px; }
	h6{ font-size:14px; line-height: 18px; margin: 5px 0px; }

}
@media (max-width: 980px) {	
	.container { width:940px;}
	
}
@media (max-width: 800px) {	
	.container { width:750px;}
	#nav > ul > li > a { padding: 0 5px; font-size: 14px; }	
	#nav ul li ul li a{ font-size:14px;  }
}
@media (min-width: 768px) {
	#nav ul li:hover > ul { display:block; }	
	#nav ul li ul { -webkit-animation: menuDown .3s ease-in; -moz-animation: menuDown .3s ease-in; animation:menuDown .3s ease-in; }
	#nav ul li ul li ul { -webkit-animation: fadeInLeft .3s ease-in; -moz-animation: fadeInLeft .3s ease-in; animation:menuRight .3s ease-in;}
	
}
@media (max-width: 767px) {
	.container { width:100%; padding:0 5px; }
	a.menu-icon { display:inline-block; margin:5px 0 5px 0; }
	#nav { text-align:center; padding:0px 0px; }
	#nav ul { display:none;  margin:0px; }
	#nav ul li { width:100%; margin:0; }
	#nav ul li.submenu > a:after { position:absolute; right:20px; top:50%; margin-top:-7px; width:14px; height:14px; background:url(../images/plus.png) no-repeat left center; content:" "; }
	#nav ul li.submenu > a.open:after { position:absolute; right:20px; top:50%; margin-top:-7px; width:14px; height:14px; background:url(../images/minus.png) no-repeat left center; content:" "; }
	
	/* Drop Down */
	#nav ul li ul { position:relative; top:0; width:100%;  }
	#nav ul li ul li ul { left:0; top:0;}
	/* Drop Down */
	#nav > ul > li > a{ line-height:24px;  }
	
	.header .left{ width:100%; text-align: center; }
	.header .right{ width:100%; text-align:center; padding:0px; }
	.header .header-top .address{ width:100%; font-size:13px; line-height:15px; text-align:center; }
	.header.sticky .left img{ max-width: 150px; }
	.header.sticky .right { padding-top: 0px; }
	.header.sticky #nav { padding: 0px 0; }
	
	#middle_section{ top:230px; }
	
    #home_about .content{ padding:10px 10px; }
    #services .content .services .service .left{ width:100%; }
    #services .content .services .service .right{ width:100%; }
    #home_bottom .content{ padding:10px; }
    .gallery .g_img{ width:98%; margin:1%; }
    #content .content{ padding:10px 5px; }    
    #content .content .left-sidebar{ float:left; width: 100%; padding:10px; }
	#content .content .right-sidebar{ float:left; width: 100%; padding:10px; }
    
  	.alignnone { text-align: center; margin: 0px; }
	.nivo-caption{ left:0% !important; width:70% !important; top:0% !important; }
	.nivo-caption h2 { font-size: 14px !important; line-height: 14px; margin:0px; }
	.nivo-caption p{ font-size:11px; line-height:12px; }
	.nivo-caption .btn{ font-size:11px !important; line-height:12px; padding:2px 8px !important; margin:0px !important; }

	h1{ font-size:24px; line-height: 32px; margin: 5px 0px; }
	h2{ font-size:22px; line-height: 28px; margin: 5px 0px; }
	h3{ font-size:20px; line-height: 26px; margin: 5px 0px; }
	h4{ font-size:18px; line-height: 24px; margin: 5px 0px; }
	h5{ font-size:16px; line-height: 20px; margin: 5px 0px; }
	h6{ font-size:14px; line-height: 18px; margin: 5px 0px; }
	
	.alignleft{ padding:5px; }
	.alignright{ padding:5px; }
	iframe{ width:100%; }
	
    .metaslider .slides img{ min-height:200px; }
    .metaslider.ms-theme-databold .flexslider .caption-wrap .caption{ padding:3px !important; top: 60% !important; left:10px !important; min-width: calc( 50% - 60px) !important; max-width: calc( 80% - 60px) !important;  }
    .metaslider.ms-theme-databold .flexslider .caption-wrap .caption h2{ font-size:17px !important; line-height:20px !important; }
    .metaslider.ms-theme-databold .flexslider .caption-wrap .caption p{ font-size:13px !important; line-height:16px !important; }
	
     input[type="search"], input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"]{ max-width:320px !important; }
    textarea{ max-width:320px !important; }
    select{ border:1px solid #959595; height:35px; padding:5px 10px; margin-bottom:5px; color:#fff; background: #ad192e; min-width:270px; max-width:320px; }
    #footer .content .f-left,#footer .content .f-center,#footer .content .f-right{ width:100%; padding:10px; }
    #main-breadcrumbs{ height:100px; }
    #attachment_226, #attachment_200 { width: 95% !important; float: left; }
    #services .content .services .service h3{ color:#fff; padding-top:2%; }
    
}
@media (max-width: 640px) {
	
}
@media (max-width: 600px) {
    .w-12{ float:left; width:100%; margin:5px 0px; }
    .w-11{ float:left; width:100%; margin:5px 0px; }
    .w-10{ float:left; width:100%; margin:5px 0px; }
    .w-9{ float:left; width:100%; margin:5px 0px; }
    .w-8{ float:left; width:100%; margin:5px 0px; }
    .w-7{ float:left; width:100%; margin:5px 0px; }
    .w-6{ float:left; width:100%; margin:5px 0px; }
    .w-5{ float:left; width:100%; margin:5px 0px; }
    .w-4{ float:left; width:100%; margin:5px 0px; }
    .w-3{ float:left; width:100%; margin:5px 0px; }
    .w-2{ float:left; width:100%; margin:5px 0px; }
    .w-1{ float:left; width:100%; margin:5px 0px; }
}
@media (max-width: 568px) {
	
}
@media (max-width: 480px) {
	#nav ul { max-height: 200px; overflow-y:auto;}
	
}
@media (max-width: 414px) {
		.nivo-caption{ left:0% !important; width:70% !important; top:0% !important; }
	.nivo-caption h2 { font-size: 13px !important; line-height: 13px; margin:0px; }
	.nivo-caption p{ font-size:11px; line-height:12px; }
	.nivo-caption .btn{ font-size:10px !important; line-height:12px; padding:2px 8px !important; margin:0px !important; }
}

@media (max-width: 375px) {
	
}
@media (max-width: 320px) {
    	.nivo-caption{ left:0% !important; width:70% !important; top:0% !important; }
	.nivo-caption h2 { font-size: 13px !important; line-height: 13px; margin:0px; }
	.nivo-caption p{ font-size:10px; line-height:12px; padding:1px 0px; }
	.nivo-caption .btn{ font-size:10px !important; line-height:12px; padding:2px 8px !important; margin:0px !important; }
	#middle_section { top: 191px; }
	
	
}