nav:not(.mm-menu)
{
	display: none;
}


.header,
.footer
{
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;

	box-sizing: border-box;	
	width: 100%;
	height: 40px;
}
.header a.mmmenu
{
	background:url(../images/nav.png) center center no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor:pointer;
}
