.live-video-content {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.live-video-content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: none;
  overflow: hidden;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/Assets/enp/v2/img/live/play-icon.png) center center no-repeat;
  content: "";
  opacity: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
}
.live-video-content.playing:before {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform: scale(0.5);
}
.live-video-content.mudu-state-error:before {
  display: none;
}
.live-video-content .firstMutedIcon {
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: 11;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #333;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  line-height: 50px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.live-video-content .firstMutedIcon .iconfont {
  font-size: 24px;
  position: relative;
  top: 1px;
}
.live-video-content.mudu-state-error .firstMutedIcon {
  display: none !important;
}
/*# sourceMappingURL=./livePlayer.css.map */



/*  */
/* .mudu-playback .mudu-bar-wrap {
  display: none;
} */
.countdown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 0;
  padding: 16px;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.countdown .text-p {
  position: absolute;
  top: -50px;
  width: 100%;
  margin-left: -16px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.countdown h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}
.countdown .countdown-finished-message {
  color: #fff;
}
@media (max-width: 767px) {
  .countdown h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
.countdown table {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.countdown table tr.countdown-numbers {
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767px) {
  .countdown table tr.countdown-numbers {
    font-size: 40px;
    line-height: 37px;
  }
}
.countdown table tr.countdown-numbers td {
  width: 100px;
  color: #fff;
}
 .countdown table tr.countdown-text th {
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
}
.countdown-empty-placeholder {
  position: relative;
  height: 20px;
}
@media (min-width: 768px) {
  .countdown-empty-placeholder {
    height: 100px;
  }
}
section.hero-wrap.in-live .countdown {
  margin-top: 180px;
}
section.remindme-wrap {
  text-align: center;
}
section.remindme-wrap:before,
section.remindme-wrap:after {
  content: " ";
  display: table;
}
section.remindme-wrap:after {
  clear: both;
}
section.remindme-wrap:before,
section.remindme-wrap:after {
  content: " ";
  display: table;
}
section.remindme-wrap:after {
  clear: both;
}
section.remindme-wrap .remindme-inner {
  position: relative;
}
@media (min-width: 768px) {
  section.remindme-wrap .remindme-inner {
    margin: 0px 20px;
    padding: 0px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #808080;
  }
}
section.remindme-wrap .remindme-label {
  font-family: 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 10px;
  font-size: 20px;
  color: #1c2a30;
  background-color: #808080;
}
@media (min-width: 768px) {
  section.remindme-wrap .remindme-label {
    width: auto;
    overflow: hidden;
    padding: 27px 0px;
    line-height: 20px;
    text-align: left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}