/*
	jQuery.mmenu themes extension CSS
*/

/* mm-orange-white */
html.mm-opened.mm-orange-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-ismenu.mm-orange-white {
  background: #FFECEB; }
.mm-menu.mm-orange-white {
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-orange-white .etc{
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-orange-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-orange-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-orange-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-orange-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-orange-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-orange-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-orange-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-orange-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-orange-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-orange-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-orange-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-orange-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-orange-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-orange-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-orange-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-orange-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }


/* mm-orange-black */
html.mm-opened.mm-orange-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-orange-black {
  background: #D0675E; }

.mm-menu.mm-orange-black {
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-orange-black .etc{
  color: rgba(255, 255, 255, 0.8); }
  
  .mm-menu.mm-orange-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-orange-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-orange-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-orange-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-orange-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-orange-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-orange-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-orange-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-orange-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-orange-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-orange-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-orange-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-orange-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-orange-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-orange-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-orange-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

