/*
CSS created by David Oldfield
Brainstorm Design / brainstormdesign.co.uk / david.oldfield@brainstormdesign.co.uk
*/ @font-face {
  font-family: 'concielianboldital';
  src: url('/fonts/concielianboldital.eot');
  src: url('/fonts/concielianboldital.eot') format('embedded-opentype'), url('/fonts/concielianboldital.woff2') format('woff2'), url('/fonts/concielianboldital.woff') format('woff'), url('/fonts/concielianboldital.ttf') format('truetype'), url('/fonts/concielianboldital.svg#concielianboldital') format('svg');
}
* {
  outline: none;
}
html, body {
  height: 100%;
}
html {
  font-size: 13px;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: underline;
}
p {
  line-height: 140%;
}
input, textarea, select, label, button {
  font-size: 1rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
}
select[disabled] {
  color: #555;
}
select:disabled {
  opacity: 0.6;
}
.bold, strong {
  font-weight: 700;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
}
.c_15 {
  width: 15%;
}
.c_20 {
  width: 20%;
}
.c_25 {
  width: 25%;
}
.c_30 {
  width: 30%;
}
.c_33 {
  width: 33.333333%;
}
.c_35 {
  width: 35%;
}
.c_40 {
  width: 40%;
}
.c_45 {
  width: 45%;
}
.c_50 {
  width: 50%;
}
.c_55 {
  width: 55%;
}
.c_60 {
  width: 60%;
}
.c_65 {
  width: 65%;
}
.c_66 {
  width: 66.666666%;
}
.c_70 {
  width: 70%;
}
.c_75 {
  width: 75%;
}
.c_80 {
  width: 80%;
}
.c_100 {
  width: 100%;
}
hr {
  border: 0;
  border-bottom: 1px dashed #555;
  background: #000;
}
#status {
  width: 350px;
  padding: 20px;
  background-color: #f58429;
  color: #fff;
  position: fixed;
  top: 50%;
  margin-left: -195px;
  left: 50%;
  margin-top: -60px;
  z-index: 999999999999;
  text-align: center;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#status h4 {
  font-weight: 700;
  font-size: 1.238rem;
  text-transform: uppercase;
}
#header_wrap {
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
}
.header {
  padding: 20px 3%;
}
.header img {
  max-width: 34%;
  margin-bottom: 15px;
}
.header ul, .mobile_menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 100%;
}
.menu {
  position: relative;
  z-index: 1;
}
.cart_wrap {
  position: absolute;
  right: 3%;
  z-index: 99;
  top: 0px;
  width: 36.5%;
}
.saved {
  padding: 8px 0px;
  display: block;
  text-align: center;
}
.saved a {
  color: #f58429;
}
.saved a:hover {
  text-decoration: none;
  color: #fff;
}
.cart {
  text-align: center;
  font-weight: 700;
}
.cart a, .cart span.basket {
  padding: 5px 0px;
  background-color: #f58429;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
.cart a:hover {
  background-color: #444;
  text-decoration: none;
}
.cart span.basket {
  background-color: #444;
}
.mobile_menu ul.main {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header .wrapper {
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.header .c_60 ul {
  width: 95%;
}
.header ul a, .mobile_menu ul a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.mobile_menu ul a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.header .menu span, .mobile_menu ul.main span {
  display: block;
  height: 5px;
  overflow: hidden;
  background-color: #f58429;
  transform: skew(-30deg);
  border-right: 5px solid #000;
  position: relative;
  z-index: 1;
}
.header ul span::before, .mobile_menu ul.main span::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 5px;
  width: 0px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.header ul li:hover span::before, .mobile_menu ul li:hover span::before {
  width: 100%;
}
.header ul li:hover .dropdown span::before {
  width: 0;
}
.header ul li:hover .dropdown a:hover span::before {
  width: 100%;
}
.header ul li {
  flex: 1;
  position: relative;
  z-index: 1;
}
.dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: -15px;
  padding: 15px;
  z-index: 2;
  background-color: #000;
  color: #fff;
  width: 200%;
  display: none;
}
.dropdown a {
  display: block;
}
.header ul .dropdown span {
  height: 3px;
  margin-top: 3px;
}
.header ul li a:hover, .mobile_menu ul li a:hover {
  text-decoration: none;
  color: #f58429;
}
.mobile_menu ul:not(.main) a {
  border-bottom: 1px solid #fff;
}
.mobile_menu ul:not(.main) span {
  display: none;
}
.wrap {
  margin-left: 10px;
}
.header .c_40 .flex.negative {
  flex-grow: 1;
}
.header .c_40 span {
  background-color: #777;
  border-right: none;
}
.header a.btn, .mobile_menu a.btn {
  display: block;
  padding: 5px 0px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0px 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.header a.btn.logout {
  background-color: #c00;
  border: 1px solid #c00;
}
.header a.btn.profile {
  border: 1px solid #f58429;
}
.header a.btn::before, .mobile_menu a.btn::before {
  display: none;
}
.header a.btn:hover {
  background-color: #fff;
  color: #000;
}
a.btn.large {
  font-size: 1.385rem;
  padding: 10px 50px;
}
.negative {
  margin-left: -5px;
  margin-right: -5px;
}
#logins {
  position: absolute;
  right: 0%;
  z-index: 99;
  top: 100%;
  background-color: #0f0f0f;
  color: #fff;
  width: 40%;
}
#logins .block {
  padding: 20px 50px;
  margin-right: 7.4%;
}
#logins label {
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#logins h4 {
  font-size: 2.692rem;
  text-transform: uppercase;
  font-weight: 200;
  color: #f58429;
  line-height: 100%;
}
#logins a {
  color: #f58429;
}
#logins input {
  padding: 5px 15px;
  border: 1px solid #888;
  background: none;
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 10px;
  width: calc(100% - 32px);
}
form[name=password] {
  display: none;
}
button {
  padding: 5px 70px;
  background: none;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  border: none;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
button:not(.fancybox-button)::before {
  background-color: #f58429;
  transform: skew(-30deg) !important;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
button:disabled, button[disabled] {
  color: #444;
}
button:disabled::before, button[disabled]::before {
  background-color: #222;
}
#map button::before {
  display: none;
}
button span {
  position: relative;
  z-index: 3;
}
button:hover::before {
  background-color: #333;
  transform: skew(30deg) !important;
}
#login, #register {
  display: none;
}
.pad {
  padding-right: 20px;
}
.disclaimer {
  color: #aaa;
}
#video_wrap {
  height: 85vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("/images/bg-home.jpg");
  background-size: cover;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%) !important;
  background: url('/images/banners/placeholder.png') no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
#video_wrap #overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.strapline {
  position: relative;
  z-index: 50;
  width: 70%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -moz-align-self: center;
  -o-align-self: center;
  align-self: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.strapline p {
  font-family: 'concielianboldital';
  font-size: 8rem;
  line-height: 100%;
  padding: 0px;
  margin: 80px 0px 0px 0px;
  opacity: 0.7;
}
.strapline h2 {
  margin-bottom: 20px;
  font-size: 2.692rem;
  font-weight: 200;
}
a.btn {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  z-index: 1;
  line-height: 100%;
}
a.btn::before {
  background-color: #f58429;
  transform: skew(-30deg) !important;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
a.btn span {
  position: relative;
  z-index: 6;
}
a.btn:hover {
  text-decoration: none;
}
a.btn:hover::before {
  background-color: #444;
  transform: skew(30deg) !important;
}
.strapline a.btn, .tile a.btn {
  padding: 6px 60px;
  font-size: 1.154rem;
}
.tile h4 {
  color: #fff;
}
img.arrows {
  width: 20px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -10px;
  z-index: 9;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.strapline:hover img.arrows, .tile:hover img.arrows {
  bottom: -60px;
}
.fixtures h3 {
  background-color: #f58429;
  text-transform: uppercase;
  font-size: 1.385rem;
  color: #fff;
  padding: 10px 7.5%;
}
.block {
  padding: 30px 7.5%;
}
.fixtures .c_30 {
  text-align: right;
}
a.btn.reverse::before {
  background-color: #222;
}
.divider {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}
.fixtures {
  min-height: 40vh;
}
.fixtures .flex {
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.fixtures .flex p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  font-size: 1.154rem;
}
/*.fixtures p:last-of-type {
    display: block;
    text-align: center;
}*/
.fixtures .block p:last-child a::before {
  background-color: #fff;
  border: 2px solid #999;
}
.fixtures p:last-of-type a span {
  color: #999;
  font-weight: 300;
}
.fixtures .block p:last-child a:hover::before {
  background-color: #aaa;
}
.fixtures .block p:last-child a:hover span {
  color: #fff;
}
.tile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -webkit-align-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tile::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
  z-index: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tile:hover::before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tile:hover #overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.tile.trackdays {
  background-image: url("/images/bg-trackdays.jpg");
}
.tile.trackdays {
  color: #fff;
}
.tile.experience, .tile.competition, .tile.concierge, .tile.drifting {
  background-image: url("/images/bg-experience.jpg");
  color: #fff;
  min-height: 50vh;
}
.tile.competition {
  background-image: url("/images/bg-competition.jpg");
}
.tile.concierge {
  background-image: url("/images/bg-concierge.jpg");
  min-height: 40vh;
}
.tile.drifting {
  background-image: url("/images/bg-drifting.jpg");
  min-height: 40vh;
}
.tile.voucher_tile {
  background-image: url("/images/bg-voucher-tile.jpg");
  min-height: 50vh;
  color: #fff;
  background-size: 100% auto;
}
.tile.voucher_tile:hover::before {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.tile.experience #overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.tile h4 {
  font-size: 5rem;
  font-family: 'concielianboldital';
  padding-bottom: 20px;
  line-height: 70%;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
}
.tile h4 span {
  color: #f58429;
}
.tile:hover h4 {
  opacity: 1;
}
.ards h4 {
  font-size: 3rem;
}
.ards .c_33 {
  padding: 100px 0px;
}
#ards_box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#ards_box li {
  margin-bottom: 5px;
}
.tile h5 {
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 30px;
  font-weight: 200;
}
.tile div:not(#overlay) {
  max-width: 80%;
  position: relative;
  z-index: 50;
  align-self: center;
}
.introduction {
  padding: 40px 15% !important;
  text-align: center;
}
.narrow {
  padding: 30px 20% !important;
}
.introduction h6 {
  text-transform: uppercase;
  font-weight: 400;
  color: #f58429;
  font-size: 1.154rem;
}
.introduction p {
  line-height: 175%;
}
.introduction p a {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  transition-delay: 1s;
}
.introduction.active p a {
  opacity: 1;
}
.introduction .flex {
  justify-content: center;
}
section.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 3%;
  text-transform: uppercase;
    border-top:1px solid #333;
}
section.centre {
  text-align: center;
}
.centre .trackday_wrap {
  justify-content: center;
}
section.centre .c_70 {
  padding: 20px 15%;
}
.footer a {
  color: #fff;
  font-weight: 400;
}
.footer img.logo {
  max-width: 50%;
}
p.bigger, .bigger {
  font-size: 1.231rem;
}
p.large {
  font-size: 1.538rem;
}
.footer span {
  color: #f58429;
}
p.large a {
  font-weight: 300;
}
.socials img {
  max-width: 35px;
  margin-right: 15px;
  margin-top: 17px;
}
.footer form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer input {
  padding: 7px 15px;
  border: 1px solid #888;
  background: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.footer input[type=text] {
  width: 40%;
}
.footer input[type=submit] {
  width: 25%;
  background-color: #f58429;
}
.mobile_menu {
  display: none;
}
.headline, .content_wrap section h2 {
  background-color: #f58429;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 10px 10%;
  font-size: 1.231rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.headline {
  font-size: 1.538rem;
  line-height: 135%;
}
.content_wrap {
  position: relative;
  z-index: 1;
}
.content_wrap section {
  padding: 40px 3%;
}
section.no_pad {
  padding: 0px !important;
}
.content_wrap a {
  font-weight: 700;
}
.filter {
  background-color: #000;
  color: #fff;
  padding: 15px 3%;
}
.content_wrap section h2 {
  font-weight: 700;
  overflow: hidden;
}
.content_wrap section h2 span {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
  background-color: #000;
  color: #fff;
  height: 100%;
  align-content: center;
  align-items: center;
  padding: 0px 50px;
}
.content_wrap section h2 span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  border-bottom: 43px solid #000;
  border-left: 25px solid #f58429;
  width: 0;
}
.content_wrap section h2 span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  border-bottom: 43px solid #fff;
  border-left: 25px solid #000;
  width: 0;
}
.content_wrap .c_50 .c_75 {
  font-size: 1.231rem;
}
ul.interests {
  padding: 0px;
  margin: 0px 0px 52px 0px;
  list-style: none;
}
ul.interests li {
  width: 50%;
  margin-bottom: 8px;
}
.trackday_wrap {
  margin-top: 10px;
}
.tracks {
    justify-content: center;
}
.tracks .c_25 .inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border:2px solid #333;
}
.tracks .inner a.btn_wrapper img {
    width: 90%;
    margin:10px 5%;
}
.trackday_wrap.negative .inner {
  margin: 10px 5px;
  position: relative;
  z-index: 1;
}
.trackday_wrap .inner img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.trackday_wrap .inner a.btn_wrapper, .inner a.btn_wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
}
.trackday_wrap .inner a.btn_wrapper div, .inner a.btn_wrapper div {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.inner a.btn_wrapper img {
  display: block;
  width: 100%;
}
.trackday_wrap h3, a.btn_wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.231rem;
  display: block;
  text-align: center;
  width: 70%;
}
.trackday_wrap h3 span, a.btn_wrapper span {
  display: block;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  padding: 5px 20px;
}
.discounted {
  display: inline-block;
  margin-left: 10px;
  text-decoration: line-through;
  color: #c00;
}
.trackday_wrap h3 span::before, a.btn_wrapper span::before {
  background-color: #f58429;
  transform: skew(-30deg);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.trackday_wrap span strong, a.btn_wrapper span strong {
  position: relative;
  z-index: 3;
  font-weight: 500;
}
.trackday_wrap .inner a.btn_wrapper:hover div, a.btn_wrapper:hover div {
  background-color: rgba(0, 0, 0, 0.4);
}
.trackday_wrap a.btn_wrapper:hover span::before, a.btn_wrapper:hover span::before {
  background-color: #000;
  transform: skew(30deg);
}
.tab {
  text-align: center;
  font-weight: 500;
  display: block;
  padding: 6px 10px;
  margin: 2px 1px 0px 1px;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
}
.black_bg .tab {
  background-color: #222;
}
.negative.tabs {
  margin-left: -1px;
  margin-right: -1px;
}
.detail {
  margin-top: 20px;
}
img.main_img {
  display: block;
  width: 100%;
}
.desc {
  padding: 0px 0px 0px 40px;
  border-left: 1px solid #000;
  margin: 0px 0px 0px 0px;
}
.equals .desc {
  height: 100%;
}
.detail label, .detail input, .booking_wrap input[type=text], .booking_wrap label, .booking_wrap select, .filter select, .filter input {
  display: block;
}
.detail h5, .booking_wrap h5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0px;
  font-size: 1.092rem;
}
.detail input, .booking_wrap input[type=text], .booking_wrap select, .filter select, .booking_wrap input[type=password], .booking_wrap textarea {
  padding: 6px 10px;
  width: calc(100% - 26px);
  border: 3px solid #ccc;
  margin-bottom: 10px;
}
.booking_wrap input.half {
  width: calc(50% - 26px);
  display: inline-block;
}
.booking_wrap input.half:first-of-type {
  margin-right: 4px;
}
h4.title, .desc a.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 47px;
  margin: 0px 12px 30px 14px;
  font-size: 1.231rem
}
.desc a.btn {
  margin-bottom: 0px;
  display: block;
  padding: 15px 10px;
}
.desc a.btn.small {
  padding: 5px 10px;
  margin-left: -5px;
}
.tile h4.title {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tile p.total {
  font-size: 1.538rem;
  color: #fff;
  margin-bottom: 10px;
}
h4.title span {
  position: relative;
  z-index: 3;
}
h4.title::before {
  background-color: #f58429;
  transform: skew(-30deg);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.detail .box {
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.box a, .booking_wrap .c_66 p a {
  font-weight: 700;
  color: #f58429;
  text-transform: uppercase;
}
.mini_banner {
  height: 40vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.midi_banner {
  height: 65vh;
  overflow: hidden;
}
.midi_banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  transition: inherit;
  z-index: 1;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /*transition-delay: 0.3s;*/
}
.midi_banner.active::before {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.mini_banner.bottom_align {
  background-position: right center
}
.mini_banner h2 {
  position: relative;
  z-index: 10;
  font-size: 3rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
}
.mini_banner h2 span, .mini_banner h2 img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  /* Let's enforce some hardware acceleration */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.mini_banner #overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
/*.booking_wrap {
  background-color: #000;
  color: #fff;
  padding: 40px 3%;
  border-bottom: 1px solid #666;
  display: block;
}*/
.booking_wrap .negative, .voucher_wrap .negative {
  margin-left: -20px;
  margin-right: -20px;
}
.booking_wrap .inner, .voucher_wrap .inner {
  margin: 0px 20px;
}
.booking_wrap input[type=text], .booking_wrap input[type=password], .booking_wrap select, .filter select, .booking_wrap textarea {
  background-color: #111;
  color: #fff;
  width: calc(100% - 24px);
  border: 2px solid #aaa;
}
.booking_wrap textarea {
  padding: 6px 15px;
  width: calc(100% - 34px);
  min-height: 98px;
}
.booking_wrap select {
  width: calc(100% - 0px);
}
.booking_wrap h5 {
  text-align: left;
}
p.total {
  font-size: 2.692rem;
  text-transform: uppercase;
  color: #f58429;
  font-weight: 200;
  padding: 0px;
  margin: 0px;
}
p.total span {
  color: #fff;
}
p.total.smaller {
  font-size: 1.538rem;
}
p.total.centre {
  display: block;
  text-align: center;
}
.filter .inner {
  margin: 0px 5px;
}
.filter select {
  margin-bottom: 0px;
  text-transform: uppercase;
  width: calc(100% - 0px);
}
.filter input[name=submit] {
  display: block;
  background-color: #444;
  color: #fff;
  text-transform: uppercase;
  border: none;
  width: calc(100% - 0px);
  padding: 8px 20px 9px 20px;
  font-weight: 700;
}
.filter input[name=submit]:hover {
  background-color: #f58429;
}
.detail .inner:first-child {
  padding-right: 40px;
}
.detail p {
  line-height: 150%;
}
.detail h3 {
  text-transform: uppercase;
  font-size: 1.538rem;
  padding-top: 28px;
}
.c_66 .desc {
  border: none;
}
.c_66 .desc h3 {
  padding-top: 0px;
}
.detail ul li {
  margin-bottom: 10px;
}
.detail ul {
  padding: 15px 0px 15px 15px;
  margin: 0px;
}
.equals .c_33 .inner {
  height: 100%;
}
label {
  display: block;
  padding-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}
.drivers {
  border-bottom: 1px solid #333;
  padding-bottom: 60px;
}
.drivers h3 {
  margin-bottom: 20px;
}
.drivers {
  justify-content: center;
  text-align: center;
}
.drivers h4 {
  text-transform: uppercase;
  font-size: 1.538rem;
  font-weight: 700;
  margin: 25px 0px 0px 0px;
  text-align: center;
}
.drivers .c_100 {
  text-align: center;
}
.drivers .c_100 button {
  display: inline-block;
}
.drivers input {
  background-color: #111;
  color: #fff;
  border: 2px solid #aaa;
  text-align: center;
}
.black_bg {
  background-color: #000;
  color: #fff;
}
.black_bg p a {
  color: #f58429;
}
.black_bg p a span {
  color: #fff;
}
.members {
  font-size: 1.231rem;
}
.members h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.top_b {
  border-top: 1px solid #333;
}
.top_b h2 {
  margin-bottom: 30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, .28);
  -moz-box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, .28);
  box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, .28);
  margin-bottom: 40px;
  margin-top: .5em;
  width: 100%;
  max-width: 100%;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
}
table thead tr {
  border-bottom: 3px solid #444;
}
table tfoot tr {
  border-top: 3px solid #444;
}
table thead th, table tfoot th {
  line-height: 1.8;
  padding: 15px 14px 13px 14px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
table th {
  font-size: 1rem;
}
table tbody tr:hover {
  background-color: #222;
  color: #fff;
}
table th, table td {
  border: 1px solid #444;
  padding: 10px 14px;
  position: relative;
  vertical-align: middle;
}
table td, table th {
  border-right: none !important;
  border-left: none !important;
}
caption {
  font-size: 1.111em;
  font-weight: 300;
  padding: 10px 0;
}
td[data-label=Item] {
  text-transform: uppercase;
  font-weight: 700;
}
td[data-label=Item] span {
  font-weight: 300;
  text-transform: none;
}
td[data-label=Action] img {
  width: 35px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
td[data-label=Action] img:hover {
  transform: rotate(180deg);
}
td[data-label=Total] {
  color: #f58429;
  font-weight: 700;
}
.box.black_bg {
  text-align: left;
}
.box.black_bg h5 {
  font-family: 'concielianboldital';
  text-transform: none;
  text-align: left;
  font-size: 2.692rem;
}
.box.black_bg h5 span {
  color: #f58429;
}
.tab.alt {
  padding: 0px;
}
.tab a {
  color: #fff;
  display: block;
  padding: 6px 10px;
}
.tab a:hover {
  text-decoration: none;
  background-color: #f58429;
}
.experience_wrap {
  color: #fff;
  margin-left: -5px;
  margin-right: -5px;
}
.experience_wrap img {
  display: block;
  width: 100%;
}
.experience_wrap .inner {
  margin: 5px;
  background-color: #000;
}
.experience_wrap h2 {
  text-transform: uppercase;
}
.experience_wrap ul li {
  margin-bottom: 6px;
}
.grey_bg {
  background-color: #efefef;
}
.nug {
  position: absolute;
  top: 0px;
  right: 3%;
  z-index: 9999999;
  color: #f58429;
  background-color: #000;
  font-size: 1.385rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 15px 30px;
  border-top: 1px solid #333;
}
.star {
  font-size: 2rem;
  display: block !important;
  position: absolute !important;
  z-index: 999 !important;
  right: 10px;
  top: 10px;
  -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;
}
.star:hover {
  transform: rotate(360deg);
  cursor: pointer;
  color: #f58429;
}
.star.active {
  color: #f58429;
}
#alert_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  width: 400px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.154rem;
  margin-left: -200px;
}
.alert {
  background-color: #c00;
  color: #fff;
  padding: 10px;
  text-align: center;
  padding: 40px 20px;
}
.cars img {
  display: block;
  width: calc(100% - 4px);
  border: 2px solid #333;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.cars h5 {
  font-size: 1.692rem;
  text-transform: uppercase;
  color: #f58429;
  font-weight: 200;
}
.cars .c_25 .inner {
  text-align: center;
}
.cars .inner ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.cars.negative {
  margin-right: -20px;
  margin-left: -20px;
  justify-content: center;
}
.cars .inner {
  padding: 20px 0px 0px 0px !important;
  margin: 0px 20px 30px 20px;
  border-top: 1px solid #333;
}
.cars .inner button {
  display: inline-block;
}
.cars .inner li {
  background-color: #111;
  padding: 5px 0px;
  margin: 0px 0px 1px 0px;
}
.cars .c_25:hover img {
  border: 2px solid #fff;
}
.cars .central .inner {
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 20px;
}
.car_wrap {
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}
.car_wrap.main {
  min-height: 45vh;
}
.car_wrap.main .steps {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
}
.car_wrap.main .steps span {
  display: inline-block;
  padding: 0px;
  width: 15px;
  height: 15px;
  background-color: #f58429;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.event_details, .extras {
  padding-top: 25px;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 25px;
}
.extras {
  border-top: 1px solid #333;
}
.event_details label, .event_details input, .event_details select, .event_details h5, .extras select, .extras h5 {
  text-align: center;
}
.event_details .flex, .extras .flex {
  justify-content: center;
}
.extras .flex img {
  filter: invert(1);
  max-width: 17%;
  margin-top: 20px;
}
img.arrow {
  width: 25px;
  margin: 20px 0px;
}
form p.total {
  color: #f58429 !important;
}
.btn_wrap {
  display: block;
  text-align: center;
  font-size: 1.538rem;
  padding: 25px 0px;
}
.btn_wrap button {
  display: inline-block;
  font-size: 1.538rem !important;
}
#booking_total {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  background-color: #f58429;
  color: #fff;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  min-width: 20%;
  display: block;
  text-align: center;
}
#booking_total::before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  border-bottom: 83px solid #f58429;
  border-left: 40px solid #000;
  width: 0;
}
.car_booking {
  padding-top: 40px;
}
.glide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.glide p.total {
  display: block;
  text-align: center;
  padding: 25px 0px;
}
.glide .car_info {
  padding: 25px 0px;
}
.car_info .flex, .linked_car .c_33 .flex {
  max-width: 60%;
  margin: 0px auto 40px auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}
.linked_car .c_33 .flex {
  max-width: 100%;
}
.car_info .flex .inner, .linked_car .c_33 .flex .inner {
  background-color: #000;
  margin: 0px 10%;
}
.car_info .flex img, .linked_car .c_33 .flex img {
  width: 25px;
}
#cars .car_info img {
  margin-top: 0px;
}
.car_info .flex p, .linked_car .c_33 .flex p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 4rem;
  padding: 0px;
  margin: 0px;
  line-height: 100%;
}
.linked_car .c_33 .flex p {
  font-size: 3rem;
}
.car_info .flex span, .linked_car .c_33 .flex span {
  font-weight: 200;
  text-transform: uppercase;
  color: #f58429;
  display: block;
}
.glide .car_info ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.glide .car_info ul li {
  padding: 4px 0px;
}
.glide__wrapper {
  overflow: hidden;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  margin: 0px;
}
.glide__track.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.glide__slide a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  left: 0px;
}
.glide__arrows .glide__arrow {
  width: 60px;
  height: 60px;
  background: none;
  overflow: hidden;
  display: block;
  padding: 0px;
  border: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/images/icon-arrow-back.png");
  text-indent: -999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.glide__arrows button::before {
  display: none;
}
.glide__arrow {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 30px;
}
.next {
  right: 30px;
  left: auto;
  background-image: url("/images/icon-arrow-fwd.png") !important;
}
.glide__arrows button:hover {
  transform: rotate(360deg);
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}
.toggler {
  /*display: none;*/
}
#cars img {
  max-width: 50%;
  margin: 30px auto 0px auto;
}
#circuits {
  padding-bottom: 50px;
}
#circuits img {
  width: 80%;
  margin: 30px auto 0px auto;
}
#circuits li .flex {
  margin: 0px 100px;
}
#circuits h5, #cars h5, .linked_car h5, .booker h3 {
  font-size: 1.385rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#cars h5 span {
  color: #f58429;
}
.booker h3 {
  font-weight: 200;
}
#cars h5 img {
  margin-left: -10px !important;
}
#cars .car_info h5 {
  margin-bottom: 10px;
}
.cal_wrap {
  background-color: #222;
  text-align: center;
  padding: 50px 0px;
}
.cal_wrap .trackday_wrap {
  justify-content: center !important;
}
.cal_wrap .wrapper {
  padding-left: 3%;
  padding-right: 3%;
}
.experiences h4 {
  font-size: 3rem;
}
.linked_car {
  margin: 0px 3%;
  padding: 50px 0px;
  text-align: center;
}
.linked_car img {
  max-width: 90%;
}
.linked_car li {
  margin-bottom: 7px;
}
.booker {
  text-align: center;
}
.booker .main {
  border-top: 1px solid #333;
}
.booker .main p.total {
  font-size: 2rem;
  color: #fff;
}
.booker li h5 {
  text-align: center;
  display: block;
}
.hubs .inner {
  padding: 50px;
  text-align: center;
}
.hubs h3 {
  font-weight: 200;
  font-size: 2rem;
  text-transform: uppercase;
  color: #f58429;
}
.hubs .inner {
  min-height: 25vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.hubs .c_50 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.form {
  background-color: #eee;
}
.form .negative {
  margin-left: -10px;
  margin-right: -10px;
}
.form .negative .inner {
  margin: 20px 10px;
}
.form input[type=text], .form textarea {
  border: 2px solid #ccc;
  padding: 8px 15px;
  width: calc(100% - 34px);
  margin-bottom: 15px;
}
.form p {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 13px 0px;
}
.member_form p {
  text-align: center;
}
.member_form p button {
  margin: 0px auto;
}
.form textarea {
  min-height: 167px;
}
.member_form textarea[name=address] {
  min-height: 91px;
}
img.banner_img {
  display: block;
  width: 100%;
}
.map {
  min-height: 45vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.track_desc {
  padding: 50px 4.5%;
}
.track_stats {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
}
.stat {
  text-align: center;
  background-color: #efefef;
  padding: 30px 0px;
}
.stat img {
  width: 15%;
  background-color: #efefef;
  border-radius: 50px;
  padding: 10px;
  filter: invert(1);
  margin-bottom: 10px;
}
.stat p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.385rem;
  padding: 0px;
  margin: 0px;
}
.summary h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.summary p.total {
  margin-bottom: 20px;
}
.summary p.total.smaller {
    margin-bottom: 5px;
}
.c_75 table {
  width: 100% !important;
  margin-top: 25px;
}
.summary .c_75 table {
  width: 95% !important;
}
.profile .negative .inner {
  margin-left: 5px;
  margin-right: 5px;
}
table select {
  width: 60px;
  border: 2px solid #333;
  background-color: #000;
  color: #fff;
  border-radius: 0px;
  padding: 5px;
  text-align: center;
}
table select[name=license] {
  width: 120px;
  text-align: left;
}
#map {
  height: 380px;
}
.news_wrap .inner {
  margin: 0px 5px 30px 5px;
}
.news_wrap img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
p.created {
  color: #999;
  font-size: 0.9231rem;
  display: block;
  border: 1px dashed #999;
  padding: 5px 0px;
  margin: 10px 0px;
  border-width: 1px 0px;
}
p.created a {
  display: inline-block;
  margin-right: 10px;
  color: #999;
  text-transform: uppercase;
  font-size: 0.8231rem;
}
.news_wrap h3, .news_wrap h3 a {
  display: block;
}
p.news_intro {
  display: block;
}
.article .c_33 img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.inner_news {
  border-left: 1px solid #000;
  padding-left: 30px;
  margin-left: 30px;
}
form[name=entry_form] label {
  margin-top: 12px;
  display: block;
  margin-bottom: 20px;
}
.payer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
a.vat {
  text-transform: uppercase;
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
}
a.vat img {
  filter: invert(1);
  width: 20px;
}
a.vat:hover {
  color: #fff;
  text-decoration: none;
}
.event_dates {
  padding: 40px 0px;
  text-align: center;
}
.event_opts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.event_opts div {
  font-weight: bold;
  padding: 25px 30px 0px 30px;
  margin-top: 25px;
  text-transform: uppercase;
  border-top: 1px solid #333;
  font-size: 1.231rem;
}
.event_opts div a {
  margin-top: 15px;
}
input[name=new_password] {
  display: block;
  width: 30%;
  padding: 10px 10px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  transition: all .5s linear;
  margin-top: 20px;
}
input[name=new_password]:hover, input[name=new_password]:focus {
  /*outline: 0;
    transition: all .5s linear;
    box-shadow: inset 0px 0px 10px #ccc;*/
}
form[name=contact] input[type=text], form[name=contact] textarea, form[name=vouchers] input[type=text], form[name=vouchers] input[type=number] {
  width: 95%;
  padding: 15px 2.5%;
  border: 1px solid #ccc;
  background: none;
  margin-top: 14px;
  color: #fff;
}
form[name=vouchers] input[type=text] {
  margin-top: 0px;
  margin-bottom: 11px;
  padding: 13px 2.5%;
}
form[name=discount_code] {
    padding-bottom: 15px;
}
form[name=discount_code] input[name=code] {
  background: none;
  border: 1px solid #ccc;
  padding: 6px 10px;
  margin-top: 10px;
  color: #ccc;
  display: inline-block;
  vertical-align: top;
}
form[name=discount_code] input[type=submit] {
  background-color: #666;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
form[name=discount_code] input[type=submit]:hover {
  background-color: #f58429;
}
form[name=vouchers] input[type=number] {
  width: 20%;
  font-size: 1.231rem;
  margin-top: 0px;
}
.vouchers {
  margin-left: -2px;
  margin-right: -2px;
}
.vouchers .inner {
  background-position: center;
  background-size: cover;
  margin: 2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
/*.vouchers .inner::before {
    content: "";
    background-position: center;
    background-size: cover;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.vouchers .inner:hover::before {
    transform: scale(1.1);
}*/
.vouchers #overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.vouchers .inner:hover #overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.vouchers .info {
  position: relative;
  z-index: 9;
  padding: 40px 15%;
}
.vouchers h3 {
  padding: 0px;
  margin: 0px;
  font-family: 'concielianboldital';
  font-size: 3.692rem;
  line-height: 100%;
  text-transform: lowercase;
}
.vouchers .inner p {
  font-size: 1.231rem;
}
.vouchers .c_33 .inner p {
  font-size: 1rem;
}
.vouchers img {
  width: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.voucher_total {
  text-align: center;
  padding-top: 100px;
}
.voucher_total p.total {
  font-size: 5rem;
  line-height: 100%;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
.voucher_total p.total span {
  color: #f58429;
}
.voucher_total button {
  display: inline-block;
}
.members .opt {
  margin: 20px 20px 0px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.members .opt.active {
  color: #fff;
}
.icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #000;
  color: red;
  font-size: inherit;
  vertical-align: middle;
  display: inline-block;
}
.icon img {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  opacity: 0;
}
.opt.active .icon img {
  opacity: 1;
}
.icon::before, .icon::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.icon {
  transition: color 0.25s;
}
.icon::before, .icon::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.icon::before {
  top: 0;
  left: 0;
}
.icon::after {
  bottom: 0;
  right: 0;
}
.icon:hover {
  color: #f58429;
}
.opt.active .icon::before, .opt.active .icon::after {
  width: 100%;
  height: 100%;
}
.opt.active .icon::before {
  border-top-color: #f58429;
  border-right-color: #f58429;
  transition:
    width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.opt.active .icon::after {
  border-bottom-color: #f58429;
  border-left-color: #f58429;
  transition:
    border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.member_desc:not(.black_bg) {
  background-color: #fbfbfb;
  padding-bottom: 0px;
}
img.wide {
  display: block;
  width: 100%;
}
.member_desc ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}
.member_desc ul li {
  text-transform: uppercase;
  padding: 7px 0px;
  border-bottom: 1px solid #000;
  display: block;
}
.member_desc h3 {
  font-weight: 700;
}
.member_form {
  text-align: center;
}
.member_form h5 {
  font-weight: 700;
  font-size: 1.154rem;
  text-transform: uppercase;
}
.member_form label {
  text-align: left;
}
.track_gift {
  background-size: contain;
  background-image: url("/images/image-track-pack-gift.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.member_sections .inner {
  padding: 100px 50px;
  align-self: center;
  min-height: 25vh;
}
.member_sections .inner p {
  font-size: 1.231rem;
}
.member_sections .c_65 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.member_sections .c_35 {
  display: flex;
}
.member_sections h4 {
  font-weight: 200;
  color: #fff;
  font-size: 2.154rem;
  text-transform: uppercase;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  width: calc(75% - 40px);
  padding: 40px 25% 40px 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 31%, rgba(0, 0, 0, 0) 100%);
}
.member_sections h3 {
  font-weight: 700;
  font-size: 1.538rem;
  text-transform: uppercase;
  color: #717e86;
}
.right h4 {
  left: auto;
  right: 0px;
  text-align: right;
  padding: 40px 40px 40px 25%;
}
.logos {
  align-content: center;
  justify-content: center;
  margin: 50px auto;
}
.logos img {
  max-height: 90px;
}
.images {
  background-color: #000;
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.images .inner {
  min-height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.images::before {
  content: "";
  background-color: #111;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.8;
}
.images .negative {
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
  z-index: 2;
}
.images .inner {
  margin: 10px 25px;
}
.captcha_wrap {
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
#load {
  margin-top: 40px;
}
.information {
  display: none;
}
.stages img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.stages .inner, #load .inner {
  margin: 0px 5px;
  position: relative;
  z-index: 1;
}
.stage_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.stage_wrap:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.stage_wrap h4 a {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 200;
  text-shadow: 1px 1px 1px #000;
  display: block;
  padding: 0px 10%;
}
.stage_wrap h4 a:hover {
  color: #f58429;
  text-decoration: none;
}
.stage_wrap h4 {
  display: block;
  margin-bottom: 10px;
}
.information p.total.smaller {
  display: block;
  margin-top: 30px;
  color: #f58429;
}
.comp_tracks {
  text-align: center;
  margin-top: 40px;
  justify-content: center;
}
.comp_tracks img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.comp_tracks p.total a {
  font-weight: 200;
}
.comp_tracks p.total a:hover {
  text-decoration: none;
  color: #fff;
}
.comp_tracks .inner {
  margin: 0px 5px 20px 5px;
}
a.orange {
  color: #f58429;
}
form[name=enter] {
  padding-top: 40px;
}
.booking_wrap form[name=enter] .inner {
  margin: 0px 5px;
}
.booking_wrap form[name=enter] .negative {
  margin-left: -5px;
  margin-right: -5px;
}
form.inner_reset {
    display: none;
}
.line {
    position: relative;
    z-index: 1;
   
}
.line:before {
    content: "";
    position: absolute;
    right:12.5%;
    top:0px;
    height:100%;
    width: 1px;
    z-index: 2;
     border-right:1px dashed #666;
}
.general_sections {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding:5px 0px;
}
.general_sections .inner {
    padding:40px 10%;
    margin:5px 5px;
    background-color: #000;
}
.general_sections .inner h2 {
    font-family: 'concielianboldital';
  font-size: 2.538rem;
  line-height: 100%;
    display: block;
    text-transform: lowercase;
    margin-bottom: 5px;
}
.general_sections h3 {
    text-transform: uppercase;
    font-weight: 200;
    color: #f58429;
    font-size: 1.385rem;
    display: block;
    margin-bottom: 20px;
}
.general_sections ul {
    padding:20px 0px;
    margin:0px;
    list-style: none;
    color: #ccc;
}
.general_sections ul li {
    margin-bottom: 6px;
}
.general_sections .c_100 .inner {
    padding:40px 20%;
}
.general_sections img {
    width: 15px;
    margin:5px 0px;
}
.mobile_only {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden
}
.fancybox-active {
  height: auto
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}
.fancybox-container * {
  box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fancybox-toolbar {
  right: 0;
  top: 0
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}
.fancybox-slide--image:before {
  display: none
}
.fancybox-slide--html {
  padding: 6px
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}
.fancybox-container [data-selectable=true] {
  cursor: text
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}
.fancybox-spaceball {
  z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}
.fancybox-slide--video .fancybox-content {
  background: #000
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff
}
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}
.fancybox-button {
  background: rgba(245, 132, 40, 1);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc
}
.fancybox-button:hover {
  color: #fff
}
.fancybox-button:focus {
  outline: none
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}
.fancybox-button div {
  height: 100%
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}
.fancybox-navigation .fancybox-button div {
  padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}
.fancybox-caption--separate {
  margin-top: -50px
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}
@keyframes a {
  to {
    transform: rotate(1turn)
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}
@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }
  .fancybox-slide--image {
    padding: 6px 0
  }
  .fancybox-close-small {
    right: -6px
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}
.fancybox-share p {
  margin: 0;
  padding: 0
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff
}
.fancybox-share__button:hover {
  text-decoration: none
}
.fancybox-share__button--fb {
  background: #3b5998
}
.fancybox-share__button--fb:hover {
  background: #344e86
}
.fancybox-share__button--pt {
  background: #bd081d
}
.fancybox-share__button--pt:hover {
  background: #aa0719
}
.fancybox-share__button--tw {
  background: #1da1f2
}
.fancybox-share__button--tw:hover {
  background: #0d95e8
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}
.fancybox-share__button svg path {
  fill: #fff
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}
@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}
meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: calc(30% + 22px);
  height: 6px;
  display: block;
  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(255, 255, 255, 0.2);
}
meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(255, 255, 255, 0.2);
}
meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}
meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}
meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}
meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}
meter[value="1"]::-moz-meter-bar {
  background: red;
}
meter[value="2"]::-moz-meter-bar {
  background: yellow;
}
meter[value="3"]::-moz-meter-bar {
  background: orange;
}
meter[value="4"]::-moz-meter-bar {
  background: green;
}
.feedback {
  color: #fff;
  font-size: 90%;
  padding: 0 .25em;
  margin-top: 1em;
}
/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */
.hidden_element {
  position: absolute !important;
  top: -1000 !important;
}
/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important;
}
/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: inline-block;
  font-size: 11px;
  padding: 3px !important;
  margin-right: 10px;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
/* Stylish text inside label */
input.labelauty + label > span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
}
/* Stylish icons inside label */
input.labelauty + label > span.labelauty-unchecked-image, input.labelauty + label > span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
}
/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 7px;
}
/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #f58429;
  color: #000;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}
/* When Checked */
input.labelauty:checked + label {
  background-color: #f58429;
  color: #000;
}
input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #f58429;
  color: #000;
}
input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}
input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}
/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5;
}
/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image {
  background-image: url(/images/input-unchecked.png );
  background-size: 60% 60%;
  background-position: center;
}
input.labelauty + label > span.labelauty-checked-image {
  background-image: url(/images/input-checked.png );
  background-size: 60% 60%;
  background-position: center;
}
@media (max-width:1024px) {
  table {
    font-size: .944444em;
  }
}
@media (max-width:767px) {
  table {
    font-size: 1em;
  }
}
/* Responsive table full */
@media (max-width: 767px) {
  .table-responsive-full {
    box-shadow: none;
  }
  .table-responsive-full thead tr, .table-responsive-full tfoot tr {
    display: none;
  }
  .table-responsive-full tbody tr {
    -webkit-box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, .28);
    box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, .28);
    margin-bottom: 20px;
  }
  .table-responsive-full tbody tr:last-child {
    margin-bottom: 0;
  }
  .table-responsive-full tr, .table-responsive-full td {
    display: block;
  }
  .table-responsive-full td {
    border-top: none;
    position: relative;
    padding-left: 50%;
  }
  .table-responsive-full td:hover {
    background-color: #eee;
    color: #000;
  }
  .table-responsive-full td:hover:before {
    color: hsl(0, 0%, 40%);
  }
  .table-responsive-full td:first-child {
    border-top: 1px solid #bfbfbf;
    border-bottom: 3px solid #444;
    border-radius: 0px 0px 0 0;
    font-size: 1.11111em;
    font-weight: bold;
  }
  .table-responsive-full td:before {
    content: attr(data-label);
    display: inline-block;
    color: hsl(0, 0%, 60%);
    font-size: 14px;
    font-weight: normal;
    margin-left: -100%;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .table-responsive-full td {
    padding-left: 14px;
  }
  .table-responsive-full td:before {
    display: block;
    margin-bottom: .5em;
    margin-left: 0;
  }
}
@media only screen and (max-width:1300px) {
  .trackday_wrap .c_25 {
    width: 33.33333%;
  }
}
@media only screen and (max-width:1024px) {}
/* Landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/* Portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (max-width:768px) {
  .menu {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .mobile_menu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10px 5%;
    z-index: 99999;
    background-color: #000;
    color: #fff;
  }
  .mobile_menu img {
    width: 60%;
  }
  .hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 5%;
    top: 10px;
    z-index: 99;
  }
  .hamburger::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -8px;
    z-index: 99;
    background-color: #000;
    width: 15px;
    height: calc(100% + 5px);
    transform: skew(-20deg);
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger-box {
    width: 25px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 5px;
  }
  .hamburger-inner {
    display: block;
    top: 20px;
    margin-top: -0px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -8px;
  }
  .hamburger-inner::after {
    bottom: -8px;
  }
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .strapline {
    width: 80%;
  }
  .strapline p {
    font-size: 3rem;
    margin: 40px 0px 0px 0px;
  }
  .strapline h2 {
    font-size: 1.692rem;
  }
  .c_20, .c_25, .c_33, .c_35, .c_40, .c_50, .c_60, .c_65, .c_66, .c_75 {
    width: 100%;
  }
  .mobile_menu .c_50 {
    width: 50%;
  }
  .tile.experience, .tile.competition, .tile.concierge, .tile.drifting, .tile.trackdays, .tile.concierge, .tile.drifting, .c_65 {
    min-height: 65vh;
  }
  .track_gift {
    min-height: 30vh;
  }
  .tile h4 {
    font-size: 2.835rem;
  }
  .tile h5 {
    font-size: 1.538rem;
  }
  .tile div:not(#overlay) {
    max-width: 90%;
  }
  p.large {
    font-size: 1.385rem;
  }
  .footer form {
    padding-bottom: 40px;
  }
  .footer img.logo {
    max-width: 70%;
  }
  .socials img {
    max-width: 35px;
    margin-right: 10px;
  }
  .mobile_menu a.btn {
    margin-top: 15px;
  }
  .active_menu, .content_wrap section h2, .desktop_only {
    display: none;
  }
  .box.black_bg h5 {
    word-wrap: break-word;
  }
  .desc {
    padding: 0px 0px 0px 0px;
    border-left: none;
  }
  .detail .inner:first-child {
    padding-right: 0px;
  }
  .mini_banner {
    height: 60vh;
  }
  .mini_banner h2 {
    font-size: 2rem;
  }
  .c_66 .desc h3 {
    padding-top: 40px;
  }
  #booking_total {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    background-color: #f58429;
    color: #fff;
    padding: 10px 5%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.385rem;
    width: 85%;
    display: block;
    text-align: center;
  }
  .content_wrap {
    display: block;
    overflow: hidden;
  }
  input[type=text], select, button {
    -webkit-appearance: none;
  }
  form[name=login] input, form[name=password] input {
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    padding: 5px 5%;
    width: calc(90% - 4px);
    margin-bottom: 10px;
  }
  .profile p.total {
    font-size: 2rem;
  }
  c_75 table {
    width: 100% !important;
  }
  .inner_news {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  .booking_wrap .inner {
    margin: 0px 0px;
  }
  .booking_wrap .negative {
    margin-left: 0px;
    margin-right: 0px;
  }
  .member_sections h4 {
    font-size: 1.692rem;
    width: 90%;
    padding: 40px 5%;
  }
  .right h4 {
    text-align: left;
    padding: 40px 5%;
  }
  .member_sections .inner {
    padding: 60px 5%;
  }
  .member_desc:not(.black_bg) {
    background-size: 100% auto;
  }
  .member_desc ul {
    margin: 0px 0px 240px 0px;
  }
  .logos img {
    max-height: 60px;
  }
  .logos div {
    width: 100% !important;
    text-align: center;
  }
  .trackday_wrap .c_25 {
    width: 100%;
  }
    form[name=booking] p.total {
        font-size: 1.692rem;
        margin-top: 30px;
    }
    .blocker {
        display: block;
        margin:5px 0px;
    }
    #cars img {
        max-width: 85%;
    }
    .spec .c_25 {
        width: 50%;
    }
    .glide__arrows .glide__arrow {
        width: 25px;
        height:25px;
        top:35%;
    }
    .glide__arrows {
        top:35%;
    }
    .glide__arrow {
        left:15px;
    }
    .next {
        right: 15px!important;
        left: auto!important;
    }
    .car_info .flex p {
        font-size: 2rem;
    }
    .car_info .flex .inner {
        padding-top:10px;
        padding-bottom: 10px;
    }
    a.btn.large {
      font-size: 1.231rem;
      padding: 10px 30px;
    }
}