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


nav:not(.mm-menu)
{
	display: none;
}
.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
    position: absolute;top:0px;left:0px;z-index: 9999;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 0 30px;
    overflow: hidden;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
    background: url(../../images/menu-responsive-768.png) center center no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 10px;
}
/*.content
{
	padding: 150px 50px 50px 50px;
}*/