.game-header-overlay {
    display: none;
}

.nav-sport-item {
    color: #fff!important;
}

.category-bar ul.dropdown {
    top: 90px;
}

a.main-cat.block {
    display: block;
}

a.articles-label {
    display: block;
    color: black!important;
}

span.by-coach-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

span.by {
    font-weight: 500;
}

a.cat-page-my-courses {
    margin: auto;
    display: block;
    width: 200px;
    margin-bottom: 3rem!important;
    font-size: 18px!important;
}

div.cards-wrap {
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    max-height: 610px;
    display: block;
    white-space: nowrap;
}

div.row {
    position: relative;
    margin-bottom: 50px;
}

h3.sport-label {
    width: 40%;
    display: inline-block;
}

a.other-courses-link {
    width: 59%;
    display: inline-block;
    text-align: right;
}

@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-sm-3.wide {
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
        max-width: 43%;
    }
}

.subcategory-prev-next-arrows {
    position: absolute;
    width: 100%;
    display: inline-block;
    top: 250px;
}
.subcategory-prev-next-arrows a i {
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 0px 5px rgba(66,66,66,1);
    opacity: 0.7;
}
.subcategory-prev-next-arrows a i:hover {
    font-size: 50px;
    text-shadow: 0px 0px 8px rgba(66,66,66,0.7);
    margin-top: 0px;
    opacity: 1;
}
.subcategory-prev-next-arrows .fa-chevron-left {
    position:absolute;
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 0px 8px rgba(66,66,66,1);
    opacity: 0.9;
}
.subcategory-prev-next-arrows .fa-chevron-right {
    position:absolute;
    right:0px;
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 0px 8px rgba(66,66,66,1);
    opacity: 0.9;
}

.col-sm-3 {
    transition: 0.5s ease-out;
}
.one {
    transform: translate3d(-300%, 0, 0);
}
.two {
    transform: translate3d(-600%, 0, 0);
}
.three {
    transform: translate3d(-900%, 0, 0);
}
.four {
    transform: translate3d(-1200%, 0, 0);
}

.card-ribbon {
    background-color: green;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -46px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* shadow */
    -webkit-box-shadow: 0 0 10px #888;
    -moz-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}
.card-ribbon span {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 3px 50px 1px 50px;
    text-align: center;
    text-decoration: none;
    /* shadow */
    text-shadow: 0 0 5px #444;
}

.hidden-overflow {
    overflow: hidden;
}

.show-more-link {
    text-align: center;
}

div.col-sm-3 .card:hover {
    -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.42);
}

.course-thumbnails .course-card {
    min-height: 130px!important;
}

.small .card-body {
    padding: 1rem!important;
}

.course-thumbnails .card-text {
    min-height: 36px;
}

.ss-slide {
    padding: 0;
    position: relative;
    display: inline-block!important;
    white-space: nowrap;
    width: 100%;
    transition: 0.5s ease-out;
}

.flex-row {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 576px) {
    .left-widget {
        left: 0!important;
        margin-bottom: 2rem;
        padding-left:0!important;
    }

    .right-widget {
        margin-bottom: 1rem;
        padding-left:0!important;
    }
}

@media (min-width: 769px) {
    .mb-5, .my-5 {
        margin-bottom: 4.5rem!important;
    }
}

@media (min-width: 769px) {
    .related-mobile{
        display: none!important;
    }
}

@media (max-width: 768px) {
    .cat-page-my-courses,
    .d-sm-nosne,
    #articles,
    .articles-label,
    .related-desktop,
    .subcategory-prev-next-arrows,
    .cards-wrap .ss-slide:not(:first-child),
    .cards-wrap .ss-slide .flex-row:not(:first-child) {
        display: none!important;
    }

    .related-mobile {
        display: block!important;
    }

    div.row {
        justify-content: space-around;
    }

    .flex-row {
        padding: 0;
        width: auto;
        display: block;
    }

    div.cards-wrap {
        overflow: visible;
        margin: auto;
        max-height: none;
    }

    .col-md-3 {
        -ms-flex: none;
        flex: none;
        max-width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }

    .col-sm-3 {
        -ms-flex: none;
        flex: none;
        max-width: 260px;
        display: block;
        margin: auto;
    }

    .col-md-9 {
        -ms-flex: none;
        flex: none;
        max-width: 80%;
        margin: auto;
    }

    .row h3.mb-3 {
        margin-bottom: 0.5rem!important;
    }

    .row h3.mt-4 {
        margin-top: 1rem!important;
    }

    h3.sport-label {
        display: none;
    }

    a.other-courses-link {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    #game-banner {
        margin-bottom: 20px!important;
    }

    .one,
    .two,
    .three,
    .four {
        transform: translate3d(0, 0, 0);
    }

    .h1, h1 {
        font-size: 1.4rem;
    }
}

.navbar-brand {
    position: absolute;
    left: calc(50% - 100px);
}

.h1, h1 {
    font-size: 2.1rem;
}