.slider-header {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 2px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2px;
    border: none;
    border-radius: 14px;
    background: rgba(39, 39, 39, 0.66);
}
.large-header {
    width: 100%!important;
}
.slider-header h4 {
    float: left;
    height: 100%;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    color: #ee5b25;
    text-transform: uppercase;
    padding: 5px;
}

.slider-header h2 {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    margin: 5px;
}

.slider-header h3 {
    margin: 0;
    margin-right: 10px;
    margin-left: 10px;
    float: right;
    padding: 5px;
    height: auto;
    vertical-align: bottom;
    color: rgba(255, 255, 255, 0.6);
    bottom: 0;
}

[dir="rtl"].slider-header h3 {
    float: left;
}

[dir="rtl"].slider-header h4 {
    float: right;
}

.slick-slider {
    bottom: auto;
    margin-bottom: 5px !important;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-slide {
    position: relative;
    display: inline-block;
    height: auto;
}

.slick-slide img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 0;
    cursor: pointer;
    border: none;
    height: 100%;
    width: 100%;
}

.movieThumb, .large-movieThumb {
    text-align: center;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.movieThumb a img, .large-movieThumb a img {
    position: relative;
    z-index: 0;
    cursor: pointer;
    border: none;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.movieThumb:hover,
.movieThumb:focus,
.movieThumb:active {
    transform: scale(1.12);
    margin-right: 14px;
    margin-left: 14px;
}

.Vertical {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 206px;
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
}

.Vertical a img {
    background: rgb(39, 39, 39);
    background-size: 40%;
    height: 206px;
    width: 140px;
}

.Horizontal {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 154px;
    width: 286px;
    margin-left: 6px;
    margin-right: 6px;
}

.Horizontal a img {
    position: relative;
    background: rgb(39, 39, 39);
    background-size: 20%;
    height: 154px;
    width: 286px;
}

.large-Horizontal {
    padding-right: 8px;
    margin: auto;
    max-height: 300px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.large-Horizontal img {
    cursor: default;
    position: relative;
    background: rgb(39, 39, 39);
    background-size: 20%;
    height: 100%;
    min-height: 200px;
    width: 100%;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}
.large-slider-details {
    top: 0;
    margin: auto;
    padding: auto;
    padding-right: 8px;
    width: 100%;
    position: absolute;
    color: white;
    display: block;
    z-index: 9;
}

.large-slider-details h3 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.77); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.9) 10%,transparent 90%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.9) 10%,transparent 90%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.9) 10%,transparent 90%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.9) 10%,transparent 90%); /* Standard syntax (must be last) */
}

.large-icon-play {
    top: 35%;
    left: 43%;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-image: url('../img/icon_play.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 55%;
    background-color: rgba(59, 59, 59, 0.7);
    border-style: solid;
    border-color: white;
    border-width: 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 8;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    visibility: hidden;
    opacity: 0;
}

.large-icon-play:hover {
    background-color: rgba(59, 59, 59, 0.85);
    background-image: url('../img/icon_play_hover.png');
    transform: scale(1.2);
}
.large-Horizontal:hover .large-icon-play,
.large-Horizontal:focus .large-icon-play,
.large-Horizontal:active .large-icon-play {
    visibility: visible;
    opacity: 1;
}
.movieDetail {
    cursor: pointer;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    display: block;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    position: absolute;
    color: #ffffff;
    border: none;
    outline: none;
    background-color: rgba(39, 39, 39, 0.66);
    background-Repeat: repeat;
    z-index: 9;
    vertical-align: middle;
    align-items: center;
}

.movieDetail div {
    padding: 12px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    font-size: 14px;
}

.movieThumb a:hover .movieDetail, .large-movieThumb a:hover .large-slider-hover,
.movieThumb a:focus .movieDetail, .large-movieThumb a:focus .large-slider-hover,
.movieThumb a:active .movieDetail, .large-movieThumb a:active .large-slider-hover {
    visibility: visible;
    opacity: 1;
}

.channelThumb {
    text-align: center;
    height: 140px;
    width: 140px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.channelThumb a img {
    background: url("../img/no-image-icon-black.png") center center no-repeat;
    background-size: 40%;
    position: relative;
    z-index: 0;
    cursor: pointer;
    border: none;
    height: 140px;
    width: 140px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.channelThumb a:hover img,
.channelThumb a:focus img,
.channelThumb a:active img {
    transform: scale(1.2);
}

.channelThumb a span {
    padding: 2px;
    position: absolute;
    font-size: 0;
    border-radius: 14px;
    height: auto;
    width: 140px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    color: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

.channelThumb a:hover span,
.channelThumb a:focus span {
    font-size: 14px;
    background-color: rgba(238, 91, 37, 0.73);

}

.epgSlider {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.epgSlider-header {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    border: none;
    background: transparent;
}

.epgSlider-header h4 {
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
    margin: auto;
    padding: auto;
    text-transform: uppercase;
}

.epgSlider-header h4 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: content-box;
    padding: 4px;
    text-transform: uppercase;
    padding-right: 35px;
    padding-left: 35px;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: rgba(41, 41, 41, 0.96);
    border-radius: 3px;
    border: solid 1px rgb(238, 91, 37);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.epgSlider-header h4 select:hover,
.epgSlider-header h4 select:focus,
.epgSlider-header h4 select:active {
    background-color: rgba(0, 0, 0, 0.65);
}

.epgThumb {
    height: 150px;
    width: 200px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}
.large-epgThumb{
    height: 225px!important;
    width: 300px!important;
}
.epgThumb .timeline {
    margin-top: 4px !important;
    width: 100%;
}

.epgThumb .timeline h1 {
    margin-left: 5px;
    margin-top: 2px !important;
    text-decoration: none;
    margin-bottom: 2px !important;
    position: relative;
    font-size: 14px;
    color: white;
    background-color: #ee5b25;
    border-radius: 15px;
    display: inline-block;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.epgThumb h4 {
    bottom: 0;
    font-size: 18px;
    color: rgba(238, 91, 37, 0.8);
}

.epgThumb img {
    background: transparent;
    background-size: 30%;
    position: relative;
    border: 3px solid transparent;
    height: 150px;
    width: 200px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}
.large-epgThumb img{
    height: 225px!important;
    width: 300px!important;
}
.epgThumb a:hover img,
.epgThumb a:focus img,
.epgThumb a:active img {
    border: none;
}

.epgThumb a:hover .epgDetail,
.epgThumb a:focus .epgDetail,
.epgThumb a:active .epgDetail {
    visibility: visible;
    opacity: 1;
}
.epgDetail .channel-logo{
    width: 90px!important;
    height: 86px!important;
}
.focusMovie {
    visibility: visible;
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.LazyLoad {
    background: rgba(59, 59, 59, 0.85) url("../img/slick-slider/ajax-loader.gif") center center no-repeat;
}

.is-visible {
    background: none;
}

.loading-slider {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
    margin-top: 15px;
    z-index: 99999;
}
.loading-animate{
    -webkit-animation: loading 4s infinite; /* Safari 4+ */
    -moz-animation:    loading 4s infinite; /* Fx 5+ */
    -o-animation:      loading 4s infinite; /* Opera 12+ */
    animation:         loading 4s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes loading {
    0%   { background-color: rgb(39,39,39); }
    50% {background-color: rgb(79,79,79);}
    100% { background-color: rgb(39,39,39); }
}
@-moz-keyframes loading {
    0%   { background-color: rgb(39,39,39); }
    50% {background-color: rgb(79,79,79);}
    100% { background-color: rgb(39,39,39); }
}
@-o-keyframes loading {
    0%   { background-color: rgb(39,39,39); }
    50% {background-color: rgb(79,79,79);}
    100% { background-color: rgb(39,39,39); }
}
@keyframes loading {
    0%   { background-color: rgb(39,39,39); }
    50% {background-color: rgb(79,79,79);}
    100% { background-color: rgb(39,39,39); }
}
.loading-popup {
    width: 100%;
    height: 100%;
    background: black;
    z-index: 99999;
}

.loading-icon-white {
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-image: url("../img/logo_loadingScreen_white.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fadein 2s infinite; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s infinite; /* Firefox < 16 */
    -ms-animation: fadein 2s infinite; /* Internet Explorer */
    -o-animation: fadein 2s infinite; /* Opera < 12.1 */
    animation: fadein 2s infinite;
}

.loading-icon-black {
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-image: url("../img/logo_loadingScreen_black.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: fadein 2s infinite; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s infinite; /* Firefox < 16 */
    -ms-animation: fadein 2s infinite; /* Internet Explorer */
    -o-animation: fadein 2s infinite; /* Opera < 12.1 */
    animation: fadein 2s infinite;
}

.seriesSlider {
    width: 100%;
    margin-left: 0;
    height: auto;
    top: 0.5vw;
    display: inline-table;
    background: #222222;
    padding-top: 12px;
}

.seriesThumb {
    height: auto;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    text-align: left;
}

.seriesThumb button {
    padding: 5px;
    padding-left: 0;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: rgba(94, 94, 94, 0.49);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    border-bottom: 3px solid #868686;
    display: inline-block;
    line-height: 2em;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 15px;
}

.seriesThumb button h4 {
    padding: 4px;
    margin: 0;
    font-size: 14px;
}

.selected-season {
    border-bottom: 3px solid rgb(238, 91, 37) !important;
}

.seriesThumb button:focus,
.seriesThumb button:active,
.seriesThumb button:hover {
    background-color: rgba(238, 91, 37, 0.8);
    text-decoration: none;

}

.episodesSlider {
    margin: 0;
    width: 100%;
}

.epg-slider {
    display: inline-block !important;
    margin: 0;
    width: 100% !important;
}

.catchup-slider {
    display: inline-block !important;
    margin: 0;
    width: 100% !important;
}

.episodesThumb {
    width: 150px;
    height: 225px;
    margin: 4px;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.episodesThumb a {
    vertical-align: bottom;
}

.episodesThumb img {
    width: 120px;
    height: 180px;
    background: rgba(129, 129, 129, 0.75);
    background-size: 40%;
    position: relative;
    z-index: 2;
    border: none;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
}

.episodesThumb:hover,
.episodesThumb:focus {
    transform: scale(1.2);
}

.episodesThumb a:hover .episodeDetail,
.episodesThumb a:focus .episodeDetail {
    visibility: visible;
    opacity: 1;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}