.sm-white {
  position:static;
	clear: both;
}
.sm-white span.feather{ font-weight: 700; }
.sm-white a {
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #000;
  text-decoration: none;
}

.sm-white > li > a {
  font-weight: 400;
}
.sm-white a:hover, .sm-white a:focus, .sm-white a:active {
  /* make room for the toggle button (sub indicator) */
  color: #009ee3;
}
.sm-white a.current {
  color: #009ee3;
}
.sm-white a.disabled {
  color: #bbbbbb;
}
.sm-white a .sub-arrow {
  position: absolute;
  overflow: hidden;
  font: 400 16px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.sm-white a .sub-arrow::before {
  content: '+';
}
.sm-white a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-white > li:first-child > a, .sm-white > li:first-child > :not(ul) a {
  border-radius: 0px 0px 0 0;
}
.sm-white > li:last-child > a, .sm-white > li:last-child > *:not(ul) a, .sm-white > li:last-child > ul, .sm-white > li:last-child > ul > li:last-child > a, .sm-white > li:last-child > ul > li:last-child > *:not(ul) a, .sm-white > li:last-child > ul > li:last-child > ul, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 0px 0px;
}
.sm-white > li:last-child > a.highlighted, .sm-white > li:last-child > *:not(ul) a.highlighted, .sm-white > li:last-child > ul > li:last-child > a.highlighted, .sm-white > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-white > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-white > 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;
}
.sm-white li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-white > li:first-child {
  border-top: 0;
}
.sm-white ul {
  background: rgba(162, 162, 162, 0.1);
}
.sm-white ul a, .sm-white ul a:hover, .sm-white ul a:focus, .sm-white ul a:active {
  border-left: 8px solid transparent;
}
.sm-white ul ul a,
.sm-white ul ul a:hover,
.sm-white ul ul a:focus,
.sm-white ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-white ul ul ul a,
.sm-white ul ul ul a:hover,
.sm-white ul ul ul a:focus,
.sm-white ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-white ul ul ul ul a,
.sm-white ul ul ul ul a:hover,
.sm-white ul ul ul ul a:focus,
.sm-white ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-white ul ul ul ul ul a,
.sm-white ul ul ul ul ul a:hover,
.sm-white ul ul ul ul ul a:focus,
.sm-white 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) */
  .sm-white ul {
    position: absolute;
    width: 12em;
  }

  .sm-white li {
    float: left;
  }

  .sm-white.sm-rtl li {
    float: right;
  }

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

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

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

  .sm-white .sm-nowrap > li > a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-white {
    clear: none;
    padding: 0 0px;
    margin: 0px 0px 0px;
    transition: all 0.3s ease;

  }

  .sm-white > li { margin: 0px 0px 0px; transition: all 0.3s ease;}
  .sm-white a {

  }
  .sm-white > li > a:after {
    content: " ";
    display: block;
    background: #fff;
    width: 2px;
    height: 4px;
    position: absolute;
    right: -1px; top: 50%; margin-top: -2px;
  }

  .sm-white li:last-child a:after { display: none; }
  .sm-white a {
    color: #fff;
  }
  .sm-white a:hover, .sm-white a:focus, .sm-white a:active, .sm-white a.highlighted {
    color: #009ee3;
  }
  .sm-white a.current {
    color: #009ee3;
  }
  .sm-white a.disabled {
    color: #bbbbbb;
  }

  .sm-white > li > a > span.sm-text  {
    display: inline-block;
    position: relative;
  }

  /*
  .sm-white > li > a:after,.sm-white > li > a:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
  }

  .sm-white > li > a:after {
    left: 0px;
    bottom: 0px;
  }

  .sm-white > li > a:hover:after{
    border-bottom-color: #009ee3;
    border-left-color: #009ee3;
  }

  .sm-white > li > a:before {
    right: 0px;
    top: 0px;
  }

  .sm-white > li > a:hover:before{
    border-top-color: #009ee3;
    border-right-color: #009ee3;
  }

  */
/*
  .sm-white > li > a >span.sm-text::after  {
    content: '';
    display: block;
    border-bottom: 2px solid transparent;
    width: 50%;
    top: 26px;
    position: absolute;
  }

  .sm-white > li > a:hover >span.sm-text::before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 2px solid #009ee3;
    border-right: 2px solid #009ee3;
    background: #fff;
    z-index:1;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
  }
*/

.sm-white > li > a span.sub-arrow {
  position: relative;
  width: 25px; 
  height: 13px;
  display: inline-block;
}

  .sm-white > li > a:hover >span.sm-text::after  {
    border-bottom: 2px solid #009ee3;
  }
  .sm-white a .sub-arrow {
    top: auto;
    background: transparent;
    border-radius: 0;
    text-align: right;
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .sm-white a .sub-arrow::before {
    content: "\e842";
    position: absolute;
    left: 9px;
    top: 0px;
  }
  .sm-white a.highlighted .sub-arrow::before {
    content: "\e845";
  }
  .sm-white li {
    border-top: 0;
  }

  /*
  .sm-white > li > ul::before,
  .sm-white > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  .sm-white > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }
  */

  .sm-white ul {
    /*border: 1px solid #bbbbbb;
    padding: 5px 0;*/
    background: #009ee3;
    border-radius: 0px !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .sm-white ul a, .sm-white ul a:hover, .sm-white ul a:focus, .sm-white ul a:active, .sm-white ul a.highlighted {
    border: 0 !important;
    padding: 15px 30px 13px;
    color: #fff;
  }
  .sm-white ul a:hover, .sm-white ul a:focus, .sm-white ul a:active, .sm-white ul a.highlighted {
    background: #fff;
    color: #009ee3;
  }
  .sm-white ul a.current {
    color: #009ee3;
  }
  .sm-white ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-white ul a.has-submenu {
    padding-right: 35px;
  }
  .sm-white ul a .sub-arrow {
    right: 10px;
    top: auto;
    margin-top: 0px;
    text-align: right;
    height: 17px;
    width: 17px;

  }

  .sm-white ul a .sub-arrow::before {
    content: "\e844";
  }
  .sm-white ul a.highlighted .sub-arrow::before {
    content: "\e843";
  }


  .sm-white .scroll-up,
  .sm-white .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-white .scroll-up:hover,
  .sm-white .scroll-down:hover {
    background: #eeeeee;
  }
  .sm-white .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #009ee3 transparent;
  }
  .sm-white .scroll-down:hover .scroll-down-arrow {
    border-color: #009ee3 transparent transparent transparent;
  }
  .sm-white .scroll-up-arrow,
  .sm-white .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-white .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-white.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  .sm-white.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  .sm-white.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-white.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-white.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  .sm-white.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  .sm-white.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-white.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  .sm-white.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  .sm-white.sm-vertical a {
    padding: 10px 20px;
  }
  .sm-white.sm-vertical a:hover, .sm-white.sm-vertical a:focus, .sm-white.sm-vertical a:active, .sm-white.sm-vertical a.highlighted {
    background: #fff;
  }
  .sm-white.sm-vertical a.disabled {
    background: #eeeeee;
  }
  .sm-white.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;
  }
  .sm-white.sm-vertical > li > ul::before,
  .sm-white.sm-vertical > li > ul::after {
    display: none;
  }
  .sm-white.sm-vertical ul a {
    padding: 10px 20px;
  }
  .sm-white.sm-vertical ul a:hover, .sm-white.sm-vertical ul a:focus, .sm-white.sm-vertical ul a:active, .sm-white.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  .sm-white.sm-vertical ul a.disabled {
    background: #fff;
  }


  .sm-white,
  .sm-white > .has-mega-menu {
    position: static !important;
  }
  .sm-white .mega-menu {
    margin-left: 0px !important;
    margin-right: 0px !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    background-color: #00aef8;
  }
  
  .sm-white > .has-mega-menu .scroll-up,
  .sm-white > .has-mega-menu .scroll-down {
    margin-left: 0 !important;
  }
  
  
  /* clear any floats inside the mega menus */
  
  .sm-white .mega-menu > li {
    overflow: auto;
  }
  
  
  /* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */
  
  .sm-white .mega-menu ul {
    position: static;
    display: block;
    margin: 0.83em 0;
    border: 0;
    padding: 0 0 0 20px;
    width: auto;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .sm-white .mega-menu ul li {
    display: list-item;
    list-style-type: disc;
    border: 0;
  }
  
  .sm-white .mega-menu a {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
  }
  
  .sm-white .mega-menu a:hover {
    background: transparent;
  }
  
  .sm-white .mega-menu .category-menu-container:hover + div {
    background: #3a3a39;
  }
}

/* Mobile menu top separator */

.sm-white:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #2e8cb8;
}

@media (min-width: 768px) {
  .sm-white:before {
    display: none;
  }
}