.mm-menu.mm-theme-black {
  background: #e5e5e5; }

.mm-menu > .mm-navbars-top,
.mm-panels,
.mm-panels > .mm-panel {
  background: none; }

.mm-navbar-size-3 {
  text-align: center;
  position: relative;
  border-bottom: none; }

.mm-navbar-size-3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px; }

.mm-navbar-size-3 > * {
  display: inline-block;
  vertical-align: middle; }

.mm-navbar-size-3 a {
  border: 1px solid rgba(255, 255, 255, 0.6); }

.mm-navbar-size-3 img {
  opacity: 0.6;
  border: 1px solid #fff;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 10px; }

.mm-navbar-size-3 a {
  border-radius: 40px;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 16px !important;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0; }

.mm-navbar-size-3 a:hover {
  border-color: #fff;
  color: #fff !important; }

.mm-listview {
  font-size: 12px; }

.mm-listview li:last-child:after {
  content: none;
  display: none; }

.mm-listview a,
.mm-listview span {
  color: rgba(0, 0, 0, 0.6);
  text-align: center; }

.mm-menu.mm-theme-black .mm-listview > li a,
.mm-menu.mm-theme-black .mm-listview > li span {
  color: #333;
  text-align: left;
  padding-left: 40px;
  font-size: 16px; }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700; }

.mm-navbar a:before {
  color: #fff; }

.mm-listview a:hover,
.mm-listview a:hover + span {
  color: #fff; }

/*.mm-listview li .fa {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px; }*/

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin: 0;
  width: 100%; }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before{
  border-color: #fff !important; }

.mm-listitem .mm-btn_next::after{
  border-color: #656565 !important;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block !important; }

/*# sourceMappingURL=mobile-menu.css.map */

#mobile-menu{
  z-index: 999;
  border-right: 2px solid #ccc;
}
#mobile-menu .mm-navbar__title{
  color: #fff;
}
#mobile-menu .mm-listitem__text{
  padding-left: 10px;
  padding-right: 10px;
}