

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background:#fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 55px;
	padding: 0 40px;
}
.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/menu-icon.png);
    display: block;
    width: 100px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 10px;
    color: #666;
	margin-left:-40px;
}
.logo-special-main-top {
    width: 160px !important;
}



