

.bsr-bottom-nav {
    display: none;
    background: black;
    padding: 0 0 10px 0;
}



.mobile-toggle {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    /*border: 1px solid white;*/
    /*padding: 10px 30px;*/
    padding: 10px;
    font-size: 30px;
    color: white;
    right: 10px;
    top: 8px;
    z-index: 99999999;
    display: block;
}

.bsr-header .menu li {
    width: 100%;
}

.guide.bsr-bottom-nav {
    height: auto;
}

.bsr-bottom-nav {
    width: 100%;
}

.bsr-header .menu li {
    padding: 10px !important;
    background: #212121 !important;
    width: 80% !important;
    clear: both !important;
    margin-bottom: 5px !important;
    font-size: 22px !important;
}

.bsr-container ul.sub-menu {
    position: unset !important;
    background: unset !important;
    background-color: unset !important;
}

.bsr-header .menu li {
    padding: 10px !important;
    background: #212121 !important;
    width: 80% !important;
    clear: both !important;
    margin-bottom: 5px !important;
}

.bsr-header .sub-menu li a {
    font-size: 20px !important;
    color: white !important;
}

.guide.bsr-bottom-nav {
    display: none;
}