/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

@font-face {
  font-family: San-Francisco;
  src: url("static/SF-UI-Text-Light.otf") format("opentype"); }

@font-face {
  font-family: San-Francisco;
  font-style: normal;
  src: url("static/SF-UI-Text-Regular.otf") format("opentype"); }

html, body {
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

html {
  font-size: 50%; }
  @media only screen and (min-width: 750px) {
    html {
      font-size: 62.5%; } }

html, body, input, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'San-Francisco;', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  background-color: #17171D; }

a {
  text-decoration: none; }

.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

@keyframes progress {
  to {
    background-position: 40px 0; } }

.player {
  position: relative;
  max-width: 100%;
  min-width: 290px;
  margin-top: -5px; }
  @media only screen and (min-width: 480px) {
    .player {
      margin-top: 45px; } }
  .player,
  .player *,
  .player *::after,
  .player *::before {
    box-sizing: border-box; }
  .player-video-wrapper {
    position: relative; }
  .player video {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  .player-captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    min-height: 2.5em;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: -1px -1px 0 #565d64, 1px -1px 0 #565d64, -1px 1px 0 #565d64, 1px 1px 0 #565d64;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .player-captions {
        font-size: 24px; } }
  .player.captions-active .player-captions {
    display: block; }
  .player-controls {
    zoom: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: 10px;
    background: #343f4a;
    line-height: 1;
    text-align: center; }
    .player-controls:before, .player-controls:after {
      content: "";
      display: table; }
    .player-controls:after {
      clear: both; }
    .player-controls-right {
      display: block;
      margin: 10px auto 0; }
    @media (min-width: 560px) {
      .player-controls-left {
        float: left; }
      .player-controls-right {
        float: right;
        margin-top: 0; } }
    .player-controls input + label,
    .player-controls button {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px;
      padding: 5px 10px;
      transition: background .3s ease;
      border-radius: 3px;
      cursor: pointer; }
      .player-controls input + label svg,
      .player-controls button svg {
        width: 18px;
        height: 18px;
        display: block;
        fill: currentColor;
        transition: fill .3s ease; }
    .player-controls input + label,
    .player-controls .inverted:checked + label {
      color: #565d64; }
    .player-controls button,
    .player-controls .inverted + label,
    .player-controls input:checked + label {
      color: #cbd0d3; }
    .player-controls button {
      border: 0;
      background: transparent;
      overflow: hidden; }
    .player-controls button:focus,
    .player-controls button:hover,
    .player-controls [type="checkbox"]:focus + label,
    .player-controls [type="checkbox"] + label:hover {
      background: #3498DB;
      color: #fff; }
    .player-controls button:focus,
    .player-controls input:focus + label {
      outline: 0; }
    .player-controls .icon-exit-fullscreen,
    .player-controls .icon-muted,
    .player-controls .icon-captions-on {
      display: none; }
    .player-controls .player-time {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      color: #cbd0d3;
      font-weight: 600;
      font-size: 14px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .player-controls .player-time + .player-time {
      display: none; }
      @media (min-width: 560px) {
        .player-controls .player-time + .player-time {
          display: inline-block; } }
      .player-controls .player-time + .player-time::before {
        content: "\2044";
        margin-right: 10px;
        color: #78858d; }
  .player-tooltip {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 10px 15px;
    opacity: 0;
    background: #343f4a;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    transform: translate(-50%, 30px);
    transition: transform .2s .2s ease, opacity .2s .2s ease; }
    .player-tooltip::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -5px;
      margin-left: -5px;
      width: 0;
      height: 0;
      transition: inherit;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #343f4a transparent transparent; }
  .player label:hover .player-tooltip,
  .player input:focus + label .player-tooltip,
  .player button:hover .player-tooltip,
  .player button:focus .player-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0); }
  .player label:hover .player-tooltip,
  .player button:hover .player-tooltip {
    z-index: 3; }
  .player-progress {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: rgba(86, 93, 100, 0.2); }
    .player-progress-buffer[value], .player-progress-played[value], .player-progress-seek[type=range] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 10px;
      margin: 0;
      padding: 0;
      vertical-align: top;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      background: transparent; }
    .player-progress-buffer[value]::-webkit-progress-bar, .player-progress-played[value]::-webkit-progress-bar {
      background: transparent; }
    .player-progress-buffer[value]::-webkit-progress-value, .player-progress-played[value]::-webkit-progress-value {
      background: currentColor; }
    .player-progress-buffer[value]::-moz-progress-bar, .player-progress-played[value]::-moz-progress-bar {
      background: currentColor; }
    .player-progress-played[value] {
      z-index: 2;
      color: #3498DB; }
    .player-progress-buffer[value] {
      color: rgba(86, 93, 100, 0.25); }
    .player-progress-seek[type=range] {
      z-index: 4;
      cursor: pointer;
      outline: 0; }
      .player-progress-seek[type=range]::-webkit-slider-runnable-track {
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        background: transparent;
        border: 0;
        width: 20px;
        height: 10px; }
      .player-progress-seek[type=range]::-moz-range-track {
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-moz-range-thumb {
        -moz-appearance: none;
        background: transparent;
        border: 0;
        width: 20px;
        height: 10px; }
      .player-progress-seek[type=range]::-ms-track {
        color: transparent;
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-ms-fill-lower, .player-progress-seek[type=range]::-ms-fill-upper {
        background: none;
        border: 0; }
      .player-progress-seek[type=range]::-ms-thumb {
        background: transparent;
        border: 0;
        width: 20px;
        height: 10px; }
      .player-progress-seek[type=range]:focus {
        outline: 0; }
      .player-progress-seek[type=range]::-moz-focus-outer {
        border: 0; }
  .player.loading .player-progress-buffer {
    animation: progress 1s linear infinite;
    background-size: 40px 40px;
    background-repeat: repeat-x;
    background-color: rgba(86, 93, 100, 0.25);
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
    color: transparent; }
  .player.playing .player-controls [data-player='pause'] {
    display: inline-block; }
  .player-volume[type=range] {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100px;
    margin: 0 10px 0 0;
    padding: 0;
    cursor: pointer;
    background: none; }
    .player-volume[type=range]::-webkit-slider-runnable-track {
      height: 6px;
      background: #565d64;
      border: 0;
      border-radius: 3px; }
    .player-volume[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      margin-top: -3px;
      height: 12px;
      width: 12px;
      background: #cbd0d3;
      border: 0;
      border-radius: 6px;
      transition: background .3s ease;
      cursor: ew-resize; }
    .player-volume[type=range]::-moz-range-track {
      height: 6px;
      background: #565d64;
      border: 0;
      border-radius: 3px; }
    .player-volume[type=range]::-moz-range-thumb {
      height: 12px;
      width: 12px;
      background: #cbd0d3;
      border: 0;
      border-radius: 6px;
      transition: background .3s ease;
      cursor: ew-resize; }
    .player-volume[type=range]::-ms-track {
      height: 6px;
      background: transparent;
      border-color: transparent;
      border-width: 3px 0;
      color: transparent; }
    .player-volume[type=range]::-ms-fill-lower, .player-volume[type=range]::-ms-fill-upper {
      height: 6px;
      background: #565d64;
      border: 0;
      border-radius: 3px; }
    .player-volume[type=range]::-ms-thumb {
      height: 12px;
      width: 12px;
      background: #cbd0d3;
      border: 0;
      border-radius: 6px;
      transition: background .3s ease;
      cursor: ew-resize; }
    .player-volume[type=range]:focus {
      outline: 0; }
      .player-volume[type=range]:focus::-webkit-slider-thumb {
        background: #3498DB; }
      .player-volume[type=range]:focus::-moz-range-thumb {
        background: #3498DB; }
      .player-volume[type=range]:focus::-ms-thumb {
        background: #3498DB; }
  .player.ios .player-volume,
  .player.ios [data-player='mute'],
  .player.ios [data-player='mute'] + label,
  .player-audio.ios .player-controls-right {
    display: none; }
  .player-audio.ios .player-controls-left {
    float: none; }
  .player-audio .player-controls {
    padding-top: 20px; }
  .player-audio .player-progress {
    bottom: auto;
    top: 0;
    background: #d6dadd; }
  .player-fullscreen, .player.fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    background: #000; }
    .player-fullscreen video, .player.fullscreen-active video {
      height: 100%; }
    .player-fullscreen .player-video-wrapper, .player.fullscreen-active .player-video-wrapper {
      height: 100%;
      width: 100%; }
      .player-fullscreen .player-video-wrapper .player-captions, .player.fullscreen-active .player-video-wrapper .player-captions {
        top: auto;
        bottom: 90px; }
        @media (min-width: 560px) and (max-width: 767px) {
          .player-fullscreen .player-video-wrapper .player-captions, .player.fullscreen-active .player-video-wrapper .player-captions {
            bottom: 60px; } }
        @media (min-width: 768px) {
          .player-fullscreen .player-video-wrapper .player-captions, .player.fullscreen-active .player-video-wrapper .player-captions {
            bottom: 80px; } }
    .player-fullscreen .player-controls, .player.fullscreen-active .player-controls {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .player-fullscreen.fullscreen-hide-controls.playing .player-controls, .player.fullscreen-active.fullscreen-hide-controls.playing .player-controls {
      transform: translateY(100%) translateY(5px);
      transition: transform .3s 1s ease; }
      .player-fullscreen.fullscreen-hide-controls.playing .player-controls.hover, .player.fullscreen-active.fullscreen-hide-controls.playing .player-controls.hover {
        transform: translateY(0);
        transition-delay: 0; }
  .player.fullscreen-active .icon-exit-fullscreen,
  .player.muted .player-controls .icon-muted,
  .player.captions-active .player-controls .icon-captions-on {
    display: block; }
    .player.fullscreen-active .icon-exit-fullscreen + svg,
    .player.muted .player-controls .icon-muted + svg,
    .player.captions-active .player-controls .icon-captions-on + svg {
      display: none; }
  .player [data-player='captions'],
  .player [data-player='captions'] + label,
  .player [data-player='fullscreen'],
  .player [data-player='fullscreen'] + label {
    display: none; }
  .player.captions-enabled [data-player='captions'],
  .player.captions-enabled [data-player='captions'] + label,
  .player.fullscreen-enabled [data-player='fullscreen'],
  .player.fullscreen-enabled [data-player='fullscreen'] + label {
    display: inline-block; }

#playShape {
  width: 0px;
  height: 0px;
  margin: auto;
  left: 2px;
  top: -1px;
  position: relative;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid #18191c;
  z-index: 2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.bar {
  width: 2px;
  height: 14px;
  left: 21px;
  top: 14px;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: black;
  display: inline-block; }

.pauseBar {
  width: 5px;
  height: 24px;
  left: 63px;
  top: 59px;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: black;
  display: inline-block; }
  .pauseBar:last-of-type {
    left: 78px; }

.leftArrow {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  left: 23px;
  height: 0px;
  width: 0px;
  top: 14px;
  border-top: 7px solid transparent;
  border-right: 12px solid #000;
  border-bottom: 7px solid transparent;
  display: inline-block; }
  .leftArrow:last-of-type {
    left: 35px; }

.rightArrow {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  left: 13px;
  height: 0px;
  width: 0px;
  top: 14px;
  border-top: 7px solid transparent;
  border-left: 12px solid #000;
  border-bottom: 7px solid transparent;
  display: inline-block; }
  .rightArrow:last-of-type {
    left: 25px; }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 70px;
  height: 70px;
  top: -13px;
  border-radius: 50%;
  background: #17171D;
  background: -moz-linear-gradient(38deg, #17171D 30%, rgba(23, 23, 30, 0) 60%);
  background: -webkit-linear-gradient(38deg, #17171D 30%, rgba(23, 23, 30, 0) 60%);
  background: -o-linear-gradient(38deg, #17171D 30%, rgba(23, 23, 30, 0) 60%);
  background: -ms-linear-gradient(38deg, #17171D 30%, rgba(23, 23, 30, 0) 60%);
  background: linear-gradient(38deg, #17171D 30%, rgba(23, 23, 30, 0) 60%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translate3d(0px, -23px, 0);
  -o-transform: translate3d(0px, -23px, 0);
  -ms-transform: translate3d(0px, -23px, 0);
  -webkit-transform: translate3d(0px, -23px, 0);
  transform: translate3d(0px, -23px, 0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #17171D;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #DCDFE4;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

* {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none; }

.container {
  position: relative;
  max-width: 532px;
  margin: auto;
  min-height: calc(100% - 400px - 40px); }
  @media only screen and (min-width: 480px) {
    .container {
      margin-top: 150px; } }

.track {
  margin: 0 auto;
  background-color: #dcdfe4;
  border-radius: 0;
  text-align: center;
  color: #18191c;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  min-height: 449px; }
  @media only screen and (min-width: 480px) {
    .track {
      min-height: 536px;
      margin-top: -53px; } }

.track-content {
  padding: 30px 0;
  padding: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  padding-bottom: 60px; }
  @media (max-height: 540px) {
    .track-content {
      top: 10px; } }

.track-name {
  font-size: 41px;
  font-weight: 300;
  line-height: 1;
  height: 45px;
  margin: 32px 1em .3em;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media only screen and (min-width: 480px) {
    .track-name {
      margin: 47px 1em .3em; } }

.track-artist {
  font-size: 15px;
  font-weight: 100;
  color: #C6C6C6;
  margin: 0 1em; }

.track-controls {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-sizing: content-box;
  padding: 30px 0;
  position: relative;
  height: 150px;
  padding-bottom: 10px; }

.btn-download {
    color: #000;
  font-size: 15px;
  font-weight: 100;
  margin: 0 1em;
 outline: none;
}

.btn, .btn-controls, .btn-play,
.btn-paus,
.btn-spinner,
.btn-bg, .btn-restart-forward, .btn-restart, .btn-forward {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.btn-controls, .btn-play,
.btn-paus,
.btn-spinner,
.btn-bg, .btn-restart-forward, .btn-restart, .btn-forward {
  text-indent: -10000px;
  overflow: hidden; }

.btn-play,
.btn-paus,
.btn-spinner,
.btn-bg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: absolute;
  height: 150px;
  width: 150px;
  margin: 0;
  border-radius: 50%;
  color: #dcdfe4;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: 55% center;
  border: solid 2px #18191c;
  background-color: #DCDFE4; }
  @media only screen and (min-width: 480px) {
    .btn-play,
    .btn-paus,
    .btn-spinner,
    .btn-bg {
      height: 150px;
      width: 150px; } }

.btn-play.no-touch:hover,
.btn-paus.no-touch:hover {
  opacity: 0.5 !important; }

.btn-play.btn-hover,
.btn-paus.btn-hover {
  opacity: 0.5 !important; }

.btn-play {
  background: #dcdfe4; }

.btn-paus {
  background: #dcdfe4; }

.btn-spinner {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: -75px;
  background-position: 50% 50%;
  background-color: #DCDFE4;
  /*-webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;*/ }
  @media only screen and (min-width: 480px) {
    .btn-spinner {
      margin-left: -75px; } }

.track-name,
.track-time-played,
.track-time-played {
  pointer: cursor; }

.stopped .btn-play {
  -moz-transform: translate3d(-50%, 0, 100px);
  -o-transform: translate3d(-50%, 0, 100px);
  -ms-transform: translate3d(-50%, 0, 100px);
  -webkit-transform: translate3d(-50%, 0, 100px);
  transform: translate3d(-50%, 0, 100px);
  display: inline-block;
  opacity: 1; }

.stopped .btn-paus {
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: none;
  opacity: 0; }

.stopped .btn-spinner {
  -moz-transform: translate3d(0, 0, 99px);
  -o-transform: translate3d(0, 0, 99px);
  -ms-transform: translate3d(0, 0, 99px);
  -webkit-transform: translate3d(0, 0, 99px);
  transform: translate3d(0, 0, 99px);
  display: none;
  opacity: 1; }

.stopped.no-touch:hover {
  opacity: 0.5 !important; }

.stopped.btn-hover {
  opacity: 0.5 !important; }

.playing .btn-play {
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: none;
  opacity: 0; }

.playing .btn-paus {
  -moz-transform: translate3d(-50%, 0, 100px);
  -o-transform: translate3d(-50%, 0, 100px);
  -ms-transform: translate3d(-50%, 0, 100px);
  -webkit-transform: translate3d(-50%, 0, 100px);
  transform: translate3d(-50%, 0, 100px);
  display: inline-block;
  opacity: 1; }

.playing .btn-spinner {
  -moz-transform: translate3d(0, 0, 99px);
  -o-transform: translate3d(0, 0, 99px);
  -ms-transform: translate3d(0, 0, 99px);
  -webkit-transform: translate3d(0, 0, 99px);
  transform: translate3d(0, 0, 99px);
  display: none;
  opacity: 0; }

.playing.no-touch:hover {
  opacity: 0.5 !important; }

.playing.btn-hover {
  opacity: 0.5 !important; }

.playing.jsDataNotLoaded .btn-play {
  -moz-transform: translate3d(-50%, 0, 100px);
  -o-transform: translate3d(-50%, 0, 100px);
  -ms-transform: translate3d(-50%, 0, 100px);
  -webkit-transform: translate3d(-50%, 0, 100px);
  transform: translate3d(-50%, 0, 100px);
  opacity: 0; }

.playing.jsDataNotLoaded .btn-paus {
  -moz-transform: translate3d(-50%, 0, 50px);
  -o-transform: translate3d(-50%, 0, 50px);
  -ms-transform: translate3d(-50%, 0, 50px);
  -webkit-transform: translate3d(-50%, 0, 50px);
  transform: translate3d(-50%, 0, 50px);
  opacity: 0; }

.playing.jsDataNotLoaded .btn-spinner {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: translate3d(0, 0, 100px);
  -o-transform: translate3d(0, 0, 100px);
  -ms-transform: translate3d(0, 0, 100px);
  -webkit-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  display: inline-block;
  opacity: 1; }

.playing.jsDataNotLoaded.no-touch:hover {
  opacity: 0.5 !important; }

.playing.jsDataNotLoaded.btn-hover {
  opacity: 0.5 !important; }

.btn-restart-forward, .btn-restart, .btn-forward {
  opacity: 0.2;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 80px;
  position: absolute;
  top: 94px;
  left: 50%;
  outline: none !important; }
  @media only screen and (min-width: 480px) {
    .btn-restart-forward, .btn-restart, .btn-forward {
      height: 40px;
      width: 80px; } }
  .btn-restart-forward.no-touch:hover, .no-touch.btn-restart:hover, .no-touch.btn-forward:hover {
    opacity: 0.1 !important; }
  .btn-restart-forward.no-touch:hover, .no-touch.btn-restart:hover, .no-touch.btn-forward:hover {
    opacity: 0.1 !important; }
  .btn-restart-forward.btn-hover, .btn-hover.btn-restart, .btn-hover.btn-forward {
    opacity: 0.1 !important; }

.btn-restart {
  -moz-transform: translate(-157px, -10px);
  -o-transform: translate(-157px, -10px);
  -ms-transform: translate(-157px, -10px);
  -webkit-transform: translate(-157px, -10px);
  transform: translate(-157px, -10px); }
  @media only screen and (min-width: 480px) {
    .btn-restart {
      -moz-transform: translate(-157px, -10px);
      -o-transform: translate(-157px, -10px);
      -ms-transform: translate(-157px, -10px);
      -webkit-transform: translate(-157px, -10px);
      transform: translate(-157px, -10px); } }

.btn-forward {
  -moz-transform: translate(92px, -10px);
  -o-transform: translate(92px, -10px);
  -ms-transform: translate(92px, -10px);
  -webkit-transform: translate(92px, -10px);
  transform: translate(92px, -10px); }
  @media only screen and (min-width: 480px) {
    .btn-forward {
      -moz-transform: translate(92px, -10px);
      -o-transform: translate(92px, -10px);
      -ms-transform: translate(92px, -10px);
      -webkit-transform: translate(92px, -10px);
      transform: translate(92px, -10px); } }

.track-time-played {
  font-size: 40px;
  font-weight: 300;
  color: #18191c; }
  @media only screen and (min-width: 480px) {
    .track-time-played {
      margin-top: 16px; } }

.track-time-total {
  font-size: 20px;
  color: #1D1E22;
  margin: 0;
  opacity: 0.5;
  text-align: center;
  width: 100%; }

.credit {
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-top: 17px; }
  @media only screen and (min-width: 480px) {
    .credit {
      margin-top: 37px; } }
  .credit .credit-link {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    color: #dcdfe4;
    letter-spacing: 2.2px;
    font-size: 10px;
    line-height: 35px;
    opacity: 1;
    font-weight: normal; }
  .credit .credit-logo {
    width: 37px;
    position: relative;
    display: block;
    margin: auto; }
  .credit:hover {
    opacity: 0.5; }
  @media (max-height: 425px) {
    .credit {
      top: 380px; } }

.touched-no-transition {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out; }

.touched {
  opacity: 0.5 !important; }

.link-touched {
  background-color: #009973; }

.bottomBar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #006adc; }
  .bottomBar:nth-of-type(1) {
    bottom: 5px; }
  .bottomBar:nth-of-type(2) {
    bottom: 5px;
    background-color: #1D1E22; }
  .bottomBar:nth-of-type(3) {
    bottom: 10px;
    background-color: #f18600; }
  .bottomBar:nth-of-type(4) {
    bottom: 15px;
    background-color: #1D1E22; }
  .bottomBar:nth-of-type(5) {
    bottom: 20px;
    background-color: #e53238; }
  .bottomBar:nth-of-type(6) {
    bottom: 25px;
    background-color: #1D1E22; }
  .bottomBar:nth-of-type(7) {
    bottom: 30px;
    background-color: #b2b6bd; }

.terms {
  display: block;
  bottom: 0px;
  text-decoration: underline;
  font-size: 12px;
  color: #969696; }

.termsContainer {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */