﻿@font-face {
    font-family: 'NewFont_PG-Light';
    src: url('../fonts/NewFont_PG-Light.woff') format('woff'), url('../fonts/NewFont_PG-Light.ttf') format('truetype')
}

@font-face {
    font-family: 'NewFont_PG-Medium';
    src: url('../fonts/NewFont_PG-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NewFont_PG-Medium.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NewFont_PG-Regular';
    src: url('../fonts/NewFont_PG-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NewFont_PG-Regular.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NewFont_PG-Bold';
    src: url('../fonts/NewFont_PG-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NewFont_PG-Bold.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NewFont_PG-ExtraBold';
    src: url('../fonts/NewFont_PG-ExtraBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NewFont_PG-ExtraBold.ttf') format('truetype') /* Safari, Android, iOS */
}

::-webkit-scrollbar {
    width: 0;
}

#menusLarge .mainMenu .menuItem a:focus:not(.clicked) {
    outline: 2px solid #fff !important;
}

body {
    font-family: 'NewFont_PG-Regular';
    margin: 0px;
    overflow-x: hidden;
    background: #000;
    color: #fff;
    /* Disables pull-to-refresh but allows overscroll glow effects. */
    overscroll-behavior-y: contain;
}

a#mk-aweb-open-panel {
    top: 100px !important;
    left: 0 !important;
}

.pointerCursor {
    cursor: pointer;
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


.disabled[aria-hidden='true'] {
    pointer-events: none;
}

p {
    font-size: 22px;
    line-height: normal;
}

.layoutRTL {
    text-align: right;
    direction: rtl;
}




#dvContent {
    width: 100%;
    margin: 60px 0 70px;
    height: auto;
    min-height: 80vh;
}

/***************************************************** HEADER ****************************************************/
#dvHeader {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #000000;
    /* border: 1px solid red; */
    height: 60px;
}

    #dvHeader .mainMenu {
        /* line-height: 40px; */
    }

    #dvHeader .menuItem.selected a {
        border-bottom: 3px solid red;
    }

#dvWraperHeader, #dvWraperHeaderSmall {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
}

.userMenu li {
    display: inline-block;
}

#menusLarge .mainMenu {
    margin: 0;
    padding: 0;
}

.mainMenu .menuItem {
    display: inline-block;
}

.layoutRTL .mainMenu .menuItem {
    margin-left: 20px;
    /* height: 60px; */
}

#menusLarge .mainMenu .menuItem a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    padding: 5px;
}

.mainMenu .menuItem ul {
    list-style-type: none;
    padding-inline-start: 15px;
}

#menusLarge .nextLogo {
    background: red;
    position: relative;
    /* top: 10px; */
    /* height: 100%; */
}

ul.TopheaderMenu {
}

ul.mainMenu {
    margin: 0;
}

#menusLarge .nextLogo img {
    width: 85%;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

#menusLarge .Topheader {
    position: relative;
    top: 10px;
}

#menusLarge .hotLogo {
    position: absolute;
    left: 0;
    top: 5px;
}

#menusLarge .Topheader {
    position: relative;
    top: 0px;
    margin-bottom: 30px;
}

#menusLarge .userLogin, #menusLarge .userLogout {
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px 7px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

    #menusLarge .userLogin:focus, #menusLarge .userLogout:focus {
        border: 1px solid #fff;
    }

#menusLarge .joinNext {
    display: inline-block;
    margin-right: 5px;
}

    #menusLarge .joinNext a {
        color: #fff;
        border: 1px solid red;
        padding: 7px;
    }

        #menusLarge .joinNext a:focus {
            border: 1px solid #fff;
        }


#menusLarge .dvSearchField {
    position: relative;
    top: 15px;
}

#menusSmall .dvSearchField {
    position: relative;
    top: 5px;
}

#menusSmall .mainMenu {
    padding: 0;
}

div#menusSmall {
    padding: 0 15px;
}

#menusSmall .mainMenu .menuItem {
    margin-left: 5px;
    vertical-align: middle;
}

#menusSmall .Topheader {
    position: relative;
    top: 15px;
}

#menusSmall .mainMenuDv {
    /* width: 70%; */
}

#menusSmall .nextLogoSmall {
    position: absolute;
    left: 0;
    top: 0px;
    width: 110px;
}

    #menusSmall .nextLogoSmall img {
        width: 100%;
    }

#menusSmall .dvSearchField {
    top: 0;
    display: inline-block;
}

#menusSmall .mainMenu .menuItem a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

#menusLarge .dvSearchField .searchIcon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: auto 10px;
    background-image: url('../images/icons/header_search.png');
    background-position: 0 0;
    background-size: 20px;
    top: 0;
    position: relative;
}

#menusSmall .dvSearchField .searchIcon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: auto 10px;
    background-image: url('../images/icons/header_search.png');
    background-position: 0 0;
    background-size: 20px;
    top: 0;
    position: relative;
}

#menusSmall .mainMenuHum .menuIcon {
    width: 20px;
    height: 20px;
    display: inline-block;
    /* margin: auto 10px; */
    background-image: url('../images/icons/hamburger.png');
    background-position: 0 0;
    background-size: 20px;
    top: 0;
    position: relative;
}

#menusSmall .mainMenu .userLoginIcon {
    background-image: url(../images/icons/header_login.png);
    background-position: 0 0;
    background-size: 26px;
    width: 26px;
    display: inline-block;
    height: 26px;
    position: relative;
    top: 4px;
}

#menusSmall .mainMenu .heartIcon {
    background-image: url(../images/empty-heart.png);
    background-position: 0 0;
    background-size: 26px;
    width: 26px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 26px;
    position: relative;
    top: 5px;
}

.dvSearchField input {
    border: none;
    width: 150px;
    vertical-align: text-bottom;
    background: #fff;
}

.searchResultTitle:focus {
    border: 2px solid #fff;
}

.mainMenuHum {
    display: inline-block;
}

.mobileMenuHum {
    position: fixed;
    right: -85%;
    top: 0px;
    bottom: -70px;
    background: #000;
    width: 100%;
    margin-bottom: 55px;
    z-index: 333;
    /* border-left: 2px solid #3e3e3e; */
    overflow: scroll;
}

    .mobileMenuHum .marginMenuHam {
        padding: 0.5rem 0;
        border-top: 0.5rem solid #000;
        border-bottom: 0.5rem solid #000;
    }

    .mobileMenuHum li.menuItem {
        padding-right: 40px;
    }


    .mobileMenuHum li.logoutLogin.menuItem {
        border-top: 50px solid #000;
    }

.mainMenuHum .closeHum {
    position: absolute;
    left: 10px;
    font-size: 22px;
    font-family: 'NewFont_PG-Bold';
    /* border: 2px solid #fff; */
    padding: 7px 10px;
    top: 15px;
    line-height: normal;
    color: #fff;
    border-radius: 50%;
}

.mainMenuHum .menuHum {
    margin: auto 15px;
    padding: 0;
    list-style: none;
    top: 60px;
    background: rgb(17, 17, 17);
    position: relative;
}

.marginMenuHam {
    padding: 0.5rem 0;
    border-top: 0.5rem solid #000;
    border-bottom: 0.5rem solid #000;
}

.mainMenuHum .menuHum li a {
    font-size: 22px;
    color: #fff;
}
/***************************************************** END HEADER ****************************************************/

/***************************************************** FOOTER ****************************************************/

.floatBottomMenu {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
}

.footerLinksMenu .footerLink {
    display: inline;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 5px;
}

    .footerLinksMenu .footerLink:last-of-type {
        border: none;
    }

    .footerLinksMenu .footerLink a {
        color: #fff;
        font-size: 14px;
        padding: 5px;
    }

        .footerLinksMenu .footerLink a:focus {
            border: 1px solid #fff;
            padding: 5px;
        }

.footerLinksMenu {
    position: relative;
    bottom: 58px;
}

    .footerLinksMenu ul.footerLinks {
        margin: 20px 0;
        text-align: center;
        padding: 0 25px;
        /* line-height: 30px; */
    }

    .footerLinksMenu.linearFix {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

.socialLinks .socialLink {
    display: inline-block;
    margin: 0 5px;
}

    .socialLinks .socialLink a {
        background-size: cover;
        height: 33px;
        width: 33px;
        background-position: 0 0;
        display: inline-block;
    }

li.socialLink.facebook a {
    background-image: url('../images/icons/footer_social_facebook.png');
}

li.socialLink.insta a {
    background-image: url('../images/icons/footer_social_instagram.png');
}

li.socialLink.youtube a {
    background-image: url('../images/icons/footer_social_youtube.png');
}

li.socialLink.accesibility a {
    background-image: url('../images/icons/footer_social_accessibility.png');
}

ul.socialLinks {
    text-align: center;
    padding: 0;
    margin: 20px 0;
}

.footerCopy {
    text-align: center;
    margin: 20px 0;
}

    .footerCopy p {
        font-size: 14px;
    }
/***************************************************** END FOOTER ****************************************************/
.VisebiltyHid {
    visibility: hidden;
}

.hidden {
    display: none !important;
}

h1.scrennTItle {
    padding: 10px;
}

.DIB {
    display: inline-block;
}

.BreadCrumbItem {
    margin-right: 5px;
    min-width: 80%;
    display: inline;
    padding: 2px 0 4px 10px;
    border: 1px solid transparent;
}

    .BreadCrumbItem:focus {
        border: 1px solid #fff;
    }

.assetTitle {
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 15px;
    right: 0;
    padding: 6px 3px 6px 0px;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    width: 100%;
    vertical-align: bottom;
    line-height: 15px;
}

.assetItem.more .assetTitle {
    background: none;
}
/*.assetItem .assetTitle {	
	bottom: 0px;	
}
.itemMosaic .assetTitle {
	bottom: 0px;
}*/

.itemMosaic .assetTitle {
    padding: 10px 10px 5px 0px;
}

.searchItem .assetTitle {
    padding: 10px 15px 5px 0px;
}

#dvFavourites .assetTitle {
    padding: 6px .5rem;
}

#dvFavourites .favItem:focus img {
    border: 2px solid #fff;
}

#dvFavourites .favItem img {
    border: 2px solid transparent;
}

.swiper-slide {
    color: #000;
    cursor: pointer;
}

#dvMainCarouselsKidumim .swiper-slide:focus::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #fff;
    right: 0;
}

#dvMainCarouselsKidumim .swiper-button-next {
    top: 45%;
    color: #ffff;
    right: auto;
    left: 10px;
}

#dvMainCarouselsKidumim .swiper-button-prev {
    top: 45%;
    color: #ffff;
    left: auto;
    right: 10px;
}

#dvCarousel .swiper-pagination {
    position: relative;
}

#dvCarousel .swiper-pagination-bullet {
    background: #595959;
    opacity: 0.5;
    margin: 0 3px;
    cursor: pointer;
}

#dvCarousel .swiper-pagination-bullet-active {
    background: red;
    opacity: 1;
}

#dvMainCarouselsKidumim .swiper-button-next:focus:after, #dvMainCarouselsKidumim .swiper-button-prev:focus:after {
    border: 1px solid #fff;
}


#dvMainCarousels .mainswiper-button-prev {
    left: auto;
    right: 10px;
}

#dvMainCarousels .mainswiper-button-next {
    right: auto;
    left: 10px;
}

#dvMainCarouselsKidumim .swiper-button-disabled, #dvMainCarousels .swiper-button-disabled {
    color: transparent !important;
    background: none !important;
}

#dvMainCarousels .mainswiper-button-next, #dvMainCarousels .mainswiper-button-prev {
    top: 50%;
    position: absolute;
    color: #ffff;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99999;
    cursor: pointer;
    padding: 0px 13px;
}

    #dvMainCarousels .mainswiper-button-next:hover, #dvMainCarousels .mainswiper-button-prev:hover {
        color: red;
        background: rgba(0, 0, 0, 0.7);
    }

    #dvMainCarouselsKidumim .swiper-button-prev:after, #dvMainCarousels .mainswiper-button-prev:after {
        content: 'next';
    }

    #dvMainCarouselsKidumim .swiper-button-next:after, #dvMainCarousels .mainswiper-button-next:after {
        content: 'prev';
    }


    #dvMainCarousels .mainswiper-button-next:after, #dvMainCarousels .mainswiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 27px;
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
    }

#dvMainCarousels .swiper-slide {
    border: 2px solid transparent;
}

    #dvMainCarousels .swiper-slide a {
        height: auto;
        display: block;
    }

        #dvMainCarousels .swiper-slide a:focus {
            outline: 2px solid #fff !important;
        }

.categoryTitle {
    font-family: 'NewFont_PG-Bold';
    margin-bottom: 15px;
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 30px;
    padding-right: 5px;
}

    .categoryTitle a {
        border: 1px solid transparent;
        color: #fff;
        text-decoration: none;
    }

        .categoryTitle a:focus {
            border: 1px solid #ffff;
        }

    .categoryTitle .arrows {
        padding-right: 10px;
    }

#dvMainCarousels {
    margin: 0px 15px;
}

#dvMainCarouselsKidumim {
    overflow: hidden;
    position: relative;
}

#dvMainCarousels ul.swiper-wrapper {
    padding: 0;
}

#dvMainMoSaic {
    /* margin-right: 15px; */
    padding-top: 30px;
    padding-right: 0;
}


.categoryRow {
    margin: 30px 0;
}

.assetItem, .categoryTitle {
    cursor: pointer;
}

#dvMainCarousels .assetItem:hover {
    filter: saturate(0.5);
}

.categoryRow:first-of-type {
    margin: 0;
}

img.itemImg {
    width: 100%;
}

.floatBottomMenu ul {
    padding: 0;
    text-align: center;
    display: flex;
    margin: 0;
}

.floatBottomMenu li.bottomMenuIcon {
    /* margin-right: 15px; */
    list-style: none;
    border: none;
    width: 25%;
    vertical-align: middle;
    height: auto;
    padding: 7px 0;
    display: inline-block;
    border-top: 3px solid #000;
}

.bottomMenuIcon span {
    display: block;
}

li.bottomMenuIcon img {
    height: 42px;
    width: 42px;
}

.floatBottomMenu li.bottomMenuIcon a {
    color: #fff;
    text-decoration: none;
}

.floatBottomMenu li.bottomMenuIcon.selected {
    border-top: 3px solid red;
    background: #171717;
}

.itemImg.movieSquare {
    max-height: 309px;
}

#dvMainCarouselsKidumim .swiper-slide img {
    max-width: 100%;
}
/***************************************************** AnimatedLoading ****************************************************/
#dvBackLoder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-color: #000000;*/
    text-align: center;
    z-index: 1000;
}

#AnimatedLoading {
    position: fixed; /* or absolute */
    top: 45%;
    left: 0;
    right: 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

#AnimatedLoadingLogin {
    position: relative; /* or absolute */
    top: 30%;
    left: 0%;
}

#dvBreadCrumbs {
    position: absolute;
    top: 60px;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 30px;
    background: #000;
}

.itemMosaic {
    cursor: pointer;
    position: relative;
    list-style: none;
    border: 1px solid transparent;
}

    .itemMosaic:focus {
        border: 1px solid #fff;
    }

    .itemMosaic img {
        width: 100%;
    }

#dvMainSeason {
    margin: 30px 15px;
}

    #dvMainSeason .promoImage img {
        width: 100%;
        position: relative;
    }

    #dvMainSeason #seasonInfo {
        padding: 0;
    }


    #dvMainSeason .scrollUp {
        color: #fff;
        border-bottom: 2px solid red;
        cursor: pointer;
    }

        #dvMainSeason .scrollUp:hover {
            color: red;
            text-decoration: none;
        }

    #dvMainSeason h2.itemTitle {
        text-align: right;
        padding-top: 25px;
    }

    #dvMainSeason .itemDescription p {
        text-align: right;
        font-size: 22px;
        line-height: 25px;
    }

    #dvMainSeason .hrDivider {
        margin: 20px 0;
        border-top: 1px solid #2d2d2d;
        width: 70%;
    }

    #dvMainSeason .favBtn {
        background-repeat: no-repeat;
        font-size: 14.5px;
        padding: 20px;
        display: block;
        text-align: right;
        position: absolute;
        margin-top: 5px;
        cursor: pointer;
    }

        #dvMainSeason .favBtn:focus {
            border: 2px solid red;
        }

    #dvMainSeason .addToFavBtn {
        background-image: url(../images/empty-heart.png);
        background-size: 29px;
        top: 0px;
        left: 3px;
        background-position: center;
    }

    #dvMainSeason .removeFromFav {
        background-image: url(../images/fullHeart.png);
        background-size: 33px;
        top: 0px;
        background-position: center 2px;
        left: 3px;
    }


    #dvMainSeason .episodeImage img {
        width: 100%;
        cursor: pointer;
    }

    #dvMainSeason .episodeImage:after {
        position: relative;
        width: 100%;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-image: url(../images/icons/playIcon.png);
        right: 0;
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #dvMainSeason .episodeImage.lockIcon:after {
        background-image: url(../images/lock.png);
    }

    #dvMainSeason .episodeImage {
        direction: ltr;
        border: 1px solid transparent;
    }

    #dvMainSeason .progressBar {
        position: relative;
        bottom: 3px;
        left: 0;
        right: 0;
        border-bottom: 3px solid red;
        height: 3px;
        text-align: left;
    }

#episodesInfo .tab-pane .row {
    margin-bottom: 30px;
}

#dvMainSeason .episodeImage:focus {
    border: 1px solid #fff;
}

#episodesInfo .nav-tabs a {
    background: #000;
    color: #ccc;
    padding: 10px 15px;
    line-height: 50px;
    /* vertical-align: middle; */
    font-size: 20px;
    font-family: 'NewFont_PG-Medium';
    border: 2px solid transparent;
}

#episodesInfo .nav-tabs {
    border: none;
    padding: 0;
}

    #episodesInfo .nav-tabs li a.active {
        background: #fff;
        color: red;
    }

    #episodesInfo .nav-tabs li a:focus {
        border: 2px solid #fff;
    }

    #episodesInfo .nav-tabs a:hover {
        text-decoration: none;
    }

#episodesInfo .episodeTitle {
    font-size: 22px;
}

#episodesInfo .seriesTitle {
    background: #fff;
    color: red;
    padding: 15px;
    font-size: 20px;
    font-family: 'NewFont_PG-Medium';
    line-height: 20px;
    margin-bottom: 10px;
}

#episodesInfo .nav-tabs li {
    height: 50px;
    cursor: pointer;
}

.episodeSynopsis {
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
}

.closeSCreen {
    position: absolute;
    top: 0;
    z-index: 89;
    cursor: pointer;
}

#seasonInfo .closeSCreen:focus {
    border: 1px solid #fff;
}

#dvMessages {
    text-align: left;
    z-index: 9999;
    font-size: 22px;
    background-color: rgba(255,255,255,0.8);
    color: black;
    height: 100%;
    position: absolute;
    top: 200px;
    left: 0;
    width: 300px;
}

#dvMainSeason .promoImage {
    text-align: center;
    position: relative;
    width: 65%;
    margin: auto;
}

#dvMainSeason #episodesInfo .tab-content {
    margin-top: 10px;
}

#dvMainSeason select#seasons {
    border: solid 1px #f7faff;
    font-size: 14.5px;
    width: 80px;
    height: 30px;
    text-indent: 5px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    background: none;
}

    #dvMainSeason select#seasons option {
        color: #000;
    }
/********************************************* SEASON *********************************************/
.EpisodeRow, .closeMovieScreen, .playMovieBtn {
    cursor: pointer;
}

.closeMovieScreen {
    padding-right: 30px;
}

    .closeMovieScreen img {
        border: 2px solid transparent;
    }

    .closeMovieScreen:focus img {
        border: 2px solid #fff;
    }
/************************************ MOVIE SCREEN STYLE ****************************************/
#dvMainMovie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
}

    #dvMainMovie .scrennTItleMovie {
        margin-bottom: 0;
        margin-top: 20px;
    }

    #dvMainMovie .movieDuration {
        font-size: 18px;
    }

    #dvMainMovie .movieDescription {
        margin-top: 20px;
    }

    #dvMainMovie .movieSynopsis {
        line-height: 1.3;
    }

    #dvMainMovie .movieRating {
        font-size: 18px;
    }

    #dvMainMovie #moviePromo .imageWrapper {
        width: 100%;
        display: inline-block;
        position: relative;
        direction: ltr;
        cursor: pointer;
        border: 1px solid transparent;
    }

        #dvMainMovie #moviePromo .imageWrapper:focus {
            border: 1px solid #fff;
        }

    #dvMainMovie .playMovieBtn {
        padding: 0px 50px;
        background: red;
        font-size: 24px;
        height: 50px;
        border: 1px solid red;
        line-height: 48px;
        margin-top: 15px;
        display: inline-block;
    }

        #dvMainMovie .playMovieBtn:focus {
            border: 1px solid #fff;
        }

    #dvMainMovie #moviePromo .imageWrapper.lockIcon:after {
        background-image: url("../images/lock_player.png");
    }

    #dvMainMovie #moviePromo .imageWrapper:after {
        content: "";
        background-image: url("../images/icons/playIcon.png");
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        margin: auto;
        background-repeat: no-repeat;
        height: 50px;
        background-size: contain;
    }

    #dvMainMovie #moviePromo img {
        width: 100%;
    }

    #dvMainMovie .favBtn {
        background-repeat: no-repeat;
        font-size: 14.5px;
        height: 48px;
        width: 45px;
        top: -3px;
        text-align: right;
        left: 3px;
        position: relative;
        margin-left: 15px;
        background-position: center 5px;
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        border: 1px solid transparent;
    }

    #dvMainMovie .addToFavBtn {
        background-image: url(../images/empty-heart.png);
        background-size: 30px;
        background-position: center 10px;
    }

    #dvMainMovie .removeFromFav {
        background-image: url(../images/fullHeart.png);
        background-size: 32px;
    }

    #dvMainMovie .favBtn:focus {
        border: 1px solid #fff;
    }

    #dvMainMovie .progressBar {
        position: relative;
        bottom: 3px;
        left: 0;
        right: 0;
        border-bottom: 3px solid red;
        height: 3px;
        text-align: left;
    }
/************************************ END OF MOVIE SCREEN STYLE ****************************************/

/************************************ CHANNELS SCREEN STYLE ****************************************/

#dvLinear .currentChannelIntro {
    background-size: 0;
    background-position: -100px -100px;
    background-repeat: no-repeat;
    /* padding: 70px 0px; */
    position: relative;
}



#dvLinear .liveChannelLogoImg {
    width: 150px;
    height: 150px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

#dvLinear .liveChannelTitle {
    background: -webkit-linear-gradient(right, #ff50e4 0%, #ff50e4 18%, #ff0000 70%);
    background: linear-gradient(to left, #ff50e4 0%, #ff50e4 10%, #ff0000 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

#dvLinear .liveChannelMetadata {
    font-size: 22px;
}

#dvLinear .liveNow {
    font-family: 'NewFont_PG-Bold';
    font-size: 20px;
}

#dvLinear .liveChannelNumber {
    border-left: 1px solid #eee;
    padding-left: 10px;
}

#dvLinear .liveChannelGenre {
    padding-right: 10px;
}


#dvLinear .DvInfoCol hr {
    border-color: #414141;
    width: 70%;
    margin: 0.2rem 0 1rem;
}

#dvLinear .liveChannelSynopsis {
    font-size: 20px;
    line-height: 1.2;
}

#dvLinear .DvLogoCol, .DvInfoCol {
    margin: 0;
}

#dvLinear .DvVideoPIPCol {
    text-align: center;
    margin: auto;
}

#dvLinear .pipImageLink:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/icons/playIcon.png);
    right: 0;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#dvLinear .pipImage {
    width: 100%;
    height: 200px;
}

#dvLinear .channelBox {
    width: 33%;
    /* height: 130px; */
    padding: .2rem;
}

#dvLinear .channelBoxInner {
    max-width: 100%;
    height: 100px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2e2e2e;
    border: 3px solid #000;
    position: relative;
    cursor: pointer;
}

#dvLinear #dvMainChannels {
    padding: 0 0.2rem;
    /* width: 10%; */
    position: relative;
}

#dvLinear .channelName {
    text-align: center;
    padding-top: 5px;
}

#dvLinear .channelBox.selected .channelBoxInner {
    border: 3px solid #fff;
}

#dvLinear #dvCurrentChannelIntro {
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: #000;
    z-index: 2;
}

#dvLinear .DvChannelIntroRow {
    height: auto;
    overflow: hidden;
    vertical-align: top;
    display: block;
    min-height: 315px;
    background: #000;
}

#dvLinear .liveChannelMetadataSmall {
    font-size: 20px;
    font-family: 'NewFont_PG-Medium';
    min-height: 30px;
}

    #dvLinear .liveChannelMetadataSmall .liveChannelTitleSmall {
        padding-right: 10px;
    }

#dvLinear .liveChannelSynopsisSmall {
    color: #fff;
    font-size: 20px;
    z-index: 5;
}

    #dvLinear .liveChannelSynopsisSmall .showSynopsisBtn,
    #dvLinear .liveChannelSynopsisSmall .hideSynopsisBtn {
        margin-top: 20px
    }

#dvLinear .SynopsisSmall {
    line-height: 1.3;
    font-size: 18px;
    height: 200px;
    overflow: hidden;
    padding: 5px;
}


    #dvLinear .SynopsisSmall.landView {
        position: absolute;
        top: -200px;
        border: 3px solid #fff;
        background: #000;
        left: 10px;
        right: 0;
    }

#dvLinear .channelBox.selected .channelBoxInner:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/icons/playIcon.png);
    right: 0;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

#dvLinear .channelBox.lockIcon .channelBoxInner:after {
    background-image: url(../images/lock.png);
}

#dvLinear .filtersRow {
    height: 70px;
    position: fixed;
    left: 0;
    line-height: 70px;
    z-index: 1;
    background-color: #000000;
    width: 100%;
}

#filterBtn {
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: auto 0 auto 15px;
    vertical-align: middle;
    background-image: url(../images/icons/filterIcon.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#dvLinear #filterScreen {
    display: none;
    background: #000;
    line-height: normal;
}

.checkboxes input:before {
    width: 25px;
    height: 25px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #555555;
    border-radius: 0;
    background-color: #000;
}

.checkboxes input {
    position: relative;
    width: 25px;
    cursor: pointer;
    height: 25px;
}

    .checkboxes input:checked:after {
        content: "";
        display: block;
        height: 14px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(40deg);
        position: absolute;
        top: 4px;
        left: 9px;
        /* right: 9px; */
        font-size: 20px;
        width: 7px;
    }

.checkboxes {
    line-height: 45px;
    background: #000;
}

    .checkboxes label {
        position: absolute;
        padding-right: 10px;
        margin: 0;
        line-height: normal;
        top: 5px;
        font-size: 16px;
    }

.liveChannelTitleSmallchannelName {
    border-left: 1px solid #eee;
    padding-left: 5px;
}

.liveChannelTitleSmallGenreName {
    padding-right: 5px;
}

.categoryGenreTitle {
    font-family: 'NewFont_PG-Bold';
    padding-right: 5px;
    font-size: 1.2rem;
}

#dvCurrentEventTime #progressBar {
    background: -webkit-linear-gradient(to right,#FF0000 50%, #ff50e4);
    background: linear-gradient(to right, #FF0000 50%, #ff50e4);
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
}

#dvCurrentEventTime {
    position: relative;
}

    #dvCurrentEventTime .startTime {
        text-align: right;
        margin-top: 5px;
    }

    #dvCurrentEventTime .endTime {
        text-align: left;
        margin-top: 5px;
    }

#dVgoToChannel {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    width: 150px;
    border: 1px solid #fff;
    padding-right: 5px;
    position: relative;
}

    #dVgoToChannel .inputNumber {
        background: transparent;
        border: none;
        color: #fff;
        padding: 0 10px;
        text-decoration: underline;
        width: 50px;
        /*-webkit-text-fill-color: #5d5c5c;*/
    }

        #dVgoToChannel .inputNumber::placeholder {
            color: #5d5c5c;
        }

    #dVgoToChannel .dVgoToChannelgoTOChannlSpan {
        font-size: 17px;
    }

    #dVgoToChannel .inputChannelErrorMsg {
        position: absolute;
        right: -2px;
        background: #fff;
        top: 40px;
        color: red;
        width: 200px;
        line-height: 1.5;
        padding-right: 5px;
        font-family: 'NewFont_PG-Medium';
    }


/************************************ EPG SCREEN STYLE ****************************************/

#epgBtn, #epgCloseBtn {
    display: inline-block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    padding: 0 5px;
    margin-right: 10px;
    vertical-align: middle;
}

#epgContent {
    display: none;
    position: fixed;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0px;
}

.chooseDay {
    color: #fff;
    font-size: 32px;
    padding: 10px;
    border: none;
    background: url(../images/icons/arrow_down.png) no-repeat #000;
    width: 350px;
    -webkit-appearance: none;
    background-position: 0 center;
    background-size: 30px;
}

    .chooseDay option {
        margin: auto;
        text-align: center;
    }

ul.eventsListOfDay {
    text-align: right;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 22px;
    overflow-y: scroll;
    height: 300px;
}

    ul.eventsListOfDay li {
        margin-left: 5px;
        line-height: 2;
        position: relative;
        padding-right: 5px;
        cursor: pointer;
        border: 3px solid #000;
    }

        ul.eventsListOfDay li.selected {
            border: 3px solid #fff;
        }

    ul.eventsListOfDay .EventStartTimeHours {
        padding-right: 10px;
        position: absolute;
        left: 5px;
    }

    ul.eventsListOfDay::-webkit-scrollbar {
        width: 3px;
    }

    ul.eventsListOfDay::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    ul.eventsListOfDay::-webkit-scrollbar-thumb {
        background: #ff0000;
    }

.closeEpgNavBtn {
    margin: auto;
}

.epgArrow {
    font-family: monospace;
    font-size: 20px;
}

/************************************ END OF EPG SCREEN STYLE ****************************************/


/************************************ END OF CHANNELS SCREEN STYLE ****************************************/

/************************************ SEARCH SCREEN STYLE ****************************************/

#dvSearch {
    position: absolute;
    top: 50px;
    z-index: 222;
    left: 0;
    right: 0;
    bottom: -50px;
    background: #000;
    overflow: scroll;
}

.searchItem .itemImg {
    max-width: 100%;
}

#dvMainSearch .searchItem {
    cursor: pointer;
    border: 2px solid transparent;
}

    #dvMainSearch .searchItem:focus {
        border: 2px solid #fff;
    }

#dvSearch .closeSearchScreen {
    font-size: 22px;
    position: absolute;
    left: 20px;
    top: 17px;
    cursor: pointer;
    z-index: 9999;
    font-family: 'NewFont_PG-Bold';
    padding: 5px;
    border: 1px solid transparent;
}

    #dvSearch .closeSearchScreen:focus {
        border: 1px solid #fff;
    }
/************************************ END OF SEARCH SCREEN STYLE ****************************************/

/************************************ FAVOURITES SCREEN STYLE ****************************************/

#dvFavourites .noFavs {
    padding: 15px;
    font-size: 24px;
    line-height: 40px;
}

#dvFavourites .favBtn {
    background-repeat: no-repeat;
    position: relative;
    width: 30px;
    left: 25px;
    top: 20px;
    height: 30px;
    cursor: pointer;
}

#dvFavourites .addToFavBtn {
    background-image: url(../images/empty-heart.png);
    background-size: 20px;
    background-position: 3px 5px;
}

#dvFavourites .removeFromFav {
    background-image: url(../images/fullHeart.png);
    background-size: 22px;
    background-position: 1px 1px;
    border: 2px solid transparent;
}

    #dvFavourites .removeFromFav:focus {
        border: 2px solid red;
    }

/************************************ END OF FAVOURITES SCREEN STYLE ****************************************/

/************************************ POPUP MODAL STYLE ****************************************/

#dvPopupModal {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
}

#maindvPopupModal {
    width: 350px;
    margin: 100px auto;
    border: 2px solid #fff;
    padding: 30px 15px;
    /* height: 70vh; */
    position: relative;
    background: rgba(0, 0, 0, 0.9);
}

#dvPopupModal .popupContent {
    /* width: 80%; */
    /* max-width: 100%; */
    font-size: 23px;
    line-height: 1.3;
}

#dvPopupModal .closeBtn {
    position: relative;
    /* bottom: 50px; */
    text-align: center;
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    background: #fff;
    width: 200px;
    display: block;
    margin: 30px auto 15px;
    color: #000;
    padding: 15px;
    font-family: 'NewFont_PG-Bold';
    font-size: 20px;
    cursor: pointer;
}

#dvPopupModal .listOptionsPopup li {
    list-style: none;
    margin: 30px auto;
    font-size: 18px;
    width: 100%;
}

#dvPopupModal .listOptionsPopup {
    margin: 0;
    padding: 0;
}


    #dvPopupModal .listOptionsPopup li a {
        background: transparent;
        padding: 15px;
        display: inline-block;
        width: 100%;
        border: 2px solid #fff;
        cursor: pointer;
        color: #fff;
    }

#dvPopupModal .dvListOptionsPopup .closeBtn {
    top: 0;
    background: none;
    color: #fff;
    right: auto;
    left: 0;
    position: absolute;
    margin: auto;
    width: auto;
    bottom: auto;
    font-size: 35px;
}

#dvPopupModal .listOptionsPopup li:first-of-type a {
    background: red;
}

#dvPopupModal .notSupportedUa .closeBtn {
    display: none;
}

#maindvPopupModal.notSupportedUa {
    height: 70%;
    margin: 60px auto;
}
.downloadAppBtn {
    background: #fff;
    color: #000;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    padding: 15px;
    width: 250px;
}

#maindvPopupModal.NotSupportedBroswer .downloadChromeBtn {
    background: #fff;
    padding: 20px 30px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-top: 70px;
}
#maindvPopupModal.NotSupportedBroswer .closeBtn {
    display: none;
}
#maindvPopupModal.NotSupportedBroswer img {
    width: 200px;
    margin-bottom: 70px;
}
#maindvPopupModal.NotSupportedBroswer {
    border: none;
    width: 100%;
    text-align: center;
    height: 100vh;
    margin: 30px auto;
}
/************************************ END OF POPUP MODAL STYLE ****************************************/
