.nav-lock-scroll {
    overflow: hidden
}

.navbydss {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto;
}

.navbydss ul {
    display: block;
    position: relative;
    zoom:1;list-style-type: none;
    margin: 0;
    padding: 0
}

.navbydss a,.navbydss a:active,.navbydss a:hover,.navbydss a:visited {
    display: block;
    position: relative;
    border-radius: 6px;
}
.navbydss .nav-submenu ul a{
    border-radius: 0;
}

@media only screen and (min-width: 960px) {
    .navbydss {
        display:block;
        position: relative;
        bottom: auto;
        overflow: visible
    }

    .navbydss li {
        position: relative;
        white-space: nowrap
    }

    .navbydss>ul>li {
        display: inline-block;
    }

    .navbydss ul {
        display: block
    }

    .navbydss ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 901
    }

    .navbydss ul ul ul {
        top: 5px;
        left: 95%;
        z-index: 902
    }

    .navbydss ul ul ul ul {
        z-index: 903
    }

    .navbydss ul ul ul ul ul {
        z-index: 904
    }

    .navbydss ul ul li.nav-left>ul {
        left: auto;
        right: 95%
    }

    .nav-no-js .navbydss li:hover>ul {
        display: block
    }
}

@media only screen and (max-width: 959px) {
    .nav-no-js .nav-button:hover+.navbydss,.nav-no-js .nav-button:hover+.navbydss+.nav-close,.nav-no-js .navbydss:hover,.nav-no-js .navbydss:hover+.nav-close {
        display:block
    }
}
