
/*
 * core.css - all custom CSS code belongs in this file; including Bootstrap
 * Framework overrides.
 *
 */

/* =============================================================================
 CUSTOM CSS
 ========================================================================== */


/*
 BOOTSTRAP OVERRIDES
 ----------------------------------------------------------------------------*/
/* Sets Box model */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

html {
  min-width: 320px;
}

body {
  background:url('../_img/main-bg3.jpg') no-repeat top center #100e0b;
  background-size:cover;
  background-attachment: fixed;
  font-family: sans-serif;
  padding-top: 0px;
  font-family: trade-gothic-next-condensed, sans-serif;
  color:#fff3c8;
  overflow:hidden;
}

@media screen and (min-width: 532px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 767px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight:700;
  margin: 0 0 .125em;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.25em; padding: 0 0 .75em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: .75em; }

p {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1.375em;
  text-transform: none;
  letter-spacing: normal;
  letter-spacing: .01em;
}

img { outline: none; border: 0; }

.w100, .img-responsive { display: inline; }

.nowrap { white-space: nowrap; }

.ib { display: inline-block; }

em, i { font-family: trade-gothic-next-condensed, sans-serif; font-style: italic; font-synthesis:none; }

strong, b { font-weight: 700; font-synthesis:none; }

a { color:#d81214; text-decoration: none; transition: all .2s; }
a img { transition: all .2s; }

a:hover {
  color:#fff3c8;
}

sup {
  font-size:.75em;
  vertical-align: text-top;
}

.fade-sides {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent 100%);
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

h1, h2, h3 {
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#fff3c8;
  letter-spacing: .05em;
}

h1 {
  padding:.25em;
  font-size:320%;
}

.red {
  color:#d81214;
}

.tan {
  color:#fff3c8;
}

.center {
  text-align:center;
}


/*
 UTILITY CLASSES SECTION
 ----------------------------------------------------------------------------*/
iframe#mediaplxpxl {
  opacity: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}
.w100 {
  width: 100%;
  height: auto;
}

.align_right {
    text-align: right !important;
}

.align_left {
    text-align: left !important;
}

.align_center {
    text-align: center !important;
}


/*
 GLOBAL
 ----------------------------------------------------------------------------*/

#outerwrapper {
  position: relative;
}

.home #outerwrapper {
  overflow:hidden;
}

#outerwrapper > .container {
  max-width: none;
  width: 100%;
}

.container {
  padding:0;
}

#content {
  padding-top:70px;
}

.about #content, .about-timeline #content {
  padding-top:0;
}


@media (max-width:767px) {
  #content {
    padding-top:70px;
  }
}

@media (min-height:1000px) {

}



/*
 LANDING PAGE
 ----------------------------------------------------------------------------*/
#landing {
  overflow:visible;
}

.load-img {
  position:absolute;
  top:-80px;
  left:0;
  z-index:30;
    max-width:1200px;
    right:0;
    margin:auto;
}


#art {
  text-align:center;
  width:90%;
  max-width:1200px;
  position:relative;
  z-index:40;
  margin:auto;
  padding-top:22%;
}
@media (min-height:700px) {
  #art {
    padding-top:18%;
  }
}
@media (min-width:768px) and (max-width:900px) {
  #art {
    padding-top:35%;
  }
}
@media (max-width:767px) {
  #art {
    padding-top:65%;
    width:100%;
    margin-left:-2%;
  }
}


#photos, #photos-new {
  position:relative;
  width:100%;
  z-index:10;
  max-width:900px;
  margin:auto;
}

#photos > div, #photos-new > div {
    position: relative;
    text-align:center;
    width:100%;
}

#photos img,#photos-new img {
  opacity:0;
}

.top-img {
  margin-top: -5%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-img {
    margin-top: -10%;
  }
}

#photos .top-img img,#photos-new .top-img img {
  opacity:1!important;
}

#flowers img {
  position:absolute;
  z-index:45;
  max-width:100%;
  height:auto;
}

.flowers-left {
  left:0;
  top:0;
}

.flowers-right {
  right:0;
  top:0;
}

.flowers-top {
  margin:auto;
  left:0;
  right:0;
  height:100px!important;
}

#home-buttons {
  width:90%;
  margin:25px auto 0;
  text-align:center;
  position:relative;
  z-index:20;
}

#home-buttons a {
  display:inline-block;
  width: 15em;
  background:#fff3c8;
  color:#de181f;
  font-family: "Champion Middlewt A", "Champion Middlewt B";
  font-style: normal;
  font-weight: 400;
  padding:.5em .625em .25em;
  font-size: 1.5em;
}

#home-buttons a:nth-of-type(2) {
  width:340px;
  margin-left:10px;
}

#home-buttons a:hover {
  color:#fff3c8;
  background:#de181f;
}


@media (min-width:768px) and (max-width:900px) {
  .flowers-left, .flowers-right {
    width:80px;
  }

  #photos, .load-img, #photos-new {
    top:0px;
  }

  #home-buttons a {
    width:170px;
    font-size:22px;
  }

  #home-buttons a:nth-of-type(2) {
    width:280px;
    margin-left:10px;
  }

}

@media (max-width:767px) {
  #landing #photos .hidden-xs,#landing #photos-new .hidden-xs {
    display:none;
  }

  .flowers-left, .flowers-right {
    width:40px;
  }

  .flowers-top {
    height:auto!important;
  }

  #home-buttons {
    width:85%;
  }

  #home-buttons a {
    width:80%;
    font-size:22px;
    padding:12px 10px 8px;
  }

  #home-buttons a:nth-of-type(2) {
    margin-left:0;
    margin-top:10px;
    width:80%;
  }

  #photos, .load-img , #photos-new{
    top:0;
  }
}

/*
 NAV
 ----------------------------------------------------------------------------*/

#masthead {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:none;
  height:50px;
  font-family: garage-gothic, sans-serif;
  font-weight:700;
  z-index:101;
}

#masthead.scrolled {
  background:rgba(0,0,0,0.7) !important;
  transition: background-color 200ms linear;
}

.logo {
  width:170px;
  position: absolute;
  left:50px;
}

.hamburger {
  color:#fff3c8;
  background: transparent;
  border: 0;
  font-size:30px;
  position:absolute;
  left:13px;
  top:7px;
  padding: 0;
}

#nav a.menu-close {
  color:#e0c68a;
  background: transparent;
  border: 0;
  font-size:1.125em;
  line-height: .8;
  position:absolute;
  right:13px;
  top:13px;
  padding: 0;
}

.visually-hidden{
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hamburger {
  opacity:0;
}

.hamburger:hover, #nav a.menu-close:hover {
  color:#fff;
  cursor: pointer;
}

#nav {
  position:fixed;
  top:0;
  left:-200px;
  height:100%;
  z-index:10000000;
  background:#000000;
  width:200px;
  padding:0 10px 15px;
  transition: all .3s ease;
  opacity:0;
}

#nav.open {
  left:0px;
  opacity:1;
}

#nav ul a {
  clear: both;
  display: block;
  text-align: left;
  padding: 0.2em 0 0 0;
  color: #e0c68a;
  text-transform: uppercase;
  font-size: 1.875em;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
}

#nav > ul {
  margin-top:50px;
}

#nav ul.sub-menu {
  display:block;
}

#nav li.active ul.sub-menu {
  display:block;
}

#nav a:active {
  color: #fff;
}

#nav a:hover {
  color: #fff;
}

ul.sub-menu {
  margin-left:20px;
}

.has-sub {
  position:relative;
}

.arrow {
  color:#ffebc4;
  font-size:30px;
  display:inline-block;
  margin-left:15px;
  vertical-align:super;
  position:absolute;
  top:3px;
  right:80px;
  display:none;
}

.has-sub:hover > a, .has-sub:hover .arrow {
  color:#fff!important;
}

.arrow:hover {
  cursor:pointer;
}

.tix-btn {
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  width:210px;
  background:#d81214;
  text-align:center;
}

.tix-btn a {
  color:#fff3c8;
  font-size:45px;
  letter-spacing: .05em;
  display:block;
  box-shadow:0 0 2px #000;
  padding:5px 0;
}

.tix-btn:hover {
  background:#fff3c8;
  transition: background 200ms linear;
}

.tix-btn a:hover {
  text-decoration:none;
  color:#d81214;
  transition: color 200ms linear;
}



/*
 SOCIAL ICONS
----------------------- */
.social div {
  display: inline-block;
}

.social div a {
  display: inline-block;
  padding: 0 .25rem;
  height: 1.875rem;
}

.social a:hover {
}

.social a svg {
  display: block;
  width: auto;
  height: 100%;
}

.social a svg path {
  fill: #fff3c8;
  transition: fill .2s;
}

.social a:hover svg path {
  fill: #d81114;
}

.home .social-icons .icon-listen {
  display:none!important;
}


@media (max-width:767px) {

  .logo {
    max-width:116px;
    top:8px;
  }

  .tix-btn a {
    font-size:35px;
    padding:5px 0;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#d81214;
  }

  .tix-btn a:hover {
    color:#fff3c8;
  }

}


@media (max-width:350px) {
  .logo {
    display:none;
  }
}


/*
 FOOTER
 ----------------------------------------------------------------------------*/
footer {
  margin-top:40px;
  text-align: center;
  position:relative;
}


footer p {
  text-align:center;
  font-family: garage-gothic, sans-serif;
  font-weight:normal;
  font-size:110%;
  letter-spacing:.07em;
  line-height:1.2em;
  text-transform:uppercase;
  margin-top:15px;
}

.address-link {
  color:#fff3c8!important;
}

#nrdc {
  position:absolute;
  right:50px;
  bottom:60px;
  width:65px;
}

#bwaygreen {
  position:absolute;
  right:150px;
  bottom:55px;
  width:100px;
}

#music-climate {
  position:absolute;
  right:150px;
  bottom:115px;
  width:100px;
}

@media (max-width:767px) {
  footer {
    margin-bottom:55px;
  }

  .home footer {
    margin-top:20px;
  }

  footer p {
    font-size:100%;
  }

  #nrdc {
    position:relative;
    right:auto;
    bottom:auto;
    margin:0 auto;
    width:45px;
  }

  #bwaygreen {
    position:relative;
    right:auto;
    bottom:auto;
    margin:.75em auto;
  }

  #music-climate {
    position:relative;
    right:auto;
    bottom:auto;
    margin:0 auto;
  }
}

@media (min-width:768px) and (max-width:900px) {
  #bwaygreen {
    right:33px;
    bottom:150px;
  }

  #nrdc {
    right:50px;
    bottom:30px;
  }

  #music-climate {
    right:34px;
    bottom:215px;
  }
}


/*
 CONTENT SECTIONS
 ---------------------------------------------------------------------------*/
.section {
    position:relative;
}

/*
BROADWAY
 ----------------------------------------------------------------------------*/

#home {
  text-align:center;
  position:relative;
}

@media (max-width: 767px) {
  #home {
    min-height:auto;
  }
}

.art {
  width: 90%;
  position: relative;
  z-index: 60;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  margin-top: -270px;
  filter: drop-shadow(0.25em 0.125em 0.25em rgba(0,0,0,.25));
}

@media (max-width: 767px) {
  .art {
    width:100%;
    margin-top: -22%;
  }
  .art.mobile > :first-child img {
    transform: translate(2.3%);
  }
}
@media (min-width:768px) and (max-width:904px) {
  .art {
    max-width:780px;
    margin-top: -18%;
  }
}

.top-quo {
  width: 85%;
  margin: 1.5em auto 0;
  text-align: center;
  max-width: 640px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0.25em 0.125em 0.25em rgba(0,0,0,.75)) brightness(1.1);
}

.home #photos, .tour #photos,.home #photos-new, .tour #photos-new {
  z-index:1;
}


@media (max-width: 767px) {

  .top-quo {
    width:80%;
  }

  .art-rotate.hidden-xs {
    display:none;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .top-quo {
    width:530px;
  }

}

/*
  TICKETS SECTION
----------------------- */
#tickets {
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 3em;
  gap: 0 3em;
  max-width: 1240px;
  margin: 3em auto;
  padding: 0 1.5em;
}
.cal {
  flex: 0 0 calc(66.6667% - 1.5em);
}
#cal {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.page-loaded #cal {
  height: auto;
  padding-bottom: 0;
}
.preload {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.sidebar {
  flex: 0 0 calc(33.3333% - 1.5em);
  min-width: 11em;
  margin-top: 2.25em;
}
.columns {
  flex: 0 0 100%;
  display: flex;
}
@media (min-width: 768px){
  .cal {
    order: 1;
  }
  .sidebar {
    order: 0;
  }
  .columns {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3em;
  }
  #tickets .columns > div {
    flex: 0 0 calc(33.3333% - 1.5em);
  }
  #tickets .columns > div.col-2-3 {
    flex: 0 0 calc(66.6667% - 1.5em);
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 767px){
  #tickets {
    display: block;
    max-width: 22em;
  }
  .columns {
    display: block;
  }
  .sidebar p:last-child,
  .columns > div:not(:last-child) p:last-child {
    margin-bottom: 1.5em;
  }
}

.info h3, .col h3 {
  margin: 0;
  font-size: 1.25em;
}

.info p, .col p {
  font-size: .875em;
}

.info a {
  color:#d81214;
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight:700;
}

.info a:hover {
  color:#fff3c8;
}

@media (max-width:767px) {
  .info {
    text-align:center;
  }
}


.avail-line {
  text-align:center;
  font-family: garage-gothic, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff3c8;
  letter-spacing: .05em;
  padding:10px 0;
  text-transform:uppercase;
  font-size:1.25em;
  line-height:1.2em;
  width:100%;
  margin:0 auto;
}

.avail-line .avail-star {
  color: #d81214;
  font-size: .8em;
  display: inline-block;
  vertical-align: bottom;
}

/* --- MAP ---  */

#map {
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  border: 4px solid #fff3c8;
  background: #fff;
  width: 100%;
  margin: 2em auto;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  filter: saturate(0.625) brightness(0.9375);
  transition: all .2s;
}

#map:hover iframe {
  filter: saturate(0.875) brightness(1);
}

@media (max-width: 767px) {
  #map {
    width:100%;
  }

  #cal-block-sm {
    padding: 0;
  }

  #monthStart, #curMon, .first-date {
    display:none;
  }

  #selected-show, .select-directions {
    background:#d8121a;
    color:#fff3c8;
    text-align:center;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    padding-bottom:20px;
  }

  .select-directions {
    padding:20px 0;
    text-transform: uppercase;
    font-size:24px;
    letter-spacing: .05em;
  }

  .perf-select-line {
    display:block;
    padding:20px 0 5px 0;
    text-transform:uppercase;
    font-size:25px;
    letter-spacing: .05em;
  }

  .perf a {
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color:#fff3c8;
    text-transform:uppercase;
    letter-spacing: .05em;
  }

  .tix-button a {
    width: 100%;
    margin: 5px auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    background:#d8121a;
    display: block;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 38px;
    color:#fff3c8;
    letter-spacing: .05em;
  }

  .tix-button a:hover {
    background:#867261;
  }

  .mbsc-sel-gr-whl {
    border-right:2px solid #83715f;
    background:#fff;
    background:linear-gradient(180deg,rgba(131, 113, 95,.1) 0,rgba(131, 113, 95,.025) 30%,transparent 40%,transparent 70%,rgba(131, 113, 95,.025) 90%,rgba(131, 113, 95,.1));
  }

  .mbsc-mobiscroll .mbsc-sc-whl-gr {
    padding:0em;
    background:linear-gradient(180deg,rgba(131, 113, 95,.3) 0,rgba(131, 113, 95,.1) 30%,transparent 40%,transparent 70%,rgba(131, 113, 95,.1) 90%,rgba(131, 113, 95,.3));
    max-width:700px!important;
  }


  .mbsc-mobiscroll .mbsc-sc-whl-w {
    margin:0;
    border-left:2px solid #d81214;
    border-right:0px;
  }

  .mbsc-mobiscroll .mbsc-sc-whl-l {
    border:0px solid transparent;
    box-shadow:0px 11px 8px -10px rgba(131, 113, 95, .4),
         0px -11px 8px -10px rgba(131, 113, 95, .4);
  }

  .mbsc-mobiscroll .mbsc-sc-itm {
    color:#000;
    font-weight:500;
    font-size:20px;
        font-family: trade-gothic-next-condensed, sans-serif;
  }

  .mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-mobiscroll .mbsc-sc-itm:focus,
  .mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover, .mbsc-mobiscroll .mbsc-sc-itm:focus {
    background:transparent;
  }

  .mbsc-sc-whl-w.mbsc-comp:nth-of-type(2) {
    border-right:2px solid #d8121a;
  }

  .mbsc-sel-gr-whl {
    border-right:0;
  }

  .mbsc-sc-itm {
    font-family:'Trade Gothic LT W05 Bold';
  }
}




/*
 ABOUT
 ----------------------------------------------------------------------------*/

#about {
  padding: 0 1.5em;
}

#about h2 {
  text-align:center;
  margin:0;
  padding:0;
  font-size: 3.25em;
  line-height: .9;
  padding: 0.125em 0;
  margin-bottom: 0.25em;
}

#about h2 sup {
  vertical-align: super;
  font-size: .4375em;
  position: relative;
  top: -0.375em;
  left: -0.125em;
}

.hash {
  text-align:center;
  font-size:140%;
}

.hash h2 {
  margin:10px 0 0;
  padding:0;
}

.hashtag {
  display:inline-block;
  vertical-align:middle;
  position:relative;
  font-weight:normal;
}

.blurb {
  max-width: 1000px;
  margin: 0em auto 4em;
  z-index: 50;
  position: relative;
  text-align: center;
}

.blurb-text p {
  text-align: center;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}

.about-quote {
  text-align:center;
  margin:-1em auto 20px;
  width:60%;
  max-width:700px;
  position:relative;
  z-index:90;
}

.about-img {
  max-width:1200px;
  margin:0 auto;
  position:relative;
}

@media (max-width: 767px) {

  #about h2 {
    font-size: 2.25em;
  }

  .blurb-text p {
    font-size: 1.25em;
  }

  .hash h2 {
    font-size: 1.625em;
  }

  .about-quote {
    top:0;
    width:80%;
  }
}

/*
 TIMELINE
 ----------------------------------------------------------------------------*/
body.about, body.about-timeline {
  background:url('../_img/bg-about.jpg') no-repeat top center #000;
  background-size:cover;
  background-attachment: scroll;
}

body.timeline {
  background:#000;
  overflow-x: hidden;
}

body.timeline footer {
  display:none;
}

.overflow-fix {
  overflow:hidden;
}

#timeline {
  width:80%;
  position:relative;
  margin:0 auto 80px;
  border:5px solid #d81214;
  max-width:900px;
}

#timeline img {
  padding-bottom:40px;
}

#timeline a {
  display:block;
  width:450px;
  padding:0px 0;
  font-size:37px;
  margin:0 auto;
  text-align:Center;
  text-transform:uppercase;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  background:#000;
  position:absolute;
  bottom:-50px;
  left:0;
  right:0;
}

#timeline a span {
  background:#d81214;
  color:#fff3c8;
  width:420px;
  display:block;
  margin:0 auto;
  padding:10px 0;

}

#timeline a span:hover {
  background:#fff3c8;
  color:#d81214;
}

.timeline #spotify, .timeline-panels #spotify {
  display:none;
}

.timeline #content {
  padding-top:0;
}

#scroll {
  position:fixed;
  bottom:20px;
  right:20px;
  color:#fff3c8;
  font-size:14px;
  z-index:10;
  text-transform: uppercase;
  text-align: center;
  line-height:2;
}

#scroll i {
  font-size:35px;
}

#time-nav {
  position:fixed;
  bottom:50px;
  left:0px;
  right:0px;
  z-index:10;
  width:60%;
  margin:0 auto;
  max-width:980px;
  display:flex;
  justify-content: space-between;
}

.nav-line {
  height:3px;
  background:#eedcb2;
  width:100%;
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  margin:auto;
  z-index:1;
}

.time-nav-item {
  width:15px;
  height:15px;
  border-radius:15px;
  display:inline-block;
  background:#eedcb2;
  margin-top:2px;
  z-index:2;
  position:relative;
}


.time-nav-item:hover, .time-nav-item.active {
  cursor:pointer;
  background:#d81214;
}

.scroll-arrow {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  z-index:10000;
}

.timeline .preload {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1!important;
  display: block;
  width: 150px;
  height: 150px;
  z-index: 100;
}

.bounce {
      animation-name: bounce;
      animation-timing-function: ease;
      animation-duration: 2s;
      animation-iteration-count: infinite;
  }

  @keyframes bounce {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(-10px); }
      100% { transform: translateY(0); }
  }

/* VIDEO BG */
#train {
  height:130000px;
  position:relative;
}

.item-wrap {
  position:fixed;
  height:100vh;
  width:100%;
  z-index:4;
}

#train .tracks {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:0;
  width:100%;
  z-index:1;
}

.box {
  width:80%;
  z-index:5;
  max-width:700px;
  height:80vh;
  position:absolute;
  left:0; right:0; bottom:0;
  margin:auto;
  transform: scale(0.4);
  top:-110vh;
  filter: blur(1.5rem);
  opacity:0;
}

.box-new {
  width: 80%;
  max-width:675px;
  margin: auto;
  position: relative;
  height:100%;
}

.box-new img {
  margin-top:15%;
}

.box-new a {
  display:block;
  position: relative;
  z-index:10000;
}

.box1 {
  transform: scale(1);
  top:0;
  filter: blur(0rem);
  opacity:1;
}

#container {
  position:relative;
  z-index:10;
  opacity:0;
  transition: opacity .8s ease-in-out;
}

#container.ready {
  opacity:1;
}


#item1out {
  z-index:1;
  top:3.5%;
  position:absolute;
}

#item2 {
  z-index:1;
  top:5.25%;
  position:absolute;
}

#item2out {
  z-index:1;
  top:10.5%;
  position:absolute;
}

#item3 {
  z-index:1;
  top:12.25%;
  position:absolute;
}

#item3out {
  z-index:1;
  top:17.5%;
  position:absolute;
}

#item4 {
  z-index:1;
  top:19.25%;
  position:absolute;
}

#item4out {
  z-index:1;
  top:24.5%;
  position:absolute;
}

#item5 {
  z-index:1;
  top:26.25%;
  position:absolute;
}

#item5out {
  z-index:1;
  top:31.5%;
  position:absolute;
}

#item6 {
  z-index:1;
  top:33.25%;
  position:absolute;
}

#item6out {
  z-index:1;
  top:38.5%;
  position:absolute;
}

#item7 {
  z-index:1;
  top:40.25%;
  position:absolute;
}

#item7out {
  z-index:1;
  top:45.5%;
  position:absolute;
}

#item8 {
  z-index:1;
  top:47.25%;
  position:absolute;
}

#item8out {
  z-index:1;
  top:52.5%;
  position:absolute;
}

#item9 {
  z-index:1;
  top:54.25%;
  position:absolute;
}

#item9out {
  z-index:1;
  top:59.5%;
  position:absolute;
}

#item10 {
  z-index:1;
  top:61.25%;
  position:absolute;
}

#item10out {
  z-index:1;
  top:66.5%;
  position:absolute;
}

#item11 {
  z-index:1;
  top:68.25%;
  position:absolute;
}

#item11out {
  z-index:1;
  top:73.5%;
  position:absolute;
}

#item12 {
  z-index:1;
  top:75.25%;
  position:absolute;
}

#item12out {
  z-index:1;
  top:80.5%;
  position:absolute;
}

#item13 {
  z-index:1;
  top:82.25%;
  position:absolute;
}

#item13out {
  z-index:1;
  top:87.5%;
  position:absolute;
}


#item14 {
  z-index:1;
  top:89.25%;
  position:absolute;
}

#item14out {
  z-index:1;
  top:94.5%;
  position:absolute;
}


#item15 {
  z-index:1;
  top:96.25%;
  position:absolute;
}



@keyframes zoomInDown {
  from {
    transform: scale(0.4);
    top:-110vh;
    filter: blur(1.5rem);
    opacity:0;
  }

  100% {
    transform: scale(1);
    top:20px;
    filter: blur(0rem);
    opacity:1;
  }
}

@keyframes zoomOutUp {
  from {
    transform: scale(1);
    top:20px;
    filter: blur(0rem);
    opacity:1;
  }

  100% {
    transform: scale(0.4);
    top:-110vh;
    filter: blur(1.5rem);
    opacity:0;
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1);
    top:20px;
    filter: blur(0rem);
    opacity:1;
  }

  100% {
    transform: scale(3);
    top:250vh;
    filter: blur(2.5rem);
    opacity:0;
  }
}

@keyframes zoomBack {
  from {
    transform: scale(3);
    top:250vh;
    filter: blur(2.5rem);
    opacity:0;
  }

  100% {
    transform: scale(1);
    top:20px;
    filter: blur(0rem);
    opacity:1;
  }
}


.zoomInDown {
  animation: zoomInDown 2s ease-in-out 1 forwards;
}

.zoomOutUp {
  animation: zoomOutUp 2s ease-in-out 1 forwards;
}

.zoomOut {
  animation: zoomOut 2s ease-in-out 1 forwards;
}

.zoomBack {
  animation: zoomBack 2s ease-in-out 1 forwards;
}

@media (min-width:768px) and (max-width:1000px) {
  #timeline a {
    width:350px;
    font-size:32px;
  }

  #timeline a span {
    width:320px;
  }

  #time-nav {
    width:80%;
  }
}

@media (min-width:767px) and (max-width:900px) {
  #train .tracks {
    width:200%;
    left:-50%;
    top:15%;
  }

  .box-new img {
    margin-top:30%;
  }

}

@media (max-width:767px) {
  .timeline .preload {
      width:75px;
      height:75px;
  }

  #timeline {
    width:95%;
  }

  #timeline a {
    width:250px;
    font-size:22px;
    bottom:-34px;
  }

  #timeline a span {
    width:220px;
  }

  #time-nav {
    width:95%;
    bottom:75px;
  }

  .time-nav-item {
    width:10px;
    height:10px;
    border-radius:10px;
  }

  .nav-line {
    height:1px;
  }

  #train .tracks {
    width:200%;
    left:-50%;
    top:15%;
  }

  .box {
    width:98%;
    height:50vh;
  }

  .box-new {
    width:100%;
  }

  .box-new img {
    margin-top:38%;
  }

  .scroll-arrow {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
  }

}

@media (min-width:1400px) {
  .box-new {
    max-width:800px;
  }

  .box-new img {
    margin-top:9%;
  }
}

@media (min-height:800px) and (min-width:1400px) {
  .box-new img {
    margin-top:17%;
  }
}

@media (min-width:2000px) {
  .box-new {
    max-width:1000px;
  }

  .box-new img {
    margin-top:9%;
  }
}

@media (min-height:800px) and (min-width:2000px) {
  .box-new img {
    margin-top:13%;
  }
}

@media (max-height:650px) and (min-width:767px) {
  .box-new {
    max-width:500px;
  }
}

/*
 CAST
 ----------------------------------------------------------------------------*/

#cast p {
  text-align:center;
  margin:1em auto;
}

#creative-block, #tour-cast-block {
  display:none;
}

#bios-block {
  display:none;
}

.ensemble-block {
  width:70%;
  margin:0 auto;
}

.page-nav {
  text-align:center;
  text-transform:uppercase;
  font-size:150%;
  border-top:1px solid rgba(189, 39, 46, 1);
  border-bottom:1px solid rgba(189, 39, 46, 1);
  width:90%;
  margin:1em auto 0;
  opacity:0;
}

.gal-loaded .page-nav, .bio-loaded .page-nav {
  opacity:1;
}

.buzz .page-nav {
  opacity:1;
}

.page-nav h2 {
  padding-bottom:0;
  margin-top:2px;
  font-size:175%;
}

.page-nav a {
  color:#fff3c8;
}

.creative-link.active, .cast-link.active, .creative-link:hover, .cast-link:hover, .tour-cast-link:hover, .tour-cast-link.active {
  color:#d81214;
}

@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(0deg);}
    50%{-webkit-transform: rotate(3deg)}
    100%{-webkit-transform: rotate(0deg);}
}

@keyframes swinging{
    0%{transform: rotate(0deg);}
    50%{transform: rotate(3deg)}
    100%{transform: rotate(0deg);}
}


#cast-bios,
#creative-bios,
#tour-cast-bios {
 text-align: center;
 font-family: garage-gothic, sans-serif;
 font-weight: 700;
 text-transform: uppercase;
}

#cast-bios, #tour-cast-bios {
  margin-top:0em;
  padding-left:0%;
}

#creative-bios {
  margin-top:2em;
}

.cast-member {
 position: relative;
 display: inline-block;
 padding: 1.5%;
 text-align: center;
 line-height: 1.2em;
 cursor: pointer;
 width: 23%;
 margin: 0;
 vertical-align: top;
 color: #fff;
 letter-spacing: .025em;
}

#cast-bios .actor-2 .role-deets,
#cast-bios .actor-4 .role-deets,
#cast-bios .actor-5 .role-deets {
  visibility: hidden;
  position: absolute;
}

.role-deets {
  color: #fff3c8;
  font-weight: bold;
  font-size: .75em;
  line-height: 1.5;
  margin-top: -0.125em;
  font-size: 20px;
}

@media (max-width: 999px) {
  .role-deets {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .role-deets {
    font-size: 5vw;
  }
}

#tour-cast-bios .cast-member,
#cast-bios .cast-member {
  width:29%;
}

#cast-bios .cast-member.actor-5:nth-of-type(2), #tour-cast-bios .cast-member.actor-5:nth-of-type(2) {
  display:none;
}

#cast-bios .cast-member.ensemble, #tour-cast-bios .cast-member.ensemble {
  width:26%;
}

#cast-bios .cast-member, #tour-cast-bios .cast-member {
  font-size:1.375em;
  line-height:1em;
  letter-spacing: .0125em;
  -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    margin-top:.625em;
}

#cast-bios .cast-member .cast-image,
#tour-cast-bios .cast-member .cast-image {
  opacity:1;
}

#cast-bios .cast-member.ensemble:hover .cast-image, 
#tour-cast-bios .cast-member.ensemble:hover .cast-image {
  opacity:.85;
}

#cast-bios .cast-member.lead:nth-of-type(3),
#tour-cast-bios .cast-member.lead:nth-of-type(3) {
  transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
}

#cast-bios .cast-member.lead:nth-of-type(5),
#tour-cast-bios .cast-member.lead:nth-of-type(4),
#cast-bios .cast-member.lead:nth-of-type(8):hover {
  transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
}

#cast-bios .cast-member.lead:nth-of-type(1):hover,
#cast-bios .cast-member.lead:nth-of-type(5):hover,
#cast-bios .cast-member.lead:nth-of-type(4):hover,
#cast-bios .cast-member.lead:nth-of-type(7):hover,
#tour-cast-bios .cast-member.lead:nth-of-type(1):hover,
#tour-cast-bios .cast-member.lead:nth-of-type(5):hover
 {
  transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -webkit-transform:rotate(3deg);
      opacity:1;
}

#cast-bios .cast-member.lead:nth-of-type(2):hover,
#tour-cast-bios .cast-member.lead:nth-of-type(2):hover {
  transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
      opacity:1;
}

#cast-bios .cast-member.lead:nth-of-type(3):hover,
#tour-cast-bios .cast-member.lead:nth-of-type(3):hover,
#tour-cast-bios .cast-member.lead:nth-of-type(4):hover  {
  transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
      opacity:1;
}

#cast-bios .cast-member.lead:nth-of-type(6):hover,
#cast-bios .cast-member.lead:nth-of-type(6):hover {
  transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
      opacity:1;
}

#cast-bios .cast-member:hover .cast-name,
#tour-cast-bios .cast-member:hover .cast-name {
  color:#d81214;
}


#cast-bios .lead .cast-name, #cast-bios .lead .cast-role,
#tour-cast-bios .lead .cast-name, #tour-cast-bios .lead .cast-role {
  display:none;
}

#creative-bios {
  margin-top:3em;
}

.cast-member strong {
 display: block;
 text-transform: uppercase;
}

.cast-thumb {
 width: 100%;
 height: auto;
}

.cast-member img {
 width: 100%;
 height: auto;
 padding: 4px;
}

.cast-image {
 position: relative;
}

#creative-bios .cast-name {
 margin-top:0em;
}

#creative-bios .cast-member {
  font-size: 140%;
  line-height: 1em;
}

.cast-name {
 margin-top: .75em;
 font-weight:bold;
}

#cast-bios .cast-name, #tour-cast-bios .cast-name {
  margin-top:.1em;
}

.cast-role em, .cast-role, .castinfo h3 em {
 font-style: normal;
}

.cast-role {
  color:#d81214;
}

#cast-bios .cast-role, #tour-cast-bios .cast-role {
  font-size:85%;
}

.cast-name {
  color:#fff3c8;
}

.castpic {
  text-align:center;
  max-width: 320px;
  margin:0 auto .5em;
}

.castpic.lead-img {
  width: 80%;
  min-width: 250px;
  max-width: 400px;
}

.addtl {
  text-align:center;
  text-transform:uppercase;
}

@media (max-width: 1399px) {
 .cast-member {
   font-size: 18px;
   font-size: 1.6vw;
 }
}

@media (min-width: 1400px) {
 .cast-member {
   font-size: 1vw;
 }
 #cast.creative-bump {
   background-size:cover;
 }
}

@media (max-width: 1200px ) {
 .cast-member {
   width: 28%;
 }
}

@media (max-width: 991px ) {
 .cast-member {
   width: 27%;
   font-size: 18px;
   font-size: 1.75vw;
 }
}

@media (max-width: 767px ) {
  .page-nav h2 {
    font-size:90%;
    margin:4px 0 3px;
  }

  .page-nav {
    width:90%;
  }

 .cast-member {
   width: 50%;
   margin: 1% 2%;
   font-size: 18px;
   font-size: 2.5vw;
 }

 .castpic {
   max-width:100%;
 }

  #cast-bios .cast-member,
  #tour-cast-bios .cast-member {
    width: 55%;
    min-width: 240px;
    max-width: 350px;
  }

  .cast-announce {
    width:85%;
  }

  .cast-member:nth-of-type(19), .cast-member:nth-of-type(20), .cast-member:nth-of-type(21), .cast-member:nth-of-type(22) {
    width:50%;
  }

  #cast-bios .cast-member.ensemble, #tour-cast-bios .cast-member.ensemble {
    width:45%;
    min-width: 0px;
  }

  .ensemble-block {
    width:95%;
  }
}

@media (max-width: 500px ) {
  .cast-member {
    width: 54%;
    font-size: 3.25vw;
  }
}

/*
MEDIA
 ----------------------------------------------------------------------------*/
#media {
  position:absolute;
  top:18em;
  height:5px;
  width:5px;
}


.flickity-button {
  background: rgba(255, 255, 255, 0.6);
}

.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  border-radius:0;
}

.flickity-prev-next-button.next {
    right: 0px;
}

.flickity-prev-next-button.previous {
    left: 0px;
}

.flickity-button-icon {
  fill: #d81214;
}

.flickity-button:disabled {
  display: none;
}

.flickity-button:hover {
    background: rgba(255, 238, 192, 1);
    cursor: pointer;
}

.main-carousel {
  width:100%;
  height:auto;
  margin:9em auto 1em;
  max-width:1100px;
}

.carousel-cell {
  width:50%;
  border-bottom:1px solid rgba(197, 0, 0, 0.25);
}

.grid-cell {
  text-align:center;
  position:relative;
}

.quote-cell {
  font-size:4.2vw;
  line-height:1em;
}

.quote-cell .mid {
  font-size:125%;
}

.quote-cell .lg {
  font-size:145%;
}

.quote-cell .sm {
  font-size:80%;
}

.quote-text {
  padding-top:2em;
  display:block;
  text-align:center;
  font-family:'Gothic No13 W01 Regular';
  line-height:1.1em;
}

.quote-text em {
  font-family:'Gothic No13 W01 Regular';
}

.quote-text img {
  display:block;
  margin:0 auto;
  max-width:110px;
}

.quote-text img.nyt {
  max-width:210px;
}

.quote-text .cite {
  display:block;
  font-family: garage-gothic, sans-serif;
  font-size:50%;
  text-shadow:none;
  font-style:none!important;
  font-weight:normal;
  margin-top:-10px;
}

.quote-text .quo {
  font-size:70%;
  display:inline-block;
  vertical-align: text-top;
  margin-top:-10px;
}

cite {
  font-style:none!important;
}

.read-more {
  position:absolute;
  bottom:10px;
  right:0px;
  left:0px;
  display:block;
  color:#fff;
  font-size:2.5vw;
}

.news-img {
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

.news-title {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  background:rgba(0,0,0,.8);
  padding:.5em;
}

.news-title h3 {
  font-size:1.9vw;
  text-transform:uppercase;
  max-width:55%;
  margin:0 auto;
  padding:0;
  font-weight:normal;
}

.news-title h3 em, .news-title h3 i {
  font-family: garage-gothic, sans-serif;
  font-style:italic!important;
  font-synthesis: style;
}

.source {
  text-transform:uppercase;
  font-style:normal;
  font-size:1.5vw;
}

.news .grid-cell.tl, .news .grid-cell.bl {
  border-right: 1px solid #333;
}

.archive {
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-size:30px;
  font-family:garage-gothic, sans-serif;
  font-weight:700;
  background:#d81214;
  color:#fff3c8;
  letter-spacing: .05em;
  width:200px;
  margin:0 auto 1.5em;
}

.archive:hover {
  background:#fff3c8;
  color:#d81214;
  transition: background 200ms linear;
}

#news-block {
  display:none;
}

.reviews-link.active, .news-link.active, .reviews-link:hover, .news-link:hover {
  color:#d81214;
}

#news-items {
  display:block;
  width:90%;
  margin:2em auto;
  max-width:1200px;
}

#news-items-hide {
  display:none;
}

.news-page #content {
  margin:4em auto;
}

.news-item {
  width: calc(33.3333% - 1em);
  float:left;
  position:relative;
  font-family: garage-gothic, sans-serif;
  letter-spacing:.05em;
  text-align:center;
  margin:.5em;
  border:1px solid rgba(189, 39, 46, 0.5);
  background:rgba(0,0,0,.8);
}

.news-item .source {
  display:block;
}

.news-item img {
  position:relative;
}

.news-item .news-title {
  position:relative;
}

.news-item .news-title h3 {
  max-width:100%;
}

.news-item a {
  display:block;
  font-size:130%;
}

.news-item:hover .source {
  color:#fff3c8;
}

.news-item:hover img {
  opacity:.85;
}

@media (max-width: 767px) {
  .carousel-cell {
    width:100%;
  }

  .quote-cell {
    font-size:8.2vw;
  }

  .read-more {
    font-size:5.5vw;
  }

  .news-title h3 {
    font-size: 5vw;
  }

  .source {
    font-size:3.5vw;
  }

  .news-item {
    width:95%;
    float:none;
    margin:1em auto;
  }

  .news-item .news-title h3 {
    max-width:80%;
  }

  #media-section {
    background:url("https://t2pn4200-a.akamaihd.net/cdn/websites/hadestown/_img/media-bg-sm3.png") no-repeat top center;
    background-size:cover;
    margin-top:-21em;
    padding-top:15em;
    z-index:30;
  }

  #media-section h1 {
    top:9em;
  }

  .main-carousel {
    margin-top:11em;
    max-width:90%;
  }
}

@media (min-width:1300px) {
  .news-title h3 {
    font-size:26px;
    max-width:75%;
  }

  .news-item .news-title h3 {
    max-width:90%;
  }

  .source {
    font-size:16px;
  }

  .quote-cell {
    font-size:60px;
  }

  .read-more {
    font-size:30px;
  }

  .main-carousel {
    margin-top:15em;
    border:1px solid rgba(197, 0, 0, 0.25);
  }

  .quote-cell {
    background:rgba(0,0,0,.3);
  }

}


/*
GALLERY
----------------------------------------------------------------------------*/
.media-wrap {
    position: relative;
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
}

.preload {
  width:90px;
  opacity:.5;
  margin-top:20px;
}

.height-fix {
  height:auto!important;
  overflow:visible!important;
}

#fanart-block {
  display:none;
  margin-top:1em;
}

.photos-block {
  display:none;
}

.news-block, .videos-block {
  visibility:hidden;
  height:0;
  overflow:hidden;
  text-align:center;
}

.show-block {
  visibility:visible;
}

#vid_frame {
  min-height:500px;
  width:100%;
}

.videos-link.active, .photos-link.active, .fanart-link.active, .videos-link:hover, .photos-link:hover, .fanart-link:hover {
  color:#d81214;
}

.videos-block, .photos-block {
    text-align: center;
}

.video-item {
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.video-item img.video-overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    display: block;
}
.video-item:hover img.video-overlay {
    opacity: .7;
}

#video-display {
    margin: 0 auto 30px;
}
#video-display iframe {
    display: block;
}
.photo-item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 3px;
}
#photo-display img {
    background-size: 100% 100%;
}


.modal-video, .modal, .blocker {
  z-index:1000000000000000;
}

.modal-video {
  background-color: rgba(0,0,0,0.7);
}

.modal-video-body {
  max-width:1200px;
  width: 80%;
}

.non-gallery .vid-play {
  display:none;
}

#gallery {
  overflow:hidden;
  position:relative;
  max-width:992px;
  margin:0 auto 6em;
}

#cast, #buzz {
  max-width:992px;
  margin:0 auto 25px;
}

.page-loaded #gallery {
  border:0px solid #68778f;
  opacity: 1;
}

#gallery .slick-track {
  background: #000;
}

#gallery .slick-slider {
  width:100%!important;
}

#gallery .photos-block .slick-slider {
  width:90%!important;
  max-height:514px;
}

#gallery-images a {
  outline: none;
}

#gallery-images a:hover {
  cursor:pointer;
}

#gallery-images a img.vid-thumb {
  opacity: .4;
  position:absolute;
}

#gallery-images .slick-slide a img.vid-thumb {
  position:relative;
}

#gallery-images .slick-active a img.vid-thumb {
  opacity: .9;
  transition: opacity .2s;
}

#gallery-images .slick-active a:hover img.vid-thumb {
  opacity: 1;
}

#gallery-images .slick-active a:hover {
  background: #fff;
}

#gallery-images .slick-active a:hover img.vid-thumb {
  opacity: 1;
}

#gallery-prev,
#gallery-next {
  background-color: #68778f;
  cursor: pointer;
}

.arrow-l,
.arrow-r {
  background: url(../_img/arrows-lr4.png) no-repeat #000;
  background-size: 200% auto;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index:10;
}

.arrow-l {
  background-position: left top;
  left: 0;
}

.arrow-r {
  background-position: right top;
  right: 0;
}

.arrow-l:hover {
  background-position: left bottom;
  cursor: pointer;
  background-color: #000!important;
}

.arrow-r:hover {
  background-position: right bottom;
  cursor: pointer;
  background-color: #000!important;
}

.slider, .slider-nav, .vid-nav {
  display:none;
}

.slick-initialized {
  display: block;
}

.slick-slider {
  width: 70%;
  margin: 0 auto;
  overflow:hidden;
}

.slick-slide img {
  width:100%;
  height:auto;
}


#main-img .slick-slide {
  max-height:514px;
  position:relative;
}

.caption {
  position:absolute;
  right:10px;
  bottom:10px;
}

.slider-nav, .vid-nav {
  border-top:1px solid rgba(189, 39, 46, 1);
  border-bottom:1px solid rgba(189, 39, 46, 1);
  margin:10px auto;
}

.slider-nav .slick-slide img, .vid-nav .slick-slide img {
  padding:0 2px;
  opacity:.7;
}

.slider-nav .slick-current-highlight img, .vid-nav .slick-current-highlight img {
  opacity:1;
}

.slider-nav .slick-slide:hover, .vid-nav .slick-slide:hover {
  cursor:pointer;
}

.slider-nav .slick-slide:hover img, .vid-nav .slick-slide:hover img {
  opacity:1;
}

.slider-nav .slick-slide:focus, .vid-nav .slick-slide:focus {
  outline:none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.media-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.media-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  border:none;
}

@media (max-width:767px) {
  #vid_frame {
    min-height:300px;
  }
}


/*
 FANART
 ----------------------------------------------------------------------------*/

#fanart {
  position: relative;
  z-index: 20;
}

#fanart h2 {
  text-align:center;
}

#art-cols {
  width:85%;
  max-width:1200px;
  margin:0 auto;
}

.col1, .col2, .col3, .col4 {
  width:25%;
  float:left;
  text-align:center;
}

.col1 {
  padding:0 1em 0 2em;
}

.col2, .col3 {
  padding:0 1em 0;
}

.col4 {
  padding:0 2em 0 1em;
}

#art-cols a {
  margin-bottom:10px;
  display:block;
}

@media (max-width: 767px) {
  #art-cols {
    width:95%;
  }

  .col1, .col2, .col3, .col4 {
    width:50%;
  }

  .col1, .col3 {
    padding:0 1em 0 2em;
  }

  .col2, .col4 {
    padding:0 2em 0 1em;
  }
  .col4 {
    margin-top:-10em;
  }
}

@media (max-width:600px) {
  .col4 {
    margin-top:-7em;
  }
}

@media (max-width:480px) {
  .col4 {
    margin-top:-5em;
  }
}



/*
 REVIEWS
 ----------------------------------------------------------------------------*/

 .review {
   text-align:center;
   text-transform:uppercase;
 }

 .review-txt > span {
   text-align:center;
   text-transform:uppercase;
   font-size:4em;
   line-height:.85em;
   font-family: garage-gothic, sans-serif;
   font-weight: 700;
   display:block;
 }

 .review-txt.mid-size > span {
   font-size:3em;
 }

 .review-txt.multi-line > span {
   font-size:2.5em;
 }

 .review-txt span.smaller {
   font-size:60%;
   line-height:1em;
   display:inline-block;
 }

 .stars {
   display:block;
   margin-bottom:5px;
 }

 .review-txt em {
    font-family: garage-gothic, sans-serif;
 }

.review-txt cite {
  display:block;
  font-family: garage-gothic, sans-serif;
  font-size:1.5em;
  text-shadow:none;
  font-style:normal!important;
  font-weight:normal;
  text-transform:none;
  text-align:center;
}

.oneline-pad {
  padding:2em 0;
}

.twoline-pad {
  padding:1.5em 0;
}

#reviews-block .row {
  margin-top:2em;
  margin-bottom:2em;
}

.post-open #reviews-block .row {
  margin:4em 0;
}

.top-quote {
  max-width:60%;
  margin:1em auto 2em;
}

.tilt-left {
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.tilt-right {
  transform: rotate(1.5deg);
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
}

.ani1, .ani2, .ani3, .ani4, .ani5, .ani6, .ani7, .ani8, .ani9 {
  opacity:0;
}

@keyframes quotefade {
 from {
   opacity:0;
 }
 to {
   opacity:100;
 }
}

.ani1 {
  animation: quotefade 1.5s ease 0s forwards;
}

.ani2 {
  animation: quotefade 1.5s ease .75s forwards;
}

.ani3 {
  animation: quotefade 1.5s ease 1.75s forwards;
}

.ani4 {
  animation: quotefade 1.5s ease 2.75s forwards;
}

.ani5 {
  animation: quotefade 1.5s ease 3.75s forwards;
}

.ani6 {
  animation: quotefade 1.5s ease 4.75s forwards;
}

.ani7 {
  animation: quotefade 1.5s ease 5.75s forwards;
}

.ani8 {
  animation: quotefade 1.5s ease 6.75s forwards;
}

.ani9 {
  animation: quotefade 1.5s ease 7.75s forwards;
}

.mobile-imgs {
    position: relative;
    width: 100%;
}

.mobile-imgs > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align:center;
}

.big-photo {
   z-index:1;
   width:90%;
   display:block;
}

@media (min-width:768px) and (max-width:1020px) {
  .review-txt > span {
    font-size:2.8em;
  }

  .review-txt.mid-size > span {
    font-size:2.25em;
  }

  .review-txt.multi-line > span {
    font-size:1.9em;
  }

  .review-txt cite {
    font-size:1.25em;
  }
}

@media (max-width:767px) {
  .img-col {
    display:none;
  }

  .top-quote {
    max-width:100%;
    margin:0 auto -2em;
  }

  .post-open #reviews-block .row {
    margin:0;
  }

  .post-open .col-sm-6, .post-open .col-sm-12 {
    margin:2em 0;
  }

  .review-txt > span {
    font-size:3em;
  }

  .review-txt.mid-size > span {
    font-size:2.5em;
  }

  .review-txt.multi-line > span {
    font-size:2em;
  }

  .review-txt cite {
    font-size:1.25em;
  }

 .ani1, .ani2, .ani3, .ani4, .ani5, .ani6, .ani7, .ani8, .ani9 {
   opacity:0;
   animation: quotefade 1.5s ease 0s forwards;
 }
}

/*
 SIGN UP MODAL
 ----------------------------------------------------------------------------*/
#popup, #tour-popup {
    display: none;
    position: fixed;
    z-index: 10000000;
    text-align: center;
    top:46%;
    left:46%;
    margin:-100px 0 0 -150px;
    background:#000;
    width:430px;
    height:225px;
    padding:20px;
    box-shadow: 0px 0px 15px #040420;
    border: 2px solid #fff3c8;
}

#video-popup {
    display: none;
    position: fixed;
    z-index: 10000000;
    text-align: center;
    width:90%;
    height:auto;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.vid-wrap {
  width:95%;
  height:95%;
  margin-top:2.5%;
  margin-left:2.5%;
  z-index:50;
  position:relative;
}

.vid-wrap iframe {
  width:100%;
  height:100%;
}

#tour-popup {
  height:265px;
}

#popup-bg, #tour-popup-bg {
  display:none;
  position:fixed;
  width:100%;
  height:100%;
  z-index:1000000;
  background:rgba(0, 0, 0, .8);
  top:0;
  left:0;
}

#popup h2, #tour-popup h2 {
    font-size:28px;
    color:#fff3c8;
    text-transform:uppercase;
    text-align:center;
    margin-top:22px;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom:0;
    padding-bottom:0;
}

#popup h2 span, #tour-popup h2 span {
  color:#d81214;
}

#popup a.close-popup, #tour-popup a.close-popup, #video-popup a.close-popup {
    font-size:20px;
    color:#fff;
    line-height: .65em;
    position:absolute;
    top:10px;
    right:10px;
    z-index:100;
    -webkit-transition: .25s ease;
            transition: .25s ease;

}

#video-popup a.close-popup {
  font-size:40px;
}


#popup a.close-popup:hover, #tour-popup a.close-popup:hover, #video-popup a.close-popup:hover {
    color:#d81214;
}

@media (max-width:768px) {
  #popup, #tour-popup {
    width:310px;
    /*height:270px;*/
    height:200px;
    padding:10px;
    top:49%;
    left:48.5%;
  }

  #tour-popup {
    height:250px;
  }

  #popup h2, #tour-popup h2 {
    font-size:22px;
    margin-top:20px;
  }

  #tour-popup h2 {
    margin-top:30px;
  }

  #video-popup a.close-popup {
    font-size:60px;
  }
}


/*
 OPT-IN FORM
 ----------------------------------------------------------------------------*/

.form-overlay {
    position:fixed;
    background:rgba(0,0,0,.65);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:500;
}

.signup-open .form-overlay {
  display:block;
}

#opt-in-form {
    margin: 15px auto !important;
    text-align: center;
}

#opt-in-form label, #password-protect label {
    display: block;
}

#opt-in-form input, #password-protect input {
    /*display: inline;*/
    width:200px;
    padding:.25em;
    font-size:22px;
    color:#000;
    border:0px;
    text-align:center;
    display:block;
    margin:0 auto 5px;
    font-family: garage-gothic, sans-serif;
    font-weight: normal;
    text-transform:uppercase;
  }

.submit, #password-protect .submit {
  background:#d81214;
  color:#fff3c8;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  border:1px;
  padding:.1em;
  width:200px;
  font-size:30px;
}

.submit:hover {
  color:#d81214;
  background:#fff3c8;
  transition: all 200ms linear;
  cursor:pointer;
}

#subscribe {
    display: block;
}

#subscribe input.error::-webkit-input-placeholder {
   font-weight:bold;
}

#subscribe input.error:-moz-placeholder { /* Firefox 18- */
   font-weight:bold;
}

#subscribe input.error::-moz-placeholder {  /* Firefox 19+ */
   font-weight:bold;
}

#subscribe input.error:-ms-input-placeholder {
   font-weight:bold;
}

@media (max-width: 767px) {
    #opt-in-form input {
        display: block;
        margin: 0 auto 5px;
    }
}


/*
 MODAL
 ----------------------------------------------------------------------------*/

.modal {
  display: block;
  position: fixed;
  top: 36%;
  left: -250%;
  right:0%;
  bottom: 36%;
  margin-left:auto;
  margin-right:auto;
  height: 19em;
  width: 42em;
  transition: left 1s;
  z-index: 1000000;
  background:#000;
  box-shadow:0px 0px 15px #040420;
  border: 2px solid #fff3c8;
  font-size: 1rem;
}

.signup-open #popup-email  {
  left:0%;
}

.modal-close {
  position: absolute;
  top:1px;
  right: 10px;
  z-index: 1000;
  font-size:25px;
  color:#d81214;
}

.modal-close:hover {
  color:#fff3c8;
}

.modal-block {
  width:80%;
  margin:1.875em auto 0;
  text-align:center;
  text-transform:uppercase;
  font-size:160%;
}

h3.form-thanks {
  font-size:26px;
  padding:0;
  color:#fff3c8;
}

#tour-popup h3.form-thanks {
  color:#d81214;
}

.form-thanks span {
  font-size:80%;
  line-height: 1em;
  display: block;
}

.modal-block em {
  font-family: garage-gothic, sans-serif
}

@media (max-width:479px){
  .modal {
    font-size: 4vw;
  }
}

.modal-block h2 {
  color:#fff3c8;
  font-size:125%;
  line-height:.9em;
  margin:0;
}

.modal-block h2 span.sm-text {
  font-size:70%;
  line-height:1.1;
  display:inline-block;
}

.modal-open {
	overflow: hidden;
}

.modal-body {
	height:100%;
    text-align: center;
    position: relative;
    padding: 1em;
}

@media (max-width:767px) {
    .modal {
      width:22em;
      height:22em;
      top:26%;
    }
}

.early {
  color:#d81214;
}


/*
 UPGRADE PAGE
 ----------------------------------------------------------------------------*/
#upgd_content {
    text-align: center;
}

#upgd_content .msgbox {
    margin: 20px auto;
    padding: 10px;
}

.msgbox h2 {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-size:170%;
}

.msgbox p {
  text-align:center;
  font-size:110%;
}

.upgd-art {
  padding:0 1em;
}

body.upgrade-page {
  padding-top:30px;
}

/*
 PRIVACY
 ----------------------------------------------------------------------------*/

#privacy.container {
  padding:0 1em;
}

#privacy #content {
  width:80%;
  max-width:1000px;
  margin:3em auto;
}

#privacy h1 {
  margin-bottom:1.5em;
  text-align: center;
  text-transform: uppercase;
}

#privacy h2, #privacy h3 {
  text-transform:uppercase;
}

#privacy p, #privacy ul {
  font-size:110%;
}

#privacy table td {
  border:1px solid #fff3c8;
}

#privacy table {
  margin-bottom:2em;
}

#privacy tr td:first-of-type {
   width: 20%;
   padding: 10px;
   border: 1px solid #fff3c8;
}

#privacy tr td:nth-of-type(2) {
   width: 30%;
   padding: 10px;
   border: 1px solid #fff3c8;
}

#privacy table p {
 padding-bottom:0;
}

#privacy ul {
  list-style-type: disc;
  margin:-10px 0 20px 20px;
  list-style-position: inside;
}

#privacy ul li {
  margin-bottom:10px;
}

@media (max-width:767px) {
  #privacy #content {
    width:100%;
  }

  #privacy p, #privacy ul {
    font-size:100%;
  }

  #privacy h1 {
    font-size:28px;
  }

  #privacy h2 {
    font-size:24px;
  }

  #privacy h3 {
    font-size:20px;
  }
}

#nrdc-block {
  font-size:110%;
  margin-top:1em;
}

#nrdc-block p {
padding-bottom:.75em;
}

#nrdc-block ul {
  margin-bottom:1.75em;
  list-style-type: disc;
  list-style-position: inside;
  margin-left:1em;
}

#nrdc-block li {
  margin-bottom:3px;
}

.tour-link {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight:700;
  font-size:140%;
  margin-bottom:10px;
  margin-top:5px;
  display:inline-block;
}

  /*
   MUSIC PAGE
   ----------------------------------------------------------------------------*/
  #music {
      max-width: 992px;
      margin: 0 auto;
  }

  #music h1 {
    font-size: 2.5em;
    line-height: .9;
    padding: 0.125em 0;
  }

  #music h1 cite {
    font-style:normal;
    font-size:60%;
    display:block;
    margin-top:3px;
    letter-spacing:0;
    font-family: garage-gothic, sans-serif;
    font-weight: normal;
  }

  #music .col-sm-5 {
    padding: 0;
  }

  #stream-block {
    display:none;
  }

  .buy-link.active, .stream-link.active, .buy-link:hover, .stream-link:hover {
    color:#d81214;
  }

  #music {
    text-align:center;
  }

  .music-info {
    margin:2em auto 2em;
  }

  .music-info p {
    margin-top:0em;
    font-size: 1.125em;
  }

  .music-options, .char-albums {
    max-width: 100%;
    margin: 1.5em auto 3em;
  }

  .char-albums {
    margin-bottom:6em;
  }

  .stream, .buy {
    text-align:center;
    padding:0 4em;
  }

  .stream a, .buy a {
    display:block;
    margin-bottom:15px;
  }

  .stream h2, .buy h2 {
    color:#d81214;
    /*background:#100e0b;*/
    border-bottom:1px solid #d81214;
    padding:.25em 0;
    margin:0 auto .5em;
    width:100%;
    font-size:260%;
    line-height:.7em;
  }

  .stream h2 {
    padding:.1em 0 .3em;
  }

  .stream h2 span {
    font-size:60%;
    text-transform:uppercase;
  }

  .album-cover {
    margin-top:1.5em;
  }

  .hades img, .hermes img, .orpheus img {
    border:1px solid #fff3c8;
  }

  .char-albums h3 {
    text-transform:uppercase;
    margin:.5em 0 0;
    padding:0;
  }

  .pre-save {
    display:block;
    width:280px;
    background:#d81214;
    margin:0 auto 1em;
    color:#fff3c8;
    text-transform:uppercase;
    font-size:190%;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    line-height:1em;
    padding:.25em 0;
  }

  .icon-spotify {
    display:inline-block;
    width:24px;
    height:24px;
    background:url('../_img/spotify-icon.png') no-repeat center center;
    background-size:contain;
  }

  .pre-save:hover {
    color:#d81214;
    background:#fff3c8;
  }

  .pre-save:hover .icon-spotify {
    background:url('../_img/spotify-icon-hover.png') no-repeat center center;
    background-size:contain;
  }

  .stream-player {
    border:1px solid #fff3c8;
    margin:0em auto 4em;
  }

  .stream-links  {
    width:70%;
    margin:2em auto 3em;
  }

  .stream-links a {
    width:33%;
    padding:0 1%;
    text-align:center;
    display:block;
    float:left;
  }

  .flag {
    width:40px;
    display:inline-block;
    vertical-align:middle;
    margin-top:-10px;
    margin-left:4px;
  }

  #music .page-nav {
    margin:1em auto 0;
  }

  .bn-vinyl {
    color: #fff3c8!important;
    font-weight: bold;
    font-size: 115%;
    margin-top: -13px;
    display: block;
  }

  .off-store {
    color: #fff3c8!important;
    font-weight: bold;
    font-size: 93%;
    margin-top: -11px;
    display: block;
  }

  .off-store-br {
    display:none;
  }

  .date-bar {
    color: #c50000;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    font-size: 300%;
    padding-top: 10px;
    line-height: 1;
    margin: 0.5em 0;
}

.interview-content .songbird-left {
  float:left;
  width:60%;
}

.interview-content .songbird-left .btn {
  width:60%;
  margin-bottom:30px;
}

.interview-content .songbird-right {
  float:left;
  width:40%;
}
#songbird {
  width:80%;
  max-width:850px;
  margin:12em auto 0;
}

#songbird h2 {
  margin:0;
  padding:10px 0 0;

  color:#f4dfaa;
}

.songbird-block {
  border:1px solid #f4dfaa;
  margin:2em 0;
  text-align:center;
}

.date-bar {
  color: #c50000;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  font-size: 300%;
  padding-top: 10px;
  line-height: 1;
  margin: .5em 0;
}

.date-bar.song-social {
  margin-top:1.25em;
  margin-bottom:10px;
}

.songbird-block p {
  text-align:center;
  font-size:140%;
  width:70%;
  margin:0 auto;
}

.songbird-left {
  float:left;
  width:50%;
}

.songbird-right {
  float:left;
  width:50%;
}

.interview-content .songbird-left {
  float:left;
  width:60%;
}

.interview-content .songbird-left .btn {
  width:60%;
  margin-bottom:30px;
}

.interview-content .songbird-right {
  float:left;
  width:40%;
}

.songbird-block .interview-content p {
  width:80%;
}

.album-content {
  padding:1em 0;
}

.signing-content {
  padding-top:0em;
  margin-top:-1em;
}

.btn {
  background: #c50000;
  color: #f4dfaa;
  display:block;
  width:70%;
  border-radius:0px;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  margin:0 auto;
  font-size:25px;
  padding:0;
}

.btn:hover {
  color: #c50000;
  background: #f4dfaa;
}

.btn.closed {
  opacity:.7;
}

.btn.closed:hover {
  background: #c50000;
  color: #f4dfaa;
  cursor:default;
}

.signing-content .btn {
  margin:15px auto 23px;
}

.songbird-album {
  max-width:75%;
  height:auto;
}

.signing-pic {
    width:100%;
    margin:0 auto;
}

.album-right {
  display:block;
}

.album-mid {
  display:none;
}

#get-album h2 {
  margin-bottom:20px;
  color:#f4dfaa;
}

.signing-content strong.times {
  text-transform:uppercase;
}

.songbird-theater {
  width:20px;
  display:inline-block;
  vertical-align:unset;
  margin:0 1px 0 4px;
}

.signing-content p.legal {
  font-size:85%;
  margin-top:-17px;
  margin-bottom:-20px;
}

.signing-content .btn, #concert .btn {
  width:50%;
}

.no-btm-pad {
  padding-bottom:10px;
  margin-bottom:0;
}

.move-top {
  margin-top:-15px!important;
}

.songbird-block p.no-top-pad {
  padding:0;
  margin-top:10px;
  margin-bottom:20px;
}

.pad-top {
  padding-top:10px;
}

.ib {
  display:inline-block;
}

#songbird h2.interview-hed {
  margin-bottom: 20px;
  margin-top:1em;
}

.date-bar em {
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  display:inline-block;
  margin-right:3px;
}

#concert {
  padding-bottom:2em;
}

h3.winter-more {
  text-align:center;
  margin:0em 0 0;
  padding:0;
  text-align:center;
  font-size:250%;
  background: #f4dfaa;
  color:#100e0b;
  padding:.35em 0 .25em;
  /*background: rgba(197, 0, 0, .5);
    color: #fff;*/
}

#interview.songbird-block {
  margin-top:0;
}

#music #interview {
  width:80%;
  max-width:900px;
  margin:2em auto 4em;
  border:0;
}

.interview-content p strong {
  font-size:110%;
  display:block;
  line-height:1.2;
}

.icons {
  margin-bottom:40px;
}

.anais {
  width:50%;
  margin-bottom:10px;
  margin-top:20px;
}

.nssn {
  padding:2em 0;
  width:70%;
}

.tan-link {
  color:#f4dfaa;
}

.pic-break {
  display:none;
}

#songbird h2.pop-up-head {
  margin-bottom:0;
}

  @media (max-width:767px) {
    .ib {
      display:inline-block;
    }

    #music h1 {
      font-size:200%;
    }

    #music h1.center {
      max-width:90%;
    }

    .stream h2 {
      border:0px;
      padding-top:20px;
    }

    .buy {
      margin-top:0em;
    }

    .stream {
      margin-top:0em;
    }

    .hermes, .orpheus {
      margin-top:2em;
    }

    .stream-player {
      width:65%!important;
    }

    .stream-links {
      margin:1em auto 2em;
    }

    .stream-links a {
      width:100%;
      float:none;
      padding:3% 0;
    }

    .music-options {
      margin-top:2em;
    }

    .music-info {
      margin-bottom:0;
    }

    .music-info p {
      margin-top:1em;
      padding-bottom:0;
    }

    .album-cover {
      width:70%;
      margin:0 auto;
    }

    .stream.mid {
      border-top:1px solid #d81214;
    }

    .stream.mid.dig {
      margin-top:2em;
    }

    .stream.dig {
      margin-top:-1em;
    }

    .songbird-left, .songbird-right, .interview-content .songbird-left, .interview-content .songbird-right  {
      float:none;
      width:80%;
      margin:0 auto;
    }

    #songbird {
      margin-top:9em;
      width:95%;
    }

    #songbird h2 {
      font-size:200%;
    }

    .songbird-block p {
      width:90%
    }

    .songbird-left, .songbird-right, .interview-content .songbird-left, .interview-content .songbird-right  {
      float:none;
      width:80%;
      margin:0 auto;
    }

    .album-right {
      display:none;
    }

    .album-mid {
      display:block;
      max-width:95%;
      height:auto;
      margin:-2em auto 1em;
    }

    .btn {
      width:75%;
    }

    .signing-content .btn.closed{
      width: 80%;
    }

    .signing-content p.legal {
      font-size:85%;
      margin-top:10px;
      margin-bottom:-20px;
    }

    .signing-pic {
      width:100%;
    }

    .songbird-block p {
      width:80%;
    }

    .album-content {
      padding:1em 0 2em;
    }

    .icons {
      max-width:70%;
      margin:1.5em auto 2em;
    }

    .songbird-block .interview-content p {
      margin-bottom:0;
      padding-bottom:10px
    }

    #concert .btn {
        width: 50%;
        margin: -10px auto 15px;
    }

    .nssn {
      display:inline-block;
      margin:0 30px;
    }

    .interview-content p strong {
      font-size:100%;
    }

    .songbird-block .interview-content p {
      width: 100%;
    }

    .pic-break {
      display:block;
    }

    #songbird h2.interview-hed {
      margin-top:0em;
    }

    .nssn {
      padding:3em 0;
      width:70%;
    }

    .anais {
      width:70%;
      margin-top:0;
    }

  }

  @media (min-width:768px) and (max-width:900px) {
    .stream h2, .buy h2 {
        font-size: 200%;
    }

    .flag {
      width:30px;
      margin-top:-7px;
    }

    .bn-vinyl {
      font-size: 95%;
      margin-top: -11px;
    }

    .off-store {
      font-size: 95%;
      margin-top: -9px;
      line-height:1;
    }

    .off-store-br {
      display:block;
    }
  }

  @media (min-width:767px) and (max-width:1000px) {
    .songbird-left, .songbird-right, .interview-content .songbird-left, .interview-content .songbird-right  {
      float:none;
      width:80%;
      margin:0 auto;
    }

    .album-right {
      display:none;
    }

    .album-mid {
      display:block;
      max-width:55%;
      height:auto;
      margin:0 auto 2em;
    }

    .songbird-block p {
      width:80%;
    }

    .album-content {
      padding:1em 0 2em;
    }

    .icons {
      max-width:70%;
      margin:1.5em auto 2em;
    }

    .songbird-block .interview-content p {
      margin-bottom:0;
      padding-bottom:10px
    }


      .nssn {
        display:inline-block;
        margin:0 30px;
      }

      .pic-break {
        display:block;
      }

      #songbird h2.interview-hed {
        margin-top:0em;
      }

      .nssn {
        padding:3em 0;
        width:60%;
      }

  }

  /*
   SPOTIFY PLAYER
   ----------------------------------------------------------------------------*/
#spotify iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spotify {
  position: fixed;
  top: 50px;
  right: 0;
  width: 400px;
  height: 93.25%;
  border-left: 2px solid #d81214;
  border-top:2px solid #d81214;
  background: #d81214;
  margin: 0;
  -webkit-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index:100;
  opacity:0;
  transform: translateX(100%);
}

#spotify.open {
  transform: translateX(0);
}

#spotify .listen-button {
  display: block;
  top: 30vh;
  transform: translate(-69%,-50%) rotate(-90deg);
  left: 0;
  position: absolute;
  width: 3.625em;
  height: auto;
  background: #d81214;
  font-size: 2.25em;
  color: #fff3c8;
  text-transform: uppercase;
  font-weight: 700;
  font-family: garage-gothic, sans-serif;
  letter-spacing: .05em;
  transition: all .2s;
  padding: 0.125em;
  box-sizing: border-box;
  text-align: center;
}

#spotify .listen-button span img {
  position:absolute;
  top:13px;
  right:90px;
  width:50px;
}

.listen-button:hover {
  cursor:pointer;
}

@media (max-width:767px) {
  #spotify {
    width:250px;
    height: 43.25%;
    border-bottom: 2px solid #d81214;
  }

  #spotify .listen-button {
    display:none;
  }
}

@media (max-height:625px) {
  #spotify {
    height:91.75%;
  }
}

@media (min-height:775px) {
  #spotify {
    height:94%;
  }
}


/* TOUR
   --------------------------------------------------*/

   .tour #tour-list .hidden-xs {
     display:block;
   }

 .clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
 }

 .tour-page .main-nav.left {
   left:16%;
 }

 .tour-page .main-nav li a:hover, .tour-page .main-nav li a.active {
   color:#fff3c8;
   text-decoration:underline;
 }

.tour-page #masthead {
  top:0;
}

.tour-social {
  position:absolute;
  top:12px;
  right:10px;
}

.tour-social a {
  color:#fff;
  padding:.25em;
  font-size:1.7vw;
}

.tour-social a:hover {
  color:#fff3c8;
}

.tour-logo {
  width:95%;
  margin:0 auto 3em;
}

#tour-container {
  width:90%;
  margin:3em auto 0;
  max-width: 1250px;
  text-align:center;
}

.tour-top {
  background:#fff3c8;
  color:#0a0806;
  padding:10px 0;
}

.tour-top h3 {
  color:#0a0806;
  text-transform:uppercase;
  font-size:300%;
  margin:0;
  padding:0;
  line-height:.85;
}

.tour-top h4 {
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  text-transform:uppercase;
  font-size:170%;
  margin:0;
  padding:0;
}

@media (max-width:767px) {
  .tour-top h3 {
    font-size:220%;
  }

  .tour-top h4 {
    font-size:140%;
  }
}

.added {
  border:1px solid #fff3c8;
  padding:20px 0;
}

.added p {
  color:#d81214;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  padding:0;
  font-size:220%;
  line-height:.8;
}

.added p span {
  font-size:70%;
}

#tour-container p.more {
  margin:1em 0 2em;
  text-align:center;
  font-size:140%;
  font-style: normal;
  font-weight: 800;
}

#tour-list p {
  border:1px solid #fff3c8;
  margin:15px 0;
  padding:2.5em 0;
}

#tour-list a.mobile-tix {
  display:none;
}

 .tour-stop{
 	position: relative;
 }

 #tour-list .city, #tour-list .date {
     float: left;
     font-size:100%;
     line-height: 1em;
    font-style: normal;
    font-weight: 800;
    display:block;
 }

 #tour-list .city {
     width: 28%;
     white-space: nowrap;
     line-height: normal !important;
     text-transform:uppercase;
     text-align:left;
     font-family: garage-gothic, sans-serif;
     font-weight: 700;
     text-transform:uppercase;
     text-align:center;
     font-size: 1.75em;
     margin-top:5px;
 }

 #tour-list .date {
     width: 45%;
     font-size: 1.25em;
     color:#fff3c8;
     text-align:center;
    line-height: .8;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
 }

 #tour-list .venue {
     font-weight: 800;
     line-height:1.3em;
     margin-top:5px;
     font-weight:normal;
 }

 #tour-list a {
 	float: right;
     font-weight: bold;
     font-size:80%;
     z-index: 999;
 }

 #tour-list a {
     margin-right: 1em;
     margin-top:2em;
     letter-spacing: .05em;
     display: inline-block;
     margin-bottom: 0;
     line-height: 1;
     text-align: center;
     color:#fff3c8;
     padding:.55em .75em;
     text-decoration:none;
     font-size:145%;
     background:#d81214;
     font-family: garage-gothic, sans-serif;
     font-weight: 700;
     width:20%;
 }

 #tour-list a:hover,
 #tour-list a:focus {
    background:#fff3c8;
    color:#d81214;
     text-decoration: none;
 }

 .tour {
     position:relative;
 }

 h3.sign-up-hed {
   margin-top:2em;
   font-weight:500;
   margin-bottom:10px;
   padding-bottom:0;
 }

 a.tour-btn {
    letter-spacing: .05em;
    display: block;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    color: #fff3c8;
    padding: .25em .75em;
    text-decoration: none;
    font-size: 205%;
    background: #d81214;
    font-family: garage-gothic, sans-serif;
    font-weight: 700;
    width:40%;
    margin:0 auto 3em;
 }

 a.tour-btn:hover {
   background: #fff3c8;
    color: #d81214;
    text-decoration: none;
 }

 @media (min-width: 769px) and (max-width: 991px) {
   #tour-list .city {
    width: 26%;
    font-size: 1.75em;
    margin-top: 5px;
    margin-left: 15px;
   }

 }

 @media (max-width: 768px) {

   .tour #tour-list .hidden-xs {
     display: none;
    }

   .tour-page .tour-nav-sm {
     background:#000000;
     box-shadow:0 0 20px #333;
     height:50px;
   }

   .tour-nav-sm .logo {
     margin-top:4px;
     width:150px;
     max-width:160px;
   }

    .tour-page #masthead {
      display:none;
    }

    .tour-nav-sm .main-nav.left {
      display:block;
      left:160px;
    }

    .tour-nav-sm .main-nav li {
      padding:0 1.2em;
    }

    .tour-nav-sm .main-nav li a {
        color: #fff3c8;
        font-size: 30px;
        letter-spacing: .05em;
        display: inline-block;
        font-family: garage-gothic, sans-serif;
        font-weight: 700;
        margin-top:1px;
    }

    .tour-hed {
      margin:0;
      padding:0;
      font-size:35px;
    }

    #tour-container {
      width:90%;
      margin-top:2em;
    }

     #tour-list .city, #tour-list .date, #tour-list .venue {
         display:block;
         width:100%;
         margin:3px 0 0;
     }

     #tour-list p {
 	    position: relative;
      padding:20px 0;
     }

     #tour-list {
       font-size: 125%;
     }

     #tour-list {
       margin:0em auto 0em;
     }

 	#tour-list a.mobile-tix {
    float: none;
    font-size: 90%;
    display: block;
    margin-top:15px;
 	}

  #tour-list .venue {
    padding-right: 0em;

  }

  .tour-logo {
    margin:2em auto;
    text-align:center;
    max-width:85%;
  }

  #tour-list a {
    width:50%;
    margin:0 auto;
    float:none;
    padding:.25em .75em;
  }

  .tour-top h4 {
    font-size:150%;
  }

  a.tour-btn {
    width:60%;
  }

 }

 @media (max-width:400px) {
   .tour-nav-sm .main-nav li a {
        font-size: 25px;
        margin-top:3px;
    }

    .tour-nav-sm .main-nav.left {
      left:140px;
    }

    .tour-nav-sm .logo {
          margin-top: 8px;
          margin-left:4px;
          width: 120px;
          max-width: 160px;
      }
 }



 .cal-mon-0 .cal-prev,  .cal-mon-1 .cal-prev,  .cal-mon-2 .cal-prev, .cal-mon-3 .cal-prev, .cal-mon-4 .cal-prev,
.cal-mon-6 .cal-prev, .cal-mon-7 .cal-prev,
 .cal-mon-5 .cal-prev, .cal-mon-9 .cal-prev, .cal-mon-10 .cal-prev, .cal-mon-11 .cal-prev {
   display:block!important;
 }
