#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

nav {
	background: url(../images/nav.png) no-repeat left center;
	background-size: cover;
	min-height: 8.5vh;
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 0;
}

nav .wrapcontent{
	padding: 0px 10px 0px 10px;
	align-items: center;
}

#cssmenu > ul > li {
	float: left;
}

#cssmenu > ul {
	text-align: center;
	display: block;
	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
}

#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#cssmenu.align-right > ul > li {
	float: right;
	margin: 0px 0px 0px 0px;
}

#cssmenu ul > :last-child a {
	background: none;
}

#cssmenu > ul > li > a {
	background: url(../images/separator.png) no-repeat right center;
	padding: 30px 30px 30px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Beaufort For Lol-regular';
	position: relative;
}

#cssmenu > ul > li:hover > a {
	color: #ffcb73;
}

#cssmenu ul li {
	background: none;
	transition: 0.5s;
	position: relative;
	padding-bottom: 8px;
}
.menuitem_hover-shadow {
	background: url(../images/hover2.png) no-repeat bottom;
	transition: 0.5s;
	display: block;
	position: absolute;
	top: 0px;
	height: 40px;
	width: 100%;
	left: 40%;
	transform: translate(-50%, 0);
	transition: 0.4s;
	display: none;
}
.menuitem_hover {
	background: url(../images/hover.png) no-repeat bottom;
	transition: 0.5s;
	display: block;
	position: absolute;
	bottom: 2px;
	height: 16px;
	width: 80%;
	left: 47%;
	transform: translate(-50%, 0);
	transition: 0.4s;
	display: none;
}

.menu_mobset li:hover > .menuitem_hover{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
} 
.menu_mobset li:hover > .menuitem_hover-shadow{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
} 
.menu_mobset li:hover > .menuitem_hover {
	display: block;
}
.menu_mobset li:hover > .menuitem_hover-shadow {
	display: block;
}

@media all and (max-width: 1035px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1035px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1035px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1035px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1035px), only screen and (min-resolution: 192dpi) and (max-width: 1035px), only screen and (min-resolution: 2dppx) and (max-width: 1035px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center > ul {
		text-align: left;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}

	#cssmenu ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu > ul > li {
		float: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#cssmenu #menu-button:after {
		position: absolute;
		top: 20px;
		right: 9px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}

	#cssmenu #menu-button:before {
		position: absolute;
		top: 14px;
		right: 9px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	}

	#cssmenu #menu-button.menu-opened:after {
		top: 20px;
		border: 0;
		right: 12px;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#cssmenu #menu-button.menu-opened:before {
		top: 20px;
		background: #ffffff;
		width: 15px;
		right: 12px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu_mobset-active{
		display: block !important;
	}
}
