nav:not(.mm-menu){}
.header,
.content,
.footer
{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	z-index:999999999999999999999999;
}
.header,
.footer
{
	font-size: 15px;
	color:#fff;
	float:right;
	top: 35%;
	
	margin-right:15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width:35%;
	height:40px;
	right:0;
	background:none;
	border-radius:0px;
	z-index:999999999999999999999999;
	font-family: 'Raleway', sans-serif;
	background-color: #333;
}

.header a
{
	color:#FFF;
	text-decoration:none;
	display: block;
	height: 40px;
	line-height:40px;
	position:relative;
	text-align:center;
	font-weight:700;
	border-radius:0px;
}
.header a:before,
.header a:after
{
	display: block;
	background: #fff;
	height: 2px;
}
.header a:hover{ background:#333; color:#FFF; }

#menuac ul{ border:0px !important;  font-family: 'Montserrat', sans-serif; font-weight:700; }
#menuac ul li{ width:100%; padding:0px; margin:0 auto !important; background:#fff; margin-top:0px !important; border-radius:0px; box-sizing: border-box; }
#menuac ul li a{ width:100%; border-bottom: 1px solid #f0f0f0; line-height:55px; padding:0px 35px; margin:0px; font-size:13px; color:#252525;  font-weight: 300; box-sizing: border-box; }
#menuac ul li a:hover{ background:#f0f0f0; color:#000;}
