@media (max-width: 1000px) {

#open {
	z-index:2000;
	width:30px;
	height:30px;
    top: 15px;
    right: 15px;
	position:fixed;
	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: 15px;
    right: 15px;
	position:fixed;
	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:60px;
}
	
#company_logo {
	width: 160px;
	height: 40px;
	margin: 10px 0 10px 15px;
}

#menu{
	width:100%;
	height:100vh;
	top:0;
	padding: 50px 0 0 0;
	font-size: 10pt;
	position:fixed;
	background-color: #000000;
    display: none;
}

#menu li{
	width:100%;
	padding: 10px 0 10px 0;
}

#menu li a{
	height: 20px;
}

#menu2{
	font-size: 10pt;
	letter-spacing: 2px;
	line-height: 20px;
	text-align: center;
}

#menu2 li{
	width:100%;
	padding: 10px 0 10px 0;
}

#menu2 li a{
	height: 20px;
}
    
}