@media only screen and (max-width: 767px) {
	

	#header {
		position: relative;
	}
		#show-menu {
			display: block;
			width: 35px;
			height: 35px;
			background: url("/images/opbouw/mobile_menu.png") no-repeat left top;
			background-size: cover;
			position: absolute;
			top: 10px;
			right: 10px;
		}
		
		#sidr li.selected a {
			color: #419b2a;
		}
	
	/*
	#mobile-menu {
		display: block;
		position: absolute;
		right: 0;
		top: 15px;
		color: #000;
		font-size: 32px;
		width: 55px;
		height: 38px;
		line-height: 48px;
		text-align: left;
		z-index: 2546546;
		cursor: pointer;
	}
		#mobile-menu img {
			height:38px;
			display:block;
		}
		
		
	#sidr ul li a {
		width: 100%;	
		padding-left: 0;
		padding-right: 0;
	}
		.header-menu-item.last:before,
		.header-menu-item.last:after,
		.header-menu-item.first:before,
		.header-menu-item.first:after {
			border-width: 21px 0 0;
		}
		
		.sidr ul li:hover,
		.sidr ul li.active,
		.sidr ul li.sidr-class-active {
			border-top: 1px solid #ff8533 !important;	
		}
*/

}