/*! normalize.css v1.1.3 | MIT License | git.io/normalize */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}

@font-face {
  font-family: 'Dense';
  src: url('fonts/Dense-Regular.eot');
  src: url('fonts/Dense-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Dense-Regular.woff2') format('woff2'),
      url('fonts/Dense-Regular.woff') format('woff'),
      url('fonts/Dense-Regular.ttf') format('truetype'),
      url('fonts/Dense-Regular.svg#Dense-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


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 
    {
        font-family: 'Dense', Arial, sans-serif;
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

::-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;
}

textarea {
    resize: vertical;
}

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


/* TYPOGRAPHY */
    
h1 { font-family: 'Dense', Arial, sans-serif; color: #ffffff;font-size:24px;margin:0 auto;padding:0;line-height: 24px;font-weight: 400;}
h2 { font-family: 'Dense', Arial, 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: 'Dense', Arial, sans-serif; color:#fff;font-size:20px; line-height: 1.4;margin: 20px 0 20px 0; font-weight: 900;  }
p.top { color: white; text-align: center;background-color: transparent;display: inline; font-size: 1.8em; letter-spacing: 1px; text-transform: uppercase;}

strong {  font-weight: 700;  }

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

h1.logo {
  position: relative;
  z-index: 9999;
}

h1.logo a {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 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: absolute; height: 100%;width: 100%;z-index:10;}
.middle {display: table-cell;vertical-align: middle;}
.inner { margin-left: auto;margin-right: auto;width: 100%; text-align: center;}

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

#header {position: absolute; top: 0; left: 0; width: 100%; z-index: 1041;background-color: transparent;}

.vidWrapper { position: relative; overflow: hidden;  background-color: #191919; background-image: url("images/bottom-cover2.jpg");}
#bgVid {  background-color: #191919;opacity: 0;left:50%; height: 100%;position: absolute; width: 100%;min-width: 100%;min-height: 100%;background-size: cover; object-fit: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: 'Dense', Arial, sans-serif; padding-top: 20px; text-transform: uppercase; color: black!important;}
.registerButtonMobile { width:100%;height:50px;line-height: 50px;background-color: transparent;top:0;right:0;border:none;text-align: center;padding-bottom:0;position: absolute;z-index: 800; font-family: 'Dense', Arial, sans-serif; }
.buyButtontop {z-index:20; font-family: 'Dense', Arial, sans-serif; padding-top: 20px; text-transform: uppercase; color: black!important;}

.socials {     
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 20; 
}

#header.fixed .socials {
  top: 8px;
}


.twitterFooter { display: inline-block;background-image: url("images/twitterFooter.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:inline-block ;background-image: url("images/facebookFooter.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; }
.modaFooter { display: inline-block;background-image: url("images/moda-logo.png"); background-position:  center center; background-repeat: no-repeat;text-indent:-9999px;background-size: 79px 40px; width:79px;height:40px;margin-left:25px; }
.instagramFooter { display: inline-block;background-image: url("images/instagram@2X.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; }
.spotifyFooter { display: inline-block;background-image: url("images/spotify@2X.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; }
.appleFooter { display: inline-block;background-image: url("images/apple-v2.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; }
.youtubeFooter { display: inline-block;background-image: url("images/youtube-v2.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;  background: rgba(255,255,255,0.7);}
.registerWrapper { width:58%; max-width:625px; background-color: rgba(0,0,0,0.8); margin:0 auto; padding:40px 6% 40px; 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:600px;margin:0 auto; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center; }
.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;
  left: 50%;
  bottom: -60px;
  z-index: 820;
  margin-left: -15px;
}

.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;
}
.retailer-top {
  margin: 30px 0;
  overflow: hidden;
}

.retailer-top a.amazon {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_amazon_sprite.png") no-repeat center top;
  float: left;
}

.retailer-top a.itunes {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_itunes_sprite.png") no-repeat center top;
  float: left;
}

.retailer-bottom {
  margin: 60px auto;
  overflow: hidden;
  max-width: 400px;
}

.retailer-bottom a.amazon {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_amazon_sprite.png") no-repeat center top;
  float: left;
}

.retailer-bottom a.itunes {
  display: inline-block;
  width: 50%;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url("images/dark_theme_itunes_sprite.png") no-repeat center top;
  float: left;
}

.retailer-bottom a:hover, .retailer-top a:hover {
  background-position: center bottom;
}

.ajax-content { font-family: 'Dense', 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: 'Dense', Arial, sans-serif; color:#000; }
.marg-top { margin-top:20px; }
.myHover:hover { opacity: 0.8; }

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

.spinner {
position: fixed;
cursor: pointer;
z-index: 600;
width: 40px;
height: 40px;
left: 50%;
top: 70%;
margin-left: -20px;
margin-top: -20px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:3px solid rgba(210,210,210,.5);
border-right:3px solid rgba(210,210,210,.5);
border-bottom:3px solid rgba(210,210,210,.5);
border-top:3px solid rgba(210,210,210,1);
border-radius:100%;
pointer-events:none;
display:block;
}

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

.arrow-bottom a {
  text-indent: -9999px;
  position: absolute;
  z-index: 600;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 15px;
  background-image: url("images/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.arrow-bottom.visible a {
  opacity: 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: 80px 0 100px 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 60px;
  border: 1px solid #fff;
}
#content .wrapper {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

#content .wrapper ul {
  list-style: none;
  padding: 0;
}

#content .wrapper ul li {
  text-transform: uppercase;
  line-height: 2.2em;
  position: relative;
  font-size: 1.2em;
}

#content .wrapper p {
  color: #d8d8d8;
}

#content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

#content .wrapper span.title {
  background: transparent url("images/lbb-title.png") center center no-repeat;
  width: 585px;
  height: 41px;
  display: block;
  margin: 0px auto 50px;
}

.buy-button-top a {
  background-color: #dc202c;
  color: white;
  text-transform: uppercase;
  width: 280px;
  margin: 10px auto 0px;
  display: block;
  padding: 5px 0;
}
.buy-button-bottom a {
  background-color: #dc202c;
  color: white;
  text-transform: uppercase;
  width: 280px;
  margin: 10px auto 20px;
  display: block;
  padding: 10px 0;
}

.buybuttonbottom a {
  background-color: #ffe29c;
  color: black;
  text-transform: uppercase;
  width: 280px;
  margin: 10px auto 20px;
  display: block;
  padding: 10px 0;
  font-size: 25px;
}

.buy-button-top a:hover, .buy-button-bottom a:hover, .buybuttonbottom a:hover {
  background-color: black;
  color: #ffe29c;
}

  .container-wrapper {
  background-color: transparent;
  position: relative;
  padding: 50px 0 350px 0;

   }
  .container-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%; }

.main-container {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  padding: 40px 0 40px 0;
  overflow: hidden; }
  .main-container p.big-text {
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px; }
  .main-container p.small-text {
    font-size: 23px;
    color: black;
    font-weight: 400;
    text-transform: uppercase; 
    margin: 40px 0 0 0;
  }
  .main-container p.bold {
    font-weight: bold;
    color: white; }
.arrow-up {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center; }
.arrow-up a {
      font-size: 0.7em; }
  .main-container .slider {
    max-width: 600px;
    margin: 0px auto; }
  .main-container .slider-text {
    position: relative;
    max-width: 800px; }
.main-container p.continue a {
  text-transform: uppercase;
  color: #d9d7d9;
}
.main-container p.continue {
  margin: 0;
}
    .footer-container {
      color: black;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2px 0 2px 0;
  font-size: 0.7em; }

form label.formBuilderLabel {
  display: none;
}

form input[type="email"] {
  padding: 10px;
  color: black;
  width: 350px;
  outline: 0;
  border: none;
  font-family: 'Dense', Arial, sans-serif;
  font-size: 1.8em;
  border-radius: 0;
  text-align: center;
}

.mc-field-group label {
	display: none;
}

form input[type="submit"] {
  font-family: 'Dense', Arial, sans-serif;
  background-color: #bf9838;
  color: black;
  width: 350px;
  outline: 0;
  border: none;
  padding: 8px 0px;
  -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;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

form input[type="submit"]:hover {
  background-color: black;
  color: #bf9838;
}

nav {
	background-color: rgba(0,0,0,0.0);
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
  position: relative;
  text-align: center;
	}
	
nav ul li {
	display:inline-block;
	background-color: transparent;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:1.6em;
	line-height: 60px;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: bold;
}

nav a:hover { 
	color: #bf9838!important;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
  top: 60px; /* the height of the main nav */
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.31);

}

nav ul ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -10px;
  left: 25px;
  content:'';
}

nav ul ul li a {
  font-size: 1em;
  line-height: 40px;
  color: black!important;
}

nav ul ul li a:hover {
  color: #bf9838; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:block;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:230px;
	float:none;
	display:list-item;
  position: relative;
  padding: 0 10px;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

.bottom-cover img {
  width: 100%;
  height: auto;
}

.madheads-unite {
    position: relative;
    max-width: 800px;
    margin: 80px auto 0px;
    overflow: hidden;
    padding: 0 20px;
}

@media only screen and (max-width: 600px) {
    .madheads-unite {
        margin: 20px auto 0px;
    }
}

.madheads-unite img {
  width: 100%;
  height: auto;
  display: block;
}

.tour-tables {
    position: relative;
    max-width: 1000px;
    margin: 40px auto 0px;
    overflow: hidden;
}

.tour-tables .dates-table-center li {
  font-size: 1.8em;
  padding-bottom: 5px;

}
@media only screen and (max-width: 1024px) {
    .tour-tables {
        padding: 0px 25px 0 25px;
        margin: 0px auto 40px;
    }
}
@media only screen and (max-width: 768px) {
    .tour-tables {
        padding: 0 10px;
        margin: 0px auto;
    }
}
.tour-tables .the-dates {
    padding: 0;
    overflow: hidden;
    width: 100%
}

.tour-tables .the-dates .dates-table-left,
.tour-tables .the-dates .dates-table-right {
    float: left;
    width: 50%;
    padding-left: 5px
}
@media only screen and (max-width: 1024px) {
    .tour-tables .the-dates .dates-table-left,
    .tour-tables .the-dates .dates-table-right {
        width: 100%
    }
}
.tour-tables .the-dates p.month {
    text-align: left;
    margin: 0;
    font-size: 1.6em;
    width: 100%;
    float: left;
    color: #ffe29c;
    font-weight: 700;
}
.tour-tables .the-dates .dates-table-left p.month {
    line-height: 2em
}
.tour-tables .the-dates .dates-table-right p.month {
    line-height: 1em
}
.tour-tables .the-dates ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.tour-tables .the-dates ul li a {
    color: white;
    line-height: 2em;
}
.tour-tables .the-dates ul li a:hover {
    color: #ffe29c;
}
.tour-tables .the-dates ul li span {
    float: left;
    font-size: 1.3em;
}
@media only screen and (max-width: 768px) {
    .tour-tables .the-dates ul li span {
      float: left;
      font-size: 1.3em
  }
}
.tour-tables .the-dates ul li span.date {
    width: 20%
}
@media only screen and (max-width: 768px) {
    .tour-tables .the-dates ul li span.date {
        width: 25%
    }
}
.tour-tables .the-dates ul li span.city {
    width: 35%;
    font-weight: 700
}
@media only screen and (max-width: 768px) {
    .tour-tables .the-dates ul li span.city {
        width: 75%
    }
}
.tour-tables .the-dates ul li span.venue {
    width: 45%
}
@media only screen and (max-width: 768px) {
    .tour-tables .the-dates ul li span.venue {
        width: 100%;
        padding-left: 20%;
        padding-bottom: 10px;
    }
}

.tour-tables .the-dates .dates-table-right {
  padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .tour-tables .the-dates .dates-table-right {
    padding-top: 0px;
  }
}

.tour-tables .the-dates .dates-table-right li a {
  line-height: 2.2em;
}

.tour-tables .the-dates ul li.hof-row a span.city {
  width: 30%;
}

.tour-tables .the-dates ul li.hof-row a span.venue {
  width: 70%;
}


.main-wrapper {
  transform: translateZ(0);
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition-property: height,opacity,-webkit-transform;
 }
 
 .videoloaded .main-wrapper {
	 height: 100vh;
 }

.player-wrapper {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99; 
  -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    }

#player,
.player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  width: 100%;
  transition-property: height,opacity,-webkit-transform;
  transition-property: height,transform,opacity;
  transition-property: height,transform,opacity,-webkit-transform; }

.safari #player,
.safari .player-wrapper iframe {
  pointer-events: auto;
}

.videoloaded #player,
.videoloaded .player-wrapper iframe {
  height: 100%;
  opacity: 1; }

.video-wrapper {
  background: #000000;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 99; }

#player-mobile,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  width: 100%;
  transition-property: height,opacity,-webkit-transform;
  transition-property: height,transform,opacity;
  transition-property: height,transform,opacity,-webkit-transform; }

.videoloaded #player-mobile,
.videoloaded .video-wrapper iframe {
  height: 100%;
  opacity: 1; }

.controls-video {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 27px;
  width: 65px;
  cursor: pointer;
  z-index: 100;
  background-color: transparent;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition-property: opacity;
  opacity: 0; }

.videoloaded .controls-video {
  opacity: 1; }

#mute-toggle {
  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; }
  #mute-toggle.unmuted {
    background-image: url(images/unmute.png); }

#restart {
  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; }
  
.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition-property: opacity;
    z-index: -100;
}

.overlay-video.visible {
  opacity: 1;
  z-index: 0;
}

.registerButtontop, .albumButtontop, .liveButtontop {
  padding: 8px 0;
  font-size: 1.8em;
  letter-spacing: 1px;
  opacity: 0;
}

.registerButtontop {
	padding-right: 10px;
}

.albumButtontop {
	padding-left: 10px;
	padding-right: 10px;
}

.liveButtontop {
	padding-left: 10px;
}

.albumButtontop span {
	display: none;
}


body.videoloaded .registerButtontop, body.videoloaded .albumButtontop, body.videoloaded .liveButtontop  {
  opacity: 1;
}

#ts1 {
  margin: 0 auto 60px;
  max-width: 350px;
}


/* ==========================================================================
   Mobile Stuff
   ========================================================================== */
.video-container {
  position:relative;
  padding-bottom:48.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
  display: none;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

p.big-text {
  background-color: transparent;
  display: inline;
  color: white;
  font-size: 1.8em;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 600px;
  display: block;
  margin: 0px auto;
}

.container-wrapper {
    text-align: center;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	padding: 150px 30px;
}

.datesGroup {
  position: relative;
  z-index: 99;
  padding-top: 100px;
}

.container-wrapper .cover-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 2;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#ts1 {
      margin: 30px auto 60px;
}

.container-wrapper .socials {
    position: relative;
    top: auto;
    right: auto;
    width: 58px;
    height: 40px;
    z-index: 20;
    left: 50%;
    margin-left: -29px;
}

.hero-mobile {
  display: none;
}

.registerInner .top .left h2 {
  max-width: 600px;
  height: 96px;
  width: 100%;
  background-image: url(images/top-layer.png);
  background-size: contain;
  margin: 0px auto 15px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  line-height: 0em;
  background-position: center center;
}

.buy-tickets a {
  padding: 10px;
  background-color: #8c6d4c;
  width: 170px;
  margin: 30px auto;
  display: block;
  text-transform: uppercase;
  -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;
}

.buy-tickets.new a {
  margin: 3px auto 20px;
  padding: 5px;
  font-size: 0.9em;
} 

.buy-tickets a:hover {
  background-color: #ffead2;
  color: black!important;
}

.buy-buttons .button a {
	background-color: #bf9838;
	padding: 10px;
	border-radius: 4px;
	margin: 20px auto;
    display: block;
    width: 220px;
    text-transform: uppercase;
    color: #000;
}
.buy-buttons .button a:hover {
	background-color: #fff;
	color: #000;
}


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

@media only screen and (max-width: 1024px) {
  .video-container { display: block; }
  .main-wrapper { display: none; }
  #header {position: relative; top: auto; left: auto;}
  
}

@media only screen and (max-width: 1024px) {
  .socials {
    position: relative;
    top: auto;
    right: auto;
    z-index: 20;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}
.instagramFooter {
  margin-left: 0;
}
  #header {
    background-color: black;
    padding-top: 20px;
  }
  h1.logo {
    text-align: center;
    margin-bottom: 30px;
  }
  h1.logo a {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 20px;
  }

  nav ul li {
    display: block;
  }
  nav ul li.register {
	  display: none;
  }
  
  nav ul li.album .albumButtontop {
    padding-left: 0px;
    padding-right: 0px;
    opacity: 1;
	}
	
	nav ul li.live .liveButtontop {
    padding-left: 0px;
    padding-right: 0px;
    opacity: 1;
	}
	
	nav ul li.album .albumButtontop span {
	display: inline-block;
	padding-right: 5px;
	}

  nav ul li .hide-mobile {
    display: none;
  }

  nav a {
    font-size: 1.2em;
    line-height: 30px;
  }

  nav ul ul {
    display: block;
    position: relative;
    top: auto;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: black;
}
nav {
  margin-bottom: 20px;
}
nav ul ul li a {
  font-size: 1.2em;
  line-height: 30px;
  color: white!important;
}

nav ul ul:before {
  display: none;
}

nav ul ul li {
  width: 100%;
}
  .datesGroup {
    padding-top: 0;
    padding-bottom: 20px;
  }
  
  .container-wrapper {
    padding: 30px 20px 0px 20px;
    background-image: none;
    min-height: auto;
  }

  .container-wrapper .cover-layer {
    background-color: rgba(0,0,0,0);
  }

  .hero-mobile {
    display: block;
    margin-top: 30px;
  }

  .hero-mobile img {
    width: 100%;
    height: auto;
    margin: 0;
  }

}

@media only screen and (max-width: 768px) {
  body {
    min-height: initial;
    background-image: url("images/bg-band-mobile.jpg");
  }
  form input[type="text"] {
    width: 260px;
  }
  form button[type="submit"] {
    width: 260px;
  }
  .tour-tables .dates-table-center li {
    font-size: 1.2em;
    padding-bottom: 10px;
  }
}



/* ==========================================================================
   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.png'); }
    .twitterFooter { background-image: url('images/twitterFooter@2X.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%;
}


.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;
    }
}