/*================================================================================
The use, disclosure, reproduction, modification, transfer, or transmittal
of this work for any purpose in any form or by any means without th
written permission of Akamai Technologies is strictly prohibited.

Confidential, Unpublished Property of Akamai Technologies.
Use and Distribution Limited Solely to Authorized Personnel.

Copyright 2011 Akamai Technologies, Inc.  All Rights Reserved.
================================================================================*/
.akamai-player {
  background: #212121;
  background: -moz-linear-gradient(top, #212121 0%, #090909 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #090909));
  background: -webkit-linear-gradient(top, #212121 0%, #090909 100%);
  background: -o-linear-gradient(top, #212121 0%, #090909 100%);
  background: -ms-linear-gradient(top, #212121 0%, #090909 100%);
  background: linear-gradient(to bottom, #212121 0%, #090909 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#090909', GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: hidden;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  top: 0px;
  left: 0px;
}
.akamai-player.akamai-medium-audio.akamai-html5,
.akamai-player.akamai-medium-audio.akamai-external {
  height: 50px;
}
.akamai-player.akamai-medium-audio.akamai-flash {
  height: 25px;
}
.akamai-hidden {
  display: none;
}
.akamai-icon {
  background-image: url("amp.svg");
}
.akamai-flash .akamai-overlays-layer {
  display: none;
}
.akamai-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
/*.akamai-iphone.akamai-ready .akamai-video, */
.akamai-iphone.akamai-paused .akamai-video,
.akamai-hide-video .akamai-video {
  -webkit-transform: translateX(-2048px);
}
.akamai-html5.akamai-ended .akamai-video,
.akamai-html5.akamai-error .akamai-video {
  width: 0px;
  height: 0px;
}
.akamai-install-flash {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%;
}
.akamai-end-slate {
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #272727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #272727));
  background: -webkit-linear-gradient(top, #595959 0%, #272727 100%);
  background: -o-linear-gradient(top, #595959 0%, #272727 100%);
  background: -ms-linear-gradient(top, #595959 0%, #272727 100%);
  background: linear-gradient(to bottom, #595959 0%, #272727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#272727', GradientType=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  text-align: center;
  -webkit-user-select: none;
}
.akamai-ended .akamai-end-slate {
  display: block;
}
.akamai-end-slate-image {
  width: 100%;
}
.akamai-error-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  text-align: center;
  -webkit-user-select: none;
}
.akamai-error .akamai-error-layer {
  display: table;
}
.akamai-error-message {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  display: table-cell;
}
.akamai-loading-overlay {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  display: none;
  background-image: url("amp.svg");
  background-position: -592px 0px;
}
.akamai-loading .akamai-loading-overlay,
.akamai-loading-overlay-open {
  display: block;
}
.akamai-poster-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  pointer-events: none;
}
.akamai-medium-audio .akamai-poster-layer,
.akamai-ready .akamai-poster-layer {
  display: table;
}
.akamai-poster-content {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
}
.akamai-poster-image {
  width: 100%;
}
.akamai-replay-overlay {
  background: #7c7c7c;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #595959));
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -o-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: -ms-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%, #595959 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#595959', GradientType=0);
  border-top-width: 1px;
  border-top-color: #6E6E6E;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #5A5A5A;
  border-bottom-style: solid;
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  overflow: hidden;
  display: none;
  z-index: 1;
}
.akamai-ended .akamai-replay-overlay {
  display: block;
}
.akamai-replay-button {
  position: absolute;
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  top: 2px;
  right: 20px;
  width: 50px;
  cursor: pointer;
}
.akamai-replay-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 8px;
  border: none;
  margin: 0px;
  padding: 0px;
  background-image: url("amp.svg");
  background-position: -471px -10px;
}
.akamai-replay-button:active .akamai-replay-icon {
  background-position: -542px -10px;
}
.akamai-replay-label {
  position: absolute;
  left: 25px;
  color: #E1E1E1;
  text-shadow: 1px 1px 1px #000000;
}
.akamai-replay-button:active .akamai-replay-label {
  color: #FFFFFF;
}
.akamai-title-bar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  left: 0px;
  padding: 0px;
  display: none;
  top: 0px;
  overflow: hidden;
  -webkit-user-select: none;
}
.akamai-ready .akamai-title-bar,
.akamai-paused .akamai-title-bar {
  display: inline;
}
.akamai-ad-mode .akamai-title-bar {
  display: none;
}
.akamai-title-text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-top: 8px;
  margin-left: 15px;
}
.akamai-description-text {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 8px;
  margin-left: 15px;
}
@-webkit-keyframes buffering {
  from {
    left: -28px;
  }
  to {
    left: 0px;
  }
}
.akamai-waiting-overlay {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.akamai-controls-persistent .akamai-waiting-overlay,
.akamai-controls-persistent.akamai-active .akamai-waiting-overlay {
  bottom: 0px;
}
.akamai-active .akamai-waiting-overlay {
  bottom: 50px;
}
.akamai-waiting .akamai-waiting-overlay,
.akamai-waiting-overlay-open {
  display: block;
}
.akamai-waiting-bar {
  width: 150%;
  height: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  margin-left: -28px;
  padding: 0px;
  border: none;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(64, 64, 64, 0.5);
  background-image: url("bar.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-animation: buffering 0.25s linear infinite;
}
.akamai-waiting-text {
  color: #CCCCCC;
  position: absolute;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px #000000;
}
.akamai-controls-layer {
  background: #212121;
  background: -moz-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: -o-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #212121 0%, #1d1d1d 100%);
  background: linear-gradient(to bottom, #212121 0%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#1d1d1d', GradientType=0);
  top: auto;
  width: 100%;
  height: 50px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  display: none;
  bottom: 0px;
  border-top-color: #181818;
  border-top-width: 1px;
  border-top-style: solid;
}
.akamai-medium-audio .akamai-controls-layer {
  z-index: 113;
}
.akamai-controls-none .akamai-controls-layer {
  display: none;
}
.akamai-active .akamai-controls-layer,
.akamai-controls-persistent.akamai-inactive .akamai-controls-layer,
.akamai-medium-audio .akamai-controls-layer,
.akamai-ended .akamai-controls-layer,
.akamai-controls-fixed .akamai-controls-layer,
.akamai-inactive.akamai-controls-fixed .akamai-controls-layer,
.akamai-paused .akamai-controls-layer {
  display: block;
}
.akamai-separator {
  display: none;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #585858;
  top: 0px;
  right: 90px;
}
/* overrides */
.akamai-controls-native .akamai-overlays-layer,
.akamai-controls-native .akamai-poster-layer {
  display: none;
}
.akamai-controls-native .akamai-video {
  -webkit-transform: none;
}
.akamai-controls-persistent .akamai-video-area,
.akamai-controls-persistent .akamai-overlays,
.akamai-controls-persistent .akamai-error-slate {
  bottom: 50px;
}
.akamai-full-screen-button {
  width: 25px;
  height: 21px;
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px;
  padding: 0px;
  background-position: -130px 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-full-screen-button:active {
  background-position: -155px 0px;
}
.akamai-medium-audio .akamai-full-screen-button {
  display: none;
}
.akamai-full-screen-button-icon {
  width: 25px;
  height: 21px;
  background-position: -130px 0px;
}
.akamai-full-screen .akamai-full-screen-button {
  background-position: -180px 0px;
}
.akamai-full-screen .akamai-full-screen-button:active {
  background-position: -205px 0px;
}
.akamai-disable-full-screen .akamai-full-screen-button {
  opacity: 0.15;
  pointer-events: none;
}
.akamai-play-pause-button {
  border: none;
  position: absolute;
  top: 14px;
  left: 26px;
  width: 18px;
  height: 21px;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -19px 0px;
}
.akamai-play-pause-button-icon {
  width: 18px;
  height: 21px;
}
.akamai-playing .akamai-play-pause-button .akamai-play-pause-button-icon {
  background-position: -38px 0px;
  width: 19px;
}
.akamai-playing .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  background-position: -57px 0px;
}
.akamai-ended .akamai-play-pause-button {
  top: 12px;
  left: 22px;
  width: 23px;
  height: 25px;
}
.akamai-ended .akamai-play-pause-button .akamai-play-pause-button-icon {
  width: 23px;
  height: 25px;
  background-position: -78px 0px;
}
.akamai-ended .akamai-play-pause-button:active {
  top: 12px;
  left: 22px;
  width: 23px;
  height: 25px;
}
.akamai-ended .akamai-play-pause-button:active .akamai-play-pause-button-icon {
  width: 23px;
  height: 25px;
  background-position: -105px 0px;
}
.akamai-progress-area {
  width: auto;
  height: auto;
  padding: 0px;
  margin-top: 15px;
  margin-left: 66px;
  margin-right: 150px;
  -webkit-user-select: none;
}
.akamai-long-form .akamai-progress-area {
  margin-right: 182px;
}
.akamai-progress {
  background: #0f0f0f;
  background: -moz-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f0f0f), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: -o-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: -ms-linear-gradient(top, #0f0f0f 0%, #000000 100%);
  background: linear-gradient(to bottom, #0f0f0f 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#000000', GradientType=0);
  position: relative;
  height: 20px;
  cursor: pointer;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  -webkit-user-select: none;
}
.akamai-buffer-value {
  background: #555555;
  background: -moz-linear-gradient(top, #555555 0%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #555555 0%, #212121 100%);
  background: -o-linear-gradient(top, #555555 0%, #212121 100%);
  background: -ms-linear-gradient(top, #555555 0%, #212121 100%);
  background: linear-gradient(to bottom, #555555 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#212121', GradientType=0);
  position: absolute;
  border-radius: 4px;
  height: 20px;
  max-width: 100%;
  min-width: 0%;
  -webkit-user-select: none;
}
.akamai-progress-value {
  background: #c80000;
  background: -moz-linear-gradient(top, #c80000 0%, #210000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c80000), color-stop(100%, #210000));
  background: -webkit-linear-gradient(top, #c80000 0%, #210000 100%);
  background: -o-linear-gradient(top, #c80000 0%, #210000 100%);
  background: -ms-linear-gradient(top, #c80000 0%, #210000 100%);
  background: linear-gradient(to bottom, #c80000 0%, #210000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c80000', endColorstr='#210000', GradientType=0);
  position: absolute;
  border-radius: 4px 0px 0px 4px;
  height: 20px;
  max-width: 100%;
  min-width: 0%;
  -webkit-user-select: none;
}
.akamai-scrubber {
  background: #c8c8c8;
  background: -moz-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #212121));
  background: -webkit-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: -o-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: -ms-linear-gradient(top, #c8c8c8 0%, #212121 100%);
  background: linear-gradient(to bottom, #c8c8c8 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#212121', GradientType=0);
  border-radius: 5px;
  width: 18px;
  height: 24px;
  padding: 0px;
  margin: -3px 0px 0px 0px;
  cursor: pointer;
  position: absolute;
  display: block;
}
.akamai-scrub-time {
  background: #212121;
  background: -moz-linear-gradient(top, #212121 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #212121), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #212121 0%, #000000 100%);
  background: -o-linear-gradient(top, #212121 0%, #000000 100%);
  background: -ms-linear-gradient(top, #212121 0%, #000000 100%);
  background: linear-gradient(to bottom, #212121 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#000000', GradientType=0);
  border-radius: 5px;
  position: absolute;
  top: -30px;
  left: -25px;
  width: 75px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 17px;
  padding-top: 5px;
  margin-top: -20px;
  margin-left: -37px;
  opacity: 0;
  z-index: 2000;
  -webkit-user-select: none;
}
.akamai-scrubbing .akamai-scrub-time {
  opacity: 1;
}
.akamai-seek-bar {
  position: absolute;
  width: 100%;
  height: 100%;
}
.akamai-live .akamai-progress-area {
  margin-right: 60px;
}
.akamai-live .akamai-scrub-time,
.akamai-live .akamai-scrubber,
.akamai-live .akamai-buffer-value,
.akamai-live .akamai-progress-value,
.akamai-live .akamai-seek-bar,
.akamai-ready .akamai-seek-bar {
  display: none;
}
.akamai-cue-point {
  position: absolute;
  top: 1px;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #CCCCCC;
}
.akamai-medium-audio .akamai-progress-area {
  margin-right: 120px;
}
.akamai-ready .akamai-progress-area {
  pointer-events: none;
}
.akamai-time-display {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 58px;
  width: 125px;
  height: 9px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  line-height: 9px;
  -webkit-user-select: none;
}
.akamai-medium-audio .akamai-time-display {
  right: 16px;
}
.akamai-current-time-display {
  color: #CCCCCC;
  text-align: right;
  -webkit-user-select: none;
  display: inline;
}
.akamai-live .akamai-current-time-display {
  display: none;
}
.akamai-separator-display {
  display: inline;
}
.akamai-live .akamai-separator-display {
  display: none;
}
.akamai-duration-display {
  display: inline;
  text-align: right;
  -webkit-user-select: none;
}
.akamai-live .akamai-duration-display {
  display: none;
}
.akamai-live-display {
  position: absolute;
  color: #FFFFFF;
  text-align: center;
  background-color: #FF0000;
  display: none;
  width: 30px;
  height: 11px;
  top: 6px;
  right: 7px;
  padding-top: 2px;
  margin-top: -6px;
  font-size: 10px;
  -webkit-user-select: none;
  cursor: pointer;
  z-index: 100;
}
.akamai-cc-enabled .akamai-live-display {
  right: 42px;
}
.akamai-live .akamai-live-display {
  display: block;
}
.akamai-slider {
  width: auto;
  height: auto;
  background-color: #262626;
  position: absolute;
  top: 20px;
  left: 19px;
  bottom: 20px;
  right: 19px;
  border-radius: 5px;
  pointer: cursor;
  padding-top: 10px;
}
.akamai-slider-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.akamai-slider-value {
  position: absolute;
  bottom: 0px;
  border-radius: 5px;
  background-color: #535353;
  width: 100%;
  padding-top: 5px;
}
.akamai-slider-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.akamai-play-overlay {
  width: 118px;
  height: 118px;
  border: none;
  position: absolute;
  display: none;
  right: 50%;
  bottom: 50%;
  margin-bottom: -59px;
  margin-right: -59px;
  background-image: url("amp.svg");
  background-position: -231px 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  z-index: 111;
}
.akamai-play-overlay:active {
  background-position: -348px 0px;
}
.akamai-ready .akamai-play-overlay,
.akamai-paused .akamai-play-overlay,
.akamai-play-overlay-open {
  display: block;
}
.akamai-branding-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: table;
  pointer-events: none;
  margin: 0px;
  padding: 0px;
}
.akamai-branding-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.akamai-branding-image {
  margin: 0px;
  display: none;
  opacity: 0;
}
.akamai-branding-logo {
  display: block;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 10px;
}
.akamai-loading .akamai-branding-image,
.akamai-ended .akamai-branding-image {
  display: inline;
  opacity: 1;
}
.akamai-loading .akamai-branding-image {
  margin-top: -70px;
}
.akamai-loading .akamai-loading-overlay {
  margin-top: 10px;
}
.akamai-branding-text {
  color: #CCCCCC;
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10px;
  display: none;
}
.akamai-ended .akamai-branding-text {
  display: block;
}
.akamai-branding-text a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.akamai-event-management {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.akamai-event-poster {
  position: absolute;
  width: 100%;
  height: 100%;
}
.akamai-ads {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;
}
.akamai-ad-mode .akamai-ads {
  display: block;
}
.akamai-ad-container {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-ad-container iframe {
  background-color: rgba(0, 0, 0, 0);
}
.akamai-ad-container video {
  left: 0px;
}
.akamai-ad-mode .akamai-ad-container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-ad-mode.akamai-kindlefirehd .akamai-ad-container,
.akamai-ad-mode.akamai-iphone .akamai-ad-container {
  width: 0px;
  height: 0px;
  display: none;
}
.akamai-ad-banner {
  width: 100%;
  height: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #666666;
  border-bottom-style: solid;
  display: none;
}
.akamai-ad-mode .akamai-ad-banner {
  display: block;
}
.akamai-ad-text-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.akamai-ad-text {
  position: absolute;
  right: 7px;
  top: 7px;
  color: #888888;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}
.akamai-ad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 110;
  pointer-events: none;
  text-align: center;
}
.akamai-ad-overlay-mode .akamai-ad-overlay {
  display: block;
}
.akamai-ad-mode.akamai-ad-overlay-mode .akamai-ad-overlay,
.akamai-ended .akamai-ad-overlay {
  display: none;
}
.akamai-ad-overlay-anchor {
  position: absolute;
  width: 450px;
  height: 40px;
  border: none;
  pointer-events: auto;
  bottom: 0px;
  display: block;
  left: 50%;
  margin-left: -225px;
}
.akamai-active .akamai-ad-overlay-anchor {
  bottom: 50px;
}
.akamai-paused .akamai-ad-overlay-anchor {
  bottom: 50px;
}
.akamai-ad-mode .akamai-ad-overlay-anchor {
  display: none;
}
.akamai-ad-overlay-img {
  width: 450px;
  height: 40px;
  border: none;
}
.akamai-ad-close-button {
  position: absolute;
  right: 77px;
  bottom: 30px;
  width: 10px;
  height: 10px;
  color: #FFFFFF;
  background-color: #CA2127;
  margin: 0px;
  padding: 0px;
  border-style: none;
  pointer-events: auto;
}
.akamai-active .akamai-ad-close-button {
  bottom: 80px;
}
.akamai-paused .akamai-ad-close-button {
  bottom: 80px;
}
.akamai-ad-close-text {
  margin-top: -5px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}
.akamai-ad-close-text:hover {
  background-color: #666666;
}
.akamai-ad-close-text:active {
  color: #000000;
  background-color: #FFFFFF;
}
/* overrides */
.akamai-ad-mode .akamai-overlays-layer {
  pointer-events: none;
}
.akamai-ad-mode .akamai-progress-area,
.akamai-ad-mode .akamai-time-display {
  display: none;
}
.akamai-ad-mode .akamai-controls {
  z-index: 1000;
}
.akamai-ad-overlay video {
  width: 100%;
  height: 100%;
}
.akamai-autoadvance {
  position: absolute;
  width: 25%;
  height: 15px;
  top: 0px;
  right: 6px;
  display: none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  text-align: right;
  z-index: 2;
  -webkit-user-select: none;
}
.akamai-ended.akamai-autoadvance-mode .akamai-autoadvance {
  display: block;
}
.akamai-autoadvance-text {
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
}
.akamai-ended.akamai-autoadvance-mode .akamai-replay-button {
  right: auto;
  left: 4px;
}
.akamai-recommendations {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 22.5%;
  top: 20%;
  display: none;
  padding: 10px;
  margin: 0px;
  -webkit-user-select: none;
}
.akamai-recommendations-mode.akamai-ended .akamai-recommendations {
  display: block;
}
.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations {
  height: 55%;
}
.akamai-recommendations-label {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}
.akamai-recommendations-list-area {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  overflow-x: visible;
  overflow-y: hidden;
  -webkit-user-select: none;
}
.akamai-recommendations-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.akamai-recommendation {
  height: 32px;
  vertical-align: top;
  margin: 0px;
  padding: 6px;
  border-radius: 2px;
  border-width: 1px;
  border-color: rgba(128, 128, 128, 0.5);
  border-style: solid;
  background-color: #000000;
  margin-bottom: 2px;
}
.akamai-recommendation-thumbnail {
  width: 56px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.akamai-recommendation-text {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  line-height: 12px;
}
.akamai-recommendations-mode .akamai-branding-overlay {
  width: 200px;
  height: 15px;
  top: 22%;
  right: 18%;
  left: auto;
  margin-top: 2px;
  z-index: 1;
}
.akamai-recommendations-mode.akamai-full-screen .akamai-branding-overlay {
  right: 22%;
  margin-top: 0px;
}
.akamai-recommendations-mode .akamai-branding-image {
  display: none;
}
.akamai-recommendations-mode.akamai-player {
  background: #676767;
  background: -moz-linear-gradient(top, #676767 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #676767 0%, #282828 100%);
  background: -o-linear-gradient(top, #676767 0%, #282828 100%);
  background: -ms-linear-gradient(top, #676767 0%, #282828 100%);
  background: linear-gradient(to bottom, #676767 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0);
}
.akamai-recommendations-grid {
  -webkit-user-select: none;
  position: absolute;
  display: none;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 15%;
  padding: 10px;
  margin: 0px;
  overflow-x: auto;
  overflow-y: hidden;
}
.akamai-recommendations-mode.akamai-ended .akamai-recommendations-grid {
  display: block;
}
.akamai-recommendations-mode.akamai-ended.akamai-full-screen .akamai-recommendations-grid {
  height: 55%;
}
.akamai-recommendations-grid-label {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.akamai-recommendations-grid-table-grid {
  width: 100%;
  /*height: 100%;*/
}
.akamai-recommendations-grid-row {
  height: 50%;
}
.akamai-recommendations-grid-thumbnail {
  width: 12em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.akamai-recommendations-grid-item {
  width: 50em;
  padding: 0 0.6em 1em 0;
  /*padding:
	 1em;*/
  text-align: center;
  background-color: transparent !important;
}
.akamai-recommendations-grid-text {
  font-size: 10px;
  font-weight: bold;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.akamai-recommendations-mode.akamai-player {
  background: #676767;
  background: -moz-linear-gradient(top, #676767 0%, #282828 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #282828));
  background: -webkit-linear-gradient(top, #676767 0%, #282828 100%);
  background: -o-linear-gradient(top, #676767 0%, #282828 100%);
  background: -ms-linear-gradient(top, #676767 0%, #282828 100%);
  background: linear-gradient(to bottom, #676767 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#676767', endColorstr='#282828', GradientType=0);
}
.akamai-recommendations-mode .akamai-branding-overlay {
  width: 200px;
  height: 15px;
  top: 22%;
  right: 18%;
  left: auto;
  margin-top: 2px;
  z-index: 1;
}
.akamai-recommendations-mode.akamai-full-screen .akamai-branding-overlay {
  right: 22%;
  margin-top: 0px;
}
.akamai-recommendations-mode .akamai-branding-image {
  display: none;
}
.akamai-captioning-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.akamai-caption-text {
  position: absolute;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 15px;
  display: none;
  bottom: 0px;
  min-height: 25px;
}
.akamai-caption-text p {
  margin: 10px;
  display: inline-block;
}
.akamai-active .akamai-caption-text {
  bottom: 50px;
}
.akamai-paused .akamai-caption-text {
  bottom: 50px;
}
.akamai-active.akamai-controls-none .akamai-caption-text {
  bottom: 0px;
}
.akamai-cc-active .akamai-caption-text {
  display: block;
}
.akamai-cc-embedded .akamai-caption-text {
  display: none;
}
.akamai-caption-text p {
  color: #FFFFFF;
}
.akamai-caption {
  margin: 0px;
}
.akamai-caption-button {
  position: absolute;
  padding: 2px 0px 0px 1px;
  margin: 0px 0px 0px 0px;
  width: 23px;
  height: 21px;
  top: 12px;
  right: 52px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  border-color: #CCCCCC;
  border-style: solid;
  color: #CCCCCC;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  cursor: pointer;
}
.akamai-cc-enabled .akamai-caption-button {
  display: block;
}
.akamai-share-enabled .akamai-caption-button {
  right: 90px;
}
.akamai-caption-button:active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.akamai-cc-active .akamai-caption-button {
  background-color: #ff0000;
}
.akamai-cc-enabled .akamai-progress-area {
  margin-right: 177px;
}
.akamai-cc-enabled .akamai-time-display {
  right: 92px;
}
.akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 145px;
}
.akamai-share-enabled.akamai-cc-enabled .akamai-progress-area {
  margin-right: 225px;
}
.akamai-share-enabled.akamai-cc-enabled.akamai-live .akamai-time-display {
  right: 92px;
}
.akamai-share-enabled.akamai-cc-enabled.akamai-live .akamai-progress-area {
  margin-right: 177px;
}
::cue {
  position: absolute;
  top: 50px;
  color: #FF0000;
}
/*Captioning Setting UI Styles*/
.akamai-caption-setting-btn {
  position: absolute;
  right: 5px;
  bottom: 75px;
  display: none;
  z-index: 1;
}
.akamai-cc-active .akamai-caption-setting-btn {
  display: block;
}
.akamai-cc-setting-active .akamai-captioning-settings {
  display: block;
}
.akamai-captioning-settings {
  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 15%;
  font-family: Arial;
  font-size: 12px;
  color: #E4E4E4;
  max-width: 390px;
  width: 90%;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  z-index: 112;
  padding: 2px 2px;
  background: #7d7e7d;
  /* Old browsers */
}
.akamai-captioning-titlebar {
  padding: .3em 1em .3em 0em;
  color: #F4F4F4;
  margin-bottom: 2px;
  background: #7d7e7d;
  /* Old browsers */
  background-color: #414141;
}
.akamai-captioning-title {
  margin: .1em .5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.akamai-captioning-titlebar-close {
  float: right;
  width: 21px;
  margin: 0 .5em;
  padding: 1px;
  height: 20px;
  border-radius: 0.5em;
  background-color: #f4f4f4;
}
.akamai-captioning-row {
  background-color: #414141;
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: -4px;
}
.akamai-captioning-label,
.akamai-captioning-preset {
  float: left;
}
.akamai-captioning-label {
  margin: 4px .5em;
  max-width: 55px;
  min-width: 55px;
}
.akamai-captioning-dropdown {
  float: left;
  max-width: 100px;
  min-width: 100px;
  margin: 4px 10px 4px 0px;
}
.akamai-captioning-label-small {
  float: left;
  margin: 4px .5em;
}
.akamai-captioning-footer-button {
  outline: 0 none;
  float: right;
  background-color: #646464;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #E4E4E4;
  font-size: 90%;
  line-height: 16px;
  min-height: 16px;
  min-width: 26px;
  width: 50px;
  margin: 2px 2px 0px 2px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-footer-button:active {
  background-color: #e6e6e6;
  color: #101010;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 90%;
  line-height: 16px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-footer-continer {
  display: inline-block;
  width: 100%;
}
.akamai-captioning-label:nth-child(3) {
  max-width: 55px;
  min-width: 55px;
}
.akamai-caption-text {
  position: absolute;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 15px;
  display: none;
  bottom: 0px;
  min-height: 25px;
}
.akamai-captioning-preset {
  border: 1px #000000 solid;
  float: left;
  margin: .4em 0.3em;
  padding: 0em .4em;
  cursor: pointer;
}
.akamai-captioning-preset1 {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-captioning-preset2 {
  color: #FFFF00;
  background-color: rgba(0, 0, 0, 0);
}
.akamai-captioning-preset3 {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}
.akamai-captioning-preset4 {
  color: #FFFF00;
  background-color: rgba(0, 0, 0, 0.5);
}
.akamai-captioning-color-picker {
  border: 1px #ffffff solid;
  float: left;
  margin: .3em 0.3em;
  width: 20px;
  height: 20px;
}
/*Color Picker Styles */
.akamai-colorpicker-palette {
  width: 144px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #C4C4C4;
  padding: 2px;
  display: none;
  z-index: 9999;
  top: 4px;
}
.akamai-colorpicker-swatch {
  height: 12px;
  width: 12px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin: 1.5px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
.akamai-colorpicker-slider {
  width: 60%;
  -webkit-appearance: none;
  height: 10px;
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6);
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ff0000));
  background: -webkit-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: -o-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: -ms-linear-gradient(top, #000000 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #000000 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ff0000', GradientType=0);
}
.akamai-caption-text-preview {
  position: relative;
  display: block;
  bottom: auto !important;
}
.akamai-captioning-advanced-container {
  display: none;
}
.akamai-captioning-advanced-button {
  background: none;
  border: none;
  padding: 0;
  border-bottom: 1px solid #E4E4E4;
  color: #E4E4E4;
  cursor: pointer;
}
.akamai-captioning-toggle-btn {
  cursor: pointer;
  outline: 0 none;
  float: right;
  width: 21px;
  height: 20px;
  border-radius: 0.5em;
  background-color: #f4f4f4;
  background-color: #646464;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #E4E4E4;
  font-size: 90%;
  line-height: 16px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-floater-btnselected {
  background-color: #e6e6e6;
  color: #101010;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 90%;
  line-height: 16px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center;
}
.akamai-captioning-floater-btndeselected {
  background-color: #646464;
  border-color: #101010;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #E4E4E4;
  font-size: 90%;
  line-height: 16px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center;
}
.akamai-share-control {
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 13px;
  right: 77px;
  display: none;
}
.akamai-share-enabled .akamai-share-control {
  display: block;
}
.akamai-share-button {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 24px;
  height: 24px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-style: none;
  background-image: url("share.svg");
  background-color: transparent;
}
.akamai-share-button:active {
  background-position: -25px 0px;
}
.akamai-share-enabled .akamai-time-display {
  right: 95px;
}
.akamai-share-enabled .akamai-progress-area {
  margin-right: 180px;
}
.akamai-share-enabled.akamai-long-form .akamai-progress-area {
  margin-right: 212px;
}
.akamai-share-separator {
  display: none;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #585858;
  top: 0px;
  right: 90px;
}
.akamai-description-text {
  display: none;
}
/**
 * 	Share
 */
.akamai-share-overlay {
  display: none;
}
