nav:not(.mm-menu)
{
	display: none;
}
.header,
.content
{
	text-align: center;
}
.header
{
	/*background: #ff6300;*/
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	/*width: 100%;*/
	height: 40px;
	padding: 0 50px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10000;
}
.header a
{	
	display: block;
	width: 31px;
	height: 30px;
	position: absolute;
	top: 40px;
	left: 5px;
	 font-size: 23px;
         line-height: 28px;
         border: 1px solid #337ab7;
         border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
