nav:not(.mm-menu) {
	display: none;
}

.header,
.content,
.footer {
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	z-index: 999999999999999999999999;
	width: 100px;
	top: 10px;
	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: 100px;
	height: 50px;
	background: #F2C744;
	margin-left: 5px;
	border-radius: 5px;
	z-index: 999999999999999999999999;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
}

.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;
}

#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: #002e5a;
	margin-top: 3px !important;
	border-radius: 3px;
	list-style-type: none;

}

#menuac ul li a {
	width: 100%;
	line-height: 50px;
	padding: 0px 30px;
	margin: 0px;
	font-size: 20px;
	color: #CCC;
	text-decoration: none;
}

#menuac ul li a:hover {
	background: #b1b1b1;
	color: #fff;
}