nav:not(.mm-menu)
{
	
}

.header,
.content,
.footer
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.header,
.footer
{
	background:#000;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
}

.header a
{
	color:#FFF;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 50px;
	line-height:50px;
	position:relative;
	text-align:center;
}
.header a:before,
.header a:after
{
	display: block;
	background: #fff;
	height: 2px;
}
