/** [AIV_SHORT]  Build version: 1.0.0 - Tuesday, April 23rd, 2019, 4:17:03 PM  **/
@font-face {
  font-family: 'ChaletBook';
  src: url(/static/fonts/ChaletBook-Bold.woff2) format("woff2"), url(/static/fonts/ChaletBook-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Calibri';
  src: url(/static/fonts/Calibri-Light.woff2) format("woff2"), url(/static/fonts/Calibri-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Calibri';
  src: url(/static/fonts/Calibri.woff2) format("woff2"), url(/static/fonts/Calibri.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url(/static/fonts/GothamMedium.woff2) format("woff2"), url(/static/fonts/GothamMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url(/static/fonts/Gotham-Book.woff2) format("woff2"), url(/static/fonts/Gotham-Book.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2 {
  font-family: 'ChaletBook';
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: #FCFCFE;
  margin: 10px 0; }

h3 {
  font-family: 'ChaletBook';
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #FCFCFE;
  margin: 10px 0; }

h5 {
  font-family: 'Gotham Book';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: #130a03; }

.player-section .error-message {
  text-align: center;
  padding-top: 80px; }

#content .left-section .scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 76px;
  width: -webkit-calc(100% + 15px);
  width: calc(100% + 15px);
  margin-left: -15px;
  background: #141414;
  cursor: pointer; }

@media screen and (max-width: 991px) {
  #content .left-section .scroll-down {
    width: 100%;
    margin: 0; } }

/* playlist */
.playlist {
  margin-left: -15px;
  height: 282px;
  overflow: auto;
  overflow-y: scroll;
  position: relative; }

/* experiment with custom scrollbar */
.playlist::-webkit-scrollbar {
  width: 1em; }

.playlist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.playlist::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

/* end scrollbar experiment */
@media screen and (max-width: 991px) {
  .playlist {
    width: 100%;
    margin: 0; } }

.playlist .playlist-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #262626;
  padding: 12px 25px 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer; }

.playlist .playlist-item.active, .playlist .playlist-item:hover {
  background: rgba(38, 38, 38, 0.87); }

.playlist .playlist-item .play {
  height: 30px;
  width: 30px;
  cursor: pointer; }

.playlist .playlist-item .title {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-left: 15px;
  font-family: 'Calibri';
  color: #fff;
  font-size: 16px;
  line-height: 1; }

.player-section.player-iframed .playlist {
  height: 335px; }

.player-section.player-iframed .playlist .playlist-item {
  padding: 8px 25px 8px;
  background: rgba(38, 38, 38, 0.87); }

.player-section.player-iframed .playlist .playlist-item.active, .player-section.player-iframed .playlist .playlist-item:hover {
  background: rgba(38, 38, 38, 0.69); }

/* end playlist */
.player-section .call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 12px; }

.player-section .call-to-action .action-item {
  display: flex;
  align-items: center;
  height: 14px;
  margin-left: 15px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
  opacity: 0.9; }

.player-section .call-to-action .action-item:first-of-type {
  margin-left: 0; }

.player-section .call-to-action .action-item > a {
  display: flex;
  align-items: center;
  opacity: inherit; }

.player-section .call-to-action .action-item img {
  height: 14px;
  width: 14px; }

.player-section .call-to-action .action-item-text {
  font-size: 12px;
  padding-left: 4px;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase; }

.player-section .call-to-action .action-item.active .action-item-text, .player-section .call-to-action .action-item.active > img, .player-section .call-to-action .action-item.active > a > img,
.player-section .call-to-action .action-item:hover .action-item-text,
.player-section .call-to-action .action-item:hover > img,
.player-section .call-to-action .action-item:hover > a > img {
  opacity: 0.6; }

.player-section .call-to-action .popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  right: -8px;
  width: 130px;
  z-index: 999;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.player-section .call-to-action .popup-links {
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 0;
  margin-bottom: 7px; }

.player-section .call-to-action .popup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.player-section .call-to-action .action-share .popup-links {
  padding: 10px 8px;
  width: 100px; }

.player-section .call-to-action .popup:before {
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0px;
  right: 10px;
  border: 7px solid transparent;
  border-top-color: #000;
  border-bottom: 0; }

.player-section .call-to-action .popup-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px; }

.player-section .call-to-action .action-share .popup-link {
  display: inline-block;
  padding: 2px; }

.player-section .call-to-action .popup-link img {
  height: 12px;
  width: 12px;
  opacity: 1 !important; }

.player-section .call-to-action .action-share .popup-link img {
  height: 24px;
  width: 24px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.player-section .call-to-action .action-share .popup-link:hover img {
  opacity: 0.6 !important; }

.player-section .call-to-action .popup-link-title {
  font-family: Calibri;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-left: 5px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }

.player-section .call-to-action .popup-link:hover .popup-link-title {
  color: white; }

.player-section .call-to-action.call-to-action-bottom {
  margin-bottom: 0;
  margin-top: 16px; }

.player-section .call-to-action .action-item:hover .popup {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s; }

.player-section .call-to-action .action-item .popup.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

/* player */
.display-none {
  display: none !important; }

.player-section {
  max-width: 100%; }

.player-section a {
  color: inherit;
  text-decoration: inherit; }

.player-section .player-nav {
  line-height: 1;
  min-height: 210px;
  background-color: #f8f8f8;
  padding: 22px 22px 18px;
  margin-top: 30px;
  position: relative;
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.player-section .player-nav .player-main-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
  -moz-align-items: -moz-flex-start;
  -webkit-align-items: -webkit-flex-start;
  -ms-align-items: -ms-flex-start;
  align-items: flex-start; }

.player-section .player-nav .series-image {
  height: 200px;
  width: 200px;
  margin-right: 0px; }

.player-section .player-nav .player-left {
  background-color: #eee; }

.player-section .player-nav .player-left .mini-logo {
  display: none; }

.player-section .player-nav .player-right {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden; }

.player-section .player-nav .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.player-section .player-nav .top a {
  font-family: 'Gotham';
  font-size: 14px;
  font-weight: 500;
  color: #5EB0FA; }

.player-section .player-nav .top h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

.player-section .player-nav .title {
  font-family: 'Gotham';
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  color: #000;
  padding: 11px 0 16px; }

.player-section .player-nav .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.player-section .player-nav .controls .controls-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.player-section .player-nav .controls .controls-left .rewind {
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.player-section .player-nav .controls .controls-left .play-stop img,
.player-section .player-nav .controls .controls-left .rewind img {
  height: 100%;
  width: 100%; }

.player-section .player-nav .controls .controls-left .play-stop {
  width: 84px;
  height: 84px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.player-section .player-nav .controls .controls-left .play-stop:hover, .player-section .player-nav .controls .controls-left .rewind:hover {
  opacity: 0.6; }

.player-section .player-nav .controls .controls-left .play-stop i {
  font-size: 84px; }

.player-section .player-nav .controls .controls-right {
  width: -webkit-calc(100% - 194px);
  width: calc(100% - 194px);
  padding-left: 20px;
  position: relative;
  /* player range controls */ }

.player-section .player-nav .controls .controls-right .volume {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.player-section .player-nav .controls .controls-right .volume-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.player-section .player-nav .controls .controls-right .volume .icon {
  height: 14px;
  width: 15px;
  margin-right: 10px; }

.player-section .player-nav .controls .controls-right .volume .icon img {
  height: 100%;
  width: 100%; }

.player-section .player-nav .controls .controls-right .volume .volume-range {
  width: 78px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0; }

.player-section .player-nav .controls .controls-right .volume input[type=range] {
  width: 100%; }

.player-section .player-nav .controls .controls-right .track-controls {
  width: 100%; }

.player-section .player-nav .controls .controls-right .track-controls .track-range {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  margin-top: 5px; }

.player-section .player-nav .controls .controls-right .track-controls .track-timing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }

.player-section .player-nav .controls .controls-right .track-controls .track-timing .end,
.player-section .player-nav .controls .controls-right .track-controls .track-timing .start {
  font-family: 'Gotham';
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  color: #000; }

.player-section .player-nav .controls .controls-right .track-controls .track-timing .start {
  color: #929292; }

.player-section .player-nav .play-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center; }

.player-section .player-nav .play-controls .play-stop, .player-section .player-nav .play-controls .rewind {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.player-section .player-nav .play-controls .play-stop svg, .player-section .player-nav .play-controls .rewind svg {
  cursor: pointer; }

.player-section .player-nav .play-controls .play-stop:hover, .player-section .player-nav .play-controls .rewind:hover {
  opacity: 0.6; }

.player-section .player-nav .track-range,
.player-section .player-nav .track-timing,
.player-section .player-nav .volume {
  opacity: 1; }

.player-section .player-nav .loading-indicator {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
  display: none; }

.player-section.loading .rewind,
.player-section.loading .track-range,
.player-section.loading .track-timing,
.player-section.loading .volume {
  opacity: 0.1;
  transition: all 0.4s; }

.player-section.loading .play-stop, .player-section.loading .play-btn {
  opacity: 0.4; }

.player-section.loading .play-stop:hover, .player-section.loading .play-btn:hover {
  opacity: 0.8; }

.player-section.loading .loading-indicator {
  display: block;
  opacity: 1; }

.is-mobile .volume {
  display: none !important; }

.placeholder .placeholder-flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.placeholder .placeholder-line {
  background-color: rgba(200, 200, 200, 0.2);
  height: 25px;
  border-radius: 4px;
  margin: 20px 0; }

.placeholder .placeholder-line__thick {
  height: 50px; }

.placeholder .placeholder-volume-container {
  vertical-align: middle;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-left: 12px; }

.placeholder .placeholder-line__thin {
  background-color: rgba(200, 200, 200, 0.2);
  height: 6px;
  border-radius: 2px;
  vertical-align: middle;
  width: 90%;
  margin: 10px 0; }

.placeholder .placeholder-circle {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(200, 200, 200, 0.2);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin-right: 8px; }

.placeholder .placeholder-circle__large {
  height: 70px;
  width: 70px;
  border-radius: 35px; }

@media (max-width: 1199px) {
  .player-section.player-inline {
    background: #fff; } }

.player-section.player-inline .player-nav {
  margin-left: -15px; }

@media (max-width: 991px) {
  .player-section.player-inline .player-nav {
    margin-left: 0; } }

.player-section.player-inline .player-left {
  display: none; }

.player-section.player-inline .player-right {
  display: block; }

@media (max-width: 767px) {
  .player-section.player-inline .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .player-section.player-inline .top h5 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 5px; }
  .player-section.player-inline .top .mini-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 10px; }
  .player-section.player-inline .top a {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }

.player-section.player-inline .title-text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

@media (max-width: 767px) {
  .player-section.player-inline .player-nav {
    height: auto;
    margin-left: 0;
    margin-top: 0; }
  .player-section.player-inline .player-nav .action-item-text {
    display: none; } }

@media (max-width: 767px) {
  .player-section.player-inline .player-nav .controls {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .player-section.player-inline .player-nav .controls .controls-left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .player-section.player-inline .player-nav .controls .controls-right {
    width: 100%;
    padding: 0; }
  .player-section.player-inline .player-nav .controls .controls-right .volume {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .player-section.player-inline .player-nav .controls .controls-right .call-to-action {
    width: 100%;
    margin-top: 15px; }
  .player-section.player-inline .player-nav .controls .controls-right .call-to-action .action-item:first-of-type {
    margin-left: 0; } }

@media (max-width: 1199px) {
  .player-section.player-inline .player-nav .controls .controls-right .call-to-action .action-item {
    height: 12px; } }

.player-section.player-inline .player-nav .call-to-action {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.player-section.player-inline .player-nav .call-to-action .popup {
  -moz-justify-content: -moz-flex-start;
  -webkit-justify-content: -webkit-flex-start;
  -ms-justify-content: -ms-flex-start;
  justify-content: flex-start;
  left: 0px; }

.player-section.player-inline .player-nav .call-to-action .popup:before {
  left: 10px; }

@media (max-width: 767px) {
  .player-section.player-inline .player-nav .call-to-action {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end; }
  .player-section.player-inline .player-nav .call-to-action .popup {
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    justify-content: flex-end;
    left: auto;
    right: 0px; }
  .player-section.player-inline .player-nav .call-to-action .popup:before {
    left: auto;
    right: 10px; } }

.player-section.player-inline .player-nav .player-modal.description {
  font-size: 16px;
  line-height: 1.3; }

.player-section.player-inline .player-nav .player-modal p {
  font-size: 16px;
  font-weight: normal;
  padding: 20px 0; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ol, ul {
  list-style: none; }

.player-section.player-iframed {
  position: relative;
  font-family: 'Gotham', sans-serif; }

.player-section.player-iframed .player-nav {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  min-height: 0; }

.player-section.player-iframed .player-nav h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.player-section.player-iframed .player-nav .player-left {
  height: 200px; }

.player-section.player-iframed .player-nav .player-right {
  height: 200px;
  padding: 10px;
  background-color: #f8f8f8; }

.player-section.player-iframed .player-nav .title {
  font-size: 16px; }

.player-section.player-iframed .player-nav .title-text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; }

.player-section.player-iframed .player-nav .title-text.title-text__duplicate {
  display: none; }

.player-section.player-iframed .player-nav .title-text.title-text__duplicate.animate {
  display: inline-block; }

@media screen and (max-width: 641px) {
  .player-section.player-iframed .player-nav {
    height: 200px; }
  .player-section.player-iframed .player-nav .player-left {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    z-index: 100; }
  .player-section.player-iframed .player-nav .series-image {
    height: 60px;
    width: 60px; }
  .player-section.player-iframed .player-nav .player-right {
    display: block; }
  .player-section.player-iframed .player-nav .player-right .top, .player-section.player-iframed .player-nav .player-right .title {
    margin-left: 60px; }
  .player-section.player-iframed .player-nav .action-item img {
    height: 18px;
    width: 18px; }
  .player-section.player-iframed .player-nav .action-item-text {
    display: none; }
  .player-section.player-iframed .player-nav h5 {
    font-size: 14px; }
  .player-section.player-iframed .player-nav .mini-logo svg {
    height: 12px; }
  .player-section.player-iframed .player-nav .mini-logo svg {
    width: 70px; }
  .player-section.player-iframed .player-nav .title {
    padding-top: 8px;
    padding-bottom: 8px; }
  .player-section.player-iframed .player-nav .title .title-text {
    font-size: 15px; }
  .player-section.player-iframed .player-nav .controls {
    padding-top: 12px; }
  .player-section.player-iframed .player-nav .controls .controls-left {
    padding-top: 10px; }
  .player-section.player-iframed .player-nav .controls .controls-right {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }
  .player-section.player-iframed .player-nav .controls .title-text {
    width: 100%;
    max-width: calc(100vw - 75px); }
  .player-section.player-iframed .player-nav .controls .play-stop {
    height: 50px;
    width: 50px; }
  .player-section.player-iframed .player-nav .controls .rewind {
    height: 34px;
    width: 34px; }
  .player-section.player-iframed .player-nav .controls .track-timing {
    margin-top: 16px; }
  .player-section.player-iframed .player-nav .controls .track-timing .start,
  .player-section.player-iframed .player-nav .controls .track-timing .end {
    font-size: 12px; }
  .player-section.player-iframed .player-nav .controls .track-range {
    margin-top: 3px; }
  .player-section.player-iframed .player-nav .call-to-action-bottom {
    margin-bottom: 0;
    margin-top: 25px; }
  .player-section.player-iframed .player-nav .player-modal {
    padding: 4px; }
  .player-section.player-iframed .player-nav .player-modal h5 {
    font-size: 16px; }
  .player-section.player-iframed .player-nav .player-modal p {
    padding: 6px 0;
    font-size: 14px; }
  .player-section.player-iframed .player-nav .player-modal .modal-body {
    padding: 4px; }
  .player-section.player-iframed .player-nav .embed-code {
    min-width: 240px; } }

@media screen and (max-width: 320px) {
  .player-section.player-iframed .player-nav h5 {
    font-size: 13px; }
  .player-section.player-iframed .player-nav .title {
    padding-bottom: 4px; }
  .player-section.player-iframed .player-nav .title .title-text {
    font-size: 14px; }
  .player-section.player-iframed .player-nav .mini-logo svg {
    width: 56px; }
  .player-section.player-iframed .player-nav .controls {
    padding-top: 0; }
  .player-section.player-iframed .player-nav .controls .controls-right {
    width: 100%; }
  .player-section.player-iframed .player-nav .controls .track-timing {
    margin-top: 14px; }
  .player-section.player-iframed .player-nav .controls .track-range {
    margin-top: 0; }
  .player-section.player-iframed .player-nav .controls .rewind {
    display: none; } }

@media screen and (max-height: 120px) {
  .player-section.player-iframed .player-nav {
    height: 100px; }
  .player-section.player-iframed .player-nav .player-left, .player-section.player-iframed .player-nav .top, .player-section.player-iframed .player-nav .mini-logo, .player-section.player-iframed .player-nav .title, .player-section.player-iframed .player-nav .call-to-action {
    display: none; }
  .player-section.player-iframed .player-nav .player-right {
    height: 100px; }
  .player-section.player-iframed .player-nav .controls {
    padding-top: 0; }
  .player-section.player-iframed .player-nav .controls .controls-right {
    width: 100%; }
  .player-section.player-iframed .player-nav .controls .controls-left {
    height: 85px; }
  .player-section.player-iframed .player-nav .controls .play-stop {
    height: 50px;
    width: 50px; }
  .player-section.player-iframed .player-nav .controls .rewind {
    height: 34px;
    width: 34px; }
  .player-section.player-iframed .player-nav .controls .track-timing {
    margin-top: 14px; }
  .player-section.player-iframed .player-nav .controls .track-range {
    margin-top: 0; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%); } }

@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0); }
  100% {
    -moz-transform: translateX(-100%); } }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.player-section.player-iframed .marquee {
  white-space: nowrap;
  box-sizing: border-box; }

.player-section.player-iframed .marquee .marquee-inner {
  display: inline-block;
  white-space: nowrap; }

.player-section.player-iframed .marquee .marquee-inner span {
  display: inline-block;
  padding-right: 150px; }

.player-section.player-iframed .marquee .marquee-duplicate {
  display: none; }

.player-section.player-iframed .marquee .marquee-inner span.animate {
  -moz-animation-name: scroll;
  -webkit-animation-name: scroll;
  -ms-animation-name: scroll;
  animation-name: scroll;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
  -moz-animation-duration: 30s;
  -webkit-animation-duration: 30s;
  -ms-animation-duration: 30s;
  animation-duration: 30s; }

.player-section.player-iframed .marquee:hover .marquee-inner span.animate {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused; }

#playerRoot .player-section.player-layout-horizontal.player-hide-cover-image .player-left {
  display: none; }

#playerRoot .player-section.player-layout-horizontal.player-hide-cover-image .player-right .top, #playerRoot .player-section.player-layout-horizontal.player-hide-cover-image .player-right .title {
  margin-left: 0; }

#playerRoot .player-section.player-layout-vertical {
  width: 100vmin;
  height: 100vmin; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-main-inner {
  width: 100vmin;
  height: 100vmin;
  display: block; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-left {
  position: static;
  height: 60vmin;
  padding: 25px 0 25px 0;
  width: 100%;
  text-align: center; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-left .series-image {
  margin: 0 auto;
  height: 50vmin;
  width: 50vmin;
  box-shadow: 0 0 12px 12px rgba(0, 0, 0, 0.07);
  border-radius: 4px; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-left .mini-logo {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right {
  height: 40vmin;
  width: 100%;
  padding: 14px; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right .mini-logo {
  display: none; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right .top, #playerRoot .player-section.player-layout-vertical .player-nav .player-right .title {
  margin-left: 0; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right .title {
  padding: 7px 0 8px; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right h5 {
  font-size: 14px; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right .title-text {
  font-size: 14px; }

#playerRoot .player-section.player-layout-vertical .player-nav .player-right .controls {
  padding-top: 0; }

#playerRoot .player-section.player-layout-vertical .player-nav .call-to-action.call-to-action-bottom {
  margin-top: 8px; }

#playerRoot .player-section.player-layout-vertical .player-nav .action-item-text {
  display: none; }

@media screen and (max-width: 360px) {
  #playerRoot .player-section.player-layout-vertical .player-nav .player-left .series-image {
    height: 45vmin;
    width: 45vmin; }
  #playerRoot .player-section.player-layout-vertical .player-nav .player-right {
    padding-top: 0; }
  #playerRoot .player-section.player-layout-vertical .player-nav .controls-left {
    padding-top: 0; }
  #playerRoot .player-section.player-layout-vertical .player-nav .controls-right {
    padding-top: 0; }
  #playerRoot .player-section.player-layout-vertical .player-nav .controls-right .volume {
    margin-top: 4px; } }

#playerRoot .player-section.player-layout-album-art {
  max-width: 100vmin;
  max-height: 100vmin; }

#playerRoot .player-section.player-layout-album-art .player-nav {
  height: 100vmin;
  width: 100vmin; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner {
  background: rgba(0, 0, 0, 0.66);
  max-width: 100vmin;
  max-height: 100vmin;
  height: 100vmin;
  width: 100vmin;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  opacity: 0.6;
  transition: opacity 0.2s; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner:hover {
  opacity: 1; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .ep-details {
  width: 100%; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .play-controls {
  width: 100%; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .play-btn {
  margin: 0 8px;
  cursor: pointer; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* player range controls */ }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume .icon {
  height: 14px;
  width: 15px;
  margin-right: 10px; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume .icon img {
  height: 100%;
  width: 100%; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume .volume-range {
  width: 78px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume input[type=range] {
  width: 100%; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .track-controls {
  width: 100%; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .track-controls .track-range {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  margin-top: 5px; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .track-controls .track-timing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .track-controls .track-timing .end,
#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .track-controls .track-timing .start {
  font-family: 'Gotham';
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  color: #000; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .track-controls .track-timing .start {
  color: #929292; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .bottom-controls .volume-cta-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .call-to-action.call-to-action-bottom {
  margin-top: 8px; }

#playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .action-item-text {
  display: none; }

@media all and (max-width: 414px) {
  #playerRoot .player-section.player-layout-album-art {
    max-height: 414px;
    max-width: 414px; } }

@media all and (max-width: 375px) {
  #playerRoot .player-section.player-layout-album-art {
    max-height: 375px;
    max-width: 375px; } }

@media all and (max-width: 320px) {
  #playerRoot .player-section.player-layout-album-art {
    max-height: 320px;
    max-width: 320px; }
  #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner {
    padding: 10px; }
  #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .play-btn {
    height: 80px;
    width: 80px; }
  #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .track-timing {
    margin-top: 0px !important; }
  #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .track-timing .start, #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .track-timing .end {
    font-size: 12px !important; }
  #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .action-item {
    margin-left: 8px; }
  #playerRoot .player-section.player-layout-album-art .player-main .player-main-inner .volume .icon {
    margin-right: 5px !important; } }

/*# sourceMappingURL=player-styles.fbf5832d3162b35a2a5e.css.map*/