﻿/****************************************
START: helper classes and resets
****************************************/
html,
body {
    background: #000000;
}

.top-genre ul > li > a

a {
    text-decoration: none;
}

.background-dark-gray {
    background-color: #101010;
}

.uk-container-expand {
    padding: 20px !important;
}

.uk-slider-items {
    outline: none;
}

.osn-text-lead {
    line-height: 1.3;
}

.osn-orginal-img img {
    width: 180px;
}

a.no-underline {
    text-decoration: none;
}

.btnosn-button-rounded.select-season-btn {
    border-radius: 5px !important;
    height: 34px !important;
    line-height: 24px !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    min-width: auto !important;
    text-transform: inherit !important;
}

.LTR .btnosn-button-rounded.select-season-btn .uk-icon {
    margin-left: 20px;
}

.RTL .btnosn-button-rounded.select-season-btn .uk-icon {
    margin-right: 20px;
}

.select-season select {
    padding-top: 8px;
    margin-top: -3px;
    background: #000;
    color: #fff;
    font-size: 16px;
}

    .select-season select option {
        padding: 5px 10px;
    }

        .select-season select option:focus {
            background: #ff0000;
        }
/*.season-list {
    display: inherit;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 30px;
}*/
.uk-slider.uk-slider-container {
    outline: none;
}
.text-wrapper {
    font-size: 16px;
}

.season-list {
    padding: 15px 0;
}

    .season-list li {
        display: inline-block;
        padding: 5px;
        margin-bottom: 5px;
    }

.LTR .season-list li {
    padding-left: 0px;
    padding-right: 15px;
}

.RTL .season-list li {
    padding-left: 0px;
    padding-right: 15px;
}

.season-list li.active span {
    border-bottom: 2px solid #ff0000;
    font-weight: bold;
    color: #fff;
}

.season-list li img {
    opacity: 0;
}

.select-season:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 100%;
}



.LTR .select-season:after {
    top: 0;
    right: 0;
    background: linear-gradient(to left, #000 0%, transparent 100%);
}

.RTL .select-season:after {
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000 0%, transparent 100%);
}

/*.program-feature {
    display: inline-block;
    padding: 5px 0px;
    border-radius: 5px;
    color: #9d9d9d;
    margin-top: 5px;
    position:relative;
}
    .program-feature::after {
        content: '';
        width: 4px;
        height: 4px;
        background: rgba(255,255,255,.7);
        border-radius: 50%;
        top: 45%;
        position: absolute;
    }
.LTR .program-feature {
    padding-right: 10px;
}
.RTL .program-feature {
    padding-left: 10px;
}
.LTR .program-feature::after {
    right: 0px;
}

.RTL .program-feature::after {
    left: 0px;
}
.program-feature:last-child::after {
    display: none;
}*/
.episodes-pic {
    width: 100%;
    max-width: 320px;
}

@media (max-width:959px) {
    .episodes-pic {
        width: 100%;
        max-width: inherit;
    }

    #divSeasonEpisode > div {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
}


.uk-overlay-primary {
    background: rgba(0,0,0,.8);
}

.message-container {
    border: 1px solid #222;
    border-radius: 10px;
    background-color: #111;
    padding: 20px 20px 0;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0px 10px 40px rgba(255, 0, 0, 0.2);
}

.message-container-error {
    color: #ee5454;
}
/****************************************
END: helper classes and resets
****************************************/
.top-genre {
    background: rgb(18,18,18);
    background: linear-gradient(180deg, rgba(18,18,18,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
    border-top: solid #262626 1px;
    border-bottom: solid #212121 1px;
    padding: 20px 0;
    height: 80px;
    overflow: hidden;
    margin-top: 71px;
}

    .top-genre ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
        position: relative;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 30px;
    }

        .top-genre ul > * {
            flex: none;
            position: relative;
        }

.LTR .top-genre ul > * {
    padding-left: 20px;
}

.RTL .top-genre ul > * {
    padding-right: 20px;
}

.top-genre ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: none;
}

.LTR .top-genre ul::before {
    left: 20px;
    right: 0;
}

.RTL .top-genre ul::before {
    right: 20px;
    left: 0;
}

.top-genre ul > li {
    display: inline-block;
    animation: chapternav-slidein 350ms backwards;
}

.top-genre ul > * > a {
    display: block;
    text-align: center;
    color: #999;
}

.top-genre ul > li > a {
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    padding: 0 25px;
    border-radius: 20px;
    background: rgb(18,18,18);
    background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(0,0,0,1) 100%);
    border: #282828 solid 1px;
    font-size: 1.125rem;
}

.top-genre ul > li.top-genre-active > a {
    background: #ababab;
    border: #ababab solid 1px;
    color: #000;
}

.top-genre ul li:last-child {
    /* hide osn originals tab from the main tabs*/
    display: none !important;
}

.play-icon span {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    transition: all 300ms;
}

.play-icon svg {
    width: 48px;
    height: 48px;
}

.full-screen,
.full-screen video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-screen {
    background: #000;
    z-index: 999999999999;
}

    .full-screen .icon-close {
        width: 34px;
        height: 34px;
        line-height: 31px;
        background-color: rgba(255, 255, 255, 0.3);
        display: block;
        position: absolute;
        top: 10px;
        z-index: 1;
        color: #fff;
        border-radius: 17px;
        text-align: center;
        transition: all 300ms;
    }

.LTR .full-screen .icon-close {
    right: 10px;
}

.RTL .full-screen .icon-close {
    left: 10px;
}
/****************************************
START: genre-slider
****************************************/
.LTR .genre-slider-heading {
    padding-left: 15px;
}

.RTL .genre-slider-heading {
    padding-right: 15px;
}

.LTR .genre-slider {
    width: calc(100% - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
}

.RTL .genre-slider {
    width: calc(100% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
}

.genre-slider .slider-title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.genre-slider .uk-slidenav {
    display: flex;
    color: #fff;
    padding: 0 10px !important;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

a .slider-heading {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.genre-slider a {
    text-decoration: none;
    display: inline-block;
}

.genre-slider li a {
    width: 100%;
}

.count-number {
    width: 75px;
    height: 95px;
    top: calc(50% - 63px);
    font-size: 58px;
    color: #ff0000;
    text-align: center;
    line-height: 90px;
    display: none;
}

.LTR .count-number {
    background: url(/osn/media/OSNMedia/Images/content-finder/top-content-icon.png) no-repeat top left;
    background-size: contain;
    left: 0px;
    padding-right: 5px;
}

.RTL .count-number {
    background: url(/osn/media/OSNMedia/Images/content-finder/top-content-icon-ar.png) no-repeat top right;
    background-size: contain;
    right: 0px;
    padding-left: 5px;
    font-weight: 700;
}

.genre-top-content .count-number {
    display: inline-block;
}

.LTR .genre-top-content .genre-slider-img {
    margin-left: 7px;
    border: 1px solid #222;
    width: 100%
}

.RTL .genre-top-content .genre-slider-img {
    margin-right: 7px;
    border: 1px solid #222;
    width: 100%
}

.featured-content .details-large-img {
    border: 1px solid #222;
}

/****************************************
End: genre-slider
****************************************/
/****************************************
START: featured-content
****************************************/
.LTR .featured-content .uk-dotnav > * {
    padding-left: 8px;
}

.RTL .featured-content .uk-dotnav > * {
    padding-left: 8px;
}

.featured-content .uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #343434;
    border: 0;
    transition: all 300ms;
}

.featured-content .uk-dotnav > .uk-active > * {
    width: 80px;
    background-color: #ff0000;
}

@media (max-width:959px) {
    .featured-content .uk-dotnav > * > * {
        width: inherit;
    }

    .featured-content .uk-dotnav > .uk-active > * {
        width: inherit;
    }
}
/****************************************
END: featured-content
****************************************/
.program-time-date {
    margin-top: 20px !important;
    max-width: 200px;
}


    .program-time-date strong {
        padding: 8px 10px;
        display: inline-block;
        background: var(--button-bg-hover-gradient);
        color: rgba(235, 235, 235, 1);
        font-weight: 300;
        font-size: 10px;
    }

.LTR .program-time-date,
.LTR .program-time-date strong {
    border-radius: 25px 0 0 25px;
}

    .LTR .program-time-date strong {
        float: right;
    }

.RTL .program-time-date,
.RTL .program-time-date strong {
    border-radius: 0 25px 25px 0;
}

    .RTL .program-time-date strong {
        float: left;
    }

.ond-label {
    font-size: 8px;
    padding: 6px 10px;
    color: rgba(235, 235, 235, 1);
    font-weight: 300;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

    .ond-label img {
        max-width: 13px;
    }

.LTR .ond-label img {
    margin-right: 5px;
}

.RTL .ond-label img {
    margin-left: 5px;
}

.LTR .ond-label {
    float: right;
    background: rgba(0, 0, 0, 0.5) url(/osn/media/OSNMedia/osntv/images/common/ond-label-en.png) no-repeat left top;
    background-size: contain;
    border-bottom-left-radius: 4px;
}

.RTL .ond-label {
    float: left;
    background: rgba(0, 0, 0, 0.5) url(/osn/media/OSNMedia/osntv/images/common/ond-label-ar.png) no-repeat right top;
    background-size: contain;
    border-bottom-right-radius: 4px;
    line-height: 0.1;
}

.program-dth-info {
    /*border: #2b2b2b solid 1px;
        background: #1e1e1e;*/
    border-radius: 6px;
    padding: 10px 0;
    margin: 10px 0 0 0;
}

    .program-dth-info > div {
    }

        .program-dth-info > div > div > div > span {
            /* color: #ff0000;
            text-transform: uppercase;
            display: block;*/
        }

            .program-dth-info > div > div > div > span > span {
                color: #fff;
                display: inline-grid;
            }

        .program-dth-info > div > div > div:hover {
            cursor: pointer;
        }

    .program-dth-info .catch-up {
        background: url(/osn/media/OSNMedia/Images/content-finder/ContentFinder-ondemand.png) no-repeat;
        background-size: 36px;
    }

    .program-dth-info .watch-on {
        background: url(/osn/media/OSNMedia/Images/content-finder/ContentFinder-channel.png) no-repeat;
        background-size: 36px;
    }

    .program-dth-info .stream-on {
        background: url(/osn/media/OSNMedia/Images/content-finder/osn-streaming-app.png) no-repeat;
        background-size: 36px;
    }

.LTR .program-dth-info .catch-up,
.LTR .program-dth-info .watch-on,
.LTR .program-dth-info .stream-on {
    background-position: center left;
    padding-left: 42px;
}

.RTL .program-dth-info .catch-up,
.RTL .program-dth-info .watch-on,
.RTL .program-dth-info .stream-on {
    background-position: center right;
    padding-right: 42px;
}

.hover-tooltip {
    background: #fff;
    width: 240px;
    text-align: left;
    padding: 15px;
    border-radius: 5px;
}

    .hover-tooltip a,
    .hover-tooltip a:hover {
        text-decoration: none;
        color: #ff0000;
    }

.RTL .hover-tooltip {
    text-align: right;
}

.hover-tooltip.uk-dropdown-bottom-left {
    box-shadow: inset #999 0px -3px 3px;
}

.hover-tooltip.uk-dropdown-top-left {
    box-shadow: inset #999 0px 3px 3px;
}

.hover-tooltip.uk-dropdown-bottom-left:before {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #FFF;
    top: -10px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    display: none;
}

.hover-tooltip.uk-dropdown-top-left:before {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFF;
    bottom: -10px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
}

.global-navbar {
    transition: visibility 0.5s ease-out;
    visibility: visible;
}
/* play button on details page*/
svg.small-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    svg.small-play-icon .box {
        fill: rgba(0, 0, 0, 0);
        stroke: url(#svgbordergradient);
        stroke-width: 3;
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
        stroke-linecap: square;
        transition: all 0.4s ease-out;
    }


    svg.small-play-icon .play {
        fill: rgba(255, 255, 255, 0.6);
        transition: all 0.6s ease-out;
    }

    svg.small-play-icon:hover .box,
    a.play-icon:hover svg.small-play-icon .box {
        fill: url(#svggradient);
        stroke: url(#svgbordergradient);
        stroke-dashoffset: 0;
        transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out, fill 0.4s 0.3s ease-out;
    }

    svg.small-play-icon:hover .play,
    a.play-icon:hover svg.small-play-icon .play {
        fill: white;
    }

@media (max-width:959px) {
    svg.small-play-icon .play {
        fill: rgba(255, 255, 255, 1) !important;
    }

    svg.small-play-icon .box {
        fill: url(#svggradient);
        stroke: url(#svgbordergradient);
        stroke-dashoffset: 0;
        transition: stroke 0.7s 0.4s ease-out, stroke-dashoffset 0.4s ease-out, fill 0.4s 0.3s ease-out;
    }
}

/* END play button on details page*/

/* Search */
.global-header.search-active:after {
    background: #222;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.search-overlay {
    z-index: 999999999;
    position: fixed !important;
    height: 100%;
    width: 100%;
}

.search-area {
    position: fixed;
    top: 0px;
    width: 50%;
    height: 0;
    z-index: 99999999999;
    color: #fff;
    overflow: hidden;
    /*transition: height 0.5s ease-out;*/
}

.LTR .search-area {
    left: 25%;
}

.RTL .search-area {
    right: 25%;
}

.search-area.show {
    height: calc(100vh - 16px);
    /*transition: height 0.5s ease;*/
}

.search-area.onpage {
    height: 60px;
    /*transition: height 0.5s ease-out;*/
}


.popular-search-area {
    margin: 35px 50px;
    padding: 20px 30px;
    background: #1e1e1e;
    border: #363636 solid 1px;
    border-radius: 0 0 12px 12px;
}

.search-area.onpage .popular-search-area {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.search-bar-area {
    width: calc(100% + 160px);
    margin-top: -40px;
    margin-bottom: 25px;
}

.LTR .search-bar-area {
    margin-left: -80px;
}

.RTL .search-bar-area {
    margin-right: -80px;
}


.searchform-input {
    background: #3f3f3f;
    border: #414141 solid 1px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    width: calc(100% - 160px);
    color: #a0a0a0;
    font-family: inherit;
    font-size: 16px;
}

    .searchform-input:focus,
    .searchbtn:focus {
        outline: none;
    }

.backtosearch {
    width: 49px;
    color: #8a8a8a;
    text-align: center;
    line-height: 40px;
}

.LTR .backtosearch {
    float: left;
}

.RTL .backtosearch {
    float: right;
}

.searchbtn {
    width: 40px;
    height: 40px;
    background: #ff0000;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.LTR .searchbtn {
    margin-left: 5px;
}

.RTL .searchbtn {
    margin-right: 4px;
}

.searchbtn:hover {
    background: #FFF;
    color: #3f3f3f;
}

.searchbtn.uk-disabled {
    filter: grayscale(100%);
}


.search-result > div {
    margin-bottom: 30px;
}

    .search-result > div:last-child {
        margin-bottom: 0px;
    }

.populer-search-list {
    padding: 0;
    margin-bottom: 40px;
}

    .populer-search-list:last-child {
        margin-bottom: 10px;
    }

    .populer-search-list li {
        padding: 0;
    }

        .populer-search-list li a {
            text-decoration: none;
            color: #999;
        }

            .populer-search-list li a:hover {
                text-decoration: none;
                color: #FF0000;
            }

.populer-search-heading {
    color: #999;
}

.html-noscroll {
    overflow: hidden !important;
    height: 100% !important;
}

.global-navbar-Search a {
    background: #808080;
    border-radius: 50%;
    padding: 8px 8px 10px 9px !important;
}

    .global-navbar-Search a:hover {
        background: #ff0000;
        color: #FFF !important;
    }

    .global-navbar-Search a > svg {
        display: none;
    }

.LTR .popularsearch-text > span {
    padding-right: 10px;
}

.RTL .popularsearch-text > span {
    padding-left: 10px;
}

.search-result {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    width: calc(100% + 30px);
}

.LTR .search-result .uk-icon {
    padding-right: 5px;
}

.RTL .search-result .uk-icon {
    padding-left: 5px;
}
/* Search End */
@media only screen and (max-width: 959px) {
    .top-genre ul {
        display: inherit;
    }

    .LTR .top-genre ul {
        padding-right: 10px;
    }

    .RTL .top-genre ul {
        padding-left: 10px;
    }

    .LTR .top-genre ul > li {
        padding-left: 5px;
    }

    .RTL .top-genre ul > li {
        padding-right: 4px;
    }

    .top-genre ul > li > a {
        font-size: .875rem;
        padding: 0 12px;
    }

    .top-genre {
        padding: 15px 0;
        height: 70px;
    }
    /* Search */
    .global-navbar-Search {
        margin: 13px 10px 0 5px !important;
    }

    .LTR .search-area {
        left: 0;
        width: 98%;
    }

    .RTL .search-area {
        right: 0;
        width: 98%;
    }

    .popular-search-area {
        border: none;
        padding: 20px 0px;
    }

    .uk-overlay-primary {
        background: #1e1e1e;
    }

    .LTR .search-bar-area {
        width: calc(100% + 150px);
        margin-left: -50px;
    }

    .RTL .search-bar-area {
        width: calc(100% + 150px);
        margin-right: -50px;
    }

    .backtosearch {
        width: 40px;
    }
    /* Search End */

    /* Genre slider count */
    .count-number {
        width: 40px;
        height: 56px;
        top: 17%;
        font-size: 31px;
        line-height: 52px;
    }

    .program-dth-info .catch-up,
    .program-dth-info .watch-on,
    .program-dth-info .stream-on {
        margin: 0 auto;
        display: table;
        text-align: center;
    }

    .program-time-date {
        margin-top: 5px !important;
        font-size: 10px;
    }

    .LTR .program-dth-info .catch-up strong,
    .LTR .program-dth-info .watch-on strong,
    .LTR .program-dth-info .stream-on strong {
        padding-right: 20px;
    }

    .RTL .program-dth-info .catch-up strong,
    .RTL .program-dth-info .watch-on strong,
    .RTL .program-dth-info .stream-on strong {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 412px) {
}

@media only screen and (min-width: 960px) {
    /****************************************
  START: helper classes and resets
  ****************************************/
    .uk-container-expand {
        padding: 60px !important;
    }

    .osn-text-lead {
        line-height: 1.5;
    }

    .play-icon svg {
        width: 60px;
        height: 60px;
    }

    .play-icon:hover span {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }

    .full-screen .icon-close {
        width: 48px;
        height: 48px;
        line-height: 47px;
        top: 15px;
        border-radius: 24px;
        cursor: pointer;
    }

        .full-screen .icon-close:hover {
            background-color: rgba(255, 255, 255, 0.7);
        }

    .LTR .full-screen .icon-close {
        right: 15px;
    }

    .text-wrapper {
        font-size: 19px;
    }

    .RTL .full-screen .icon-close {
        left: 15px;
    }
    /****************************************
  END: helper classes and resets
  ****************************************/
    .osn-orginal-img img {
        width: 240px;
        padding-bottom: 30px;
    }

    .genre-slider {
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .genre-slider ul li {
            width: 22.22%;
            transition: all 350ms ease;
        }

            .genre-slider ul li:hover {
                transform: scale(1.1);
            }

    a .slider-heading {
        font-size: 16px;
    }

    .genre-slider .uk-slidenav {
        padding: 0 15px !important;
    }

    .LTR .genre-slider-heading {
        padding-left: 60px;
    }

    .RTL .genre-slider-heading {
        padding-right: 60px;
    }

    .LTR .genre-slider {
        margin-left: 50px;
        width: calc(100% - 50px);
        margin-bottom: 50px;
        padding-left: 11px;
    }

    .RTL .genre-slider {
        margin-right: 50px;
        width: calc(100% - 50px);
        margin-bottom: 50px;
        padding-right: 11px;
    }
    /****************************************
  START: featured-content
  ****************************************/
    .featured-content .text-meta {
        order: -1;
        z-index: 1;
    }

    .LTR .featured-content .text-meta {
        padding-right: 40px;
    }

    .RTL .featured-content .text-meta {
        padding-left: 40px;
    }
    /****************************************
  END: featured-content
  ****************************************/
    .LTR .global-visible-medium .global-navbar-Search {
        margin-right: 20px !important;
    }

    .RTL .global-visible-medium .global-navbar-Search {
        margin-left: 20px !important;
    }

    .global-visible-medium .global-navbar-Search a {
        position: relative;
        transition: all .5s;
    }

    .global-navbar-Search a {
        background: #808080;
        border-radius: 50%;
        padding: 0px 10px !important;
    }

        .global-navbar-Search a:hover {
            background: #ff0000;
            color: #FFF !important;
        }

    .LTR .global-visible-medium .global-navbar-Search a:after {
        right: -25px;
        border-right: 1px solid hsla(0,0%,100%,.3) !important;
    }

    .RTL .global-visible-medium .global-navbar-Search a:after {
        left: -25px;
        border-left: 1px solid hsla(0,0%,100%,.3) !important;
    }

    .global-visible-medium .global-navbar-Search a:after {
        position: absolute;
        top: 10px;
        display: block;
        width: 1px;
        height: 20px;
        content: "";
    }
}

@media only screen and (min-width: 1600px) {
    /****************************************
  START: helper classes and resets
  ****************************************/
    .inline-title {
        position: absolute;
    }
    /****************************************
  END: helper classes and resets
  ****************************************/

    .genre-slider ul li {
        width: 18.18%;
    }
}

@media (max-width: 959px) and (min-width: 412px) {
    .top-genre ul > li > a {
        padding: 0 15px;
    }

    .RTL .top-genre ul > li {
        padding-right: 7px;
    }

    .genre-slider ul li {
        width: 40%;
    }

    .count-number {
        width: 28px;
        height: 40px;
        top: 17%;
        font-size: 26px;
        line-height: 40px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    a .slider-heading {
        font-size: 12px;
    }

    .count-number {
        transform: scale(0.7);
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
    }

    .LTR .count-number {
        left: -12px;
    }

    .RTL .count-number {
        right: -12px;
    }

    .program-dth-info {
        font-size: 0.8rem;
    }
}


@media(min-width: 959px) {
    .program-time-date strong {
        padding: 10px 15px;
        font-size: 12px;
    }

    .ond-label {
        font-size: 10px;
    }

    .LTR .ond-label {
        padding: 8px 15px;
    }

    .LTR .ond-label {
        padding: 8px 15px 6px;
    }

        .ond-label img {
            max-width: 20px;
        }

    .LTR .ond-label img {
        margin-right: 7px;
    }

    .RTL .ond-label img {
        margin-left: 7px;
        margin-top: -2px;
    }

    .LTR .ond-label {
        border-bottom-left-radius: 6px;
    }

    .RTL .ond-label {
        border-bottom-right-radius: 6px;
    }
}

@media(min-width: 1366px) {

    .program-time-date {
        max-width: 260px;
    }

    .program-time-date strong {
        padding: 12px 15px;
        font-size: 14px;
    }

    .ond-label {
        font-size: 12px;
    }

        .ond-label img {
            max-width: 26px;
        }

    .LTR .ond-label img {
        margin-right: 10px;
    }

    .RTL .ond-label img {
        margin-left: 10px;
    }

    .LTR .ond-label {
        border-bottom-left-radius: 8px;
    }

    .RTL .ond-label {
        border-bottom-right-radius: 8px;
    }
}