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: 'Gal Gothic Regular';
    src: url('fonts/GalGothic-Regular.eot');
    src: url('fonts/GalGothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/GalGothic-Regular.woff2') format('woff2'),
        url('fonts/GalGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gal Gothic Extrabold';
    src: url('fonts/GalGothic-Extrabold.eot');
    src: url('fonts/GalGothic-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GalGothic-Extrabold.woff2') format('woff2'),
        url('fonts/GalGothic-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gal Gothic Light';
    src: url('fonts/GalGothic-Light.eot');
    src: url('fonts/GalGothic-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GalGothic-Light.woff2') format('woff2'),
        url('fonts/GalGothic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gal Gothic Bold';
    src: url('fonts/GalGothic-Bold.eot');
    src: url('fonts/GalGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GalGothic-Bold.woff2') format('woff2'),
        url('fonts/GalGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gal Gothic Semibold';
    src: url('fonts/GalGothic-Semibold.eot');
    src: url('fonts/GalGothic-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GalGothic-Semibold.woff2') format('woff2'),
        url('fonts/GalGothic-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


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: 'Gal Gothic Regular', 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 */
    
h1 { font-family: 'Gal Gothic Extrabold',sans-serif; color: #ffffff;font-size:3em;margin:0 auto;padding:0; text-transform: uppercase;}
h2 { font-family: 'Gal Gothic Extrabold',sans-serif; color: #fff;font-size:16px;margin:20px auto 10px;padding:0;text-transform: uppercase;letter-spacing: 1.6px}
h3 {margin: 0; line-height: 1em;}
p { font-family: 'Gal Gothic Regular', 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: #706AF6;}
a:focus { outline: 0; }

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

/* 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: fixed; top: 0; left: 0; width: 100%; z-index: 1041; height:60px;}
#header.fixed {background-color: rgba(0,0,0,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: 'Gal Gothic Extrabold',sans-serif; font-size: 1.5em; padding: 5px; margin-top: 10px;}
.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: 'Gal Gothic Extrabold', sans-serif; }

.socials { position: relative; margin:0px auto; width: 60px; height: 40px; z-index: 20; }
.twitterFooter { display: block;float:left;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: block;float:left;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; }

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

.registerOuter { left:-100%; opacity: 0; top:0; background-image: url("images/CoverBottom.jpg"); background-size: cover;}
.registerWrapper { width:58%; max-width:625px; background-color: rgba(0,0,0,0.8); 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: 'Gal Gothic Extrabold', 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:'Gal Gothic Extrabold', sans-serif; color:#000; }
.marg-top { margin-top:20px; }
.myHover:hover { opacity: 0.8; }

.viewTrailer { font-family: 'Gal Gothic Extrabold', sans-serif; }

.date-layer {
	max-width: 570px;
	height: 37px;
	width: 100%;
	background-image: url("images/layer1-date.png");
	background-size: contain;
	margin: 20px auto 5px;
	background-repeat: no-repeat;
}
.top-layer {
	max-width: 800px;
	height: 472px;
	width: 100%;
	background-image: url("images/top-layer-copy.png");
	background-size: contain;
	margin: 0px auto 30px;
	background-repeat: no-repeat;
}

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

.special-layer {
	max-width: 570px;
	height: 51px;
	width: 100%;
	background-image: url("images/special-guests.png");
	background-size: contain;
	margin: 0px auto 30px;
	background-repeat: no-repeat;
}

#content .cover-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  opacity: 0;
  -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;
}

#content {
  padding: 0;
  overflow: hidden;
  position: relative;
  background-image: url("images/bg-2025.jpg");
  background-size: cover;
  background-position: center bottom;
  min-height: 2300px;
  z-index: 1;
  opacity: 0;
  -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;
}


#content.bg-loaded, #content .cover-layer.loaded {
  opacity: 1;
}

#content .wrapper {
  max-width: 800px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

#content .wrapper p {
  font-family: 'Gal Gothic Bold';
  color: white;
  text-transform: initial;
  font-size: 2.2em;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}

#content .wrapper p.text {
  max-width: 550px;
  margin: 0px auto;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 1px;
  color:#fff;
  font-weight: bold;
  line-height: 1.2em;
}

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

#content .wrapper form {
  padding: 20px 0;
  margin: 0px auto 50px;
  max-width: 350px;
}

form label.formBuilderLabel {
  display: none;
}

form input[type="text"] {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  padding: 20px 15px;
  color: black;
  width: 350px;
  outline: 0;
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
}

form button[type="submit"] {
  font-family: 'Gal Gothic Extrabold', sans-serif;
  background-color: black;
  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: #e76f76;
  color: black;
}

#content .wrapper .shot {
  display: none;
}

#content .wrapper .no-text {
  text-indent: -9999px;
  line-height: 0em;
}

#content .wrapper p.top-shot {
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 1);
  font-weight: 500;
  letter-spacing: 1px;
}

#content .wrapper h1 {
  text-transform: uppercase;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
  letter-spacing: 2px;
}

#content .wrapper h2 {
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 900;
  line-height: 140px;
  letter-spacing: 5px;
}
#content .wrapper h2 span {
  display: block;
  font-size: 160px;
}

#content .wrapper h2 span.yellow {
    color: #FFF79D;
}

#content .wrapper h3 {
  font-family: 'Gal Gothic Extrabold', sans-serif;
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 400;
  line-height: 65px;
}
#content .wrapper h4 {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 400;
  line-height: 40px;
  margin: 0px;
}

#content .wrapper h3 span {
  font-weight: 900;
}

#content .wrapper h5.collection {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 400;
  line-height: 40px;
  margin: 0px;
}

#content .wrapper .celebrate {
   background-image: url("images/celebrating-10-years.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 500px;
    height: 152px;
    width: 100%;
    text-indent: -9999px;
    margin: 50px auto;
}

#content .wrapper h6.yellow {
  font-family: 'Gal Gothic Extrabold', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin: 0 0 30px 0;
  color: #FFF79D;
}

.buy-tickets a {
	font-family: 'Gal Gothic Extrabold', sans-serif;
	padding: 14px 0 10px;
	background-color:#ffffff; 
	color: #000000;
	width: 300px;
	margin: 20px auto 120px;
	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;
    font-size: 1.6em;
    border-radius: 5px;
    letter-spacing: 2px;
}

#register {
  margin-top: 40px;
}

.buy-tickets.new a {
	margin: 10px auto 20px;
	padding: 5px;
}

.buy-tickets a:hover {
	background-color: #000000;
	color: #ffffff;
}

nav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    position: relative;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
}
nav ul {
  margin: 0;
  padding: 0; 
}
nav li{
    display:inline;
}
nav a {
    display:inline-block;
    padding:15px;
    font-size: 20px;
    font-weight: bold;
}

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

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

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

a.buy-btn {
	display: block;
	margin: 20px auto 0;
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: #e8454e;
	color: black;
	max-width: 280px;
}

a.buy-btn:hover {
	background-color: #e76f76;
}

.gig-dates {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  overflow: hidden;
}

.gig-dates h5 {
  font-family: 'Gal Gothic Extrabold', sans-serif;
  font-size: 40px;
  margin: 0;
}

.gig-dates ul li {
  font-family: 'Gal Gothic Bold', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
}

.gig-dates ul li span.amp {
  font-family: sans-serif;
}

.gig-dates ul li span.date {
  color:white;
  font-family: 'Gal Gothic Light', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-right: 10px
}

form input[type="email"] {
  font-weight: 900;
  padding: 15px;
  color: black;
  width: 350px;
  outline: 0;
  border: none;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

form input[type="submit"] {
  background-color: black;
  font-family: 'Gal Gothic Extrabold', sans-serif;
  font-weight: bold;
  color: #fff;
  width: 350px;
  outline: 0;
  border: none;
  padding: 15px;
  -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: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
}

.form {
  margin: 0 auto 30px;
  max-width: 350px;
}

footer .link-back {
  font-size: 2em;
  z-index: 5;
  position: relative;
}

#content .wrapper p.gigs-title {
	background-color: #706AF6;
    font-family: 'Gal Gothic Extrabold', sans-serif;
    display: block;
    padding: 10px;
    margin: 100px auto 0px;
    border-radius: 5px;
}

#content .wrapper p.gigs-sub-title {
    display: block;
    width: 300px;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px auto 40px;
}

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


@media only screen and (max-width: 768px) {

  #content .wrapper {
    padding: 0 30px;
  }
  #content .shot.no-text:nth-child(2) {
    margin: -30px auto 0px;
  }
  form input[type="text"] {
    width: 300px;
  }

#content .wrapper .celebrate {
    max-width: 300px;
    height: 130px;
    margin: 20px auto;
}

#content .wrapper h6.yellow {
    font-size: 30px;
}

nav a {
  font-size: 14px;
  padding: 10px;
}

#content {
  min-height: 2000px;
}

#content .wrapper p.top-shot {
  font-size: 20px;
  line-height: normal;
}

#content .wrapper h1 {
  font-size: 50px;
  line-height: 60px;
}

#content .wrapper h2 {
  font-size: 80px;
  line-height: 80px;
}

#content .wrapper h3 {
  font-size: 40px;
  line-height: 40px;
}
#content .wrapper h4 {
  font-size: 30px;
  line-height: 30px;
}

#content .wrapper h2 span {
  font-size: 80px;
}

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

form button[type="submit"] {
  width: 100%;
}

.gig-dates ul li {
    font-size: 25px;
    line-height: 35px;
}

.gig-dates h5 {
  font-size: 30px;
}

.top-layer {
  max-width: 300px;
  height: 210px;
}

.bottom-layer {
  max-width: 300px;
}

.gig-dates ul.left, .gig-dates ul.right {
  width: 100%;
}

.gig-dates {
  text-align: center;
}
.gig-dates ul li.hofw:before {
  left: 150px;
}

.form {
  max-width: 300px;
}

form input[type="email"], form input[type="submit"] {
  width: 300px;
}

#content .wrapper p.text {
  font-size: 1.4em;
}

.gig-dates ul li.venue {
	font-size: 35px;
}



}

@media only screen and (max-width: 450px) {
    form input[type="text"] {
        width: 280px;
    }
    form input[type="email"], form input[type="submit"] {
        width: 280px;
    }
    #content .wrapper h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #content .wrapper h2 {
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 20px;
    }
    #content .wrapper h2 span {
      font-size: 60px;
    }
    #content .wrapper h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .buy-tickets a {
        width: 250px;
    }
}

@media only screen and (max-width: 360px) {
    form input[type="text"] {
        width: 260px;
    }
    form input[type="email"], form input[type="submit"] {
        width: 260px;
    }
    #content .wrapper h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #content .wrapper h2 {
      font-size: 50px;
      line-height: 45px;
    }
    #content .wrapper h2 span {
      font-size: 50px;
    }
    #content .wrapper h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1920px) {
    #content .cover-layer {
       background-color: rgba(0, 0, 0, 0.6);
    }
}


/* ==========================================================================
   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%;
}

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