nav:not(.mm-menu)
{
	
}

.header,
.content,
.footer
{
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	z-index:999999999999999999999999;
	width:100%; top:0px;
	float:right;
}
.header,
.footer
{
	font-size: 15px;
	color:#fff;
	float:right;
	margin-right:0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	width:100%;
	height:50px;
	background:#2f2c83;
	margin-left:5px;
	border-radius: 5px;
	z-index:999999999999999999999999;
	font-family: 'Montserrat', sans-serif;
}

.header a
{
	color:#fff;
	text-decoration:none;
	display: block;
	width: 100%;
	height: 48px;
	line-height:48px;
	position:relative;
	text-align:center;
	font-weight:700;

}
.header a:before,
.header a:after
{
	display: block;
	background: #fff;
	height: 2px;
}
.header a:hover{ background:#000; }

#menuac ul{ border:0px !important;  font-family: 'Montserrat', sans-serif; font-weight:700; }
#menuac ul li{ width:96%; padding:0px; margin:0 auto !important; background:#dc2b19; margin-top:3px !important; border-radius:3px; }
#menuac ul li a{ width:100%; line-height:50px; padding:0px 30px; margin:0px; font-size:20px; color:#CCC;  }
#menuac ul li a:hover{ background:#b1b1b1; color:#fff;}
