.menu-bottom-mobile {
    position: fixed;
    bottom: -1px;
    height: 52px;
    background-color: #f6f6f6;
    left: 0;
    right: 0;
    z-index: 101;
    border-top: 1px solid #dfe1e5;
    display: none;
}

.menu-bottom-mobile .navbar-attr {
    height: auto
}

.menu-bottom-mobile #navbar-menu {
    width: 100%
}

.menu-bottom-mobile ul {
    display: flex;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-bottom-mobile ul li {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .1s ease-in-out;
    font-family: Genericons;
    font-size: 23px;
    padding: 2px 0;
    height: 50px;
    line-height: 50px;
    flex: 1
}

.menu-bottom-mobile ul li.current-menu-item::before,
.menu-bottom-mobile ul li:focus::before,
.menu-bottom-mobile ul li:hover {
    color: #00335b
}

.menu-bottom-mobile ul li::before {
    color: #a1a1a1;
    margin-top: -10px
}

.menu-bottom-mobile ul li a {
    font: 400 12px/18px Oswald, 'Roboto Bold', Arial;
    position: absolute;
    z-index: 101;
    padding-top: 27px;
    min-width: 60px;
    color: #555
}

.menu-bottom-mobile ul li.premium {
    background-image: url(../../images/premium.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    min-width: 63px;
    background-size: 23px
}
.menu-bottom-mobile ul li.premium.current-menu-item {
    background-image: url(../../images/premium-active.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    min-width: 63px;
    background-size: 23px
}
.menu-bottom-mobile ul li.subscribe {
    background-image: url(../../images/subscribe.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    min-width: 63px;
    background-size: 26px
}
.menu-bottom-mobile ul li.subscribe.current-menu-item  {
    background-image: url(../../images/subscribe-active.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    min-width: 63px;
    background-size: 26px
}
.menu-bottom-mobile ul li.video {
    background-image: url(../../images/video.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    min-width: 63px;
    background-size: 30px
}

.menu-bottom-mobile ul li.video.current-menu-item {
    background-image: url(../../images/video-active.svg);
    background-repeat: no-repeat;
    background-position: center 6px;
    min-width: 63px;
    background-size: 30px
}

.menu-bottom-mobile ul li.home:before {
    content: '\f192'
}

.menu-bottom-mobile ul li.podcast {
    background-image: url(../../images/podcast.svg);
    background-repeat: no-repeat;
    background-position: center 4px;
    min-width: 63px;
    background-size: 32px
}

.menu-bottom-mobile ul li.podcast.current-menu-item {
    background-image: url(../../images/podcast-active.svg);
    background-repeat: no-repeat;
    background-position: center 4px;
    min-width: 63px;
    background-size: 32px
}

@media (max-width: 767px) {
    .menu-bottom-mobile {
        display: block;
    }
}