/*
.sm-view a, 
.sm-view a:hover, 
.sm-view a:focus, 
.sm-view a:active {
  padding: 13px 20px;
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-view a.current {
  color: #d23600;
}
.sm-view a.disabled {
  color: #bbbbbb;
}*/
.sm-view 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(255, 255, 255, 0.5);
}
.sm-view a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.sm-view > li:first-child > a, .sm-view > li:first-child > :not(ul) a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.sm-view > li:last-child > a, .sm-view > li:last-child > *:not(ul) a, .sm-view > li:last-child > ul,
.sm-view > li:last-child > ul > li:last-child > a, .sm-view > li:last-child > ul > li:last-child > *:not(ul) a, .sm-view > li:last-child > ul > li:last-child > ul,
.sm-view > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sm-view > li:last-child > a.highlighted, .sm-view > li:last-child > *:not(ul) a.highlighted,
.sm-view > li:last-child > ul > li:last-child > a.highlighted, .sm-view > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-view > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-view > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sm-view li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-view > li:first-child {
  border-top: 0;
}
.sm-view ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-view ul a, .sm-view ul a:hover, .sm-view ul a:focus, .sm-view ul a:active {
  font-size: 16px;
}

@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) */
  .sm-view ul {
    position: absolute;
    width: 12em;
  }

  .sm-view ul li a {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .sm-view ul li:last-child > a {
    border-bottom: none;
  }

  .sm-view li {
    float: left;
  }

  .sm-view.sm-rtl li {
    float: right;
  }

  .sm-view ul li, .sm-view.sm-rtl ul li, .sm-view.sm-vertical li {
    float: none;
  }

  .sm-view a {
    white-space: nowrap;
  }

  .sm-view ul a, .sm-view.sm-vertical a {
    white-space: normal;
  }

  .sm-view .sm-nowrap > li > a, .sm-view .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-view {
    padding: 0 10px;
  }
  .sm-view a, .sm-view a:hover, .sm-view a:focus, .sm-view a:active, .sm-view a.highlighted {
    padding: 0px 12px;
  }
  .sm-view a.has-submenu {
    padding-right: 24px;
  }
  .sm-view a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    -ms-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
  }
  .sm-view a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-view li {
    border-top: 0;
  }

  .sm-view ul {
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  }
  .sm-view ul a, .sm-view ul a:hover, .sm-view ul a:focus, .sm-view ul a:active, .sm-view ul a.highlighted {
    padding: 10px 10px;
    color: #555555;
  }
  .sm-view ul a:hover, .sm-view ul a:focus, .sm-view ul a:active, .sm-view ul a.highlighted {
    color: #d23600;
  }
  .sm-view ul a.current {
    color: #d23600;
  }
  .sm-view ul a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-view ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-view ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-view span.scroll-up,
  .sm-view span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    height: 20px;
  }
  .sm-view span.scroll-up:hover span.scroll-up-arrow, .sm-view span.scroll-up:hover span.scroll-down-arrow {
    border-color: transparent transparent #d23600 transparent;
  }
  .sm-view span.scroll-down:hover span.scroll-down-arrow {
    border-color: #d23600 transparent transparent transparent;
  }
  .sm-view span.scroll-up-arrow, .sm-view span.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;
  }
  .sm-view span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-view.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-view.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-view.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-view.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-view.sm-rtl > li > ul:before {
    left: auto;
    right: 30px;
  }
  .sm-view.sm-rtl > li > ul:after {
    left: auto;
    right: 31px;
  }
  .sm-view.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-view.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-view.sm-vertical {
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .sm-view.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-view.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  .sm-view.sm-vertical > li > ul:before,
  .sm-view.sm-vertical > li > ul:after {
    display: none;
  }
  .sm-view.sm-vertical ul a {
    padding: 10px 20px;
  }
}
