.menu-button {
	display: block;
	height:70px;
	cursor: pointer;
    font-family: 'verlagbold';
	font-size:16px;
	text-align:center;
	line-height:70px;
	color: #4D4D4D;
}
.touch-button {
	background: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.touch-button .navicon {
	display: none;
}
.flexnav {
	display:block;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	width: 100%;
	list-style:none;
	padding:0;
	margin:0;
}
.flexnav > li {
	display:block;
	width: auto;
	min-height:40px;
	background:url(../img/ul.png) no-repeat left 10px top 10px;
	padding: 0 0 0 45px;
}
.flexnav > li a {
	display: block;
    font-family: 'verlagbold';
	font-size:16px;
	line-height:40px;
	text-transform:uppercase;
	color: #4D4D4D;
}
.flexnav.opacity {
	display: none;
	opacity: 0;
	padding-bottom: 0;
}
.flexnav.flexnav-show {
	display: block;
	opacity: 1;
	padding-bottom: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.flexnav > li.item-with-ul {
	position: relative;
}
.flexnav > li.item-with-ul .touch-button {
	height: 40px;
}
.flexnav > li.item-with-ul ul {
	padding: 0;
	margin: 0 0 5px;
}
.flexnav > li.item-with-ul ul li {
	padding: 0;
	margin: 0;
}
.flexnav > li.item-with-ul ul li a {
	font-family: 'verlagbook';
    font-size: 14px;
    line-height: 28px;
}

@media all and (min-width: 768px) {
	.menu-button {
		display: none;
	} 
	.flexnav {
		text-align:center;
	}
	.flexnav > li {
		display:inline-block;
		width:auto;
		height:70px;
		background:url(../img/ul.png) no-repeat left center;
		padding: 0 25px 0 36px;
		margin:0 auto;
	}
	.flexnav > li:first-child {
		background:none;
		padding-left: 0;
	}
	.flexnav > li:last-child {
		padding-right: 0;
	}
	.flexnav > li a {
		line-height:70px;
	}
	.flexnav.opacity {
		opacity: 1;
		display: block;
	}
	.flexnav > li.item-with-ul ul {
		position: absolute;
		top: 70px;
		left: 0px;
		background: #6e6c78;
		z-index: 100;
		margin: 0;
		padding: 10px 15px;
	}
	.flexnav > li.item-with-ul .touch-button {
		height: 70px;
	}
	.flexnav > li.item-with-ul ul li a {
		color: #FFFFFF !important;
		white-space: nowrap !important;
	}
}