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

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{

	padding: 0 5px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}



.header span {
    font-size: 10px;
}

.header a
{
	display: block;
    width: 35px;
    padding: 0px;
    position: absolute;
    cursor: pointer;
}
.header a:before,
.header a:after
{
	content: '';
	display: block;
	background: #0070bb;
	height: 2px;
}
.header a span
{
	background: #0070bb;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content{
	padding: 150px 50px 50px 50px;
}
