.live-info {
  background-color: #fff;
  background-image: none;
  margin-bottom: 2px;
  padding: 0;
}

.live-info .live-info-current {
  background-image: linear-gradient(to right, #e9effe 0%, #f0fbff 100%);
  background-repeat: no-repeat;
  box-shadow: none;
  padding: 20px;
  padding-left: 20px;
  position: relative;
  width: 70%;
}

.live-info .live-info-current.active {
  background-image: linear-gradient(to right, #d2defe 0%, #f0fbff 100%);
}

.live-info span.time {
  background-image: url('../../images/broadcasting_now.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #282d4d;
  display: inline-block;
  height: 22px;
  font-family: "TV Sans Screen";
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-indent: 120px;
}

.live-info span.time:after,
.live-info span.time:before {
  display: block;
  content: "";
  background: url(../../images/ct24-blue.png) no-repeat 100% 0 transparent;
  background-size: 50px;
  width: 88px;
  height: 20px;
  position: absolute;
}

.live-info span.time:after {
  right: 20px;
  top: 25px;
}

.live-info span.time:before {
  display: none;
  left: 20px;
  top: 20px;
}

.live-info-extra.live-info span.time:after,
.live-info-extra.live-info span.time:before {
  background: url(../../images/ct24-extra-active.svg) no-repeat 100% 0 transparent;
  background-size: 100%;
}

.live-info-current-title {
  background: url(../../images/button-play-live-active.svg) no-repeat 0 6px transparent;
  color: #1250cc;
  cursor: pointer;
  font-family: "TV Sans Screen";
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  padding: 10px 0 0 40px;
}

.active .live-info-current-title {
  background: url(../../images/button-play-live.svg) no-repeat 0 6px transparent;
  color: #01195f;
}

.text-devide {
  display: flex;
  justify-content: space-between;
}

.live-info-current-text {
  color: #01195f;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.live-info .progressbar {
  background-color: #fff;
  height: 4px;
}

.live-info .progressbar .progressbar-value {
  background-color: #b41819;
}

.live-info-current-details, .live-info-next-details {
  margin: 10px 0 7px;
}

.live-info-current-details {
  padding-left: 10px;
}

.live-info-current-details a, .live-info-next-details a {
  background: url(../../images/regions/list-arrow-act.png) no-repeat right center transparent;
  color: #043cdc;
  display: inline-block;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 16px;
}

.inactive {
  display: none;
}

.live-info-next {
  padding-top: 20px;
  width: 30%;
}

.live-info-next-label {
  color: rgba(28, 38, 51, 0.66);
  font-family: "TV Sans Screen";
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.live-info-next-label time {
  color: #282d4d;
  font-family: "TV Sans Screen";
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.live-info-next-line {
  color: #282d4d;
  font-family: "TV Sans Screen";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

@media only screen and (min-width: 1200px) {
  .live-info span.time,
  .live-info .progressbar,
  .text-devide {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .live-info .live-info-current {
    float: left;
    width: 90%;
  }
  .live-info .live-info-next {
    float: left;
    width: 10%;
  }

  .live-info .live-info-next-label,
  .live-info .live-info-next-line {
    display: none;
  }

  .live-info-next .live-info-next-details a {
    text-indent: -9999px;
  }
}

@media only screen and (max-width: 400px) {
  .text-devide {
    display: block;
  }

  .live-info-current-details {
    padding-left: 0;
  }
}

.onair-label-extra {
  right: 4px;
  top: 9px;
}

.onair-label.extra {
  width: 80px;
}

.onair-label.extra-wide {
  width: 90px;
}

/* FIX 4 PHONES */
@media only screen and (max-width: 400px) and (orientation : portrait) {
  .live-info span.time:before {
    background-position-x: 0;
    display: block;
  }

  .live-info span.time:after {
    display: none;
  }

  .live-info span.time {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1200px) and (orientation : landscape) {
  .live-info span.time:before {
    background-position-x: 0;
    display: block;
  }

  .live-info span.time:after {
    display: none;
  }

  .live-info span.time {
    margin-top: 25px;
  }

  .text-devide {
    display: block;
  }

  .live-info-current-details {
    padding-left: 0;
  }
}