.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  font-family: Helvetica, Arial, sans-serif;
}
@media (max-height: 200px) {
  html {
    font-size: 5vh;
  }
}
@media (min-height: 200px) {
  html {
    font-size: 62.5%;
  }
}
html body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
html body a {
  text-decoration: none;
}
html body #player-ui {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
@media (max-width: 400px) {
  html body #player-ui {
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 400px) {
  html body #player-ui {
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
html body #player-ui .player-cover-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #888888;
}
html body #player-ui .player-cover-wrapper#player-cover-wrapper-large {
  height: 100%;
}
@media (max-width: 400px) {
  html body #player-ui .player-cover-wrapper#player-cover-wrapper-large {
    display: none;
  }
}
html body #player-ui .player-cover-wrapper#player-cover-wrapper-large .player-cover-controls i {
  font-size: 8rem;
}
html body #player-ui .player-cover-wrapper#player-cover-wrapper-large .player-loader {
  width: 7rem;
  height: 7rem;
}
html body #player-ui .player-cover-wrapper#player-cover-wrapper-small {
  -moz-box-align-self: stretch;
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
@media (min-width: 400px) {
  html body #player-ui .player-cover-wrapper#player-cover-wrapper-small {
    display: none;
  }
}
html body #player-ui .player-cover-wrapper#player-cover-wrapper-small .player-cover-controls i {
  font-size: 4rem;
}
html body #player-ui .player-cover-wrapper#player-cover-wrapper-small .player-loader {
  width: 4rem;
  height: 4rem;
}
html body #player-ui .player-cover-wrapper .player-cover-controls a {
  color: white;
}
html body #player-ui .player-cover-wrapper .player-cover-controls a i {
  display: block;
  text-shadow: 0 0 0.5rem #888888;
}
html body #player-ui .player-cover-wrapper .player-loader {
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
html body #player-ui .player-cover-wrapper .player-play,
html body #player-ui .player-cover-wrapper .player-pause {
  display: none;
}
html body #player-ui .player-cover-wrapper .player-cover-image,
html body #player-ui .player-cover-wrapper .player-cover-controls {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-size: cover;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
}
html body #player-ui .player-cover-wrapper .player-cover-image img {
  width: 120%;
  height: 120%;
}
html body #player-ui #player-infos-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper {
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper {
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.5rem;
  position: absolute;
}
@media (max-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container {
    padding: 0.5rem;
  }
}
@media (min-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container {
    padding: 1rem;
  }
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container div,
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container a {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-title {
  color: black;
  font-size: 2rem;
  font-weight: bold;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-channel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #888888;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-channel #event-channel-value {
  color: #888888;
  margin-left: 0.5rem;
}
@media (max-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-lineup {
    display: none;
  }
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-date,
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-stats {
  margin-top: 1rem;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-date i,
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-stats i {
  width: 1.5rem;
  height: 1.5rem;
  color: #888888;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-event-wrapper #player-event-container #event-stats div {
  margin-right: 1rem;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper {
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper .divider {
    width: 0.1rem;
  }
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper a.link {
    padding: 1rem 0;
  }
}
@media (min-width: 400px) {
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper {
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper .divider {
    height: 0.1rem;
  }
  html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper a.link {
    padding: 0 2rem;
  }
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper .divider {
  background-color: white;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper a.link {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #403f3d;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #cccccc;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper a.link img {
  height: 1.5rem;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper a.link span {
  margin-right: 1rem;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper #link-options {
  right: 0;
  z-index: 1;
  bottom: -4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 2rem;
  position: absolute;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #cccccc;
}
html body #player-ui #player-infos-wrapper #player-details-wrapper #player-links-wrapper #link-options a {
  padding: 1rem;
  color: #403f3d;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper {
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #403f3d;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  padding: 1rem 0 1rem 1rem;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=live] #player-event-progress .ui-slider-range,
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=pending] #player-event-progress .ui-slider-range {
  background-color: #ff5156;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=live] #player-event-status,
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=pending] #player-event-status {
  color: #ff5156;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=archive] #player-event-progress .ui-slider-range,
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=media] #player-event-progress .ui-slider-range {
  background-color: #00ebbf;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=archive] #player-event-status,
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=media] #player-event-status {
  color: #00ebbf;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=upcoming] #player-event-progress .ui-slider-range {
  background-color: #ffc500;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper[status=upcoming] #player-event-status {
  color: #ffc500;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper #player-event-status {
  text-transform: uppercase;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper #player-event-progress {
  height: 0.5rem;
  margin: 0.5rem 0;
  position: relative;
  background-color: white;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper #player-event-progress .ui-slider-range {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-progress-wrapper #player-time-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-mute-wrapper {
  padding: 0 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.5rem;
}
html body #player-ui #player-infos-wrapper #player-status-wrapper #player-mute-wrapper a {
  color: white;
  width: 1.5rem;
  display: block;
  height: 1.5rem;
  line-height: 1.5rem;
}
html body #awdio-logo {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-box-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #888888;
}
