
nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	/*text-align: center;*/ 
}
.header,
.footer
{
    background-color: rgba(255,255,255,0.8) font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    /* padding: 0 50px; */
    float: right;
}

.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/nav_icon.png);
    display: block;
    width: 50px;
    height: 40px;
    /* position: relative; */
    top: 0;
    right: 0px;
    float: right;
	margin-top: 0px;
}
.content2
{
	padding: 150px 50px 50px 50px;
}