@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1920px) {
	#header {
		z-index: 999;
		position: absolute;
		top: 0;
		width: 100%;
		height: 70px;
		background-color: rgba(0, 0, 0, 0.8);
		color: #0f0f0f;
		overflow-x: hidden;
		box-shadow: 0px 0px 10px #000;
	}
}

@media screen and (min-width: 1920px) {
	#header {
		z-index: 999;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
		width: 1920px;
		height: 70px;
		background-color: rgba(0, 0, 0, 0.8);
		color: #0f0f0f;
		overflow-x: hidden;
		box-shadow: 0px 0px 10px #000;
		background-color: #333;
	}
}
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	overflow-x: hidden;
}

#header .logo,
#header .menu {
	position: absolute;
	left: 0;
}

#header .logo img {
	position: absolute;
	left: 240px;
	top: 48px;
	margin-top: -37px;
	margin-left: -216px;
}

#header .menu {
	left: auto;
	right: 0;
}

#header .menu ul {
	list-style-type: none;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

#header .menu ul li {
	text-align: center;
	margin: 8px;
	padding: 0 15px;
	float: left;
	width: 128px;
	text-decoration: none !important;
}

#header .menu ul li .t1,
#header .menu ul li .t2 {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none !important;
}

#header .menu ul li .t1 {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #fff;
	text-decoration: none !important;
}

#header .menu ul li .t2 {
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	white-space: nowrap;
}

#header .menu ul li:hover .t1,
#header .menu ul li:hover .t2 {
	color: #ae8b5e;
	text-decoration: none !important;
}

#header .menu ul li:hover .t2 {
	letter-spacing: 1px;
	text-decoration: none !important;
}

#header .btn {
	display: none;
	text-decoration: none !important;
}
