.mm-listitem > a, .mm-listitem > span {
    padding: 20px 10px 20px 20px;
    font-family: 'Roboto Slab';
	font-size: 1.250em;
	color: rgba(97,97,97,1);
	letter-spacing: .72px;
}

.mm-listitem > a i{
	position: relative;
	top: 1px;
	font-size: 18px;
}

.mm-navbar{
	height: 97px;
	padding: 0 20px;
	text-align: left;
}

a.mm-navbar__title:nth-child(1){
	padding-left: 0;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 55px;
}

.mm-navbar__title {
    padding: 0;
    line-height: 97px;
    display: block;
    height: 97px;
    font-family: 'Roboto Slab';
	font-size: 1.5rem;
	color: rgba(97,97,97,1);
	letter-spacing: .72px;
	padding-left: 30px;
}

.mm-listitem a, .mm-listitem a:hover{
	color: rgba(27,128,50,1);
}

.item-user.mm-listitem a{
	color: rgb(27, 128, 50);
}

.mm-navbar__title img{
	height: 31px;
}

a.mm-navbar__title:not([href]):not([tabindex]):hover{
	color: rgba(27,128,50,1);
}

.mm-menu_theme-white .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-white .mm-listitem_selected > span{
	background-color: transparent;
	color: rgba(27,128,50,1);
}

.mm-btn_prev:before {
    top: 48px;
    width: 15px;
    left: 23px;
	height: 15px;
}

.mm-btn_next:after{
	width: 10px;
	height: 10px;
	right: 30px;
	top: 3px;
}

.mm-menu_theme-white .mm-listview .mm-btn_next:after {
    border-color: rgba(0, 0, 0, 0.7);
}

.mm-listitem .mm-btn_next:before {
    display: none;
}

.mm-menu_theme-white .mm-navbar a, .mm-menu_theme-white .mm-navbar > * {
    color: rgba(27,128,50,1);
}

#menu-mobile .d-menu-mobile{
	display: block!important;	
}

.mm-wrapper_blocking body{
	overflow: visible;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
	width:100%;
}