html {
	overflow-x: hidden;
}
#navover {
	position: relative;
	left: 0;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	z-index: 20;
	background: black;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.mmPushBody {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
#mobile-menu {
	position: absolute;
	top: 0;
	background: #fff;
	z-index: 99999;
	display: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 1.42857;
}
.mobile-menu {
	list-style-type: none;
	margin: 0;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile-menu ul {
	margin-left: 0;
	padding-left: 0;
}
.mobile-menu ul .expand {
	background: #eeeeee;
}
.mobile-menu .expand {
	right: 0;
	position: absolute;
	background:#eee;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px !important;
	color: #01c7c5;
	font-size:8px !important;
	margin-top:-1px;
}
.mobile-menu .expand:hover {
	cursor: pointer;
}
.mobile-menu li {
	display: block;
	width: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
	position: relative
}

.mobile-menu li a {
	display: block;
	overflow: hidden;
	white-space: normal;
	color: #333;
	text-decoration: none;
	padding: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
	font-weight:bold;
	text-align:left
}
.mobile-menu li a.active {
	color: #CCCCCC;
}
.mobile-menu li a:hover {
	color: #F00
}
.mobile-menu li li {
	background: #fff;
}
.mobile-menu li li a {
	padding-left: 25px;
	text-transform:none;
	font-weight:normal
}
.mobile-menu li li li {
	background: #fff;
}
.mobile-menu li li li a {
	padding-left: 35px;
	font-weight:normal
}
.mm-toggle-wrap {
	color: white;
	width: 100%;
	line-height: 1;
	overflow: hidden;
	background:#70A938
}
.mm-toggle {
	cursor: pointer;
	font-size: 28px;
	display: none;
	padding: 10px 0;
	width: auto;
	color:#fff;
	float:left;
	margin-right:60px
}
.mm-toggle:hover{
	color:#3c0	
}
.mb-logo{
	background:#70A938;
	padding-left:15px;
	padding-right:15px;	
}

@media(min-width:768px) {
#navover{display:none}
}
@media (max-width: 992px) {
.mm-toggle, #navover {
	display: block;
}

}
