/* ----------- MIXINS ---------- */
/* CSS RESET
*/
/* line 38, ../sass/main.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 58, ../sass/main.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 62, ../sass/main.scss */
body {
  line-height: 1;
}

/* line 65, ../sass/main.scss */
ul {
  list-style: none;
}

/* line 68, ../sass/main.scss */
blockquote, q {
  quotes: none;
}

/* line 71, ../sass/main.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* CUSTOM CSS by Evan Olsen --- 10/16/2013 ---
*/
/* line 80, ../sass/main.scss */
body {
  font-size: 15px;
  background: #04151c;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  line-height: 27px;
  font-weight: 300;
}

/* line 89, ../sass/main.scss */
strong {
  font-weight: 700;
}

/* line 93, ../sass/main.scss */
p {
  margin: 25px 0;
}

/* line 96, ../sass/main.scss */
a {
  text-decoration: none;
  color: #c06e46;
  font-weight: bold;
}

/* line 101, ../sass/main.scss */
.show {
  visibility: hidden;
  opacity: 0;
  display: none;
}

/* line 106, ../sass/main.scss */
.hide {
  visibility: visible;
  opacity: 1;
}

/* line 111, ../sass/main.scss */
.left {
  float: left;
  margin-right: 15px;
}

/* line 116, ../sass/main.scss */
.right {
  float: right;
  margin-left: 15px;
}

/* line 121, ../sass/main.scss */
#top-bar {
  max-height: 60px;
  padding: 7px;
  background: #3e3e3e;
  text-align: center;
}
/* line 126, ../sass/main.scss */
#top-bar a {
  color: #838383;
  text-decoration: none;
  display: block;
  background: #4a4a4a;
  padding: 5px 40px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  max-width: 250px;
  margin: 0 auto;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.4s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;
  /* FF4+ */
  -o-transition: all 0.4s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.4s ease;
  /* Opera 10.5+ */
  transition: all 0.4s ease;
  -moz-box-shadow: 0 0 10px 0 #333;
  -ms-box-shadow: 0 0 10px 0 #333;
  -o-box-shadow: 0 0 10px 0 #333;
  -webkit-box-shadow: 0 0 10px 0 #333;
  box-shadow: 0 0 10px 0 #333;
}
/* line 139, ../sass/main.scss */
#top-bar a:hover {
  background: #999;
  color: #ccc;
}

/* line 145, ../sass/main.scss */
header#top-bg {
  background: #000000 url("../images/top-art-bg.jpg") no-repeat center;
  height: 617px;
  position: relative;
  background-size: contain;
}
/* line 150, ../sass/main.scss */
header#top-bg #links {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
/* line 155, ../sass/main.scss */
header#top-bg #free-download {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/* line 156, ../sass/main.scss */
header#top-bg #free-download a {
  color: #254f8c;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  line-height: 17px;
  -webkit-transition: all 0.4s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;
  /* FF4+ */
  -o-transition: all 0.4s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.4s ease;
  /* Opera 10.5+ */
  transition: all 0.4s ease;
}
/* line 157, ../sass/main.scss */
header#top-bg #free-download a:hover {
  text-shadow: 0 0 20px #FFF;
}
/* line 160, ../sass/main.scss */
header#top-bg #free-download a img {
  height: auto;
  max-width: 30px;
  float: left;
  margin: 7px 15px 0 0;
}
/* line 166, ../sass/main.scss */
header#top-bg #free-download a span {
  font-style: italic;
  display: block;
  font-size: .8em;
}

/* line 183, ../sass/main.scss */
nav#main-nav {
  position: relative;
  width: 100%;
  clear: both;
  background: #FFF;
  text-align: center;
  z-index: 11000;
  margin-bottom: -45px;
  /* ul */
}
/* line 191, ../sass/main.scss */
nav#main-nav ul#main-nav {
  max-width: 600px;
  margin: 0 auto;
  min-height: 45px;
  text-align: center;
}
/* line 196, ../sass/main.scss */
nav#main-nav ul#main-nav li a {
  text-align: center;
  text-transform: uppercase;
  color: #5a43b5;
  text-decoration: none;
  padding: 9px 40px;
  display: block;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125em;
}
/* line 206, ../sass/main.scss */
nav#main-nav ul#main-nav li a:hover {
  background: #5a43b5;
  color: white;
}

/* line 214, ../sass/main.scss */
#main-body-wrapper {
  background-color: #396886;
  position: relative;
  padding: 20px;
}

/* line 220, ../sass/main.scss */
.main-body {
  max-width: 740px;
  margin: 0 auto;
  height: inherit;
  position: relative;
}
/* line 225, ../sass/main.scss */
.main-body section {
  padding: 30px 0;
  clear: both;
  overflow: visible;
}

/* line 231, ../sass/main.scss */
#bottom-bg {
  background-color: #8295a2;
}
/* line 235, ../sass/main.scss */
#bottom-bg #colophon {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.625em;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;
  /* FF4+ */
  -o-transition: all 0.4s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.4s ease;
  /* Opera 10.5+ */
  transition: all 0.4s ease;
}
/* line 250, ../sass/main.scss */
#bottom-bg #colophon .text a {
  color: #ffffff;
  border-bottom: 1px dotted #aaaaaa;
  text-decoration: none;
}
/* line 255, ../sass/main.scss */
#bottom-bg #colophon:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 263, ../sass/main.scss */
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.345em;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-shadow: 0 1px 1px #000;
  background: url("../images/heading-icon-star.png") no-repeat left;
  min-height: 40px;
  padding: 25px 0 5px 60px;
}

/* line 274, ../sass/main.scss */
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125em;
  text-align: center;
  line-height: 19px;
  margin-top: 8px;
  text-transform: none;
  letter-spacing: 5px;
  text-shadow: 0 1px 1px #000;
}

/* line 285, ../sass/main.scss */
.light-btn, input[type="submit"] {
  height: auto;
  background: #aa2425;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  display: block;
  max-width: 85%;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -moz-box-shadow: 0 0 20px 0 #0b2e50;
  -ms-box-shadow: 0 0 20px 0 #0b2e50;
  -o-box-shadow: 0 0 20px 0 #0b2e50;
  -webkit-box-shadow: 0 0 20px 0 #0b2e50;
  box-shadow: 0 0 20px 0 #0b2e50;
  margin: 10px 20px;
  border: none;
  margin: 0 auto;
}
/* line 301, ../sass/main.scss */
.light-btn:hover, input[type="submit"]:hover {
  color: #eee;
  background: #bb3536;
  -webkit-transition: all 0.3s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease;
  /* FF4+ */
  -o-transition: all 0.3s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.3s ease;
  /* Opera 10.5+ */
  transition: all 0.3s ease;
  -moz-box-shadow: 0 0 20px 0 #333440;
  -ms-box-shadow: 0 0 20px 0 #333440;
  -o-box-shadow: 0 0 20px 0 #333440;
  -webkit-box-shadow: 0 0 20px 0 #333440;
  box-shadow: 0 0 20px 0 #333440;
}

/* line 309, ../sass/main.scss */
.center {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  postion: relative;
}

/* line 315, ../sass/main.scss */
.rounded {
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

/* line 320, ../sass/main.scss */
#audition p {
  text-align: center;
}

/* line 326, ../sass/main.scss */
#dates p {
  text-align: center;
  margin-top: 5px;
}

/* line 333, ../sass/main.scss */
#location img, #tickets img {
  max-width: 300px;
}

/* line 339, ../sass/main.scss */
#merch p {
  text-align: center;
  margin: 10px auto;
}
/* line 343, ../sass/main.scss */
#merch img, #merch input, #merch form, #merch select {
  margin: 0 auto;
  display: block;
}
/* line 347, ../sass/main.scss */
#merch select {
  margin-bottom: 10px;
  color: #000;
}

/* line 353, ../sass/main.scss */
#tracklist {
  margin-bottom: 20px;
}
/* line 355, ../sass/main.scss */
#tracklist li {
  list-style: decimal;
  margin: 2px 0 0 15px;
  padding-left: 0px;
  position: relative;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 1em;
}
/* line 364, ../sass/main.scss */
#tracklist li a {
  text-decoration: none;
  position: relative;
  color: #FFF;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px dotted #11121f;
  -webkit-transition: all 0.4s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;
  /* FF4+ */
  -o-transition: all 0.4s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.4s ease;
  /* Opera 10.5+ */
  transition: all 0.4s ease;
}
/* line 372, ../sass/main.scss */
#tracklist li a:hover {
  color: #97a7b7;
  border-bottom: 1px dotted #97a7b7;
}
/* line 376, ../sass/main.scss */
#tracklist li a:before {
  content: " ";
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  position: absolute;
  background: url("../images/lyrics-download-icon.png") no-repeat;
  left: -80px;
  top: 0;
}
/* line 389, ../sass/main.scss */
#tracklist li.blank a:before {
  background: none;
}

/* line 397, ../sass/main.scss */
#ads img {
  max-width: 100%;
}

/* line 403, ../sass/main.scss */
#collab img {
  max-width: 49%;
}

/* line 409, ../sass/main.scss */
#socialicons a {
  color: #cccccc;
  display: block;
  float: left;
  width: 33%;
  text-align: center;
}
/* line 415, ../sass/main.scss */
#socialicons a i {
  font-size: 48px;
}
/* line 418, ../sass/main.scss */
#socialicons a:hover {
  color: #c06e46;
}

/* line 425, ../sass/main.scss */
#subscribe form, #contact form, #social form {
  margin: 0 auto;
}
/* line 427, ../sass/main.scss */
#subscribe form input, #subscribe form textarea, #contact form input, #contact form textarea, #social form input, #social form textarea {
  width: 100%;
  margin: 0 auto;
}
/* line 432, ../sass/main.scss */
#subscribe .formurl, #contact .formurl, #social .formurl {
  display: none;
  overflow: hidden;
}

/* line 438, ../sass/main.scss */
.g-recaptcha {
  padding: 20px 0;
}

/* line 442, ../sass/main.scss */
#videos .video-container {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 45.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -moz-box-shadow: 0 0 30px 0 #11121f;
  -ms-box-shadow: 0 0 30px 0 #11121f;
  -o-box-shadow: 0 0 30px 0 #11121f;
  -webkit-box-shadow: 0 0 30px 0 #11121f;
  box-shadow: 0 0 30px 0 #11121f;
}

/* line 451, ../sass/main.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 461, ../sass/main.scss */
ul#sm-videos {
  clear: both;
  min-height: 100px;
  margin-top: 20px;
}
/* line 465, ../sass/main.scss */
ul#sm-videos li {
  float: left;
  width: 30%;
  max-width: 220px;
  margin: 0px 1.5%;
  position: relative;
}
/* line 471, ../sass/main.scss */
ul#sm-videos li h2 {
  font-size: 0.925em;
  letter-spacing: 3px;
}
/* line 475, ../sass/main.scss */
ul#sm-videos li:before {
  content: "\25BA";
  font-size: 34px;
  text-shadow: 0 0 60px #000;
  color: #FFF;
  display: inline;
  position: absolute;
  top: 27%;
  left: 43%;
}
/* line 485, ../sass/main.scss */
ul#sm-videos li a {
  height: 118px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.4s ease;
  /* FF4+ */
  -o-transition: all 0.4s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.4s ease;
  /* Opera 10.5+ */
  transition: all 0.4s ease;
  -moz-box-shadow: 0 0 30px 0 #11121f;
  -ms-box-shadow: 0 0 30px 0 #11121f;
  -o-box-shadow: 0 0 30px 0 #11121f;
  -webkit-box-shadow: 0 0 30px 0 #11121f;
  box-shadow: 0 0 30px 0 #11121f;
  border: none;
}
/* line 486, ../sass/main.scss */
ul#sm-videos li a img {
  margin-top: -21px;
  max-width: 220px;
  height: auto;
  z-index: 0001;
}
/* line 492, ../sass/main.scss */
ul#sm-videos li a:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 515, ../sass/main.scss */
#gallery a {
  border: none;
}
/* line 517, ../sass/main.scss */
#gallery a img {
  border: 3px solid #333440;
  -moz-box-shadow: 0 0 50px 0 #0a0b14;
  -ms-box-shadow: 0 0 50px 0 #0a0b14;
  -o-box-shadow: 0 0 50px 0 #0a0b14;
  -webkit-box-shadow: 0 0 50px 0 #0a0b14;
  box-shadow: 0 0 50px 0 #0a0b14;
  max-width: 200px;
  height: auto;
  margin: 10px 2.33%;
  -webkit-transition: all 0.2s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease;
  /* FF4+ */
  -o-transition: all 0.2s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.2s ease;
  /* Opera 10.5+ */
  transition: all 0.2s ease;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
/* line 528, ../sass/main.scss */
#gallery a:hover img {
  -moz-box-shadow: 0 0 50px 0 #333440;
  -ms-box-shadow: 0 0 50px 0 #333440;
  -o-box-shadow: 0 0 50px 0 #333440;
  -webkit-box-shadow: 0 0 50px 0 #333440;
  box-shadow: 0 0 50px 0 #333440;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 539, ../sass/main.scss */
#sociala a.icons {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #FFF;
  text-decoration: none;
  float: left;
  width: 44%;
  margin: 0 3%;
  text-align: center;
  position: relative;
  line-height: 1.2em;
  text-shadow: 0 1px 4px #000;
  border: none;
}
/* line 553, ../sass/main.scss */
#sociala a.icons span {
  margin: 0 auto;
  display: block;
  background: #FFF url("../images/purchase-icons.jpg") no-repeat left;
  -moz-border-radius: 40px 40px 40px 40px;
  -ms-border-radius: 40px 40px 40px 40px;
  -o-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.2s ease;
  /* FF4+ */
  -o-transition: all 0.2s ease;
  /* Opera 10.5+ */
  -ms-transition: all 0.2s ease;
  /* Opera 10.5+ */
  transition: all 0.2s ease;
}
/* line 563, ../sass/main.scss */
#sociala a.icons:hover {
  text-shadow: 0 0 40px #97a7b7;
}
/* line 566, ../sass/main.scss */
#sociala a.icons:hover span {
  -moz-box-shadow: 0 0 100px 0 #97a7b7;
  -ms-box-shadow: 0 0 100px 0 #97a7b7;
  -o-box-shadow: 0 0 100px 0 #97a7b7;
  -webkit-box-shadow: 0 0 100px 0 #97a7b7;
  box-shadow: 0 0 100px 0 #97a7b7;
}
/* line 569, ../sass/main.scss */
#sociala a.icons#facebook span {
  background-position: 13px 7px;
}
/* line 570, ../sass/main.scss */
#sociala a.icons#twitter span {
  background-position: -26px 7px;
}
/* line 571, ../sass/main.scss */
#sociala a.icons#itunes span {
  background-position: -67px 6px;
}
/* line 572, ../sass/main.scss */
#sociala a.icons#buynow span {
  background-position: -104px 7px;
}
/* line 573, ../sass/main.scss */
#sociala a.icons#spotify span {
  background-position: -144px 7px;
}

@media all and (max-width: 950px) {
  /* line 577, ../sass/main.scss */
  nav#main-nav ul#main-nav {
    max-width: 800px;
  }
  /* line 579, ../sass/main.scss */
  nav#main-nav ul#main-nav li a {
    padding: 9px 15px;
  }
}
@media all and (max-width: 780px) {
  /* line 585, ../sass/main.scss */
  nav#main-nav ul#main-nav {
    max-width: 100%;
  }
  /* line 587, ../sass/main.scss */
  nav#main-nav ul#main-nav li a {
    padding: 9px 10px;
  }
}
@media all and (max-width: 710px) {
  /* line 593, ../sass/main.scss */
  nav#main-nav ul#main-nav {
    max-width: 100%;
    height: 90px;
  }
  /* line 596, ../sass/main.scss */
  nav#main-nav ul#main-nav li a {
    padding: 9px 10px;
  }

  /* line 600, ../sass/main.scss */
  header#top-bg {
    height: 490px;
    background-size: cover;
  }

  /* line 604, ../sass/main.scss */
  #free-download {
    bottom: 20px !important;
  }
  /* line 606, ../sass/main.scss */
  #free-download a img {
    margin: 2px 15px !important;
    max-width: 20px !important;
  }
  /* line 610, ../sass/main.scss */
  #free-download a span {
    display: inline !important;
    font-size: 1em !important;
  }

  /* line 618, ../sass/main.scss */
  #collab img {
    max-width: 100%;
  }

  /* line 622, ../sass/main.scss */
  #socialicons {
    float: none;
    width: 100%;
  }

  /* line 626, ../sass/main.scss */
  h1 {
    font-size: 1.2em;
    letter-spacing: 4px;
  }
}
@media all and (max-width: 500px) {
  /* line 633, ../sass/main.scss */
  header#top-bg {
    height: 260px;
    background-size: cover;
  }

  /* line 637, ../sass/main.scss */
  .main-body section {
    padding: 30px 0 0 0;
  }

  /* line 640, ../sass/main.scss */
  .show {
    visibility: visible;
    opacity: 1;
    display: inherit;
  }

  /* line 645, ../sass/main.scss */
  .hide {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  /* line 650, ../sass/main.scss */
  .right {
    float: none;
    margin: 0;
  }

  /* line 654, ../sass/main.scss */
  #free-download {
    display: none;
    top: 70px !important;
    left: 20px !important;
    font-size: 0.825em !important;
  }
  /* line 657, ../sass/main.scss */
  #free-download a img {
    margin: 15px 15px 20px 0 !important;
    max-width: 15px !important;
  }
  /* line 661, ../sass/main.scss */
  #free-download a span {
    display: block !important;
  }

  /* line 670, ../sass/main.scss */
  #links {
    display: none;
  }

  /* line 674, ../sass/main.scss */
  #top-bar {
    padding: 10px;
  }
  /* line 676, ../sass/main.scss */
  #top-bar a {
    font-size: 0.8em;
    padding: 5px 20px;
  }

  /* line 681, ../sass/main.scss */
  p {
    line-height: 21px;
  }

  /* line 684, ../sass/main.scss */
  .full-width, .full-width img {
    clear: both !important;
    max-width: 98.5% !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  /* line 691, ../sass/main.scss */
  nav#main-nav ul#main-nav {
    height: auto !important;
  }
  /* line 693, ../sass/main.scss */
  nav#main-nav ul#main-nav li a {
    padding: 5px 10px;
    clear: both !important;
    display: block;
    float: none !important;
    border-bottom: 1px dotted #ccc;
    font-size: 0.925em;
  }
  /* line 694, ../sass/main.scss */
  nav#main-nav ul#main-nav li a:hover {
    border-bottom: 1px dotted #000;
  }

  /* line 705, ../sass/main.scss */
  .light-btn {
    display: block;
    letter-spacing: 3px;
    margin: 10px auto;
  }

  /* line 710, ../sass/main.scss */
  #purchase a.icons {
    font-size: 1.1em;
    width: 35%;
    margin-left: 8%;
    margin-bottom: 50px;
    float: left;
  }

  /* line 717, ../sass/main.scss */
  #colophon {
    line-height: 15px;
    top: 660px !important;
  }
}
