/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 0.3s;
  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 > img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.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 10px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap.center-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.center-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap.center-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: 'Arial';
  src: url("../fonts/Arial-Black.woff2") format("woff2"), url("../fonts/Arial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 16px;
  line-height: 1.2;
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
}

a {
  color: inherit;
}

a:hover, a:active, a:focus, a:target {
  color: #666666;
}

.container {
  max-width: 93.75rem;
}

.container-sm {
  width: 100%;
  max-width: 76.875rem;
  padding: 0 0.625rem;
  margin: 0 auto;
}

h2 {
  font-weight: 900;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 3.4375rem;
  letter-spacing: -.025em;
}

.pum-content > p {
  margin: 0;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 2.25rem;
  height: 0.3125rem;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  background: #000;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  background: transparent;
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  width: 3.125rem;
  left: 0;
  bottom: 0.3125rem;
  background: #000;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3125rem;
  background: #000;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate {
  background: transparent;
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  width: 2.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s, -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s, -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), width 0.3s, -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.onclic {
  width: 40px;
  border-color: #fff !important;
  border-width: 3px;
  font-size: 0;
  border-left-color: #666666 !important;
  background-color: #000 !important;
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
  padding: 1.25rem !important;
  border-radius: 1.25rem;
  font-size: 0 !important;
}

.validate {
  color: #000;
}

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

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

#header {
  padding: 1.5625rem 0;
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header h1 {
  color: #000;
  line-height: 1;
}

#header h1 .toplogo {
  width: 18.75rem;
  height: auto;
}

@media screen and (max-width: 599px) {
  #header h1 .toplogo {
    width: 9.375rem;
  }
}

.social li {
  display: inline-block;
}

.social li + li {
  margin-left: .6em;
}

.social a {
  display: block;
}

#menu-toggle {
  display: block;
  position: relative;
  z-index: 5;
  color: #000;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#menu-toggle span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
}

#menu-toggle .hamburger-menu {
  margin-top: 0.9375rem;
}

#menu {
  font-size: 1.75rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -150%;
  width: 60%;
  min-width: 56.25rem;
  background-color: #000;
  -webkit-box-shadow: 6.25rem 0 0 rgba(0, 0, 0, 0.6);
          box-shadow: 6.25rem 0 0 rgba(0, 0, 0, 0.6);
  z-index: 4;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #000;
  line-height: 1.1em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 800px) {
  #menu {
    width: 100%;
    min-width: none;
    left: -300%;
  }
}

#menu .social {
  margin-top: 2.0rem;
}

#menu .nav {
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-height: 699px) {
  #menu .nav {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  #menu .nav {
    font-size: 2rem;
  }
}

#menu h1 {
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  #menu h1 img {
    max-width: 90vw;
  }
}

#menu a {
  display: inline-block;
  color: #fff;
}

#menu a:hover, #menu a:target, #menu a:focus {
  color: #666666;
}

#menu #content {
  position: absolute;
  margin-left: calc(50vw - 740px);
  padding-left: 1.25rem;
  left: 0.625rem;
  top: 8.75rem;
  font-family: "Arial", sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  text-align: left;
}

#menu #content > a {
  display: block;
}

@media screen and (max-width: 1500px) {
  #menu #content {
    top: 8.125rem;
    margin-left: 1.25rem;
  }
}

#menu.open {
  left: 0rem;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

#footer {
  margin-top: 7.8125rem;
}

#footer #cta {
  background-color: #c0c0c0;
  position: relative;
  padding-left: 25rem;
}

#footer #cta .cta-float {
  position: absolute;
  bottom: 0;
  top: -1.875rem;
  left: -1rem;
  height: calc(100% + 1.875rem);
  width: auto;
}

@media screen and (max-width: 1230px) {
  #footer #cta .cta-float {
    top: -1.5rem;
    left: -0.875rem;
    height: calc(100% + 1.5rem);
  }
}

@media screen and (max-width: 899px) {
  #footer #cta .cta-float {
    top: -1.25rem;
    left: -0.875rem;
    height: calc(100% + 1.25rem);
  }
}

@media screen and (max-width: 799px) {
  #footer #cta .cta-float {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  #footer #cta {
    padding-left: 0;
  }
}

#footer #cta .btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 0.9375rem 1.875rem;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: .2em;
  font-weight: 900;
}

#footer #cta .btn:hover, #footer #cta .btn:active, #footer #cta .btn:focus, #footer #cta .btn:target {
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 #666666;
          box-shadow: 0.3125rem 0.3125rem 0 #666666;
}

#footer #cta .shop {
  position: relative;
  z-index: 2;
  padding: 7.5rem 0.625rem 6.25rem 6.25rem;
  text-align: center;
}

@media screen and (max-width: 1230px) {
  #footer #cta .shop {
    padding: 3.125rem 0.625rem 3.125rem 6.25rem;
  }
}

@media screen and (max-width: 899px) {
  #footer #cta .shop {
    padding: 1.875rem 0.625rem 1.875rem 5rem;
  }
}

@media screen and (max-width: 799px) {
  #footer #cta .shop {
    padding-left: 0.625rem;
  }
}

#footer #cta .shop h2 {
  font-size: 3.4375rem;
}

@media screen and (max-width: 1000px) {
  #footer #cta .shop h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 599px) {
  #footer #cta .shop h2 {
    font-size: 1.5rem;
  }
}

#footer #cta .shop p {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15em;
  font-weight: 900;
  margin: 2em auto;
  color: #fff;
}

@media screen and (max-width: 599px) {
  #footer #cta .shop p {
    margin: 1em auto;
  }
}

#footer #cta .newsletter {
  background-color: #191919;
  color: #fff;
  position: relative;
  z-index: 3;
  padding: 3.125rem 0.625rem 2.5rem 6.25rem;
  text-align: center;
}

@media screen and (max-width: 899px) {
  #footer #cta .newsletter {
    padding: 1.875rem 0.625rem 1.875rem 2.5rem;
  }
}

@media screen and (max-width: 799px) {
  #footer #cta .newsletter {
    padding-left: 0.625rem;
  }
}

#footer #cta .newsletter h2 {
  font-size: 2.25rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  #footer #cta .newsletter h2 {
    font-size: 1.5rem;
  }
}

#footer #cta .newsletter h2 > span {
  display: inline-block;
}

#footer #cta .newsletter p {
  font-size: 1rem;
  letter-spacing: .15em;
  max-width: 35rem;
  font-weight: 300;
  width: 100%;
  margin: 1em auto;
  text-transform: uppercase;
}

#footer #cta .newsletter .btn {
  background-color: #fff;
  color: #000;
}

#footer #cta .newsletter:before {
  position: absolute;
  content: '';
  left: -3.75rem;
  width: 6.25rem;
  top: 0;
  bottom: 0;
  background-color: #191919;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}

@media screen and (max-width: 799px) {
  #footer #cta .newsletter:before {
    content: none;
  }
}

#footer .copyright {
  margin: 5rem auto 1.25rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: .8em;
}

#footer .copyright a {
  display: inline-block;
}

@media screen and (max-width: 999px) {
  #footer .copyright {
    letter-spacing: .1em;
  }
}

.dropdown-wrap {
  width: 12.5rem;
  height: 2.625rem;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.dropdown-wrap + .dropdown-wrap {
  margin-left: 1.25rem;
}

.dropdown {
  display: block;
  width: 12.5rem;
  text-transform: uppercase;
}

.dropdown li {
  font-size: 0;
}

.dropdown li a {
  border: none;
  padding: 0;
  height: 0;
}

.dropdown li a:hover, .dropdown li a:active, .dropdown li a:focus, .dropdown li a:target {
  opacity: .7;
}

.dropdown li:first-child {
  font-size: 1.125rem;
  display: block;
}

.dropdown li:first-child a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 1.25rem;
  color: #000;
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
}

.dropdown li:first-child a {
  padding: 0.75rem 1.875rem 0.75rem 0.75rem;
  display: block;
  background-color: #fff;
  color: #000;
  border: 0.125rem solid #fff;
  border-top: none;
  height: auto;
  font-size: 0.875rem;
  letter-spacing: .2em;
}

.dropdown.open {
  position: absolute;
  z-index: 5;
}

.dropdown.open li:first-child a:after {
  content: "\f106";
}

.dropdown.open li:nth-child(n+2) a {
  font-size: 0.875rem;
  letter-spacing: .2em;
  padding: 0.9375rem;
  display: block;
  background-color: #000;
  color: #fff;
  border: 0.125rem solid #fff;
  border-top: none;
  height: auto;
}

.dropdown a {
  padding: 0.9375rem;
  display: block;
  background-color: #000;
  color: #fff;
  border: 0.125rem solid #fff;
  border-top: none;
}

.page-template-homepage section + section {
  margin-top: 7.8125rem;
}

.page-template-homepage #music .dropdown-wrap {
  height: auto;
}

.page-template-homepage #music .dropdown-wrap .dropdown.open {
  position: static;
}

.page-template-homepage #music .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-homepage #music .item > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-homepage #music .item > div:last-child {
  margin-left: 4.375rem;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 899px) {
  .page-template-homepage #music .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-homepage #music .item > div {
    padding: 0 0.625rem;
  }
  .page-template-homepage #music .item > div:last-child {
    margin: 0.9375rem auto 0;
  }
  .page-template-homepage #music .item img {
    margin: 0 auto;
    width: 25rem;
    max-width: 100%;
  }
}

.page-template-homepage #music .item p {
  font-size: 1rem;
  letter-spacing: .6em;
  text-transform: uppercase;
}

.page-template-homepage #music .item h3 {
  font-size: 3.4375rem;
  text-transform: uppercase;
  letter-spacing: -.025em;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 599px) {
  .page-template-homepage #music .item h3 {
    font-size: 1.875rem;
  }
}

.page-template-homepage #music .spotify-wrap {
  margin-top: 2.5rem;
}

.page-template-homepage #music .spotify-wrap iframe {
  max-height: 18.75rem !important;
  max-width: 18.75rem !important;
}

.page-template-homepage #tour {
  margin-top: 0;
  padding: 3.125rem 0.625rem;
  background-color: #c0c0c0;
  background-image: url("../img/home-tour.png"), url("../img/home-tour-bg.png");
  background-size: auto 100%, cover;
  background-position: top right, top right;
  background-repeat: no-repeat;
  margin-right: -0.625rem;
}

@media screen and (max-width: 699px) {
  .page-template-homepage #tour {
    background-image: url("../img/home-tour-bg.png");
    background-size: cover;
    margin-right: 0;
    text-align: center;
  }
}

.page-template-homepage #tour .seated-events-table {
  margin: 1.875rem 0;
  width: 60%;
}

@media screen and (max-width: 699px) {
  .page-template-homepage #tour .seated-events-table {
    width: 100%;
  }
}

.page-template-homepage #tour .seated-events-table .seated-event-row:nth-child(n+7) {
  display: none;
}

.page-template-homepage #tour .seated-events-table .seated-follow-box {
  display: none;
}

.page-template-homepage #tour .seated-events-table .seated-event-venue-cell {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.page-template-homepage #tour .seated-events-table .seated-event-link1, .page-template-homepage #tour .seated-events-table .seated-event-link2 {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0.9375rem 1.5625rem;
  display: inline-block;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-homepage #tour .seated-events-table .seated-event-link1:hover, .page-template-homepage #tour .seated-events-table .seated-event-link1:active, .page-template-homepage #tour .seated-events-table .seated-event-link1:focus, .page-template-homepage #tour .seated-events-table .seated-event-link1:target, .page-template-homepage #tour .seated-events-table .seated-event-link2:hover, .page-template-homepage #tour .seated-events-table .seated-event-link2:active, .page-template-homepage #tour .seated-events-table .seated-event-link2:focus, .page-template-homepage #tour .seated-events-table .seated-event-link2:target {
  color: #000;
  -webkit-box-shadow: 5px 5px 0 #666666;
          box-shadow: 5px 5px 0 #666666;
}

.page-template-homepage #tour #tourdates-home {
  min-height: 35rem;
  text-transform: uppercase;
}

.page-template-homepage #tour .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: .15em;
  margin-top: 1.875rem;
}

@media screen and (max-width: 699px) {
  .page-template-homepage #tour .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .page-template-homepage #tour .event .tickets {
    margin-top: 0.3125rem;
  }
}

.page-template-homepage #tour .event .date {
  font-weight: bold;
}

.page-template-homepage #tour .event .location {
  font-weight: 300;
}

.page-template-homepage #tour .event > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-homepage #tour .tickets-link, .page-template-homepage #tour .tour-all {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0.9375rem 1.5625rem;
  display: inline-block;
}

.page-template-homepage #tour .tickets-link:hover, .page-template-homepage #tour .tickets-link:active, .page-template-homepage #tour .tickets-link:focus, .page-template-homepage #tour .tickets-link:target, .page-template-homepage #tour .tour-all:hover, .page-template-homepage #tour .tour-all:active, .page-template-homepage #tour .tour-all:focus, .page-template-homepage #tour .tour-all:target {
  color: #000;
  -webkit-box-shadow: 5px 5px 0 #666666;
          box-shadow: 5px 5px 0 #666666;
}

.page-template-homepage #tour .tour-all {
  margin: 1.25rem auto;
  letter-spacing: .1em;
  font-weight: 300;
}

.page-template-homepage #videos .item {
  padding: 0 5.625rem 0 1.875rem;
}

@media screen and (max-width: 599px) {
  .page-template-homepage #videos .item {
    padding: 0 1.25rem;
  }
}

.page-template-homepage #videos h2 {
  margin-bottom: 2.5rem;
}

.page-template-homepage #videos h3 {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .15em;
  padding: 1rem 0 0.1875rem;
  text-transform: uppercase;
}

.page-template-homepage #videos p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .15em;
  margin: 0;
  text-transform: uppercase;
}

.page-template-homepage .slider {
  background-color: #000;
  background-image: url("../img/home-slider.png");
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 3.125rem 3.125rem;
}

@media screen and (max-width: 599px) {
  .page-template-homepage .slider {
    padding: 3.125rem 1.875rem;
  }
}

.page-template-homepage .slider .side-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.75rem;
  background-color: #666666;
}

.page-template-homepage .slider .side-btn:hover, .page-template-homepage .slider .side-btn:active, .page-template-homepage .slider .side-btn:focus, .page-template-homepage .slider .side-btn:target {
  color: #191919;
  background-color: #c0c0c0;
}

.page-template-homepage .slider .side-btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.125rem;
  font-weight: 900;
  font-family: "Arial", sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
          transform: rotate(-90deg) translate(-50%, -50%);
}

@media screen and (max-width: 599px) {
  .page-template-homepage .slider .side-btn {
    top: auto;
    left: 0;
    width: 100%;
    height: 3.75rem;
  }
  .page-template-homepage .slider .side-btn > span {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.owl-next img, .owl-prev img {
  opacity: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.owl-next:hover img, .owl-next:active img, .owl-next:focus img, .owl-next:target img, .owl-prev:hover img, .owl-prev:active img, .owl-prev:focus img, .owl-prev:target img {
  opacity: .7;
}

.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.125rem;
  color: #666666 !important;
  font-size: 3.125rem !important;
}

@media screen and (max-width: 599px) {
  .owl-prev {
    left: -1.25rem;
  }
  .owl-prev img {
    width: 1.25rem;
  }
}

.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  color: #666666 !important;
  font-size: 3.125rem !important;
}

@media screen and (max-width: 599px) {
  .owl-next {
    right: -1.25rem;
  }
  .owl-next img {
    width: 1.25rem;
  }
}

.page-template-music #main {
  padding: 3.125rem 0;
  background-color: #f3f3f3;
}

.page-template-music #main .container {
  position: relative;
  padding-left: 6.25rem;
}

.page-template-music #main .container h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
          transform: translateX(-100%) rotate(-90deg);
  font-size: 5.625rem;
}

@media screen and (max-width: 400px) {
  .page-template-music #main .container .container {
    padding-left: 0.625rem;
  }
  .page-template-music #main .container .container h1 {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 3.125rem;
    text-align: center;
  }
}

.page-template-music #main h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.25rem;
}

.page-template-music #main .music-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-music #main .dropdown-wrap {
  display: block;
  margin: 0 auto 0.3125rem;
}

.page-template-music #main .item {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  position: relative;
  margin-bottom: 2%;
}

@media screen and (max-width: 1199px) {
  .page-template-music #main .item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin-bottom: .5%;
  }
}

@media screen and (max-width: 899px) {
  .page-template-music #main .item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 599px) {
  .page-template-music #main .item {
    max-width: 25rem;
    margin: 0 auto 2%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-music #main .item img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
}

.page-template-music #main .item .hover {
  padding: 20% 0.625rem 0;
  position: absolute;
  text-align: center;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.page-template-music #main .item:hover .hover, .page-template-music #main .item:active .hover, .page-template-music #main .item:focus .hover, .page-template-music #main .item:target .hover {
  z-index: 10;
  opacity: 1;
}

.page-template-video #main {
  padding: 3.125rem 0;
  background-color: #f3f3f3;
}

.page-template-video #main .container {
  position: relative;
  padding-left: 6.25rem;
}

.page-template-video #main .container h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
          transform: translateX(-100%) rotate(-90deg);
  font-size: 5.625rem;
}

@media screen and (max-width: 400px) {
  .page-template-video #main .container {
    padding-left: 0.625rem;
  }
  .page-template-video #main .container h1 {
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 3.125rem;
  }
}

.page-template-video #main .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-video #main .artists {
  font-weight: 900;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}

.page-template-video #main h2 {
  display: inline;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}

.page-template-video #main .item {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  position: relative;
  margin-bottom: 2%;
}

.page-template-video #main .item .media-responsive {
  margin-bottom: 1.125rem;
}

@media screen and (max-width: 799px) {
  .page-template-video #main .item {
    max-width: 25rem;
    margin: 0 auto 2%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.page-template-default #main, .single #main {
  padding: 3.125rem 0;
  background-color: #f3f3f3;
}

.page-template-tour #main {
  padding: 3.125rem 0;
  background-color: #f3f3f3;
  background-image: url("../img/tour-bg.png");
  background-size: 40% auto;
  height: auto;
  min-height: 70vw;
  background-position: top right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 799px) {
  .page-template-tour #main {
    background-size: 80% auto;
  }
}

.page-template-tour #main .container {
  position: relative;
  padding-left: 6.25rem;
}

.page-template-tour #main .container h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translateX(-100%) rotate(-90deg);
          transform: translateX(-100%) rotate(-90deg);
  font-size: 5.625rem;
}

@media screen and (max-width: 400px) {
  .page-template-tour #main .container {
    padding-left: 0.625rem;
  }
  .page-template-tour #main .container h1 {
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 3.125rem;
  }
}

.page-template-tour #main .seated-events-table {
  margin: 1.875rem 0;
}

.page-template-tour #main .seated-events-table .seated-follow-box {
  display: none;
}

.page-template-tour #main .seated-events-table .seated-event-venue-cell {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.page-template-tour #main .seated-events-table .seated-event-link1, .page-template-tour #main .seated-events-table .seated-event-link2 {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0.9375rem 1.5625rem;
  display: inline-block;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-template-tour #main .seated-events-table .seated-event-link1:hover, .page-template-tour #main .seated-events-table .seated-event-link1:active, .page-template-tour #main .seated-events-table .seated-event-link1:focus, .page-template-tour #main .seated-events-table .seated-event-link1:target, .page-template-tour #main .seated-events-table .seated-event-link2:hover, .page-template-tour #main .seated-events-table .seated-event-link2:active, .page-template-tour #main .seated-events-table .seated-event-link2:focus, .page-template-tour #main .seated-events-table .seated-event-link2:target {
  color: #fff;
  -webkit-box-shadow: 5px 5px 0 #666666;
          box-shadow: 5px 5px 0 #666666;
}

.page-template-tour #main .tour-wrap {
  margin-left: 5rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 51.875rem;
  font-size: 1rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 900px) {
  .page-template-tour #main .tour-wrap {
    margin: 0 auto;
  }
}

.page-template-tour #main .tour-wrap .tickets-link {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 0.9375rem 1.5625rem;
  display: inline-block;
}

.page-template-tour #main .tour-wrap .tickets-link:hover, .page-template-tour #main .tour-wrap .tickets-link:active, .page-template-tour #main .tour-wrap .tickets-link:focus, .page-template-tour #main .tour-wrap .tickets-link:target {
  color: #fff;
  -webkit-box-shadow: 5px 5px 0 #666666;
          box-shadow: 5px 5px 0 #666666;
}

@media screen and (max-width: 799px) {
  .page-template-tour #main .tour-wrap .tickets-link {
    margin-top: 0.625rem;
  }
}

.page-template-tour #main .tour-wrap .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: .15em;
  margin-top: 1.875rem;
}

@media screen and (max-width: 799px) {
  .page-template-tour #main .tour-wrap .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-template-tour #main .tour-wrap .event .date {
  font-weight: bold;
}

.page-template-tour #main .tour-wrap .event .location {
  font-weight: 300;
}

.page-template-tour #main .tour-wrap .event > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-tour #main .tour-wrap .event > div + div {
  margin-left: 0.625rem;
}
