@media screen and (max-width: 920px) {
    header {
        padding-bottom: 62px;
    }

    .mobile-menu-button {
        position: absolute;
        right: 10px;
        top: 5px;
        display: inline;
        cursor: pointer;
        color: #fff;
        font-size: 30px;
    }

    #main-nav {
        display: none;
    }

    #content {
        margin-left: 0;
    }

    .mobile-menu-blackout {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        z-index: 9998;
    }

    .mobile-menu {
        display: none;
        right: 0;
        width: 275px;
        background: white;
        border: 2px solid #517398;
        border-top: 0;
        color: #777777;
        font-size: 13px;
        list-style-type: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        border-left: none;
        border-bottom: none;
        z-index: 9999;
        overflow-y: scroll;
    }

    .mobile-menu li {
        border-bottom: 1px #e2e9f0 solid;
    }

    .mobile-menu a {
        display: block;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #777777;
    }

    .mobile-menu .has-subnav p {
        padding: 10px 15px;
        text-transform: uppercase;
    }

    .mobile-menu a span, .mobile-menu .has-subnav p span {
        position: relative;
        bottom: 5px;
        left: 5px;
    }

    .mobile-menu li.mobile-menu-buy-credits {
        border-bottom: 0;
        border-top: 1px #e2e9f0 solid;
        padding: 15px 0;
    }

    .mobile-menu .sub-nav-expand {
        top: 4px;
    }

    .mobile-menu li.mobile-menu-buy-credits a {
        float: left;
        margin-right: 20px;
        padding: 5px 15px;
        font-weight: bold;
    }

    .mobile-menu li.mobile-menu-buy-credits p {
        margin-bottom: 0;
    }

    .minibasket.public {
        margin-right: 45px;
    }

    .mobile-subheader {
        width: 100%;
        background-color: #0C6FD1;
        text-align: center;
    }

    .mobile-subheader ul{
        padding-bottom: 5px;
    }


    .mobile-subheader li {
        display: inline;
        padding: 0 10px;
    }

    .mobile-subheader li:first-of-type {
        padding-left: 0;
    }

    .mobile-subheader li a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
    }

}