#pageContener .row span {
    background: url(/static/gfx/xwhitebox.png) no-repeat;
    height: 27px;
    width: 254px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 3px;
    text-align: center;
    margin-top: -10px;
}

#pageContener .row a{
    display: block;
    height: 189px;
    width: 256px;
    background: url(/static/gfx/xbox.png) no-repeat;
    float: left;
    margin: 10px;
    text-decoration: none;
}

#menu li{
    padding: 0px !important;
}

#centerMain a.left {
    width: auto !important;
    height: auto !important;
}

#centerMain {
    height: 40px;
    display: inline-block !important;
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
}

#centerMain a{
    background: linear-gradient(to top, #090808 0%, #6b6767 100%);
    height: 100%;
    white-space: nowrap;
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
}

#centerMain a:hover{
    background: linear-gradient(to top, #d92d23 0%, #e3726b 100%) !important;
    border-radius: 5px;
}

#centerMain a:not(:last-child){
    border-right: white solid 1px;
}

@media only screen and (max-width: 1024px) {
    #centerMain{
        left: 0;
    }
    #centerMain a{
        width: 100vw;
        float: left;
        text-align: center;
        padding: 8px 0;
    }
    #banner{
        width: auto;
    }
    #banner-wrapper{
        height: 320px;
    }
    #centerMain a:not(:last-child){
        border-right: none;
    }
    #submenu ul li{
        background: black;
    }
    #pageContener, #pageContener ul{
        padding: 0;
    }
    #leftSide{
        float: left
    }
    #pageContener .row span{
        background-color: white;
    }
    #pageContener .row a{
        margin: 0 auto !important;
        background-color: #e0e0e0 !important;
    }
    /* Responsive fixes (override) */
    #header, #content, #submenu, #hr, #submenu ul li, #submenu ul li a, #pageContener, #leftSide, #footer-inside{
        width: 100vw !important;
    }
    .offer-box, .offer-box a, .offer-box span, .offer-box p{
        width: 100vw !important;
    }
    #footer{
        height: auto;
    }
    #slogan{
        width: auto !important;
    }
    #content #pageTitle{
        width: 100vw;
    }
    #pageContener .row {
        margin-right: 0 !important;
    }
}