article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

html,
button,
input,
select,
textarea {
    color: #fff;
}

html {
    font-size: 1em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    background-color:#000000;
    font-family: 'Marcellus', Arial, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* TYPOGRAPHY */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important
}
.icon>.label {
    display: none
}
    
h1 { font-family: 'Marcellus',sans-serif; color: #ffffff;font-size:3em;margin:0 auto;padding:0;line-height: 24px;font-weight: 400; position: relative; z-index: 25;}
h2 { font-family: 'Marcellus',sans-serif; color: #fff;font-size:16px;margin:20px auto 10px;padding:0;line-height: 16px;font-weight: 400;text-transform: uppercase;letter-spacing: 1.6px}
 
p { font-family: 'Marcellus', sans-serif; color:#ffffff;font-size:16px; line-height: 1.4;margin: 20px 0 20px 0; text-transform: uppercase; font-weight: 400;  }
p.top {font-size:16px;}

strong {  font-weight: 700;  }

a, a:visited { text-decoration:none; color: #ffffff; cursor: pointer;}
a:hover, a:active { text-decoration:none;color: #ffffff;}
a:focus { outline: 0; }

h1.logo a {display: block; position: absolute; top: 15px; left: 20px; text-transform: uppercase; width: 250px; height: 36px; 	background-image: url("images/logo-main-new.png"); background-size: contain; text-indent: -9999px;}
h1.logo-new a {display: block; position: absolute; top: 17px; left: 20px; text-transform: uppercase; font-size: 33px; color: #681328;}


/* REUSABLES */
.transition { -o-transition: all .3s linear; -ms-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear; transition: all .3s linear; }
.cover { background-repeat: no-repeat; background-position: center center;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.box {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }

.outer { display: table; position: fixed; height: 100%;width: 100%;z-index:1042;}
.middle {display: table-cell;vertical-align: middle;top: 0;}
.inner { margin-left: auto;margin-right: auto;width: 100%; text-align: center;}

.muteButton:hover, .replayButton:hover, .twitterFooter:hover, .facebookFooter:hover, .registerButton:hover { opacity: 1; }

#header {position: fixed; top: 0; left: 0; width: 100%; z-index: 1041; height:60px;opacity: 0;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#header.bg-loaded {opacity: 1;}
#header.fixed {background-color: rgba(255,255,255,0.8);}

.vidWrapper { position: relative; overflow: hidden;  background-color: #191919; background-image: url("images/Cover2.jpg");height:100vh;}
#bgVid {  background-color: #191919;opacity: 0;left:50%; height: auto;position: absolute; width: auto;min-width: 100%;min-height: 100%;background-size: cover; }

.controls { position: absolute;bottom:4%;left:2%;width:80px;height:20px;z-index:200; }
.muteButton { display: block;float:left;background-image: url("images/mute.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 24px 22px; width:24px;height:22px; margin-top:-1px;}
.unmute { background-image: url("images/unmute.png"); }
.replayButton { display: block;float:left;background-image: url("images/replay.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 22px 20px; width:22px;height:20px;margin-left:14px; }

.registerButton { z-index:20; font-family: 'Marcellus', Arial,sans-serif; font-size: 1.5em; padding: 15px; color: #681328; cursor: pointer; font-weight: bold;}
.registerButtonMobile {display: none;}
.registerButtonMobile { width:100%;background-color: transparent;border:none;text-align: center;padding-bottom:0;z-index: 800; font-family: 'Marcellus',Arial,sans-serif; }

.socials { position: absolute; top: 8px; right: 20px; width: 80px; height: 40px; z-index: 20; }
.socials .fa-instagram:before {
	color: #681328;
	font-size: 30px;
	margin-right: 6px;
}
.socials .fa-facebook-square:before {
	color: #681328;
	font-size: 30px;
}

.twitterFooter { display: block;float:left;background-image: url("images/twitterFooter-new.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 20px 20px; width:20px;height:20px; margin-top: 15px; }
.facebookFooter { display: block;float:left;background-image: url("images/facebookFooter-new.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 20px 20px; width:20px;height:20px;margin-left:14px; margin-top: 15px; }

.homelogo { width:80%;max-width:824px;margin:0 auto;z-index:1; }
.homelogo img { width:100%; }

.registerOuter { left:-100%; opacity: 0; top:0; }
.registerWrapper { width:58%; max-width:625px; background-color: black; margin:0 auto; padding: 45px 0 45px; position:relative; -moz-border-radius-topleft: 5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.registerInner { width:100%;max-width:450px;margin:0 auto; }
.registerInner img { display: block; margin:0 auto; max-width:400px; }

.registerClose { width:30px; height:30px; background-image: url("images/close.png"); background-size:contain; position:absolute; right:10px; top:10px; z-index:820; }

.shareLinks { margin:28px auto 0;width:120px; }
#tweet_link { display: block;float:left;background-image: url("images/twitterShare.gif"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: contain; width:45px;height:36px; }
#fb_share_link { display: block;float:left;background-image: url("images/facebookShare.gif"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: contain; width:45px;height:36px;margin-left:30px; }

::-webkit-media-controls {
  display:none !important;
}

span#controlBar_page1 {display:none!important;}

.ajax-content { font-family: 'Marcellus',Arial,sans-serif; color:#000;font-size:12px; line-height: 1.4;margin: 16px 0 0;min-height:20px; }

.registerWrapperMobile { position:absolute; left:0; top:0px; width:80%; height:90%; background-color:#fff; padding: 10% 10% 10% 10%; z-index:860; overflow:scroll; text-align:center;margin: 0; display: none; }
.registerWrapperMobile img { width:80%; display: block; margin:40px auto 20px; max-width:280px; }

.registerWrapperMobile input { width:90%; }

.step p { font-family:'Marcellus',Arial,sans-serif; color:#000; }
.marg-top { margin-top:20px; }
.myHover:hover { opacity: 0.8; }

.viewTrailer { font-family: 'Marcellus',Arial,sans-serif; }

.in-layer {
    top: 0;
    left: 0;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

#content .wrapper h4 {
    font-size: 3em;
    text-transform: uppercase;
    max-width: 500px;
    margin: 0px auto 30px;
    color: #691327;
    font-weight: normal;
}

.no-text {
  text-indent: -9999px;
}

.buy-tickets.mobile {
	display: none;
}

.buy-tickets a {
  max-width: 300px;
  margin: 20px auto 0;
  background-color: #691327;
  color: white;
  text-transform: uppercase;
  font-size: 2.5em;
  padding: 10px 20px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

.buy-tickets a:hover {
  background-color: white;
  color: #691327;
}

.buy-buttons {
  margin: 30px 0 30px 0;
  overflow: hidden;
}

.buy-buttons .button.ticketmaster a {
  display: inline-block;
  width: 50%;
  height: 27px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/ticketmaster-button.png") no-repeat center top;
  float: left;
}

.buy-buttons .button.skiddle a {
  display: inline-block;
  width: 50%;
  height: 27px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/Skiddle.png") no-repeat center top;
  float: left;
}

.buy-buttons .button.gigantic a {
  display: inline-block;
  width: 50%;
  height: 27px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/gigantic2.png") no-repeat center top;
  float: left;
  margin-top: 25px;
}

.buy-buttons .button.ticketarena a {
  display: inline-block;
  width: 50%;
  height: 27px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/ticketarena.png") no-repeat center top;
  float: left;
  margin-top: 25px;
}

.buy-buttons .button a:hover {
  background-position: center bottom;
}

.masthead-arrow a {
  text-indent: -9999px;
  position: fixed;
  z-index: 600;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url("images/arrow.svg");
  background-size: contain;
}

.top-layer {
	max-width: 600px;
	height: 100px;
	width: 100%;
	background-image: url("images/top-layer.png");
	background-size: contain;
	margin: 0px auto 80px;
	background-repeat: no-repeat;
}

.mid-layer {
	max-width: 800px;
	height: 161px;
	width: 100%;
	background-image: url("images/mid-layer.png");
	background-size: contain;
	margin: 0px auto 40px;
	background-repeat: no-repeat;
}

.bottom-layer {
	max-width: 600px;
	height: 90px;
	width: 100%;
	background-image: url("images/bottom-layer.png");
	background-size: contain;
	margin: 0px auto 60px;
	background-repeat: no-repeat;
}

.form-text {
	max-width: 500px;
	margin: 0px auto;
}

.in-layer {
	width: 100%;
	height: 100%;
	background: white;
    opacity: 0.4;
    z-index: 1;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}

#content {
  padding: 100px 0 0 0;
  overflow: hidden;
  position: relative;
  background-image: url("images/bg_layers.jpg");
  background-size: cover;
  min-height: 1811px;
}
#content.no-bg {
  background-image: none;
  min-height: inherit;
}
#header.visible {
  opacity: 1;
  background-color: rgba(255,255,255,0.8);
}
#content .wrapper {
  max-width: 1100px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

#content .wrapper p {
  color: #691327;
  text-transform: initial;
  font-size: 2em;
}

#content .wrapper .first-load {
  display:none;
}

#content .wrapper p.bottom {
  font-size: 1.6em;
}

#content .wrapper .lineup p {
	margin: 0;
	font-size: 3em;
}
#content .wrapper .lineup.ticket-increase {
	width:200px;
	height:200px;
	margin:0px auto;
}

#content .wrapper .lineup-header p {
	margin: 0;
	font-size: 1.5em;
	color: #613f17;
}

.registerWrapper .crown {
  background-image: url("images/top-layer-white.png");
  display: block;
  background-position: center center;
  width: 450px;
  height: 73px;
  margin: 0px auto;
  background-size: contain;    
  background-repeat: no-repeat;
}

#content .wrapper form {
  padding: 10px 0;
}

form label.formBuilderLabel {
  display: none;
}

form input[type="text"] {
  padding: 10px;
  color: black;
  width: 300px;
  outline: 0;
  border: none;
  font-family: 'Marcellus', Arial, sans-serif;
}
form button[type="submit"] {
  font-family: 'Marcellus', Arial, sans-serif;
  background-color: #691327;
  color: white;
  width: 300px;
  outline: 0;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

form.top button[type="submit"] { background-color: black; }

form button[type="submit"]:hover {
  background-color: white;
  color: #691327;
}

#content .wrapper .video {
  padding-bottom: 80px;
}

#content .wrapper .shot {
  opacity: 0;
}

nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    position: relative;
    z-index: 20;
}
nav ul {
  margin: 0;
  padding: 0; 
}
nav li{
    display:inline;
}
nav a {
    display:inline-block;
    padding:15px;
    font-weight: bold;
    font-size: 1.5em;
    color: #681328;
}

#header nav a {
  color: #681328;
}

#header nav a:hover {
  color: white;
}

#header.visible nav a:hover {
  color: rgba(104,19,40, 0.7);
}

#header.fixed nav a:hover {
  color: #681328;
}

/* A single menu */
.dropotron { background: rgba(104,19,40, 0.9); border-radius: 0.5em; list-style: none; margin: 0; min-width: 10em; padding: 0.75em 1em 0.75em 1em;}
.dropotron > li { border-top: solid 1px white; margin: 0; padding: 0; }
.dropotron > li:first-child { border-top: 0; }
.dropotron > li > a { color: white; display: block; padding: 0.5em 0 0.5em 0; text-decoration: none; }
.dropotron > li.active > a, .dropotron > li:hover > a { color: #e1e1e1; }
      
/* Only applies to top level ("level-0") menus */
.dropotron.level-0 { margin-top: 1.25em; }
.dropotron.level-0:before { content: ''; position: absolute; border-bottom: solid 0.5em rgba(104,19,40, 0.9); border-left: solid 0.5em transparent; border-right: solid 0.5em transparent; top: -0.5em; }
@media only screen and (max-width: 525px){ 
      #main-nav ul li {float:left; margin: 0 1em 0 1em; padding: 0.35em 0.75em 0.35em 0.75em; border-radius: 0.5em; }
}

footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

footer p.continue, footer p.built {
  text-align: center;
  margin: 0 0 5px 0;
  line-height: 2;
  font-weight: 400;
}

footer p.continue {
  font-size: 20px;
}

footer p.built {
  font-size: 12px;
}

footer p.continue a, footer p.built a {
  color: #d8d8d8;
}

section#slides {
    padding: 0
}
section#artists {
    padding: 0 0 3em 0
}
section {
    padding: 3em 0 3em 0
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important
}
.icon>.label {
    display: none
}


#slides {
    position: relative;
    margin-top: -100px;
}
#slides .slides-container {
    display: block
}
#slides .slides-container li {
    padding-left: 0
}
#slides .slides-container li a.artist-play {
    color: white;
    font-size: 100px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -40px;
}
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both
}
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%
}
.slides-navigation a {
    position: absolute;
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    opacity: 0.2
}
.slides-navigation a:hover {
    opacity: 1
}
.slides-navigation a.prev {
    background: transparent url("images/arrow_left.png") top left no-repeat;
    left: 10px
}
.slides-navigation a.next {
    right: 10px;
    background: transparent url("images/arrow_right.png") top left no-repeat
}
#slides .slide-overlay {
    position: absolute;
    bottom: 2em;
    left: 0px;
    width: 100%;
    z-index: 3
}
#slides .slide-overlay h2 {
    color: white;
    font-size: 4.5em;
    text-transform: uppercase;
    line-height: 1em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.67);
    margin-bottom: 0;
    margin-left: 20px;
    max-width: 50%;
}
#slides .slide-overlay h3 {
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.67);
    margin-bottom: 5px
}
#slides .slide-overlay .artist-socials {
    color: white;
    font-size: 2em;
    line-height: 1em;
    padding-left: 10px;
    position: absolute;
    bottom: 9px;
    right: 20px;
}
#slides .slide-overlay .artist-socials span.icon {
    margin-right: 10px
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 1000px) {
#header {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 1041;
  height: auto;
  opacity: 1!important;
  padding: 20px;
  background-color: white!important;
}

h1.logo a {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    text-transform: uppercase;
    width: 250px;
    height: 36px;
    background-image: url("images/logo-main-new.png");
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
    margin: 0px auto;
    background-repeat: no-repeat;
    padding: 20px;
}

h1.logo-new a {
  display: block; 
  position: relative;
  top: auto; 
  left: auto; 
  text-align: center;
}

.socials {
    position: relative;
    top: auto;
    right: auto;
    width: 64px;
    height: 40px;
    z-index: 20;
    margin: 0px auto;
}
#slides .slide-overlay h2 {
    font-size: 2em;
    max-width: 100%;
}
#slides .slide-overlay {
	bottom: 4em;
}

#slides .slide-overlay .artist-socials {display: none;}

.top-layer {
    max-width: 600px;
    height: 150px;
    width: 100%;
    background-image: url("images/top-layer.png");
    background-size: contain;
    margin: 0px auto;
    background-repeat: no-repeat;
}
.mid-layer {
    max-width: 600px;
    height: 150px;
    width: 100%;
    background-image: url("images/mid-layer.png");
    background-size: contain;
    margin: 0px auto 20px;
    background-repeat: no-repeat;
}
.bottom-layer {
    max-width: 600px;
    height: 100px;
    width: 100%;
    background-image: url("images/bottom-layer.png");
    background-size: contain;
    margin: 0px auto 60px;
    background-repeat: no-repeat;
}
#content {
    padding: 20px 0 0 0;
    overflow: hidden;
    position: relative;
    background-image: inherit;
    background-size: initial;
    min-height: inherit;
    background-color: white;
}
#content .wrapper .shot {
  opacity: 1!important;
}
.masthead-arrow a {
  opacity: 0!important;
}
#content .wrapper .lineup p {
	font-size: 1.5em;
	padding: 0 10px;
}
#content .wrapper {
	z-index: 2!important;
	margin: 0px auto 80px;
}
#content .wrapper .first-load {
	display: block!important;
}

#content .wrapper .lineup.ticket-increase {
    width: 140px;
    height: 140px;
    margin: 0px auto;
}

#content .wrapper .lineup.ticket-increase img {
	width: 100%;
	height: auto!important;
}
.buy-tickets {
	display: none;
}
.buy-tickets.mobile {
	display: block;
}

footer p.built {
	color: black;
}
footer p.built a {
	color: black;
}
.registerButton {display: none;}
.registerButtonMobile {display: block;}

#header nav a:hover {
  color: #e1e1e1;
}

}

@media only screen and (max-width: 480px) {
	h1.logo-new {line-height: 0.8em;}
	h1.logo-new a {font-size: 24px; font-weight: bold;}
	nav {margin: 20px 0;}
	nav li {
		display: block;
	}
  .registerButton, nav a {padding: 0;}

  .top-layer {
    max-width: 300px;
    height: 75px;
    width: 100%;
    background-image: url("images/top-layer.png");
    background-size: contain;
    margin: 0px auto;
    background-repeat: no-repeat;
}
.mid-layer {
    max-width: 300px;
    height: 75px;
    width: 100%;
    background-image: url("images/mid-layer.png");
    background-size: contain;
    margin: 0px auto 20px;
    background-repeat: no-repeat;
}
.bottom-layer {
    max-width: 300px;
    height: 50px;
    width: 100%;
    background-image: url("images/bottom-layer.png");
    background-size: contain;
    margin: 0px auto 60px;
    background-repeat: no-repeat;
}
.buy-tickets a {    
    font-size: 2em;
}


}


/* ==========================================================================
   RETINA
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .facebookFooter { background-image: url('images/facebookFooter@2X-new.png'); }
    .twitterFooter { background-image: url('images/twitterFooter@2X-new.png'); }
    .registerClose { background-image: url('images/close@2X.png'); }
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}