﻿
.top-menu, .header-menu {
    display: none;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 1170px;
}

@media screen and (max-width: 1199px) {
    #sticky.stick {
        width: 970px;
    }
}

@media screen and (max-width: 991px) {
    #sticky.stick {
        max-width: 750px;
    }
}

.banner-right-floaty-generic {
    padding-top: 54px;
    padding-bottom: 53px;
}

@media screen and (max-width: 1199px) {
    .banner-right-floaty-generic {
        padding-top: 39px;
        padding-bottom: 39px;
    }
}
