@media (min-width: 992px) {

    .footer__holder form {
        margin-bottom: 70px;
    }

    .items-list:not(.items-list--cards).row {
        margin-left: 0;
        margin-right: 0;
    }

    .items-list:not(.items-list--cards) .item.col {
        padding-right: 0;
        padding-left: 0;
        max-width: none;
        flex-basis: auto;
    }

    .items-list .item-big {
        width: 250px;
        height: 190px;
    }

    .items-list .item-medium {
        width: 250px;
        height: 120px;
    }

    .items-list .item-small {
        width: 120px;
        height: 90px;
    }

    .items-list .item-tag {
        width: 120px;
        height: 145px;
    }

    .items-footer-list .item-tag {
        width: 70px;
        height: 70px;
    }
    .page-content {min-height: 1900px !important;}
}

@media only screen and (min-width: 1320px) {
    .container {
        max-width: 1290px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    #range-slider {
        width: 290px
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl-thumbs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .typeahead__button:hover .icon svg {
        fill: #007bff;
    }

    .btn-outline-primary:hover .icon svg path {
        fill: #fff;
    }

    .link-favorite:hover svg path,
    .link-expand:hover svg path {
        fill: #007bff
    }

    .item > a:hover img {
        opacity: .6;
    }

    .owl-carousel .owl-nav button:hover {
        background-color: #007bff
    }

    .owl-carousel .owl-nav button:hover svg path {
        fill: #fff;
    }

    .item > a:hover {
        text-decoration: underline;
    }

    .items-list__item:not(.items-list--cards):hover .items-list__item__description {
        bottom: 0;
    }

    .footer__menu .nav li a:hover,
    .game__nav .nav li a:hover {
        text-decoration: none;
    }

    .game__nav .nav li a:hover .icon svg path {
        fill: #007bff;
    }

    .pagination li a:hover {
        background-color: #002b5d;
        color: #fff;
    }

}

@media only screen and (max-width: 1319px) {
    .items-list:not(.items-list--cards) .items-list__item__description {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1199px) {

    .items-list:not(.items-list--cards) .items-list__item__description {
        white-space: nowrap;
        bottom: 0;
        padding: 2px 10px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }

    .items-list__item img {
        width: 100%;
        border-radius: 4px 4px 0px 0px;
    }

    .info-teaser img {
        max-width: 300px
    }

    .content__partners a {
        padding: 22px 0
    }
}

@media only screen and (max-width: 991px) {

    .content__partners a {
        margin-left: 0;
        margin-right: 0
    }

    .header__holder > div[class*="container"] {
        position: relative;
    }

    .col-typeahead {
        position: absolute;
        top: -52px;
        left: -1px;
        right: 0;
        z-index: 2;
        opacity: 0;
        transition: all ease-in-out .125s
    }

    #adv__hlder {
        margin-top: 26px;
    }

    #teaser-1 .teaser-description{
        display: none
    }

    #teaser-holder #teaser-1 {
        display: block
    }

    .page-content {
        padding-bottom: 40px;
    }

    .copyright {
        margin-bottom: 12px;
    }

    .footer__menu .d-flex {
        flex-direction: column;
    }


    #adv-1 {
        display: none
    }

    .carousel-offset .owl-carousel {
        padding: 0 38px;
    }

    .content__partners a {
        text-align: center;
        width: 100%;
    }

    .breadcrumb__holder .breadcrumb {
        /*white-space: nowrap;
        flex-wrap: nowrap;*/

        margin-top: 0px;
    }

    .breadcrumb__holder .breadcrumb span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #offset-wrapper {
        padding-top: 52px;
    }

    #mobile-header #header {
        position: static;
    }

    #header {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        z-index: 99
    }

    .col-content {
        width: 100%;
        padding-left: 0
    }

    .games-tabs .nav-tabs {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    #sidebar {
        display: none
    }

    #mobile-nav,
    #sidebar {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: white;
    }
}

@media only screen and (max-width: 767px) {

    .heading-stacked {
        flex-direction: column;
    }

    .teaser-description {
        clear: left;
        padding-top: 14px
    }
/*
    .heading-stacked .header.h3 {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 6px;
    }
*/

    .info-teaser__title {
        line-height: 30px;
        font-size: 25px;
    }

    .info-teaser img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }

    .footer__menu .nav li:not(:last-child) {
        margin-right: 12px;
    }

    .pagination li a {
        padding: 10px;
        min-width: 36px;
    }
}

@media only screen and (max-width: 569px) {
    .logo img {
        width: 140px;
        height: 17px;
    }
    
    .footer__holder .form-control {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 419px) {
    .pagination {
        flex-wrap: wrap;
    }

    .pagination li {
        margin-bottom: 6px;
    }

    .game__nav .nav li a {
        font-size: 0;
    }
}

@media only screen and (max-width: 360px) {
    .pagination li a {
        background-color: #e1e2e4;
        border: 0 none;
        border-radius: 3px;
        font-size: 12px;
        color: #262624;
        padding: 6px 10px;
        min-width: 41px;
        text-align: center;
        transition: all ease .125s;
        min-width: 20px;
    }
}

@media only screen and (width: 320px) {
    .search-toggle {
        padding: 0
    }
}