/*version 09.01.2018 */

#navigationWrapper
{
    position: absolute;
    right: 0;
    top: -50px;
    left: 0;
    z-index: 99;
}

#main-menu {
	position:relative;
	z-index:9999;
    top: 45px;
    border-top: 3px solid #007acc;
}

#menuIconWrapper
{
    float: right;
    -ms-touch-action: none;
    right: 0;
}

#menu-icon
{
    background: url(../../layout/images/smartmenus/naviIcon.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 10px 15px 0 0;
}

#menu-icon:visited
{
    color: #fff;
}

#menu-icon:hover
{
    color: #A2A3A5;
}

.hideNavigation
{
    display: none;
}

.showNavigation
{
    display: inherit;
}

/********/

.sm-clean {
  background: #eeeeee;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-clean a.current {
  color: #007ACC;
}
.sm-clean a.disabled {
  color: #bbbbbb;
}
.sm-clean 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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sm-clean a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

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



@media (min-width: 850px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
 

    #navigationWrapper
    {
        position: relative;
        top: 0;
    }
    
    #navigationMain
    {
        background-color: #007ACC;
    }

    .hideNavigation
    {
        display: inherit;
    }

    #menu-icon
    {
        display:none;
    }

    #main-menu {
        border: none;
        top: 0;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
      color: #484949;
      font-size: 15px;
      line-height: 17px;
      padding: 9px 0 9px 0;
    }

    .sm-clean a.current {
      color: #007ACC;
      font-weight: 600;
    }

    .sm-clean a:hover {
        color: #007ACC;
    }

    .sm-clean li {
      border-top: none;
    }

    .sm-clean {
      background: none;
    }

    .sm-clean a span.sub-arrow {
        background: none;
        right: 0;
    }

    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
      font-size: 14px;
      border-left: 10px solid transparent;
      padding: 6px 0 6px 0;
    }

    .sm-clean ul {
      background: none;
      margin-top: -3px;
      margin-bottom: 3px;
    }
}
