

.sm-clean {
    background: #eeeeee;
}

    .sm-clean a, .sm-clean a:visited, .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: #000;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

.sm-clean a.current,
.sm-clean li.current {
    color: #9d996d;
}

.sm-clean a.disabled {
    color: #bbbbbb;
}

.sm-clean 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;
}

.sm-clean a .sub-arrow::before {
    content: '+';
}

.sm-clean a.highlighted .sub-arrow::before {
    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: 12px;
    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: 925px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-clean ul {
        position: absolute;
        width: 12em;
    }

    .sm-clean li {
        float: left;
    }

    .sm-clean.sm-rtl li {
        float: right;
    }

    .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
        float: none;
    }

    .sm-clean a {
        white-space: nowrap;
    }

    .sm-clean ul a, .sm-clean.sm-vertical a {
        white-space: normal;
    }

    .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */

    #main-menu .subnavigation {
        display: none;
    }

    .sm-clean {
        background: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .sm::after {
        content: inherit;
    }

    .sm-clean > li {
        margin: 0 10px 0 0;
        border: none;
    }

    .sm-clean li.navigation0 {
        display: none;
    }

    .sm-clean > li:nth-child(2) {
        margin: 0 10px 0 30px;
    }

    .sm-clean > li:last-child {
        margin: 0 30px 0 0;
    }

    .sm-clean a, .sm-clean a:visited, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        padding: 7px 0 13px 0;
        color: #9d996d;
        font-size: 14px;
    }

        .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
            color: #000;
        }

        .sm-clean a.current,
        .sm-clean li.current > a {
            color: #000;
        }

        .sm-clean a.disabled {
            color: #bbbbbb;
        }

        .sm-clean a.has-submenu {
            padding-right: 0;
        }

        .sm-clean a .sub-arrow {
            top: 50%;
            right: 0;
            width: 0;
            height: 0;
            border-width: 4px;
            border-style: solid dashed dashed dashed;
            border-color: #9d996d transparent transparent transparent;
            background: transparent;
            border-radius: 0;
            display: none;
        }

            .sm-clean a .sub-arrow::before {
                display: none;
            }
}
