/* custom styles begin */
body {
  overflow: hidden;
  height: 100%;
  background-color: #222222;
}

.h2, h2 {
  font-size: 3.5vmin;
}

button:focus {
  outline: none;
}

.interim-heading {
  color: #fff;
  font-size: 5vmin;
  text-align: center;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.text-red {
  color: #f34966;
}

.preloader {
  /*background: #000;*/
  /* background: #414048;
  background: -webkit-linear-gradient(to bottom, #414048, #b92a42);
  background: linear-gradient(to bottom, #414048, #b92a42); */
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  position: absolute;
  /*background: url('../img/laucher-1920.png');*/
  /*background-size: cover;*/
}

.preloader img {
  max-width: 6%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20%;
  opacity: 1;
}

.preloader h4 {
  color: #fff;
  font-size: 6vmin;
  margin-top: 30px;
}

#consolelog {
  position: fixed;
  width: 400px;
  height: 100vh;
  background: rgba(51, 51, 51, 0.72);
  color: #fff;
  z-index: 9999;
  padding: 20px 40px;
  overflow-y: scroll;
  display: none;
  word-break: break-word;
}

#overlayexitconfirmbox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#overlayexitconfirmbox h4 {
  color: #ffffff;
}

#overlayexitconfirmbox .ex-inner {
  z-index: 99999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: left;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

#overlayexitconfirmbox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 44%;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  float: left;
  border: 0;
}

#overlayexitconfirmbox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

/* resume */
#videoresumebox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#videoresumebox h4 {
  color: #ffffff;
}

#videoresumebox .ex-inner {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 0px;
  min-height: 120px;
  text-align: left;
  margin: 20px auto 0 auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0%;
  float: left;
  font-size: 28px;
  margin-top: 0px;
}

#videoresumebox .rs-content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  padding: 100px;
  z-index: 2;
}

#videoresumebox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 200px;
  font-weight: 700;
  font-size: 24px;
  margin: 5px 10px 0 0px;
  float: left;
  border: 0;
}

#videoresumebox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}

#videoresumebox .rs-video-desc-box {
  margin-bottom: 40px;
}

#videoresumebox .rs-video-desc-box .rs-video-title h2 {
  color:#f34966;
  font-size: 40px;
  margin-bottom: 20px;
}

#videoresumebox .rs-video-desc-box .rs-video-rating {
  color:#ffffff;
  font-size: 20px;
}

#videoresumebox .rs-video-desc-box .rs-video-info {
  color: #fff;
  font-size: 22px;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 70%;
  max-height: 210px;
  overflow: auto;
}

#videoresumebox .rs-bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  background: linear-gradient(to right, black, transparent);
  z-index: 1;
}

#videoresumebox .rs-bg-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
}

.video-resume-bar {
  position: absolute;
  height: 8px;
  background: #f34966;
  z-index: 1;
  bottom: 0;
  width: 1%;
}

.auto-resume-info {
  display: none;
  width: 100%;
  height: 50px;
  color: #fff;
  top: 45px;
  position: relative;
  float: left;
  text-align: left;
  font-size: 20px;
}

.auto-resume-info i {
  float: left;
  margin-right: 10px;
}

.auto-resume-info p {
  margin-top: 5px;
}

.auto-resume-info p span {
  color:#f34966;
  font-weight: bold;
}

/**** SELECT SCREEN - Begin ****/
#selectScreenBox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#selectScreenBox h4 {
  color: #ffffff;
}

#selectScreenBox .ex-inner {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 0px;
  min-height: 120px;
  text-align: left;
  margin: 20px auto 0 auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0%;
  float: left;
  font-size: 28px;
  margin-top: 0px;
}

#selectScreenBox .ss-content-box {
  position: relative;
  width: 150%;
  height: 100%;
  top: 0%;
  padding: 10px 100px;
  z-index: 2;
  display: inline-grid;
  overflow: scroll;
  box-sizing: content-box;
}

#selectScreenBox .ss-bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  background: linear-gradient(to right, black, transparent);
  z-index: 1;
}

#selectScreenBox .ss-bg-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
}

#selectScreenBox .ss-options {
  text-align: center;
  width: inherit;
}

#selectScreenBox .ss-option-item {
  width:auto;
  max-width: 240px;
  height: auto;
  max-height: 400px;
  border-radius: 50%;
  /* display: inline-block; */
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  float: left;
}

#selectScreenBox .ss-option-image {
  width:100%;
  height: 100%;
  /* border-radius: 50%; */
}

#selectScreenBox .ss-option-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-width: 240px;
  /* border-radius: 50%; */
}

#selectScreenBox .ss-heading {
  color:#fff;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 50px;
}

#selectScreenBox .ss-option-title {
  color:#fff;
  font-size: 24px;
  text-align: left;
  margin-top: 20px;
}

#selectScreenBox .ss-option-description {
  color:#f34966;
  font-size: 20px;
  text-align: left;
  margin-top: 100px;
  position: relative;
  height: 100px;
}

#selectScreenBox .ss-option-image.ss-selected {
  box-shadow: 0px 0px 0px 10px #f34966;
}

#selectScreenBox .ss-option-item.ss-selected .ss-option-image img {
  box-shadow: 0px 0px 0px 10px #f34966;
}

#selectScreenBox .ss-notification {
  color: #f34966;
  margin-bottom: 30px;
  text-align: right;
  margin-top: 1%;
  float: right;
  width: 90vw;
}

/* No result box style  */
#noresultbox {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}

#noresultbox h4 {
  color: #ffffff;
}

#noresultbox .ex-inner {
  z-index: 99999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 40px;
  min-height: 120px;
  text-align: center;
  margin: 20px auto 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  float: left;
  font-size: 28px;
}

#noresultbox .ex-inner button {
  background: #38383c;
  text-align: center;
  color: #d2d2d2;
  padding: 9px 0;
  display: inline-block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 44%;
  font-weight: 700;
  font-size: 130%;
  margin: 10px 10px 0 10px;
  /* float: left; */
  border: 0;
}

#noresultbox .ex-inner button:hover {
  background: #f34966;
  color: #ffffff;
}


.section-inner .container {
  overflow: hidden;
}

.section-inner .grid-controls {
  display: none;
}

.section-inner .grid-controls .grid-arrow-control {
  position: fixed;
  color: #fff;
  font-size: 2rem;
  z-index: 9;
  cursor: pointer;
}

.section-inner .grid-controls .grid-arrow-control.grid-down {
  bottom: 45px;
  right: 30px;
}

.section-inner .grid-controls .grid-arrow-control.grid-up {
  top: 250px;
  right: 30px;
}

.section-inner .grid-controls .grid-arrow-control.grid-left {
  top: 385px;
  left: 30px;
}

.section-inner .grid-controls .grid-arrow-control.grid-right {
  top: 385px;
  right: 30px;
}

.videos-info-container {
  min-height: 250px;
  background: #000;
  z-index: 8 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
}

.videos-info-container .vi-title {
  color: #f34966;
  margin-top: 10px;
  font-size: 2rem;
  position: relative;
}

.videos-info-container .vi-title .go-back-to-main {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    border: 1px solid #f34966;
    padding: 5px;
    cursor: pointer;
    top:15px;
    display: none;
}

.videos-info-container .vi-title .go-back-to-main i {
    margin-right: 8px;
}

.go-back-from-list {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    /*border: 1px solid #f34966;*/
    padding: 5px;
    cursor: pointer;
    top:100px;
    display: none;
    width: 150px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.go-back-from-list i {
  margin-right: 8px;
  background-color:#f34966 !important;
}

.videos-info-container .vi-description {
  color: #eee;
  margin-top: 10px;
  font-size: 1.2em;
}

.moreButton {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: yellow;
  border-radius: 3px;
}

.videos-info-container .vi-description a.vod-desc-more, .videos-info-container .vi-description a.vod-desc-less {
  color:#f34966 !important;
}

.vod-desc-more-focused {
  border: 3px solid #fff;
}

a.vod-desc-more:hover {
  border: 3px solid #fff;
}

.vi-top-info-row {
  border-top: 1px solid #dddddd47;
  border-bottom: 1px solid #dddddd47;
  margin-top: 25px;
  padding-bottom: 10px;
}

.vi-stats {
  margin-top: 20px;
  text-align: right;
}

.landscape-app .vi-top-info-row .vi-stats {
  margin-top: 20px;
}

.listoflist-info-container .vi-stats {
  margin-left: 10px;
  margin-bottom: 10px;
}

.vi-length {
  color: #fff;
  /* background: #666; */
  /* border-right: 2px solid #666; */
  padding-right: 10px;
  display: inline;
}

.vi-agerating {
  margin-left: 10px;
  background: #f34966;
  border-radius: 5px;
  padding: 0 5px;
  /*font-size: 15px;*/
  color: #fff;
  display: inline;
  height: 32px;
}

.main {
  height: 100%;
}

.main .main-inner {
  height: 100%;
  position: static;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.main .main-inner .section-content {
  position: absolute;
  /*top: 250px;*/
  left: 0;
  right: 0;
  /*margin-top: 180px;*/
}

.main .main-inner .section-content .container {
  overflow-x: visible;
}

.main .main-inner .no-more-content-msg {
  display: none;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 75px;
  margin-bottom: 50px;
}

.main .main-inner .no-more-content-msg .jump-to-top {
  background: #f34966;
  padding: 10px 20px;
  color: #ffffff;
}

.main .main-inner .btn-focused {
  border: 3px solid #fff;
  -webkit-box-shadow: 1px 1px 10px 0px #000;
  box-shadow: 1px 1px 10px 0px #000;
}

.main .main-inner .videos-container {
  /*overflow: hidden;
      margin: auto;
      height: auto;
      position: absolute;
      width: 100%;
      padding-bottom: 52px;*/
}

.main .main-inner .bg-poster img {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 100%;
  min-height: auto;
  width: 100%;
  height: auto;
  z-index: -1;
  background-size: cover;
}

.main .no-content-msg {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-top: 75px;
  margin-bottom: 50px;
}

.section-header {
  padding: 15px;
}

.btn-iptv {
  color: #333;
  padding: 5px 20px;
  background: #c9334e;
  font-size: 3.5vmin;
}

.btn-iptv:hover {
  border: 5px solid #fff;
}

.btn-iptv-focused {
  border: 5px solid #fff;
}

.fixed-top {
  z-index: 9 !important;
}

.navbar .navbar-brand {
  margin-right: 40px;
}

.navbar .navbar-brand img {
  max-width: 200px;
  opacity: 0;
}

.navbar .navbar-nav {
  margin-right: 45px !important;
}

.navbar .navbar-nav .nav-link {
  color:#fff;
  font-size: 3.5vmin;
  outline: none;
}

.navbar .nav-item a:hover {
  color: #f34966;
  border: 3px solid #fff;
}

.navbar .navbar-nav .menu-nav-link-focused {
  color: #f34966;
  border: 3px solid #fff;
}

.navbar .navbar-nav .nav-link.menu-nav-link-active {
  color: #f34966;
}

/* Video player screen - BEGIN */
#video-tag {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #000;
}

#video-tag #custom-seekbar {
  cursor: pointer;
  height: 10px;
  margin-bottom: 10px;
  /*outline: thin solid orange;*/
  overflow: hidden;
  position: relative;
  width: 400px;
}

#video-tag #custom-seekbar span {
  background-color: orange;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 0px;
}

#video-tag .video-info-container {
  width: 35%;
  z-index: 101;
  display: none;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  height: 100%;
  padding: 30px 30px 100px 30px;
  opacity: 1;
}

#video-tag .video-info-container .video-info {
  overflow-y: scroll;
  overflow-x: hidden;
  color: #fff;
  font-size: 3.5vmin;
  padding-top: 20px 20px 0 20px;
  max-height: 100%;
  height: 100%;
}

#video-tag .video-info-container .video-info-heading {
  color: #f34966;
  font-size: 5vmin;
}

#video-tag #videoCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  z-index: 99;
}

#video-tag .video-controls-container {
  z-index: 99;
  position: absolute;
  /*bottom: 80px;*/
  text-align: center;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  right: 10px;
  top: 80px;
}

#video-tag .video-controls-container #userOptions {
  margin: 0 auto;
  float: none;
  position: relative;
  display: inline-block;
}

#video-tag .video-controls-container #userOptions ul {
  list-style: none;
}

#video-tag .video-controls-container #userOptions ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  /* float: left; */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

#video-tag .basic-video-controls-container {
  z-index: 99;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  right: 0px;
  bottom: 0px;
  left: 0;
  text-align: center;
  height: 120px;
  background: linear-gradient(0deg, #000000 20%, transparent);
}

#video-tag .basic-video-controls-container #playerOptions {
  margin: 0 auto;
  float: none;
  position: relative;
  display: inline-block;
}

#video-tag .basic-video-controls-container #playerOptions ul {
  list-style: none;
}

#video-tag .basic-video-controls-container #playerOptions ul li {
  margin-right: 20px;
  float: left;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

#video-tag i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

#video-tag i:hover {
  background: #f34966;
}

#video-tag .player-control-elem-focused i {
  background: #f34966;
}

#video-tag .player-speed-label {
  background: rgba(56, 56, 56, 0.6);
  padding: 10px;
  font-size: 20px;
  color: #fff;
  width: 220px;
  height: auto;
  display: block;
  z-index: 99;
  position: absolute;
  right: 0;
  visibility: hidden;
  bottom: 60px;
}

#video-tag .video-title-container {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  /*top: 5%;*/
  /*padding: 0 10%;*/
  /*width: 80%;*/
  margin: 0 auto;
  background: linear-gradient(black 20%, transparent);
  width: 100%;
  top: 0px;
  padding: 2% 10% 0 10%;
}

.vjs-control-bar {
  z-index: 12;
}

.video-js .vjs-control-bar {
  height: 6em;
}

.video-js .vjs-control {
  width: 6em;
  padding: 8px;
  max-width: 100%;
  /*width: 6em;
    padding: 13px 0px;
    max-width: 100%;
    height: 6em;
  border-radius:50%;
  background:rgba(255,255,255,0.2);*/
}

/*
.video-js .vjs-rewind-control i {
  font-size: 3.8em !important;
    padding: 0;
    margin-top: -14px;
}
.video-js .vjs-forward-control i {
  font-size: 3.8em !important;
    padding: 0;
    margin-top: -14px;
}*/
.video-js .vjs-control:hover {
  color: #f34966;
}

.video-js .vjs-control.player-control-elem-focused {
  color: #f34966;
}

.video-js .vjs-control.player-control-elem-focused i {
  color: #f34966 !important;
}

.video-js .vjs-remaining-time {
  width: 8em;
}

.vjs-remaining-time-display {
  font-size: 24px;
  padding: 8px 0px;
}

.video-js .vjs-volume-panel {
  padding-top: 0;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 6em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 4em;
}

.video-js .vjs-fullscreen-control {
  display: none;
}

.video-js i {
  background-color: transparent !important;
  font-size: 2.5em !important;
  padding-top: 5px !important;
  font-weight: 800;
}

.video-js i:hover {
  color: #f34966 !important;
}

/* centered video controls - BEGIN */
.video-js .vjs-control-bar.vjs-centered {
  position: absolute;
  display: inline-block;
  bottom: 0;
  /*background: transparent;*/
  background: linear-gradient(to bottom, transparent, #000000a6 60%, black);
  height: 130px;
}

.video-js .vjs-control.vjs-centered {
  position: absolute;
}

.video-js .vjs-control.vjs-centered.vjs-previous-control {
  left: 40%;
  bottom: 30px;
}

.video-js .vjs-control.vjs-centered.vjs-rewind-control {
  left: 45%;
  bottom: 30px;
}

.video-js .vjs-control.vjs-centered.vjs-play-control {
  left: 50%;
  bottom: 30px;
}

.video-js .vjs-control.cc-enabled {
  bottom: 100px !important;
}

.video-js .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-control.vjs-centered.vjs-play-control .vjs-icon-placeholder:before {
  content: '';
}

.video-js .vjs-control.vjs-centered.vjs-forward-control {
  left: 55%;
  bottom: 30px;
}

.video-js .vjs-control.vjs-centered.vjs-next-control {
  left: 60%;
  bottom: 30px;
}

.video-js .vjs-control.vjs-centered.vjs-progress-control {
  bottom: 0px;
  width: 78%;
  left: 12%;
  height: 40%;
}

.video-js .vjs-control.vjs-centered.vjs-remaining-time {
  bottom: -75px;
  right: 50px;
}

.video-js .vjs-control.vjs-centered.vjs-volume-panel {
  bottom: -24px;
  left: 10px;
  display: none;
}

.video-js .vjs-control.vjs-centered.vjs-volume-panel .vjs-volume-control {
  display: none;
}

.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: block;
  color: #f34966;
  bottom: -75px;
  left: 50px;
}

.video-js .vjs-current-time-display {
  font-size: 24px;
  padding: 8px 0px;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  background: linear-gradient(to bottom, transparent, #000000a6 60%, black);
}

/* centered video controls - END */
/* Video player screen - END */
/* Ad player screen - BEGIN */
#ad-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

#ad-tag .ad-title-container {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 5%;
}

/* Ad player screen END */
.video-list-row {
  width: 10000px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.video-list-row:first-child {
  margin-top: 0px !important;
}

.video-list-row:first-child .video-list-counter {
  margin-top: 0px !important;
}

.video-list-row .video-list-heading {
  margin-bottom: 20px;
  /* margin-top: 20px; */
  padding-left: 15px;
  margin-right: 5px; 
}

.video-list-row .video-list-heading h2 {
  color: #f34966;
}

.video-list-row .video-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  width: 200px;
  cursor: pointer;
}

.video-list-row .video-thumbnail {
  background-image: url("../img/ajax-loader.gif");
}

.video-list-row .video-thumbnail-box {
  position: relative;
}

.mainVideo_ima-ad-container {
  pointer-events: none;
}

.video-list-row .video-list-counter {
  /* height: 40px;
  display: inline-block;
  width: 180px;
  text-align: right;
  padding-right: 15px;
  margin-top: 40px; */
}

.video-list-row .video-list-counter:first-child {
  margin-top: 0px !important;
}

.video-list-row .video-list-counter h2 {
  color: #fff;
  display: inline;
}

.video-list-counter h2 span {
  color:#f34966;
}

.vod-display-enhanced .video-list-row .video-overlay h5 {
  font-size: 2.5vmin;
  font-weight: 400;
  line-height: 3vmin;
  margin-top: 10px;
}

.vod-display-enhanced .video-list-row .vod-focused {
  border: 3px solid #fff;
  z-index: 2;
  position: relative;
  left: 15px;
  margin-right: 50px;
  -webkit-box-shadow: 1px 1px 10px 0px #000;
  box-shadow: 1px 1px 10px 0px #000;
  -webkit-animation: focusVod .35s;
  animation: focusVod .35s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  /*Safari and Chrome*/
  -webkit-animation-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  -webkit-animation-play-state: running;
}

.vod-display-enhanced .video-list-row .vod-focused .video-overlay {
  display: block !important;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
}

.vod-display-enhanced .video-list-row .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 5px;
  font-size: 2vmin;
}

.vod-display-enhanced .video-list-row .vod-focused-alt .video-overlay {
  top: 100%;
  background: transparent;
  width: 100%;
  color: #000;
}

.vod-display-enhanced .video-list-row .vod-focused-alt .video-overlay h5 {
  background: rgba(0, 0, 0, 0.46);
  padding: 10px 5px;
  color: #fff;
}

@-webkit-keyframes focusVod {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
}

@keyframes focusVod {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0 0.1, 1);
  }
}

.vod-display-classic .video-list-row {
  width: 1000000em;
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 200px;
}

.vod-display-classic .video-list-row .video-list-heading {
  margin-bottom: 0px;
  /* margin-top: 40px;
  padding-left: 15px;
  display: inline-block; */
  /* float: left; */
}

.vod-display-classic .video-list-row:first-child .video-list-heading {
  margin-top: 0px !important;
}

.vod-display-classic .video-list-row .video-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  width: 266px;
  height: 150px;
}

.vod-display-classic .video-list-row .portrait .video-box{
  width: 163.33px !important;
  height: 210px !important;
}

.vod-display-classic .video-list-row .mixed .video-box{
  /*width: 200px !important;
  height: 150px !important;*/
  width: 266px !important;
  height: 150px !important;
}

.vod-display-classic .video-list-row .landscape .video-box{
  width: 266px !important;
  height: 150px !important;
}


.vod-display-classic .video-list-row .video-thumbnail {
  background-image: url("../img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.vod-display-classic .video-list-row .video-overlay {
  display: none;
}

.vod-display-classic .video-list-row .video-overlay h5 {
  font-size: 2.5vmin;
  font-weight: 400;
  line-height: 3vmin;
  margin-top: 10px;
  color: #fff;
}

.vod-display-classic .video-list-row .video-overlay-side {
  position: absolute;
  top: 0;
  left: 35%;
  text-align: left;
  display: none;
}

.vod-display-classic .video-list-row .video-overlay-side h5 {
  font-size: 3.5vmin;
  font-weight: 600;
  line-height: 4.5vmin;
  margin-top: 10px;
  color: #f34966;
}

.vod-display-classic .video-list-row .video-overlay-side p {
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.5vmin;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}

.vod-display-classic .video-list-row .vod-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  z-index: 2;
  /*margin-left: 7px;*/
}

.vod-display-classic .video-list-row .vod-focused .video-overlay {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  /*height:8vmin;*/
  display: block;
}

.vod-display-classic .video-list-row .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 10px 5px 0 5px;
  font-size: 2.5vmin;
  color: #000;
  font-weight: 600;
}

.vod-display-classic .video-list-row .vod-focused-alt .vod-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  z-index: 2;
  /*margin-left: 7px;*/
}

.vod-display-classic .video-list-row .vod-focused-alt .vod-focused .video-overlay {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  height: 8vmin;
}

.vod-display-classic .video-list-row .vod-focused-alt .vod-focused .video-overlay h5 {
  margin: 0;
  padding: 10px 5px 0 5px;
  font-size: 2vmin;
  color: #000;
  font-weight: 600;
}

.vod-display-classic .video-list-row .vod-focused-alt:not(.vod-focused) {
  opacity: 0.8;
}

.vod-display-classic .banner-row {
  margin-bottom: 0px !important;
}

.banner-row {
  width: 10000px;
  margin-top: 30px;
  /*margin-bottom:30px;*/
}

.banner-row .banner-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
}

.banner-row .vod-focused {
  -webkit-animation: none;
  animation: none;
  border: 3px solid #fff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 1px 1px 10px 0px #000;
  box-shadow: 1px 1px 10px 0px #000;
}

/* Banner screen - BEGIN */
#banner-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner-tag .banner-info-container {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  padding: 50px 0;
}

#banner-tag .banner-info-container .banner-info {
  color: #fff;
  font-size: 3.5vmin;
  padding-top: 20px;
}

#banner-tag .banner-info-container .banner-info-heading {
  color: #fff;
  font-size: 5vmin;
  text-transform: uppercase;
}

#banner-tag #bannerCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
}

#banner-tag .banner-videos-list {
  margin-top: 5%;
}

#banner-tag .banner-play {
  margin-top: 3%;
}

#banner-tag i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

#banner-tag i:hover {
  background: #f34966;
}

#banner-tag .banner-control-elem-focused i {
  background: #f34966;
}

/* banner screen - END */
/* listoflist screen - BEGIN */
#listoflist-tag {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: 24%;*/
  overflow-y: hidden;
  overflow-x: hidden;
}

#listoflist-tag .container-fluid {
  padding: 0;
}

#listoflist-tag ::-webkit-scrollbar {
  width: 0px;
}

#listoflist-tag ::-webkit-scrollbar-button:start:decrement,
#listoflist-tag ::-webkit-scrollbar-button:end:increment {
  display: block;
  background-color: transparent;
}

#listoflist-tag ::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

#listoflist-tag ::-webkit-scrollbar-thumb:vertical {
  height: auto;
  background-color: #212123;
  -webkit-border-radius: 6px;
  border: 2px solid #171717;
}

#listoflist-tag .listoflist-info-container {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  padding: 50px 50px 10px 50px;
  top: 0;
}

#listoflist-tag .listoflist-info-container .listoflist-info {
  color: #fff;
  font-size: 17px;
  padding-top: 10px;
  width: 93.5%;
}

#listoflist-tag .listoflist-info-container .listoflist-info-heading {
  color: #f34966;
  font-size: 4vmin;
  /* text-transform: uppercase; */
}

#listoflist-tag #listoflistCloseBtn {
  position: absolute;
  top: 15px;
  right: 30px;
}

#listoflist-tag .listoflist-videos-list {
  /*margin-top:300px !important;*/
  overflow: hidden;
  height: 70%;
  background: #000;
  padding: 10px 50px 50px 50px;
  position: absolute;
  margin-top: 300px;
}

#listoflist-tag .listoflist-videos-list .video-thumbnail-box {
  margin-bottom: 15px;
}

#listoflist-tag .listoflist-videos-list .video-overlay h5 {
  color:#fff;
}

#listoflist-tag .listoflist-videos-list .video-overlay-side {
  position: absolute;
  top: 0;
  left: 35%;
  text-align: left;
  display: none;
}

#listoflist-tag .listoflist-videos-list .video-overlay-side h5 {
  font-size: 3.5vmin;
  font-weight: 600;
  line-height: 4.5vmin;
  margin-top: 10px;
  color: #f34966;
}

#listoflist-tag .listoflist-videos-list .video-overlay-side p {
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3.5vmin;
  margin-top: 10px;
  color: #fff;
  opacity: 0;
}

#listoflist-tag .listoflist-play {
  margin-top: 2%;
  display: none;
}

#listoflist-tag .listoflist-videos-list .video-overlay {
  display: none;
}

#listoflist-tag .listoflist-control-elem i {
  background-color: rgba(43, 51, 63, 0.7);
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

#listoflist-tag i:hover {
  background: #f34966;
}

#listoflist-tag .listoflist-control-elem-focused i {
  background: #f34966;
}

#listoflist-tag .listoflist-top-sec {
  background: #000;
  display: block;
  width: 100%;
  position: absolute;
  height: 300px;
  z-index: 20;
  overflow: hidden;
}

#listoflist-tag .listoflist-grid-controls {
  display: none;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control {
  position: fixed;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  cursor: pointer;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-down {
  bottom: 30px;
  right: 30px;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-up {
  top: 280px;
  right: 30px;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-left {
  top: 390px;
  left: 30px;
}

#listoflist-tag .listoflist-grid-controls .grid-arrow-control.grid-right {
  top: 390px;
  right: 30px;
}

/* ListofList screen - END */
.custom-msg-container {
  display: none;
  margin-top: 10px;
}

.custom-msg-container h2 {
  color: #fff;
}

/* login and box */
#searcharea {
  display: none;
}

#login-container {
  z-index: 9999;
  width: 600px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  /*padding: 20px 0 0;*/
  min-height: 500px;
  text-align: left;
  overflow: hidden;
  margin: 20px auto 0 auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  float: left;
}

.cont-title {
  margin: 0 20px 10px 20px;
  color: #fff;
  padding-top: 10px;
}

.cont-title span {
  font-size: 16px;
  color: #d2d2d2;
  text-transform: lowercase;
}

#newUserRegLink, .loginLink {
  border-bottom: 1px dotted #9E9E9E;
  text-transform: capitalize !important;
}

.amreg {
  float: right;
}

.amreg a {
  color: #fff;
}

.amreg a:focus {
  color: #C22843;
  font-weight: 300;
}

#login-container .form-container {
  background: #fff;
  padding: 10px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  margin: 0 20px;
  /*margin-bottom: 20px;*/
}

#login-password-pane {
  display: none;
}

#login-container #edit-search-input, #login-email-input, #login-password-input, #firstname, #lastname, #register-password-input, #username, #register-email-input, #forgotpwd-email-input {
  border: 0;
  /*height: 40px;
  padding: 0 10px;*/
  height: 25px;
  padding: 8px 10px;
  width: 90%;
  font-family: 'Lato', sans-serif;
  color: #777;
  font-size: 140%;
}

#login-password-input, #register-password-input {
  -webkit-text-security: disc;
}

.input-description {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  margin: 20px 20px 10px 20px;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.4;
  font-style: normal;
}

.input-hint {
  margin: 2px 25px 2px;
  font-style: italic;
  color: #ccc;
  clear: both;
  display: block;
}

.forgot-pwd-link {
  cursor: pointer;
  text-align: right;
  width: 100%;
}

/*  keys */
.keys .key {
  width: 10%;
  float: left;
  display: block;
}

.keys .key span, .keys .key span.empty {
  background: #38383c;
  text-align: center;
  margin: 5px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-weight: 300;
}

.keys .key span.empty {
  background: transparent;
}

/*.keys .key:hover + .keys .key span,
{
  background: #C22843;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 5px;
}*/
.key:hover span, .key.active span {
  background: #C22843;
  color: #fff;
  font-weight: 300;
  display: block;
  margin: 5px;
}

/* wide keys */
.keys .key.kwide {
  width: 20%;
}

.keys .key.kwide4 {
  width: 25%;
}

.keys .key.kwideHalf {
  width: 50%;
}

.keysToggle .active .key {
  background: #C22843;
  color: #fff;
  font-weight: 300;
}

.keys a:focus span {
  background: #C22843;
  color: #fff;
  font-weight: 300;
}

.incta-cancel, .incta-next {
  text-transform: uppercase;
}

.tUpper {
  text-transform: uppercase;
}

.keysToggle .key.active {
  background: #C22843;
  color: #fff;
  font-weight: 300;
}

#tabspane {
  margin: 0 20px 20px 20px;
}

#key-widgets-col1 {
  width: 150px;
  float: left;
}

#key-widgets-col2 {
  width: 400px;
  float: left;
}

#key-widgets-col3 {
  width: 220px;
  float: left;
}

#key-widgets-col4 {
  width: 220px;
  float: left;
}

.keys-pad1 {
  padding: 0 0 0 20px;
}

.keysToggle, .keysConstants {
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
  width: 100px;
  font-weight: 300;
}

.keysConstants {
  margin: 0 0 0 20px;
}

.keysToggle li, .keysConstants li {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

.tab_infocontent {
  width: 620px;
  float: left;
}

.infocontent-main {
  width: 430px;
  float: left;
}

.infocontent-sidek {
  width: 190px;
  float: left;
}

.keys .infocontent-sidek .key {
  width: 26%;
}

.keysConstants li.first {
  margin-right: 10px;
}

.keysToggle li:first-child {
  margin-right: 10px;
}

.keysToggle .key, .keysConstants .key {
  background: #38383c;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.keyEmpty {
  background: transparent;
  width: 100%;
  text-align: center;
  margin: 5px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
}

.keysToggle .halfsp, .keysConstants .halfsp {
  width: 45%;
  float: left;
  clear: none;
}

.keysToggle .fa-arrow-up {
  font-size: 90%;
}

.cta-area {
  margin: 0 20px;
  clear: both;
}

.cta-area a {
  color: #d2d2d2;
  text-align: right;
  font-size: 120%;
  line-height: 22px;
  display: block;
  padding: 10px 0;
  clear: both;
}

.cta-area a:hover {
  color: #C22843;
}

.incta-register {
  font-weight: 100;
  text-align: center !important;
}

/* error messagin */
.text-error {
  color: #C22843;
}

#login-container .input-error {
  background: #ffbec9;
}

#login-container .input-error input {
  background: #ffbec9;
}

.clearrow {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

.btncon-close {
  display: block;
  background: url("../images/btncon-close.png") no-repeat 0 0;
  width: 32px;
  height: 37px;
  position: absolute;
  top: -42px;
  right: 10px;
  cursor: pointer;
}

.keylength50 {
  width: 50% !important;
}

/* search area */
#searcharea {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  z-index: 10000;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: none;
}

.searchpane {
  z-index: 9999;
  width: 900px;
  background: #212123;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  padding: 20px 0 0;
  min-height: 590px;
  text-align: left;
  margin: 0px auto 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  float: left;
}

/* --------------------search block --------------- */
#search-block-pane {
  padding: 5px 20px 20px;
  margin: 0;
}

.searchpane h2, .searchpane h3 {
  text-align: center;
  font-weight: 100;
  margin: 0;
  padding: 15px 0 0 0;
}

.searchpane h3 {
  text-align: left;
  padding: 15px 0 18px;
  border-bottom: 1px solid #19191b;
  color: #d2d2d2;
}

/* ------------------  FORM ---------------- */
#search-block-pane .form-container {
  background: #fff;
  padding: 5px 0;
  width: 98%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
}

#search-block-pane #edit-search-input {
  border: 0;
  height: 48px;
  padding: 0 10px;
  width: 90%;
  font-family: 'Lato', sans-serif;
  color: #777;
  font-size: 140%;
  /* word-wrap: break-word; */
  max-width: 28ch;
  overflow: hidden;
}

#search-block-pane input[type="submit"]:hover {
  border: none;
  color: #333;
}

/* ------------------  left side  ---------------- */
#search-widgets {
  width: 390px;
  float: left;
}

/* ---------------- keyboard ------------- */
#keys {
  padding: 0px 15px 0;
}

#keys .key {
  background: #38383c;
  width: 50px;
  float: left;
  text-align: center;
  margin: 5px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#keys .key:hover {
  background: #C22843;
  color: #fff;
}

.search-keypad-elem-focused {
  background: #C22843 !important;
  color: #fff !important;
}

#keys .key.ksearch, #keys .key.kcancelsearch {
  width: 47%;
  font-weight: 700;
  font-size: 130%;
  margin: 5px 5px 0;
}

#keys .key.kdelete, #keys .key.kback, #keys .key.kspace {
  width: 30.5%;
}

/* ------------------  right side  ---------------- */
#suggestions-widgets {
  width: 500px;
  float: right;
}

.searchpane ul, .searchpane li {
  margin: 0;
  padding: 0;
}

.searchpane ul#suggestions-list {
  height: 450px;
  overflow-y: auto;
  color: #fff;
}

.searchpane ul#suggestions-list li {
  color: #fff;
  cursor: pointer;
}

.searchpane li {
  list-style: none;
  border-bottom: 1px solid #19191b;
  font-size: 120%;
  font-weight: 300;
  display: block;
  text-align: left;
  width: auto;
  height: auto;
  padding: 13px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchpane li:hover, .searchpane li.ui-state-focus {
  color: #fff;
  background: #C22843;
  text-indent: 20px;
}

.kclear {
  background: #38383c;
  width: 70%;
  text-align: center;
  margin: 10px 10px 0 10px;
  color: #d2d2d2;
  padding: 9px 0;
  display: block;
  font-size: 120%;
  font-weight: 100;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 18px auto 0 auto;
}

.kclear:hover, #keys .key:focus {
  background: #C22843;
  color: #fff;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  background-color: #171717;
}

::-webkit-scrollbar-track-piece {
  background-color: #171717;
}

::-webkit-scrollbar-thumb:vertical {
  height: auto;
  background-color: #212123;
  -webkit-border-radius: 6px;
  border: 2px solid #171717;
}

scrollbar {
  /*  clear useragent default style*/
  -moz-appearance: none !important;
}

/* buttons at two ends */
scrollbarbutton {
  -moz-appearance: none !important;
}

/* the sliding part*/
thumb {
  -moz-appearance: none !important;
}

scrollcorner {
  -moz-appearance: none !important;
  resize: both;
}

/* vertical or horizontal */
scrollbar[orient="vertical"] {
  color: silver;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.vjs-control:focus {
  outline: none;
}

/* new v22 */
.btn-red {
  background: #C22843 !important;
}

.btn-gray {
  background: #38383c !important;
}

/* v29 */
.vjs-error-display.vjs-modal-dialog {
  display: none;
}

.hls-playback-on .vjs-audio-button {
  display: none;
}

.hls-playback-on #mainVideo_html5_api {
  height: 100vh;
}

.hls-playback-on .vjs-seek-to-live-control {
  display: none;
}

.hls-playback-on .vjs-control-text {
  display: none;
}

.hls-playback-on .vjs-control-bar {
  width: 100%;
}

.hls-playback-on .vjs-live-control {
  display: none;
}

.hls-playback-on .vjs-progress-control {
  display: block;
}

.hls-playback-on .vjs-descriptions-button {
  display: none;
}

.hls-playback-on .vjs-control {
  -webkit-appearance: none;
  background: transparent;
  border: none;
}

.hls-playback-on .video-js i {
  font-size: 1.8em;
}

.splashscreen {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  position: absolute;
}

.splashscreen img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* new v34 */
.main-videos-section {
  margin-top: 40px;
}

.vod-display-classic .video-list-row .video-box:first-child {
  margin-left: 7px;
}

.videos-info-container {
  min-height: 180px;
  margin-top: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  overflow: hidden;
}

.videos-info-container .vi-description {
    text-align: left;
    margin-top: 20px;
    width: 100%;
}

.videos-info-container .vi-title {
  margin-top: 10px;
  font-size: 30px;
}

.videos-info-container .vi-description {
  font-size: 17px;
}

.vi-stats {
  font-size: 20px !important;
}
/*
video::-internal-media-controls-button-panel {
  display:none;
}

video::-webkit-media-controls-play-button {
  display:none;
}

video::-webkit-media-controls-mute-button {
  display:none;
}

video::-webkit-media-controls-fullscreen-button {
  display:none;
}

video::-internal-media-controls-overflow-button {
  display:none;
}

video::-webkit-media-controls-volume-slider {
  display:none;
}

video::-webkit-media-controls-timeline {
  position: relative ;
  bottom:100px;
  display: none;
}

video::-webkit-media-controls {
  display:none;
}

input[pseudo="-webkit-media-controls-timeline" i]::-internal-track-segment-highlight-before {
  background: red;
} */

#videoHls {
  position: relative;
}

video::-webkit-media-text-track-display {
  top: 70%;
  position:absolute;
  margin-top:-10%;
}

video::cue {
  background-color: rgba(0, 0, 0, 0.6);
  font-size:24px;
  line-height:18px;
}

/* Custom playbar */
.player-progress-container .player-progress-bar {
  width: 78%;
  height: 4px;
  background: #fff;
  display: block;
  position: relative;
  margin-bottom: -10px;
  margin-top: 10px;
  margin-left: 11%;
}

.player-progress-container .player-progress-bar span {
  background: #f34966;
  width: 0;
  height: 4px;
  z-index: 999;
  position: absolute;
  left: 0;
}

.player-progress-container .player-time {
  color:#f34966;
  font-size:20px;  
  width:10%;
  margin-top: -13px;

}

.player-progress-container .player-current-time {
  float: left;
  margin-left: 2%;
}

.player-progress-container .player-remaining-time {
  float: right;
  margin-right: 2%;
}

/* new ads */
.video-player-container {
  position: relative;  
}

.video-player-container #adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

#adBlock {
  position: relative;
}
#adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

.custom-ad-label {
  bottom: 8px;
  vertical-align: bottom;
  color: #fff;
  background: #00000094;
  padding: 2px 10px;
  width: auto;
  position: absolute;
  left:25px;
}

/* toastr messages */
.toaster-msg {
  position: absolute;
  bottom: 15%;
  left: 30%;
  right: 30%;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  /* box-shadow: 0 0 6px #999; */
  color: #fff;
  opacity: 1;
  padding: 5px 15px 10px 50px;
  background:transparent;
  font-size: 22px;
  display:none;
  z-index: 99999;
  height: 70px;
  padding-top: 15px !important;
}

.toaster-msg.bottom-toaster {
  left: 0;
  top: 0;
  right: 0;
  background: #23b223;
  padding: 10px;
}

.toaster-msg.bottom-success-toaster {
  background: #23b223;
}

.toaster-msg.bottom-warning-toaster {
  background: #f81238;
}

/* Playlist in player */
/* Player grid layout script */
.vod-row {
  /* background-color: #eee; */
  margin-bottom: 20px;
  color: #fff;
}
  
.vod-row-title span, .vod-row .bottom-title {
  color: #ffffff !important;
  font-size: 18px;
}

.vod-row .portrait .vod-thumb{
  /* background-color: #eee; */
  height: 150px;
  width: 110px;
  min-height: 150px;
  min-width: 110px;
}

.vod-row .landscape .vod-thumb{
  /* background-color: #eee; */
  height: 101px;
  width: 180px;
  min-height: 101px;
  min-width: 180px;
}

.vod-row .mixed .vod-thumb{
  /* background-color: #eee; */
  height: 112.78px;
  width: 150px;
  min-height: 112.78px;
  min-width: 150px;
}

.vod-thumb {
  margin-right:20px;
  background-image: url(../img/ajax-loader.gif);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.vod-thumb-row {
  /* overflow: hidden; */
}

.vod-thumb-row .vod-focused {
  /*border:5px solid #fff;*/
  -webkit-box-shadow: 0px 0px 1px 7px #fff;
  box-shadow: 0px 0px 1px 7px #fff;
  /*margin-left: 7px;*/
}

.vod-thumb img {
  height: 150px;
  width: auto;
}

.videos-playlist-container {
  position: absolute;
  height: 300px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top:15px;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.6);
  z-index: 100;
  padding-bottom: 12%;
  display: none;
  bottom:0;
}

.landscape-app .videos-playlist-container {
  height: 250px;
}

.nocc {
  display:none;
}

/* back navigation in suggested channels */
.go-back-to-main {
  margin-left: 20px;
  background: #f34966;
  border-radius: 5px;
  padding: 0 5px;
  /* font-size: 15px; */
  color: #fff;
  display: none;
  /* border: 1px solid #f34966; */
  width: 100px;
  text-align: center;
  float: right;
  margin-top: 0px;
  height: 27px;
  font-size: 18px !important;
}

.go-back-focused {
  -webkit-box-shadow: 0px 0px 1px 4px #fff;
  box-shadow: 0px 0px 1px 4px #fff;
}

.landscape-app .main .vi-stats {
  padding-top:40px;
}

.landscape-app .main .listoflist-info-container .vi-stats {
  padding-top:0px;
}

/* New Settings Screen */
#settingsScreen {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 99;
  color:#fff;
}

#settingsScreen .settings-inner {
  padding:50px;
}

#settingsScreen .settings-inner h4 {
  margin-top:10%
}

#settingsScreen .settings-close-icon {
  float: right;
}

#settingsScreen .settings-close-icon i {
  padding: 10px 9px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: #f34966;
}

#settingsScreen .settings-details {
  margin-top:5%;
}

#settingsScreen .settings-details .row {
  margin-top:20px;
  font-size:17px;
}

#settingsScreen .settings-details .settings-name {
  text-align: right;
}

/* Options / Star Menu Styles */
.section-footer {
  position: absolute;
  background-color: #444343b8;
  z-index: 1;
  color: #fff;
  padding: 0 30px 0 0;
  bottom: 30px;
  right: 0px;
  border-radius: 50px 0px 0px 50px;
  border-top: 1px solid #f349669c;
  border-bottom: 1px solid #f349669c;
  z-index: 99;
}

.section-footer button {
  border: 0;
  background-color: #007bff;
  color: #fff;
}

.opt-btn {
  /* pointer-events: none;
  background-color: #007bff;
  color: #fff;
  width: 30px;
  height: 14px;
  margin-top: 4px;
  margin-right: 5px;
  border-radius: 3px !important; */
  width: 0;
  padding: 0;
  margin: 0;
}

.opt-btn-vizio {
  background-color: #444444;
    color: #fff;
    width: 30px;
    height: 14px;
    margin-top: 4px;
    margin-right: 5px;
    border-radius: 3px !important;
    filter: drop-shadow(-1px -1px 1px rgba(255,255,255,0.5))drop-shadow(1px 1px 1px rgba(255,255,255,.7));
}

.opt-btn-vizio span {
  position: absolute;
  line-height: .45;
  top: 5px;
  left: 10px;
}

#optDropdownMenuButtonList {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

#optDropdownMenuButtonList .dropdown-item {
  color: #fff;
}

#optDropdownMenuButtonList .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

#optDropdownMenuButtonList .active 
 {
  color: #fff;
  text-decoration: none;
  background-color: #f34966;
}

.section-footer .star-options-label span {
  background: #f34966;
  color: #fff;
  /* height: 30px; */
  /* width: 30px; */
  border-radius: 50%;
  padding: 4px 11px 5px 11px;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-weight: 800;
  margin-right: 10px;
} 

/* Star rating */
.vi-star-rating i {
  color:#dddddd91;
}

.vi-star-rating .star-highlight i {
  color: #f34966 !important;
}

.listoflist-info-container .vi-star-rating {
  margin-right: 20px;
}

#videoresumebox .vi-star-rating {
  margin-top: 10px;
  margin-bottom: 40px;
}

/* bug ads */
.bug-ads-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(to top, #000000b5, transparent);
  padding-bottom: 1%;
  padding-top: 1%;
}

.bug-ads-container img {
  margin: 0 auto;
}

/* Live TV and EPG */
.live-tv-mode .custom-seekbar, .live-tv-mode .video-controls-container, .live-tv-mode .basic-video-controls-container, .live-tv-mode .player-speed-label, .live-tv-mode .video-info-container, .live-tv-mode .videos-playlist-container {
  display:none !important;
}

.livetv-channel-changer {
  position: absolute;
  left: 0;
  padding-top: 6%;
  padding-left: 50px;
  padding-right: 30px;
  text-align: center;
  height: 100%;
  top: 0;
  width: 200px;
  background: linear-gradient(90deg, black, transparent);
}

.livetv-channel-changer span, .livetv-channel-changer img {
  position: relative;
  display: block;
}

.livetv-channel-changer span {
  margin-top: 10px;
  color: #fff;
  font-size: 2rem;
}

.livetv-channel-changer img {
  width: 120px;
  margin: 10px 0;
}

.livetv-video-info {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(black 20%, transparent);
  width: 100%;
  top: 0px;
  padding: 2% 10% 0 10%;
}

.epg-parent-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding:0 12px;
}

.epg-splash-wrapper .splash-info {
  background: linear-gradient(0deg, black 60%, transparent);
  z-index: 3;
}

.livetv-channel-changer .livetv-epg-opener {
  margin-top: 90px;
}