/*HEADER*/
header{
	background-image: url(../img/bg/bg_header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
		background-repeat: no-repeat;
	min-height: 850px;
	text-align: center;
}
.header_top{
	padding: 15px 0;
}
.header_top .logo{
	text-align: left;
}
.header_top .date{
	display: inline-block;
	color: #fff;
	font-size: 38px;
}
.header_top .location{
	color: #ff7900;
	font-size: 14px;
	display: inline-block;
	text-align: left;
	margin-left: 10px;
}
.header_top .right{
	text-align: right;
	padding-right: 40px;
	position: relative;
}
.header_top .right .lang{
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ff7900;
	border-radius: 50%;
	font-size: 12px;
	color: #fefefe;
	text-transform: uppercase;
	text-align: center;
}
.header_top .right .lang:hover{
	background-color: #ff9433;
}
.header_main{
	padding-top: 420px;
}
.header_main .logos{
	margin-bottom: 10px;
	text-align: right;
}
.header_main .logos li{
	display: inline-block;
	max-width: 100px;
	margin-left: 30px;
}
.header_main .btn_bottom{
	margin-top: 15px;
}
/*/HEADER*/