
#live {
  display: flex;
}
#live .left {
  flex: 1;
  padding: 20px;
  position: relative;
  z-index: 1;
}
#live .right {
  padding: 20px;
  width: 340px;
}
#live .player {
  padding-top: calc(56.25%);
  width: 100%;
  height: auto;
  position: sticky;
  top: 120px;
}
#live .player .countdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-top: 25%;
  background-color: rgba(0, 0, 0, 0.85);
}
#live .player table {
    margin: 0 auto;
}
#live .player table td {
    padding: 0 20px;
}
#live .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#live .player > h2 {
  position: absolute;
  bottom: -50px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    #live .player > h2 {
      bottom: -100px;
    }
}
#live .in-live {
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    padding: 5px 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}
#live .in-live .red, #live .in-live .black {
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 7px 7px 7px 0;
    background-color: #f00;
    float: left;
    display: block;
}
#live .in-live .black {
    background-color: #000;
}
#live h2 {
    font-size: 26px;
    line-height: 40px;
}
#live h3 {
    font-size: 18px;
    line-height: 28px;
}
#live .starring {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 12px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
#live .video  {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px;
    background-color: white;
    margin-bottom: 15px;
}
#live .video .hour {
    float: right;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
#live .video .date {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
#live .video h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
#live .video .starring {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
#live .button-agenda:hover, #live .button-all-agenda:hover {
    opacity: 0.95;
}
#live .button-agenda, #live .button-all-agenda {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 20px;
    background-image: url(add-all-events.png);
    background-position: right 10px top 8px;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-transition: none !important;
    transition: none !important;
    background-color: #B7DBB3;
    border-radius: 5px;
}
#live .button-agenda {
    background-color: #c7e8f9;
    background-image: url(add-event.png);
    border-radius: 5px 5px 0 0;
}
#live .button-all-agenda {
    margin-top: 10px;
    margin-bottom: 10px;
}
#live .countdown {
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
}
#live .countdown .number {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
}
#live .countdown .text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#live .fde-row, #replay .fde-row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    align-items: stretch;
}
#live .fde-row .col-6, #replay .fde-row .col-6 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    flex: 50%;
    padding: 0px 15px;
}

#replay {
    font-size: 18px;
    line-height: 28px;
    margin-top: 120px;
    padding-top: 65px;
    border-top: 2px solid #000;
    width: calc(100% - 340px);
}
#replay h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
#replay .starring {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #000;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
#replay iframe {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #live {
      display: block;
    }
    #live .left {
      padding: 0;
    }
    #live .right {
      padding: 0;
      display: block;
      width: 100%;
      margin-top: 50px;
    }
    #live .fde-row, #replay .fde-row {
        display: block;
        margin: 0;
    }
    #live .fde-row .col-6, #replay .fde-row .col-6 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0;
    }
    #replay {
        width: 100%;
        margin-top: 0;
    }
}

.addeventatc .addeventatc_icon
{
    display:none;
}
