/* CUSTOMS */

body {
  overflow-x: hidden;
}

#slides-1 {
  display: none;
}

section.video-bg {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
section.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

section.video-bg .left-block-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 55px;
  left: 20px;
}
section.video-bg .right-block-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 20px;
}

section.video-bg .right-block-wrapper a {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  transition-duration: 0.3s;
}

section.video-bg .right-block-wrapper a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

section.video-bg .left-block-wrapper img {
  max-width: 200px;
  display: table;
  margin: 0 auto;
}

section.video-bg .vignette {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
section.video-bg h4 {
  color: #fff;
  text-transform: none;
  z-index: 2;
  margin-bottom: 0;
  text-align: center;
}
section.video-bg:before {
  content: "";
  background: rgba(114,45,0,.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/*section.video-bg:after {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC);
  background-size: 3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}*/

.custom-spacer {
  margin-bottom:60px;
}

.custom-spacer-xl {
  margin-bottom:180px;
}

.center {
  text-align: center;
}

.header {
  height:120px;
}

.black-header {
  background: #000 !important;
}

.main-logo {
  margin-top:40px;
  margin-left:40px;
}
.main-menu {
  margin-top:50px;
}

.light .header {
  background: rgba(255, 255, 255, 0.2);
}

.light .main-menu li a {
  color:#fff;
}

.light .symbol {
  color:#fff;
}

.symbol img {
  max-height: 40px;
}

.sec-content p {
  color:#fff;
}

#about {
  background:url('img/new-about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#about section.section {
  padding:0 20px;
  background: rgba(255,255,255,0.6);
}

#about h1 {
  margin-top:0;
}

#about p {
  font-size:14px;
  font-weight: bold;
  text-align: center;
}

#dates>div:nth-of-type(1) {
  background:url('img/GIG-PAGE-background.jpg') 50% 0% repeat-y fixed;
}

#about .main-wrapper {
  padding:20px;
}

#about .main-wrapper section {
  padding:20px;
}

#quotes>div:nth-of-type(1) {
  background:url('img/mark.jpg') 50% 0% repeat-y fixed;
}

.twitter-quotes {
  display: none;
}

.contact .parallax {
  background:url('img/contact.jpg') 50% 0% repeat-y fixed;
}

.place {
  color:#fff;
}

.date-box .info.buy-tickets {
  float:right;
  font-weight: bold;
}

#shop {
  text-align: center;
  padding-top:110px;
  padding-bottom:250px;
  background: url('img/social-background.jpg');
  background-size: contain;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#shop h1 {
  margin-top:0;
  color: #fff;
}
#shop h3 {
  margin-bottom:70px;
  color: #fff;
}

#shop a {
  background: #c3121c;
  color:#fff;
  padding:15px;
  margin-top:20px;
}

.footer-container div a {
  width: 100%;
    display: block;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 99999;
}

.contact a {
  margin-top: 220px;
    display: block;
    color: #c3121c;
    font-size: 20px;
    text-transform: uppercase;
}

.social-footer {
  padding-top:110px;
  height:100%;
  margin-bottom:0;
  padding-bottom:110px;
  background: url('img/social-background.jpg');
}

.social-footer h1 {
  margin-top:0;
}

.destroyer-of-margins {
  margin-top:0 !important;
}

#mc_embed_signup h2 {
  text-align: center;
  margin-bottom:50px !important;
}

#mc_embed_signup #mc_embed_signup_scroll .button {
  width:110px;
  display: block;
  margin:20px auto;
}

#mc_embed_signup .indicates-required {
  float:right;
}

#mc_embed_signup .button {
  background-color: #c3121c;
}

#mc_embed_signup .button {
  background-color: #c3121c;
  color:#fff;
  border:none;
  padding-top: 15px;
  padding-bottom: 15px;
}

#mc_embed_signup .email {
  width: 100%;
  padding:10px;
  float:none;
}

#mc_embed_signup .name {
  width: 100%;
  padding:10px;
  float:none;
  margin-top:20px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  margin-top:100px;
}

.copyright a {
  color:#c3121c;
}

@media only screen and (max-width: 976px) {

  section.video-bg .left-block-wrapper img {
    max-width: 100px;
  }

  section.video-bg h1 {
    margin-top: 45px;
    font-size: 40px;
  }

  .header {
    height:80px;
  }

  .main-logo {
    margin-top: 28px;
  }

  #nav2 > a {
    height: 80px;
    width: 80px;
  }

  #nav2 > ul {
    margin-top: 80px;
  }

  .light #nav2 > a {
    background-position: center -10px;
 }

  .main-logo .symbol img {
    max-width: 150px;
  }

  .contact h1 {
    color:#fff;
  }

  #dates h1 {
    color:#fff;
  }

  #about .main-wrapper {
    padding:0;
  }

  #about {
    background:url('img/new-about.jpg') 50% 50%;
    background-size:cover;
  }

  #about .spacer {
    margin-bottom: 0;
  }

  #about .custom-spacer {
    margin-bottom: 0;
  }

  .portfolio h1 {
    margin-top:0
  }

  /*body {
    overflow-y: hidden;
  }*/

}

@media only screen and (max-width: 600px) {
  section.video-bg .left-block-wrapper, section.video-bg .right-block-wrapper {
    max-width: 42%;
    bottom: 60px;
  }
  section.video-bg .right-block-wrapper a {
    display: block;
    text-align: center;
  }
  section.video-bg h4 {
    margin-bottom: 0;
  }
  section.video-bg h4 br {
    display: none;
  }
}
