@media (max-width: 1000px) {

#open {
	z-index:2000;
	width:30px;
	height:30px;
    top: 10px;
    right: 15px;
	position:fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url(../images/open_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
}	

#close {
	z-index:2000;
	width:30px;
	height:30px;
    top: 10px;
    right: 15px;
	position:fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	background-image: url(../images/close_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
}
	
#header{
	width:100%;
	height:50px;
	box-shadow: 0px 0px 5px #aaaaaa;
	position:fixed;
}
	
#dapoq_schombi_logo {
	width: 116px;
	height: 40px;
	margin: 5px 0 5px 15px;
}

#topmenu{
	width:100%;
	height:100vh;
	top:0;
	padding: 50px 0 0 0;
	font-size: 10pt;
	position:fixed;
	background-color: #ffffff;
    display: none;
}

#topmenu li{
	width:100%;
	padding: 10px 0 10px 0;
}

#topmenu li a{
	height: 20px;
}
    
}