@import url('//fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
}

a:focus {
    outline: none;
}

h1, h2 {
    font-size: 22px;
}

a, h4, h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

span {
    font-size: 16px;
}

hr {
    position: fixed;
    display: block;
    background-color: #ee5b25;
    top: 2px;
    height: 2px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
    box-shadow: 0 0 5px #ee5b25;
    transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -o-transition: All 0.3s;
}
img.rolling-loader{
    background-image: url("../img/Rolling.gif")!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 14%!important;
}
.error-page h1 {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
}

.error-page h3 {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.orange {
    color: #ee5b25 !important;
}

.orange-background {
    background-color: #ee5b25 !important;
}

.grayOut {
    z-index: 9999;
    opacity: 0.7;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
}

.homePage-header {
    position: fixed;
    max-width: 3000px;
    z-index: 1;
}

.homePage-header video {
    position: fixed;
    max-width: 3000px;
    top: 0;
    width: 100%;
    z-index: -1;
}

.homePage-header .frame {
    position: fixed;
    max-width: 3000px;
    background-size: contain;
    opacity: 0.6;
    transition: All 0.2s;
    -webkit-transition: All 0.2s;
    -moz-transition: All 0.2s;
    -o-transition: All 0.2s;
}

.homePage-header .top {
    top: 4%;
    left: 25%;
    width: 65%;
    height: 2px;
    border-bottom: 4px solid #ee5b25;
    animation: top_frame 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: top_frame 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes top_frame {
    0% {
        left: 65%;
        right: 25%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        left: 25%;
        right: 10%;
        width: 65%;
    }
}

@keyframes top_frame {
    0% {
        left: 65%;
        right: 25%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        left: 25%;
        right: 10%;
        width: 65%;
    }
}

.homePage-header .center {
    top: 10%;
    left: 20%;
    width: 50%;
    height: auto;
    transition: All 0.2s;
    -webkit-transition: All 0.2s;
    -moz-transition: All 0.2s;
    -o-transition: All 0.2s;
}

.homePage-header .bottom {
    top: 96%;
    left: 10%;
    width: 65%;
    height: 2px;
    border-bottom: 4px solid #ee5b25;
    animation: bottom_frame 4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: bottom_frame 4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes bottom_frame {
    0% {
        left: 25%;
        right: 65%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        left: 10%;
        right: 25%;
        width: 65%;
    }
}

@keyframes bottom_frame {
    0% {
        left: 25%;
        right: 65%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        left: 10%;
        right: 25%;
        width: 65%;
    }
}

.homePage-header .right {
    top: 15%;
    right: 2%;
    width: 2px;
    height: 60%;
    border-right: 4px solid #ee5b25;
    animation: right_frame 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: right_frame 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes right_frame {
    0% {
        top: 45%;
        bottom: 55%;
        height: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        top: 15%;
        bottom: 25%;
        height: 60%;
    }
}

@keyframes right_frame {
    0% {
        top: 45%;
        bottom: 55%;
        height: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        top: 15%;
        bottom: 25%;
        height: 60%;
    }
}

.homePage-header .left {
    top: 25%;
    left: 2%;
    width: 2px;
    height: 60%;
    border-right: 4px solid #ee5b25;
    animation: left_frame 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: left_frame 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes left_frame {
    0% {
        top: 55%;
        bottom: 45%;
        height: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        top: 25%;
        bottom: 15%;
        height: 60%;
    }
}

@keyframes left_frame {
    0% {
        top: 55%;
        bottom: 45%;
        height: 0;
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        top: 22%;
        bottom: 15%;
        height: 60%;
    }
}

.homePage-header .brand-logo {
    top: 0;
    left: 2%;
    width: 20%;
    height: 20%;
    opacity: 0.7;
    background-image: url('../img/logo_header.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: logo 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: logo 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes logo {
    0% {
        left: 9%;
        right: 91%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.8
    }
    100% {
        left: 2%;
        right: 78%;
        width: 20%;
    }
}

@keyframes logo {
    0% {
        left: 9%;
        right: 91%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.8
    }
    100% {
        left: 2%;
        right: 78%;
        width: 20%;
    }
}

.homePage-header .bottom-right {
    cursor: pointer;
    top: 82%;
    right: 1%;
    width: 22%;
    height: 20%;
    opacity: 0.7;
    background-image: url('../img/splashscreen.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    animation: bottom_right 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: bottom_right 3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes bottom_right {
    0% {
        left: 91%;
        right: 9%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.8
    }
    100% {
        left: 77%;
        right: 1%;
        width: 22%;
    }
}

@keyframes bottom_right {
    0% {
        left: 91%;
        right: 9%;
        width: 0;
        opacity: 0
    }
    75% {
        opacity: 0.8
    }
    100% {
        left: 77%;
        right: 1%;
        width: 22%;
    }
}

.homePage-header .scroll-button {
    cursor: pointer;
    display: block;
    width: 3%;
    height: 3vw;
    border-radius: 100%;
    background-color: #ee5b25;
    opacity: 0.77;
    top: 79%;
    right: 2%;
    z-index: 7;
    background-image: url('../img/arrow_down_white.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    animation: scroll_button 4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: scroll_button 4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.homePage-header .scroll-button:hover, .homePage-header .scroll-button:focus {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url('../img/arrow_down_hover.png');
}

@-webkit-keyframes scroll_button {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        width: 3%;
    }
}

@keyframes scroll_button {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0.7
    }
    100% {
        width: 3%;
    }
}

.homePage-header .scroll-text {
    color: white;
    cursor: pointer;
    font-style: italic;
    display: block;
    width: 18%;
    height: 3vw;
    top: 79%;
    right: 5%;
    z-index: 7;
    animation: scroll_text 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    -webkit-animation: scroll_text 5s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.homePage-header .scroll-text:hover {
    color: #ee5b25;
}

@-webkit-keyframes scroll_text {
    0% {
        opacity: 0.1
    }
    60% {
        opacity: 0.8;
    }
    100% {
        width: 18%;
        opacity: 0.1
    }
}

@keyframes scroll_text {
    0% {
        opacity: 0.1
    }
    60% {
        opacity: 0.8;
    }
    100% {
        width: 18%;
        opacity: 0.1
    }
}

.homePage-content {
    transition: All 0.5s;
    -webkit-transition: All 0.5s;
    -moz-transition: All 0.5s;
    -o-transition: All 0.5s;
    z-index: 200;
}

.margin-home {
    margin-top: 50%;
}

.fade-video {
    opacity: 0.3;
    z-index: 0;
}

.slick-initialized {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 96%;
}

.large-slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.channels-grid {
    overflow: hidden;
    margin: auto;
    text-align: center;
    width: 100%;
}

.channels-grid .channel-list {
    padding: 2%;
    overflow: hidden;
    display: inline-block;
}

.channels-grid .channelThumb {
    display: inline-block;
}

.App-logo {
    cursor: pointer;
    height: 55px;
    margin-left: 1%;
    margin-right: 1%;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.nav-bar {
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    max-width: 3000px;
    height: 65px;
    padding: 5px;
    color: white;
    z-index: 500;
    border-radius: 0;
    border: none;
    transition: All 0.3s;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -o-transition: All 0.3s;
    background-color: rgba(19, 19, 19, 0.8);
}

.invisible-header {
    opacity: 0;
}

.nav-bar:hover, .nav-bar:focus {
    opacity: 1;
}

.nav-bar ul {
    height: 65px;
    position: absolute;
    top: 0;
    transition: All 0.2s;
    -webkit-transition: All 0.2s;
    -moz-transition: All 0.2s;
    -o-transition: All 0.2s;
}

.nav-bar ul li {
    display: inline;
    transition: All 0.2s;
    -webkit-transition: All 0.2s;
    -moz-transition: All 0.2s;
    -o-transition: All 0.2s;
}

.nav-bar-left {
    overflow-x: hidden;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 60%;
    margin: 0;
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    float: left;
    vertical-align: middle;
    z-index: 999;
}

.nav-bar-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: transparent;
}

.nav-bar-left::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.nav-bar-left::-webkit-scrollbar-thumb {
    background-color: rgba(238, 91, 37, 0.8);
    border-radius: 2px;
}

.nav-bar-left li {
    display: inline;
    height: 100%;
}

.nav-bar-left li a, .nav-bar-left li span {
    font-size: 18px;
    display: inline-block;
    height: 100%;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: white;

    transition: All 0.2s;
    -webkit-transition: All 0.2s;
    -moz-transition: All 0.2s;
    -o-transition: All 0.2s;
    border-bottom: 0 rgba(255, 255, 255, 0);
}

.nav-bar-left li a:hover,
.nav-bar-left li a:active,
.nav-bar-left li a:focus {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav-bar-right {
    margin: 0;
    float: right;
    width: 30%;
    left: 70%;
    padding: 0;
}

[dir='rtl'] .nav-bar-right {
    left: 0;
}

button, li button {
    width: auto;
    height: 100%;
    -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: rgb(238, 91, 37);
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    padding: 10px;
    -moz-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -o-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
}

button:hover, li button:hover,
button:focus, li button:focus,
button:active, li button:active {
    text-decoration: none;
    opacity: 0.85;
}

.homepage-text {
    font-size: 86px;
    margin-left: 0;
}

.nav-bar-right button {
    float: right;
    -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(238, 91, 37, 0.5);
    border: solid 1px rgba(255, 255, 255, 0);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
    margin-top: 8px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: rgb(238, 91, 37);
    border-radius: 100%;
}

.nav-bar-right button i {
    padding-left: 3px;
}

[dir='rtl'] .nav-bar-right button i {
    padding-right: 12px;
}

.nav-bar button:hover,
.nav-bar button:focus,
.nav-bar button:active {
    text-decoration: none;
    border: none;
    outline: none;
    background-color: rgba(238, 91, 37, 0.9);
}

.nav-bar-right .fa {
    font-size: 18px !important;
}

.nav-bar .dropdown li a {
    display: inline-block;
    min-height: 42px;
    cursor: pointer;
    text-decoration: none;
    padding: 5%;
    background: rgba(105, 105, 105, 0.46);
    width: 82%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 22px; */
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 16px;
}

.nav-bar .dropdown li a:hover,
.nav-bar .dropdown li a:active,
.nav-bar .dropdown li a:focus {
    color: rgba(238, 91, 37, 0.9);
}

.dropdown .btn {
    color: white !important;
    background: #ee5b25 !important;
}

.dropdown .btn:hover {
    background: rgba(238, 91, 37, 0.9) !important;
    -moz-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -o-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
}

.nav-bar select {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border: solid 1px rgba(255, 255, 255, 0);
    cursor: pointer;
}

.nav-bar select:hover,
.nav-bar select:focus,
.nav-bar select:active {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.65);
}

.nav-bar ul li a button, .nav-bar .dropdown button {
    width: auto;
    margin: 4px;
    margin-right: 15px;
    margin-left: 15px;
    float: right;
    -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: rgb(238, 91, 37);
    border-radius: 2px;
    border: solid 1px rgba(255, 255, 255, 0);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 6px;
    font-size: 18px;
}

.nav-bar ul li a button:hover,
.nav-bar .dropdown button:hover,
.nav-bar ul li a button:focus,
.nav-bar .dropdown button:focus,
.nav-bar ul li a button:active,
.nav-bar .dropdown button:active {
    text-decoration: none;
    background-color: rgba(238, 91, 37, 0.9);
}

.nav-button {
    margin: 0;
    padding: 0;
    display: none;
    top: 10px;
    left: 10px;
    height: 25px;
    width: 35px;
    float: left;
    cursor: pointer;
    position: absolute;
    z-index: 8;
    transition: all 0.3s;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -o-transition: All 0.3s;
}

[dir='rtl'] .nav-button {
    float: right;
    right: 10px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.nav-button:hover .bar1,
.nav-button:hover .bar2,
.nav-button:hover .bar3 {
    background-color: rgba(238, 91, 37, 0.9);
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.nav-bar .dropdown {
    padding: 15px;
    margin: 0;
    color: white;
    text-align: center;
    position: absolute;
    top: 65px;
    right: 0;
    height: auto;
    max-width: 230px;
    display: block;
    background-color: rgba(39, 39, 39, 0.98);
    float: right;
    -moz-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -o-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
}

[dir='rtl'] .dropdown {
    float: left;
    right: auto;
    left: 0;
}

.nav-bar .dropdown li {
    vertical-align: middle;
    width: 100%;
    display: block;
    min-width: 200px;
    padding-top: 18px !important;
}

.nav-bar .dropdown li h3 {
    margin: auto;
    padding: 0;
    width: 90%;
    text-align: center;
    border-radius: 22px;
    text-transform: uppercase;
    color: #b3b3b3;
}

.nav-bar .dropdown li button {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 84%;
    text-decoration: none;
    color: white;
}

[dir='rtl'] .dropdown li button {
    float: left;
}

.nav-bar .dropdown li select {
    display: inline-block;
    min-height: 42px;
    cursor: pointer;
    text-decoration: none;
    padding: 5%;
    background: rgba(105, 105, 105, 0.46);
    width: 82%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 22px; */
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 16px;
}

input[type=text],
input[type=email],
input[type=password],
textarea[type=text] {
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    color: #ffffff;
    background-color: transparent;
    text-align: inherit;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea[type=text]:focus {
    border-color: #ee5b25;
    color: #ffffff;
    text-align: inherit;
}

select {
    border-radius: 4px;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: inherit;
}

select:hover,
select:focus {
    border: solid 1px #ee5b25 !important;
    background-color: rgba(0, 0, 0, 0.65) !important;
}

option {
    background-color: #0d0d0d;
    color: #b9b9b9;
}

.search-header {
    top: 65px;
    position: fixed;
    z-index: 999;
    margin-bottom: 20px;
    width: 100%;
    transition: All 0.3s linear;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    padding: 0;
    background-color: rgba(19, 19, 19, 0.8);
    -moz-box-shadow: 0 5px 5px 0 rgba(19, 19, 19, 0.8);
    -webkit-box-shadow: 0 5px 5px 0 rgba(19, 19, 19, 0.8);
    -o-box-shadow: 0 5px 5px 0 rgba(19, 19, 19, 0.8);
    box-shadow: 0 5px 5px 0 rgba(19, 19, 19, 0.8);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(19, 19, 19, 0.8), Direction=180, Strength=5);
}

.search-header h2 {
    color: #ee5b25;
    margin: 0;
    display: none;
    margin-top: 20px;
}

.search {
    height: inherit;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
}

.search input {
    -moz-appearance: none;
    -webkit-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;
    border-radius: 4px;
    color: #ffffff !important;
    text-decoration: none;
    white-space: nowrap;
    width: 50%;
    max-width: 100%;
    background: rgba(163, 163, 163, 0.5);
    border: 1px solid rgba(53, 53, 53, 0);
    height: 28px;
}

.search input:hover,
.search input:focus,
.search input:active {
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(238, 91, 37, 0.9) !important;
    text-decoration: none;
}

.search input {
    text-indent: 32px;
}

.search i {
    margin: 8px;
}

.search-icon {
    background-color: transparent;
    background-image: url('../img/searchicon.png');
    background-size: 25px;
    background-position: 5px 2px;
    background-repeat: no-repeat;
}

.no-results {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.no-results h3 {
    width: auto;
    color: rgba(255, 255, 255, 0.8);
}

.no-results i {
    font: normal normal normal 32px/1 FontAwesome !important;
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-nav button.disabled,
.navbar-nav button:disabled {
    background-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: default;
    opacity: 0.25;
}

.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.hide {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.App-header .dropMenu li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrapper {
    width: 100%;
    height: auto;
    position: static;
    margin: 0;
    padding: 0;
    min-height: 50em;
    bottom: auto;
    z-index: -1;
    padding-bottom: 2em;
    padding-top: 65px;
}

.paddingTop-125 {
    padding-top: 125px !important;
}

.App-footer {
    top: auto;
    bottom: auto;
    position: absolute;
    display: inline-block;
    width: 100%;
    max-width: 3000px;
    height: auto;
    padding: 0;
    opacity: 0.8;
    margin: 0 auto;
    background: transparent;
}

.App-footer ul {
    padding: 0;
    margin: 15px;
    list-style-type: none;
    text-decoration: none;
    color: rgb(200, 200, 200);
    font-size: 1em;
    text-align: center;
}

.App-footer ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 15px;
}

.App-footer ul li:before {
    color: rgb(200, 200, 200);
}

.App-footer ul li span {
    color: rgb(200, 200, 200);
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    display: inline;
    font-family: 'Roboto', sans-serif;
}

.App-footer ul li a {
    bottom: 0;
    color: rgb(200, 200, 200);
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    display: inline;
}

.App-footer ul li span:hover, .App-footer ul li a:hover,
.App-footer ul li span:focus, .App-footer ul li a:focus,
.App-footer ul li span:active, .App-footer ul li a:active {
    color: #ee5b25;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.menuBot {
    margin-top: 10em;
}

.icons {
    margin-top: 15px;
    padding: 0;
}

.icon {
    cursor: pointer;
    font-size: 24px !important;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    text-transform: none !important;
    color: #181920 !important;
    text-shadow: none;
}

.label {
    display: none;
}

.icons .icon.fa-facebook:hover:before,
.icons .icon.fa-facebook:focus:before {
    outline: none;
    color: #3B5998 !important;
    text-shadow: none;
}

.icons .icon.fa-twitter:hover:before,
.icons .icon.fa-twitter:focus:before {
    outline: none;
    color: #00aced !important;
    text-shadow: none;
}

.icons .icon.fa-instagram:hover:before,
.icons .icon.fa-instagram:focus:before {
    outline: none;
    color: #bc2a8d !important;
    text-shadow: none;
}

.icons .icon.fa-youtube:hover:before,
.icons .icon.fa-youtube:focus:before {
    outline: none;
    color: #e52d27 !important;
    text-shadow: none;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(59, 59, 59, 0.85);
    z-index: 9;
}

.scrollToTop {
    cursor: pointer;
    position: fixed;
    display: block;
    z-index: 1050 !important;
    background-image: url('../img/scroll_up.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    right: 49%;
    bottom: 0;
    width: 50px;
    height: 30px;
    background-color: rgba(238, 91, 37, 0.8);
    -moz-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -webkit-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    -o-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
}

.scrollToTop:hover,
.scrollToTop:focus {
    background-image: url('../img/scroll_up_hover.png');
    background-color: rgba(47, 47, 47, 0.8);
    background-size: 30%;
}

.container-movieDetail {
    width: 100%;
    display: block;
    height: auto;
    align-items: center;
    transition: All 0.3s linear;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    z-index: 8;
}

.details {
    display: inline-block;
}

.black-movies-container {
    background-color: black;
    position: relative;
    max-width: 3000px;
    min-height: 440px;
    width: 100%;
    display: inline-block;
    height: auto;
}

.black-series-container {
    width: 100%;
    max-width: 3000px;
    min-height: 440px;
    background-color: black;
    position: relative;
    display: inline-block;
    height: auto;
}

.wrapper h2 {
    color: rgba(238, 91, 37, 0.95);
    margin-top: 10px;
    margin-bottom: 5px;
}

.catchup-details-wrapper {
    background-color: black;
    display: block;
    min-height: 400px;
    width: 100%;
    max-width: 3000px;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
}

.catchup-details-wrapper .catchup-player {
    padding: 0;
    width: 50%;
    float: left;
}

.catchup-details-wrapper ul {
    padding: 0;
    margin: 0;
    margin-left: 2%;
    margin-top: 29px;
    width: 40%;
    height: auto;
    display: inline-block;
    color: white;
    list-style: none;
    align-items: center;
}

.catchup-details-wrapper ul li {
    height: auto;
    margin: 15px;
    margin-left: 0;
    margin-right: 0;
}

.catchup-details-wrapper ul li h2 {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

.catchup-details-wrapper ul li span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
}

.container-movieDetail .details {
    padding: 2%;
    width: 50%;
    height: 100%;
    position: absolute;
    margin: 0;
    color: white;
    align-items: center;
    z-index: 12;
    float: left;
    display: inline-block;
}

.container-movieDetail .details p {
    padding: 0;
    margin: 0;
    line-height: 1.1;
    height: auto;
    color: rgba(255, 255, 255, 0.7);
}

.container-movieDetail .details ul {
    margin: 0;
    display: inline-block;
    color: white;
    list-style: none;
    align-items: center;
    max-height: 320px;
    vertical-align: bottom;
    position: absolute
}

.details-left {
    padding: 4%;
    width: 50% !important;
    bottom: 0;
    left: 0;
}

.details-right {
    padding: 4%;
    width: 50% !important;
    right: 0;
    bottom: 0;
}

.container-movieDetail ul li {
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.details .title {
    padding: 4px;
    padding-right: 40px;
}

.container-movieDetail .details a {
    background: rgb(238, 91, 37);
    padding: 4px;
    color: #dfdfdf;
    padding-left: 10px;
    padding-right: 10px;
}

.container-movieDetail ul li h3 {
    color: rgba(255, 255, 255, 0.9);
    display: inline;
    padding: 0;
    margin: 0;
}

.container-movieDetail ul li span {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 5px;
    padding-bottom: 6px;
    display: inline-block;
}

.container-movieDetail .movie-poster {
    min-height: 380px;
    float: right;
    height: 100%;
    width: 50%;
    display: inline-block;
    list-style: none;
    align-items: center;
    position: relative;
}

.container-movieDetail .movie-poster img {
    width: 100%;
    height: 100%;
    z-index: 7;
}

.poster-shadow {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
}

.poster-shadow img {
    width: 92%;
    margin-left: 8%;
    height: 100%;
    z-index: 9;
}

.container-movieDetail-imdb {
    display: inline-block;
    width: 100%;
    background-color: black;
    visibility: visible;
    vertical-align: middle;
    align-items: center;
    transition: All 0.3s linear;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
}

.container-movieDetail-imdb ul {
    width: 60%;
    padding: 10px;
    float: left;
}

.container-movieDetail-imdb img {
    min-height: 400px;
    width: 40%;
    float: left;
    background: url("../img/no-image-icon-white.png") center center no-repeat;
    background-size: 10%;
}

.container-movieDetail-imdb ul li {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.container-movieDetail-imdb ul li h2 {
    color: #ee5b25;
    margin: 0;
    padding: 10px;
    padding-left: 0;
    text-transform: uppercase;
}

.container-movieDetail-imdb ul span {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.6);
}

.container-movieDetail-imdb ul li span {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.tv-container {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding: 20px;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    background-color: black;
}

.tv-container .player {
    width: 50%;
    float: left;
    padding: 0;
}

.player .shadow {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5%;
    position: relative;
}

.player .shadow img {
    float: left;
    border-radius: 6%;
    border: 1px solid #595959;
    transition: all 0.2s linear;
    -webkit-transition: All 0.2s linear;
    -moz-transition: All 0.2s linear;
    -o-transition: All 0.2s linear;
}

.player .shadow:hover,
.player .shadow:focus {
    background: none;
}

.player .shadow:hover img,
.player .shadow:focus img {
    opacity: 0.5;
}

.player .shadow:after {
    border-radius: 5%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: inset 10px 24px 15px 0 #000000,
    inset -10px -24px 15px 0 #000000,
    inset 20px -10px 15px 0 #000000,
    inset -20px 10px 15px 0 #000000;
}

.tv-container h2 {
    color: #ee5b25;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}

.tv-container ul {
    width: 45%;
    margin: 0;
    margin-left: 2%;
    margin-top: 29px;
    height: auto;
    display: block;
    padding: 0;
    float: left;
}

.tv-container ul li {
    height: auto;
    margin: 15px;
    margin-left: 0;
    margin-right: 0;
}

.tv-container ul li a {
    color: white;
    font-size: 20px;
}

.tv-container ul li h2 {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

.tv-container ul li span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
}

.container-channel {
    position: absolute;
    width: 100%;
}

.container-channel ul {
    position: absolute;
    right: 1%;
    top: 1%;
}

.channelLine {
    width: 100% !important;
    text-align: center;
    position: relative;
    opacity: 0.5;
}

.start {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.stop {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.8);
}

.line {
    cursor: pointer;
    width: 78%;
    margin-top: 10px;
    display: inline-block;
    height: 2%;
    min-height: 5px;
    max-height: 10px;
}

.programTitle {
    text-align: center;
    background: rgb(238, 91, 37);
    padding: 4px;
    color: #dfdfdf;
    padding-left: 25px;
    display: inline-block;
    padding-right: 25px;
}

.programTitle a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.channelTitle span {
    color: rgba(255, 255, 255, 0.7);
}

.channelPlayer {
    position: relative;
    left: 1%;
    margin-top: 1%;
    z-index: 100;
}

.channel-poster img {
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    -webkit-transition: All 0.2s linear;
    -moz-transition: All 0.2s linear;
    -o-transition: All 0.2s linear;
}

.channel-poster:hover img,
.channel-poster:focus img,
.channel-poster:active img {
    opacity: 0.5;
}

.icon-tvPlay {
    left: 45%;
    top: 45%;
    height: 48px;
    width: 48px;
    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;
}

.icon-tvPlay:hover,
.icon-tvPlay:focus {
    background-color: rgba(59, 59, 59, 0.9);
    background-image: url('../img/icon_play_hover.png');
}

.channel-poster .icon-playChannel {
    left: 45%;
    bottom: 60%;
    height: 18%;
    width: 10%;
    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: relative;
    z-index: 8;
}

.channel-poster .icon-playChannel:hover,
.channel-poster .icon-playChannel:focus {
    background-color: rgba(59, 59, 59, 0.9);
    transform: scale(1.1);
    background-image: url('../img/icon_play_hover.png');
}

.control-bar {
    position: absolute;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 14;
    right: 0;
    vertical-align: middle;
    margin-left: 0;
    width: 50%;
    bottom: 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;
}

.control-bar:hover,
.control-bar:focus {
    background-color: rgba(0, 0, 0, 0.8);
}

.control-bar .icon-playMovie {
    float: left;
    margin-left: 16px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/icon_play.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    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;
}

.icon-playMovie:hover,
.icon-playMovie:focus {
    background-image: url('../img/icon_play_hover.png');
}

.control-bar .icon-buyMovie {
    float: left;
    margin-left: 16px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/buy_white.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 14;
    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;
}

.icon-buyMovie:hover,
.icon-buyMovie:focus {
    background-image: url('../img/buy_hover.png');
}

.icon-playTrailer {
    float: left;
    margin-left: 14px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/icon_trailer.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    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;
}

.icon-playTrailer:hover,
.icon-playTrailer:focus {
    background-image: url('../img/icon_trailer_hover.png');
}

.icon-notFav {
    float: right;
    margin-left: 14px;
    margin-right: 14px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/favorite_white.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    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;
}

.icon-isFav {
    float: right;
    margin-left: 14px;
    margin-right: 14px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/favorite_hover.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    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;
}

.icon-shareThis {
    float: right;
    margin-right: 16px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/sharethis_white.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    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;
}

.icon-shareThis:hover,
.icon-shareThis:focus {
    background-image: url('../img/sharethis_hover.png');
}

.imdb-logo {
    float: right;
    margin-right: 14px;
    cursor: pointer;
    height: inherit;
    width: 44px;
    background-image: url('../img/logo_imdb.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    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;
}

.imdb-logo:hover,
.imdb-logo:focus {
    transform: scale(1.2);
}

.share-bar {
    position: absolute;
    height: 40px;
    margin: 0;
    padding-right: 10px;
    border: none;
    background-color: transparent;
    float: right;
    width: 100%;
    bottom: 50px;
    z-index: 14;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
}

.share-bar.showIcons {
    visibility: visible;
    opacity: 1;
}

.series-share {
    top: 0;
    right: 6%;
}

.catchup-share {
    position: relative;
    float: left;
    width: auto;
    bottom: 0;
    margin: 0;
}

.catchup-share a {
    margin: 10px;
    margin-left: 0;
}

[dir='rtl'].catchup-share a {
    margin: 10px;
    margin-right: 0;
}

.icon-shareTwitter {
    float: right;
    margin: 5px;
    cursor: pointer;
    height: inherit;
    width: 40px;
    background-image: url('../img/twitter_blue.png');
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    z-index: 8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.icon-shareTwitter:hover,
.icon-shareTwitter:focus {
    background-color: #ee5b25;
}

.icon-copyUrl {
    float: right;
    margin: 5px;
    cursor: pointer;
    height: inherit;
    width: 40px;
    background-image: url('../img/copy_url.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: grey;
    border-radius: 50%;
    z-index: 8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.icon-copyUrl:hover,
.icon-copyUrl:focus {
    background-color: #ee5b25;
}

.icon-shareFacebook {
    float: right;
    margin: 5px;
    cursor: pointer;
    height: inherit;
    width: 40px;
    background-image: url('../img/facebook_blue.png');
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 50%;
    z-index: 8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.icon-shareFacebook:hover,
.icon-shareFacebook:focus {
    background-color: #ee5b25;
}

.icon-orangeStar {
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    background-image: url('../img/star_hover.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-whiteStar {
    height: 16px;
    width: 16px;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    background-image: url('../img/star_white.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8;
}

.exit-mark {
    height: 20px;
    width: 20px;
    cursor: pointer;
    right: 10px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    background-image: url('../img/x_mark.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 15;
    position: absolute;
}

.exit-mark:hover,
.exit-mark:focus {
    background-image: url('../img/x_mark_hover.png');
}

.epgDetail {
    padding: 4px;
    padding-top: 14px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
    height: 100%;
    width: 100%;
    position: absolute;
    color: #ffffff;
    outline: none;
    background-Image: url('../img/black.png');
    background-Repeat: repeat;
    z-index: 9;
    border: 4px solid transparent;
}

.epgDetail h5 {
    font-size: 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.epgDetail h3 {
    margin: 8px !important;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

.epgDetail span {
    margin: 8px !important;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.icon-playProgram {
    height: 36px;
    width: 36px;
    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: relative;
    margin-Top: 4%;
    margin-Left: 40%;
    margin-right: 40%;
    z-index: 8;
    transition: All 0.2s linear;
    -webkit-transition: All 0.2s linear;
    -moz-transition: All 0.2s linear;
    -o-transition: All 0.2s linear;
}

.icon-playProgram:hover,
.icon-playProgram:focus {
    transform: scale(1.12);
    background-color: rgba(59, 59, 59, 0.9);
    background-image: url('../img/icon_play_hover.png');
}

.icon-playEpisode {
    top: 25% !important;
    left: 36%;
    height: 44px;
    width: 44px;
    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 linear;
    -webkit-transition: All 0.2s linear;
    -moz-transition: All 0.2s linear;
    -o-transition: All 0.2s linear;
}

.icon-playEpisode:hover,
.icon-playEpisode:focus {
    transform: scale(1.2);
    background-color: rgba(59, 59, 59, 0.9);
    cursor: pointer;
    background-image: url('../img/icon_play_hover.png');
}

.seasonsList {
    width: 90% !important;
    text-align: center;
}

.episodeDetail {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -o-transition: visibility 0s, opacity 0.3s linear;
    position: absolute;
    color: #ffffff;
    outline: none;
    /* background-Image: url(../img/black.png); */
    background-color: rgba(0, 0, 0, 0.57);
    background-Repeat: repeat;
    z-index: 9;
    vertical-align: middle;
    text-align: center;
}

.episodeDetail div {
    text-align: center;
    display: inline-block;
    position: absolute;

}

.episodeDetail .icon {
    margin-top: 50%;
}

.episodeDetail h2 {
    margin: 0;
    text-decoration: none;
    padding: 0;
    color: white;
}

.episodeDetail h3 {
    top: 55% !important;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    margin: 0;
    text-decoration: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

.skylight-overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.skylight-dialog {
    z-index: 999999 !important;
}

.modal-header {
    border-bottom: 1px solid #ee5b25 !important;
}

.modal-header h4 {
    font-size: 24px;
}

.modal-header button span {
    color: white;
}

.modal-header button span:hover,
.modal-header button span:focus {
    outline: none;
    border: none;
    color: #ee5b25;
    text-decoration: none;
}

.modal-footer {
    border-top: 1px solid #ee5b25 !important;
}

.modal-footer span, .login-footer span {
    font-size: 16px;
    color: white
}

.modal-footer a, .login-footer a {
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: rgba(238, 91, 37, 0.6);
    transition: All 0.2s;
    transition: All 0.2s;
    -webkit-transition: All 0.2s;
    -moz-transition: All 0.2s;
    -o-transition: All 0.2s;
}

.modal-footer a:hover, .login-footer a:hover,
.modal-footer a:focus, .login-footer a:focus {
    text-decoration: none;
    color: rgba(238, 91, 37, 0.95)
}

.modal-title {
    width: 96%;
    color: #ee5b25 !important;
}

.modal-body {
    padding: 0;
}

.modal-body h2 {
    margin-bottom: 15px;
}

.modal-body h4 {
    color: rgba(238, 91, 37, 0.95);
}

.modal-body a {
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 10px;
    color: rgba(238, 91, 37, 0.6)
}

.modal-body a:hover,
.modal-body a:focus {
    text-decoration: none;
    color: rgba(238, 91, 37, 0.95) !important;
    font-size: 18px !important;
}

.modal-content {
    background-color: rgba(59, 59, 59, 0.90);
}

.modal-header span {
    margin-bottom: 15px;
    font-size: 34px;
    color: #ee5b25;
}

.modal-footer {
    border-top: none;
    text-align: left;
}

.gallery {
    width: auto;
    margin: 0 auto;
}

.gallery .gallery-movies {
    position: relative;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.gallery .gallery-movies .movieThumb {
    display: inline-block;
    margin: 10px;
}

.tvGallery {
    width: auto;
    margin: 0 auto;
}

.tvGallery ul {
    position: relative;
    height: auto;
    padding-left: 1%;
    padding-right: 1%;
}

.tvGallery ul li {
    display: inline-block;
    margin: 5px;
    width: 140px;
    height: 140px;
}

.seriesContainer {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 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;
}

.seriesContainer .cover-image {
    width: 23%;
    height: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.seriesContainer .cover-image img {
    width: 100%;
    height: 100%;
}

.seriesContainer .detail-content {
    display: inline-block;
    padding: 10px;
    margin: 0;
    top: 0;
    width: 77%;
    float: right;
    z-index: 6;
}

.seriesContainer .detail-content ul {
    height: 100%;
}

.seriesContainer .detail-content li {
    margin-bottom: 12px;
    margin-top: 4px;
}

.seriesContainer .bottom-slider {
    bottom: 0;
    vertical-align: bottom;
    z-index: 5;
}

.seriesContainer .bottom-slider li {
    bottom: 0;
}

.seriesContainer .detail-content li a {
    color: white;
    text-decoration: none;
}

.seasonNumber {
    background: white;
    color: #3f3f3f !important;
    text-transform: uppercase;
}

.seriesContainer .detail-content li p {
    color: rgba(255, 255, 255, 0.7);
}

.seriesContainer .detail-content li span {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.popover {
    background-color: rgb(32, 32, 32);
    border: solid 1px rgb(238, 91, 37);
}

.popover.bottom > .arrow:after {
    border-bottom-color: rgba(59, 59, 59, 0.75);
}

.popover-title {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(59, 59, 59, 0.75);

}

.popover-content {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(59, 59, 59, 0.75);
}

.popover-content p {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8);
}

.submit-form {
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px;
}

.submit-form a {
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    color: rgba(238, 91, 37, 0.6);
    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;
}

.submit-form a:hover,
.submit-form a:focus {
    text-decoration: none;
    color: #ee5b25;
}

.submit-form h2 {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.submit-form span {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.75);
}

.submit-form input[type='checkbox'] {
    margin: 8px;
    margin-bottom: 0;
}

.submit-form h3 {
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    margin: 4px;
}

.submit-form button {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    -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(238, 91, 37, 0.5);
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    padding-left: 25px;
    padding-right: 25px;
}

.submit-form button:hover,
.submit-form button:focus,
.submit-form button:active {
    text-decoration: none;
    background-color: rgba(238, 91, 37, 0.9);
}

.submit-form select {
    background-color: rgba(0, 0, 0, 0.3);
}

.display-modal h2 {
    margin-top: 1em;
    color: #ee5b25;
}

.display-modal li {
    margin: 4px;
}

.display-modal a h2:hover, .display-modal a h2:focus {
    opacity: 0.66;
}

.display-modal h4 {
    margin-top: 0.5em;
}

.display-modal p {
    margin: 1em;
    text-align: justify;
    text-justify: inter-word;
    color: white;
}

.info-page h2 {
    margin-top: 1em;
    color: #ee5b25;
}

.info-page h4 {
    margin: 1em;
    color: #ee5b25;
    opacity: 0.8;
}

.info-page .question {
    margin: 10px
}

.info-page a {
    cursor: pointer;
    color: #ee5b25;
    opacity: 0.8;
}

.info-page a:hover, .info-page a:focus {
    text-decoration: none;
    opacity: 0.5;
}

.info-page ul {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.info-page ul li {
    margin: 8px;
}

.info-page a h2:hover, .info-page a h2:focus {
    opacity: 0.66;
}

.info-page h4 {
    margin-top: 0.5em;
}

.info-page p {
    position: relative;
    text-align: justify;
    text-justify: inter-word;
    color: rgba(255, 255, 255, 0.6);
}

.has-error {
    color: #a94442 !important;
}

.icon-loading {
    width: 36px;
    height: 36px;
    margin-left: 45%;
    margin-right: 45%;
    text-align: center;
    background-image: url('../img/ajax-loader-squares.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

a:hover, h2:hover, h4:hover, h3:hover {
    text-decoration: none;
}

.panel {
    float: left;
}

[dir='rtl'] .panel {
    float: right;
}

.panel-warning {
    width: 20%;
    min-height: 200px;
    margin-left: 10%;
    margin-top: 60px;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

[dir='rtl'] .panel-warning {
    margin-left: 0;
    margin-right: 10%;
}

.panel-warning > .panel-heading {
    color: rgba(238, 91, 37, 0.9);
    font-size: 18px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.63);
    border: none;
    text-transform: uppercase;
}

.panel-info {
    width: 60%;
    min-height: 200px;
    margin-right: 10%;
    margin-top: 60px;
    background-color: rgba(40, 40, 41, 0.76);
    border-radius: 0;
    border: none;
}

[dir='rtl'] .panel-info {
    margin-right: 0;
    margin-left: 10%;
}

.panel-info > .panel-heading {
    color: white;
    font-size: 16px;
    background-color: rgba(238, 91, 37, 0.5);
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}

.panel-body ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.panel-body ul li {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    margin-top: 10px;
}

.panel-info > .panel-body ul li {
    margin-top: 30px;
}

.panel-body ul li h1 {
    font-size: 18px;
    color: rgba(238, 91, 37, 0.8);
    margin: 0;
    height: 100%;
    float: left;
    width: 40%;
    margin-top: 20px;
    padding: 4px;
    margin-right: 2px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.23);
    text-transform: uppercase;
    text-align: right;
}

[dir='rtl'] .panel-body ul li h1 {
    float: right;
}

.panel-body ul li h2 {
    font-size: 18px;
    margin: 0;
    height: 100%;
    float: left;
    width: 54%;
    margin-top: 20px;
    padding: 4px;
    margin-right: 2px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.23);
    text-transform: uppercase;
    text-align: right;
}

[dir='rtl'] .panel-body ul li h2 {
    float: right;
}

.panel-body ul li h3 {
    font-size: 18px;
    margin: 0;
    height: 100%;
    float: right;
    color: rgba(255, 255, 255, 0.6);
    width: 45%;
    margin-top: 20px;
    padding: 4px;
    padding-left: 26px;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
}

[dir='rtl'] .panel-body ul li h3 {
    float: left;
}

.panel-body ul li h4 {
    color: rgba(255, 255, 255, 0.6);
    margin: 5px;
    margin-bottom: 25px;
    width: 90%;
    float: right;
    text-align: right;
}

[dir='rtl'] .panel-body ul li h4 {
    float: left;
    text-align: left;
}

.panel-body ul li a {
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: all 0.3s;
}

.panel-body ul li a i {
    margin-right: 11px;
}

.panel-body ul li a:hover,
.panel-body ul li a:focus {
    color: #ee5b25;
    text-decoration: none;
}

.panel-body img {
    vertical-align: middle;
    border: 4px solid #ee5b25;
}

.btn-facebook {
    background-color: #3B5998 !important;
    color: white !important;
    width: auto !important;
    padding: 10px !important;
}

.btn-facebook:hover {
    background-color: #293E6A !important;
}

.jw-rightclick {
    width: 100%;
}

.jw-rightclick li {
    width: 100%;
}

.jw-title {
    display: block !important;
    background: transparent !important;
    height: auto !important;
}

.jw-background-color {
    background-color: rgba(238, 91, 37, 0.44) !important;
}
.jw-flag-user-inactive .jw-title {
    display: none !important;
}
.jw-related-item-poster {
    background-size: 60% !important;
}
.download-android img {
    margin: 0;
    padding: 0;
    height: 54px;
}

.download-iphone img {
    margin: 0;
    padding: 0;
    height: 40px;
}

.btn-group button {
    background: rgba(235, 235, 235, 0.9) !important;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.9) !important;
    margin: 0 !important;
}

.btn-group button:hover, .btn-group .selected {
    background: rgba(238, 91, 37, 0.9) !important;
    color: rgba(235, 235, 235, 0.9) !important;
}

.login-page {
    margin: auto;
    width: 40%;
    padding: 22px;
    background: rgba(39, 39, 39, 0.88);
}

.payment-page {
    margin: auto;
    margin-top: 25px;
    width: 60%;
    padding: 2%;
    background: rgba(39, 39, 39, 0.88);
}

.cme-background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
}

.cme-background img {
    width: 100%;
    z-index: -1;
    opacity: 0.25;
}

.cme-content {
    margin-top: 420px;
}

.cme-details {
    top: 65px;
    min-height: 420px;
    width: 100%;
    z-index: 200;
    position: absolute;
}

.cme-details ul {
    width: 50%;
    float: left;
    height: 100%;
    padding: 10px;
}

[dir='rtl'].cme-details ul {
    float: right;
}

.cme-icon-play {
    margin: auto;
    margin-top: 50px;
    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.3);
    border-style: solid;
    border-color: white;
    border-width: 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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;
}

.cme-icon-play:hover {
    background-color: rgba(59, 59, 59, 0.6);
    background-image: url('../img/icon_play_hover.png');
    transform: scale(1.3);
}

.cme-details ul li {
    color: #dfdfdf;
    margin-top: 6px;
}

.cme-details ul li h3 {
    font-weight: 600;
}

.cme-details ul li h2 {
    color: rgb(238, 91, 37);
    font-size: 36px;
    display: inline;
}

.cme-details ul li img {
    max-width: 160px;
    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;
}

.cme-details ul li img:hover {
    transform: scale(1.1);
}

.vertical-scrollable {
    height: 390px;
    overflow-y: scroll;
    padding: 6px;
    background-color: rgba(19, 19, 19, 0.5)
}

.vertical-scrollable::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #393939;
    -moz-appearance: none !important;
}

.vertical-scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: #393939;
    -moz-appearance: none !important;
}

.vertical-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(238, 91, 37, 0.8);
    border-radius: 2px;
    -moz-appearance: none !important;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #393939;
    -moz-appearance: none !important;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #393939;
    -moz-appearance: none !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(238, 91, 37, 0.8);
    border-radius: 2px;
    -moz-appearance: none !important;
}

.program-details {
    cursor: pointer;
    width: 100%;
    max-height: 240px;
    padding: 8px;
    overflow-y: hidden;
}

.program-details img {
    display: inline;
    position: relative;
    width: 30%;
}

.tab-details {
    padding: 8px;
    display: inline;
    position: relative;
    width: 70%;
    float: right;
    overflow: hidden;
}

[dir='rtl'] .tab-details {
    float: left;
}

.tab-details h2 {
    position: relative;
}

.tab-details p {
    position: relative;
    color: #dfdfdf;
    max-height: 70px;
    overflow: hidden;
}

.tab-details span {
    position: relative;
    color: #dfdfdf;
    overflow: hidden;
}

.program-details:hover, .program-details:focus, .selected-program {
    background-color: rgba(19, 19, 19, 0.8);
}
.jw-logo {
    margin: 0 !important;
}
@media only screen and (max-width: 1620px) and (min-width: 1280px) {
    h1, h2 {
        font-size: 20px;
    }

    a {
        font-size: 18px;
    }

    h3, h4 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    span {
        font-size: 14px;
    }

    .info-page {
        margin-left: 5%;
        margin-right: 5%;
    }

    .panel-warning {
        width: 30%;
        margin-left: 0;
        margin-right: 0 !important;
    }

    .panel-info {
        width: 70%;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .black-movies-container {
        min-height: 300px;
    }

    .container-movieDetail ul li span {
        padding-top: 2px;
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 960px) {
    h1, h2 {
        font-size: 18px;
    }

    a {
        font-size: 16px;
    }

    h3, h4 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    span {
        font-size: 14px;
    }

    .info-page {
        margin-left: 2%;
        margin-right: 2%;
    }

    .seriesContainer .detail-content {
        width: 100%;
    }

    .seriesContainer .cover-image {
        display: none;
    }

    .seriesContainer .bottom-slider {
        position: relative;
    }

    .seriesContainer .bottom-slider li {
        position: relative;
    }

    .nav-bar-left {
        margin-left: 15%;
        margin-right: 15%;
    }

    .panel-warning {
        width: 30%;
        margin-left: 0;
        margin-right: 0 !important;
    }

    .panel-info {
        width: 70%;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .black-movies-container {
        min-height: 350px;
    }

    .container-movieDetail .details {
        padding: 1%;
    }

    .container-movieDetail .details p {
        line-height: 1;
    }

    .details-left {
        padding: 2%;
    }

    .details-right {
        padding: 2%;
    }

    .container-movieDetail .movie-poster {
        width: 80%;
    }

    .container-movieDetail ul li span {
        padding-top: 2px;
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 960px) {
    .margin-home {
        margin-top: 60px;
    }

    .homePage-header {
        display: none;
    }

    .invisible-header {
        opacity: 1;
    }

    h1, h2 {
        font-size: 18px;
    }

    a {
        font-size: 16px;
    }

    h3, h4 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    span {
        font-size: 14px;
    }

    .submit-form {
        margin-left: 2%;
        margin-right: 2%;
        padding: 4px;
    }

    .info-page {
        margin-left: 2%;
        margin-right: 2%;
    }

    .seriesContainer .cover-image {
        display: none;
    }

    .seriesContainer .detail-content {
        width: 100%;
    }

    .seriesContainer .bottom-slider {
        position: relative;
    }

    .seriesContainer .bottom-slider li {
        position: relative;
    }

    .nav-bar-left {
        margin-left: 15%;
        margin-right: 15%;
    }

    .nav-button {
        display: block;
    }

    .nav-bar-right {
        width: 60%;
        left: 38%;
        right: 38%;
    }

    .App-logo {
        margin-top: 5px;
        margin-left: 22%;
        margin-right: 22%;
        height: 35px;
    }

    .search input {
        width: 85%;
    }

    .nav-bar-left {
        display: inline-block !important;
        width: 100% !important;
        height: auto;
        min-height: 280px;
        max-height: 400px !important;
        padding: 0;
        list-style-type: none;
        top: 65px !important;
        left: 0;
        margin: 0;
        float: left;
        vertical-align: middle;
        z-index: 2000 !important;
        background-color: rgba(39, 39, 39, 0.98);
        overflow-y: scroll;
        -moz-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
        -webkit-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
        -o-box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
        box-shadow: 0 14px 59px -7px rgba(0, 0, 0, 0.85);
    }

    [dir='rtl'] .nav-bar-left {
        float: right;
        right: 0;
    }

    .nav-bar-left li {
        text-align: center;
        width: 100%;
        height: auto !important;
        display: inline-block !important;
    }

    .nav-bar-left li a, .nav-bar-left li span {
        padding-top: 20px;
        width: 100% !important;
        border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    }

    .slick-dots {
        visibility: hidden;
    }

    .tv-container .player {
        width: 100%;
    }

    .tv-container ul {
        width: 100%;
    }

    .catchup-details-wrapper .catchup-player {
        width: 100%;
    }

    .catchup-details-wrapper ul {
        padding-top: 15px;
        width: 100%;
    }

    .panel-warning {
        width: 30%;
        margin-left: 0;
        margin-right: 0 !important;
    }

    .panel-info {
        width: 70%;
        margin-right: 0;
        margin-left: 0 !important;
    }

    .panel-body ul li h1 {
        width: 100%;
        margin: 0;
        border-bottom: none;
        text-align: left;
    }

    .panel-body ul li h3 {
        font-size: 14px;
        padding-left: 10px;
        padding-top: 6px;
    }

    .black-movies-container {
        min-height: 400px;
    }

    .container-movieDetail .details {
        width: 100%;
        padding: 1%;
    }

    .container-movieDetail .details p {
        line-height: 1;
    }

    .details-left {
        padding: 2%;
        bottom: 40px;
    }

    .details-right {
        padding: 2%;
        bottom: 40px;
    }

    .container-movieDetail .movie-poster {
        width: 90%;
    }

    .control-bar {
        width: 100%;
    }

    .poster-shadow {
        background-color: rgba(0, 0, 0, 0.66);
    }

    .container-movieDetail ul li span {
        padding-top: 1px;
        padding-bottom: 2px;
    }

    .series-share {
        position: relative;
        right: 30%;
    }

    .login-page {
        width: 96%;
        padding: 2%;
    }

    .payment-page {
        width: 96%;
        padding: 2%;
    }

    .cme-details ul {
        width: 100%;
    }

    .vertical-scrollable {
        height: 280px;
    }
    .cme-background {
        top: 65px;
    }
    .cme-content {
        margin-top: 680px;
    }

    .cme-details ul li img {
        max-width: 110px;
        margin-top: 50px;
    }

    .cme-icon-play {
        margin: auto;
        margin-top: 80px;
        position: absolute;
        margin-right: 36%;
        margin-left: 36%;
    }
}

@media only screen and (max-width: 540px) {
    h3, h4 {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

    span {
        font-size: 14px;
    }

    .nav-bar-right select {
        display: none;
    }

    .footer-menu li {
        display: inline-block !important;
        width: 100% !important;
    }

    .info-page ul li {
        display: inline-block;
        width: 100%;
    }

    .display-modal p {
        width: 96% !important;
    }

    .panel-warning {
        width: 100%;
        max-height: 200px;
        margin: 0;
    }

    .panel-info {
        width: 100%;
        min-height: 200px;
        margin: 0;
        margin-top: 30px;
    }

    .black-movies-container {
        min-height: 420px;
    }

    .container-movieDetail .movie-poster, .poster-shadow {
        display: none;
    }

    .slick-initialized {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }

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

    .large-Horizontal {
        padding-right: 0 !important;
    }

    .large-slider-details {
        padding-right: 0 !important;
    }
    .scrollToTop {
        right: 80%!important;
    }
}

/******************************** seb *****************************************/

.nav-bar select {
    background-color: rgba(0, 0, 0, 0);
    color: #8f8f8f !important;
}

.nav-bar-left li a {
    text-transform: uppercase;
    color: #d1d1d1;
}

.nav-bar-left li span {
    font-size: 14px;
    text-transform: lowercase;
    color: #d1d1d1;
}

.nav-bar-left-focus {
    color: rgb(255, 255, 255);
    background: rgba(238, 91, 37, 0.5);
    border-bottom: 1px solid #ee5b25;
}

.nav-bar-right .search-btn {
    background-color: transparent;
    margin-top: 15px;
    width: 34px;
    height: 34px;
    border-radius: 8%;
}

.search-btn:hover, .search-btn:focus {
    background-color: transparent !important;
}

.search-active {
    color: rgba(238, 91, 37, 0.8) !important;
}

.nav-bar-right .search-btn i {
    font-size: 22px !important;
}

.nav-bar-right li {
    padding-top: 22px;
}

.nav-bar-right a {
    background-color: transparent;
    width: 58px;
    color: white;
    font-size: 16px !important;
}

.nav-bar-right a:hover {
    color: rgba(238, 91, 37, 0.9)
}

.nav-bar-left li a:hover, .nav-bar-left li a:focus {
    background-color: rgba(238, 91, 37, 0.5);
    color: white;
}

.icon:before {
    color: #ffffff !important;
}

.wrapper {
    background: none;
}

.container-movieDetail ul li h3 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.modal-header {
    border: none !important;
    background: rgb(32, 32, 32);
}

.modal-content {
    background-color: rgb(32, 32, 32);
}

.modal-footer {
    background: rgb(32, 32, 32);
    border: none !important;
}

.modal-footer a, .login-footer a {
    color: rgb(238, 91, 37);
}

.modal-title {
    color: #676767 !important;
    text-transform: uppercase;
}

input[type=text], input[type=email], input[type=password], textarea[type=text] {
    border-radius: 4px;
    color: #2b2b2b !important;
    text-align: inherit;
    background: rgba(235, 235, 235, 0.9);
    border: 1px solid rgba(53, 53, 53, 0);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea[type=text]:focus {
    border-color: #ee5b25;
    color: #2b2b2b !important;
    text-align: inherit;
}

.submit-form a {
    color: rgba(238, 91, 37, 0.8);
}

.submit-form button, .submit-form button, .submit-form button {
    text-decoration: none;
    background-color: #ee5b25;
}

.details-right {
    width: 65% !important;
    padding-left: 22px !important;
}

.container-movieDetail .details p {
    margin-top: 4px;
    margin-bottom: 15px;
}

.container-movieDetail {
    margin-bottom: 7px;
}

.details .title {
    padding-right: 0px;
    text-align: initial;
    margin-bottom: 15px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 1;
    }
}

/******************************** seb *****************************************/