@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: '33535gillsansmt';
	font-size:13px;
	color:#878787;
}
p,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
@font-face {
	font-family: '33535gillsansmt';
	src: url('./33535gillsansmt.eot');
	src: local('33535gillsansmt'), url('./33535gillsansmt.woff') format('woff'), url('./33535gillsansmt.ttf') format('truetype');
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
header{
	position:fixed;
	height:69px;
	background-color:#e7e7e7;
	width:100%;
	 opacity: 0;
}
header, a, img, li{
			transition: all 1s;
			-moz-transition: all 1s; /* Firefox 4 */
			-webkit-transition: all 1s; /* Safari and Chrome */
			-o-transition: all 1s; /* Opera */
		}
header.large{
	margin-top:-100px;
	opacity: 0;
}
#navigation_container{
	width:1003px;
	margin:auto;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:20px top;
	
}
header.small{
	display:block;
	margin-top:0px;
	opacity: 1;
}
#links_por{
	
}
#section1{
	background-image:url(../images/sec1_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	height:100vh;
	display:table;
	width:100%;
}
#sec1_content_container{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.sec1_cc_text1{
	font-family: '33535gillsansmt';
	font-size:16px;
	color:#fff;
}
.sec1_cc_text2{
	font-family: '33535gillsansmt';
	font-size:55px;
	color:#fff;
}
.sec1_service_button{
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-family: '33535gillsansmt';
	font-size:14px;
	border:2px solid #e5e5e5;
	margin-top:12px;
	margin:auto;
}
.sec1_service_button a{
	color:#999;
	text-decoration:none;
}

#section2{
	width:1003px;
	margin:auto;
}
#section2 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section2 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#section2 .nor_text{
	text-align:center;
	font-family: '33535gillsansmt';
	color:#878787;
	font-size:14px;
	margin-top:20px;
}
.nor_text span{
	color:#ac0203;
}
#section2 .two_box_container{
	width:563px;
	margin:auto;
	margin-top:50px;
}
#section2 .tbc_half_boxes{
	width:36%;
	float:left;
	background-image:url(../images/hlaf_box_bg.jpg);
	background-repeat:no-repeat;
	padding-left:47px;
	margin-right:50px;
}
#section2 .three_box_container{
	width:921px;
	margin:auto;
	margin-top:50px;
}
#section2 .tbc_three_boxes{
	width:24%;
	float:left;
	background-image:url(../images/hlaf_box_bg.jpg);
	background-repeat:no-repeat;
	padding-left:47px;
	margin-right:50px;
}
#section2 .tbc_half_boxes H3, #section2 .tbc_three_boxes H3{
	color:#ac0203;
	text-transform:uppercase;
	font-size:15px;
}
.norightmargin{
	margin-right:0px !important;
}

#section3{
	margin-top:50px;
	background-image:url(../images/sec3_bg.jpg);
	height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	display:table;
}
#sec3_white_text{
	color:#fff;
	font-size:24px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	display:table-cell;
}
.s3wt_inner_b{
	width:80%;
	margin:auto;
}

#section4{
	width:1003px;
	margin:auto;
}
.center{
	text-align:center;
}
#section4 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section4 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#section4 .three_box_container_s4{
	width:921px;
	margin:auto;
	margin-top:50px;
}
#section4 .tbc_three_boxes_s4{
	width:24%;
	float:left;
	background-repeat:no-repeat;
	padding-left:47px;
	margin-right:50px;
}
.ico_img1_s4{
	background-image:url(../images/ico_img1.jpg)
}
.ico_img2_s4{
	background-image:url(../images/ico_img2.jpg)
}
.ico_img3_s4{
	background-image:url(../images/ico_img3.jpg)
}
#section4 .tbc_three_boxes_s4 H3{
	color:#ac0203;
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:10px;
}
#section4 .tbc_three_boxes_s4 H3 span{
	display:block;
	color:#1d1d1b;
	text-transform:capitalize;
}

#section5{
	margin-top:50px;
	background-image:url(../images/sec5_bg.jpg);
	height:220px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	display:table;
}
#sec5_white_text{
	color:#fff;
	font-size:24px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	display:table-cell;
}
.s5wt_inner_b{
	width:80%;
	margin:auto;
}

.three_dot_line_bg{
	background-image:url(../images/three_dot_line_bg.png);
	height:5px;
	width:50%;
	margin:auto;
	margin-top:6px;
	margin-bottom:6px;
}
.clear{
	clear:both;
}

#section6{
	width:1003px;
	margin:auto;
}
#section6 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section6 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}

#section7{
	margin-top:50px;
	background-image:url(../images/sec7_bg.jpg);
	height:507px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	display:inline-block;
}
#section7 .sec7_boxes_container{
	width:650px;
	margin:auto;
	margin-top:20px;
}

#section7 .sec7_boxes_container .tbc_half_boxes_sec7{
	width:36%;
	float:left;
	background-repeat:no-repeat;
	padding-left:47px;
	margin-right:50px;
	color:#fff;
	font-size:13px;
	line-height:16px !important;
}
.sec7clear{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}
.tbc_half_boxes_sec7 H3{
	color:#ac0203;
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:10px;
}
.sec7_ico1{
	background-image:url(../images/sec7_ico1.png);
}
.sec7_ico2{
	background-image:url(../images/sec7_ico2.png);
}
.sec7_ico3{
	background-image:url(../images/sec7_ico3.png);
}
.sec7_ico4{
	background-image:url(../images/sec7_ico4.png);
}

#section8{
	max-width:1003px;
	margin:auto;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	font-size:24px;
	color:#9d9d9c;
	font-family:Arial, Helvetica, sans-serif;
}
#section8 span{
	color:#ac0203;
}

#section9{
	width:1003px;
	margin:auto;
}

#section9 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section9 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#sec9_boxes_container{
	width:750px;
	margin:auto;
	margin-top:50px;
}
.sec9_half_boxes{
	width:50%;
	float:left;
}
.sec9_sections_content{
	background-image:url(../images/hlaf_box_bg.jpg);
	background-repeat:no-repeat;
	padding-left:47px;
	margin-top:15px;
}
.sec9_sections_content H3{
	color:#ac0203;
	text-transform:uppercase;
	font-size:15px;
}

#section10{
	margin-top:50px;
	background-image:url(../images/sec10_bg.jpg);
	height:148px;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	display:table;
}
#sec10_white_text{
	color:#fff;
	font-size:24px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	display:table-cell;
}
.s10wt_inner_b{
	width:80%;
	margin:auto;
}

#section11{
	width:1003px;
	margin:auto;
}
#section11 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section11 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
.mar_top{
	margin-top:30px;
}
.sec11_spl_text{
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	color:#b2b2b2;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.sec11_spl_text span{
	color:#ac0203;
}

#section12{
	margin-top:50px;
	background-image:url(../images/sec12_bg.jpg);
	height:258px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

#section13{
	width:1003px;
	margin:auto;
}
#section13 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section13 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}

#section14{
	margin-top:50px;
	background-image:url(../images/sec14_bg.jpg);
	height:472px;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	background-attachment:fixed;
	display:inline-block;
}
#sec14_content_container{
	width:714px;
	margin:auto;
	margin-top:30px;
}
.sec14_half_box{
	width:50%;
	float:left;
}
.sec14_half_box_bot{
	width:50%;
	float:left;
	margin-top:150px;
}
.sec14_right_box_cont{
	margin-top:30px;
	color:#fff;
	font-size:17px;
}
.sec14_hb_cont{
	width:80%;
	background-image:url(../images/sec14_icon.png);
	background-repeat:no-repeat;
	padding-left:47px;
	color:#fff;
	font-size:14px;
	line-height:18px;
	margin-top:20px;
}
#sec15_full_cover{
	background-image:url(../images/sec15_bg.jpg);
	width:100%;
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:100px;
}

.full_img{
	width:100%;
	height:auto;
}
#section15{
	width:1003px;
	margin:auto;
}
#section15 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section15 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}


#section16{
	width:1003px;
	margin:auto;
}
#section16 H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1d1d1b;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/H2bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	margin-top:50px;
}
#section16 H2 span{
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#sec16_form_container{
	width:363px;
	margin:auto;
	margin-top:30px;
}
#sec16_form_container .lablesec16{
	width:100%;
	margin-bottom:5px;
}
#sec16_form_container .textboxsec16 input[type="text"]{
	width:90%;
	margin-bottom:12px;
	height:30px;
	border:1px solid #999;
}
#sec16_form_container .textboxsec16 textarea{
	width:90%;
	margin-bottom:12px;
	border:1px solid #999;
}
#footer{
	width:100%;
	background-color:#c6c7c8;
}
#for_anchor_space{
	margin-top:70px;
}