.close-btn,
.close-btn:focus,
.close-btn:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.close-btn,
.menu-btn {
	width: 2.625em;
	height: 2.25em
}

#menu,
#top {
	z-index: 2000;
	color: #fff
}

.block {
	position: relative;
	margin: 0 auto;
	padding: 1.5em 1.25em;
	max-width: 60em
}

.close-btn {
	display: block;
	padding: 0;
	border: 0;
	outline: 0;
	background: url(../img/close-btn.svg) left center no-repeat #000;
	background-size: 1.875em 1.875em;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	-webkit-tap-highlight-color: transparent
}

.no-svg .close-btn {
	background-image: url(../img/close-btn.png)
}

.menu-btn,
.menu-logo {
	white-space: nowrap;
	text-indent: 100%;
	filter: alpha(Opacity=70);
	-webkit-tap-highlight-color: transparent;
	display: block;
	overflow: hidden;
	padding: 0;
	border: 0;
	outline: 0
}

.menu-btn {
	background: url(../img/menu-icon.svg) left center no-repeat #000;
	background-size: 1.875em 1.5em
}

.menu-logo {
	width: 9em;
	height: 3.4em;
	background: url(../img/LogoBarbera_grijs_small.png) left center no-repeat #000;
	color: #fff;
	background-size: 8.7em 2.9em
}

.menu-logo1 {
	display: block;
	padding: 0;
	font-size: 200%;
	font-weight: 700;
	color: #fff
}

.no-svg .menu-btn {
	background-image: url(../img/menu-icon.png)
}

#menu .block,
#menu ul,
#top {
	position: relative;
	background: #000
}

.menu-btn:focus,
.menu-btn:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

#menu {
	position: relative;
	overflow: hidden;
	width: 100%
}

#menu .close-btn {
	display: none
}

#menu li,
#menu li a,
#menu ul {
	display: block
}

#menu .block,
#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block
}

#menu ul:after {
	clear: both
}

#menu li a {
	color: #ccc;
	font-weight: 400;
	outline: 0;
	text-transform: uppercase;
	text-decoration: none
}

#menu li a:focus,
#menu li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, .1)
}

#top .menu-btn {
	position: absolute;
	top: 1.5em;
	left: 1.875em
}

#main {
	background: #fff
}

#main .block {
	padding: 2.625em 1.875em
}

@media screen and (min-width:851px) {
	#menu .close-btn,
	#top .menu-btn,
	#top .menu-logo,
	#top .menu-logo1 {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}
	#menu ul {
		text-align: left;
		white-space: nowrap
	}
	#menu li {
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, .1)
	}
	#menu li:last-child {
		border-right: none
	}
	#menu li a {
		padding: .42857em 1.2em;
		font-size: 1em;
		line-height: 2.4em
	}
	#menu li.selected a {
		/*	background: #FFF78F; */  /* Yellow */
		background: #ebebeb;   /* Silver */
		color: #F60;
		font-weight: 700
	}
}

@media screen and (max-width:850px) {
	#menu {
		z-index: 20000;
		position: absolute;
		top: 0;
		padding-top: 5.25em
	}
	#menu:not(:target) {
		z-index: 1900;
		height: 0
	}
	#menu:target .close-btn {
		display: block
	}
	#menu .close-btn {
		position: absolute;
		top: -3.75em;
		left: 1.875em
	}
	#menu .block {
		position: relative;
		padding: 0
	}
	#menu li {
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, .1)
	}
	#menu li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}
	#menu li.selected:after {
		z-index: 1950;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -.03125em;
		margin-top: -.625em;
		border-top: .625em transparent solid;
		border-bottom: .625em transparent solid;
		border-right: .625em #fff solid
	}
	#menu li a {
		font-size: 1.2em;
		line-height: 1em;
		padding: .85714em 2.14286em
	}
	#menu li.selected a {
		color: #FFF;
		font-weight: 700
	}
	#top .menu-logo {
		position: absolute;
		top: .8em;
		right: 1em
	}
	#top .menu-logo1 {
		position: absolute;
		top: .2em;
		right: .5em
	}
}