@charset "utf-8";

body{
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	width: 100%;	
}

.commonWrapper{
	width: 100%;
	margin: auto;
	position: relative;
	overflow-x: hidden;	
}

.small.br{
	display: block;
}

.large{
	display: none;
}

.header{
	position: relative;	
	z-index: 9999;
	width: 100%;
	padding-bottom: 87px;
}

.header_contentWrapper{
	position: fixed;
	padding-top: 1px;
	left: 0;
	top: 0;
	width: 100%;
	height: 67px;	
	background: #2f4356;	
}

.header_logo img{
	width: 206px;
	height: auto;
}

.header_content_left{
	position: relative;
	float: left;
	z-index: 100;
}

.header_content_menu{
	margin: 11px 16px 0;
	float: right;
	cursor: pointer;	
}

.header_content_menu img{
	width: 43px;
	height: auto;
}

.header_content_menu .closeBtn{
	display: none;
}

.header_content_menu .menuBtn{
	display: none;
}

.header_content_menu .menuBtn.active{
	display: block;
}

.header_content_menu .closeBtn.active{
	display: block;
}

.header_content_right{	
	width: 100%;
	height: 0;
	position: absolute;
	top: 68px;
	left: 0;
	z-index: 10;
	overflow: hidden;
}

.header_content_right.active{
	height: auto;
	overflow: visible;
}

.header_gnav{	
	position: relative;
	padding: 61px 0 90px;	
}

.header_gnav li{	
	position: relative;
	margin: 0 auto;
	width: 77%;
	z-index: 100;
	border-bottom: 1px solid #204352;
}

.header_gnav li.comingsoon{
	height: 60px;	
	line-height: 60px;
	cursor: default;
	color: #A9A9A9;
	font-size: 1em;	
}

.header_gnav li a{	
	padding: 10px 0;
	display: block;
}

.header_gnav li img{
	width: 232px;
	height: auto;	
}

.header_content_right_bg{
	position: absolute;
	width: 100%;
	height: 0;
	background: #000;
	opacity: 0.7;
}

.header_gnav .header_gnav_bg{
	position: absolute;
	width: 100%;
	height: 450px;
	top: 0;
	left: 0;
	opacity: 0.9;
	background: #0b2238;
}

.header_social_buttons{
	margin-top: 20px;
	padding: 15px 0 15px 20px;	
	position: relative;
	background: #071829;
}

.header_social_buttons_list{
	float: right;
}

.header_social_buttons_list li{
	margin-right: 20px;
	position: relative;
	float: left;
}

.common_pagetop{
	position: absolute;	
	right: 0;
	bottom: 180px;
	margin-right: 20px;
	text-align: right;
	z-index: 999;
}

.common_pagetop img{
	width: 62px;
	height: auto;
}

.common_pagetop.fixed{
	position: fixed;
	bottom: 30px;
}

.footer{
	padding: 15px 0 25px;
	width: 100%;
	text-align: center;
	border-top: 3px solid #e1e3e2;
	background: #0e3864;
}

.footerNavWrapper{
	margin: 25px 0 16px;
	position: relative;
}

.footer_nav{	
	position: relative;
	left: 50%;
	float: left;
}

.footer_nav li{
	position: relative;
	padding: 0 10px;
	left: -50%;
	float: left;
	font-size: 0.75em;
	border-left: 1px solid #467ab1;	
}

.footer_nav li.last{
	border-right: 1px solid #467ab1;	
}

.footer_nav li a{	
	color: #feff88;
	text-decoration: none;
}

.footer_logo{
	margin: 0 auto 7px;
	width: 34.6%;	
}

.footer_logo img{
	width: 100%;
	height: auto;
}

.footer_copyright{
	color: #fff;
	font-weight: 100;
	line-height: 1.5em;
}