@CHARSET "UTF-8";

/***********************************/
/* Header                          */
/***********************************/
#header {
	width:1170px;
	height:81px;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-585px;
	background:rgba(0,0,0,0.35);
	z-index:99;
	padding-left:92px;
}

#logo {
	margin-top:26px;
}

#header .language,
#header .menu {
	display:block;
	width:auto;
	color:#fff;
	font-size:23px;
	text-shadow:0 -1px 2px rgba(0,0,0,0.5);
	float:right;
	text-transform:uppercase;
	margin-top:26px;
}
#header .language {
	margin-right:20px;
	padding-right:20px;
	border-right:1px dotted #fff;
}
#header .menu {
	background:url('../images/btn-menu.png') 0 50% no-repeat;
	padding:0 55px 0 38px;
	cursor:pointer;
}

#header #menu-main {
	background:#121212;
	width:294px;
	height:100%;
	padding:30px 40px;
	position:fixed;
	top:0;
	right:0;
	display:none;
}
#header #menu-main .close {
	position:absolute;
	top:30px;
	right:40px;
	cursor:pointer;
}
#header #menu-main ul,
#header #menu-main ul li {
	list-style:none;
}
#header #menu-main ul li a {
	font-family: 'League Gothic', sans-serif;
	font-size:34px;
	color:#4f5a5d;
	text-transform:uppercase;
}
#header #menu-main ul li.active a,
#header #menu-main ul li a:hover {
	color:#7f9298;
	text-decoration:none;
}

#sidebutton {
	position:fixed;
	top:50%;
	left:50%;
	z-index:999;
}
