/*@media only screen and (min-width: 767px){
#icon-mobile {
    display: block;
}*/

 @media only screen and (max-width: 767px) {
a.mmenu-icon {
    display: block;
    width: 28px;
    height: 18px;
    padding: 11px;
    position: absolute;
   /* top: 0;
    left: 0;*/
}
a.mmenu-icon::before, a.mmenu-icon::after {
    content: '';
    display: block;
    background: #000;
    height: 2px;
}

a.mmenu-icon span {
    background: #000;
    display: block;
    height: 2px;
    margin: 6px 0;

}

.mm-navbar {
    font-size:16px !important;
}
	
}


@media only screen and (min-width: 768px){

#icon-mobile {
    display: none;
}
}


/*
.mm-menu {
    background-color:#000 ;
}


.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
    color: #ffffff !important;
}


.mm-panels {
    margin-top:80px;
}

.mm-menu .mm-listview {
    border-color:#fff !important;
}


.mm-listview a,
.mm-listview span {
    text-decoration:none;
    text-decoration:none !important;
    color: #fff !important;
}


a:link.mm-title {
    font-size:16px;
    text-decoration:none;
    color:#fff;
}


ul.mm-listview {
    border-top:1px solid #fff;
}


.mm-listview > li:not(.mm-divider)::after {
    left:0;
}


.mm-listview > li:not(.mm-divider)::after {
    border-color:#fff;
}


.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: #e2001a;
}


.mm-menu.mm-theme-dark .mm-listview > li .mm-next::after {
    border-color:#fff;
}


.mm-listview .mm-next::before {
    border-color:#fff !important;
}


.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
    border-color: #fff !important;
}

*/

/*

.mm-menu.mm-theme-white {
    color:#000;
}

#menu-mobile strong.active {
    padding-left:20px;
    background-color:#$rot;
}

.mm-listview .mm-next::before {
    border:none;
}*/
