/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'ustudio-player';
  src: url("//fs.mashbox.com/ustudio/themes/kw/ustudio-player.eot?5io03v");
  src: url("//fs.mashbox.com/ustudio/themes/kw/ustudio-player.eot?5io03v#iefix") format("embedded-opentype"), url("//fs.mashbox.com/ustudio/themes/kw/ustudio-player.ttf?5io03v") format("truetype"), url("//fs.mashbox.com/ustudio/themes/kw/ustudio-player.woff?5io03v") format("woff"), url("//fs.mashbox.com/ustudio/themes/kw/ustudio-player.svg?5io03v#ustudio-player") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], .layer-controls .button i, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ustudio-player' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-clipboard:before {
  content: "\e900"; }

.icon-compress:before, .layer-controls .button.fullscreen[data-player-fullscreen-state=fullscreen] i:before {
  content: "\e901"; }

.icon-file-xls:before {
  content: "\e902"; }

.icon-file-pdf:before {
  content: "\e903"; }

.icon-file-ppt:before {
  content: "\e904"; }

.icon-file-text:before {
  content: "\e905"; }

.icon-file-audio:before {
  content: "\e906"; }

.icon-file-doc:before {
  content: "\e907"; }

.icon-file-video:before {
  content: "\e908"; }

.icon-file:before {
  content: "\e909"; }

.icon-times:before {
  content: "\e90a"; }

.icon-download:before, .layer-controls .button.download i:before {
  content: "\e90b"; }

.icon-share:before, .layer-controls .button.share i:before {
  content: "\e90c"; }

.icon-globe:before, .layer-controls .button.external i:before {
  content: "\e90d"; }

.icon-pause:before, .layer-controls .button.pause i:before,
.layer-controls .button.play[data-player-play-state=playing] i:before {
  content: "\e90e"; }

.icon-play:before, .layer-controls .button.play i:before {
  content: "\e90f"; }

.icon-volume-off:before, .layer-controls .button.mute[data-player-mute-state=muted] i:before {
  content: "\e910"; }

.icon-volume-down:before, .layer-controls .button.mute i:before {
  content: "\e911"; }

.icon-hd:before, .layer-controls .button.quality i:before {
  content: "\e912"; }

.icon-expand:before, .layer-controls .button.fullscreen i:before {
  content: "\e913"; }

.icon-cc:before, .layer-controls .button.captions i:before {
  content: "\e914"; }

.icon-volume-up:before {
  content: "\e915"; }

html,
body {
  width: 100%;
  height: 100%;
  font: 400 10px/1.4 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  overflow: hidden;
  zoom: 1; }

html {
  box-sizing: border-box; }

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

body {
  -webkit-font-smoothing: antialiased; }

a {
  outline: none; }

.is-hidden {
  display: none !important; }

.full-frame {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.layer {
  position: absolute; }

.control {
  background: transparent;
  border: 0;
  border-radius: 0.4em;
  outline: none; }

[data-player-container="fullscreen"] {
  background: #000; }

.layer-player {
  z-index: 0; }

.layer-poster {
  background: #000;
  cursor: pointer;
  z-index: 5; }
  .layer-poster img {
    z-index: 0; }

.layer-poster-controls {
  z-index: 6; }
  .layer-poster-controls button {
    width: 14vw;
    max-width: 100px;
    height: 14vw;
    max-height: 100px;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    border-radius: 0.2em;
    background-color: transparent;
    background-image: -webkit-linear-gradient(top, #b40101 0%, #b40101 20%);
    background-image: linear-gradient(to bottom, #b40101 0%, #b40101 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80191919,endColorstr=#80191919);
    box-shadow: 0 0 0 1em rgba(35, 35, 35, 0.5);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    vertical-align: middle;
    overflow: hidden; }
    .touch-disabled .layer-poster-controls button {
      background-image: -webkit-linear-gradient(top, rgba(35, 35, 35, 0.5) 0%, rgba(25, 25, 25, 0.5) 20%);
      background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0.5) 0%, rgba(25, 25, 25, 0.5) 20%); }
    .layer-poster-controls button i {
      font-size: 3em;
      text-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
      vertical-align: middle; }
      .media-tablet-width .layer-poster-controls button i {
        font-size: 2.5em; }
      .media-mobile-width .layer-poster-controls button i {
        font-size: 2.5em; }
      .media-tiny-width .layer-poster-controls button i {
        font-size: 1.5em; }
  .touch-disabled .layer-poster-controls:hover button, .layer-poster-controls:active button {
    background-image: -webkit-linear-gradient(top, #b40101 0%, #b40101 20%);
    background-image: linear-gradient(to bottom, #b40101 0%, #b40101 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b40101',endColorstr='#b40101'); }

.layer-logo {
  padding: 2.5vw;
  z-index: 1; }
  .layer-logo img {
    width: 130px;
    bottom: 9vw;
    left: 4vw;
    position: absolute; }
    .media-desktop-width .layer-logo img {
      bottom: calc(48px + 5.5vw); }
    .media-tablet-width .layer-logo img {
      bottom: calc(32px + 7vw); }
    .media-mobile-width .layer-logo img {
      width: 100px;
      bottom: calc(32px + 5vw); }
    .media-tiny-width .layer-logo img {
      width: 80px;
      bottom: 13vw; }

.layer-controls {
  width: 95%;
  margin: 2.5vw;
  padding: 1vw 0.8vw;
  top: auto;
  bottom: 0;
  color: #ffffff;
  background-color: rgba(25, 25, 25, 0.5);
  border-radius: 0.4em;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  .no-flexwrap .layer-controls {
    display: table; }
    .no-flexwrap .layer-controls > * {
      display: table-cell;
      vertical-align: middle; }
  .layer-controls .control {
    margin: 0 0.3em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .layer-controls .button {
    width: 6vw;
    height: 6vw;
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    color: #ffffff;
    background: transparent;
    text-align: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    text-decoration: none; }
    .media-desktop-width .layer-controls .button {
      width: 3vw;
      height: 3vw;
      min-width: 48px;
      min-height: 48px;
      font-size: 1.4em; }
    .media-tablet-width .layer-controls .button {
      font-size: 0.8em;
      min-width: 28px;
      min-height: 28px; }
    .media-mobile-width .layer-controls .button {
      font-size: 0.7em;
      min-width: 20px;
      min-height: 20px; }
    .media-tiny-width .layer-controls .button {
      font-size: 0.5em;
      min-width: 0;
      min-height: 0; }
    .touch-disabled .layer-controls .button:hover, .layer-controls .button:active, .layer-controls .button.active, .layer-controls .button[data-player-hq-state="hq"], .layer-controls .button[data-player-fullscreen-state=fullscreen], .layer-controls .button[data-player-captions-state=showing] {
      color: #fff;
      background: #b40101; }
    .layer-controls .button.tooltip {
      position: relative;
      overflow: visible; }
      .layer-controls .button.tooltip:before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: #FFF;
        display: none;
        width: 100px;
        left: 50%;
        margin: auto;
        margin-bottom: 16px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 14px;
        text-align: center; }
      .layer-controls .button.tooltip:after {
        content: '';
        position: absolute;
        bottom: 100%;
        width: 0;
        height: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border: 8px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.7);
        display: none; }
      .touch-disabled .layer-controls .button.tooltip:hover:before, .touch-disabled .layer-controls .button.tooltip:hover:after {
        display: block; }
    .layer-controls .button i {
      vertical-align: middle; }
    .layer-controls .button.play i:before {
      font-size: 1.9em; }
    .layer-controls .button.pause i:before {
      font-size: 1.9em; }
    .layer-controls .button.mute i:before {
      font-size: 2.4em; }
    .layer-controls .button.quality i:before {
      font-size: 2.8em; }
    .layer-controls .button.captions i:before {
      font-size: 2.8em; }
    .layer-controls .button.share i:before {
      font-size: 2.2em; }
    .layer-controls .button.download i:before {
      font-size: 2.5em; }
    .layer-controls .button.external i:before {
      font-size: 2.3em; }
    .layer-controls .button.fullscreen {
      display: none; }
    .layer-controls .button.fullscreen i:before {
      font-size: 2em; }
  .layer-controls .duration-container {
    padding: 0 0.5em;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .media-mobile-width .layer-controls .duration-container {
      font-size: 1.1em; }
    .media-tiny-width .layer-controls .duration-container {
      font-size: 0.9em; }
    .no-flexwrap .layer-controls .duration-container {
      width: 20vw; }
    .layer-controls .duration-container span {
      margin: 0 0.2em;
      padding: 0;
      display: inline-block; }
    .layer-controls .duration-container .duration {
      font-weight: 300; }
    .media-tiny-width .layer-controls .duration-container .duration,
    .media-tiny-width .layer-controls .duration-container .duration-separator {
      display: none; }
  .layer-controls .progress-bar-container {
    height: 0.6em;
    margin-right: 1.2em;
    background: #d1d3d4;
    border-radius: 2px;
    position: relative; }
    .media-mobile-width .layer-controls .progress-bar-container {
      margin-right: 0.5em; }
    .media-tiny-width .layer-controls .progress-bar-container {
      margin-right: 0.1em; }
    .layer-controls .progress-bar-container .progress-bar {
      width: 0%;
      height: inherit;
      background: #b40101;
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      display: block;
      z-index: 1; }
      .layer-controls .progress-bar-container .progress-bar.secondary {
        background: #F1EFE6; }
    .layer-controls .progress-bar-container .offset {
      margin-top: -0.6em; }
    .layer-controls .progress-bar-container .progress-slider {
      height: inherit;
      z-index: 1; }
    .layer-controls .progress-bar-container .ui-slider-handle {
      width: 0.8em;
      height: 2.4em;
      top: 50%;
      background: #ffffff;
      border-radius: 0.8em;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      position: absolute;
      z-index: 2;
      outline: none; }
      .media-mobile-width .layer-controls .progress-bar-container .ui-slider-handle {
        width: 0.6em;
        height: 1.6em; }
      .media-tiny-width .layer-controls .progress-bar-container .ui-slider-handle {
        width: 0.4em;
        height: 1.2em; }
  .layer-controls .control-volume {
    width: 12vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .media-tablet-width .layer-controls .control-volume {
      width: 9vw; }
    .media-mobile-width .layer-controls .control-volume {
      width: 7vw; }
    .media-tiny-width .layer-controls .control-volume {
      width: 7vw; }

.layer-tabs {
  z-index: 4;
  margin: 2.5vw 0;
  top: 0;
  right: 0; }
  .media-tiny-width .layer-tabs {
    display: none !important; }
  .layer-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .media-tablet-width .layer-tabs ul {
      font-size: 0.8em; }
    .media-mobile-width .layer-tabs ul {
      font-size: 0.7em; }
    .media-tiny-width .layer-tabs ul {
      font-size: 0.7em; }
    .layer-tabs ul li {
      margin-bottom: 0.5em;
      display: block;
      float: right;
      clear: both; }
      .layer-tabs ul li a {
        margin-right: -16px;
        padding: 1.3em 2.5em 1.3em 1.3em;
        color: #fff;
        background: #00a0db;
        font-size: 1.4em;
        font-weight: bold;
        border-radius: 5em 0 0 5em;
        display: block;
        vertical-align: middle;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        -webkit-transition: background 0.5s ease-in-out, margin 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, margin 0.5s ease-in-out;
        position: relative;
        opacity: 1;
        text-decoration: none; }
        .layer-tabs ul li a:after {
          content: '';
          width: 8px;
          height: 100%;
          top: 0;
          right: 0;
          background: #dee21d;
          display: block;
          position: absolute; }
        .layer-tabs ul li a:before {
          content: '';
          width: 0;
          height: 0;
          top: 50%;
          right: 8px;
          margin-top: -8px;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-right: 8px solid #dee21d;
          display: block;
          position: absolute; }
      .layer-tabs ul li i {
        margin: 0 0.2em 0 0.2em;
        font-size: 2em;
        vertical-align: middle;
        display: inline-block;
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out; }
      .layer-tabs ul li span {
        max-width: 0;
        margin-left: 0.8em;
        padding: 0;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .touch-disabled .layer-tabs ul li a:hover,
      .touch-enabled .layer-tabs ul li a:focus,
      .layer-tabs ul li a:active,
      .layer-tabs ul li.is-active a {
        margin-right: 0;
        background: #0181be; }
        .touch-disabled .layer-tabs ul li a:hover i,
        .touch-enabled .layer-tabs ul li a:focus i,
        .layer-tabs ul li a:active i,
        .layer-tabs ul li.is-active a i {
          color: #dee21d; }
        .touch-disabled .layer-tabs ul li a:hover span,
        .touch-enabled .layer-tabs ul li a:focus span,
        .layer-tabs ul li a:active span,
        .layer-tabs ul li.is-active a span {
          max-width: 100vw;
          opacity: 1; }
        .touch-disabled .layer-tabs ul li a:hover .progress-meter .foreground,
        .touch-enabled .layer-tabs ul li a:focus .progress-meter .foreground,
        .layer-tabs ul li a:active .progress-meter .foreground,
        .layer-tabs ul li.is-active a .progress-meter .foreground {
          fill: #dee21d; }
      .layer-tabs ul li.is-active ~ li {
        opacity: 0;
        visibility: hidden;
        display: none; }

.layer-overlay {
  width: 95%;
  height: auto;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  margin: 2.5vw auto auto; }
  .layer-overlay .header {
    color: #ffffff;
    padding: 0 1em;
    background: #b40101;
    position: relative;
    margin-bottom: 1px;
    overflow: hidden; }
  .layer-overlay h2 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 2.7em;
    font-weight: bold;
    text-transform: uppercase; }
    .media-tablet-width .layer-overlay h2 {
      font-size: 1.3em; }
    .media-mobile-width .layer-overlay h2 {
      font-size: 1.2em; }
    .media-tiny-width .layer-overlay h2 {
      font-size: 1em; }
  .layer-overlay .close-button {
    position: absolute;
    top: 0;
    right: 1em;
    cursor: pointer; }
    .touch-disabled .layer-overlay .close-button:hover {
      color: #CCC; }
    .layer-overlay .close-button i {
      font-size: 2.2em;
      line-height: 1.72em; }
      .media-tablet-width .layer-overlay .close-button i {
        font-size: 2em; }
      .media-mobile-width .layer-overlay .close-button i {
        font-size: 1.8em; }
      .media-tiny-width .layer-overlay .close-button i {
        font-size: 1.6em; }
  .layer-overlay .share-content {
    margin: 1px 0;
    padding: 2em 0.8em;
    background: #4b4b4b;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle; }
    .layer-overlay .share-content input {
      width: 80%;
      height: 32px;
      margin-right: 0.5em;
      padding: 0.2em 0.4em;
      border: 0;
      border-radius: 0.3em;
      color: #555;
      text-overflow: ellipsis;
      outline: none; }
    .layer-overlay .share-content button {
      width: 32px;
      height: 32px;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0.3em;
      color: #fff;
      background: transparent;
      line-height: 1;
      outline: none;
      text-align: center;
      vertical-align: middle; }
      .layer-overlay .share-content button i {
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        vertical-align: middle;
        display: inline-block; }
      .touch-disabled .layer-overlay .share-content button:hover {
        background: #b40101; }
  .layer-overlay .list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .layer-overlay .list li {
      padding: 0.8em;
      background: #4b4b4b;
      font-size: 1.4em;
      margin-bottom: 1px;
      cursor: pointer;
      color: #FFF;
      text-decoration: none;
      display: block;
      vertical-align: middle; }
      .media-tablet-width .layer-overlay .list li {
        font-size: 1.3em; }
      .media-mobile-width .layer-overlay .list li {
        font-size: 1.2em; }
      .media-tiny-width .layer-overlay .list li {
        font-size: 1em; }
      .layer-overlay .list li a {
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: block; }
      .layer-overlay .list li i {
        padding-right: 0.5em;
        font-size: 1.4em;
        vertical-align: middle; }
      .touch-disabled .layer-overlay .list li:hover {
        background: #313030; }
  .layer-overlay.is-shown {
    opacity: 1;
    visibility: visible; }

.layer-loading {
  z-index: 1; }
  .layer-loading .loading-indicator {
    width: 14vw;
    max-width: 100px;
    height: 14vw;
    max-height: 100px;
    left: 50%;
    top: 50%;
    padding: 0;
    border: 0;
    outline: 0 none;
    background: none;
    overflow: hidden;
    display: block;
    border-radius: 4px;
    background-color: #191919;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .layer-loading .loading-indicator .loading-spinner {
      width: 100%;
      height: 100%;
      display: block;
      background: url("static/loading.gif") no-repeat center center; }

.layer-error {
  background: #000000;
  background: rgba(0, 0, 0, 0.5); }
  .layer-error .error-container {
    height: 186px;
    width: 450px; }
    .layer-error .error-container .error-icon-container {
      display: block;
      margin: 0 auto;
      width: 100px;
      padding: 0 10px;
      border-radius: 20px;
      margin-bottom: 20px;
      background-color: #9D2235; }
    .layer-error .error-container .error-icon {
      width: 100px;
      height: 100px;
      background: url(static/sprites_error.png?_=1430258041) 0px 0px no-repeat; }
    .layer-error .error-container [data-player-error-type="unavailable"] .error-icon {
      width: 100px;
      height: 100px;
      background: url(static/sprites_error.png?_=1430258041) 0px -240px no-repeat; }
    .layer-error .error-container .error-message {
      font-size: 32px;
      line-height: 38px;
      color: #FFF;
      text-align: center;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
      font-weight: bold; }

.layer-popup .popup-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  background-color: rgba(25, 25, 25, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(35, 35, 35, 0.5) 0%, rgba(25, 25, 25, 0.5) 20%);
  background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0.5) 0%, rgba(25, 25, 25, 0.5) 20%);
  border-radius: 4px;
  margin: 30px;
  bottom: 100px;
  position: absolute; }

.layer-popup .popup-message {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  font-size: 30px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 21px;
  margin-bottom: 21px; }

.share-message {
  width: 75%;
  padding: 1em 2em;
  top: 50%;
  left: 50%;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1em;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  display: none; }
  .media-tablet-width .share-message {
    width: 80%;
    font-size: 1.3em; }
  .media-mobile-width .share-message {
    width: 85%;
    font-size: 1.2em; }
  .media-tiny-width .share-message {
    width: 90%;
    font-size: 1em; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1;
    display: block; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: block; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block; }
  100% {
    opacity: 0;
    display: block; } }
