nav:not(.mm-menu)
{
	
}

.header,
.content,
.footer
{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
.header,
.footer
{
	
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding:10px;
	display:inline-block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	float:left;
	top:0;
	left:0;
	background:#000;
	margin-top:15px;
}

.header a
{
	color:#FFF;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 40px;
	line-height:40px;
	position:relative;
	text-align:center;
}
.header a:before,
.header a:after
{
	display: block;
	background: #fff;
	height: 2px;
}

#menuac li a{ padding-bottom:0px; line-height:50px; margin:0px; color:#000; font-weight:700; display:block; width:100%; box-sizing:border-box; margin-bottom:0px; }
#menuac li a:hover{ background:#000; color:#FFF;}
