.mobilemenu-container{
	display: none;
	position: fixed;
	z-index: 99999;
	left: -100%;
	top: 0;
	background: #1b1b1b;
	height: 100%;
	width: calc(100% - 70px);
	overflow: scroll;
	max-width: 300px;
	
}

#mm_inner{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
#mobilemenu-root {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#mobilemenu-root li{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#mobilemenu-root li a{
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	display: block;

}
#mobilemenu-root li.has-submenu a{
	/*width: calc(100% - 30px);*/
}

.submenu{
	max-height: 0;
    padding-left: 20px;
    margin: 0;
    list-style-type: none;	
	overflow: hidden;
}
.submenu-item a{
	display: block !important;
	font-weight: normal !important;
	text-transform: none !important;
	font-size: 15px !important;
}
#mobilemenu-root li .openclose{
	display: none;
	cursor: pointer;
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	right: -20px;
}
#mobilemenu-root li .openclose:after{
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 10px;
	right: 50%;
	display: block;
	width: 3px;
	height: 3px;
	margin-top: -1.5px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	-webkit-box-shadow: -4px 0 0 0 rgba(255,255,255,.3), 4px 0 0 0 rgba(255,255,255,.3);
	box-shadow: -4px 0 0 0 rgba(255,255,255,.3), 4px 0 0 0 rgba(255,255,255,.3);
	-webkit-transition: background .3s ease, box-shadow .3s ease;
	-moz-transition: background .3s ease, box-shadow .3s ease;
	transition: background .3s ease, box-shadow .3s ease;
}

.mobilemenu-container .closemobmenu{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

.mobmenudimmer{
	display: none;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
}

.footer .widget.first{
	position: relative;
	z-index: 0;
}

.ovfhidden{
	overflow: hidden !important;
	position: fixed !important;
	z-index: 500 !important;
	width: calc(100% - 40px) !important;
}

.icon-menu{
	z-index: 99999;
}