/* H E A D E R */

.top-bar {
	width: calc(100% - 30px);
	height: 50px;
	background-color: #24272d;
	line-height: 50px;
	padding: 0 15px;
	float: left;
}

.language-selection a, .navigation-menu a {
	color: #707070;
	text-decoration: none;
}

.language-selection a {
	font-weight: bold;
	display: block;
	padding: 0 5px;
	margin: 0 2px;
	float: left;
	cursor: pointer;
}

.language-selection a:hover {
	color: white;
}

.version {
	background-image: url('../img/menu_close_hover.svg') no-repeat -9999px -9999px;
}

.search-bar {
	width: 188px;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-top: 10px;
	background-color: #211D1E;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 0 5px;
	color: white;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.change-language {
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.social-buttons {
	height: 100%;
	width: auto;
	display: inline-block;
	float: right;
	margin-right: 10px;
}

.social-buttons a {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: block;
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	padding: 5px;
	margin: 0 5px;
	margin-top: 8px;
	cursor: pointer;
	background-color: #333944;
	border: 1px solid #24272d;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	opacity: 0.7;
}

.social-buttons a:last-of-type {
	margin-right: 0;
}

.social-buttons a:hover {
	opacity: 1;
}

.social-button-twitter {
	background-image: url('/img/social/twitter.svg');
}

.social-button-youtube {
	background-image: url('/img/social/youtube.svg');
}

.social-button-facebook {
	background-image: url('/img/social/facebook.svg');
}

.social-button-instagram {
	background-image: url('/img/social/instagram.svg');
}

.search-bar:active, .search-bar:focus {
	color: white;
	background-color: #363636;
	outline: none;
}

.header-banner {
	width: 100%;
	height: 120px;
	background-color: #333944;
	float: left;
	position: relative;
}

.header-banner-link {
	display: inline-block;
	float: left;
	width: 100%;
}

.header-banner-picture {
	width: calc(100% - 20px);
	height: 100%;
	background-image: url('/img/header.png');
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 20px;
}

.header-banner-sponsor {
	width: 141px;
	height: 100%;
	background-image: url('/img/header_sponsor.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 20px;
}


/* N A V I G A T I O N */
.navigation-menu {
	width: 100%;
	min-height: 50px;
	background-color: #292d35;
	border: 1px solid #222222;
	border-width: 1px 0 1px 0;
	line-height: 50px;
	position: relative;
	font-weight: bold;
	float: left;
}

.navi-home {
	min-width: 24px;
}

.navi-home * {
	float: left;
}

.active-link {
	color: #F39133 !important;
}

.navigation-menu div {
	float: left;
	display: inline-block;
}

.navigation-menu div a {
	color: white;
	cursor: pointer;
	display: block;
	height: 50px;
	padding: 0 15px;
}

.navigation-menu div:hover {
	background-color: #202329;
}

.navigation-menu div:hover a i {
	-webkit-transform: rotate(0deg);
					transform: rotate(0deg);
}

.navigation-menu div:hover a {
	color: #F39133;
}

.navigation-menu div .menu-container {
	display: none;
	width: 100%;
	position: absolute;
	background: transparent;
	padding-bottom: 30px;
	left: 0;
	z-index: 4;
}

.navigation-menu div .menu-container .menu {
	width: 100%;
	height: 100%;
	background-color: #202329;
}

.navigation-menu div .menu-container .menu a {
	color: white;
	height: 50px;
	width: auto;
	display: inline-block;
	float: left;
}

.navigation-menu div .menu-container .menu a:hover {
	color: #F39133;
}

.material-icons {
	line-height: 50px !important;
	float: left;
	display: none !important;
}

.navigation-label {
	float: left;
}

.navigation-icon {
	display: block;
	width: 24px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	float: left;
}

.navigation-home {
	background-image: url('/img/menu_home.svg');
	background-position: center;
	width: 100%;
}

.navigation-arrow {
	background-image: url('/img/menu_arrow.svg');
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(.25,.8,.25,1);
	transition: -webkit-transform 0.3s cubic-bezier(.25,.8,.25,1);
	transition: transform 0.3s cubic-bezier(.25,.8,.25,1);
	transition: transform 0.3s cubic-bezier(.25,.8,.25,1), -webkit-transform 0.3s cubic-bezier(.25,.8,.25,1);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.navigation-arrow-selected {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.navigation-menu div:hover .navigation-arrow, .navigation-arrow-active {
	background-image: url('/img/menu_arrow_hover.svg');
}

.navigation-menu div:hover .navigation-home, .navigation-home-active {
	background-image: url('/img/menu_home_hover.svg');
}

.material-arrow {
	float: right;
	/*
	transform: rotate(-90deg);
	transition: all 0.5s ease;
	*/
}
