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: 'news_gothic_tlbold_condensed';
    src: url('fonts/tilde_-_news_gothic_tl_bold_condensed-webfont.eot');
    src: url('fonts/tilde_-_news_gothic_tl_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tilde_-_news_gothic_tl_bold_condensed-webfont.woff2') format('woff2'),
         url('fonts/tilde_-_news_gothic_tl_bold_condensed-webfont.woff') format('woff'),
         url('fonts/tilde_-_news_gothic_tl_bold_condensed-webfont.ttf') format('truetype'),
         url('fonts/tilde_-_news_gothic_tl_bold_condensed-webfont.svg#news_gothic_tlbold_condensed') 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 {
    background-color:#fce2c9;
    font-family: 'news_gothic_tlbold_condensed', 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 */
    
h1 { font-family: 'news_gothic_tlbold_condensed',sans-serif; color: #ffffff;font-size:3em;margin:0 auto;padding:0;line-height: 24px;font-weight: 400;}
h2 { font-family: 'news_gothic_tlbold_condensed',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}
h3 {margin: 0; line-height: 1em;}
p { font-family: 'news_gothic_tlbold_condensed', 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:20px;}

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

.viewTrailer { font-family: 'news_gothic_tlbold_condensed',Arial,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: 614px;
	height: 300px;
	width: 100%;
	background-image: url("images/Margate_Fatboy_Type.png");
	background-size: contain;
	margin: 0px auto 30px;
	background-repeat: no-repeat;
}

.bottom-layer {
	max-width: 518px;
	height: 73px;
	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.75);
  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: 20px 20px 0 20px;
  overflow: hidden;
  position: relative;
  background-image: url("images/margate-big-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  min-height: 100vh;
  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: 1280px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

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

#content .wrapper p.text {
  max-width: 550px;
  margin: 0px auto;
  text-transform: uppercase;
  font-size: 1.6em;
  letter-spacing: 1px;
}

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

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

form label.formBuilderLabel {
  display: none;
}

form input[type="text"] {
  font-family: 'news_gothic_tlbold_condensed',Arial,sans-serif;
  padding: 10px;
  color: black;
  width: 300px;
  border: 2px solid white;
  outline: 0;
  border-radius: 0;
}
form button[type="submit"] {
  font-family: 'news_gothic_tlbold_condensed',Arial,sans-serif;
  background-color: #00a3a8;
  color: black;
  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: #00a3a8;
  color: black;
}

form input[type="text"]:focus  {
  border: 2px solid #00a3a8;
}

.blinker {
   animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 3;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.shake {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

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

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

#content .wrapper .gig-dates ul li {
    font-size: 1.4em;
}

.buy-tickets a {
	font-family: 'news_gothic_tlbold_condensed',Arial,sans-serif;
	padding: 10px;
	background-color:#8c6d4c; 
	width: 200px;
	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: 10px auto 20px;
	padding: 5px;
}

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

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-size: 20px;
    font-weight: bold;
}

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

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: #ed3995;
	color: white;
	max-width: 280px;
}

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

.overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    z-index: -100;
}

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

.registerInner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.registerClose {
    width: 30px;
    height: 30px;
    background-image: url(images/close.png);
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 820;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.closeRegister {
	display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
}
}

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


@media only screen and (max-width: 768px) {
  #content {
    padding: 0 30px;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #content .shot.no-text:nth-child(2) {
    margin: -30px auto 0px;
  }
  form input[type="text"] {

  width: 100%;

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

#content .wrapper .gig-dates ul li {
    font-size: 1.2em;
}

#content .cover-layer {
  background-color: rgba(0,0,0,0.85);
}

  

}

@media only screen and (max-width: 570px) {
	#content {
    padding: 0 30px;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(images/bg-margate-mobile.jpg);
  }
	.bottom-layer, .top-layer {
		margin: 0px auto 20px;
	}
	.top-layer {
    height: 213px;
    background-size: contain;
	}
}


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