@font-face {
    font-family: icon-font;
    src: url(icon-font.eot);
    src: url(icon-font.eot?#iefix) format('eot'), url(icon-font.woff) format('woff'), url(icon-font.ttf) format('truetype'), url(icon-font.svg#icon-font) format('svg')
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.navbydss .nav-submenu>a:after,
.nav-button:before,
.nav-close:before,
.nav>ul>.nav-submenu>a:after,
header h1:before {
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top
}

.icon-desktop:before {
    content: "\E001"
}

.icon-menu-close:before {
    content: "\E002"
}

.icon-menu:before {
    content: "\E003"
}

.icon-mobile:before {
    content: "\E004"
}

.icon-submenu-down:before {
    content: "\E005"
}

.icon-submenu-right:before {
    content: "\E006"
}

.icon-world:before {
    content: "\E007"
}

.MultiLvl_NavBar {
    position: relative;
    padding: 4px 0;
}

.nav-button,
.nav-close {
    width: 36px;
    line-height: 2.5rem;
    text-decoration: none !important;
    color: #ffffff !important;
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: center
}

.nav-button {
    display: block;
}


/*NAV BARS SIGN TO CROSS ANIMATIONS CSS*/
.NavBars_SVG,
.lv_two_mb {
    transition: transform .45s cubic-bezier(0.4, 0.0, 0.2, 1);
    height: 36px;
    width: 36px;
    position: relative;
    bottom: 2px;
}

.BarsToClsBtn {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.BarsToClsBtn .TOPbar {
    -webkit-transform: rotate(45deg) translate(0px, 5px);
    transform: rotate(45deg) translate(0px, 5px);
}

.BarsToClsBtn .MIDbar {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
}

.BarsToClsBtn .BOTbar {
    -webkit-transform: rotate(135deg) translate(0px, -5px);
    transform: rotate(135deg) translate(0px, -5px);
}

.TOPbar,
.MIDbar,
.BOTbar {
    transition: transform .45s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/*NAV BARS SIGN TO CROSS ANIMATIONS CSS*/



/*.nav-button:before {
    content: "\E003"
}*/

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem
}

.nav-close:before {
    content: "\E002"
}

.navbydss {
    line-height: 2.5rem;
    font-size: 12px;
    z-index: 10;
    position: relative;
    font-weight: bold;
}

.nav-home-logo {
    padding: 0 !important;
    display: inline-block !important;
    position: absolute !important;
    z-index: 12;
    top: -3px;
}

.navbydss ul {
    border-radius: 2px;
    background: #25292d;
    text-align: right;
}

.navbydss ul li.lastli a {
    padding-right: 0px;
}

li.nav-submenu ul {
    text-align: left;
}

.navbydss ul ul {
    background: #363b40
}

.navbydss ul ul ul {
    background: #2f353b
}

.navbydss ul ul ul ul {
    background: #292c2f
}

.navbydss ul ul ul ul ul {
    background: #2b2e31
}

.navbydss li {
    border-top: 1px solid #000000;
    cursor: pointer;
}

.navbydss li.nav-active>a,
.navbydss li:hover>a {
    color: #cfff67;
    background: #202224;
}

.navbydss .nav-submenu>ul {
    margin-left: 10px
}

.navbydss .nav-submenu>a {
    padding-right: 30px !important
}

.navbydss a,
.navbydss a:active,
.navbydss a:hover,
.navbydss a:visited {
    border-radius: 2px;
    padding: 0 10px 1px;
    color: #ffffff;
    text-decoration: none;
}

.navbydss .nav-submenu>a:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 1px;
    content: "\E005"
}

@media only screen and (min-width: 960px) {
    body {
        /* padding:0!important */
    }

    header {
        position: relative
    }

    header h1:before {
        content: "\E001"
    }

    .nav-button {
        display: none
    }

    .navbydss {
        padding: 0 !important
    }


    .navbydss>ul>li {
        border-top: none
    }

    .navbydss li>ul {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
    }

    .navbydss ul ul ul {
        border-radius: 2px
    }

    .navbydss ul ul ul li:first-child {
        border-top: none
    }

    .navbydss .nav-left>ul {
        border-radius: 2px
    }

    .navbydss .nav-submenu li {
        min-width: 110px
    }

    .navbydss .nav-submenu>ul {
        margin: 0
    }

    .navbydss>ul>.nav-submenu>a:after {
        content: "\E005";
    }

    .navbydss .nav-submenu>a:after {
        content: "\E006"
    }
}


@media only screen and (max-width: 960px) {
    .navbydss ul {
        text-align: left !important;
    }
}