@charset "utf-8";

.header_container{
	width:100%;
	height:430px;
	position:relative;
}

.header_container .caption{
	position:absolute;
	left:50%;
	width:1170px;
	margin-left:-585px;
	bottom:15px;
}

.header_container .caption h1{
	display:inline-block;
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:500;
	margin:0px;
}

.header_container .caption h1 span{
	display:block;
}

.top_container{
	width:100%;
	height:80px;
	background-color:#fff;
	position:relative;
	z-index:5;
}

#reponsive_main_menu{
	display:none;
}

.top_container .top_content{
	width:1170px;
	margin:auto;
}

.top_container .top_content .logo{
	width:310px;
	float:left;
	padding-top:8px;
}

.top_container .top_content .main_menu_container{
	width:845px;
	float:right;
}

.top_container .top_content .search_container{
	float:right;
	width:240px;
	text-align:center;
	padding-top:6px;
}

.top_container .top_content .language{
	float:right;
	width:155px;
	padding-top:8px;
	text-align:right;
}

.top_container .top_content .language a{
	font-size:15px;
	color:#313131;
	text-decoration:none;
}

.top_container .top_content .language a:hover,
.top_container .top_content .language a.sel{
	font-weight:bold;
}

#search_query_holder input{
	font-family:"Exo", sans-serif;
	font-size:14px;
	color:#313131;
	border:1px solid #464646;
	padding:2px 30px 2px 5px;
	display:inline-block;
	width:140px;
}

#search_query_holder a{
	display:inline-block;
	margin-left:-30px;
}

.content_container{
	width:100%;
	padding:0px 0px 60px 0px;
}

.content_container .content_content{
	border-top:1px solid #b9b5cb;
	width:1170px;
	margin:auto;
	padding-top:40px;
}

.footer_container{
	width:100%;
	background-color:#41464d;
	margin-top:70px;
	padding-top:50px;
}

.footer_container table{
	width:1165px;
	margin:auto;
}

.footer_container table tr td{
	width:25%;
	color:#fff;
	padding-left:50px;
	position:relative;
	border-left:1px solid #7b7e84;
}

.footer_container table tr td:first-child{
	padding-left:0px;
	border-left:none;
}

.footer_container table tr td table tr td{
	border:none !important;
	padding-left:0px !important;
}

.footer_container table tr td h1{
	font-size:28px;
	font-weight:400;
	color:#152a41;
	text-transform:uppercase;
	background-color:rgba(255,255,255,0.9);
	display:inline-block;
	padding:5px 35px 3px 20px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	margin-left:20px;
	position:absolute;
	top:-95px;
}

.footer_container table tr td h1 .streight_text{
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	display:inline-block;
}

.footer_container table tr td a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:25px;
}

.footer_container ul{
	margin:0px;
	padding:21px 0px 0px 15px;
}

.footer_production{
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	z-index:3;
	background-color:#20262e;
}

.footer_production .container{
	width:1170px;
	margin:auto;
}

.footer_production .container .left{
	float:left;
	color:#fff;
	font-size:13px;
}

.footer_production .container .left a{
	color:#fff;
	margin:0px 15px;
	text-decoration:none;
	font-size:13px;
}

.footer_production .container .production{
	float:right;
	color:#fff;
	font-size:13px;
}

.footer_production .container .production a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}