@font-face{font-family:Newtown;src:url("/fonts/Newtown_Italic.eot");src:local('☺'),url("/fonts/Newtown_Italic.woff") format('woff'),url("/fonts/Newtown_Italic.ttf") format('truetype'),url("/fonts/Newtown_Italic.svg") format('svg');font-weight:normal;font-style:italic}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

.theme__logo {
    transition: transform 0.08s ease;
}



/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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"], /* 1 */
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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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




html{height:100%}body{height:100%;min-width:600px}html{font-family:Arial,sans-serif;font-size:16px;color:#fefefe}::-moz-selection{background:#ff3ae6;text-shadow:none}::selection{background:#ff3ae6;text-shadow:none}:focus{outline-color:#ff3ae6}.theme{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;position:relative;width:100%;min-height:100%;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}.theme__container{position:relative;padding:70px 0;z-index:100}.theme__logo{position:relative;margin:0 auto;width:451px;height:256px;background-image:url("/img/logo.png");-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;background-repeat:no-repeat;text-indent:-100%;white-space:nowrap;overflow:hidden}.theme__overlay{will-change:opacity;position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-webkit-filter:blur(10px);filter:blur(10px);-webkit-transition:opacity 1.5s ease-in-out;-moz-transition:opacity 1.5s ease-in-out;-o-transition:opacity 1.5s ease-in-out;-ms-transition:opacity 1.5s ease-in-out;transition:opacity 1.5s ease-in-out;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80);}.theme__overlay_hidden{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.disable-animations .theme__overlay{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;-ms-animation-play-state:paused;animation-play-state:paused}.no-cssfilters .theme__overlay{background-image:none !important}.theme_palms{background-color:#313945;background-image:url("/img/themes/palms/palms-bg.png")}.theme_city{background-color:#313945;background-image:url("/img/themes/city/city-bg.png")}@-moz-keyframes theme-blur{0%{-webkit-filter:blur(95px);filter:blur(95px)}100%{-webkit-filter:blur(165px);filter:blur(165px)}}@-webkit-keyframes theme-blur{0%{-webkit-filter:blur(95px);filter:blur(95px)}100%{-webkit-filter:blur(165px);filter:blur(165px)}}@-o-keyframes theme-blur{0%{-webkit-filter:blur(95px);filter:blur(95px)}100%{-webkit-filter:blur(165px);filter:blur(165px)}}@keyframes theme-blur{0%{-webkit-filter:blur(95px);filter:blur(95px)}100%{-webkit-filter:blur(165px);filter:blur(165px)}}.player{position:relative;width:600px;margin:0 auto;text-align:center;}.player__controls{font-size:24px;}.player__controls__button{display:inline-block;vertical-align:top;width:40px;height:30px;border:0;background:none;background-repeat:no-repeat;background-position:center;}.player__controls__button_disabled{opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60)}.player__controls__button_prev{background-image:url("/img/icons/prev.svg")}.player__controls__button_play{background-image:url("/img/icons/play.svg")}.player__controls__button_pause{background-image:url("/img/icons/pause.svg")}.player__controls__button_next{background-image:url("/img/icons/next.svg")}.player_cassette{margin-top:23px;margin-bottom:55px}.player_cassette .player__controls{position:absolute;z-index:1000;top:70px;left:0;width:100%;}.player_cassette .player__controls__button:nth-child(2){margin:0 180px}.display{text-align:center;font-size:30px;font-family:Newtown,Verdana,sans-serif;font-style:italic;}.display__title{margin:0;font-size:inherit;font-weight:normal}.display__time{margin-top:12px;}.display__time__elapsed{letter-spacing: 3px;display:inline-block;vertical-align:bottom;width:80px;line-height:30px;text-align:left}.display__time__total{letter-spacing: 1px;display:inline-block;vertical-align:bottom;width:60px;line-height:22px;overflow:hidden;color:#9cf1ff;font-size:18px}.display__rating{display:inline-block;font-size:0;margin-top:65px;}.display__rating__item{display:inline-block;padding:0 3px;width:24px;height:24px;background-image:url("/img/icons/star.svg");background-repeat:no-repeat;background-position:center;cursor:pointer}.display__rating .display__rating__item_active,.display__rating:hover .display__rating__item{background-image:url("/img/icons/star_fill.svg")}.display__rating:hover .display__rating__item:hover ~ .display__rating__item{background-image:url("/img/icons/star.svg")}.cassette{position:relative;width:310px;height:195px;margin:0 auto;}.cassette,.cassette i{display:block}.cassette__cover{position:absolute;z-index:100;top:13px;left:16px;width:278px;height:132px;background-color:#343331;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;-webkit-clip-path:polygon(278px 132px,278px 0,0 0,0 132px,278px 132px,67px 90px,54px 80px,54px 64px,68px 52px,210px 52px,224px 65px,224px 77px,211px 90px,67px 90px);clip-path:url("/#cassette-cover-mask")}.cassette__reel{position:absolute;z-index:90;top:65px;left:72px;width:34px;height:39px;background-image:url("/img/cassette-reel.png");background-repeat:no-repeat;-webkit-animation:cassette-reel-spin 3s linear infinite;-moz-animation:cassette-reel-spin 3s linear infinite;-o-animation:cassette-reel-spin 3s linear infinite;-ms-animation:cassette-reel-spin 3s linear infinite;animation:cassette-reel-spin 3s linear infinite;-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0;color:#16181a;border-radius:50%;-webkit-clip-path:circle(50% at 50% 50%);clip-path:circle(50% at 50% 50%);}.cassette__reel_right{left:204px;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-o-animation-duration:1.5s;-ms-animation-duration:1.5s;animation-duration:1.5s}.disable-animations .cassette__reel,.player_paused .cassette__reel{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;-ms-animation-play-state:paused;animation-play-state:paused}.cassette__body{position:absolute;z-index:100;top:0;left:0;width:310px;height:195px;background-image:url("/img/cassette-body.png")}@-moz-keyframes cassette-reel-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes cassette-reel-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes cassette-reel-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cassette-reel-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg)}}.volume{position:relative;margin-top:45px;}.volume__mute{display:inline-block;vertical-align:middle;width:24px;height:24px;margin-right:4px;border:0;background:none;background-repeat:no-repeat;background-position:center;background-image:url("/img/icons/volume.svg")}.volume__level{display:inline-block;vertical-align:middle;width:24px;height:24px;margin-left:14px;border:0;opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);background:none;background-repeat:no-repeat;background-position:center;background-image:url("/img/icons/volume_medium.svg");}.volume__level_medium{background-image:url("/img/icons/volume_medium.svg")}.volume__level_high{background-image:url("/img/icons/volume_high.svg")}.volume__level_mute{background-image:url("/img/icons/volume_mute.svg")}.volume__range{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;width:180px;background:none;overflow:hidden;}.volume__range:focus{outline:none}.volume__range::-webkit-slider-runnable-track{width:100%;height:24px;cursor:pointer;background-image:-webkit-linear-gradient(top, transparent 0, transparent 11px, rgba(255,255,255,0.2) 11px, rgba(255,255,255,0.2) 13px, transparent 13px, transparent 24px);background-image:-moz-linear-gradient(top, transparent 0, transparent 11px, rgba(255,255,255,0.2) 11px, rgba(255,255,255,0.2) 13px, transparent 13px, transparent 24px);background-image:-o-linear-gradient(top, transparent 0, transparent 11px, rgba(255,255,255,0.2) 11px, rgba(255,255,255,0.2) 13px, transparent 13px, transparent 24px);background-image:-ms-linear-gradient(top, transparent 0, transparent 11px, rgba(255,255,255,0.2) 11px, rgba(255,255,255,0.2) 13px, transparent 13px, transparent 24px);background-image:linear-gradient(to bottom, transparent 0, transparent 11px, rgba(255,255,255,0.2) 11px, rgba(255,255,255,0.2) 13px, transparent 13px, transparent 24px)}.volume__range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:12px;height:12px;margin-top:6px;border-radius:50%;cursor:pointer;background-color:#fff;-webkit-transition:background-color 0.1s linear;-moz-transition:background-color 0.1s linear;-o-transition:background-color 0.1s linear;-ms-transition:background-color 0.1s linear;transition:background-color 0.1s linear;}.volume__range::-webkit-slider-thumb:before{pointer-events:none;content:'';position:absolute;top:5px;right:5px;width:99999px;height:2px;background:#fff}.volume__range::-moz-range-thumb{position:relative;width:12px;height:12px;margin-top:6px;border-radius:50%;cursor:pointer}.volume__range_min.volume__range::-webkit-slider-thumb:before{right:12px}.volume__range_max.volume__range::-webkit-slider-thumb:before{right:0}.volume__range:hover.volume__range::-webkit-slider-thumb{background-color:#fff}