.sm-clean {
    background: transparent;
    display: none;
    box-shadow: 0 2px 3px #333;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 13px 58px 13px 20px;
    color: #bf1826;
    font-size: 4vw;
    font-weight: normal;
    line-height: 17px;
    text-decoration: underline;
}

.sm-clean a.current {
    color: #8a121c;
}

.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 > a .fa {
    display: none;
}

.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {

}

.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {

}

.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > 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-clean li {
    background: none;
}



.sm-clean li.li-depth-0 > a {
    position: relative;
    /*background: -webkit-linear-gradient(top, rgba(38, 167, 107, 0.9) 0%, rgba(47, 193, 131, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(38, 167, 107, 0.9) 0%, rgba(47, 193, 131, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(38, 167, 107, 0.9) 0%, rgba(47, 193, 131, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(38, 167, 107, 0.9) 0%, rgba(47, 193, 131, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(38, 167, 107, 0.9) 0%, rgba(47, 193, 131, 0.9) 100%);

    border-top: 1px solid #54ccac;
    border-bottom: 1px solid #24aa65;*/
    padding-left: 18vw;

	background: rgba(255,255,255,0.9);
	border-top: 1px solid rgba(0, 0, 0, .9);
	border-bottom: 1px solid rgba(0, 0, 0, .9);
}
.sm-clean li.li-depth-0 > a.has-submenu {
    position: relative;
	/*
    background-image: -moz-linear-gradient(90deg, rgba(0, 103, 162, 0.9) 0%, rgba(0, 81, 137, 0.9) 69%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 103, 162, 0.9) 0%, rgba(0, 81, 137, 0.9) 69%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 103, 162, 0.9) 0%, rgba(0, 81, 137, 0.9) 69%);
    border-top: 1px solid #1979b1;
    border-bottom: 1px solid #083a6c;
	*/
	background: rgba(227, 227, 227, 0.9);
	border-top: 1px solid rgba(0, 0, 0, 0.9);
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	padding-left: 0;
}
.sm-clean li.li-depth-0:first-child > a {
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    border-top: 1px solid rgb(5, 36, 56);
}

.sm-clean li.li-depth-0 > a.has-submenu span.first-level {
    position: relative;
}

.sm-clean li.li-depth-0 > a:before {

}
.sm-clean li.li-depth-0 > a.has-submenu:before {
    content: "\e258";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 20vw;
    margin-right: 6vw;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sm-clean li.li-depth-0 > a.has-submenu.highlighted:before {
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -moz-transform: rotate(90deg);   /* Firefox */
    -ms-transform: rotate(90deg);   /* IE 9 */
    -o-transform: rotate(90deg);   /* Opera */
    transform: rotate(90deg);
}

.sm-clean li.li-depth-0 > a .sub-arrow {
    display: none;
}

.sm-clean li.li-depth-1 {

}

.sm-clean li.li-depth-1 > a {
	position: relative;
	background: rgba(248, 247, 255, 0.93);
	/* border-top: 1px solid #383938; */
	border-bottom: 1px solid #424343;
	text-decoration: none;
	padding-left: 19vw;
}

.sm-clean li.li-depth-1 > a.highlighted {
	background: rgba(219, 219, 224, 0.9);
	border-bottom: 1px solid transparent;
	border-top: 1px solid #989d9b;
	box-shadow: 0 -1px 1px #9ea2a0;
}
.sm-clean li.li-depth-1:first-child > a.highlighted {
    background: rgba(195, 204, 207, 0.9);
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: none;
}

.sm-clean li.li-depth-2 > a {
    text-transform: lowercase;
	background: rgba(219, 219, 224, 0.95);
    text-decoration: none;
    padding-left: 13vw;
}
.sm-clean ul > li.li-depth-2:first-child > a {
    /*box-shadow: inset 0 3px 2px -2px #325165;*/
    background-image: url('/assets/i/menu-arrow.png');
    background-position: 0 0;
    background-repeat:no-repeat;
    padding-top:5vw;
}
.sm-clean ul > li.li-depth-2:last-child > a {
    padding-bottom:5vw;
}

.sm-clean li.li-depth-1 > a .sub-arrow {
    display: none;
}

.sm-clean li.li-depth-2 > a .sub-arrow {
    display: none;
}

.sm-clean li.li-depth-3 > a {
    text-transform: lowercase;
    background: rgba(58, 197, 170, 0.89);
    text-decoration: none;
    padding-left: 17vw;
}

.sm-clean ul > li.li-depth-3:last-child > a {
    padding-bottom:5vw;
}

.sm-clean li.li-depth-3 > a .sub-arrow {
    display: none;
}

.sm-clean > li:first-child {
    border-top: 0;
}

.sm-clean ul {

}



@media (min-width: 1025px) {
    /* 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 */
    .sm-clean {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0;
        background: transparent;

    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        padding: 0;
        color: #131313;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .sm-clean a.currentpage, a.activeparent, .sm-clean .currentpage > a, .activeparent > a {
        color: #d23600;
    }

    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        color: #d23600;
    }

    .sm-clean a.current {
        color: #d23600;
    }

    .sm-clean a.disabled {
        color: #bbbbbb;
    }

    .sm-clean a.has-submenu {
        padding-right: 24px;
    }

    .sm-clean a span.sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 9px;
        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;
    }

    .sm-clean > li > a span.sub-arrow {
        border: none;
    }

    .sm-clean > li > a .fa {
        display: block;
        position: absolute;
        right: 5px;
        top: 40%;
    }

    .sm-clean a.highlighted span.sub-arrow:before {
        display: none;
    }

    .sm-clean li, .sm-clean li a, .sm-clean li a:hover {
        border-top: 0;
        font-size: 1em;
    }

    .sm-clean > li, .sm-clean > li > a, .sm-clean > li > a:hover {
        white-space: normal;
        font-size: 0.96em;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        text-align: right;
        width: 100%;
    }

    .sm-clean > li {
        display: inline;
        width: auto;
    }

    .sm-clean > li > a span.first-level {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
    }

    .sm-clean > li > ul:before,
    .sm-clean > 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-clean > li > ul:after {
        top: -16px;
        left: 31px;
        border-width: 8px;
        border-color: transparent transparent white transparent;
    }

    .sm-clean ul {
        text-transform: none;
    }

    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #555555;
    }

    .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        background: #eeeeee;
        color: #d23600;
    }

    .sm-clean ul a.current {
        color: #d23600;
    }

    .sm-clean ul a.disabled {
        background: white;
        color: #cccccc;
    }

    .sm-clean ul a.has-submenu {
        padding-right: 20px;
    }

    .sm-clean 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-clean span.scroll-up,
    .sm-clean span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: white;
        height: 20px;
    }

    .sm-clean span.scroll-up:hover,
    .sm-clean span.scroll-down:hover {
        background: #eeeeee;
    }

    .sm-clean span.scroll-up:hover span.scroll-up-arrow, .sm-clean span.scroll-up:hover span.scroll-down-arrow {
        border-color: transparent transparent #d23600 transparent;
    }

    .sm-clean span.scroll-down:hover span.scroll-down-arrow {
        border-color: #d23600 transparent transparent transparent;
    }

    .sm-clean span.scroll-up-arrow, .sm-clean 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-clean span.scroll-down-arrow {
        top: 8px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
    }

    .sm-clean.sm-rtl a.has-submenu {
        padding-right: 12px;
        padding-left: 24px;
    }

    .sm-clean.sm-rtl a span.sub-arrow {
        right: auto;
        left: 12px;
    }

    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px;
    }

    .sm-clean.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-clean.sm-rtl > li > ul:before {
        left: auto;
        right: 30px;
    }

    .sm-clean.sm-rtl > li > ul:after {
        left: auto;
        right: 31px;
    }

    .sm-clean.sm-rtl ul a.has-submenu {
        padding: 10px 20px !important;
    }

    .sm-clean.sm-rtl ul a span.sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #555555 transparent transparent;
    }

    .sm-clean.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-clean.sm-vertical a {
        padding: 10px 20px;
    }

    .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
        background: white;
    }

    .sm-clean.sm-vertical a.disabled {
        background: #eeeeee;
    }

    .sm-clean.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-clean.sm-vertical > li > ul:before,
    .sm-clean.sm-vertical > li > ul:after {
        display: none;
    }

    .sm-clean.sm-vertical ul a {
        padding: 10px 20px;
    }

    .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
        background: #eeeeee;
    }

    .sm-clean.sm-vertical ul a.disabled {
        background: white;
    }
}

@media (min-width: 1275px) {

}