/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-hbb {
  background: #222222;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-hbb .mm-navbar > *,
  .mm-menu.mm-theme-hbb .mm-navbar a {
    color: rgba(255, 255, 255, 1); font-weight:bold; }
  .mm-menu.mm-theme-hbb .mm-navbar .mm-btn:before, .mm-menu.mm-theme-hbb .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-hbb .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-hbb .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-hbb .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-hbb .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-hbb .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-hbb.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-hbb.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-hbb .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-hbb .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-hbb .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-hbb label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-hbb em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-hbb .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-hbb:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-hbb .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-hbb .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-hbb .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-hbb label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-hbb label.mm-toggle:before {
    background: #0059A1; }
.mm-menu.mm-theme-hbb input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

