/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role=button],
[type=button],
[type=submit] {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}

[type=button],
[type=color],
[type=date],
[type=email],
[type=file],
[type=image],
[type=month],
[type=number],
[type=password],
[type=range],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
[role=button],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

iframe,
embed,
object,
video {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}
.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex-wrap {
  display: flex;
}
.flex-wrap__wrap {
  flex-wrap: wrap;
}
.flex-wrap.row {
  flex-direction: row;
}
.flex-wrap.row--reverse {
  flex-direction: row-reverse;
}
.flex-wrap.col {
  flex-direction: column;
}
.flex-wrap.col--reverse {
  flex-direction: column-reverse;
}
.flex-wrap.center-h {
  justify-content: center;
}
.flex-wrap.center-v {
  align-items: center;
}
.flex-wrap.center-all {
  align-items: center;
  justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2jhnbw");
  src: url("../fonts/icomoon.eot?2jhnbw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2jhnbw") format("truetype"), url("../fonts/icomoon.woff?2jhnbw") format("woff"), url("../fonts/icomoon.svg?2jhnbw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fa-], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-piggy-bank:before {
  content: "\e95a";
}

.fa-money:before {
  content: "\e95a";
}

.fa-save:before {
  content: "\e95a";
}

.fa-ecommerce:before {
  content: "\e95a";
}

.fa-question-circle-o:before {
  content: "\e95b";
}

.fa-stop-circle-o:before {
  content: "\e95c";
}

.fa-pause-circle-o:before {
  content: "\e95d";
}

.fa-circle-thin:before {
  content: "\e95e";
}

.fa-dot-circle-o:before {
  content: "\e95f";
}

.fa-circle-o:before {
  content: "\e960";
}

.fa-exclamation-circle:before {
  content: "\e961";
}

.fa-check-circle-o:before {
  content: "\e962";
}

.fa-times-circle-o:before {
  content: "\e963";
}

.fa-times-circle:before {
  content: "\e964";
}

.fa-play-circle-o:before {
  content: "\e965";
}

.fa-minus-circle:before {
  content: "\e966";
}

.fa-check-circle:before {
  content: "\e967";
}

.fa-info-circle:before {
  content: "\e968";
}

.fa-pause-circle:before {
  content: "\e969";
}

.fa-play-circle1:before {
  content: "\e96a";
}

.fa-stop-circle:before {
  content: "\e96b";
}

.fa-plus-circle:before {
  content: "\e96c";
}

.fa-question-circle:before {
  content: "\e96d";
}

.fa-circle:before {
  content: "\e96e";
}

.fa-whatsapp:before {
  content: "\e96f";
}

.fa-star:before {
  content: "\e959";
}

.fa-map-marker:before {
  content: "\e957";
}

.fa-ticket:before {
  content: "\e958";
}

.fa-step-forward:before {
  content: "\e954";
}

.fa-fast-forward:before {
  content: "\e955";
}

.fa-forward:before {
  content: "\e956";
}

.fa-fast-backward:before {
  content: "\e94f";
}

.fa-step-backward:before {
  content: "\e950";
}

.fa-backward:before {
  content: "\e951";
}

.fa-stop:before {
  content: "\e952";
}

.fa-pause:before {
  content: "\e953";
}

.fa-close:before {
  content: "\e94e";
}

.fa-arrows:before {
  content: "\e94b";
}

.fa-minus:before {
  content: "\e94c";
}

.fa-plus:before {
  content: "\e94d";
}

.fa-microphone:before {
  content: "\e940";
}

.fa-video-camera:before {
  content: "\e941";
}

.fa-play-circle:before {
  content: "\e942";
}

.fa-film:before {
  content: "\e943";
}

.fa-play:before {
  content: "\e944";
}

.fa-comments-o:before {
  content: "\e945";
}

.fa-comment-o:before {
  content: "\e946";
}

.fa-comments:before {
  content: "\e947";
}

.fa-comment:before {
  content: "\e948";
}

.fa-group:before {
  content: "\e949";
}

.fa-users:before {
  content: "\e949";
}

.fa-home:before {
  content: "\e94a";
}

.fa-headphones:before {
  content: "\e93e";
}

.fa-music:before {
  content: "\e93f";
}

.fa-shopping-cart:before {
  content: "\e93d";
}

.fa-twitch:before {
  content: "\e937";
}

.fa-vimeo-square:before {
  content: "\e938";
}

.fa-vimeo:before {
  content: "\e939";
}

.fa-pinterest-p:before {
  content: "\e93a";
}

.fa-pinterest-square:before {
  content: "\e93b";
}

.fa-pinterest:before {
  content: "\e93c";
}

.fa-bars:before {
  content: "\e936";
}

.fa-envelope-o:before {
  content: "\e934";
}

.fa-envelope:before {
  content: "\e935";
}

.fa-rss-square:before {
  content: "\e931";
}

.fa-feed:before {
  content: "\e932";
}

.fa-linkedin-square:before {
  content: "\e92f";
}

.fa-linkedin:before {
  content: "\e930";
}

.fa-eye-slash:before {
  content: "\e915";
}

.fa-eye:before {
  content: "\e916";
}

.fa-angle-double-down:before {
  content: "\e917";
}

.fa-angle-double-up:before {
  content: "\e918";
}

.fa-angle-double-right:before {
  content: "\e919";
}

.fa-angle-double-left:before {
  content: "\e91a";
}

.fa-chevron-circle-down:before {
  content: "\e91b";
}

.fa-chevron-circle-up:before {
  content: "\e91c";
}

.fa-chevron-circle-right:before {
  content: "\e91d";
}

.fa-chevron-circle-left:before {
  content: "\e91e";
}

.fa-chevron-right:before {
  content: "\e91f";
}

.fa-chevron-left:before {
  content: "\e920";
}

.fa-chevron-down:before {
  content: "\e921";
}

.fa-chevron-up:before {
  content: "\e922";
}

.fa-arrow-circle-down:before {
  content: "\e923";
}

.fa-arrow-circle-up:before {
  content: "\e924";
}

.fa-arrow-circle-right:before {
  content: "\e925";
}

.fa-arrow-circle-left:before {
  content: "\e926";
}

.fa-arrow-right:before {
  content: "\e927";
}

.fa-arrow-left:before {
  content: "\e928";
}

.fa-arrow-down:before {
  content: "\e929";
}

.fa-arrow-up:before {
  content: "\e92a";
}

.fa-caret-right:before {
  content: "\e92b";
}

.fa-caret-left:before {
  content: "\e92c";
}

.fa-caret-up:before {
  content: "\e92d";
}

.fa-caret-down:before {
  content: "\e92e";
}

.fa-snapchat-square:before {
  content: "\e910";
}

.fa-snapchat-ghost:before {
  content: "\e911";
}

.fa-snapchat:before {
  content: "\e912";
}

.fa-amazon:before {
  content: "\e913";
}

.fa-apple:before {
  content: "\e914";
}

.fa-search:before {
  content: "\e90e";
}

.fa-spotify:before {
  content: "\e90d";
}

.fa-youtube-play:before {
  content: "\e900";
}

.fa-youtube-square:before {
  content: "\e901";
}

.fa-youtube:before {
  content: "\e902";
}

.fa-soundcloud:before {
  content: "\e903";
}

.fa-instagram:before {
  content: "\e904";
}

.fa-twitter-square:before {
  content: "\e905";
}

.fa-twitter:before {
  content: "\e906";
}

.fa-google-plus-circle:before {
  content: "\e907";
}

.fa-google-plus-official:before {
  content: "\e907";
}

.fa-google-plus-square:before {
  content: "\e908";
}

.fa-google-plus:before {
  content: "\e909";
}

.fa-facebook-official:before {
  content: "\e90a";
}

.fa-facebook-square:before {
  content: "\e90b";
}

.fa-facebook:before {
  content: "\e90c";
}

.fa-facebook-f:before {
  content: "\e90c";
}

.fa-brand:before {
  content: "\e933";
  color: #00c7f2;
}

.fa-deezer:before {
  content: "\e933";
  color: #00c7f2;
}

.fa-brand2:before {
  content: "\e90f";
  color: #607d8b;
}

.fa-googleplay:before {
  content: "\e90f";
}

/*$secondary-fallback-font-stack: Helvetica, Arial, sans-serif;
$secondary-font: "Bookman";
$secondary-font-stack: $secondary-font, $secondary-fallback-font-stack;*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #fff;
  font-family: "Futura Bk BT", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 3.75rem;
  line-height: 1;
}

h2,
.h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 900px) {
  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

h3,
.h3 {
  font-size: 2.625rem;
}

h4,
.h4 {
  font-size: 1.875rem;
}

h5,
.h5 {
  font-size: 1.375rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

.copyright {
  text-align: center;
  font-size: 0.8125rem;
}

.newsletter-thanks {
  text-align: center;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.875;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Futura Bk BT", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.875;
  overflow: hidden;
}

input[type=submit],
input[type=button],
[role=button],
button,
.btn {
  line-height: 1;
}
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime-local],
input[type=number],
input[type=month],
input[type=time],
input[type=url],
input[type=tel],
input[type=week],
select,
textarea {
  font-family: "Futura Bk BT", Helvetica, Arial, sans-serif;
  line-height: 1;
}

textarea {
  line-height: 1.875;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::-webkit-input-placeholder {
  color: #000;
}

a,
a:link,
a:visited {
  color: #000;
}
a:active, a:focus, a:hover,
a:link:active,
a:link:focus,
a:link:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
  color: #fff;
}

#feed {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 1;
}
#feed > div {
  width: 33%;
  padding: 1%;
}
@media only screen and (max-width: 47.9375em) {
  #feed > div {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 29.9375em) {
  #feed > div {
    flex-basis: 100%;
  }
}
#feed > div a {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
#feed > div a span {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  font-weight: 300;
  justify-content: center;
  line-height: 1.3;
  padding: 0.9375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
#feed > div a:active span, #feed > div a:focus span, #feed > div a:hover span {
  transform: translateX(0);
}

.container {
  max-width: 100%;
}

#masthead {
  position: relative;
  background-color: #171d1c;
}
@media screen and (max-width: 599px) {
  #masthead {
    height: 50vh;
  }
}
#masthead .logo {
  width: 16.875rem;
}
#masthead .bg {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 600px) {
  #masthead .bg.mobile {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #masthead .bg.desktop {
    display: none;
  }
}
#masthead a {
  color: #fff;
  font-weight: 700;
}
#masthead a:hover, #masthead a:target, #masthead a:focus {
  color: #6e6c6f;
}
#masthead .menu {
  padding: 0.9375rem 0.9375rem 6.25rem;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  position: absolute;
  width: 100%;
  filter: invert(1);
}
#masthead .menu .nav li {
  display: inline-block;
  margin: 0 0.9375rem;
}
@media screen and (max-width: 1230px) {
  #masthead .menu {
    font-size: 1.125rem;
  }
  #masthead .menu .logo {
    width: 11.25rem;
  }
}
@media screen and (max-width: 1660px) {
  #masthead .menu .nav {
    flex-basis: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 670px) {
  #masthead .menu {
    flex-direction: column;
    padding-bottom: 0;
  }
  #masthead .menu .nav {
    text-align: left;
  }
  #masthead .menu .nav li {
    display: block;
    margin-left: 0;
  }
}
#masthead .nav {
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
#masthead .social {
  display: flex;
}
#masthead .social li {
  margin-right: 1.5rem;
}
#masthead .social li img {
  width: 2.1875rem;
  height: 2.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#Music {
  background-color: #171d1c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
#Music a {
  color: #fff;
}
#Music a:hover, #Music a:focus, #Music a:target {
  color: #fff;
}
#Music .center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Music .music-item {
  max-width: 51.875rem;
}
#Music .container {
  max-width: 78.75rem;
  width: 100%;
}
#Music .item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #Music .item-container {
    flex-direction: column-reverse;
    text-align: center;
  }
}
#Music .item-container .bg-wrapper {
  position: relative;
  width: 100%;
}
#Music .item-container .bg-wrapper .bg-desktop,
#Music .item-container .bg-wrapper .bg-mobile {
  width: 100%;
  height: auto;
  display: block;
}
#Music .item-container .bg-wrapper .bg-desktop {
  display: block;
}
#Music .item-container .bg-wrapper .bg-mobile {
  display: none;
}
@media (max-width: 900px) {
  #Music .item-container .bg-wrapper .bg-desktop {
    display: none;
  }
  #Music .item-container .bg-wrapper .bg-mobile {
    display: block;
  }
}
#Music .item-container .buy {
  margin: 0 auto;
  max-width: 68.75rem;
  width: 100%;
  padding: 1.875rem 3.125rem 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #Music .item-container .buy {
    position: absolute;
    right: auto;
    top: 10%;
    transform: none;
    align-items: center;
    font-size: 1.875rem;
    padding-top: 1.875rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  #Music .item-container .buy {
    padding: 0.625rem 3.125rem 0;
    top: 5%;
  }
}
#Music .item-container .buy .feature-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#Music .owl-next,
#Music .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2.25rem;
  z-index: 10000;
}
#Music .owl-next:hover, #Music .owl-next:focus, #Music .owl-next:target,
#Music .owl-prev:hover,
#Music .owl-prev:focus,
#Music .owl-prev:target {
  color: #6e6c6f;
}
#Music .owl-next {
  right: 3.125rem;
}
#Music .owl-prev {
  left: 3.125rem;
}
#Music .buy-btns {
  letter-spacing: 0;
}
@media screen and (max-width: 1430px) {
  #Music .buy-btns {
    padding-top: 1.875rem;
  }
}
#Music .buy-btns .button {
  padding: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.5rem;
  color: black;
  background-color: #fff;
}
#Music .buy-btns .button:hover, #Music .buy-btns .button:target, #Music .buy-btns .button:focus {
  color: black;
  background-color: #6e6c6f;
}
#Music .buy-btns a img {
  display: inline;
  width: 10.25rem;
  height: auto;
}
#Music .buy-btns a:hover, #Music .buy-btns a:focus, #Music .buy-btns a:target {
  color: #6e6c6f;
}

#Bio {
  background-color: #000;
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
  padding: 0;
  margin-top: -12px;
}
#Bio .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 50%;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#Bio .bg-overlay.mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  #Bio .bg-overlay.desktop {
    display: none;
  }
  #Bio .bg-overlay.mobile {
    display: block;
    width: 100%;
    background-size: contain;
    background-position: top;
  }
}
#Bio .container {
  position: relative;
  z-index: 3;
  padding: 6.25rem 1.875rem;
  width: 46.875rem;
  max-width: 50%;
  margin: 0 0 0 auto;
  background-color: #000;
  color: white;
}
@media screen and (max-width: 1000px) {
  #Bio {
    background-size: 100% auto;
    background-position: top center;
    padding: 60% 0.625rem 1.875rem;
  }
  #Bio .container {
    padding: 1.25rem 0.625rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #Bio .container {
    background-color: transparent;
  }
}
#Bio .button {
  padding: 0.625rem 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.25rem;
  color: #000;
  background-color: #fff;
  border-radius: 1.5rem;
}
#Bio .button:hover, #Bio .button:target, #Bio .button:focus {
  color: black;
  background-color: #fff;
}
#Bio .lang-es {
  display: inline-block;
}
#Bio .lang-en {
  display: none;
}
#Bio h2 {
  color: inherit;
}
#Bio p {
  font-size: 1.125rem;
}

#Videos {
  margin-top: -1px;
  background-color: #000;
  color: #fff;
  background-image: url("../img/videos.png");
  background-size: cover;
  background-position: center right;
  padding: 7.5rem 0;
}
#Videos .swiper-next,
#Videos .swiper-prev {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  font-size: 1.875rem;
  z-index: 100;
  color: #000;
}
#Videos .swiper-next {
  bottom: -2.5rem;
}
#Videos .swiper-prev {
  top: -3.125rem;
}
#Videos h2 {
  padding-bottom: 4.375rem;
}
#Videos .container {
  position: relative;
  margin: 0 60% 0 auto;
  width: 34.375rem;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  #Videos .container {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 2.5rem;
  }
}
#Videos .swiper-container-vertical {
  height: 50rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #Videos .swiper-container-vertical {
    height: 43.75rem;
  }
}
@media screen and (max-width: 500px) {
  #Videos .swiper-container-vertical {
    height: 31.25rem;
  }
}
#Videos h2 {
  color: #000;
}
@media screen and (max-width: 1000px) {
  #Videos {
    padding: 3.125rem 0.625rem 1.875rem;
    background-position: 90% 100%;
  }
}
#Videos p {
  margin: 0 0 1em;
  font-size: 1.125rem;
}
#Videos .more-wrapper {
  padding: 6.25rem 0 0 0;
  display: flex;
  justify-content: center;
  margin: 0 60% 0 auto;
  width: 34.375rem;
  max-width: 100%;
}
#Videos .more-wrapper a {
  padding: 0.5rem 1.25rem;
  color: #fff;
  background-color: #000;
}
#Videos .more-wrapper a:hover, #Videos .more-wrapper a:target, #Videos .more-wrapper a:focus {
  opacity: 0.6;
}

#Social {
  background-color: #000;
  background-size: cover;
  padding: 7.8125rem 0;
}
@media screen and (max-width: 900px) {
  #Social {
    padding: 1.875rem 0;
  }
  #Social h2 {
    letter-spacing: 0.2em;
  }
}
#Social .container {
  max-width: 76.875rem;
}

#footer {
  text-align: center;
  padding: 3.125rem 0 1.875rem;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #footer {
    padding: 1.875rem 0;
  }
}
#footer h2 {
  color: white;
}
#footer a {
  color: #fff;
}
#footer a:hover, #footer a:target, #footer a:focus {
  color: #6e6c6f;
}
#footer .button-box {
  padding: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 900px) {
  #footer .button-box {
    padding: 1.875rem 0;
  }
}
#footer .button {
  display: inline-block;
  padding: 0.4375rem 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.25rem;
  color: black;
  background-color: #6e6c6f;
}
#footer .button:last-child {
  background-color: #fff;
}
#footer .button:hover, #footer .button:target, #footer .button:focus {
  color: black;
  background-color: #999999;
}
@media screen and (max-width: 900px) {
  #footer .button {
    display: block;
  }
  #footer .button + .button {
    margin-top: 1.875rem;
  }
}

#shop {
  background-color: #000;
  text-align: center;
}

#tour {
  padding: 6.25rem 0;
  background-color: #000;
}
#tour .container {
  max-width: 78.75rem;
}
#tour a:hover, #tour a:target, #tour a:focus {
  color: inherit;
}
#tour .bit-widget .bit-event .bit-offers {
  color: black;
}

.popup {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  color: #000;
  background: #fff;
  z-index: 200;
}

.sr-only {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}/*# sourceMappingURL=main.css.map */