html, body
{
	padding: 0;
	margin: 0;
}
nav:not(.mm-menu)
{
	display: none;
}

.header,
.header.fixed
{
	position:absolute;
	top: 0;
	left: 0;
}

.header a
{
   background: center center no-repeat transparent;
    background-image: url(menu.png);
    display: block;
    width: 41px;
    height: 44px;
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 999;
    text-shadow: none;
    font-size: 10px;
    line-height: 75px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px #FDFDFD;
    background-color: #D50C02;
}
.header a:hover{ color:#ff0;}
