/* MIXIN */
/* MIXIN */
.videoplayer.hidecontrols .controls-container {
  display: none;
}

#div_Main {
  height: 100%;
  min-height: 100%;
  display: block;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  overflow: hidden;
}

.downloadlink {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.downloadlink svg {
  height: 25px;
  width: 25px;
  fill: #fff;
}

#div_Login {
  margin: 0em 4em;
  margin-top: 15%;
}

#H264OUT {
  height: 100%;
  width: 100%;
}

.embednotice {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
}
.embednotice__placeholder {
  width: 100%;
}
.embednotice__reload {
  position: absolute;
  top: 6px;
  right: 4px;
  z-index: 10;
}
.embednotice__reload svg {
  width: 30px;
  height: 30px;
}
.embednotice__watermark {
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 0.7;
  top: 5px;
  left: 5px;
}
.embednotice--withgraphic {
  background-color: #000;
}
.embednotice--withgraphic svg {
  fill: #eee;
}

.valiant {
  height: calc(100% - 40px);
  width: 100%;
}

.es-photosetview {
  background-color: #000;
}

.es-photosetview #a_LargePS, .es-photosetview #a_RefreshViewer {
  display: none;
}

.es-listitem-container {
  position: relative;
}

.es-playlist-itemslist {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

#embed-layout-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
}

#embed-video {
  height: 100%;
  -ms-flex: 1 0 auto;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  background-color: #000;
  position: relative;
  z-index: 0;
}

#embed-sidebar {
  height: 100%;
  width: 350px;
  min-width: 350px;
  background-color: #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  /* IE 9 */
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
}
#embed-sidebar.touchmode #embed-sidebar-open {
  display: block;
}
#embed-sidebar.open .embed-open-arrow {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */
  transform: rotate(270deg);
}

#embed-sidebar-open {
  height: 30px;
  width: 100%;
  display: none;
  padding: 2px;
}

.embed-open-arrow {
  height: 26px;
  width: 26px;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  fill: #555;
}
.embed-open-arrow:last-of-type {
  position: relative;
  left: -16px;
}

#embed-sidebar-container {
  width: 84px;
  height: 100%;
  background-color: #eee;
  z-index: 10;
}

#embed-sidebar-container:hover #embed-sidebar {
  -webkit-transform: translateX(-266px);
  -ms-transform: translateX(-266px);
  /* IE 9 */
  transform: translateX(-266px);
}
#embed-sidebar-container:hover #embed-sidebar.touchmode {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  /* IE 9 */
  transform: translateX(0%);
}
#embed-sidebar-container:hover #embed-sidebar.touchmode.open {
  -webkit-transform: translateX(-266px);
  -ms-transform: translateX(-266px);
  /* IE 9 */
  transform: translateX(-266px);
}

@media only screen and (min-width: 551px) {
  #embed-sidebar-container {
    width: 350px;
    min-width: 350px;
  }

  #embed-sidebar-open {
    display: none !important;
  }

  #embed-sidebar-container:hover #embed-sidebar {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    /* IE 9 */
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 350px) {
  #divSubs > div:nth-of-type(1) > div {
    font-size: 1em;
  }

  #divSubs > div:nth-of-type(1) {
    height: 5.1em;
  }

  #divSubs > div:nth-of-type(1) > div.active {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 551px) {
  #divSubs > div:nth-of-type(1) > div {
    font-size: 1.2em;
  }

  #divSubs > div:nth-of-type(1) {
    height: 5.7em;
  }

  #divSubs > div:nth-of-type(1) > div.active {
    font-size: 1.8em;
  }
}
#embed-sidebar {
  height: 100%;
  width: 350px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

#embed-sidebar-tabs {
  height: 50px;
}

#embed-sidebar-content {
  -ms-flex: 1 0 auto;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.embed-splash {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.embed-splash.remove {
  display: none;
}
.embed-splash > div > img {
  min-width: 0;
  -ms-flex: 1 1 auto;
}
.embed-splash > div.embed-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.embed-splash div.embed-startbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0em 1em 1em 1em;
  margin-bottom: 0.1em;
}
.embed-splash > div#countdown {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.embed-splash > div#countdown.countdown-enabled {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.embed-splash > div#countdown .embed-startdate {
  font-size: 1.5em;
  background-color: rgba(240, 240, 240, 0.7);
  border-radius: 4px;
  padding: 0em 0.41em;
}
.embed-splash div.embed-details {
  width: 100%;
  padding: 0em 1em 0em 1em;
}
.embed-splash div.embed-details > div {
  border-left-width: 3px;
  border-left-style: solid;
  padding: 0.25em;
  position: relative;
  border-radius: 0.25em;
}
.embed-splash div.embed-details > div > div {
  font-size: 0.7em;
}
.embed-splash div.embed-details > div > div.embed-title {
  font-weight: bold;
  font-size: 0.8em;
}
@media only screen and (min-width: 350px) {
  .embed-splash div.embed-details > div > div.embed-title {
    font-size: 1em;
  }
}
.embed-splash div.embed-details > div ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.embed-splash div.embed-details > div ::-webkit-scrollbar-thumb {
  background: #222;
}
.embed-splash div.embed-details > div ::-webkit-scrollbar-track {
  background: #666;
}
.embed-splash div.embed-details > div > div.embed-desc {
  max-height: 3em;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.embed-splash div.embed-details > div > div.es-view-duration {
  position: absolute;
  right: 3px;
  top: 2px;
}

@media only screen and (min-width: 350px) {
  div.embed-startbutton {
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 551px) {
  div.embed-startbutton {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 551px) and (min-height: 400px) {
  div.embed-title {
    font-size: 1.5em !important;
  }

  div.embed-desc {
    max-height: 6em !important;
  }
}
@media only screen and (min-width: 651px) and (min-height: 500px) {
  div.embed-title {
    font-size: 2em !important;
  }

  div.embed-desc {
    max-height: 10em !important;
  }
}
.embed-freeview {
  position: absolute;
  color: black;
  top: 0px;
  width: 100%;
  font-size: 0.7em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.embed-freeview > div:nth-of-type(1) {
  height: 50px;
}
.embed-freeview > div:nth-of-type(1) > img {
  width: 50px;
  height: 50px;
}
.embed-freeview > div:nth-of-type(2) {
  height: 1.8em;
  padding: 0.2em;
  margin: 0em 0.5em;
  border-radius: 2px;
}

.embed-countdown-labels {
  color: #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5em;
}
.embed-countdown-labels > div {
  width: 75px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
  border-radius: 4px;
}
.embed-countdown-labels.values > div {
  height: 75px;
  font-size: 50px;
  font-weight: bold;
}

#divStartStream {
  margin-top: 1em;
  display: none;
}

#a_StartStream {
  margin-top: 1em;
}

#divPrePlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#divPrePlay > div {
  display: inline-block;
  height: 20%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.embed-comingsoon-placeholder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.embed-quiz-splash {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.embed-quiz-splash > div {
  width: 100%;
  height: 100%;
}
.embed-quiz-splash > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.embed-quiz-splash > div > div:nth-of-type(1) img {
  width: 100%;
}
.embed-quiz-splash > div > div:nth-of-type(2) > div {
  background-color: rgba(0, 0, 0, 0.75);
  font-family: "lato", verdana;
  font-weight: 400;
  color: white;
  max-width: 65%;
  padding: 1.2em;
  border-bottom: 4px solid #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
}
.embed-quiz-splash > div > div:nth-of-type(2) > div div {
  padding-bottom: 10px;
  font-size: 1em;
}
.embed-quiz-splash > div > div:nth-of-type(2) > div .quiz-title {
  font-size: 2em;
  font-weight: 600;
}
.embed-quiz-splash > div > div:nth-of-type(2) > div a {
  background-color: #6CBE45;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 1em;
  font-weight: 600;
  font-family: "ubuntu";
  width: auto !important;
}

.embedlogin {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.embedlogin__panel {
  width: 95%;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  box-shadow: 6px 6px 0px 0px rgba(23, 34, 45, 0.05);
}
@media only screen and (min-width: 400px) {
  .embedlogin__panel {
    width: 380px;
  }
}
.embedlogin__lbl {
  font-size: 0.75rem;
  text-align: center;
}
.embedlogin__btn {
  width: 100%;
  margin: 10px 0px 0px 0px;
  font-size: 0.75rem;
  padding: 10px;
  border-radius: 4px;
}

/*# sourceMappingURL=embed.css.map */
