.header img{width: 45px;padding-top: 10px}


nav:not(.mm-menu)
{
	display: none;
}
.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	padding: 0 50px;
    overflow: hidden;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url(../../images/icon_menu.png);

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 10px;
    z-index: 9999;
}
/*.content
{
	padding: 150px 50px 50px 50px;
}*/