.proxima-regular, .coming-concerts .coming-concert a .date, body.concert .information .arena a, body.concert .information .date .time, form .mhForm__control.mhForm__control--checkbox label, form .mhForm__control.check label,
form .form-element.mhForm__control--checkbox label,
form .form-element.check label, body, html {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.proxima-medium, .box.concert .text a, .box.concert .text {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.proxima-semibold, .list .introtext, a.see-more, header .menuitems a, form .mhForm__control label,
form .form-element label {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.proxima-bold, .box.arena .text .btn, .box.arena .text a, .box.arena .text, .box.concert .text .name, .arena-information .info span.title, .videos .info span.title, a, .ingress, body.concert .information .arena .name, body.concert .information .date, body.concert .date-arena, .contact .practical-info, form .mhForm__control input[type=submit],
form .form-element input[type=submit], h1, h2, h3, h4, h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/**
  * can't do this in the variables.scss file because the `expose-css-variables` gulp task can't
  * handle special constructs like  @if / @else constructs
  */
/* IE10+ CSS styles go here */
/**
 * creates a shadow with respect to the given $breakpoint parameter or if "none" is passed, removes the shadow
 */
input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  font-size: 42px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 850px) {
  h1 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 850px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 850px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 850px) {
  h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 1.6rem;
  }
}

body.concert .newsletter-section .mhForm__control label {
  color: #fff !important;
}

@media only screen and (min-width: 850px) {
  form .mhForm__control.left,
form .form-element.left {
    float: left;
    width: 48%;
  }
  form .mhForm__control.right,
form .form-element.right {
    float: right;
    width: 48%;
  }
}
form .mhForm__control label,
form .form-element label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 3px;
}
form .mhForm__control.mhForm__control--checkbox input, form .mhForm__control.check input,
form .form-element.mhForm__control--checkbox input,
form .form-element.check input {
  width: 25px;
  display: inline-block;
  float: left;
  height: 18px;
}
form .mhForm__control.mhForm__control--checkbox label, form .mhForm__control.check label,
form .form-element.mhForm__control--checkbox label,
form .form-element.check label {
  width: 80%;
  display: inline-block;
  font-size: 1rem;
}
form .mhForm__control.mhForm__control--checkbox label a, form .mhForm__control.check label a,
form .form-element.mhForm__control--checkbox label a,
form .form-element.check label a {
  font-size: 1rem;
}
form .mhForm__control.mhForm__control--checkbox .mhForm__label--checkbox, form .mhForm__control.check .mhForm__label--checkbox,
form .form-element.mhForm__control--checkbox .mhForm__label--checkbox,
form .form-element.check .mhForm__label--checkbox {
  display: flex;
}
form .mhForm__control input, form .mhForm__control textarea, form .mhForm__control select,
form .form-element input,
form .form-element textarea,
form .form-element select {
  border: 2px solid black;
  background: #F8F6F2;
  width: 100%;
  padding: 1.2rem;
  margin-bottom: 1rem;
}
form .mhForm__control input.input-validation-error, form .mhForm__control textarea.input-validation-error, form .mhForm__control select.input-validation-error,
form .form-element input.input-validation-error,
form .form-element textarea.input-validation-error,
form .form-element select.input-validation-error {
  border: 2px solid #FF8965;
}
form .mhForm__control textarea,
form .form-element textarea {
  min-height: 300px;
}
form .mhForm__control input[type=submit],
form .form-element input[type=submit] {
  background: #FF8965;
  border: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 1rem 0;
  transition: 0.3s ease-in;
}
form .mhForm__control input[type=submit]:hover,
form .form-element input[type=submit]:hover {
  background: #1F1F1F;
  color: white;
}

.message {
  width: 100% !important;
}

@media only screen and (min-width: 850px) {
  .contact-form {
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-form {
    width: 60%;
  }
}

.boxes .practical-info, .boxes .social-media {
  min-height: 250px;
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .boxes .practical-info, .boxes .social-media {
    min-height: 300px;
  }
}
@media only screen and (min-width: 850px) {
  .boxes .practical-info h3, .boxes .social-media h3 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 850px) {
  .contact .follow-on-facebook {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 100px;
  }
  .contact .follow-on-facebook .name {
    text-transform: initial;
    padding-left: 1rem;
    text-align: left;
  }
  .contact .follow-on-facebook img {
    width: 100%;
  }
  .contact .follow-on-facebook .text {
    padding: 1.5rem;
    transition: 0.3s ease-in;
  }
  .contact .follow-on-facebook .text:hover {
    padding-left: 1.6rem;
  }
}
.contact .box:after {
  display: none;
}
.contact .box img {
  margin-bottom: -10px;
}
.contact .box .text {
  border: 3px solid black;
  text-align: center;
}
@media only screen and (min-width: 850px) {
  .contact .practical-info {
    width: 800px;
    margin: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 850px) {
  .contact .practical-info .container {
    max-width: 80%;
  }
}
.contact .practical-info.list {
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .contact .practical-info.list {
    padding-bottom: 40px;
  }
}
.contact .practical-info p {
  margin-top: 0;
  margin-bottom: 60px;
}
.contact .practical-info h2 {
  margin-bottom: 20px;
}

body {
  background: #F8F6F2;
}
body.fading {
  background: #1F1F1F;
  opacity: 0;
  transition: 0.6s ease-in;
}
body.concert {
  opacity: 0;
  background: #1F1F1F;
  color: #fff;
}
@media only screen and (min-width: 850px) {
  body.concert header .menuitems {
    background: none;
  }
}
@media only screen and (min-width: 850px) {
  body.concert header .menuitems a {
    color: #fff !important;
  }
}
body.concert.active {
  transition: 0.3s ease-in;
  opacity: 1;
}
body.concert footer .partners {
  background: white;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 32px;
}
@media only screen and (min-width: 850px) {
  body.concert footer .partners {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  body.concert footer .partners {
    padding: 60px;
  }
}
body.concert footer .container {
  border-top-color: transparent;
}
body.concert h1 {
  margin: 0.7rem 0;
  font-size: 3.125rem;
}
@media only screen and (min-width: 850px) {
  body.concert h1 {
    font-size: 7.5rem;
    line-height: 9rem;
  }
}
body.concert .date-arena {
  font-size: 1.562rem;
  margin: 0;
}
@media only screen and (min-width: 850px) {
  body.concert .date-arena {
    font-size: 2.5rem;
  }
}
body.concert .videos iframe {
  width: 100%;
  min-height: 300px;
}
body.concert .videos img {
  margin: 0.5rem 0;
}
body.concert .information {
  text-align: center;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 3rem 0;
  margin: 2rem 0;
  margin-top: 4rem;
}
@media only screen and (min-width: 850px) {
  body.concert .information {
    text-align: left;
    margin-bottom: 12rem;
  }
}
body.concert .information .available-tickets span.name {
  position: relative;
  padding-left: 20px;
}
body.concert .information .available-tickets .circle {
  width: 9px;
  height: 9px;
  background: green;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 5px;
}
body.concert .information .available-tickets .circle.red {
  background: red;
}
body.concert .information .buy-ticket {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 850px) {
  body.concert .information .buy-ticket {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 850px) {
  body.concert .information .buy-ticket img {
    float: left;
    width: 30px;
    margin-right: 20px;
    margin-top: 7px;
  }
}
body.concert .information .date {
  font-size: 1.25rem;
}
@media only screen and (min-width: 850px) {
  body.concert .information .date {
    margin: 0;
  }
}
body.concert .information .date img {
  margin-right: 3px;
}
@media only screen and (min-width: 850px) {
  body.concert .information .date img {
    float: left;
    width: 30px;
    margin-right: 20px;
    margin-top: 7px;
  }
}
body.concert .information .date .time {
  display: block;
  font-size: 1rem;
  margin-top: 3px;
}
@media only screen and (min-width: 850px) {
  body.concert .information .date .time {
    margin-top: 0;
  }
}
@media only screen and (min-width: 850px) {
  body.concert .information .arena {
    margin: 0;
  }
}
body.concert .information .arena a {
  font-size: 1rem;
  display: block;
  margin: 0.3rem 0;
}
@media only screen and (min-width: 850px) {
  body.concert .information .arena a {
    margin-top: 0;
  }
}
@media only screen and (min-width: 850px) {
  body.concert .information .arena .name img {
    float: left;
    width: 30px;
    margin-right: 20px;
    margin-top: 7px;
  }
}
body.concert .description {
  color: #F8F6F2;
}
body.concert .description p {
  font-size: 1.25rem;
  line-height: 2rem;
}
body.concert .description h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  body.concert .description {
    width: 100%;
    margin: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  body.concert .description {
    width: 60%;
  }
}
@media only screen and (min-width: 850px) {
  body.concert .description .container {
    max-width: 80%;
  }
}
body.concert .top {
  margin-bottom: 4rem;
  padding-top: 4rem;
  border: 0;
  position: relative;
  opacity: 1;
  transition: 0.3s ease-in;
}
body.concert .top.loading {
  opacity: 0;
  transition: 0.3s ease-in;
}
body.concert .top .btn.white img {
  vertical-align: text-top;
}
body.concert .top .btn.white:hover {
  background: #FF8965;
}
@media only screen and (min-width: 850px) {
  body.concert .top .btn.white {
    position: absolute;
    right: 0;
    top: 100px;
    width: 150px;
  }
}
body.concert .ingress {
  padding: 2rem 0;
}
@media only screen and (min-width: 850px) {
  body.concert .ingress {
    width: auto;
    float: left;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  body.concert .ingress {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  body.concert .ingress p {
    width: 60%;
    margin: auto;
  }
}
body.concert .image.main {
  transition: 0.4s ease-in;
}
body.concert .image.main.loading {
  opacity: 0;
}
body.concert .images .desktop {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  height: 70vh;
  background-size: cover !important;
  background-position: 0% !important;
  transition: 0.3s ease-in-out;
}
body.concert .images .desktop h1 {
  display: none;
}
body.concert .images .desktop.loading {
  position: absolute;
  z-index: 10;
  bottom: 0;
  height: 100vh;
}
body.concert .images .desktop.loading h1 {
  margin-top: 25%;
  display: block;
  text-align: center;
}
body.concert .images .desktop.loading .bg-fade {
  z-index: -1;
  opacity: 0.5;
}
body.concert .images .desktop .bg-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0.5411764706), #1F1F1F);
}
body.concert .images .mobile {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  height: 70vh;
  background-size: cover !important;
  background-position: 0% !important;
  transition: 0.3s ease-in-out;
}
body.concert .images .mobile h1 {
  display: none;
}
body.concert .images .mobile.loading {
  position: absolute;
  z-index: 10;
  bottom: 0;
  height: 100vh;
}
body.concert .images .mobile.loading h1 {
  margin-top: 45vh;
  display: block;
  text-align: center;
}
body.concert .images .mobile.loading .bg-fade {
  z-index: -1;
  opacity: 0.5;
}
body.concert .images .mobile .bg-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0.5411764706), #1F1F1F);
}
body.concert .btn.white {
  margin: 0;
  text-align: center;
  margin: 4rem 0;
  display: block;
  text-transform: uppercase;
}
@media only screen and (min-width: 850px) {
  body.concert .btn.white {
    width: 150px;
  }
}
body.concert .btn.white:hover {
  background-color: #FF8965;
}
body.concert .logo-link.dark {
  display: none;
}
body.concert .logo-link.white {
  display: inline-block;
}
@media only screen and (min-width: 850px) {
  body.concert .videos .details {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
body.concert .arena-information .info, body.concert .videos .info {
  max-width: 100%;
}
body.concert .arena-information img.dark, body.concert .videos img.dark {
  display: none;
}
body.concert .arena-information img.white, body.concert .videos img.white {
  display: block;
}
body.concert a {
  color: #fff;
}

#instagram {
  padding-bottom: 60px;
}
@media only screen and (min-width: 850px) {
  #instagram {
    padding-bottom: 100px;
  }
}

.container {
  padding: 0 1rem;
  margin: auto;
  overflow-x: hidden;
}
@media only screen and (min-width: 850px) {
  .container {
    padding: 0 4vw;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    padding: 0 6vw;
  }
}
.container.arena .ingress, .container.single .ingress {
  padding: 0;
  width: 100%;
  padding: 2rem 0;
}
@media only screen and (min-width: 850px) {
  .container.arena .ingress, .container.single .ingress {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .container.arena .ingress, .container.single .ingress {
    width: 60%;
    margin: auto;
    padding: 5rem 0;
  }
}
.container.arena .ingress p, .container.single .ingress p {
  margin: 0;
}
@media only screen and (min-width: 850px) {
  .container.arena .ingress:after, .container.single .ingress:after {
    content: "";
    display: block;
    clear: both;
  }
}
.container.arena .body, .container.arena .read-also, .container.single .body, .container.single .read-also {
  width: 60%;
  margin: auto;
  max-width: 100%;
  padding-bottom: 60px;
}
.container.arena .read-also, .container.single .read-also {
  padding-bottom: 0;
}
.container.arena .read-also h2, .container.single .read-also h2 {
  margin-bottom: 2rem;
}
.container.arena .read-also .news, .container.single .read-also .news {
  margin-top: 0;
}

.concerts.front .box {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 850px) {
  .concerts.front .box {
    margin-bottom: 0;
  }
}
.concerts.list .box {
  border: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .concerts.list .box {
    margin-bottom: 0;
  }
}
.concerts.list .box .text {
  border: 0;
}
.concerts .concert.featured {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 850px) {
  .concerts .concert.featured {
    margin-bottom: 16px;
  }
}
.concerts .concert.featured .img-box {
  line-height: 0;
  width: 100%;
}
.concerts .concert.featured .img-box .overlay {
  position: absolute;
  background: black;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  transition: 0.3s all;
}
@media only screen and (min-width: 1024px) {
  .concerts .concert.featured .img-box .overlay {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.9;
  }
}
.concerts .concert.featured .img-box.desktop {
  order: 1;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .concerts .concert.featured .img-box.desktop {
    display: block;
  }
  .concerts .concert.featured .img-box.mobile {
    display: none;
  }
}
.concerts .concert.featured img {
  width: 100%;
  height: 60vh;
  min-height: 480px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .concerts .concert.featured img {
    min-height: 600px;
  }
}
.concerts .concert.featured .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
  text-align: center;
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 850px) {
  .concerts .concert.featured .text {
    padding: 4vw;
  }
}
@media only screen and (min-width: 1024px) {
  .concerts .concert.featured .text {
    text-align: left;
    left: 0;
    transform: translate(0%, -50%);
    width: 60vw;
  }
}
.concerts .concert.featured .text a {
  color: white;
}
.concerts .concert.featured .text h1 {
  margin: 0;
  color: white;
  cursor: pointer;
}
.concerts .concert.featured .text .details {
  display: flex;
  flex-direction: column;
}
.concerts .concert.featured .text .details .timedate {
  padding-bottom: 25px;
  color: white;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .concerts .concert.featured .text .details .timedate {
    padding-bottom: 40px;
  }
}
.concerts .concert.featured .text .details .timedate h4 {
  margin: 0;
}
.concerts .concert.featured .text .details .btn {
  margin: auto;
  width: fit-content;
  pointer-events: all;
}
@media only screen and (min-width: 1024px) {
  .concerts .concert.featured .text .details .btn {
    margin: 0;
  }
}

.fp-content, .c-content {
  display: flex;
  flex-direction: column;
  padding: 50px 16px;
}
@media only screen and (min-width: 850px) {
  .fp-content, .c-content {
    padding: 6vw 4vw;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1400px) {
  .fp-content, .c-content {
    padding: 6vw;
  }
}
.fp-content.c-content, .c-content.c-content {
  padding: 50px 0;
}
@media only screen and (min-width: 850px) {
  .fp-content.c-content, .c-content.c-content {
    padding: 4vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .fp-content.c-content, .c-content.c-content {
    width: 60%;
    margin: auto;
  }
}
.fp-content .container, .c-content .container {
  margin: 0;
  border: 3px solid black;
  padding: 16px;
}
@media only screen and (min-width: 850px) {
  .fp-content .container, .c-content .container {
    padding: 30px;
    width: 33%;
  }
}
@media only screen and (min-width: 1400px) {
  .fp-content .container, .c-content .container {
    padding: 60px;
  }
}
.fp-content .container.second, .c-content .container.second {
  margin: 10px 0;
}
@media only screen and (min-width: 850px) {
  .fp-content .container.second, .c-content .container.second {
    margin: 0 4%;
  }
}
.fp-content .container h3, .c-content .container h3 {
  margin: 0 0 16px 0;
}
@media only screen and (min-width: 850px) {
  .fp-content .container h3, .c-content .container h3 {
    margin: 0 0 25px 0;
  }
}
.fp-content .container.contact, .c-content .container.contact {
  margin-bottom: 10px;
}
@media only screen and (min-width: 850px) {
  .fp-content .container.contact, .c-content .container.contact {
    width: 46%;
    margin: 2%;
  }
}

.btn {
  display: inline-block;
  margin: 2rem 0;
  border: 2px solid #FF8965;
  padding: 1rem 3rem;
  transition: 0.3s ease-in;
  text-decoration: none;
}
@media only screen and (min-width: 850px) {
  .btn {
    border: 3px solid #FF8965;
  }
}
.btn:hover {
  background: #FF8965;
  color: #000 !important;
}
.btn.white {
  background: #fff;
  color: #000;
  border: 0;
  font-size: 0.875rem;
  text-decoration: none;
}
.btn.arrow:after {
  display: block;
  content: url("/images/darkarrow.svg");
  position: absolute;
  right: 5%;
  top: 30%;
}

.image img {
  width: 100%;
  max-width: 100%;
}
.image p.author {
  text-align: right;
  font-size: 0.875rem;
}
@media only screen and (min-width: 850px) {
  .image p.author {
    margin: 0;
  }
}
.image.desktop {
  display: none;
}
@media only screen and (min-width: 850px) {
  .image.desktop {
    display: block;
  }
}
@media only screen and (min-width: 850px) {
  .image.mobile {
    display: none;
  }
}

.social.mobile {
  border-top: 2px solid black;
  line-height: 1;
}
.social.mobile a {
  display: inline-block;
  padding: 0;
}
.social.mobile i.fa-instagram {
  font-size: 1.4rem;
  margin-left: 8px;
}
.social.mobile i.fa-facebook-f {
  font-size: 1.3rem;
  margin-right: 8px;
}
.social.mobile .sep {
  font-size: 1.6rem;
}
.social a {
  display: inline-block;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .social a {
    text-transform: uppercase;
    font-size: 1.1rem;
  }
}
.social .sep {
  color: #FF8965;
}
.social.desktop {
  display: none;
}
@media only screen and (min-width: 850px) {
  .social.mobile {
    display: none;
  }
  .social.desktop {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 9;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 850px) and (min-width: 850px) {
  .social.desktop {
    right: 4vw;
  }
}
@media only screen and (min-width: 850px) and (min-width: 1024px) {
  .social.desktop {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 850px) and (min-width: 1400px) {
  .social.desktop {
    right: 6vw;
  }
}
@media only screen and (min-width: 850px) {
  .social.desktop i.fa-instagram {
    font-size: 1.4rem;
    margin-left: 8px;
  }
  .social.desktop i.fa-facebook-f {
    font-size: 1.3rem;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 850px) {
  .social.desktop .sep {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 850px) {
  .social.desktop a {
    text-decoration: none;
  }
}

header {
  position: relative;
}
header.container {
  background: #f8f6f2;
  position: fixed;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
}
@media only screen and (min-width: 850px) {
  header.container {
    padding: 1.2rem 0 1.2rem 0;
  }
}
header .navbar {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .logo {
  position: relative;
  left: 1rem;
  line-height: 0;
}
@media only screen and (min-width: 850px) {
  header .logo {
    float: left;
    left: 4vw;
  }
}
@media only screen and (min-width: 1400px) {
  header .logo {
    left: 6vw;
  }
}
header .logo img {
  width: 120px;
}
@media only screen and (min-width: 850px) {
  header .logo img {
    width: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  header .logo img {
    width: 180px;
  }
}
@media only screen and (min-width: 1400px) {
  header .logo img {
    width: 200px;
  }
}
header .logo a {
  line-height: 0;
}
header .menuitems {
  display: none;
  position: initial;
  top: 80px;
  left: 0;
  right: 0;
  padding: 0 1rem;
  z-index: 10;
}
@media only screen and (min-width: 850px) {
  header .menuitems {
    padding-top: 3rem;
    top: 20px;
    position: fixed;
    min-height: auto;
    right: 4vw;
    left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  header .menuitems {
    right: 6vw;
  }
}
header .menuitems.active {
  background: #F8F6F2;
  display: block;
  border: 2px solid black;
  margin: 1rem 1rem 0rem 1rem;
}
@media only screen and (min-width: 850px) {
  header .menuitems.active {
    border-bottom: none;
  }
}
header .menuitems a {
  display: block;
  text-decoration: none;
  margin: 1rem 0;
  font-size: 1.1rem;
  color: #000 !important;
  transition: 0.3s ease-in all !important;
}
header .menuitems a:after {
  transition: 0.3s ease-in all !important;
  content: "";
  position: absolute;
  width: 95%;
  left: -3px;
  bottom: 6px;
  height: 11px;
  z-index: -1;
  opacity: 0;
  background: #FF8965;
}
header .menuitems a.active {
  font-style: italic;
  opacity: 0.5;
}
@media only screen and (min-width: 850px) {
  header .menuitems a.active {
    font-style: inherit;
    opacity: 1;
  }
}
@media only screen and (min-width: 850px) {
  header .menuitems a.active:after {
    content: "";
    position: absolute;
    width: 95%;
    left: -3px;
    bottom: 6px;
    height: 11px;
    z-index: -1;
    background: #FF8965;
    opacity: 1;
  }
}
header .menuitems a:hover:after {
  opacity: 1;
}
@media only screen and (min-width: 850px) {
  header .menuitems {
    position: relative;
    padding: initial;
    float: right;
    height: auto;
    display: block;
  }
  header .menuitems a {
    display: inline-block;
  }
}
@media only screen and (min-width: 850px) and (min-width: 850px) {
  header .menuitems a {
    font-size: 1.2rem;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 850px) and (min-width: 1024px) {
  header .menuitems a {
    font-size: 1.3rem;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 850px) and (min-width: 1400px) {
  header .menuitems a {
    font-size: 1.4rem;
  }
}
header .hamburger {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 850px) {
  header .hamburger {
    display: none;
  }
}
header .logo-link.white {
  display: none;
}

.ingress {
  font-size: 1.375rem;
  line-height: 2rem;
}
@media only screen and (min-width: 850px) {
  .ingress {
    font-size: 2.1875rem;
    width: 60%;
    line-height: 3rem;
  }
}

main {
  padding-top: 80px;
}
@media only screen and (min-width: 850px) {
  main {
    padding-top: 96px;
  }
}
@media only screen and (min-width: 1024px) {
  main {
    padding-top: 108px;
  }
}
@media only screen and (min-width: 1400px) {
  main {
    padding-top: 116px;
  }
}

footer.container {
  text-align: center;
  margin-top: 40px;
}
footer .partners {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (min-width: 850px) {
  footer .partners {
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  footer .partners {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
  }
}
footer .partners .partner img {
  object-fit: contain;
  max-width: fit-content;
  width: 100%;
  max-width: 130px;
  max-height: 50px;
}
@media only screen and (min-width: 1200px) {
  footer .partners .partner img {
    max-width: 150px;
    max-height: 60px;
  }
}
footer .partners .partner a::before, footer .partners .partner a::after {
  display: none;
}
footer .container {
  border-top: 3px solid #000;
  padding: 0 0 3rem 0;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 850px) {
  footer .container p {
    font-size: 0.9rem;
    margin: 0;
  }
}
footer .container a {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 2rem;
  text-transform: capitalize;
}
@media only screen and (min-width: 850px) {
  footer .container a {
    margin-top: 0;
  }
}
footer .wrap {
  margin-top: 40px;
}

img {
  max-width: 100%;
}

#concert-top-image-mobile, #concert-top-image-desktop {
  display: none;
}

.concert header.container {
  background: #202020;
  background: linear-gradient(0deg, rgba(32, 32, 32, 0) 0%, #202020 89%);
}

a {
  display: inline-block;
  color: #1F1F1F;
  position: relative;
  transition: 0.3s all;
}
a .arrow-anchor {
  height: 17px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: super;
  width: initial !important;
}
a.underline:hover {
  border-bottom: 2px solid #1F1F1F !important;
}
a.see-more {
  font-size: 1rem;
  display: inline-block;
  padding-right: 0;
  border-bottom: 2px solid #FF8965;
  padding-bottom: 0.3rem;
  margin-top: 1rem;
  text-decoration: none;
}
a.see-more:hover {
  border-bottom: 2px solid #1F1F1F;
}
a.see-more:after {
  display: none;
}

.arena-information, .videos, .coming-concerts {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 850px) {
  .arena-information, .videos, .coming-concerts {
    margin: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .arena-information, .videos, .coming-concerts {
    width: 60%;
  }
}
.arena-information .info, .videos .info, .coming-concerts .info {
  cursor: pointer;
}
@media only screen and (min-width: 850px) {
  .arena-information .info, .videos .info, .coming-concerts .info {
    margin: auto;
  }
}

.newsletter-section {
  padding: 0 6vw;
}
.newsletter-section > .container {
  border-top: 3px solid black;
  padding-top: 40px;
}

.newsletter-form {
  max-width: 600px !important;
  margin: 0 auto;
}

@media only screen and (min-width: 850px) {
  .bodytext {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .bodytext {
    width: 60%;
    margin: auto;
  }
}

.arena-information .info, .videos .info {
  padding-left: 0;
}
.arena-information .info img, .videos .info img {
  transition: 0.3s all;
}
.arena-information .info.active .title img, .videos .info.active .title img {
  transform: rotate(180deg);
}
.arena-information .info img.white, .videos .info img.white {
  display: none;
}
.arena-information .info span.title, .videos .info span.title {
  padding-bottom: 1rem;
  border-bottom: 3px solid;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 850px) {
  .arena-information .info span.title, .videos .info span.title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .arena-information .info span.title, .videos .info span.title {
    font-size: 1.6rem;
  }
}
.arena-information .info span.title img, .videos .info span.title img {
  margin-top: 7px;
  float: right;
}
.arena-information .info .details, .videos .info .details {
  padding: 1rem 0 4rem 0;
  display: none;
}
.arena-information .info .details p, .videos .info .details p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 850px) {
  .arena-information .info .details p, .videos .info .details p {
    font-size: 1.3rem;
  }
}

.arena-information {
  padding-bottom: 0px;
}
@media only screen and (min-width: 850px) {
  .arena-information {
    padding-bottom: 60px;
  }
}

.coming-concerts .coming-concert {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.coming-concerts .coming-concert img {
  float: right;
  margin-top: 15px;
}
.coming-concerts .coming-concert a {
  display: block;
  text-decoration: none;
  border-bottom: 3px solid black;
  padding-bottom: 1rem;
}
.coming-concerts .coming-concert a .name {
  padding: 0;
  margin: 0;
}
.coming-concerts .coming-concert a .date {
  font-size: 1rem;
}

.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 850px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    grid-row-gap: 40px;
  }
}
@media only screen and (min-width: 850px) {
  .grid.information {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid.boxes {
  margin: auto;
}
.grid.arena {
  grid-gap: 4rem;
}
.grid .concert {
  padding: 0;
  text-decoration: none;
}
.grid .concert.box .def:after {
  right: 0;
}
.grid .container {
  margin: 0;
}

.box .box-anchor {
  overflow: hidden;
  display: block;
  width: 100%;
}
.box .box-anchor img {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.box .box-anchor img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.box.concert .text .name {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (min-width: 850px) {
  .box.concert .text .name {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .box.concert .text .name {
    font-size: 1.6rem;
  }
}
.box.arena {
  padding: 0;
  text-align: left;
  border: 0;
}
@media only screen and (min-width: 850px) {
  .box.arena {
    border: 3px solid #000;
  }
}
.box.arena img {
  width: 100%;
  margin-bottom: -8px;
}
.box.arena .text {
  padding: 0;
  border-top: 0;
}
.box.arena .text a {
  font-size: 1.25rem;
}
.box.arena .text .btn {
  font-size: 1rem;
}
.box.arena h2 {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  position: relative;
}
@media only screen and (min-width: 850px) {
  .box.arena h2 {
    padding: 1rem 0;
    line-height: 3rem;
    font-size: 1.875rem;
  }
}
.box.arena h2 .arrow {
  display: none;
}
@media only screen and (min-width: 850px) {
  .box.arena h2 .arrow {
    display: block;
    float: right;
  }
}
.box .text {
  color: #1F1F1F;
  padding: 1rem 0;
  position: relative;
}
.box .text a {
  text-decoration: none;
}
.box.links a {
  border-bottom: 2px solid #FF8965;
  margin-bottom: 1rem;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (min-width: 850px) {
  .box.links a {
    font-size: 18px;
  }
}
.box.social a:after {
  content: url("/images/darkarrow.svg");
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.list .introtext {
  font-size: 1rem;
}
.list .introtext.top-sec {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 1024px) {
  .list .introtext.top-sec {
    font-size: 2rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .list .introtext.top-sec {
    max-width: 60%;
    margin: auto;
  }
}
.list .introtext.top-sec p {
  margin: 0;
}
.list .box {
  border: 0;
  text-align: left;
  margin-bottom: 0;
}
.list .box .see-more {
  font-weight: 700 !important;
}

.news {
  margin: 4rem auto;
}
.news.front {
  padding: 0;
  margin: 0;
  padding: 16px;
}
@media only screen and (min-width: 850px) {
  .news.front {
    padding: 30px;
    width: 33%;
  }
  .news.front .list {
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .news.front {
    padding: 60px;
  }
}
.news.front a {
  border-bottom: 2px solid #FF8965;
  margin-bottom: 1rem;
  text-decoration: none;
  display: inline-block;
  display: block;
  width: fit-content;
}
@media only screen and (min-width: 850px) {
  .news.front a {
    font-size: 18px;
  }
}

.moretext p {
  margin-bottom: 0;
}
@media only screen and (min-width: 850px) {
  .moretext {
    font-size: 18px;
  }
}

.top {
  border-bottom: 3px solid #FF8965;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 850px) {
  .top {
    margin-bottom: 5rem;
    margin-top: 2.5rem;
  }
}
.top h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.instagram .post {
  display: inline-block;
  width: 49.5%;
  margin: 0.25%;
  padding-right: 0;
  margin-bottom: 0px;
  margin-top: 0;
}
@media only screen and (min-width: 850px) {
  .instagram .post {
    width: 32.83%;
  }
}
.instagram .post:after {
  content: "";
  display: none;
}
.instagram .post.see-more {
  margin: 1rem 0;
  width: auto;
  float: right;
}
.instagram .post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media only screen and (min-width: 850px) {
  .instagram .post img {
    height: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  .instagram .post img {
    height: 440px;
  }
}
.instagram .post video {
  max-width: 100%;
  width: 100%;
  height: 200px;
  background: black;
}
@media only screen and (min-width: 850px) {
  .instagram .post video {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .instagram .post video {
    height: 500px;
  }
}

.hamburger {
  padding: 8px 0px 8px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

body.concert .hamburger-inner, body.concert .hamburger-inner::before, body.concert .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.contact .practical-info.list a:hover {
  border-bottom: 3px solid #000 !important;
}

/*# sourceMappingURL=main.css.map */
