
.min-sm-wob {
  background: #eeeeee;
}
.min-sm-wob a, .min-sm-wob a:hover, .min-sm-wob a:focus, .min-sm-wob a:active {
  padding: 13px 20px;
  padding-right: 58px;
  /*color: #ddd;*/
  text-decoration: none;
}
.min-sm-wob a.current {
  /*color: #D23600;*/
}
.min-sm-wob a.disabled {
  /*color: #bbbbbb;*/
}
/*small:*/
@media only screen and (max-width: 768px) {
  .min-sm-wob a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .min-sm-wob a .sub-arrow::before {
    content: '+';
  }
  .min-sm-wob a.highlighted .sub-arrow::before {
    content: '-';
  }
}
.min-sm-wob > li:first-child > a, .min-sm-wob > li:first-child > :not(ul) a {
  border-radius: 5px 5px 0 0;
}
.min-sm-wob > li:last-child > a, .min-sm-wob > li:last-child > *:not(ul) a, .min-sm-wob > li:last-child > ul, .min-sm-wob > li:last-child > ul > li:last-child > a, .min-sm-wob > li:last-child > ul > li:last-child > *:not(ul) a, .min-sm-wob > li:last-child > ul > li:last-child > ul, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > a, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 5px 5px;
  /*border-radius: inherit !important;*/
}
.min-sm-wob > li:last-child > a.highlighted, .min-sm-wob > li:last-child > *:not(ul) a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .min-sm-wob > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0;
}
.min-sm-wob li {
  border-top: 0;
}

.min-sm-wob > li:first-child {
  border-top: 0;
}
.min-sm-wob ul {
  background: rgba(162, 162, 162, 0.1);
}
.min-sm-wob ul a, .min-sm-wob ul a:hover, .min-sm-wob ul a:focus, .min-sm-wob ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}
.min-sm-wob ul ul a,
.min-sm-wob ul ul a:hover,
.min-sm-wob ul ul a:focus,
.min-sm-wob ul ul a:active {
  border-left: 16px solid transparent;
}
.min-sm-wob ul ul ul a,
.min-sm-wob ul ul ul a:hover,
.min-sm-wob ul ul ul a:focus,
.min-sm-wob ul ul ul a:active {
  border-left: 24px solid transparent;
}
.min-sm-wob ul ul ul ul a,
.min-sm-wob ul ul ul ul a:hover,
.min-sm-wob ul ul ul ul a:focus,
.min-sm-wob ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.min-sm-wob ul ul ul ul ul a,
.min-sm-wob ul ul ul ul ul a:hover,
.min-sm-wob ul ul ul ul ul a:focus,
.min-sm-wob ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .min-sm-wob ul {
    position: absolute;
    width: 12em;
  }

  .min-sm-wob li {
    float: left;
  }

  .min-sm-wob.sm-rtl li {
    float: right;
  }

  .min-sm-wob ul li, .min-sm-wob.sm-rtl ul li, .min-sm-wob.sm-vertical li {
    float: none;
  }

  .min-sm-wob a {
    white-space: nowrap;
  }

  .min-sm-wob ul a, .min-sm-wob.sm-vertical a {
    white-space: normal;
  }

  .min-sm-wob .sm-nowrap > li > a, .min-sm-wob .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  /*
  #+++++++++++++++++++++++++++++++++++++++++++++++++++++
  # start edit
  #+++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  .min-sm-wob {
    padding: 0 10px;
    background: inherit;
    border-radius: inherit;
  }
  .not-hero .min-sm-wob {
    /*background: rgba(0,0,0, 0.5);*/
  }
  .is-hero.offhero .min-sm-wob {
    /*background: rgba(0,0,0, 0.5);*/
    /*background: rgba(255,255,255, 0.9);*/
  }
  /*first level*/
  .min-sm-wob a,
  .min-sm-wob a:hover,
  .min-sm-wob a:focus,
  .min-sm-wob a:active,
  .min-sm-wob a.highlighted {
    padding: 1em;
    color: #fff;
    border-radius: 0 !important;
  }

  .is-hero .min-sm-wob a,
  .is-hero .min-sm-wob a:hover,
  .is-hero .min-sm-wob a:focus,
    /*.is-hero .min-sm-wob a:active,    */
  .is-hero .min-sm-wob a.highlighted {
    color: #fff;
  }

  .min-sm-wob a:hover, .min-sm-wob a:focus, .min-sm-wob a:active, .min-sm-wob a.highlighted {
    color: #D23600;
  }
  .min-sm-wob a.current {
    color: #D23600;
  }
  .min-sm-wob a.disabled {
    color: #bbbbbb;
  }
  .min-sm-wob a.has-submenu {
    padding-right: 24px;
  }
  .min-sm-wob a .sub-arrow:after {
    position: absolute;
    right: .5em;
    margin-top: .4em;
    padding-left: 1em;
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 15px !important;
    content: "\f107";
    border: inherit;
    background: transparent;
    border-radius: 0;
  }
  .min-sm-wob ul a.has-submenu {
    padding-right: 20px;
  }

  .min-sm-wob ul a .sub-arrow:after {
    content: "\f105";
  }

  /* # ~~~~~ Arrow left: ~~~~~ #

    .min-sm-wob a.has-submenu {
      padding-left:30px;
    }
    .min-sm-wob a .sub-arrow:after {
      right: inherit;
      left: 0
    }
    .min-sm-wob ul a .sub-arrow:after {
      content: "\f104";
    }

  # ~~~~~ end arrow left ~~~~~ # */

  /*.is-hero .min-sm-wob a .sub-arrow {*/
  /*  border-color: #fff transparent transparent transparent;*/
  /*}*/
  .min-sm-wob a .sub-arrow::before {
    display: none;
  }
  .min-sm-wob li {
    border-top: 0;
  }
  .is-hero .min-sm-wob ul {
    background: rgba(0,0,0, 0.5);
    /*background: rgba(255,255,255, 0.9);*/
  }
  .min-sm-wob ul {
    /*background: rgba(255,255,255, 0.5);*/
    /*background: rgba(255,255,255, 0.9);*/
    background: rgba(0,0,0, 0.5);
  }
  /*submenus: */
  .min-sm-wob ul a, .min-sm-wob ul a:hover, .min-sm-wob ul a:focus, .min-sm-wob ul a:active, .min-sm-wob ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #fff;
  }
  .is-hero .min-sm-wob ul a:hover, .is-hero .min-sm-wob ul a:focus, .is-hero .min-sm-wob ul a:active, .is-hero .min-sm-wob ul a.highlighted {
    background: rgba(0,0,0, 0.2);
    /*background: rgba(255,255,255, 0.9);*/
    color: #ccc;
  }
  .min-sm-wob ul a:hover, .min-sm-wob ul a:focus, .min-sm-wob ul a:active, .min-sm-wob ul a.highlighted {
    background: #fff;
    color: #D23600;
  }
  .min-sm-wob ul a.current {
    color: #D23600;
  }
  .min-sm-wob ul a.disabled {
    background: #fff;
    color: #cccccc;
  }

  /*
  #+++++++++++++++++++++++++++++++++++++++++++++++++++++
  # Up and down arrows for long enties
  #+++++++++++++++++++++++++++++++++++++++++++++++++++++
  */
  .min-sm-wob .scroll-up,
  .min-sm-wob .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .min-sm-wob .scroll-up:hover,
  .min-sm-wob .scroll-down:hover {
    background: #eeeeee;
  }
  .min-sm-wob .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  .min-sm-wob .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  .min-sm-wob .scroll-up-arrow,
  .min-sm-wob .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .min-sm-wob .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .min-sm-wob.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .min-sm-wob.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .min-sm-wob.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .min-sm-wob.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .min-sm-wob.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .min-sm-wob.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .min-sm-wob.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .min-sm-wob.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .min-sm-wob.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .min-sm-wob.sm-vertical a {
    padding: 10px 20px;
  }
  .min-sm-wob.sm-vertical a:hover, .min-sm-wob.sm-vertical a:focus, .min-sm-wob.sm-vertical a:active, .min-sm-wob.sm-vertical a.highlighted {
    background: #fff;
  }
  .min-sm-wob.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .min-sm-wob.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .min-sm-wob.sm-vertical > li > ul::before,
  .min-sm-wob.sm-vertical > li > ul::after {
    display: none;
  }
  .min-sm-wob.sm-vertical ul a {
    padding: 10px 20px;
  }
  .min-sm-wob.sm-vertical ul a:hover, .min-sm-wob.sm-vertical ul a:focus, .min-sm-wob.sm-vertical ul a:active, .min-sm-wob.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .min-sm-wob.sm-vertical ul a.disabled {
    background: #fff;
  }
}

/*# sourceMappingURL=min-sm-wob.css.map */
