/*! 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 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: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-ExtraBold.woff2") format("woff2"), url("../fonts/Brother-1816-Web-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Bold.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Regular-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Regular-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Black.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Black-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Black-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Thin.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Light.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Medium-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Medium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Bold-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Bold-Italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Thin-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Thin-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Light-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Light-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Book-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Book-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Regular.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Book.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-Medium.woff2") format("woff2"), url("../fonts/Brother-1816-Web-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Brother 1816 Web';
  src: url("../fonts/Brother-1816-Web-ExtraBold-Italic.woff2") format("woff2"), url("../fonts/Brother-1816-Web-ExtraBold-Italic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

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

body {
  background-color: #000;
  color: #fff;
  font-family: "Brother 1816 Web", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1em;
  overflow: hidden;
  font-weight: 300;
}

a {
  color: #fff;
}

a:active, a:focus, a:hover {
  color: #e13716;
}

.container {
  max-width: 78.125rem;
}

h2.page-title {
  font-size: 5.625rem;
  text-align: center;
  letter-spacing: .125em;
  color: #f4b802;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
  padding: 3.125rem 0 5rem;
}

@media screen and (max-width: 800px) {
  h2.page-title {
    font-size: 3.125rem;
    padding: 2.5rem 0;
  }
}

#header .container {
  padding: 1.875rem 6.25rem;
  max-width: none;
  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;
}

@media screen and (max-width: 800px) {
  #header .container {
    padding: 1.875rem 0.625rem;
  }
}

h1 {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  h1 {
    width: calc(100% - 5rem);
  }
}

.social-float {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  .social-float {
    display: none;
  }
}

.social-float li {
  padding: .5em;
}

.social-float a {
  display: block;
  color: #f4b802;
}

.social-float a:hover, .social-float a:target, .social-float a:focus {
  color: #e13716;
}

#menu-toggle {
  display: block;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  letter-spacing: .4em;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#menu-toggle.open {
  color: #000;
  position: fixed;
  right: 6.25rem;
  top: 3.75rem;
}

@media screen and (max-width: 800px) {
  #menu-toggle.open {
    right: 0.625rem;
    top: 0.625rem;
  }
}

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

#menu {
  font-size: 3.75rem;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -150%;
  width: 60%;
  min-width: 56.25rem;
  background-color: #f4b802;
  z-index: 4;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #000;
  line-height: 1.1em;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

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

#menu a {
  display: inline-block;
  color: #000;
  border-bottom: 0.25rem solid transparent;
}

#menu a:hover, #menu a:target, #menu a:focus {
  color: #000;
  border-color: #e13716;
}

#menu .current-menu-item a {
  border-bottom: 0.25rem solid #e13716;
}

#menu .btn {
  font-size: 4.5rem;
  line-height: 1em;
  padding: .27em .55em;
  border: #e13716 solid 0.125rem;
  text-transform: uppercase;
  font-weight: 100;
  margin: .5em 0;
}

#menu .btn:hover, #menu .btn:target, #menu .btn:focus {
  background-color: #e13716;
  color: #000;
  border-bottom: 0.125rem solid #e13716;
}

#menu #content {
  position: absolute;
  right: 6.25rem;
  bottom: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  text-align: right;
}

@media screen and (max-width: 800px) {
  #menu #content {
    right: 0.625rem;
  }
}

#menu .nav {
  font-size: 6.25rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
}

#menu .social {
  text-align: right;
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
}

#menu .social li {
  display: inline-block;
}

#menu .social li + li {
  margin-left: 1em;
}

#menu .social a {
  color: #000;
}

#menu .social a:hover, #menu .social a:target, #menu .social a:focus {
  color: #e13716;
}

#menu.open {
  right: 0;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

#menu .menu-item-has-children {
  position: relative;
}

#menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  right: -62.5rem;
  -webkit-transition: .5s right;
  transition: .5s right;
  font-size: 1.875rem;
  width: 12.5rem;
  line-height: 1.3;
}

#menu .menu-item-has-children .sub-menu li {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

#menu .menu-item-has-children .sub-menu a {
  color: #f4b802;
  display: block;
  padding: 0.625rem 1.875rem;
}

#menu .menu-item-has-children:hover .sub-menu, #menu .menu-item-has-children:target .sub-menu, #menu .menu-item-has-children:focus .sub-menu, #menu .menu-item-has-children:active .sub-menu {
  right: 0;
}

@media screen and (max-height: 935px) {
  #menu .nav {
    font-size: 5rem;
  }
  #menu .btn {
    font-size: 3.75rem;
  }
  #menu .social {
    font-size: 1.875rem;
  }
}

@media screen and (max-height: 790px) {
  #menu .nav {
    font-size: 4.375rem;
  }
  #menu .btn {
    font-size: 3.125rem;
  }
  #menu .social {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-height: 710px), screen and (max-width: 500px) {
  #menu .nav {
    font-size: 2.5rem;
  }
  #menu .btn {
    font-size: 1.25rem;
  }
  #menu .social {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}

#footer {
  margin-top: 12.5rem;
}

@media screen and (max-width: 1290px) {
  #footer {
    margin-top: 6.25rem;
  }
}

#footer .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;
}

@media screen and (max-width: 800px) {
  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#footer .copyright {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#footer .copyright img {
  float: left;
  margin-right: 0.625rem;
}

@media screen and (max-width: 800px) {
  #footer .copyright img {
    float: none;
    margin: 0.625rem auto;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  #footer .copyright {
    font-size: 0.75rem;
  }
}

#footer .btn {
  line-height: 1em;
  letter-spacing: .3em;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.1875rem;
  border: 0.125rem solid #f4b802;
  background-color: #f4b802;
  color: #000;
  text-transform: uppercase;
}

#footer .btn:hover, #footer .btn:target, #footer .btn:focus {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 950px) {
  #footer .btn {
    font-size: 1rem;
    letter-spacing: .2em;
  }
}

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

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

.hamburger-menu:before {
  content: "";
  position: absolute;
  width: 3.125rem;
  right: 0;
  bottom: 0.3125rem;
  background: #e13716;
  -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: #e13716;
  -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: #000;
  -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: #000;
  -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: #000 !important;
  border-width: 3px;
  font-size: 0;
  border-left-color: #e13716 !important;
  background-color: #fff !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: #fff;
}

@-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);
  }
}

.page-template-events {
  background-image: url("../img/bg-events.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 600px) {
  .page-template-events {
    background-size: 300% auto;
  }
}

.page-template-events .event {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-events .event > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.625rem;
}

.page-template-events .event .date {
  -webkit-box-flex: .5;
      -ms-flex: .5;
          flex: .5;
}

.page-template-events .event .location2 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.page-template-events .event .tickets {
  text-align: right;
}

.page-template-events .event + .event {
  margin-top: 1.875rem;
}

@media screen and (max-width: 800px) {
  .page-template-events .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .page-template-events .event > div {
    margin-bottom: 0.625rem;
  }
  .page-template-events .event .tickets {
    text-align: center;
  }
}

.page-template-events .tickets-link {
  display: inline-block;
  line-height: 1em;
  color: #000;
  background-color: #fff;
  border: 0.125rem solid #fff;
  padding: 0.5rem 0.75rem;
}

.page-template-events .tickets-link:hover, .page-template-events .tickets-link:target, .page-template-events .tickets-link:focus {
  background-color: transparent;
  color: #fff;
}

.page-template-music {
  background-image: url("../img/bg-music.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 600px) {
  .page-template-music {
    background-size: 300% auto;
  }
}

.page-template-music .music-wrap {
  width: 100%;
  max-width: 60.625rem;
  margin: 0 auto;
}

.page-template-music .release {
  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;
}

.page-template-music .release .cover-wrap {
  position: relative;
  width: 28.125rem;
  max-width: 100%;
}

.page-template-music .release .cover-wrap > img {
  width: 100%;
  height: auto;
}

.page-template-music .release .info {
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
}

.page-template-music .release:first-child .cover-wrap .stars {
  display: none;
}

.page-template-music .release:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.page-template-music .release:nth-child(odd) .info {
  margin-left: 1.25rem;
}

.page-template-music .release:nth-child(odd) .cover-wrap .stars {
  position: absolute;
  bottom: calc(100% + .625rem);
  right: -0.625rem;
  height: 5rem;
  width: 0.0625rem;
  background-color: #fff;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
}

.page-template-music .release:nth-child(odd) .cover-wrap .stars:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  height: 0.5625rem;
  width: 0.5625rem;
  -webkit-transform: skewX(28deg) translateX(-50%);
          transform: skewX(28deg) translateX(-50%);
}

.page-template-music .release:nth-child(odd) .cover-wrap .stars:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  height: 0.5625rem;
  width: 0.5625rem;
  -webkit-transform: skewX(28deg) translateX(-50%);
          transform: skewX(28deg) translateX(-50%);
}

.page-template-music .release:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-template-music .release:nth-child(even) .info {
  margin-right: 1.25rem;
}

.page-template-music .release:nth-child(even) .cover-wrap .stars {
  position: absolute;
  bottom: calc(100% + .625rem);
  left: -0.625rem;
  height: 5rem;
  width: 0.0625rem;
  background-color: #fff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: skewX(28deg);
          transform: skewX(28deg);
}

.page-template-music .release:nth-child(even) .cover-wrap .stars::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  height: 0.5625rem;
  width: 0.5625rem;
  -webkit-transform: skewX(-28deg) translateX(-50%);
          transform: skewX(-28deg) translateX(-50%);
}

.page-template-music .release:nth-child(even) .cover-wrap .stars::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  height: 0.5625rem;
  width: 0.5625rem;
  -webkit-transform: skewX(-28deg) translateX(-50%);
          transform: skewX(-28deg) translateX(-50%);
}

.page-template-music .release:first-child .cover-wrap:before {
  content: none;
}

.page-template-music .release + .release {
  margin-top: 6.25rem;
}

@media screen and (max-width: 800px) {
  .page-template-music .release:nth-child(odd), .page-template-music .release:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-music .release:nth-child(odd) .info, .page-template-music .release:nth-child(even) .info {
    margin: 1.875rem auto;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .page-template-music .release:nth-child(odd) .cover-wrap .stars, .page-template-music .release:nth-child(even) .cover-wrap .stars {
    left: 50%;
    right: initial;
    bottom: calc(100% + 2rem);
  }
}

.page-template-music h3 {
  text-transform: uppercase;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1em;
}

.page-template-music .date {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.page-template-music .buy-btn {
  padding: 0.9375rem;
  display: inline-block;
  background-color: #f4b802;
  color: #000;
  border: 0.125rem solid #f4b802;
  width: 10.625rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.page-template-music .buy-btn:active, .page-template-music .buy-btn:focus, .page-template-music .buy-btn:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 850px) {
  .page-template-music .buy-btn {
    display: block;
    margin: 0 auto 1.875rem;
  }
}

.page-template-music .dropdown-wrap {
  width: 10.625rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@media screen and (min-width: 851px) {
  .page-template-music .dropdown-wrap + .dropdown-wrap {
    margin-left: 1.25rem;
  }
}

@media screen and (max-width: 850px) {
  .page-template-music .dropdown-wrap {
    display: block;
    margin: 0 auto 1.875rem;
  }
}

.page-template-music .dropdown {
  display: block;
  width: 10.625rem;
  font-weight: 500;
  text-transform: uppercase;
}

.page-template-music .dropdown li {
  font-size: 0;
}

.page-template-music .dropdown li a {
  border: none;
  padding: 0;
  height: 0;
}

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

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

.page-template-music .dropdown li:first-child a {
  padding: 0.9375rem;
  display: block;
  background-color: #f4b802;
  color: #000;
  border: 0.125rem solid #f4b802;
  border-top: none;
  height: auto;
}

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

.page-template-music .dropdown.open li:first-child a:after {
  content: "\f062";
}

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

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

.page-template-video {
  background-image: url("../img/bg-video.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 600px) {
  .page-template-video {
    background-size: 300% auto;
  }
}

.page-template-video .mfp-close {
  text-align: center !important;
}

.page-template-video .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;
}

@media screen and (max-width: 800px) {
  .page-template-video .video-wrap {
    display: block;
    padding: 0 1.25rem;
  }
}

.page-template-video .release {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 4%;
  display: block;
  font-size: 0.75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
}

.page-template-video .release .media-responsive:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f144';
  font-size: 4.375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: .3s color;
  transition: .3s color;
}

.page-template-video .release .media-responsive > img {
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.page-template-video .release:hover .media-responsive:after, .page-template-video .release:target .media-responsive:after, .page-template-video .release:focus .media-responsive:after {
  color: white;
}

.page-template-photo {
  background-image: url("../img/bg-photo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 600px) {
  .page-template-photo {
    background-size: 300% auto;
  }
}

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

.page-template-photo .photo {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-bottom: 2%;
}

@media screen and (max-width: 800px) {
  .page-template-photo .photo {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }
}

.page-template-photo .photo img {
  width: 100%;
  height: auto;
}

.page-template-homepage {
  background-image: radial-gradient(circle, #000323 0%, #000000 100%);
  background-repeat: no-repeat;
}

.page-template-homepage #main .container {
  text-align: center;
}

.page-template-homepage #main .container .featured {
  margin: 0;
  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;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 800px) {
  .page-template-homepage #main .container .featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-template-homepage #main .container .featured-text {
  color: #f4b802;
  width: 80%;
  font-size: 5rem;
  letter-spacing: .125em;
  line-height: 1em;
  font-weight: 300;
}

@media screen and (max-width: 1290px) {
  .page-template-homepage #main .container .featured-text {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 1100px) {
  .page-template-homepage #main .container .featured-text {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 900px) {
  .page-template-homepage #main .container .featured-text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 800px) {
  .page-template-homepage #main .container .featured-text {
    margin-bottom: 1.875rem;
    width: auto;
  }
}

@media screen and (max-width: 520px) {
  .page-template-homepage #main .container .featured-text {
    font-size: 2.5rem;
  }
}

.page-template-homepage #main .container .btn {
  line-height: 1em;
  letter-spacing: .3em;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.1875rem 0.625rem;
  border: 0.125rem solid #f4b802;
}

.page-template-homepage #main .container .btn:hover, .page-template-homepage #main .container .btn:target, .page-template-homepage #main .container .btn:focus {
  background-color: #f4b802;
  color: #000;
}

@media screen and (max-width: 1100px) {
  .page-template-homepage #main .container .btn {
    font-size: 1.25rem;
    padding: 0.9375rem;
  }
}

.page-template-homepage #ship {
  margin: -12.5rem 0 -6.25rem;
  -webkit-transform: translatey(0);
          transform: translatey(0);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
  width: 71.875rem;
  height: auto;
}

@media screen and (max-width: 900px) {
  .page-template-homepage #ship {
    margin-top: -6.25rem;
  }
}

@media screen and (max-width: 520px) {
  .page-template-homepage #ship {
    margin: -3.125rem 0;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.blog, .post-template-default {
  background-image: url("../img/bg-news.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 600px) {
  .blog, .post-template-default {
    background-size: 300% auto;
  }
}

.blog h2.page-title, .post-template-default h2.page-title {
  padding: 0 0 2.5rem;
}

.blog .date, .post-template-default .date {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: .2em;
  line-height: 1;
  margin: 1em 0;
  font-weight: 500;
  display: block;
}

.blog .post-thumbnail, .post-template-default .post-thumbnail {
  text-align: center;
}

.blog .post-title, .post-template-default .post-title {
  color: #f4b802;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4em;
  text-transform: uppercase;
}

.blog p, .post-template-default p {
  font-size: 0.9375rem;
  line-height: 1.6em;
  font-weight: 400;
}

.blog .btn, .post-template-default .btn {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  border: 0.125rem solid #f4b802;
  padding: 0.9375rem 1.25rem;
}

.blog .btn:hover, .blog .btn:target, .blog .btn:focus, .post-template-default .btn:hover, .post-template-default .btn:target, .post-template-default .btn:focus {
  color: #000;
  background-color: #f4b802;
}

.blog .date {
  margin-top: 0;
}

.blog .post {
  padding: 2.5rem;
  border-bottom: rgba(255, 255, 255, 0.3) 0.0625rem solid;
  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;
}

.blog .post > div {
  padding: 0 1.875rem;
}

@media screen and (max-width: 800px) {
  .blog .post {
    display: block;
    padding: 1.25rem 0;
  }
  .blog .post > div {
    padding: 0;
  }
}

.blog .post:last-child {
  border-bottom: 0;
}

.blog .left {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 25rem;
      flex-basis: 25rem;
}

@media screen and (max-width: 800px) {
  .blog .left {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto 1.25rem;
  }
}

.blog .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-template-default #main .container {
  max-width: 59.375rem;
}

.post-template-default .post-title {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.post-template-default p {
  font-size: 1rem;
}

.post-template-default .post-footer {
  margin-top: 6.25rem;
  text-align: center;
}

.post-template-default .share {
  display: inline-block;
  margin-left: 2.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .3em;
}

@media screen and (max-width: 500px) {
  .post-template-default .share {
    display: block;
    margin: 1.25rem auto;
  }
}

.post-template-default .share a {
  color: #f4b802;
  font-size: 1.5rem;
  display: inline-block;
}

.post-template-default .share a:hover, .post-template-default .share a:focus .post-template-default .share a:target {
  color: #e13716;
}
