/* IMPORTS */
/* line 4, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 18, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 21, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote, q {
  quotes: "" "";
}
/* line 67, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 22, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
th, td, caption {
  float: none !important;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 23, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 24, ../../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
a img {
  border: none;
}

/* Slider */
/* line 3, ../sass/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../sass/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 35, ../sass/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 50, ../sass/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../sass/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../sass/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../sass/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../sass/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../sass/slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../sass/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../sass/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../sass/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../sass/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../sass/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../sass/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*
* Skeleton-Sass V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
@-ms-keyframes spin {
  /* line 67, ../sass/base.scss */
  from {
    -ms-transform: rotate(0deg);
  }

  /* line 68, ../sass/base.scss */
  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  /* line 71, ../sass/base.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 72, ../sass/base.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  /* line 75, ../sass/base.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 76, ../sass/base.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  /* line 79, ../sass/base.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 82, ../sass/base.scss */
  to {
    transform: rotate(360deg);
  }
}

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
/* line 110, ../sass/base.scss */
.focus {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}

/* line 114, ../sass/base.scss */
.focus img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}

/* line 12, ../sass/main.scss */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading span {
  visibility: hidden;
}

/* line 16, ../sass/main.scss */
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p, .wf-active a, .wf-active span {
  visibility: visible;
}

/* SASS */
/* line 23, ../sass/main.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, ../sass/main.scss */
html, body, #pagewrap {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  margin-top: 0 !important;
}

/* line 37, ../sass/main.scss */
body {
  background: black;
  color: black;
  font-family: "goudy-old-style", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 46, ../sass/main.scss */
#pagewrap {
  position: relative;
  overflow-x: hidden;
}

/* line 51, ../sass/main.scss */
section.main {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  /* line 51, ../sass/main.scss */
  section.main {
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1500px) {
  /* line 51, ../sass/main.scss */
  section.main {
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
  }
}

/* line 67, ../sass/main.scss */
.trigger-mob-nav {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 70px;
  height: 60px;
  z-index: 8;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 67, ../sass/main.scss */
  .trigger-mob-nav {
    display: none;
  }
}

/* line 80, ../sass/main.scss */
.icon {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 25px;
  width: 40px;
  height: 30px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* line 80, ../sass/main.scss */
  .icon {
    display: none;
  }
}
/* line 91, ../sass/main.scss */
.icon span {
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background: white;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transform-style: preserve-3D;
}
/* line 99, ../sass/main.scss */
.icon span:nth-child(1) {
  top: 0;
}
/* line 102, ../sass/main.scss */
.icon span:nth-child(2) {
  top: 9px;
}
/* line 105, ../sass/main.scss */
.icon span:nth-child(3) {
  top: 18px;
}

/* line 112, ../sass/main.scss */
.icon.animate-icon {
  position: absolute;
}
/* line 115, ../sass/main.scss */
.icon.animate-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: black;
  top: 9px;
}
/* line 121, ../sass/main.scss */
.icon.animate-icon span:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
}
/* line 125, ../sass/main.scss */
.icon.animate-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: black;
  top: 9px;
}

/* line 134, ../sass/main.scss */
nav {
  position: absolute;
  padding: 60px 30px 50px 30px;
  min-height: 100%;
  background: white;
  z-index: 5;
  border-left: 10px solid black;
  overflow: auto;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  width: 100%;
  left: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  /* line 134, ../sass/main.scss */
  nav {
    left: auto;
    right: 0;
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  /* line 134, ../sass/main.scss */
  nav {
    width: 550px;
  }
}
/* line 157, ../sass/main.scss */
nav .header {
  margin-bottom: 40px;
}
@media screen and (min-width: 1500px) {
  /* line 157, ../sass/main.scss */
  nav .header {
    margin-bottom: 60px;
  }
}
/* line 163, ../sass/main.scss */
nav h2 {
  font-size: 75px;
  line-height: 80%;
  letter-spacing: -2px;
  font-family: "franklin-gothic-urw-comp", serif;
  font-size: 65px;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  /* line 163, ../sass/main.scss */
  nav h2 {
    font-size: 75px;
  }
}
/* line 170, ../sass/main.scss */
nav h2 a {
  font-size: 75px;
  line-height: 80%;
  letter-spacing: -1px;
  font-family: "franklin-gothic-urw-comp", serif;
  font-size: 65px;
  font-weight: 700;
  opacity: 1 !important;
  line-height: 0px;
}
@media screen and (min-width: 480px) {
  /* line 170, ../sass/main.scss */
  nav h2 a {
    font-size: 75px;
  }
}
/* line 179, ../sass/main.scss */
nav h2 a:hover {
  text-decoration: none !important;
}
/* line 184, ../sass/main.scss */
nav a, nav p {
  font-family: "goudy-old-style", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  display: inline;
  color: black;
  text-decoration: none;
  -webkit-transition: all 750ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 750ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
  -o-transition: all 750ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
  transition: all 750ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
}
/* line 194, ../sass/main.scss */
nav .credits {
  position: relative;
  margin-top: 30px;
  min-height: 80px;
}
/* line 198, ../sass/main.scss */
nav .credits p {
  font-family: "goudy-old-style", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 16px;
  display: block;
}
/* line 203, ../sass/main.scss */
nav .credits p .credit {
  font-weight: bold;
  font-weight: 700;
}
/* line 207, ../sass/main.scss */
nav .credits p .artist {
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
}
/* line 215, ../sass/main.scss */
nav .social {
  margin-top: 30px;
}
/* line 217, ../sass/main.scss */
nav .social a {
  font-size: 18px;
}
/* line 220, ../sass/main.scss */
nav .social a.mailing-list-toggle {
  cursor: pointer;
}

/* line 228, ../sass/main.scss */
nav.mobile-animate-in {
  left: 0;
}

/* line 234, ../sass/main.scss */
nav.nav-active a {
  opacity: 0.5;
}
/* line 237, ../sass/main.scss */
nav.nav-active a.nav-item-hover {
  opacity: 1;
  text-decoration: underline;
}
/* line 241, ../sass/main.scss */
nav.nav-active a.active {
  opacity: 1;
}

/* line 248, ../sass/main.scss */
nav.nav-link-active a {
  opacity: 0.5;
}
/* line 251, ../sass/main.scss */
nav.nav-link-active a.nav-item-hover {
  opacity: 1;
  text-decoration: underline;
}
/* line 255, ../sass/main.scss */
nav.nav-link-active a.active {
  opacity: 1;
}

/* line 261, ../sass/main.scss */
nav.mobile-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 266, ../sass/main.scss */
.yay {
  position: absolute;
  top: 100%;
  right: 0;
  height: 100%;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  color: white;
  width: 100%;
  z-index: 15;
  background: #141414;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 266, ../sass/main.scss */
  .yay {
    left: auto;
    right: 0;
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  /* line 266, ../sass/main.scss */
  .yay {
    width: 550px;
  }
}
/* line 288, ../sass/main.scss */
.yay .mailing-list-toggle {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 30px;
}
/* line 297, ../sass/main.scss */
.yay .mailing-list-toggle span {
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background: white;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transform-style: preserve-3D;
}
/* line 305, ../sass/main.scss */
.yay .mailing-list-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 309, ../sass/main.scss */
.yay .mailing-list-toggle span:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 318, ../sass/main.scss */
.yay .ml-wrapper {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
}
/* line 323, ../sass/main.scss */
.yay .ml-wrapper form {
  zoom: 1;
}
/* line 136, ../sass/skeleton.scss */
.yay .ml-wrapper form:after {
  clear: both;
}
/* line 137, ../sass/skeleton.scss */
.yay .ml-wrapper form:before, .yay .ml-wrapper form:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 325, ../sass/main.scss */
.yay .ml-wrapper form:hover {
  background: #1c1c1c;
}
/* line 328, ../sass/main.scss */
.yay .ml-wrapper form .emailaddress {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
}
/* line 332, ../sass/main.scss */
.yay .ml-wrapper form .submit {
  width: 60px;
  float: left;
}
/* line 336, ../sass/main.scss */
.yay .ml-wrapper form label {
  font-size: 0px;
  display: none;
}
/* line 340, ../sass/main.scss */
.yay .ml-wrapper form input {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid white;
  background: transparent;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* line 353, ../sass/main.scss */
.yay .ml-wrapper #status {
  margin-top: 15px;
  float: left;
  color: #e54141;
}

/* line 362, ../sass/main.scss */
textarea:focus, input:focus {
  outline: 0;
}

/* line 366, ../sass/main.scss */
.yay.go-up {
  top: 0;
}

/* line 370, ../sass/main.scss */
nav.go-up {
  top: -100%;
}

/* line 377, ../sass/main.scss */
.videos .slick-list {
  height: 100%;
}
/* line 379, ../sass/main.scss */
.videos .slick-list .slick-track {
  height: 100%;
}
/* line 383, ../sass/main.scss */
.videos .slick-arrow {
  position: absolute;
  top: 50%;
  top: -moz-calc(50% - 17px);
  top: -webkit-calc(50% - 17px);
  top: calc(50% - 17px);
  z-index: 10;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
/* line 398, ../sass/main.scss */
.videos .slick-arrow:focus {
  outline: none;
}
/* line 402, ../sass/main.scss */
.videos .slick-next {
  right: 15px;
  background-image: url(images/arrow-right.png);
}
/* line 406, ../sass/main.scss */
.videos .slick-prev {
  left: 15px;
  background-image: url(images/arrow-left.png);
}
/* line 411, ../sass/main.scss */
.videos .playbutton {
  display: block;
  background-image: url(images/playicon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  opacity: 0;
}
/* line 427, ../sass/main.scss */
.videos p {
  position: absolute;
  z-index: 7;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  color: white;
  font-family: "franklin-gothic-urw-comp", serif;
  font-size: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 8%;
}
@media screen and (min-width: 480px) {
  /* line 427, ../sass/main.scss */
  .videos p {
    font-size: 55px;
  }
}
@media screen and (min-width: 768px) {
  /* line 427, ../sass/main.scss */
  .videos p {
    font-size: 65px;
  }
}

/* line 443, ../sass/main.scss */
.vc {
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
  -o-transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
  transition: all 450ms cubic-bezier(0.175, 0.885, 0.320, 1.275) 0ms;
}

/* line 451, ../sass/main.scss */
.show-vc {
  top: 0;
  opacity: 1;
}

/* line 460, ../sass/main.scss */
.songkick-widget p {
  color: white;
}

/* line 465, ../sass/main.scss */
#show-listings {
  color: white;
  padding: 60px 50px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 465, ../sass/main.scss */
  #show-listings {
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1500px) {
  /* line 465, ../sass/main.scss */
  #show-listings {
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
  }
}
/* line 477, ../sass/main.scss */
#show-listings ul {
  width: 100%;
  list-style-type: none;
}
/* line 480, ../sass/main.scss */
#show-listings ul li {
  display: block;
  zoom: 1;
}
/* line 136, ../sass/skeleton.scss */
#show-listings ul li:after {
  clear: both;
}
/* line 137, ../sass/skeleton.scss */
#show-listings ul li:before, #show-listings ul li:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 483, ../sass/main.scss */
#show-listings ul li span {
  display: block;
  float: left;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  /* line 483, ../sass/main.scss */
  #show-listings ul li span {
    text-align: left;
  }
}
/* line 490, ../sass/main.scss */
#show-listings ul li span:nth-child(1) {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 490, ../sass/main.scss */
  #show-listings ul li span:nth-child(1) {
    width: 25%;
  }
}
/* line 496, ../sass/main.scss */
#show-listings ul li span:nth-child(2) {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1024px) {
  /* line 496, ../sass/main.scss */
  #show-listings ul li span:nth-child(2) {
    width: 30%;
  }
}
/* line 503, ../sass/main.scss */
#show-listings ul li span:nth-child(3) {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 503, ../sass/main.scss */
  #show-listings ul li span:nth-child(3) {
    width: 30%;
  }
}
/* line 509, ../sass/main.scss */
#show-listings ul li span:nth-child(4) {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 509, ../sass/main.scss */
  #show-listings ul li span:nth-child(4) {
    width: 10%;
  }
}
/* line 517, ../sass/main.scss */
#show-listings ul li#songkick-header {
  font-family: "franklin-gothic-urw-comp", serif;
  font-size: 30px;
  display: none;
}
@media screen and (min-width: 1024px) {
  /* line 517, ../sass/main.scss */
  #show-listings ul li#songkick-header {
    display: block;
    margin-bottom: 30px;
  }
}
/* line 526, ../sass/main.scss */
#show-listings ul li.date-row {
  font-family: "goudy-old-style", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  /* line 526, ../sass/main.scss */
  #show-listings ul li.date-row {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/* line 536, ../sass/main.scss */
#show-listings ul li.date-row a {
  color: white;
  font-style: normal;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  /* line 536, ../sass/main.scss */
  #show-listings ul li.date-row a {
    font-size: 18px;
  }
}

/* line 551, ../sass/main.scss */
.infowrap {
  padding: 60px 50px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 551, ../sass/main.scss */
  .infowrap {
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1500px) {
  /* line 551, ../sass/main.scss */
  .infowrap {
    width: -moz-calc(100% - 550px);
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
  }
}
/* line 562, ../sass/main.scss */
.infowrap .row {
  display: block;
  zoom: 1;
  margin-bottom: 30px;
}
/* line 136, ../sass/skeleton.scss */
.infowrap .row:after {
  clear: both;
}
/* line 137, ../sass/skeleton.scss */
.infowrap .row:before, .infowrap .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 566, ../sass/main.scss */
.infowrap .row .heading {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 566, ../sass/main.scss */
  .infowrap .row .heading {
    width: 30%;
  }
}
/* line 572, ../sass/main.scss */
.infowrap .row .heading h2 {
  color: white;
  font-family: "franklin-gothic-urw-comp", serif;
  font-size: 30px;
}
@media screen and (min-width: 480px) {
  /* line 572, ../sass/main.scss */
  .infowrap .row .heading h2 {
    font-size: 40px;
  }
}
/* line 581, ../sass/main.scss */
.infowrap .row .links {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  /* line 581, ../sass/main.scss */
  .infowrap .row .links {
    width: 70%;
  }
}
/* line 587, ../sass/main.scss */
.infowrap .row .links .linkwrap {
  margin-bottom: 20px;
  padding-top: 15px;
}
/* line 591, ../sass/main.scss */
.infowrap .row .links p {
  color: white;
  font-size: 18px;
  font-style: italic;
}
/* line 596, ../sass/main.scss */
.infowrap .row .links a {
  color: white;
  line-height: 150%;
  font-size: 18px;
}
/* line 601, ../sass/main.scss */
.infowrap .row .links a:hover {
  text-decoration: underline;
}

/* line 609, ../sass/main.scss */
#credits {
  padding: 70px 40px 50px 40px;
}
/* line 612, ../sass/main.scss */
#credits .release {
  color: white;
  padding-bottom: 25px;
  position: relative;
}
/* line 617, ../sass/main.scss */
#credits .release header {
  position: relative;
  cursor: pointer;
}
/* line 620, ../sass/main.scss */
#credits .release header h3 {
  font-family: "franklin-gothic-urw-comp", serif;
  font-size: 30px;
  display: inline-block;
  width: calc(100% - 30px);
}
@media screen and (min-width: 980px) {
  /* line 620, ../sass/main.scss */
  #credits .release header h3 {
    font-size: 40px;
  }
}
/* line 629, ../sass/main.scss */
#credits .release header .toggle {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}
/* line 639, ../sass/main.scss */
#credits .release header.open .toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 643, ../sass/main.scss */
#credits .release ul {
  list-style-type: none;
  padding-top: 10px;
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 643, ../sass/main.scss */
  #credits .release ul {
    padding-bottom: 20px;
  }
}
/* line 651, ../sass/main.scss */
#credits .release ul li {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  /* line 651, ../sass/main.scss */
  #credits .release ul li {
    zoom: 1;
    font-size: 18px;
    margin-top: 35px;
  }
  /* line 136, ../sass/skeleton.scss */
  #credits .release ul li:after {
    clear: both;
  }
  /* line 137, ../sass/skeleton.scss */
  #credits .release ul li:before, #credits .release ul li:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
/* line 658, ../sass/main.scss */
#credits .release ul li span {
  display: block;
}
/* line 661, ../sass/main.scss */
#credits .release ul li .track-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  /* line 661, ../sass/main.scss */
  #credits .release ul li .track-title {
    float: left;
    width: 35%;
    font-size: 20px;
  }
  /* line 669, ../sass/main.scss */
  #credits .release ul li .track-title h4 {
    max-width: 85%;
  }
}
@media screen and (min-width: 980px) {
  /* line 674, ../sass/main.scss */
  #credits .release ul li .track-credits {
    float: left;
    width: 65%;
    padding-right: 15%;
  }
}

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* line 696, ../sass/main.scss */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 710, ../sass/main.scss */
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

/* line 714, ../sass/main.scss */
.nivo-lightbox-wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/* line 721, ../sass/main.scss */
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

/* line 725, ../sass/main.scss */
.nivo-lightbox-font-family-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

/* line 733, ../sass/main.scss */
.nivo-lightbox-nav {
  display: none;
}

/* line 734, ../sass/main.scss */
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 739, ../sass/main.scss */
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 744, ../sass/main.scss */
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

/* line 750, ../sass/main.scss */
.nivo-lightbox-image {
  text-align: center;
}

/* line 751, ../sass/main.scss */
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 758, ../sass/main.scss */
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

/* line 763, ../sass/main.scss */
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

/* line 771, ../sass/main.scss */
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px black;
}

/* line 779, ../sass/main.scss */
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

/* Effects
 **********************************************/
/* line 792, ../sass/main.scss */
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* fadeScale */
/* line 801, ../sass/main.scss */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

/* line 812, ../sass/main.scss */
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
/* line 823, ../sass/main.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* line 830, ../sass/main.scss */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

/* line 836, ../sass/main.scss */
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

/* line 843, ../sass/main.scss */
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 849, ../sass/main.scss */
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/* line 855, ../sass/main.scss */
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

/* line 862, ../sass/main.scss */
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* fall */
/* line 870, ../sass/main.scss */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

/* line 875, ../sass/main.scss */
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

/* line 886, ../sass/main.scss */
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 897, ../sass/main.scss */
.nivo-lightbox-close {
  font-family: "franklin-gothic-urw-comp", serif;
  color: white;
  text-decoration: none;
  top: 10px;
  right: 20px;
  font-size: 30px;
}
@media screen and (min-width: 480px) {
  /* line 897, ../sass/main.scss */
  .nivo-lightbox-close {
    font-size: 40px;
  }
}
