.smart-menu{position:relative;z-index:9999;}
.smart-menu,.smart-menu ul,.smart-menu li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.smart-menu-rtl,.smart-menu-rtl ul,.smart-menu-rtl li{direction:rtl;text-align:right;}
.smart-menu>li>h1,.smart-menu>li>h2,.smart-menu>li>h3,.smart-menu>li>h4,.smart-menu>li>h5,.smart-menu>li>h6{margin:0;padding:0;}
.smart-menu ul{display:none;}
.smart-menu li,.sm a{position:relative;}
.smart-menu a{display:block;}
.smart-menu a.disabled{cursor:not-allowed;}
.smart-menu:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.smart-menu,.smart-menu *,.smart-menu *:before,.smart-menu *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}


.sm-blue a span.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(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
.sm-blue a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

@media (min-width: 991px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-blue ul {
    position: absolute;
    width: 12em;
  }

  .sm-blue li {
    float: left;
  }

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    white-space: nowrap;
  }

  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }


  .sm-blue a span.sub-arrow {
    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;


    display: none;
  }
  .sm-blue a.highlighted span.sub-arrow:before {
    display: none;
  }

  .sm-blue ul a span.sub-arrow {
    display: none;
  }
  .sm-blue ul li {
    /*border: 0;*/
  }

}
