#locationmap-results {
  width: 30%;
  float: left;
  clear: none;
  background: #3d3d3d;
  color: white; }
  #locationmap-results .scrollwrap {
    position: relative;
    overflow: scroll;
    height: 455px;
    padding-bottom: 30px;
    overflow-x: hidden;
    min-width: 100%; }
  #locationmap-results a {
    color: white;
    display: inline-block;
    line-height: 100%; }
    #locationmap-results a.view-location {
      color: white;
      font-size: 14px;
      font-weight: bold;
      position: absolute;
      right: 10px;
      top: calc(50% - 15px);
      line-height: 100%;
      background: #ff6600;
      padding: 6px 11px;
      border-radius: 2px; }
  #locationmap-results .map-location.sold-out a.view-location {
    background: #888; }
  @media only screen and (max-width: 991px) {
    #locationmap-results {
      width: 100%; } }
  @media screen and (max-width: 481px) {
    #locationmap-results {
      width: 100%; }
      #locationmap-results .scrollwrap {
        overflow: auto;
        height: auto;
        padding-bottom: 5px; } }

#clockdiv {
  padding: 10px 0 0; }
  #clockdiv > div {
    width: 25%;
    float: left;
    font-size: 30px;
    text-align: center;
    color: #0892d0;
    font-style: italic;
    font-weight: 700;
    line-height: 25px; }
  #clockdiv .smalltext {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    color: #222;
    font-style: normal; }
  @media only screen and (max-width: 1229px) {
    #clockdiv > div {
      font-size: 22px; } }
  @media only screen and (max-width: 991px) {
    #clockdiv {
      display: inline-block; } }

#VideoRow {
  background-image: url(../../images/homebk.jpg);
  max-height: 625px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center; }
  #VideoRow:after {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  #VideoRow video {
    position: absolute;
    width: 100%;
    z-index: 0; }
  @media only screen and (max-width: 1399px) {
    #VideoRow {
      background-image: url(../../images/homebk.jpg); } }
  @media screen and (max-width: 769px) {
    #VideoRow {
      min-height: initial; } }

.video-button {
  position: absolute;
  right: 50px;
  bottom: 20px;
  font-size: 2em;
  z-index: 100; }
  .video-button a {
    color: #fff; }
    .video-button a:hover {
      color: #fe6700; }
  @media screen and (max-width: 769px) {
    .video-button {
      bottom: 20px;
      right: 20px; } }

#WelcomeRow {
  background: url(../../images/backgrounds/Welcome-Background.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
  color: #999;
  font-size: 18px;
  overflow: hidden; }
  #WelcomeRow h1 {
    transform: skewX(-30deg);
    color: white;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    font-size: 32px;
    position: relative;
    left: 25px; }
  #WelcomeRow .entry-content {
    padding: 0; }
  #WelcomeRow .black-box {
    background: #000;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    padding: 50px 10px; }
    #WelcomeRow .black-box p {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      line-height: 32px; }
  #WelcomeRow .diagonal {
    transform: skewX(-36deg);
    -webkit-transform: skewX(-36deg);
    -ms-transform: skewX(-36deg);
    font-size: 20px;
    line-height: 28px; }
  #WelcomeRow span.a {
    position: relative;
    left: -60px; }
  #WelcomeRow span.b {
    position: relative;
    left: -40px; }
  #WelcomeRow span.c {
    position: relative;
    left: -20px; }
  #WelcomeRow span.d {
    position: relative;
    left: 0px; }
  #WelcomeRow span.e {
    position: relative;
    left: 20px; }
  #WelcomeRow span.f {
    position: relative;
    left: 40px; }
  #WelcomeRow span.g {
    position: relative;
    left: 80px; }
  #WelcomeRow span.h {
    position: relative;
    left: 100px; }
  #WelcomeRow span.i {
    position: relative;
    left: 120px; }
  @media only screen and (max-width: 1399px) {
    #WelcomeRow .black-box {
      position: relative;
      left: 140px;
      margin-bottom: 0px; } }
  @media only screen and (max-width: 1199px) {
    #WelcomeRow h1 {
      font-size: 27px; }
    #WelcomeRow .diagonal {
      font-size: 17px; } }
  @media only screen and (max-width: 991px) {
    #WelcomeRow .black-box {
      width: 460px; }
    #WelcomeRow h1 {
      position: relative;
      left: 25px; } }

#CarRow {
  overflow: hidden;
  position: relative;
  padding-top: 40px; }
  #CarRow .row {
    max-width: calc(100% + 15px); }
  #CarRow .tiretracks {
    position: absolute;
    right: 0px;
    top: -120px;
    z-index: -1; }
  #CarRow .CarGrid {
    padding: 0;
    margin: 40px 0 0 0;
    width: 100%;
    font-size: 0;
    background: rgba(0, 0, 0, 0.3); }
    #CarRow .CarGrid li {
      display: inline-block;
      width: 25%;
      position: relative;
      overflow: hidden;
      margin-bottom: -1px; }
      #CarRow .CarGrid li:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        transition: all 1s;
        -webkit-transition: all 1s; }
  #CarRow h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 60px;
    font-weight: 600; }
  #CarRow img {
    width: 100%; }
  #CarRow .CarOverlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    top: 35%; }
    @media (max-width: 767px) {
      #CarRow .CarOverlay {
        padding: 0 30px; } }
  #CarRow .GridTitle {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase; }
  #CarRow .GridSub {
    font-weight: 200; }
  @media only screen and (max-width: 991px) {
    #CarRow .CarGrid li {
      width: 50% !important; }
    #CarRow h2 {
      font-size: 45px; } }
  @media screen and (max-width: 767px) {
    #CarRow .CarGrid li {
      width: 100% !important; } }
  @media screen and (max-width: 481px) {
    #CarRow h2 {
      font-size: 25px; } }

#stickyfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 101;
  padding: 15px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  border-top: 2px solid #d2f222;
  line-height: 1;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #stickyfooter.scrolled {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #stickyfooter #clockdiv > div {
    width: auto;
    float: left;
    font-size: 54px;
    text-align: center;
    color: #d2f222;
    font-style: italic;
    font-weight: 700;
    line-height: 40px;
    margin-right: 26px; }
  #stickyfooter #clockdiv .smalltext {
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
  #stickyfooter a.btn-transparent {
    color: #fe6700;
    font-size: 28px;
    font-weight: 800;
    padding: 10px 30px;
    border: 3px solid #fe6700;
    border-radius: 6px;
    text-align: right;
    margin: 10px 0; }
    #stickyfooter a.btn-transparent:hover, #stickyfooter a.btn-transparent:focus {
      background: #fe6700;
      color: #000; }
  #stickyfooter .now-available {
    margin-top: 10px;
    margin-bottom: 10px; }
  #stickyfooter .access-now,
  #stickyfooter .col-sm-3 {
    text-align: right; }
  #stickyfooter .access-now span {
    margin: 10px 0;
    display: inline-block; }
  @media only screen and (max-width: 1199px) {
    #stickyfooter {
      font-size: 22px; }
      #stickyfooter #clockdiv > div {
        font-size: 40px; }
      #stickyfooter a.btn-transparent {
        font-size: 22px; } }
  @media only screen and (max-width: 991px) {
    #stickyfooter {
      font-size: 13px;
      text-align: center; }
      #stickyfooter .access-now,
      #stickyfooter .col-sm-3 {
        text-align: center; }
      #stickyfooter #clockdiv > div {
        font-size: 18px;
        line-height: 18px; }
      #stickyfooter .access-now a {
        margin: 0; }
      #stickyfooter a.btn-transparent {
        font-size: 13px;
        margin: 5px 0;
        padding: 7px 12px; } }
  @media only screen and (max-width: 767px) {
    #stickyfooter {
      top: 0 !important;
      bottom: auto;
      z-index: 99999;
      padding-bottom: 0;
      height: 50px;
      padding-top: 0px;
      transform: translate(0, calc(100% - 50px));
      max-width: 100vw; }
      #stickyfooter #clockdiv .smalltext {
        font-size: 8px; }
      #stickyfooter #clockdiv > div {
        margin-right: 14px; } }
  @media (max-width: 575px) {
    #stickyfooter .access-now span {
      white-space: nowrap;
      font-size: 18px;
      margin: 15px 0; } }

.home .tgLocationsByRegion, .post-type-archive-events .tgLocationsByRegion, .page-template-beta-home .tgLocationsByRegion {
  background: #3d3d3d;
  color: #fff;
  text-align: left; }
  .home .tgLocationsByRegion h2, .post-type-archive-events .tgLocationsByRegion h2, .page-template-beta-home .tgLocationsByRegion h2 {
    color: #fff;
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 20px; }
  .home .tgLocationsByRegion .region-name, .post-type-archive-events .tgLocationsByRegion .region-name, .page-template-beta-home .tgLocationsByRegion .region-name {
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    position: relative;
    padding-left: 80px; }
    .home .tgLocationsByRegion .region-name.open::after, .post-type-archive-events .tgLocationsByRegion .region-name.open::after, .page-template-beta-home .tgLocationsByRegion .region-name.open::after {
      content: '\f077'; }
    .home .tgLocationsByRegion .region-name:before, .post-type-archive-events .tgLocationsByRegion .region-name:before, .page-template-beta-home .tgLocationsByRegion .region-name:before {
      content: '';
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      height: 30px;
      width: 60px;
      left: 10px; }
    .home .tgLocationsByRegion .region-name:after, .post-type-archive-events .tgLocationsByRegion .region-name:after, .page-template-beta-home .tgLocationsByRegion .region-name:after {
      position: absolute;
      right: 15px;
      top: 0;
      height: 100%;
      line-height: 50px;
      content: '\f078';
      font-family: "FontAwesome";
      -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;
      transition: all 0.2s ease-in-out; }
    .home .tgLocationsByRegion .region-name.region-south::before, .post-type-archive-events .tgLocationsByRegion .region-name.region-south::before, .page-template-beta-home .tgLocationsByRegion .region-name.region-south::before {
      background-image: url("../../images/event-map-south.png"); }
    .home .tgLocationsByRegion .region-name.region-northeast::before, .post-type-archive-events .tgLocationsByRegion .region-name.region-northeast::before, .page-template-beta-home .tgLocationsByRegion .region-name.region-northeast::before {
      background-image: url("../../images/event-map-northeast.png"); }
    .home .tgLocationsByRegion .region-name.region-midwest::before, .post-type-archive-events .tgLocationsByRegion .region-name.region-midwest::before, .page-template-beta-home .tgLocationsByRegion .region-name.region-midwest::before {
      background-image: url("../../images/event-map-midwest.png"); }
    .home .tgLocationsByRegion .region-name.region-west::before, .post-type-archive-events .tgLocationsByRegion .region-name.region-west::before, .page-template-beta-home .tgLocationsByRegion .region-name.region-west::before {
      background-image: url("../../images/event-map-west.png"); }
  .home .tgLocationsByRegion .accordion, .post-type-archive-events .tgLocationsByRegion .accordion, .page-template-beta-home .tgLocationsByRegion .accordion {
    background: #575757;
    display: none;
    max-height: 350px;
    overflow: auto; }
  .home .tgLocationsByRegion .tab, .post-type-archive-events .tgLocationsByRegion .tab, .page-template-beta-home .tgLocationsByRegion .tab {
    padding: 15px; }
    .home .tgLocationsByRegion .tab:not(:last-child), .post-type-archive-events .tgLocationsByRegion .tab:not(:last-child), .page-template-beta-home .tgLocationsByRegion .tab:not(:last-child) {
      border-bottom: 1px solid #fff; }
    .home .tgLocationsByRegion .tab h4, .post-type-archive-events .tgLocationsByRegion .tab h4, .page-template-beta-home .tgLocationsByRegion .tab h4 {
      margin: 0;
      font-weight: 300;
      font-size: 20px; }
    .home .tgLocationsByRegion .tab p, .post-type-archive-events .tgLocationsByRegion .tab p, .page-template-beta-home .tgLocationsByRegion .tab p {
      font-size: 15px;
      margin: 0; }
    .home .tgLocationsByRegion .tab .track-title, .post-type-archive-events .tgLocationsByRegion .tab .track-title, .page-template-beta-home .tgLocationsByRegion .tab .track-title {
      float: left;
      max-width: 50%; }
    .home .tgLocationsByRegion .tab a.btn, .post-type-archive-events .tgLocationsByRegion .tab a.btn, .page-template-beta-home .tgLocationsByRegion .tab a.btn {
      float: right;
      margin-top: 5px; }

#NotifyMe .modal-content {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2); }

#NotifyMe .modal-dialog {
  margin: 0 auto;
  top: 200px; }
  #NotifyMe .modal-dialog .close-modal {
    background: none;
    border: none;
    outline: none !important;
    position: absolute;
    top: 0;
    right: 0; }
  #NotifyMe .modal-dialog .modal-content {
    border-radius: 0; }
  #NotifyMe .modal-dialog .modal-body {
    font-size: 22px;
    padding: 30px; }
    #NotifyMe .modal-dialog .modal-body ._form_element {
      margin-bottom: 30px; }
      #NotifyMe .modal-dialog .modal-body ._form_element input, #NotifyMe .modal-dialog .modal-body ._form_element select {
        width: 100%;
        font-size: 18px;
        line-height: 36px;
        font-weight: 500;
        padding: 0 10px; }
      #NotifyMe .modal-dialog .modal-body ._form_element ._error-inner {
        font-weight: bold;
        font-size: 20px;
        color: #ff6600; }
    #NotifyMe .modal-dialog .modal-body button[type="submit"] {
      font-size: 17px;
      padding: 5px 20px;
      box-shadow: 0px 2px 6px 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;
      transition: all 0.3s ease-in-out;
      margin: 10px 25px 10px -25px;
      border-radius: 4px;
      line-height: 1.42857143;
      text-transform: uppercase;
      font-weight: 500;
      color: white;
      background: #ff6600;
      display: block;
      margin: 0 auto;
      border: none;
      padding: 10px 50px; }
    #NotifyMe .modal-dialog .modal-body h4 {
      margin-bottom: 0; }
  #NotifyMe .modal-dialog .modal-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  #NotifyMe .modal-dialog .modal-header {
    border: none;
    min-height: 30px; }
    #NotifyMe .modal-dialog .modal-header button.close {
      font-size: 30px;
      line-height: 30px; }
  #NotifyMe .modal-dialog .gfield {
    padding-right: 30px;
    margin-top: 30px; }
    #NotifyMe .modal-dialog .gfield .gfield_label {
      display: none; }
    #NotifyMe .modal-dialog .gfield input {
      -o-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: none;
      outline: none !important;
      border-bottom: 1px solid #444; }
  #NotifyMe .modal-dialog .gform_footer input[type="submit"] {
    width: 200px;
    border-radius: 0;
    box-shadow: 2px 2px 6px 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;
    transition: all 0.3s ease-in-out; }
    #NotifyMe .modal-dialog .gform_footer input[type="submit"]:hover {
      background: #cb5200;
      box-shadow: none; }
  @media (max-width: 767px) {
    #NotifyMe .modal-dialog {
      max-width: none;
      width: auto; }
      #NotifyMe .modal-dialog .modal-body {
        padding-bottom: 25px; }
      #NotifyMe .modal-dialog .gform_footer input[type="submit"] {
        width: 100%; }
      #NotifyMe .modal-dialog .gfield {
        padding-right: 0;
        margin-top: 15px; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.jspContainer,
.scrollwrap.jspScrollable {
  max-width: 100%; }

.modal-backdrop {
  position: fixed; }

#bannerRow,
#BannerRow,
.banner-image-new {
  height: 550px; }
  @media (max-width: 767px) {
    #bannerRow,
    #BannerRow,
    .banner-image-new {
      height: 450px; } }

@media (max-width: 767px) {
  .header.transparent {
    margin-top: 0; } }

body.promoActive #bannerRow,
body.promoActive #BannerRow,
body.mobile-timer #bannerRow,
body.mobile-timer #BannerRow {
  margin-top: 120px; }
  @media (max-width: 1399px) {
    body.promoActive #bannerRow,
    body.promoActive #BannerRow,
    body.mobile-timer #bannerRow,
    body.mobile-timer #BannerRow {
      margin-top: 110px; } }
  @media (max-width: 767px) {
    body.promoActive #bannerRow,
    body.promoActive #BannerRow,
    body.mobile-timer #bannerRow,
    body.mobile-timer #BannerRow {
      margin-top: 125px; } }

body.promoActive .header.transparent ~ #bannerRow,
body.promoActive .header.transparent ~ #BannerRow,
body.promoActive .header.transparent ~ .banner-image-new,
body.mobile-timer .header.transparent ~ #bannerRow,
body.mobile-timer .header.transparent ~ #BannerRow,
body.mobile-timer .header.transparent ~ .banner-image-new {
  height: 625px;
  margin-top: 45px; }
  @media (max-width: 1399px) {
    body.promoActive .header.transparent ~ #bannerRow,
    body.promoActive .header.transparent ~ #BannerRow,
    body.promoActive .header.transparent ~ .banner-image-new,
    body.mobile-timer .header.transparent ~ #bannerRow,
    body.mobile-timer .header.transparent ~ #BannerRow,
    body.mobile-timer .header.transparent ~ .banner-image-new {
      height: 635px;
      margin-top: 35px; } }
  @media (max-width: 767px) {
    body.promoActive .header.transparent ~ #bannerRow,
    body.promoActive .header.transparent ~ #BannerRow,
    body.promoActive .header.transparent ~ .banner-image-new,
    body.mobile-timer .header.transparent ~ #bannerRow,
    body.mobile-timer .header.transparent ~ #BannerRow,
    body.mobile-timer .header.transparent ~ .banner-image-new {
      height: 450px;
      margin-top: 50px; } }

@media (max-width: 767px) {
  body.promoActive.single-tracks #bannerRow,
  body.promoActive.single-tracks #BannerRow,
  body.promoActive.single-tracks .banner-image-new, body.promoActive.single-supercars #bannerRow,
  body.promoActive.single-supercars #BannerRow,
  body.promoActive.single-supercars .banner-image-new, body.promoActive.page-template-gifts #bannerRow,
  body.promoActive.page-template-gifts #BannerRow,
  body.promoActive.page-template-gifts .banner-image-new,
  body.mobile-timer.single-tracks #bannerRow,
  body.mobile-timer.single-tracks #BannerRow,
  body.mobile-timer.single-tracks .banner-image-new,
  body.mobile-timer.single-supercars #bannerRow,
  body.mobile-timer.single-supercars #BannerRow,
  body.mobile-timer.single-supercars .banner-image-new,
  body.mobile-timer.page-template-gifts #bannerRow,
  body.mobile-timer.page-template-gifts #BannerRow,
  body.mobile-timer.page-template-gifts .banner-image-new {
    height: 450px;
    margin-top: 50px !important; } }

.page-template-staff #bannerRow,
.page-template-staff #BannerRow,
.page-template-staff .banner-image-new,
.post-type-archive-events #bannerRow,
.post-type-archive-events #BannerRow,
.post-type-archive-events .banner-image-new {
  height: initial; }

#giftRow {
  margin: 50px 0; }
  #giftRow .gift-wrapper {
    border: 1px solid #E4E4E4;
    padding: 40px;
    text-align: center; }
    #giftRow .gift-wrapper h2 {
      font-size: 3rem;
      line-height: 3.6rem;
      margin-top: 0;
      margin-bottom: 20px; }
    #giftRow .gift-wrapper a, #giftRow .gift-wrapper p {
      display: inline-block;
      margin: 2.5px;
      font-size: 1.6rem; }
      #giftRow .gift-wrapper a:not(.orange-btn), #giftRow .gift-wrapper p:not(.orange-btn) {
        line-height: 2.4rem; }
    #giftRow .gift-wrapper a:not(.orange-btn) {
      color: #fe6700;
      text-decoration: underline; }
      #giftRow .gift-wrapper a:not(.orange-btn):hover {
        color: #cb5200; }
  @media (max-width: 767px) {
    #giftRow {
      margin-bottom: 30px; }
      #giftRow .gift-wrapper {
        text-align: left;
        padding: 20px; }
        #giftRow .gift-wrapper h2 {
          font-size: 2rem;
          line-height: 2.4rem; }
        #giftRow .gift-wrapper a.btn {
          margin-left: 0;
          font-size: 1.2rem; } }

.single-supercars.modal-open .modal {
  background: rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  .single-supercars.mobile-timer {
    margin-top: 50px; }
  .single-supercars.promoActive {
    margin-top: 45px; }
  .single-supercars .header.transparent {
    background: none; }
    .single-supercars .header.transparent .fluid-container {
      background: none; } }

.single-supercars #bannerRow {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 650px;
  margin-top: 0;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 160px 0 120px; }
  .single-supercars #bannerRow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(to right, rgba(27, 27, 27, 0.6), transparent); }
  .single-supercars #bannerRow .banner-content {
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .single-supercars #bannerRow .banner-content .info p {
      margin: 0;
      font-size: 2rem;
      line-height: 2.8rem; }
    .single-supercars #bannerRow .banner-content .info h1 {
      font-size: 6rem;
      line-height: 6.3rem;
      font-weight: bold;
      margin: 0;
      margin-bottom: 5px; }
    .single-supercars #bannerRow .banner-content .info h2 {
      color: #fff;
      font-size: 3rem;
      line-height: 3.6rem;
      font-weight: normal;
      margin: 15px 0; }
    .single-supercars #bannerRow .banner-content .info ul {
      padding-left: 0;
      margin: 0;
      list-style: none;
      margin-bottom: 25px; }
      .single-supercars #bannerRow .banner-content .info ul li {
        display: inline-block;
        padding-right: 20px; }
    .single-supercars #bannerRow .banner-content .info a.btn {
      padding: 0 50px;
      line-height: 5rem;
      font-size: 1.6rem;
      font-weight: bold;
      display: inline-block; }
      .single-supercars #bannerRow .banner-content .info a.btn:hover {
        background: #cb5200;
        color: #fff; }
    .single-supercars #bannerRow .banner-content .info i {
      color: #fe6700;
      font-weight: bold;
      margin-left: 5px; }
    .single-supercars #bannerRow .banner-content .info a {
      color: #fff;
      font-weight: 600;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .single-supercars #bannerRow {
      padding: 40px 0;
      min-height: 450px;
      background: none;
      position: relative; }
      .single-supercars #bannerRow:before {
        background: linear-gradient(to right, rgba(27, 27, 27, 0.6), transparent);
        z-index: 0; }
      .single-supercars #bannerRow .container {
        z-index: 1; }
      .single-supercars #bannerRow .mobile-bg {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .single-supercars #bannerRow .container {
        width: 100%; }
      .single-supercars #bannerRow .banner-content {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
        .single-supercars #bannerRow .banner-content .info p {
          font-size: 1.6rem;
          line-height: 2.4rem; }
        .single-supercars #bannerRow .banner-content .info h1 {
          font-size: 4rem;
          line-height: 1em; }
        .single-supercars #bannerRow .banner-content .info h2 {
          font-size: 2rem;
          line-height: 3.6rem; } }

.single-supercars .modal .tgLocationsByRegion i.fa-close {
  display: block; }

.single-supercars .tgLocationsByRegion {
  text-align: left;
  max-width: 500px;
  margin: 0 auto 20px;
  background: #fff;
  color: #333;
  border: none;
  padding: 0 15px 15px;
  position: relative; }
  .single-supercars .tgLocationsByRegion i.fa-close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
    cursor: pointer; }
  .single-supercars .tgLocationsByRegion h2 {
    text-align: left;
    display: block;
    color: #ff6600;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-transform: none;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0; }
  .single-supercars .tgLocationsByRegion .region-name {
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 22px;
    position: relative;
    padding-left: 80px; }
    .single-supercars .tgLocationsByRegion .region-name.open::after {
      content: '\f077'; }
    .single-supercars .tgLocationsByRegion .region-name:before {
      content: '';
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      height: 30px;
      width: 60px;
      left: 10px; }
    .single-supercars .tgLocationsByRegion .region-name:after {
      position: absolute;
      right: 15px;
      top: 0;
      height: 100%;
      line-height: 50px;
      content: '\f078';
      font-family: "FontAwesome";
      -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;
      transition: all 0.2s ease-in-out; }
    .single-supercars .tgLocationsByRegion .region-name.region-south::before {
      background-image: url("../../images/event-map-south.png"); }
    .single-supercars .tgLocationsByRegion .region-name.region-northeast::before {
      background-image: url("../../images/event-map-northeast.png"); }
    .single-supercars .tgLocationsByRegion .region-name.region-midwest::before {
      background-image: url("../../images/event-map-midwest.png"); }
    .single-supercars .tgLocationsByRegion .region-name.region-west::before {
      background-image: url("../../images/event-map-west.png"); }
  .single-supercars .tgLocationsByRegion .accordion {
    display: none;
    max-height: 350px;
    overflow: auto;
    background: #fff;
    border-bottom: 1px solid #eaeaea; }
  @media (max-width: 767px) {
    .single-supercars .tgLocationsByRegion h2 {
      font-size: 1.8rem;
      line-height: 2.2rem; }
    .single-supercars .tgLocationsByRegion .accordion {
      max-height: 200px; } }
  .single-supercars .tgLocationsByRegion .tab {
    padding: 15px; }
    .single-supercars .tgLocationsByRegion .tab:not(:last-child) {
      border-bottom: 1px solid #fff; }
    .single-supercars .tgLocationsByRegion .tab h4 {
      margin: 0;
      font-weight: 300;
      font-size: 20px; }
    .single-supercars .tgLocationsByRegion .tab p {
      font-size: 15px;
      margin: 0; }
    .single-supercars .tgLocationsByRegion .tab .track-title {
      float: left;
      max-width: 50%; }
    .single-supercars .tgLocationsByRegion .tab a.btn {
      float: right;
      margin-top: 5px; }

.single-supercars #stickyNav {
  background: #F6F6F6;
  position: relative;
  z-index: 500; }
  .single-supercars #stickyNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding: 14px 0;
    overflow: auto; }
    .single-supercars #stickyNav ul li {
      padding: 0 15px;
      -webkit-box-flex: auto;
      -webkit-flex: auto;
      -moz-box-flex: auto;
      -moz-flex: auto;
      flex: auto;
      -ms-flex: auto;
      text-align: center; }
      .single-supercars #stickyNav ul li a {
        font-size: 2rem;
        line-height: 2.6rem;
        color: #1B1B1B;
        white-space: nowrap;
        display: block;
        overflow: hidden; }
        .single-supercars #stickyNav ul li a:visited, .single-supercars #stickyNav ul li a:focus {
          text-decoration: none; }
        .single-supercars #stickyNav ul li a:hover {
          color: #fe6700; }
        .single-supercars #stickyNav ul li a.current {
          color: #fe6700;
          text-decoration: underline; }
      .single-supercars #stickyNav ul li:not(:last-child) {
        border-right: 1px solid #979797; }
  .single-supercars #stickyNav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(27, 27, 27, 0.2); }
  @media (max-width: 992px) and (min-width: 575px) {
    .single-supercars #stickyNav:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50px;
      background: linear-gradient(to right, transparent, #F6F6F6); }
    .single-supercars #stickyNav ul {
      overflow-x: hidden; } }

.single-supercars #overview {
  text-align: left;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .single-supercars #overview img {
    margin: 0 auto 20px 0;
    text-align: center;
    order: -1; }
    @media (max-width: 767px) {
      .single-supercars #overview img {
        height: auto !important; } }
  .single-supercars #overview .legal-info-container {
    padding: 20px 1em 0 0;
    color: #646464; }
    .single-supercars #overview .legal-info-container .show-truncated-text {
      color: #0892d0;
      font-size: 16px;
      text-decoration: underline;
      margin-top: 25px;
      border: none;
      background: unset; }
      .single-supercars #overview .legal-info-container .show-truncated-text:hover {
        cursor: pointer; }
      .single-supercars #overview .legal-info-container .show-truncated-text:after {
        content: ' \f107';
        font-family: FontAwesome; }
      .single-supercars #overview .legal-info-container .show-truncated-text.open:after {
        content: ' \f106';
        font-family: FontAwesome; }
    .single-supercars #overview .legal-info-container p {
      font-weight: 300;
      font-size: 15px;
      color: #5c5c5c; }
  .single-supercars #overview p {
    font-size: 18px;
    font-weight: 400; }
    .single-supercars #overview p a {
      margin-top: 25px;
      font-size: 16px;
      text-decoration: underline; }
  .single-supercars #overview h3 {
    font-size: 3rem;
    line-height: 3.6rem;
    color: #1B1B1B;
    font-weight: normal; }
  .single-supercars #overview h4 {
    font-size: 22px;
    color: #57c7e6; }
  .single-supercars #overview em {
    margin-top: 25px;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    color: #5c5c5c;
    display: block; }
  @media (max-width: 767px) {
    .single-supercars #overview {
      padding: 25px 0; } }

.single-supercars #specifications {
  background: #F6F6F6;
  padding: 30px 0; }
  .single-supercars #specifications .spec-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 15px; }
    .single-supercars #specifications .spec-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      font-size: 1.4rem;
      line-height: 2rem;
      padding: 12px 0;
      border-bottom: 1px solid #D8D8D8; }
      .single-supercars #specifications .spec-list li .title {
        color: #1B1B1B; }
      .single-supercars #specifications .spec-list li .info {
        color: #4E4E4E; }
    @media (max-width: 767px) {
      .single-supercars #specifications .spec-list {
        width: 100%;
        float: none; }
        .single-supercars #specifications .spec-list .info {
          display: inline-block;
          padding-left: 20px;
          text-align: right; } }

.single-supercars #gallery {
  padding-bottom: 45px; }
  .single-supercars #gallery .plyr--full-ui input[type=range] {
    color: #fe6700; }
  .single-supercars #gallery .plyr__control--overlaid {
    background: rgba(254, 103, 0, 0.5); }
  .single-supercars #gallery .plyr--video .plyr__control.plyr__tab-focus,
  .single-supercars #gallery .plyr--video .plyr__control:hover,
  .single-supercars #gallery .plyr--video .plyr__control[aria-expanded=true] {
    background: #fe6700; }
  .single-supercars #gallery .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(254, 103, 0, 0.5); }
  .single-supercars #gallery .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #fe6700; }
  .single-supercars #gallery .plyr__control--overlaid {
    background: rgba(254, 103, 0, 0.8); }
  .single-supercars #gallery .gallery-group {
    font-size: 0; }
    .single-supercars #gallery .gallery-group.even .image:last-child,
    .single-supercars #gallery .gallery-group.even .plyr:last-child {
      width: 100%;
      max-height: 600px; }
    .single-supercars #gallery .gallery-group.odd .image:first-child,
    .single-supercars #gallery .gallery-group.odd .plyr:first-child {
      width: 100%;
      max-height: 600px; }
    .single-supercars #gallery .gallery-group .image, .single-supercars #gallery .gallery-group .plyr {
      width: 50%;
      object-fit: cover;
      display: block;
      display: inline-block;
      max-height: 50%;
      min-height: 300px; }
      @media (max-width: 767px) {
        .single-supercars #gallery .gallery-group .image, .single-supercars #gallery .gallery-group .plyr {
          max-height: 50% !important;
          height: 50%;
          vertical-align: top;
          min-height: 250px; } }
    @media (max-width: 500px) {
      .single-supercars #gallery .gallery-group .plyr {
        height: 40%; } }
    @media (min-width: 768px) {
      .single-supercars #gallery .gallery-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-height: calc(100vh - 125px); } }
    @media (max-width: 767px) {
      .single-supercars #gallery .gallery-group {
        height: auto; }
        .single-supercars #gallery .gallery-group .image:last-child,
        .single-supercars #gallery .gallery-group .plyr:last-child {
          max-height: 450px; } }
  .single-supercars #gallery .plyr {
    width: 100%;
    min-width: 45vw;
    max-height: 450px; }
  .single-supercars #gallery .slick-track {
    display: flex !important; }
  .single-supercars #gallery .slick-slide {
    height: inherit !important; }
  .single-supercars #gallery .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block !important;
    z-index: 100;
    top: 50%;
    background: none;
    color: #fff;
    font-size: 100px; }
    .single-supercars #gallery .slick-arrow.fa-chevron-left {
      left: -32px; }
    .single-supercars #gallery .slick-arrow.fa-chevron-right {
      right: -32px; }
    @media (max-width: 767px) {
      .single-supercars #gallery .slick-arrow.fa-chevron-left {
        left: -16px; }
      .single-supercars #gallery .slick-arrow.fa-chevron-right {
        right: -16px; } }
  .single-supercars #gallery ul.slick-dots {
    bottom: -45px; }
    .single-supercars #gallery ul.slick-dots li {
      line-height: 12px;
      margin: 0 5px; }
      .single-supercars #gallery ul.slick-dots li button {
        background: #eaeaea;
        height: 12px;
        width: 12px;
        border-radius: 100%;
        padding: 0; }
      .single-supercars #gallery ul.slick-dots li.slick-active button {
        background: #fe6700; }
  @media (max-width: 767px) {
    .single-supercars #gallery .plyr__video-wrapper {
      height: 40vh; }
    .single-supercars #gallery .plyr__poster {
      height: 40vh;
      background-size: cover; } }

.single-supercars .modal.ekko-lightbox .ekko-lightbox-nav-overlay a {
  text-shadow: 2px 2px 8px rgba(27, 27, 27, 0.5); }

.single-supercars .modal.ekko-lightbox .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  overflow: auto;
  height: auto;
  min-height: 100%;
  border-radius: 0; }

.single-supercars .modal.ekko-lightbox .glyphicon-chevron-right:before,
.single-supercars .modal.ekko-lightbox .glyphicon-chevron-left:before {
  font-size: 80px;
  color: #fff;
  font-family: "FontAwesome"; }

.single-supercars .modal.ekko-lightbox .glyphicon-chevron-left:before {
  content: '\f104'; }

.single-supercars .modal.ekko-lightbox .glyphicon-chevron-right:before {
  content: "\f105"; }

.single-supercars .modal.ekko-lightbox .modal-body {
  padding: 0;
  height: 100vh; }
  .single-supercars .modal.ekko-lightbox .modal-body .ekko-lightbox-container {
    height: 100%; }
    .single-supercars .modal.ekko-lightbox .modal-body .ekko-lightbox-container > div {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }

.single-supercars .modal.ekko-lightbox .modal-header {
  background: none;
  border: none;
  position: fixed;
  z-index: 1000;
  width: 100%; }
  .single-supercars .modal.ekko-lightbox .modal-header button.close {
    font-size: 50px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.single-supercars .modal.ekko-lightbox .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  max-height: 100% !important; }

@media (min-width: 768px) {
  .single-supercars .modal.ekko-lightbox .modal-body img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

.single-supercars #day-at-the-track {
  background-image: url("../../images/day-track-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-color: #fcfcfc;
  position: relative; }
  .single-supercars #day-at-the-track #dayTitles {
    float: left;
    margin-top: 80px;
    z-index: 100;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    -moz-flex: 0;
    flex: 0;
    -ms-flex: 0; }
    .single-supercars #day-at-the-track #dayTitles ul.slick-dots {
      text-align: left;
      position: relative;
      width: 100%;
      bottom: auto;
      left: auto;
      list-style: none;
      padding-left: 0;
      white-space: nowrap;
      padding-right: 30px; }
      .single-supercars #day-at-the-track #dayTitles ul.slick-dots li {
        display: block;
        padding: 0 40px;
        position: relative;
        z-index: 0;
        height: 38px;
        margin: 5px 0; }
        .single-supercars #day-at-the-track #dayTitles ul.slick-dots li a {
          font-size: 1.8rem;
          line-height: 3.8rem;
          color: #1B1B1B;
          font-weight: 600;
          z-index: 10;
          display: block;
          -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;
          transition: all 0.3s ease-in-out; }
          .single-supercars #day-at-the-track #dayTitles ul.slick-dots li a:hover {
            color: #fe6700; }
        .single-supercars #day-at-the-track #dayTitles ul.slick-dots li.slick-active a {
          color: #fff; }
        .single-supercars #day-at-the-track #dayTitles ul.slick-dots li.slick-active:before {
          content: '';
          background: #fe6700;
          height: 28px;
          width: calc(100% - 20px);
          position: absolute;
          left: 0;
          -webkit-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          transform: skew(-20deg);
          z-index: -10;
          top: 5px; }
        .single-supercars #day-at-the-track #dayTitles ul.slick-dots li.slick-active:after {
          content: '';
          background: #1B1B1B;
          height: 38px;
          width: calc(100% - 10px);
          position: absolute;
          left: 10px;
          -webkit-transform: skew(-20deg);
          -moz-transform: skew(-20deg);
          -o-transform: skew(-20deg);
          -ms-transform: skew(-20deg);
          transform: skew(-20deg);
          top: 0;
          z-index: -20; }
  .single-supercars #day-at-the-track #daySlider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    flex: 1;
    -ms-flex: 1;
    overflow: hidden; }
    .single-supercars #day-at-the-track #daySlider img {
      width: 100%;
      height: auto !important;
      border-radius: 4px; }
    .single-supercars #day-at-the-track #daySlider .day-content {
      display: block;
      font-size: 1.6rem;
      line-height: 2.4rem;
      padding-top: 80px; }
  .single-supercars #day-at-the-track .day-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .single-supercars #day-at-the-track .day-wrapper h2 {
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 4rem;
      line-height: 4rem; }
  .single-supercars #day-at-the-track .quick-facts {
    margin-top: 60px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .single-supercars #day-at-the-track .quick-facts li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      flex: 1;
      -ms-flex: 1;
      text-align: center;
      padding: 0 15px; }
      .single-supercars #day-at-the-track .quick-facts li + li {
        position: relative; }
        .single-supercars #day-at-the-track .quick-facts li + li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: 90px;
          background: #D8D8D8; }
      .single-supercars #day-at-the-track .quick-facts li h4 {
        color: #0B91D1;
        font-size: 2rem;
        line-height: 2.8rem;
        font-weight: normal; }
      .single-supercars #day-at-the-track .quick-facts li p {
        font-size: 1.4rem;
        line-height: 2rem; }
    @media (max-width: 1024px) {
      .single-supercars #day-at-the-track .quick-facts {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
        .single-supercars #day-at-the-track .quick-facts li {
          -webkit-flex-basis: 33%;
          -moz-flex-basis: 33%;
          -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }
          .single-supercars #day-at-the-track .quick-facts li + li:before {
            content: none; } }
    @media (max-width: 767px) {
      .single-supercars #day-at-the-track .quick-facts {
        display: block; }
        .single-supercars #day-at-the-track .quick-facts li {
          text-align: left;
          display: block;
          padding: 0 0 10px; }
          .single-supercars #day-at-the-track .quick-facts li + li {
            border-top: 1px solid #D8D8D8; } }
  @media (max-width: 767px) {
    .single-supercars #day-at-the-track {
      background: #F2F2F3;
      padding: 30px 0; }
      .single-supercars #day-at-the-track .day-wrapper {
        display: block; }
        .single-supercars #day-at-the-track .day-wrapper h2 {
          position: relative;
          margin-bottom: 20px;
          font-size: 3rem;
          line-height: 3.6rem;
          font-weight: normal; }
        .single-supercars #day-at-the-track .day-wrapper #daySlider {
          background: #fff;
          padding: 0;
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          position: relative;
          overflow: initial;
          margin-bottom: 75px; }
          .single-supercars #day-at-the-track .day-wrapper #daySlider img {
            border-radius: 0; }
          .single-supercars #day-at-the-track .day-wrapper #daySlider .day-content {
            padding: 20px 10px; }
          .single-supercars #day-at-the-track .day-wrapper #daySlider .slick-arrow {
            display: inline-block !important;
            width: 16px;
            height: 25px; }
            .single-supercars #day-at-the-track .day-wrapper #daySlider .slick-arrow.slick-prev {
              background: transparent url("../../images/left-orange.png") no-repeat;
              left: calc(45% - 25px); }
            .single-supercars #day-at-the-track .day-wrapper #daySlider .slick-arrow.slick-next {
              background: transparent url("../../images/right-orange.png") no-repeat;
              right: calc(45% - 25px); }
            .single-supercars #day-at-the-track .day-wrapper #daySlider .slick-arrow.slick-prev, .single-supercars #day-at-the-track .day-wrapper #daySlider .slick-arrow.slick-next {
              top: calc(100% + 20px);
              position: absolute; } }

.single-supercars #add-ons {
  background: #000;
  padding: 30px 0 60px; }
  .single-supercars #add-ons h3 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    margin-bottom: 30px; }
  .single-supercars #add-ons p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    margin-bottom: 30px; }
  .single-supercars #add-ons img {
    width: 100%;
    object-fit: cover; }
  @media (max-width: 767px) {
    .single-supercars #add-ons {
      padding: 15px 0; }
      .single-supercars #add-ons h2 {
        margin: 0;
        margin-bottom: 15px;
        font-weight: normal; }
      .single-supercars #add-ons h3 {
        margin: 10px 0; } }

.single-supercars #locations {
  height: 570px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0; }
  .single-supercars #locations #location-map {
    width: 100%;
    height: 475px;
    float: none;
    display: block;
    position: relative; }
    .single-supercars #locations #location-map svg {
      position: relative;
      top: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none;
      height: 425px; }
  .single-supercars #locations .location-banner {
    text-align: center;
    background: #fe6700;
    padding: 25px 0; }
    .single-supercars #locations .location-banner h2 {
      font-size: 3rem;
      line-height: 3.6rem;
      color: #fff;
      margin: 0;
      font-weight: 600; }
    .single-supercars #locations .location-banner h3 {
      margin: 0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      font-weight: normal;
      color: #fff; }
  .single-supercars #locations .location-overlay {
    background: rgba(35, 31, 32, 0.95);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    transition: all 0.3s ease-in-out;
    pointer-events: none; }
    .single-supercars #locations .location-overlay .container {
      position: relative; }
      .single-supercars #locations .location-overlay .container .fa-close {
        position: absolute;
        top: 0;
        cursor: pointer;
        right: 0;
        color: #fff; }
    .single-supercars #locations .location-overlay.open {
      opacity: 1;
      padding: 20px 0;
      pointer-events: initial; }
    .single-supercars #locations .location-overlay .overlay-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      z-index: 10;
      color: #fff;
      position: relative; }
      .single-supercars #locations .location-overlay .overlay-inner .info {
        margin-left: 30px; }
        .single-supercars #locations .location-overlay .overlay-inner .info p:not(:first-child) {
          margin: 0; }
      .single-supercars #locations .location-overlay .overlay-inner .logo img {
        max-height: 150px;
        width: auto; }
      .single-supercars #locations .location-overlay .overlay-inner .book {
        position: absolute;
        right: 0;
        text-align: center; }
        .single-supercars #locations .location-overlay .overlay-inner .book .btn {
          padding: 5px 20px;
          margin-bottom: 10px; }
        .single-supercars #locations .location-overlay .overlay-inner .book p {
          font-size: 1.2rem;
          line-height: 2rem; }
        @media (max-width: 992px) {
          .single-supercars #locations .location-overlay .overlay-inner .book {
            position: relative; } }
  @media (max-width: 767px) {
    .single-supercars #locations {
      height: auto;
      padding-bottom: 10px; }
      .single-supercars #locations .locations-mobile {
        font-size: 16px;
        padding: 6px 30px; }
      .single-supercars #locations .events.scroll {
        position: relative; }
        .single-supercars #locations .events.scroll .event-dates {
          height: 250px;
          overflow: auto; }
        .single-supercars #locations .events.scroll:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 10px;
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); }
      .single-supercars #locations .location-banner {
        padding: 10px 0; }
        .single-supercars #locations .location-banner h2 {
          font-size: 1.6rem;
          line-height: 2rem; }
      .single-supercars #locations #location-map {
        height: 175px;
        margin-bottom: 20px; }
        .single-supercars #locations #location-map svg {
          height: 175px;
          pointer-events: none; }
      .single-supercars #locations .overlay-inner p {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin: 0; } }

.single-supercars .events {
  background: #fff;
  width: 350px;
  margin: 0 auto;
  overflow: hidden; }
  .single-supercars .events .date-title {
    color: #fff;
    background: #fe6700;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    padding: 5px 15px; }
  .single-supercars .events .event-dates {
    padding-left: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .single-supercars .events .event-dates li {
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .single-supercars .events .event-dates li:not(:last-of-type) {
        border-bottom: 1px solid #D8D8D8; }
      .single-supercars .events .event-dates li .btn {
        margin: 0;
        font-weight: bold;
        padding: 0 20px;
        font-size: 16px;
        line-height: 30px; }
        .single-supercars .events .event-dates li .btn:hover {
          background: #cb5200;
          color: #fff; }
      .single-supercars .events .event-dates li .date {
        color: #1B1B1B;
        font-size: 2rem;
        line-height: 3rem; }
    .single-supercars .events .event-dates.open {
      overflow: hidden !important; }
    .single-supercars .events .event-dates .date-page {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      z-index: 999;
      display: block;
      background: #fff;
      width: 0;
      overflow: hidden;
      padding: 0; }
      .single-supercars .events .event-dates .date-page i {
        color: #fe6700;
        position: absolute;
        top: 15px;
        left: 10px;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer; }
      .single-supercars .events .event-dates .date-page.active {
        pointer-events: initial;
        left: 0;
        padding-left: 20px;
        width: 100%;
        overflow: auto; }
  @media (max-width: 767px) {
    .single-supercars .events {
      width: 100%; } }

.single-supercars .revwid-container.revwid-is-vertical-widget {
  margin: 30px auto 0 !important; }
