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

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header > a {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 6px !important;
	right: 10px;
	z-index: 1;
}
.header ul li img {
    max-width: 75px !important;
}
.header ul li { font-family: sans-serif; }
.content
{
	padding: 150px 50px 50px 50px;
}
