/*retina support*/
header {
  background: url('../images/head-1.jpg') no-repeat top center;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header {
    background: url('../images/2x/head-1@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
header.sticky {
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
}
.banner-img-wrap {
  height: 509px;
  background: url('../images/bg.svg') no-repeat center center;
  background-size: cover;
  position: relative;
  border-top: 3px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-section-promo-box {
  background: url('../images/bg-head-3.jpg') no-repeat top center;
  background-size: cover;
  min-height: 384px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .top-section-promo-box {
    background: url('../images/2x/bg-head-3@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 1600px) and (min-width: 769px) {
  header {
    background: url('../images/head-1.jpg') no-repeat top center;
    background-size: cover;
  }
  header.sticky {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
  }
  .banner-img-wrap {
    height: 379px;
    background: url('../images/bg.svg') no-repeat center center;
    background-size: cover;
    position: relative;
    border-top: 3px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-section-promo-box {
    background: url('../images/bg-head-3.jpg') no-repeat top center;
    background-size: cover;
    min-height: 384px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 80px;
  }
}
@media (max-width: 1600px) and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header {
    background: url('../images/2x/head-1@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 1600px) and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .top-section-promo-box {
    background: url('../images/2x/bg-head-3@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  body.tablet header {
    background: url('../images/tablet-head-1.jpg') no-repeat top center;
    background-size: cover;
    height: 79px;
  }
  body.tablet header.sticky {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
  }
  body.tablet .banner-img-wrap {
    height: 494px;
    position: relative;
    border-top: 3px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.tablet .top-section-promo-box {
    background: url('../images/tablet-bg-head-3.jpg') no-repeat top center;
    background-size: cover;
    min-height: 451px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 80px;
  }
}
@media (max-width: 768px) and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  body.tablet header {
    background: url('../images/2x/tablet-head-1@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 768px) and (min-width: 481px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  body.tablet .top-section-promo-box {
    background: url('../images/2x/tablet-bg-head-3@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  body.small .full-height,
  body.small .top-section-content-overlay {
    min-height: auto;
  }
  body.small header {
    background: url('../images/small-head-1.jpg') no-repeat top center;
    background-size: cover;
    height: 41px;
  }
  body.small header.sticky {
    background: rgba(0, 0, 0, 0.5);
    height: 47px;
  }
  body.small .banner-img-wrap {
    height: 168px;
    top: 41px;
    border-top: 3px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.small .top-section-promo-box {
    background: url('../images/small-bg-head-3.jpg') no-repeat top center;
    background-size: cover;
    min-height: 360px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 23px;
    margin-top: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  body.small header {
    background: url('../images/2x/small-head-1@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  body.small .top-section-promo-box {
    background: url('../images/2x/small-bg-head-3@2x.jpg') no-repeat top center;
    background-size: cover;
  }
}
.dates-container-l-i-vip {
  display: none;
}
.dates-container-l-i-location {
  width: 62%;
}
/*Merch*/
.merch-store-link {
  display: block;
  margin: 0 auto 23px auto;
  text-align: center;
  width: 163px;
  height: 49px;
  padding: 0 0 0 5px;
  line-height: 49px;
  background-color: rgba(255, 255, 255, 0.15);
}
/*Tours*/
.dates-container-l-i-rsvp,
.dates-container-l-i-share {
  display: none;
}
.dates-container-l-i-share {
  display: block;
}
.dates-container-l-i-rsvp.has-value {
  display: block;
}
.dates-container-l-i-tickets {
  float: right;
}
.dates-container-l-i-location-venue {
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
/*Footer*/
.copyright-section,
.copyright-section a {
  color: rgba(255, 255, 255, 0.3);
}
/*Form*/
.form-remote {
  height: 200px;
  max-width: 600px;
  overflow: hidden;
}
.form-remote iframe {
  max-width: 600px;
  margin-top: 60px;
}
.error-box {
  position: absolute;
}
.submit-btn {
  cursor: pointer;
}
.submit-btn:hover {
  background: #000000;
  color: #fff;
}
@media (max-width: 600px) and (min-width: 481px) {
  .form-remote {
    height: 200px;
    max-width: 440px;
    overflow: hidden;
  }
  .form-remote iframe {
    max-width: 440px;
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .form-remote {
    height: 200px;
    max-width: 300px;
    overflow: hidden;
  }
  .form-remote iframe {
    max-width: 300px;
    margin-top: 60px;
  }
}
