.category-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.category-header, .category-header .modul-property {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category-header .modul-property {
    width: 100%;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.category-header .modul-property .modul-property-list {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.category-header .modul-property .modul-property-list .list-btn {
    padding: 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.category-header .modul-property .modul-property-list .icon {
    display: none;
    position: relative;
    z-index: 2;
    pointer-events: none;
    border: 2px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%
}

.category-header .modul-property .modul-property-list .icon.check, .category-header .modul-property .modul-property-list .icon.gallery, .category-header .modul-property .modul-property-list .icon.game, .category-header .modul-property .modul-property-list .icon.video {
    display: block
}

.category-header .modul-property .modul-property-list .icon.gallery {
    background-color: #92278f;
    background-image: url("../images/showcase-gallery-icon.svg")
}

.category-header .modul-property .modul-property-list .icon.game {
    background-color: #0098f8;
    background-image: url("../images/showcase-game-icon.svg");
    background-size: 70%
}

.category-header .modul-property .modul-property-list .icon.video {
    background-color: #f1006a;
    background-image: url("../images/showcase-video-icon.svg");
    background-size: 50%
}

.category-header .modul-property .modul-property-list .icon.check {
    background-color: #4fca00;
    background-image: url("../images/showcase-check-icon.svg");
    background-size: 74%
}

.category-header .modul-property .modul-property-list .icon {
    width: 40px;
    height: 40px
}

.category-header .modul-property .modul-property-list .icon img {
    width: 40px;
    display: block
}

.category-header .modul-property .modul-property-list .name {
    display: none
}

.category-header .modul-property .modul-property-list .video {
    color: #da006a
}

.category-header .modul-property .modul-property-list .game {
    color: #0096f1
}

.category-header .modul-property .modul-property-list .gallery {
    color: #ff6800
}

.category-header .modul-property .category-title {
    margin-left: 10px;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .4)
}

.breadcrumb {
    width: 100%;
    margin-bottom: 10px;
    z-index: 2;
    background: none;
    border-radius: 0;
    border: none;
    font-weight: 400;
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.breadcrumb, .breadcrumb span a {
    position: relative;
    font-size: 14px;
    color: #000
}

.breadcrumb span a {
    padding-right: 20px;
    display: inline-block
}

.breadcrumb span:not(:last-child) a:after {
    content: "|";
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.category-header .stream-theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.category-header .stream-theme-logo {
    display: none
}

.category-header .stream-theme-logo img, .category-header .stream-theme img {
    max-width: 100%;
    height: auto;
    display: block
}

.category-header .stream-theme, .category-header .stream-theme-logo {
    width: 50%;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.bottom-property-title {
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.bottom-property-title .category-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-property-title .category-spot .icon {
    width: 50px;
    height: 50px;
    display: none;
    margin: 0 10px;
    position: relative;
    z-index: 2;
    pointer-events: none;
    border: 2px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%
}

.bottom-property-title .category-spot .icon.check, .bottom-property-title .category-spot .icon.gallery, .bottom-property-title .category-spot .icon.game, .bottom-property-title .category-spot .icon.video {
    display: block
}

.bottom-property-title .category-spot .icon.gallery {
    background-color: #92278f;
    background-image: url("../images/showcase-gallery-icon.svg")
}

.bottom-property-title .category-spot .icon.game {
    background-color: #0098f8;
    background-image: url("../images/showcase-game-icon.svg");
    background-size: 70%
}

.bottom-property-title .category-spot .icon.video {
    background-color: #f1006a;
    background-image: url("../images/showcase-video-icon.svg");
    background-size: 50%
}

.bottom-property-title .category-spot .icon.check {
    background-color: #4fca00;
    background-image: url("../images/showcase-check-icon.svg");
    background-size: 74%
}

.bottom-property-title .category-spot .icon img {
    width: 50px;
    display: block
}

.bottom-property-title .category-spot .wrapper .spot, .bottom-property-title .category-spot .wrapper .title {
    font-size: 22px;
    color: #000;
    line-height: 1
}

.gallery-detail-item {
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

.gallery-detail-item a {
    min-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .5)
}

.gallery-detail-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-detail-item img {
    max-width: 100%
}

.gallery-detail-item figcaption {
    width: 100%;
    height: 40%;
    min-height: 40%;
    position: absolute;
    z-index: 5;
    top: auto;
    bottom: -1px;
    left: 0;
    background: rgba(0, 0, 0, .5);
    background: -webkit-gradient(left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.gallery-detail-item .gallery-title {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 1
}

.gallery-detail-item .img {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden
}

.gallery-detail-item .img img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    vertical-align: top
}

.video-detail-item {
    margin-bottom: 20px;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

.video-detail-item .video-detail-wrapper, .video-detail-wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.live-channel, .video-detail-wrapper iframe, .video-detail-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.video-detail-item .bottom-property {
    width: 100%;
    min-height: 50px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-detail-item .bottom-property, .video-detail-item .bottom-property .category-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.video-detail-item .bottom-property .category-spot {
    -ms-flex-direction: column;
    flex-direction: column
}

.video-detail-item .bottom-property .category-spot .title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
    line-height: 1
}

.video-detail-item .bottom-property .category-spot .spot {
    margin-bottom: 8px;
    font-size: 18px;
    color: #ed008c;
    line-height: 1
}

@media (min-width: 425px) {
    .bottom-property-title .category-spot .wrapper .title, .category-header .modul-property .category-title {
        font-size: 30px
    }

    .bottom-property-title .category-spot .wrapper .spot {
        font-size: 24px
    }

    .video-detail-item .bottom-property .category-spot .spot, .video-detail-item .bottom-property .category-spot .title {
        font-size: 20px
    }

    .gallery-detail-item .gallery-title {
        font-size: 22px
    }
}

@media (min-width: 576px) {
    .bottom-property-title .category-spot .icon {
        margin: 0 20px
    }

    .category-header .modul-property .modul-property-list .icon {
        width: 64px;
        height: 64px;
        border-width: 4px
    }

    .bottom-property-title .category-spot .icon {
        width: 64px;
        height: 64px
    }

    .bottom-property-title .category-spot .icon img, .category-header .modul-property .modul-property-list .icon img {
        width: 64px
    }

    .category-header .modul-property .category-title {
        font-size: 36px
    }

    .gallery-detail-item .gallery-title {
        padding: 20px 30px;
        font-size: 30px
    }

    .bottom-property-title .category-spot .title {
        font-size: 30px
    }

    .video-detail-item .bottom-property .category-spot .spot, .video-detail-item .bottom-property .category-spot .title {
        font-size: 24px
    }

    .category-header .stream-theme-logo .img, .category-header .stream-theme .img {
        min-width: 200px;
        min-height: 100px
    }

    .breadcrumb {
        white-space: nowrap
    }

    .breadcrumb, .breadcrumb span a {
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .category-header .stream-theme, .category-header .stream-theme-logo {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .category-header .stream-theme-logo img, .category-header .stream-theme img {
        max-width: none
    }

    .category-header .stream-theme {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5
    }

    .bottom-property-title, .video-detail-item .bottom-property {
        padding: 16px 15px 16px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bottom-property-title .category-spot .title {
        font-size: 36px
    }

    .video-detail-item .bottom-property .category-spot .spot {
        margin-bottom: 0
    }

    .gallery-detail-item {
        margin-bottom: 30px
    }

    .gallery-detail-item .gallery-title {
        font-size: 36px
    }

    .column-right-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 150px
    }
}

@media (min-width: 992px) {
    .category-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .category-header .stream-theme, .category-header .stream-theme-logo {
        margin-bottom: -20px
    }

    .category-header .stream-theme-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .category-header .modul-property .modul-property-list .name {
        width: 110px;
        height: 40px;
        display: block;
        margin-left: -10px;
        position: relative;
        z-index: 1;
        background-color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        border-radius: 0 14px 14px 0
    }

    .category-header .modul-property .category-title {
        margin-left: 0;
        margin-bottom: 10px
    }

    .category-header .modul-property {
        width: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }

    .category-header .modul-property, .category-header .modul-property .modul-property-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .category-header .stream-theme {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .category-header .modul-property, .category-header .stream-theme {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .category-header .modul-property {
        min-height: 274px
    }

    .video-detail-item {
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .category-header .stream-theme-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 1441px) {
    .category-header .modul-property {
        min-height: 254px
    }

    .category-header .modul-property, .category-header .stream-theme {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .category-header .modul-property .modul-property-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
