@charset "utf-8";
/* CSS Document */

/* (Menu 6) - side menu off canvas */
nav:not(.mm-menu) {
	display: none;
}
#mainmenu a {
	background: center center no-repeat #161616;
	background-image: url('/themes/mmenu2017/images/menu.png');
	display: block;
	width: 150px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0px;
	z-index:5000;
	padding-right:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;	
}
#mainmenu a:hover{
	background-color: #363636;
	background-repeat: no-repeat;
	background-position: center center;
}
#home a {
	background: center center no-repeat #161616;
	background-image: url('/themes/mmenu2017/images/home.png');
	display: block;
	width: 64px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 150px;
	z-index:5000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;	
}
#home a:hover {
	background: center center no-repeat #363636;
	background-image: url('/themes/mmenu2017/images/home.png');	
}
#logo{
	width:100%;
	text-align:center;
	padding:40px 0px;
}
.mm-menu {
	max-width: 300px !important;
	width: 100% !important;
}
.mm-menu_shadow-page.mm-menu_position-right:after {
	-webkit-clip-path: none;
	clip-path: none;
}
.mm-menu .mm-listview {
	color: #333;
	font-size: 1em;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	color: #fff;
}
.mm-menu .mm-navbars_top {
	background: #F26922;
	color: #fff;
}
.mm-menu .mm-navbars_top a.mm-navbar__title {
	color: #fff;
	font-weight: 700;
}
.mm-menu .mm-btn_clear:before, .mm-menu .mm-btn_close:before {
	right: 14px;
}
.mm-menu .mm-btn_close:hover {
	color: #333;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before, .mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after, .mm-menu .mm-navbar-bottom a {
	border-color: #fff !important;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.mm-menu .mm-btn:hover:after, .mm-menu .mm-btn:hover:before, .mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:hover:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:hover:after {
	border-color: #333 !important;
}
.mm-menu .mm-navbar .mm-btn:last-child:before, .mm-menu .mm-navbar .mm-btn:last-child:after {
	height: 8px;
	width: 8px;
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	color: #777 !important;
}
.mm-menu .mm-navbars_bottom, .mm-menu .mm-navbars_bottom, .mm-menu .mm-navbars_bottom a {
	height: 60px;
}
.mm-menu .mm-navbars_bottom {
	border-top-color: #292929;
	border-top-color: rgba(0,0,0,.15);
}
.mm-menu .mm-navbars_bottom a {
	line-height: 60px;
	padding: 10px 5px;
}
.mm-menu .mm-navbars_bottom a > i {
	border: 1px solid #777;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #777;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	width: 40px;
}
.mm-menu .mm-navbars_bottom a:hover > i {
	border-color: #333;
	color: #333;
}
.mm-menu .mm-listview>li:not(.mm-divider):after {
	left: 0;
}
.mm-menu .mm-listview a:hover {
	color: #333;
	text-decoration: underline;
}
.mm-menu .mm-listview a:hover:after {
	border-color: #333 !important;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate(-300px,0);
	-ms-transform: translate(-300px,0);
	transform: translate(-300px,0);
	-webkit-transform: translate3d(-300px,0,0);
	transform: translate3d(-300px,0,0);
}

/*# sourceMappingURL=mainmenu.css.map */