@media all and (min-device-width: 1180px) { 
.header {
	display:none;
}
}
nav:not(.mm-menu)
{
	display: none;
}

.header
{
	font-size: 16px;
	font-weight: bold;
	color: #0c5b5b;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	right: 0px;
	padding-right: 20px;
	padding-top: 5px;
	position:fixed;
	z-index:9999;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.header a
{
	width: 40px;
	height: 40px;
	position:absolute;
	top:0;
	right: 10px;
	color: #000;
	font-size:40px;
}