.menu {
    background: #f7f7f7 !important;
}

.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}
.sm ul {
    display: none;
}
.sm li,
.sm a {
    position: relative;
}
.sm a {
    display: block;
}
.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}
.sm *,
.sm *::before,
.sm *::after {
    box-sizing: inherit;
}
.sm-mint {
    border-top: 0px solid #519aec;
    border-bottom: 0px solid #519aec;
    background: #fff;
}
.sm-mint a,
.sm-mint a:hover,
.sm-mint a:focus,
.sm-mint a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    line-height: 19px;
    text-decoration: none;
}
.sm-mint 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(81, 154, 236, 0.2);
    border-radius: 0px;
}
.sm-mint a .sub-arrow::before {
    content: "+";
}
.sm-mint a.highlighted .sub-arrow::before {
    content: "-";
}
.sm-mint li {
    border-top: 1px solid rgba(81, 154, 236, 0.2);
}
.sm-mint > li:first-child {
    border-top: 0;
}
.sm-mint ul {
    background: rgba(81, 154, 236, 0.2);
    left: 30px !important;
}
.sm-mint ul a,
.sm-mint ul a:hover,
.sm-mint ul a:focus,
.sm-mint ul a:active {
    border-left: 8px solid transparent;
}
.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
    border-left: 16px solid transparent;
}
.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
    border-left: 24px solid transparent;
}
.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}
@media (min-width: 768px) {
    .sm-mint ul {
        position: absolute;
        width: 12em;
    }
    .sm-mint li {
        float: left;
    }
    .sm-mint ul li,
    .sm-mint.sm-rtl ul li,
    .sm-mint.sm-vertical li {
        float: none;
    }
    .sm-mint a {
        white-space: nowrap;
    }
    .sm-mint ul a,
    .sm-mint.sm-vertical a {
        white-space: normal;
    }
    .sm-mint .sm-nowrap > li > a,
    .sm-mint .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    .sm-mint {
        border-top: 0;
        background: transparent;
    }
    .sm-mint a,
    .sm-mint a:hover,
    .sm-mint a:focus,
    .sm-mint a:active,
    .sm-mint a.highlighted {
        padding: 11px 20px;
        border-radius: 0px 0px 0 0;
    }
    .sm-mint a:hover,
    .sm-mint a:focus,
    .sm-mint a:active {
        color: #519aec;
    }
    .sm-mint a.highlighted {
        background: #dbeafb;
        color: #519aec;
        box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    }
    .sm-mint a.has-submenu {
        padding-right: 36px;
    }
    .sm-mint a .sub-arrow {
        top: 50%;
        margin-top: -4px;
        right: 20px;
        width: 0;
        height: 0;
        border-width: 7px 4.69px 0 4.69px;
        border-style: solid dashed dashed dashed;
        border-color: #519aec transparent transparent transparent;
        background: transparent;
        border-radius: 0;
    }
    .sm-mint a:hover .sub-arrow,
    .sm-mint a:focus .sub-arrow,
    .sm-mint a:active .sub-arrow {
        border-color: #519aec transparent transparent transparent;
    }
    .sm-mint a.highlighted .sub-arrow {
        border-color: #519aec transparent transparent transparent;
    }
    .sm-mint a .sub-arrow::before {
        display: none;
    }
    .sm-mint li {
        border-top: 0;
    }
    .sm-mint ul {
        border: 0;
        background: #dbeafb;
        border-radius: 0 0px 0px 0px;
        box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    }
    .sm-mint ul ul {
        border-radius: 0px;
    }
    .sm-mint ul a,
    .sm-mint ul a:hover,
    .sm-mint ul a:focus,
    .sm-mint ul a:active,
    .sm-mint ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #333;
        border-radius: 0;
    }
    .sm-mint ul a:hover,
    .sm-mint ul a:focus,
    .sm-mint ul a:active,
    .sm-mint ul a.highlighted {
        background: #dbeafb;
        color: #519aec;
        box-shadow: none;
    }
    .sm-mint ul a.has-submenu {
        padding-right: 20px;
    }
    .sm-mint ul a .sub-arrow {
        right: 10px;
        margin-top: -4.69px;
        border-width: 4.69px 0 4.69px 7px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #519aec;
    }
    .sm-mint ul a:hover .sub-arrow,
    .sm-mint ul a:focus .sub-arrow,
    .sm-mint ul a:active .sub-arrow,
    .sm-mint ul a.highlighted .sub-arrow {
        border-color: transparent transparent transparent #519aec;
    }
    .sm-mint .scroll-up,
    .sm-mint .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #dbeafb;
        height: 20px;
    }
    .sm-mint .scroll-up-arrow,
    .sm-mint .scroll-down-arrow {
        position: absolute;
        top: 6px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 0 6px 8px 6px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #519aec transparent;
    }
    .sm-mint .scroll-down-arrow {
        border-width: 8px 6px 0 6px;
        border-style: solid dashed dashed dashed;
        border-color: #519aec transparent transparent transparent;
    }
    .sm-mint.sm-vertical {
        border-bottom: 0;
        border-right: 0px solid #519aec;
    }
    .sm-mint.sm-vertical a {
        padding: 10px 20px;
        border-radius: 0px 0 0 0px;
    }
    .sm-mint.sm-vertical a:hover,
    .sm-mint.sm-vertical a:focus,
    .sm-mint.sm-vertical a:active,
    .sm-mint.sm-vertical a.highlighted {
        background: transparent;
        color: #519aec;
        box-shadow: none;
    }
    .sm-mint.sm-vertical a .sub-arrow {
        right: 10px;
        border-width: 4.69px 0 4.69px 7px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #519aec;
    }
    .sm-mint.sm-vertical a:hover .sub-arrow,
    .sm-mint.sm-vertical a:focus .sub-arrow,
    .sm-mint.sm-vertical a:active .sub-arrow,
    .sm-mint.sm-vertical a.highlighted .sub-arrow {
        border-color: transparent transparent transparent #519aec;
    }
    .sm-mint.sm-vertical ul {
        border-radius: 0px !important;
    }
    .sm-mint.sm-vertical ul a {
        padding: 10px 20px;
    }
}

.menu-items-li {
    transition: background-color 500ms ease 0s;
}
.menu-items-li:hover, .menu-items-li.active {

    background-color: #e7e7e7;
}

.icon .icon-bar {
    display: block;
    width: 29px;
    height: 4px;
    border-radius: 1px;
    background-color: #313131;
}
.icon--cross {
    padding: 20px 10px;
    z-index: 20;
    position: relative;
}
.icon--cross > .icon-bar + .icon-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon--cross > .icon-bar{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

    margin-top: -4px;
}
.h--right{
    float: right;
}


.sm-mint a{
    color: #146dac !important;
    display: flex;
    align-items: center;
}

.menu-items-li.romb:before {
    background: #146dac;
}

