/* Header */
#header {
	height: 70px;
	background: #c59d58;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	max-width: 1648px;
	box-sizing: border-box;
	padding: 20px 40px;
	z-index: 10000;
}
#container {
	padding-top: 70px;
}
body.scrolling #logo1 {
	display: block !important;
}
#logo1 {
	width: 200px;
	height: 30px;
	font-size: 0;
	position: absolute;
	left: 25%;
	top: 20px;
}
#logo1 img {
	height: 30px;
}
#logo2 {
	width: 192px;
	height: 30px;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 20px;
}
#logo2 img {
	height: 30px;
}
#menu {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0;
	width: 100%;
	max-width: 1648px;
	background: #f1f1f2;
	box-sizing: border-box;
	padding: 0 40px 20px 40px;
	transform: translateY(-100%);
	opacity: 0;
	transition: 0.5s;
}
#menu .tools {
	display: none;
}
body.menu_expanded #menu {
	opacity: 1;
	transition: 0.5s;
	transform: translateY(0);
	top: 70px;
}
.menu.vgrid {
	margin: 0 !important;
}
.menu li {
	text-transform: uppercase;
	font-size: 15px;
	
}
.menu > li {
	width: 19.9%;
	margin-top: 20px;
}
.menu .children li {
	margin-bottom: 5px;
}
#menu .menu > li.nav {
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
.menu > li.folder > a {
	font-family: 'regular-extrabold';
	display: inline-block;
	margin-bottom: 20px;
}
.menu li a.selected {
	font-family: 'regular-bold';
}
.menu > li.folder > a.selected {
	font-family: 'regular-extrabold';
}
.menu .search_container {
	display: none;
}

/* Menu button */
#menu_button {
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 5px;
	box-sizing: border-box;
	background: url('../img/menu.svg') no-repeat center center;
	background-size: 20px;
	background-color: #fff;
}
body.menu_expanded #menu_button {
	background: url('../img/close.svg') no-repeat center center;
	background-size: 20px;
	background-color: #fff;
}


/* Languages */
li.language {
	display: inline-block;
	width: auto;
	padding: 0;
}
li.language a {
	font-family: 'regular-regular';
}


/* My Selection */
.myselection {
	margin-bottom: 15px;
}


/* Header tools */
#header .tools {
	float: right;
	line-height: 30px;
}
#ticketing_button {
    display: inline-block;
    text-align: left;
	vertical-align: middle;
    width: 30px;
    height: 30px;
	cursor: pointer;
	background: url('../img/ticketing.svg') no-repeat center 5px;
	background-size: 20px;
	background-color: #fff;
	font-size: 0;
}
#member {
	display: inline-block;
}
#member .name {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	vertical-align: middle;
}
#member .logout {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 30px;
	font-size: 16px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
}
#member_button a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/user.svg') no-repeat center center #fff;
	background-size: 18px;
	font-size: 0;
	vertical-align: middle;
}
#header .tools #ticketing_button,
#header .tools #member,
#header .tools .search_form {
	margin-left: 10px;
}
#header .tools .search_form {
	display: inline-block;
}
.search_form input {
	display: inline-block;
	position: relative;
	top: 0px;
	height: 30px;
	width: 145px;
	box-sizing: border-box;
	padding: 5px;
	background: url('../img/search.svg') no-repeat 2px center #fff !important;
	padding-left: 25px !important;
	vertical-align: middle;
	transition: 0.4s;
}
.tools .search_form input {
	width: 30px;
	background: url('../img/search.svg') no-repeat center center #fff;
}
.tools .search_form input.expanded {
	width: 145px;
	transition: 0.4s;
	background: url('../img/search.svg') no-repeat 2px center #fff;
}
.search_form button {
	display: none;
}

#message {
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'regular-black';
    cursor: pointer;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1279px) {
	.menu > li {
		width: 24.9%;
	}
	li.language {
		width: auto !important;
	}
}
@media only screen and (max-width: 1023px) {
	.menu > li {
		width: 33.29%;
	}
	li.language {
		width: auto !important;
	}
}
@media only screen and (max-width: 767px) {
	#header {
		padding: 20px 25px;
	}
	#logo1,
	#logo2 {
		left: 80px;
	}
	#menu {
		padding: 0 25px 20px 25px;
	}
	.menu > li {
		width: 100%;
	}
	li.language {
		width: auto !important;
	}
	#header .tools .search_form {
		display: none;
	}
	.menu .search_container {
		display: block;
	}
}
