/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'museo_sans500';
  src: url("../fonts/museosans-500-webfont.eot");
  src: url("../fonts/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-500-webfont.woff2") format("woff2"), url("../fonts/museosans-500-webfont.woff") format("woff"), url("../fonts/museosans-500-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "museo_sans500", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0 0px 0;
  color: #ffffff;
  line-height: 1.25em;
  font-weight: 400; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.92308rem; }

h3 {
  font-size: 1.66667rem; }

h4 {
  font-size: 1.47059rem; }

h5 {
  font-size: 1.38889rem; }

h6 {
  font-size: 1.25rem; }

p {
  margin-top: 0px;
  font-size: 1.0625rem;
  line-height: 1.5em;
  color: #ffffff; }
  p:first-of-type {
    margin-top: 0; }

a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #e6e6e6; }

ul, ol {
  margin: 0px 0 0 0px; }
  ul li, ol li {
    margin-top: 0px;
    line-height: 1.5em;
    color: #ffffff; }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0; }

ul li {
  list-style: none; }
ul ul li {
  list-style: none; }

ol li {
  list-style: decimal; }

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #ffffff; }

blockquote {
  margin: 0px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #505050;
  text-align: center;
  font-style: italic; }

table {
  width: 100%;
  margin: 0px 0;
  border-collapse: collapse; }

table, td, th {
  border: 1px solid #ffffff;
  text-align: left; }

th {
  font-weight: 700; }

th, td {
  padding: 15px; }

figure {
  margin: 0px 0; }
  figure img {
    margin: 0; }

figcaption {
  margin-top: 10px;
  color: white;
  font-size: 0px; }

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: white;
  border: 1px solid #ffffff;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  pre code {
    position: static;
    padding: 0;
    border: none;
    line-height: 1.5em; }

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.75893rem;
  color: #999999;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

em, i, .italic {
  font-style: italic; }

strong, b, .bold {
  font-weight: 700; }

img {
  display: block;
  max-width: 100%;
  margin: 0px 0; }

.main-wrapper {
  transform: translateZ(0);
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden; }

.videoloaded .main-wrapper {
  height: 100vh; }

.player-wrapper {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

#player,
.player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  opacity: 0;
  width: 100%; }

.videoloaded #player,
.videoloaded .player-wrapper iframe {
  height: 100%;
  opacity: 1; }

.video-wrapper {
  background: #000000;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 99; }

#player-mobile,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  width: 100%; }

.videoloaded #player-mobile,
.videoloaded .video-wrapper iframe {
  height: 100%;
  opacity: 1; }

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  background-color: transparent; }
  .button_container:hover {
    opacity: .7; }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff; }
  .button_container.active .middle {
    opacity: 0;
    background: #fff; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff; }
  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

.js body.homepage-mobile {
  height: auto; }

body.homepage-mobile {
  background: #000; }

body.music .button_container span {
  background: #000; }

h1.logo {
  text-indent: -9999px;
  background: transparent url("../img/logo.png") no-repeat;
  width: 160px;
  height: 251px;
  margin: 60px auto 60px;
  background-size: contain;
  opacity: 1; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s, background .35s;
  overflow: hidden; }
  .overlay h2 {
    text-indent: -9999px;
    background: transparent url("../img/logo.png") no-repeat;
    width: 142px;
    height: 223px;
    margin: 50px auto 50px;
    background-size: contain;
    opacity: 0; }
    
    .overlay p {
    max-width: 310px;
    text-align: center;
    margin: 0px auto 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1.5em;
    display: block;
    opacity: 0; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 99; }
    .overlay.open h2 {
      animation: fadeInDown .5s ease forwards;
      animation-delay: .25s; }
      .overlay.open p {
      animation: fadeInDown .5s ease forwards;
      animation-delay: .25s; }
    .overlay.open nav.overlay-menu li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open nav.overlay-menu li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open nav.overlay-menu li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open nav.overlay-menu li:nth-of-type(4) {
        animation-delay: .50s; }
    .overlay.open nav.social-menu li {
      animation: fadeInUp .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open nav.social-menu li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open nav.social-menu li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open nav.social-menu li:nth-of-type(4) {
        animation-delay: .50s; }
  .overlay nav.overlay-menu {
    position: relative;
    text-align: center; }
  .overlay nav.overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }
    .overlay nav.overlay-menu ul li {
      display: block;
      position: relative;
      opacity: 0;
      margin-bottom: 20px; }
      .overlay nav.overlay-menu ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 2.5rem;
        line-height: 1.4; }
        .overlay nav.overlay-menu ul li a:hover:after, .overlay nav.overlay-menu ul li a:focus:after, .overlay nav.overlay-menu ul li a:active:after {
          width: 100%; }
        .overlay nav.overlay-menu ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          height: 3px;
          background: #fff;
          transition: .35s; }

nav.social-menu {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%; }

nav.social-menu ul {
  text-align: center;
  padding: 0; }

nav.social-menu li {
  display: inline-block;
  opacity: 0; }

nav.social-menu li a {
  width: 40px;
  height: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: block;
  overflow: hidden;
  transition: all 300ms ease-out;
  background-color: #fff;
  border: 3px solid #fff;
  font-size: 0; }
  nav.social-menu li a:hover {
    background-color: transparent; }
    nav.social-menu li a:hover:before {
      color: #fff; }
  nav.social-menu li a:before {
    font-size: 22px;
    vertical-align: middle;
    color: #fff;
    width: 34px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    display: block;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-weight: normal;
    font-family: "FontAwesome"; }
  nav.social-menu li a.twitter:before {
    content: '\f099'; }
  nav.social-menu li a.soundcloud:before {
    content: '\f1be'; }
  nav.social-menu li a.facebook:before {
    content: '\f09a'; }
  nav.social-menu li a.instagram:before {
    content: '\f16d'; }
  nav.social-menu li a.spotify:before {
    content: '\f1bc'; }

.controls-video {
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 27px;
  width: 65px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  background-color: transparent; }

#mute-toggle {
  display: block;
  float: left;
  background-image: url(../img/mute.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 24px 22px;
  width: 24px;
  height: 22px;
  margin-top: -1px; }
  #mute-toggle.unmuted {
    background-image: url(../img/unmute.png); }

#restart {
  display: block;
  float: left;
  background-image: url(../img/replay.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 22px 20px;
  width: 22px;
  height: 20px;
  margin-left: 14px; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none; }

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor; }

.icon--hidden {
  display: none; }

/* scroll control */
html.js,
.js body {
  overflow: hidden;
  height: 100%; }

/* Views */
.js .view {
  pointer-events: none; }

.js .view--grid {
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  height: 100vh;
  opacity: 0;
  -webkit-overflow-scrolling: touch; }

.js .view--single {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 70vmin;
  height: 70vmin;
  margin: -35vmin 0 0 -35vmin; }

.view--player {
  display: none; }

.js .view--player {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%; }

.js .view--current {
  pointer-events: auto;
  opacity: 1; }

/* Header */
.page-header {
  position: relative;
  margin: 0 auto;
  padding: 10vmin 4em 0;
  pointer-events: none; }

.page-header__title {
  font-family: 'museo_sans500', sans-serif;
  font-size: 7vmin;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 0 1.65em;
  background: url(../img/vinyls.svg) no-repeat 0 50%;
  background-size: auto 100%; }

.page-header__subtitle {
  display: block;
  max-width: calc(50vw - 5em);
  margin: 1em 0 0 5px;
  color: #fff; }

/* Codrops navigation */
.codrops-links {
  font-size: 0.75em;
  position: relative;
  display: inline-block;
  margin: 2.5em 0 0 0;
  text-align: center;
  white-space: nowrap; }

.codrops-links::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #474283;
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 22.5deg);
  transform: translateY(-50%) rotate3d(0, 0, 1, 22.5deg); }

.codrops-icon {
  display: inline-block;
  width: 1.5em;
  margin: 0.25em 0.5em;
  text-decoration: none;
  pointer-events: auto; }

@media screen and (max-width: 55em) {
  .page-header {
    padding: 2em; }

  .page-header__title {
    font-size: 8vmin; }

  .page-header__subtitle {
    max-width: none; } }
/* grid */
.grid {
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  list-style: none; }

.js .grid::after {
  content: '';
  position: absolute;
  top: 150px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  border: 10px solid rgba(255, 255, 255, 0.8);
  border-bottom-color: #474283;
  border-radius: 50%;
  -webkit-animation: spinLoader 1s linear infinite forwards;
  animation: spinLoader 1s linear infinite forwards; }

.js .grid--loaded::after {
  display: none; }

@-webkit-keyframes spinLoader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinLoader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.page-header,
.grid {
  max-width: 1200px; }

.grid__item {
  position: relative;
  width: 50%;
  min-width: 280px;
  margin: 0 0 2em;
  padding: 1em 4em 0; }

.js .grid__item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.js .grid--loaded .grid__item {
  opacity: 1; }

.no-js .grid__item {
  display: inline-block;
  width: calc(33.33% - 0.4em);
  margin: 2em 0; }

@media screen and (min-width: 52.5em) {
  .grid__item {
    width: 33.33%;
    margin: 0 0 9em; }

  .js .grid__item:first-child {
    margin-top: 5em; }

  .js .grid__item:nth-child(2) {
    margin-top: 14em; } }
@media screen and (max-width: 36em) {
  .grid__item {
    width: 100%;
    margin: 2em 0;
    padding: 1em 2em 0; } }
/* grid decoration */
.grid__item--deco::before {
  font-family: 'museo_sans500', sans-serif;
  font-size: 15em;
  position: absolute;
  z-index: -1;
  top: -1em;
  left: -0.15em;
  opacity: 0.1; }

.grid__item--deco-1::before {
  content: '1985'; }

.grid__item--deco-2::before {
  content: '1974'; }

.grid__item--deco-3::before {
  content: '2015'; }

/* grid link */
.grid__link {
  position: relative;
  display: block;
  color: #474283;
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.grid__link:hover {
  color: #474283;
  outline: none; }

/* image wrap and deco lp */
.img-wrap {
  position: relative; }

.lp {
  position: absolute; }

.lp--grid {
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.grid__link:hover .lp {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }

.img {
  display: block; }

.img--grid {
  position: relative;
  max-width: 100%;
  box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.artist {
  font-size: 0.85em;
  font-weight: normal;
  margin: 1em 0 0.5em; }

.title {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0 3em;
  white-space: nowrap; }

.year {
  font-size: 0.85em;
  position: absolute;
  z-index: 10;
  right: 0;
  margin: -1em -1em 0 0;
  padding: 0.3em 0.5em;
  color: #fff;
  border: 2px solid;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.year--contrast {
  color: inherit; }

/* related */
.content--related {
  margin: 3em 0 0;
  padding: 20vmin 2em;
  text-align: center;
  color: #595867;
  background: #302f3c; }

.content__title {
  font-family: 'museo_sans500', sans-serif;
  font-size: 1.25em; }

.media-item {
  font-size: 0.85em;
  display: inline-block;
  padding: 1em;
  vertical-align: top; }

.media-item__img {
  display: block;
  max-width: 100%;
  opacity: 0.5;
  box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1; }

.media-item__title {
  font-size: 1em;
  position: relative;
  display: block;
  margin: 1em 0 0 0;
  padding: 0.5em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

/* Decorative expander for the grid to single transition */
.deco-expander {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vmax * 1.4142);
  height: calc(100vmax * 1.4142);
  margin: calc(-100vmax * 1.4142 / 2) 0 0 calc(-100vmax * 1.4142 / 2);
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background: #45918e;
  -webkit-transform: scale(0.001);
  transform: scale(0.001); }

/* Single LP view */
.single {
  position: relative;
  min-height: 100vh; }

.no-js .single {
  text-align: center; }

.js .single,
.lp--single {
  width: 100%;
  height: 100%; }

.no-js .lp--single {
  display: none; }

.js .single {
  position: absolute;
  min-height: 0;
  pointer-events: none;
  opacity: 0; }

.js .single--current {
  pointer-events: auto;
  opacity: 1; }

.js .img-wrap--single {
  position: absolute;
  width: 100%;
  height: 100%; }

.img--single {
  max-width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); }

.no-js .img--single {
  height: 50vmin;
  margin: 10vmin auto 3em; }

.number,
.artist--single,
.title--single {
  color: #000; }

.js .number,
.js .artist--single,
.js .title--single {
  position: absolute; }

.number,
.artist--single {
  font-family: 'museo_sans500', sans-serif; }

.number {
  font-size: 13vmin;
  bottom: -12vmin;
  right: -6vmin;
  white-space: nowrap;
 }

.number__total {
  font-size: 7vmin;
  vertical-align: top; }

.number__total::before {
  content: ' / ';
  vertical-align: top; }

.artist--single {
  font-size: 6vmin;
  line-height: 0.8;
  bottom: 0;
  left: -5vmin;
  margin: 0 0 0.25em 0;
  white-space: nowrap;
  display: none; }

.title--single {
  font-size: 3vmin;
  font-weight: normal;
  top: 100%;
  left: 5vmin;
  margin: 0.25em 0 0;
  display: none; }

.year--single {
  font-size: 3vmin;
  margin: 0;
  color: #fff;
  border-width: 0.5vmin;
  display: none; }

.js .year--single {
  top: -1em;
  right: -5vmin; }

.no-js .year--single {
  position: relative;
  right: auto;
  display: inline-block;
  margin: 1em auto; }

.controls {
  width: 100%;
  height: 100%; }

.controls__navigate {
  position: absolute;
  top: 0;
  left: calc(100% + 1vmin); }

.control-button--next,
.control-button--prev {
  font-size: 3vmin;
  color: #000; }

.control-button {
  padding: 0;
  border: 0;
  background: none; }

.no-js .control-button {
  display: none; }

.control-button:hover {
  color: #333; }

.control-button:focus {
  outline: none; }

.control-button--play {
  font-size: 5vmin;
  position: absolute;
  margin: -42px 0 0 -42px;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  padding: 0;
  color: #fff;
  display: none; }

.control-button--play:hover,
.control-button--play:focus {
  color: #fff; }

.control-button--play .icon {
  position: absolute; }

.control-button--play .icon--play {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.control-button--active .icon--play {
  opacity: 0; }

.icon--progress {
  top: -5.5%;
  width: 111%;
  height: 111%;
  margin: 0;
  left: -4.5%; }

.icon--progress path {
  fill: none;
  stroke: #474283;
  stroke-width: 8px; }

.icon--progress circle {
  fill: rgba(255, 255, 255, 0.2);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s; }

.control-button--play:hover .icon--progress circle,
.control-button--play:focus .icon--progress circle {
  fill: rgba(255, 255, 255, 0.5); }

.control-button--back {
  font-size: 3vmin;
  position: fixed;
  top: 2vmin;
  left: 3vmin;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none; }

.buttons {
  position: absolute;
  bottom: -8vmin;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.buttons a {
  font-size: 2vmin;
  border-width: 0.5vmin;
  padding: 10px 25px;
  z-index: 10;
  left: 0;
  color: #000;
  border: 2px solid #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: 10px;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition-property: background, color; }
  .buttons a:hover {
    background-color: #000;
    color: #fff; }

.single--current .buttons {
  opacity: 1; }

.leon-lour .single--current .buttons a {
  border: 2px solid #3B8E84;
  color: #3B8E84; }

/* Initial hidden state of single view elements */
.lp--single,
.js .img-wrap--single,
.js .number,
.js .year--single,
.js .artist--single,
.js .title--single {
  opacity: 1; }

.control-button--back,
.controls .control-button--next,
.controls .control-button--prev {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.view--current .controls .control-button--next,
.view--current .controls .control-button--prev {
  opacity: 1; }

/* Player */
.view--player {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.view--player.view--current .control-button--back {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.player-stand {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(90vmin + (0.2 * 80vmin));
  height: 90vmin;
  border-radius: 0.15em;
  background: #45bd94;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(calc(0.06 * 80vmin), 0, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(calc(0.06 * 80vmin), 0, 0);
  pointer-events: none; }

.visualizer {
  position: absolute;
  top: 3vmin;
  right: 4vmin;
  width: 185px;
  height: 25px;
  border: 1px solid; }

.song {
  font-size: 0.7em;
  position: absolute;
  top: calc(38px + 2.5vmin);
  right: 4vmin;
  max-width: calc(50vw - 4vmin);
  text-align: right; }

.player-info {
  position: absolute;
  z-index: 100;
  max-width: 50vw;
  padding: 9vmin 0 0 9vmin;
  pointer-events: none; }

.year--player,
.artist--player,
.title--player {
  color: #fff; }

.artist--player {
  font-family: 'museo_sans500', sans-serif; }

.artist--player {
  font-size: 8vmin;
  line-height: 0.8;
  margin: 0 0 0.25em 0;
  white-space: nowrap; }

.title--player {
  font-size: 3vmin;
  font-weight: normal;
  margin: 0.25em 0 0; }

.year--player {
  font-size: 2vmin;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  border-width: 0.25vmin; }

.player {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.player__element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vmin;
  height: 80vmin;
  margin: -40vmin 0 0 -40vmin; }

.player__element svg,
.player__element-inner {
  width: 100%;
  height: 100%; }

.player__element--lp {
  opacity: 0;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transition: -webkit-transform 0s 1s;
  transition: transform 0s 1s; }

.view--current .player__element--lp {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s; }

.player__element--lp-flip {
  -webkit-transform: perspective(2000px) rotate3d(1, 1, 0, 180deg);
  transform: perspective(2000px) rotate3d(1, 1, 0, 180deg); }

.player__element--lp svg {
  -webkit-animation: spinAroundA 10s linear infinite forwards;
  animation: spinAroundA 10s linear infinite forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

@-webkit-keyframes spinAroundA {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinAroundA {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.player__element--lp-spin:not(.player__element--lp-flip) .player__svg-lp {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.player__element--lp .player__element-inner {
  -webkit-animation: spinAroundB 10s linear infinite forwards;
  animation: spinAroundB 10s linear infinite forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.player__element--lp-spin.player__element--lp-flip .player__element-inner {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes spinAroundB {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes spinAroundB {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.lp-side-label {
  -webkit-transition: visibility 0s 0.35s;
  transition: visibility 0s 0.35s; }

.player__element--lp-flip .lp-side-label--a,
.lp-side-label--b {
  visibility: hidden; }

.player__element--lp-flip .lp-side-label--b {
  visibility: visible; }

/* The label is 32.4358% of the total width of the vinyl disc; 
this means that we can push the tonearm a maximum of half of that (16%);
we use margins because transforms will be applied dynamically */
.player__element--tonearm {
  margin: calc(-40vmin - (0.13 * 80vmin)) 0 0 calc(0.11 * 80vmin); }

.view--current .player__element--tonearm svg * {
  pointer-events: auto; }

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab; }

.grabbable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.player__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 4vmin; }

.view--current .player__controls {
  pointer-events: auto; }

.player-button {
  position: relative;
  margin: 0 0.25em;
  padding: 1em;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #474283; }

.player-button:hover {
  color: #474283;
  background: rgba(255, 255, 255, 0.9); }

.player-button:focus {
  outline: none; }

.effects {
  position: absolute;
  top: 10vmin;
  right: 0;
  bottom: 5vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 10vmin;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end; }

.effects__irs {
  margin: 0.5em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #379676; }

.effects__button {
  display: block;
  -ms-flex: none;
  flex: none;
  width: 100%;
  width: 4em;
  height: 4em;
  margin: 0.5em 0;
  padding: 1em;
  color: #37a07c;
  border: 0;
  background: none;
  -webkit-box-flex: 0; }

.effects__button--active {
  color: #474283; }

.effects__button:focus {
  outline: none; }

.effects__button .icon {
  width: 100%;
  height: 100%; }

.effects__input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.icon--touchthrough {
  pointer-events: none; }

/* Initially hidden elements of the player */
.player-info,
.player-stand,
.player__element--tonearm,
.visualizer,
.effects {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.view--current .player-info,
.view--current .player-stand,
.view--current .player__element--tonearm,
.view--current .visualizer,
.view--current .effects {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

/* Media queries */
@media screen and (max-aspect-ratio: 100 / 75) {
  .player-stand {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    background: none; }

  .song, .visualizer, .effects {
    display: none; }

  .control-button--back {
    font-size: 5vmin; }

  .player-info {
    max-width: none;
    width: 100%;
    padding: 15vmin 1em 0 1em; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media (max-width: 1300px) {
  .overlay h2 {
    width: 155px;
    height: 243px;
    margin: 40px auto 40px; }

  .overlay nav.overlay-menu ul li a {
    font-size: 2.1875rem; }

  .overlay nav.overlay-menu ul li {
    margin-bottom: 10px; } }
@media (max-width: 1100px) {
  .videoloaded #player,
  .videoloaded .player-wrapper iframe {
    height: 100%;
    opacity: 1; }

  .videoloaded .content {
    margin-top: 0px; }

  .overlay nav.overlay-menu ul li a {
    font-size: 1.875rem; } }
@media (max-width: 640px) {
  .buttons a {
    font-size: 2.5vmin; }

  .buttons {
    bottom: -12vmin; }

  .overlay h2 {
    text-indent: -9999px;
    width: 100px;
    height: 157px;
    margin: 40px auto 40px;
    background-size: contain;
    opacity: 0; }

  .button_container {
    top: 2%; }

  .overlay nav.overlay-menu ul li a {
    font-size: 1.5625rem; }

  .overlay nav.overlay-menu {
    font-size: 2.5rem; }

  .overlay nav.overlay-menu ul li {
    margin-bottom: 0px; } }
