nav:not(.mm-menu)
{
	display: none;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	display: block;
	width: 48px;
	height: 48px;
	padding: 11px;
	position: absolute;
	top: 0;
	right: 0;
}
.header a:before,
.header a:after
{
	content: '';
	display: block;
	background: #2059a2;
	height: 3px;
}
.header a span
{
	background: #2059a2;
	display: block;
	height: 3px;
	margin: 6px 0;
}
.content
{
	padding: 150px 50px 50px 50px;
}
