@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family:'FuturaLT-Heavy';
	src: url('fonts/FuturaLT-Heavy.eot');
	src: url('fonts/FuturaLT-Heavy.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FuturaLT-Heavy.woff') format('woff'),
		 url('fonts/FuturaLT-Heavy.ttf') format('truetype'),
		 url('fonts/FuturaLT-Heavy.svg#FuturaLT-Heavy') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}
@font-face {
	font-family:'FuturaLT-Regular';
	src: url('fonts/FuturaLT-Regular.eot');
	src: url('fonts/FuturaLT-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FuturaLT-Regular.woff') format('woff'),
		 url('fonts/FuturaLT-Regular.ttf') format('truetype'),
		 url('fonts/FuturaLT-Regular.svg#FuturaLT-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}

body {
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	font-size: 14px;
	background:#fff;
	line-height:24px;


}
a, i, .list1 li, .list1 li:before {
	text-decoration: none;
		-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
a{	color:#f26f21;}
a:hover {
	text-decoration: none;
}
a:focus{text-decoration:none;}

.top-btm-space{padding-top:40px; padding-bottom:40px;}
.top-btm-space-lg{padding-top:60px; padding-bottom:60px;}
hr{ border-top: 1px solid #e3e5e4; margin-bottom:30px; margin-top:30px;}
h1 {
	font:6vh 'FuturaLT-Heavy', Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
	color:#333;
}
h2 {
	font:3vh 'FuturaLT-Regular', Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
	color:#cf2026;
}
h3 {
	font:4.8vh 'FuturaLT-Heavy', Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
	color:#333;
}
h4 {
	font:3.5vh 'FuturaLT-Heavy', Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
	color:#333;
}
h5 {
	font:2.6vh 'FuturaLT-Heavy', Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
	color:#333;
}
.header{
	position:relative;
	font-size:0;
}

.home .header:before {display:none;}
.top-bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.6+59 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 59%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 59%,rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 59%,rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */



	height:56px;
	width:100%;
	z-index:1;
	position:relative;
}
.logo{ z-index:3; position:relative;}
.logo img{float:left;}
.banner{ display:table;}

.banner [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.inner-banner{    margin-left: auto;width: 100%;}

.leftbox, .rightbox{ display:table-cell; height: 100%;}
.leftbox{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2ea+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2ea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2ea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2ea',GradientType=0 ); /* IE6-9 */
	z-index:2;
	position:relative;
}
.caption h1, .caption h2{margin:0;}
.leftbox .caption {width:294px; bottom:60px; right:66px}
.rightbox .caption {
    width: 60%;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    transform: translate(0,-50%);
    background: rgba(0,0,0,.6);
    padding: 50px 20px;
}
.rightbox h1{color:#fff;}
.rightbox h2{color:#f37021;}
.caption {position:absolute;}
.caption p{margin:50px 0 0 0; position:relative;}
.caption p:before{
	content:"";
	height:4px;
	width:65px;
	background:#333;
	position:absolute;
	top:-30px;
}
.rightbox .caption p:before{
	background:#f37021;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
}
.phone{
	font:4vh 'FuturaLT-Heavy', Arial, Helvetica, sans-serif;
	text-align:right;
}
.phone a{
	color:#333;
}
.phone i{
	color:#cf1f25;
	margin-right:10px;
}

.social{font-size:12px; text-transform:uppercase; color:#fff;}
.social a{
	display:inline-block !important; 
	font-size:18px;
	background:#cf1f25;
	margin:0 5px; 
	border-radius:100%;
	-webkit-radius:100%;
	-moz-radius:100%;
	-o-radius:100%;
	-ms-radius:100%;
	height:30px;
	width:30px;
	padding:6px 0;
	color:#fff;
	text-align:center;

}
.social a:hover{background:#f37021; color:#fff !important;}
.menuwraper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf1f26+42,f37021+100 */
	background: #cf1f26; /* Old browsers */
	background: -moz-linear-gradient(left,  #cf1f26 42%, #f37021 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #cf1f26 42%,#f37021 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #cf1f26 42%,#f37021 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf1f26', endColorstr='#f37021',GradientType=1 ); /* IE6-9 */
	position:relative;
}
.menu {
	font-family:'FuturaLT-Heavy', Arial, Helvetica, sans-serif;
    list-style: none;
    position: relative;
    margin: 0;
	padding:0;
	text-align:right;
	letter-spacing:1px;
	font-size:0;
}
.menu li {
	display:inline-block;
	position:relative;

}
.menu li a {
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	color:#fff;
	padding:0 20px;
	line-height:50px;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size:16px;
}
.menu li>a:hover, .menu li>.active {
	background: #4d4d4f;
	color:#fff;
}

.menu li ul {
	display: none;
	padding:0;
	z-index:9999;
	position: absolute;
    width: 240px;
    border-top: 0;
	overflow:hidden;
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.menu li:hover ul {
    display: block;
	background:#fff;
}
.menu li li {
	display: block;
	width:100%;
	border-bottom: 1px solid #d6d6d6;
}
.menu li li:last-child{
	border-bottom:0;
}
.menu li ul a {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0 20px;
	text-shadow: none;
	text-align: left;
	line-height: 40px;

	z-index:1;
	color: #4d4d4f !important;
}

.menu li ul a:hover {
	color:#fff !important;
	background:#4d4d4f;
}
.expand-btn{
	font-size:24px;
    background: #ff8709;
    color: #fff;
    display: block;
    border: 0;
    padding: 10px;
    outline: none;
}
.btn{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.btn-lg{
	font-size:24px;
	padding:10px 26px;	
}
.btn-md{
	font-size:18px;
	padding:5px 13px;	
}
.btn-black{
	background:#333;
	color:#fff;
}
.btn:hover{background:#f37021; color:#fff;}
.greybox{
	background:url(images/grey-bg.jpg);
	position:relative;
}
.greybox .container{position:relative; z-index:1;}
.greybox h3{margin:0;}
.greybox .whiteoverlay{
	background:/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.greybox2{
	background:#fcfcfc;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow:0 1px 1px rgba(0,0,0,0.2);
}

.greybox2 h3{    
	display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.greybox2 h3, .greybox2 a{ margin:0 10px; }
.mission, .shedule, .guarantee{
	padding:20px 40px;
}
.mission span, .shedule span, .guarantee span{
	width:65px;
	height:62px;
	display:inline-block;
	margin-bottom:10px;
		-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mission span{background:url(images/grp-icons.png) 0 0;}
.shedule span{background:url(images/grp-icons.png) -65px 0;}
.guarantee span{background:url(images/grp-icons.png) -130px 0;}

.mission:hover, .shedule:hover, .guarantee:hover{
	background:#cf1f25;
	color:#fff;
		-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mission:hover span{background:url(images/grp-icons.png) 0 -62px;}
.shedule:hover span{background:url(images/grp-icons.png) -65px -62px;}
.guarantee:hover span{background:url(images/grp-icons.png) -130px -62px;}

.mission:hover h4, .shedule:hover h4, .guarantee:hover h4{color:#fff;}



.footer {background:url(images/footer-bg.jpg); font-size:12px; line-height:24px; position:relative; color:#4c4d4f}
.footer a{display:inline-block; color:#fff; margin-right:10px;}
.footer a:hover{color:#cf1f25;}
.btm-logo{width:200px;}

.form-inline .form-control{width:280px;}
#contactform > div > div{
	margin-bottom:5px;
	margin-top:5px;
}
#contactform input, #contactform textarea{
	margin-top:5px;
}
#contactform_error, #contactform_success {
	display:inline-block;
	vertical-align:middle;
	margin-top:5px;
}

#contactform_error i, #contactform_success i{
	margin-right:5px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.red{color:#cf1f25}

.bold{font-family:'OpenSansBold', Arial, Helvetica, sans-serif;}





.btm-logos{margin-top:20px;}
.btm-logos img{height:40px; margin:0 5px;}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	font-size:16px;
}
#fade-quote-carousel .pic{
	text-align:center;
	font-size:80px;
	color:#f37021;
}

#fade-quote-carousel span {
    font-family:'OpenSansBold', Arial, Helvetica, sans-serif;
	margin-top:20px;
	display:block;
	color:#f37021;
}
.menu-sm{font-size:0;}
#contactform_error span{color:red; font-size:12px;}
#contactform_success span{color:green; font-size:12px;}

.modal-open .modal{padding:0 !important; }
.modal-header, .modal-footer{border:0;}
.list1{
	padding:0;
	margin:0;
	text-align:left;
	font-size:0;
}
.list1 li{
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 0 20px 0 30px;
    margin: 1% 3%;
    font: 16px 'OpenSansBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-radius: 0 30px 30px 0;
    position: relative;
    box-shadow: 1px 1px 0 #ddd;
    text-align: left;
    line-height: 60px;
    min-width: 44%;
}
.list1 li:hover{ background:#f5f5f5;}
.list1 li:hover:before{background:#333; font-size:20px;}
.list1 li:before{
	font-family: FontAwesome;
    content: '\f00c';
    padding: 8px;
    background: #f37021;
    left: -20px;
    top: 50%;
	transform:translate(0,-50%);
    font-size: 24px;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: normal;
}
.full{width:94% !important;}
/*===============================Media===============================*/
@media (min-width:1200px) {
.header{position:absolute; width:100%;}
.header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33.5%;
    z-index: 2;
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2ea 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2ea 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2ea', GradientType=0 );
}
.container { width: 1230px; position:relative}
.inner-banner{max-width: 950px;}
.greybox .container{padding-left:80px; padding-right:80px;}
.logo{top:-30px; margin-bottom: -39px;}
.phone{ z-index:1; top:-58px;}
.phone a{margin-left:20px;}
.menuwraper{ z-index:1; top: -58px;}
.mission, .shedule, .guarantee{min-height:280px;}
.modal-dialog { width: 900px;}
}
@media (min-width:992px) and (max-width:1199px) {
.leftbox{display:none !important;}
.logo, .phone{padding-bottom:20px; padding-top:20px;}
.phone a{display:block;}
}
@media (min-width:768px) and (max-width:991px) {
.menu{text-align:center;}
.menu li a{padding:0 20px;}
.leftbox{display:none !important;}
.phone{padding-bottom:10px; padding-top:10px;}
.phone a{display:block;}
.logo, .phone{padding-bottom:20px; padding-top:20px;}
}

@media (min-width:200px) and (max-width:767px) {
.footerbtm{text-align:center;}

.social{margin-top:10px; line-height:0; }
.social a:hover{color:red;}
.social.visible-xs{display:inline-block !important;}


.form-inline .form-control{width:100%; margin-top:10px;}
.footer {text-align:center;}
.logo img{float:none;}
.leftbox{display:none !important;}
.phone{font-size:20px; text-align:center; padding-bottom:20px;}
.menuwraper .phone a, .menuwraper .phone i{color:#fff;}
.menuwraper .phone{text-align:right; padding-bottom:0;}
.list1 li{
    padding: 0 20px 0 30px;
    margin: 10px 20px;
    font-size: 14px;
    text-align: left;
	display:block;
	padding:10px 10px 10px 30px;
	line-height:inherit;
	width:94%;
}
}

@media (min-width:200px) and (max-width:767px) {
.menu{
	display:none; 
	text-align:left; 
	position:absolute; 
	background:#fff; 
	z-index: 9999;
	margin:0 15px; 
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.menu li { display:block; float:none; text-align:left;}
.menu li ul{
	position:relative; 
	display:block; 
	width:100%; 
	background:none !important; 
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	box-shadow:none; 
	-webkit-box-shadow:none; 
	-moz-box-shadow:none; 
	-o-box-shadow:none; 
	-ms-box-shadow:none; 
	border-top: 1px solid #d6d6d6;
}
.menu li a { margin:0; color:#333; line-height:45px;}
.menu li {border-bottom: 1px solid #d6d6d6;}
.menu li:last-child { border-bottom:0;}
.menu li li{border-bottom:0;}
.menu li ul a{color:#f26d21 !important; padding:0 40px;}
.menu li ul a:hover{background:#cf1f26;}

.logo{padding-bottom:20px; padding-top:20px;}
}