html{
    height:100%;
}
body{
    margin:0px;
    /* background: #191F2B; */
    background-image: radial-gradient(#232533, #151620, #151620);
    width:100%;
    height:100%;
}

@keyframes fade_to {
  from {opacity: 1;}
  to {opacity: 0.4;}
}
@keyframes fade_back {
  from {opacity: 0.4;}
  to {opacity: 1;}
}

.login-container{
    position: absolute;
    top:10%;
    left:0px;
    width:100%;
    text-align: center;
}
.form-container{
    margin-top:25px;
}
.logo-responsive{
    width:60%;
    max-width:300px;
}
.form-input{
    padding-left: 15px;
    padding-right:15px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 5px;
    border-style:none;
    width:calc(100% - 100px);
}
.top-margin{
    margin-top:10px;
}
.btn-primary{
    background-color: rgb(0, 166, 231);
    padding:10px;
    width:calc(100% - 70px);
    border:none;
    border-radius: 5px;
    color:#fff;
    font-size: 16px;
}
.btn-primary:hover{
    background-color: #5772A2;
    padding:10px;
    width:calc(100% - 70px);
    border:none;
    border-radius: 5px;
    color:#fff;
    font-size: 16px;
}
.btn-primary-login{
    background-color: rgb(0, 166, 231);
    padding:10px;
    width:calc(100% - 70px);
    border:none;
    border-radius: 5px;
    color:#fff;
    font-size: 16px;
    margin-bottom: 50px;
}
.btn-primary-login:hover{
    background-color: #5772A2;
    padding:10px;
    width:calc(100% - 70px);
    border:none;
    border-radius: 5px;
    color:#fff;
    font-size: 16px;
}
.navbar_pc{
    height:60px;
    background-color: #000000;
    display:flex;
    position:fixed;
    width:100%;
    z-index: 9999;
}
.navbar{
    height:50px;
    /*background-color: #2C3951;*/
    background-color: #000000;
    display:flex;
    position:fixed;
    width:100%;
    z-index: 9999;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.header-img-logo{
    margin-left: 20px;
    margin-top: 10px;
    width:40px;
    height:40px;
}
.menu_group{
    display:flex;
    margin-left: 100px;
}
.menu_item{
    margin-left: 10px;
    display: flex;
    padding:10px;
    align-items: center;
}

.menu_item:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    /*background: rgb(0, 166, 231);*/
    background: rgb(255, 255, 255);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.menu_item:hover:after { 
    width: 100%; 
    left: 0; 
}

.menu_item_container{
    position: relative;
}


.header_text{
    margin-left: 10px;
    font-size: 16px;
    color:#fff;
    cursor:pointer;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.img-menu{
    margin-left:13px;
    padding-top:17px;
    padding-bottom:17px;
    width:22px;
    height:16px;   
    cursor:pointer;
}
.nav-title{
    color:#fff;
    font-size: 20px;
    margin-left:20px;
    margin-top:15px;
}
.input-search{
    margin-left:10px;
    margin-bottom:10px;
    margin-top:10px;
    border-radius: 10px;
    border-style: none;
    padding:10px;
    display:none;
    font-size: 16px;
}
.img-search{
    margin-right:13px;
    margin-left:10px;
    padding-top:18px;
    padding-bottom:17px;
    width:22px;
    height:22px;   
}
.menu_bar_close{
    position:absolute;
    background-color: #1E1E1F;
    bottom:0px;
    width:200px;
    left:-200px;
    top:50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    position:absolute;
    transform: translate(-200px,0px);
    padding:10px;
    position:fixed;
}
.menu_bar_open{
    background-color: #1E1E1F;
    bottom:0px;
    width:200px;
    left:0px;
    top:50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    position:absolute;
    transform: translate(0px,0px);
    padding:11px;
    position:fixed;
}
.menu-logo{
    margin-top:15px;
    width:100%;
    height:70px;
    object-fit:contain;
}
.menu-text{
    color: #D8D8D8;
    font-size: 18px;
    font-weight: 800;    
    cursor:pointer;
}
.menu-item{
    height:20px;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    cursor:pointer;
}
.menu-item:hover{
    background-color: #5772A2;
    cursor:pointer;
}
.seperate-bar{
    height:1px;
    background-color: #D8D8D8;
}
.main-container{
    padding-top:60px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    height:calc(100% - 70px);
}
.channel-groups{
    display:flex;
    margin-top:10px;
    flex-wrap: wrap;
    justify-content: center;
}
.channel-item{
    cursor:pointer;
    text-align: center;
    width:17%;
    padding:2px;
    margin-bottom:5px;
    position: relative;
}

.channel-item:hover{
    border-width:2px;
    padding:0px;
    /* border-color:#505071;
    border-style: solid; */
    /* //transform: scale(1.15); */
    /* transition: scale(1.15) .5s ease; */
}

.channel-item:hover .channel-container{
    transform: scale(1.13);
    background: #190c0c94;
    /*-webkit-transition: background, transform 1000ms linear;
    -ms-transition: background, transform 1000ms linear;
    transition: background, transform 1000ms linear;*/
}
.channel-item:hover .channel-image{
    opacity: 0.4;
    /*animation-name: fade_to;
    animation-duration: 4s;*/
}

.channel-item:hover .ep-image{
    opacity: 0.4;
}

.channel-item:hover .channel-overlay{
    opacity:1
}

.episode-item{
    cursor:pointer;
    text-align: center;
    width:13%;
    padding:2px;
    margin-bottom:5px;
    position: relative;
}

.episode-item:hover{
    border-width:2px;
    padding:0px;
    /* border-color:#505071;
    border-style: solid; */
    /* //transform: scale(1.15); */
    /* transition: scale(1.15) .5s ease; */
}

.episode-item:hover .channel-container{
    transform: scale(1.05);
    background: #190c0c94;
    /*-webkit-transition: background, transform 1000ms linear;
    -ms-transition: background, transform 1000ms linear;
    transition: background, transform 1000ms linear;*/
}
.episode-item:hover .channel-image{
    opacity: 0.4;
    /*animation-name: fade_to;
    animation-duration: 4s;*/
}

.episode-item:hover .ep-image{
    opacity: 0.4;
}

.episode-item:hover .channel-overlay{
    opacity:1
}

.channel-overlay{
    opacity: 0;
    position: absolute;
    left:3px;
    top:11px;
    bottom:11px;
    right:3px;
    border-radius: 7px;
    transition: opacity 0.8s;
    font-family: Calibri, Helvetica, serif;
        /* background: #190c0c94; */
}


.movie-item:hover{
    border-width:2px;
    padding:0px;
    /* border-color:#505071;
    border-style: solid; */
    /* //transform: scale(1.15); */
    /* transition: scale(1.15) .5s ease; */
}

.movie-item:hover .movie-back-item{
    transform: scale(1.05);
    background: #190c0c94;
}


.movie-item:hover .show-image{
    opacity: 0.4;
}

.movie-item:hover .movie-image{
    opacity: 0.4;
}

.movie-item:hover .movie-overlay{
    opacity:1
}

.movie-overlay{
    opacity: 0;
    position: absolute;
    left:3px;
    top:11px;
    bottom:11px;
    right:3px;
    border-radius: 7px;
    transition: opacity 0.8s
        /* background: #190c0c94; */
}

.movie-back-item{
    /*margin:10px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 7px;
    border-width: 3px;
    border-style: solid;
    border-color:rgba(55,55,65,1);    
    transition: transform .8s ease; 
    background: linear-gradient(0deg, rgba(46,48,60,1) 0%, rgba(38,39,51,1) 50%, rgba(29,30,41,1) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.channel-container{
    margin:10px;
    border-radius: 7px;
    border-width: 2px;
    border-style: solid;
    border-color:rgba(55,55,65,1);    
    transition: transform .4s, background .4s ease; 
    background: linear-gradient(0deg, rgba(46,48,60,1) 0%, rgba(38,39,51,1) 50%, rgba(29,30,41,1) 100%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.channel-image{
    margin-top:10px;
    margin-bottom:10px;
    width:min(100%,80px);
    height:80px;
    border-radius: 5px;
}

.ep-image{
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    border-radius: 5px;
}
.movie-name
{
    font-weight: 800;
    text-align:center;
    width:100px;
    height:30px;
    margin-top: -15px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -50px;
    color:#fff;
    font-size:15px;
    font-family: Calibri, Helvetica, serif;
}
.channel-name{
    font-weight: 800;
    text-align:center;
    width:100px;
    height:30px;
    margin-top: -15px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -50px;
    color:#fff;
    font-size:15px;
    font-family: Calibri, Helvetica, serif;
}
.category_name{
    font-size:25px;
    font-weight:800;
    color:#fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-top: 0.6em;
    margin-bottom: 0.2em;
    margin-left: 10px
}
.movies-container{
    display:flex;
    overflow: auto;
    align-items:center;
}


.movies-container::-webkit-scrollbar { 
    display: none; 
}
.shows-container{
    display:flex;
    overflow: auto;
    align-items:center;
}
.shows-container::-webkit-scrollbar { 
    display: none; 
}

.movie-item{
    cursor:pointer;
    text-align: center;
    padding:2px;
    margin-bottom:5px;
    position: relative;
}
.movie-image{
    /* width:135px; */
    margin-left:3px;
    margin-top:3px;
    margin-right:3px;
    height:270px;
    min-width: 150px;
}
.show-image{
    /* width:135px; */
    margin-left:3px;
    margin-top:3px;
    margin-right:3px;
    height:270px;
    min-width: 150px;
}
.vod-info-image{
    /* width:135px; */
    height:40vh;
    margin-bottom: 25px;
}
.movie-left-arrow{
    margin-right:10px;
    cursor:pointer;
    position: relative;
    left:0px;
    top:0px;
    bottom:0px;
    height:180px;
}
.movie-right-arrow{
    cursor:pointer;
    position: relative;
    right:0px;
    top:0px;
    bottom:0px;
    height:180px;
}
.movies-hide-scroll{
    overflow: hidden;
    display:flex;
    height: 300px;
    align-items:center;
}
.blur-background{
    filter: blur(20px);
    -webkit-filter: blur(20px);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.movie-info-container{
    display:flex;
    margin-top:30px;
}
.movie-info-button{
    padding:12px;
    text-align: center;
    margin:10px;
    font-family: Calibri, Helvetica, serif;
}
.movie_info_button_text{
    margin-top: 10px;
    margin-bottom:10px;
    color:#fff;
    font-size: 20px;
    font-weight: 600;
}
.movie-info-button:hover{
    padding:10px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color:#fff;
}
.movie-info-matrix-title{
    color:#fff;
    font-size:25px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.movie-info-description{
    color:#fff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.show-left-arrow{
    cursor:pointer;
    position: relative;
    left:0px;
    top:0px;
    bottom:0px;
    height:180px;
}
.show-right-arrow{
    cursor:pointer;
    position: relative;
    right:0px;
    top:0px;
    bottom:0px;
    height:180px;
}
.play-bar{
    height:140px;
    background: #000;
    padding-top:10px;
}
.play-button-groups{
    display:flex;
}
.play-info-button{
    padding:10px;
    width: 50px;
    height:50px;
    text-align: center;
    cursor:pointer;
    font-family: Calibri, Helvetica, serif;
}
.play-info-button:hover{
    width:50px;
    padding:8px;
    height:50px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color:#fff;
}
.video-container{
    height:calc(100% - 180px);
    text-align: center;
}
.play_info_button_text{
    margin-top: 5px;
    margin-bottom:5px;
    color:#fff;
    font-size: 15px;
    font-weight: 600;
}
.play-info-matrix-title{
    color:#fff;
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.play-info-description{
    color:#fff;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom:0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.dvr-item{
    padding: 10px;
}
.dvr-item:hover{
    background: #bbbbbb;
}
.dvr-text{
    text-align: left;
    color:#fff;
    font-size: 14px;
    margin-top:5px;
    margin-bottom:5px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.img-back{
    position:absolute;
    left:30px;
    top:20px;
    width:10px;
    height:20px;
    cursor:pointer;
}

.slider-bg {
    position: relative;
    background: #eee;
}

#slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.language-hyperlink {
    color: white;
    font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
  color: white; 
  background-color: transparent; 
  font-family: Calibri, Helvetica, serif;
  text-decoration: none;
  font-weight: bold;
  font-size:15px;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  /*[class*="col-"] {
    width: 100%;
  }*/
  .channel-item {
      width: 30%;
  }
  .episode-item {
      width:30%;
  }
  .movies-hide-scroll{
    height: 230px;
  }
  .movie-image{
    height:180px;
  }
  .show-image{
    height:180px;
  }
  .movie_info_button_text{
    font-size:15px;
  }
  
}
