/* safari 3+ */

.custom-menu-inner-row-sty {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

@media only screen and (max-width: 1199px) {
    .custom-menu-inner-row-sty {
        max-width: 960px !important;
    }
}


@media only screen and (max-width: 959px) {
    .custom-menu-inner-row-sty {
        max-width: 720px !important;
    }
}

@media only screen and (max-width: 767px) {
    .custom-menu-btn-sty{
        padding-top: 20px !important;
    }
}

@media only screen and (max-width: 719px) {
    .custom-menu-inner-row-sty {
        max-width: 480px !important;
    }
}

@media only screen and (max-width: 479px) {
    .custom-menu-inner-row-sty {
        max-width: 320px !important;
    }
}