.clear {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.block-layer {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.block-layer img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
.image-background-wrapper {
  position: relative;
}
.image-background-wrapper .image-background {
  z-index: 2;
}
.image-background-wrapper .image-background-spinner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background-image: url('../images/image-loader.gif');
  background-repeat: no-repeat;
}
.b-btn__video-play,
.b-btn__play {
  border-radius: 0;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 65px;
  position: absolute;
  border: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) skew(-12deg, 0deg);
  -ms-transform: translate(-50%, -50%) skew(-12deg, 0deg);
  transform: translate(-50%, -50%) skew(-12deg, 0deg);
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.b-btn__video-play:after,
.b-btn__play:after {
  content: "";
  top: 50%;
  left: 55%;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%) skew(12deg, 0deg);
  -ms-transform: translate(-50%, -50%) skew(12deg, 0deg);
  transform: translate(-50%, -50%) skew(12deg, 0deg);
  border-width: 18px 0 18px 28px;
  border-color: transparent transparent transparent #ffffff;
}
.b-btn__video-play:hover,
.b-btn__play:hover {
  opacity: 0.8;
}
.b-steps__content {
  min-height: 440px;
  margin: 0 auto;
  position: relative;
}
.b-steps__content .item {
  position: relative;
}
.b-steps__content .item.registration:before,
.b-steps__content .item.briefing:before,
.b-steps__content .item.discovery:before,
.b-steps__content .item.driving:before,
.b-steps__content .item.checkout:before {
  z-index: 0;
}
.b-steps__content .item .b-btn__video-play {
  top: 46%;
  z-index: 10;
}
.b-steps__content .item figcaption {
  box-sizing: content-box;
  padding: 10px 0 17px;
}
.b-steps__content .item figcaption + div {
  position: relative;
}
.b-steps__content .item figcaption .head {
  color: #09b0da;
  font-size: 18px;
  margin-bottom: 7px;
  font-family: 'titillium_webregular';
  text-align: center;
  font-weight: bold;
}
.b-steps__content .item figcaption .head .icon {
  display: none;
  color: #b3b3b3;
  font-size: 14px;
  font-family: "HelveticaCE-1309Cond";
  text-transform: lowercase;
}
.b-steps__content .item figcaption .head .icon .icon-time {
  width: auto;
  height: auto;
  background: none;
}
.b-steps__content .item figcaption .w-text {
  font-size: 18px;
  text-align: justify;
  color: #898989;
  line-height: 1.4 !important;
  text-align-last: center;
  font-family: 'titillium_webregular';
}
.b-steps__content .item .iframe {
  display: none;
}
.b-steps__content .item iframe {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 360px;
  min-height: 322px;
}
.b-steps__list {
  position: relative;
  z-index: 1;
}
.b-steps__list img {
  position: absolute;
  top: -5px;
  left: -60px;
}
.b-steps__list .num {
  display: inline-block;
  float: left;
  font-size: 50px;
  color: #e1e1e1;
  font-family: 'titillium_webbold';
  margin-right: 10px;
  height: 50px;
  line-height: 32px;
}
.b-steps__list.text-right .num {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.b-steps__list > .active > a {
  color: #09b0da;
}
.b-steps__list > .active .num {
  color: #09b0da;
}
.b-steps__list > li > a {
  color: #000;
  text-decoration: none;
}
.b-steps__list > li + li {
  margin-top: 17px;
  position: relative;
  z-index: 1;
}
.b-steps__list.padding-r {
  padding-right: 30px;
}
.b-steps__list.padding-l {
  padding-left: 90px;
}
.b-steps__list .caption {
  font-family: 'titillium_webregular';
  color: #898989;
  display: block;
  font-size: 14px;
  text-transform: none;
  text-align: left;
}
.b-steps__list .caption .icon {
  font-size: 18px;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: none;
}
.b-steps__list .head {
  text-transform: uppercase;
  font-family: 'titillium_webregular';
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}
.b-steps__list .step {
  color: #545454;
  text-transform: capitalize;
  font-family: 'titillium_webregular';
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  display: inline-block;
}
/*Top menu*/
#super-menu .btn-block {
  padding: 0 5px;
}
#super-menu .btn-block .b-btn__book {
  display: block;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.b-fixed__nav .container {
  max-width: 1600px;
}
.widget-select-laps {
  font-size: 0;
  margin-top: 10px;
}
.widget-select-laps .widget-select-laps-inner {
  width: 50%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .widget-select-laps .widget-select-laps-inner {
    width: 25%;
  }
}
.widget-select-laps .widget-select-laps-inner.wide {
  width: 100%;
}
.widget-select-laps .widget-select-laps-inner.wide label {
  height: 60px;
}
.widget-select-laps .widget-select-laps-inner > .min-laps {
  position: absolute;
  bottom: -17px;
  color: #a8a8a8;
  font-family: 'titillium_webregular', Arial, Arial !important;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.widget-select-laps label {
  display: block;
  height: 80px;
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.widget-select-laps label > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: left;
  padding: 6px 5px 0;
  box-shadow: 0 0 0 1px #b0b0b0 inset;
}
.widget-select-laps label > span:hover {
  background: #fff;
}
.widget-select-laps label > span b {
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}
.widget-select-laps label > span span {
  display: block;
  font-family: 'titillium_webbold', Arial;
  font-size: 16px;
  color: #09b0da;
  line-height: 1;
  margin-bottom: 3px;
}
.widget-select-laps label > span span.price {
  display: inline;
}
.widget-select-laps label > span span.crossed-out {
  position: relative;
  color: #333;
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  margin-right: 0 !important;
  margin-right: 10px;
}
.widget-select-laps label > span span.crossed-out:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.widget-select-laps label > span span.savings {
  color: #00d052;
}
.widget-select-laps label > span .widget-select-laps-count {
  font-family: 'titillium_webbold', Arial;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 7px;
  color: #333;
}
.widget-select-laps label > span .widget-select-laps-info {
  font-size: 14px;
  padding-bottom: 3px;
  color: #00d052;
}
.widget-select-laps label > span .widget-select-laps-price {
  color: #929698;
  font-size: 14px;
}
.widget-select-laps label > span .icon-ok-sign {
  display: none;
  position: absolute;
  top: 7px;
  right: 7px;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.widget-select-laps label input {
  position: absolute;
  left: -20000px;
}
.widget-select-laps label input:checked + span {
  background: #09b0da;
}
.widget-select-laps label input:checked + span span {
  color: #fff !important;
}
.widget-select-laps label input:checked + span span.crossed-out:before {
  border-color: #fff;
}
.widget-select-laps label input:checked + span .icon-ok-sign {
  display: block;
}
.car-selection-head {
  padding: 10px 10px 11px;
  width: 100%;
  height: 61px;
}
.car-selection-head ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.car-selection-head ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3.8%;
  position: relative;
}
.car-selection-head ul li a {
  display: block;
  position: relative;
}
.car-selection-head ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 91%;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.car-selection-head ul li a img {
  display: block;
  max-width: 150px;
}
.car-selection-head ul li a + div {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .car-selection-head ul li {
    margin: 0 -3.8%;
  }
}
@media only screen and (max-width: 1330px) {
  .car-selection-head ul li {
    margin: 0 -4.5%;
  }
}
@media only screen and (max-width: 1200px) {
  .car-selection-head ul li {
    margin: 0 -8.8%;
  }
}
.car-selection-head .car-selectio-box {
  display: none;
  background: #f0f0f0;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  top: 120px;
  z-index: 9000;
  overflow: hidden;
}
@media only screen and (min-width: 2100px) {
  .car-selection-head .car-selectio-box {
    top: 250px;
  }
}
@media only screen and (min-width: 2500px) {
  .car-selection-head .car-selectio-box {
    top: 350px;
  }
}
.car-selection-head .car-selectio-box .namebig {
  font-size: 35px;
  z-index: 50;
  color: #4c4c4c;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
}
.car-selection-head .car-selectio-box .img {
  position: relative;
  margin-bottom: 55px;
}
.car-selection-head .car-selectio-box .img.car-shadow:before {
  text-align: center;
  content: "";
  display: block;
  width: 80%;
  height: 7px;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 91%;
  position: absolute;
  left: 10%;
  bottom: -6px;
}
.car-selection-head .car-selectio-box .img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.car-selection-head .car-selectio-box .grid-8 {
  padding: 10px 3em;
}
.car-selection-head .car-selectio-box .about-car {
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 13px;
  line-height: 1.2;
  max-width: 100%;
  text-align: center;
  padding: 0px 5em;
}
.car-selection-head .car-selectio-box .about-car ul {
  display: block;
  white-space: normal;
}
.car-selection-head .car-selectio-box .about-car ul li {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1800px) {
  .car-selection-head .car-selectio-box .about-car {
    display: none;
  }
}
.car-selection-head .car-selectio-box .car-name {
  font-size: 25px;
  z-index: 50;
  color: #4c4c4c;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
  white-space: nowrap;
  text-align: right;
  position: relative;
}
.car-selection-head .car-selectio-box .car-of-the-week {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  margin: -16px 0 0 -78px;
}
.car-selection-head .car-selectio-box .car-of-the-week .car-of-the-week-icon-price {
  font-size: 11px !important;
  top: 42% !important;
}
.car-selection-head .car-selectio-box .your-experience {
  margin: -30px 0 0;
  padding: 0;
  display: block;
}
.car-selection-head .car-selectio-box .your-experience dl {
  margin-bottom: 0;
}
.car-selection-head .car-selectio-box .your-experience span {
  font-family: 'titillium_webbold', Arial;
  display: block;
  color: #747474;
  font-size: 16px;
  margin-bottom: 5px;
}
.car-selection-head .car-selectio-box .your-experience dt {
  display: inline-block;
  width: 48%;
  background: url(/themes/exotics/images/ul_blue_arrow.png) no-repeat 0 2px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  vertical-align: top;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 13px;
  line-height: 1.2;
  font-weight: normal;
}
.car-selection-head .car-selectio-box .your-experience dt b {
  display: block;
  font-family: 'titillium_webbold', Arial;
}
@media only screen and (max-width: 1800px) {
  .car-selection-head .car-selectio-box .your-experience {
    display: none;
  }
}
.car-selection-head .car-selectio-box .stats {
  text-align: center;
  margin-bottom: 60px;
}
.car-selection-head .car-selectio-box .stats .icon {
  color: #09b0da;
  font-size: 30px;
  display: block;
  margin: 0 auto;
  line-height: 15px;
  background: none;
}
.car-selection-head .car-selectio-box .stats > li {
  display: inline-block;
  color: #000;
  font-family: 'titillium_webbold', Arial;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .car-selection-head .car-selectio-box .stats > li {
    margin: 0 6px;
    text-align: center;
  }
  .car-selection-head .car-selectio-box .stats > li .icon {
    background: transparent;
    width: auto;
    margin-bottom: 10px;
  }
}
.car-selection-head .car-selectio-box .inverblue-button,
.car-selection-head .car-selectio-box .green-button {
  width: 100%;
  margin-bottom: 15px;
}
.car-selection-head .car-selectio-box .select-count-lap label {
  width: 30%;
}
@media only screen and (min-width: 1441px) {
  .car-selection-head {
    height: 85px;
  }
  .car-selection-head .container {
    max-width: 1500px;
  }
  .car-selection-head ul li a img {
    max-width: 200px;
  }
  .car-selection-head .car-selectio-box {
    bottom: 85px;
  }
  .car-selection-head .car-selectio-box .namebig {
    font-size: 75px;
  }
  .car-selection-head .car-selectio-box .car-name {
    font-size: 55px;
  }
  .car-selection-head .car-selectio-box .vcenterd {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 1500px) {
  .car-selection-head ul li a img {
    max-width: 10.7vw;
  }
}
.select-count-lap {
  font-size: 0;
}
.select-count-lap label {
  display: inline-block;
  border: 1px solid #b0b0b0;
  background: #f1f1f1;
  margin: 0 3px 6px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 115px;
  vertical-align: top;
  height: 100px;
  text-align: left;
  position: relative;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .select-count-lap label {
    width: 110px;
  }
}
.select-count-lap label:hover {
  background: #fff;
  box-shadow: none;
  -webkit-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
.select-count-lap label > div:not(.min-laps),
.select-count-lap label > .div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 7px;
  z-index: 2;
}
.select-count-lap label > .min-laps {
  position: absolute;
  bottom: -18px;
  color: #a8a8a8;
  font-family: 'titillium_webregular', Arial, Arial !important;
  font-size: 10px;
  width: 100%;
  text-align: center;
  left: 0;
}
.select-count-lap label span:not(.div) {
  display: block;
  color: #323232;
  font-family: 'titillium_webregular', Arial, sans-serif !important;
  font-size: 15px;
  font-weight: bold;
}
.select-count-lap label span:not(.div).price {
  color: #09b0da;
  display: inline;
}
.select-count-lap label span:not(.div).price.crossed-out {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.select-count-lap label span:not(.div).price.crossed-out:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.select-count-lap label span:not(.div).discount-price {
  color: #09b0da;
}
.select-count-lap label span:not(.div).savings {
  color: #09b0da;
}
.select-count-lap label span:not(.div) b {
  font-size: 17px;
  font-family: 'titillium_webbold', Arial;
  vertical-align: baseline;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.select-count-lap label span:not(.div) small {
  font-size: 14px;
  display: block;
  padding-bottom: 3px;
  color: #00d052;
  font-family: 'titillium_webregular', Arial;
  font-weight: bold;
}
.select-count-lap label i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.select-count-lap label input {
  position: absolute;
  opacity: 0;
}
.select-count-lap label input:checked + i {
  display: block;
  box-shadow: 0 0 0 1px #f1f1f1 !important;
  background: #09b0da url(/img/icon/check.png) no-repeat 90% 10%;
  background-size: 15px;
}
.select-count-lap label input:checked + i + div span,
.select-count-lap label input:checked + i + .div span {
  color: #fff !important;
}
.select-count-lap label input:checked + i + div span.crossed-out:before,
.select-count-lap label input:checked + i + .div span.crossed-out:before {
  border-color: #fff !important;
}
.select-count-lap label.hpde input:checked + i {
  background-position: 98% 75%;
}
.box-page {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
  font-family: 'titillium_webregular', Arial;
}
@media only screen and (max-width: 1024px) {
  .box-page {
    font-size: 16px;
  }
  .box-page label {
    font-size: 16px;
  }
}
.box-page header {
  background: #f5f5f5;
  padding: 18px 20px;
  line-height: 1;
  margin: -30px -30px 20px;
  color: #686868;
  font-size: 18px;
  text-transform: uppercase;
}
.box-page header .num {
  display: inline-block;
  border-radius: 3px;
  background: #09b0da;
  color: #fff;
  font-family: 'titillium_webbold', Arial;
  vertical-align: middle;
  margin-right: 10px;
  padding: 3px 6px 4px;
  font-size: 14px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1024px) {
  .box-page header .num {
    font-size: 16px;
  }
}
.box-page h3 {
  font-family: 'titillium_webregular', Arial;
  font-size: 16px;
  color: #000;
  margin: 0 0 25px;
  line-height: 1.2;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .box-page h3 {
    font-size: 18px;
  }
}
.box-page .row {
  margin-left: 0;
}
.box-page a {
  color: #09b0da;
}
.box-page .control-label {
  color: #686868;
  font-size: 14px;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .box-page .control-label {
    font-size: 16px;
  }
}
.box-page .control-label.inline {
  margin: 9px 0 0;
}
.box-page .control-label .required {
  color: red;
}
.box-page .control-group {
  margin-bottom: 0;
}
.box-page .controls {
  margin-bottom: 15px;
  position: relative;
}
.box-page .controls input[type='text'],
.box-page .controls input[type='password'],
.box-page .controls input[type='email'],
.box-page .controls textarea,
.box-page .controls select {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #686868;
  font-size: 14px;
  height: 40px !important;
  padding: 8px 10px;
  border-radius: 3px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media only screen and (max-width: 1024px) {
  .box-page .controls input[type='text'],
  .box-page .controls input[type='password'],
  .box-page .controls input[type='email'],
  .box-page .controls textarea,
  .box-page .controls select {
    font-size: 16px;
  }
}
.box-page .controls textarea {
  height: auto !important;
}
.box-page .controls .checkbox,
.box-page .controls .radio {
  padding: 0;
  margin: 0 0 10px;
  cursor: pointer;
}
.box-page .controls .checkbox input,
.box-page .controls .radio input {
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: relative;
  top: 4px;
}
.box-page .divider {
  height: 1px;
  margin-bottom: 30px;
  background: #e5e5e5;
}
.box-page .blue {
  color: #09b0da;
}
.box-page .drivers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box-page .drivers li {
  position: relative;
}
.box-page .drivers li i {
  color: #09b0da;
  left: -15px;
  position: absolute;
  top: 2px;
  font-size: 18px;
}
.box-page .drivers li i.fa-caret-down {
  left: -18px;
}
.box-page .drivers li a {
  color: #686868;
}
.box-page .experience-data {
  display: none;
}
.box-page .captcha img {
  margin-left: -10px;
}
.box-page .captcha #captchaRefreshButtonContainer {
  display: block;
  margin-top: 10px;
}
.help-block.error {
  color: #b94a48 !important;
  text-align: left;
}
label a {
  color: #09b0da;
}
.blue-button,
.inverblue-button,
.green-button {
  display: inline-block;
  font-size: 16px;
  background: #09b0da;
  color: #fff !important;
  padding: 7px 15px;
  border-radius: 2px;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #09b0da;
  vertical-align: middle;
}
.blue-button.wide,
.inverblue-button.wide,
.green-button.wide {
  width: 100%;
}
.blue-button .icon,
.inverblue-button .icon,
.green-button .icon {
  margin: 0 2px;
  vertical-align: middle;
  display: inline-block;
}
.blue-button .fa,
.inverblue-button .fa,
.green-button .fa {
  margin: 0 2px;
}
.blue-button.padding50,
.inverblue-button.padding50,
.green-button.padding50 {
  padding: 7px 50px;
}
.inverblue-button {
  color: #09b0da !important;
  background: #fff;
}
.green-button {
  background: #00d052 !important;
  box-shadow: 0 0 0 1px #00d052;
}
.info-box {
  margin-bottom: 15px;
  font-family: 'titillium_webregular', Arial;
  color: #686868;
  line-height: 1.2;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .info-box {
    font-size: 16px;
  }
}
.info-box .order-addon-title {
  width: 50%;
}
.info-box .order-addon-quantity,
.info-box order-addon-price-unit {
  width: 15%;
}
.info-box .order-addon-price {
  width: 20%;
}
.info-box h4 {
  font-family: 'titillium_webbold', Arial;
  font-size: 14px;
  color: #686868;
  padding: 0;
  margin: 0;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  .info-box h4 {
    font-size: 16px;
  }
}
.info-box b {
  font-family: 'titillium_webregular', Arial;
  font-weight: bold;
}
.info-box .divider {
  margin: 6px 0;
}
.info-box .row > div {
  min-height: auto;
}
.info-box .controls {
  margin: 0;
}
.info-box table {
  width: 100%;
}
.info-box table td {
  padding: 0 0 7px;
  vertical-align: top;
}
.info-box table td.nopadding {
  padding: 0;
}
.info-box .title + div {
  text-align: left;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-box-orient: horizontal;
}
.info-box .justify-fix {
  display: none !important;
}
/**/
.page-title h1 {
  font-family: "titillium_webblack";
  font-size: 62px;
  color: #f5f5f5;
  text-align: right;
  line-height: 1;
  margin: 0;
}
.thank-order-page,
.customer-dashboard {
  padding-top: 60px;
  font-family: 'titillium_webregular', Arial;
}
.thank-order-page h1,
.customer-dashboard h1,
.thank-order-page h2,
.customer-dashboard h2 {
  font-family: 'titillium_webregular', Arial;
  color: #686868;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .thank-order-page h1,
  .customer-dashboard h1,
  .thank-order-page h2,
  .customer-dashboard h2 {
    text-align: center;
  }
}
.thank-order-page .order-menu,
.customer-dashboard .order-menu,
.thank-order-page .container .order-menu,
.customer-dashboard .container .order-menu {
  display: block;
  list-style: none;
  text-align: right;
  padding-top: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .thank-order-page .order-menu,
  .customer-dashboard .order-menu,
  .thank-order-page .container .order-menu,
  .customer-dashboard .container .order-menu {
    text-align: center;
  }
}
.thank-order-page .order-menu li,
.customer-dashboard .order-menu li,
.thank-order-page .container .order-menu li,
.customer-dashboard .container .order-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 20px;
}
.thank-order-page .order-menu li + li,
.customer-dashboard .order-menu li + li,
.thank-order-page .container .order-menu li + li,
.customer-dashboard .container .order-menu li + li {
  margin-left: 5vw;
}
.thank-order-page .order-menu li a,
.customer-dashboard .order-menu li a,
.thank-order-page .container .order-menu li a,
.customer-dashboard .container .order-menu li a {
  color: #686868;
  min-width: 50px;
  text-decoration: none;
  display: inline-block;
  padding: 45px 5px 0;
  white-space: nowrap;
}
.thank-order-page .order-menu li a.profile-link,
.customer-dashboard .order-menu li a.profile-link,
.thank-order-page .container .order-menu li a.profile-link,
.customer-dashboard .container .order-menu li a.profile-link {
  background: url(../img/ico_order_profile.png) no-repeat 50% 0;
}
.thank-order-page .order-menu li a.my-order-link,
.customer-dashboard .order-menu li a.my-order-link,
.thank-order-page .container .order-menu li a.my-order-link,
.customer-dashboard .container .order-menu li a.my-order-link {
  background: url(../img/ico_order_order.png) no-repeat 50% 0;
}
.thank-order-page .order-menu li a.change-password-link,
.customer-dashboard .order-menu li a.change-password-link,
.thank-order-page .container .order-menu li a.change-password-link,
.customer-dashboard .container .order-menu li a.change-password-link {
  background: url(../img/ico_order_password.png) no-repeat 50% 0;
}
.thank-order-page .order-menu li a.logout-link,
.customer-dashboard .order-menu li a.logout-link,
.thank-order-page .container .order-menu li a.logout-link,
.customer-dashboard .container .order-menu li a.logout-link {
  background: url(../img/ico_order_logout.png) no-repeat 50% 0;
}
.thank-order-page .box-page header.bolded,
.customer-dashboard .box-page header.bolded {
  color: #4d4d4d;
  font-family: 'titillium_webbold', Arial;
  font-size: 21px;
  text-transform: none;
}
.thank-order-page .box-page table,
.customer-dashboard .box-page table {
  width: 100%;
}
.thank-order-page .box-page table.table tr:first-child td,
.customer-dashboard .box-page table.table tr:first-child td {
  padding-top: 12px;
}
.thank-order-page .box-page table.table tr td:last-child,
.customer-dashboard .box-page table.table tr td:last-child {
  text-align: left;
}
.thank-order-page .box-page table th,
.customer-dashboard .box-page table th {
  padding: 8px 0;
}
.thank-order-page .box-page table th .caret,
.customer-dashboard .box-page table th .caret {
  margin-left: 5px;
  margin-top: 10px;
}
.thank-order-page .box-page table tr td,
.customer-dashboard .box-page table tr td {
  padding: 12px 0;
  color: #686868;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 2px dashed #f5f5f5;
}
.thank-order-page .box-page table tr td:last-child,
.customer-dashboard .box-page table tr td:last-child {
  text-align: right;
}
.thank-order-page .box-page table tr:first-child td,
.customer-dashboard .box-page table tr:first-child td {
  padding-top: 0;
}
.thank-order-page .box-page table tr:last-child td,
.customer-dashboard .box-page table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.thank-order-page .box-page p,
.customer-dashboard .box-page p {
  margin-bottom: 0;
  color: #686868;
  font-size: 14px;
  line-height: 1.2;
}
.thank-order-page .box-page .total-price,
.customer-dashboard .box-page .total-price {
  padding-top: 0;
}
.thank-order-page .order-car-img,
.customer-dashboard .order-car-img {
  max-width: 460px;
  display: inline-block;
  margin-top: 3vw;
}
.thank-order-page .order-car-img img,
.customer-dashboard .order-car-img img {
  display: block;
}
.thank-order-page .total-price,
.customer-dashboard .total-price {
  padding-top: 5vw;
  text-align: center;
  margin-bottom: 30px;
  font-size: 55px;
}
.thank-order-page .total-price span,
.customer-dashboard .total-price span {
  font-size: 14px;
}
.checkout-page {
  font-family: 'titillium_webregular', Arial;
  padding: 75px 0;
  border-bottom: 12px solid #dfdfdf;
  border-top: 12px solid #dfdfdf;
}
.checkout-page.mobile .row-fluid [class*="span"] {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .checkout-page {
    margin-top: 0px;
    padding-bottom: 0;
  }
  .checkout-page #login-form {
    margin-top: 40px;
  }
  .checkout-page .fa {
    vertical-align: top;
  }
}
.checkout-page .page-title {
  margin: -85px 0 20px;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .btn-paypal {
    margin-bottom: 25px;
  }
}
.checkout-page .btn-paypal.active {
  position: relative;
}
.checkout-page .btn-paypal.active:after {
  background: url(/img/check_mark_blue.png) no-repeat 0 0;
  bottom: -15px;
  content: "";
  display: block;
  height: 14px;
  left: 45%;
  position: absolute;
  width: 16px;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .btn-paypal.active:after {
    left: 30%;
  }
}
.checkout-page .btn-paypal-chekout {
  display: block;
  background: url(/img/btn_paypal_chekout.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 44px;
  text-decoration: none;
}
.checkout-page .btn-paypal-credit {
  display: block;
  background: url(/img/btn_paypal_credit.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 44px;
  text-decoration: none;
}
.checkout-page .payment-method-card {
  display: inline-block;
  background: url(/img/payment_method.jpg) no-repeat;
  width: 200px;
  height: 36px;
  position: absolute;
  left: 100px;
  top: -10px;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .payment-method-card {
    margin-top: 5px;
    width: 150px;
    background-size: contain;
  }
}
.checkout-page .payment-method-paypal {
  display: inline-block;
  background: url(/img/payment_method_paypal.png) no-repeat;
  width: 136px;
  height: 36px;
  position: absolute;
  top: -5px;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .payment-method-paypal {
    margin-top: 5px;
    background-size: contain;
    top: -10px;
  }
}
.checkout-page .referral-code input {
  padding: 3px 10px !important;
}
@media only screen and (max-width: 1024px) {
  .checkout-page .referral-code input {
    padding: 4px 10px !important;
  }
}
.checkout-page .total-price b {
  font-size: 22px;
  display: block;
  padding: 2px 0;
}
.checkout-page .total-price b span {
  font-size: 18px;
}
.checkout-page .total-price b del {
  font-size: 16px;
  color: #333;
  position: relative;
  text-decoration: none;
  font-weight: normal;
  font-family: 'titillium_webregular', Arial;
}
.checkout-page .total-price b del:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.checkout-page .driver-name {
  display: block;
  position: relative;
}
.checkout-page .driver-name.up:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #09b0da;
  position: absolute;
  top: 4px;
  left: -20px;
}
.checkout-page .driver-name.down:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #09b0da;
  position: absolute;
  top: 4px;
  left: -20px;
}
.checkout-page .additional-info textarea {
  height: 100px;
}
@media only screen and (min-width: 1025px) {
  .checkout-page .additional-info .span8 {
    border-left: 1px solid #f5f5f5;
    padding-left: 20px;
  }
}
.checkout-page .terms-conditionals {
  height: 170px;
  padding: 5px 10px;
  border: 1px solid #f5f5f5;
}
.checkout-page .terms-conditionals > div {
  height: 150px;
  overflow-y: scroll;
}
.checkout-page .terms-conditionals > div h5 {
  text-align: center;
}
.checkout-page .terms-conditionals h3 {
  margin-bottom: 10px;
}
.checkout-page .help-block {
  font-size: 12px;
  position: absolute;
  left: 0;
  margin-top: -2px;
}
.disable {
  position: relative;
}
.disable:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
.visible-xs {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
label.input-checkbox {
  display: inline-block;
  font-size: 14px;
  color: #202020;
  margin-right: 10px;
  position: relative;
  padding: 0px 0 3px 35px;
  vertical-align: middle;
}
label.input-checkbox .help-block {
  margin-left: 35px;
}
label.input-checkbox input {
  position: absolute;
  opacity: 0;
}
label.input-checkbox input[type="checkbox"] {
  left: -38px;
  top: -5px;
  width: 100px;
  height: 30px;
  z-index: 1;
}
label.input-checkbox input:checked + i {
  border-color: #09b0da;
  background: #ffffff url(../img/ico_check_blue.png) no-repeat 50% 50%;
}
label.input-checkbox i {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: -3px;
  left: 0;
}
.selected-search-filter {
  font-family: 'titillium_webregular', Arial;
  border-top: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5;
  padding: 25px 0;
}
.selected-search-filter label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'titillium_webregular', Arial;
  margin: 0 20px 0 0;
  color: #525252;
  font-size: 27px;
  text-transform: uppercase;
}
.selected-search-filter label b {
  font-family: 'titillium_webbold', Arial;
}
.selected-search-filter span {
  font-family: 'titillium_webbold', Arial;
  display: inline-block;
  background: #fff;
  color: #09b0da;
  border-radius: 0;
  padding: 6px 15px 7px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #09b0da;
  text-transform: uppercase;
  font-size: 18px;
}
.selected-search-filter span a {
  color: #09b0da;
}
.selected-search-filter span a:hover {
  color: #09b0da;
}
.selected-search-filter span a i {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  right: -3px;
  top: 1px;
  line-height: 1;
  cursor: pointer;
}
.search-anchors {
  background: #fff;
  padding: 50px 0 20px;
  font-size: 0;
}
@media only screen and (max-width: 769px) {
  .search-anchors a {
    width: 33.3%;
  }
}
@media only screen and (max-width: 640px) {
  .search-anchors a {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .search-anchors a {
    width: 100%;
  }
}
/*IE hack*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .choose-booking-type {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .choose-booking-type .choose-type-item {
    max-width: 284px;
    width: 100%;
    margin: 0 20px 30px !important;
  }
}
@media only screen and (max-width: 769px) {
  .choose-booking-type .choose-type-item {
    max-width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .choose-booking-type {
    display: block;
  }
  .choose-booking-type .choose-type-item {
    max-width: 100%;
    margin: 0 0 38px;
  }
}
/**/
@media only screen and (max-width: 1024px) {
  .thank-order-page,
  .customer-dashboard {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  ul.order-menu li {
    width: 40%;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 769px) {
  .customer-dashboard .page-title {
    display: none;
  }
}
.step-1 .choose-booking-type .choose-type-item.expirience-type .img {
  height: auto;
}
.step-1 .modal {
  top: 25% !important;
  width: 50%;
  left: 25%;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .step-1 .modal {
    width: 90%;
    left: 5%;
  }
}
.step-1 .modal .choose-type-item {
  cursor: pointer;
}
.step-1 .modal .choose-type-item .title,
.step-1 .modal .choose-type-item .price-info {
  display: block !important;
}
.step-1 .modal .modal-body {
  max-height: none;
}
.step-1 .modal .modal-body .owl-carousel .owl-nav {
  top: 20%;
}
.step-1 .modal .modal-body .owl-carousel .owl-dots {
  top: 47vw;
}
.choose-booking-type {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 38px;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 769px) {
  .choose-booking-type {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .choose-booking-type {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .choose-booking-type {
    display: block;
    margin-bottom: 38px;
  }
  .choose-booking-type .thank-order-page div > h2 {
    text-align: center;
  }
  .choose-booking-type .order-menu li + li {
    margin-left: 0;
  }
  .choose-booking-type .thank-order-page {
    padding-top: 0;
  }
}
.choose-booking-type.with-opacity .choose-type-item {
  opacity: 0.4;
}
.choose-booking-type.with-opacity .choose-type-item.active,
.choose-booking-type.with-opacity .choose-type-item:hover {
  opacity: 1;
}
.choose-booking-type .choose-type-item {
  margin-bottom: 5px;
  background: #f8f8f8;
  text-align: center;
}
.choose-booking-type .choose-type-item.expirience-type .img {
  height: 134px;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.choose-booking-type .choose-type-item .img {
  position: relative;
  height: 140px;
}
.choose-booking-type .choose-type-item .img .fa-star {
  display: none;
  font-size: 30px;
  position: absolute;
  top: 7px;
  left: 11px;
  color: #fed700;
}
.choose-booking-type .choose-type-item .img img {
  display: block;
  width: 100%;
}
.choose-booking-type .choose-type-item .img img + img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.choose-booking-type .choose-type-item .img.grayscale img + img {
  opacity: 1;
}
.choose-booking-type .choose-type-item.bestseller .img:after {
  content: "";
  display: block;
  background: url(/img/choose-experience/ico_bestseller.png) no-repeat 0 0;
  width: 30px;
  height: 42px;
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 5;
}
.choose-booking-type .choose-type-item .img + div {
  position: relative;
  padding-top: 19px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div > .title {
    display: none;
  }
}
.choose-booking-type .choose-type-item .img + div .title {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif !important;
  margin-bottom: 7px;
}
.choose-booking-type .choose-type-item .img + div .price-info {
  font-family: 'titillium_webbold', sans-serif !important;
  font-size: 16px;
  color: #09b0da;
  padding-bottom: 3px;
}
.choose-booking-type .choose-type-item .img + div .price-info .crossed-out-price {
  font-family: 'titillium_webregular', Arial;
  color: #333;
  position: relative;
}
.choose-booking-type .choose-type-item .img + div .price-info .crossed-out-price:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.choose-booking-type .choose-type-item .img + div .price-info .real-price {
  color: #09b0da;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div > .price-info {
    display: none;
  }
}
.choose-booking-type .choose-type-item .img + div p {
  font-family: 'titillium_weblight', sans-serif !important;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 67px;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div p {
    font-size: 16px;
  }
}
.choose-booking-type .choose-type-item .img + div .more-type-item {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #f8f8f8;
  border-bottom: 6px solid #ff0d00;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  padding: 19px 20px 0;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div .more-type-item {
    display: block;
    position: relative;
  }
}
.choose-booking-type .choose-type-item .img + div .more-type-item .title {
  margin-bottom: 28px;
  text-transform: uppercase;
}
.choose-booking-type .choose-type-item .img + div .more-type-item .price-info {
  margin-bottom: 26px;
}
.choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box {
  background: #fff;
  padding: 15px 0 20px;
  margin: 0 -18px;
}
.choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box .learn-more {
  font-size: 14px;
  color: #838383;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box .learn-more {
    font-size: 16px;
  }
}
.choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box .learn-more i {
  font-style: normal;
  color: #08afdb;
  line-height: 1;
  position: relative;
  top: -1px;
}
.choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box div {
  padding-top: 8px;
}
.choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box .btn {
  font-family: 'Titillium Web', sans-serif !important;
  background: #09b0da;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .choose-booking-type .choose-type-item .img + div .more-type-item .more-type-box > br {
    display: none;
  }
}
.choose-booking-type .choose-type-item.active {
  position: relative;
}
.choose-booking-type .choose-type-item.active .img .fa-star {
  display: inline-block;
}
.choose-booking-type .choose-type-item.active .img.grayscale img + img {
  opacity: 0;
}
.choose-booking-type .choose-type-item:hover {
  position: relative;
  z-index: 1039;
}
.choose-booking-type .choose-type-item:hover .img + div .more-type-item {
  display: block;
}
.choose-booking-type.active .img + div {
  padding-top: 0;
}
.choose-booking-type.active .choose-type-item {
  padding-bottom: 0;
  position: relative;
}
.choose-booking-type.active .choose-type-item .img + div .more-type-item {
  display: block;
}
.choose-booking-type.active .choose-type-item:first-child .img:after {
  background: none;
}
.choose-booking-type.active .choose-type-item .more-type-item {
  border-bottom: none !important;
  position: relative !important;
  padding: 19px 20px 1px !important;
  position: relative;
}
.choose-booking-type.active .choose-type-item .more-type-item:hover:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 6px;
  background: #ff0d00;
}
.step-title {
  background: #f5f5f5;
  padding: 0 0 7px;
  text-align: center;
  margin-bottom: 20px;
}
.step-title h3 {
  font-family: 'titillium_websemibold', Arial;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
  padding-top: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.step-title h3:after {
  content: "";
  height: 6px;
  width: 210px;
  background: #ff3131;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -105px;
}
.step-title p {
  font-family: 'titillium_websemibold', Arial;
  font-size: 15px;
  color: #9c9c9c;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.step-title i {
  text-align: center;
  width: 150px;
  display: block;
  font-family: 'bitsumishiregular';
  font-size: 250px;
  color: #e4e4e4;
  font-style: normal;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1;
}
#combo-packages {
  background: #fff;
  margin: -20px 0 0 !important;
  padding: 20px 0 60px;
}
#combo-packages .item h3 {
  color: #999999;
  font-family: 'titillium_websemibold', Arial;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-size: 25px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
#combo-packages .item h3 span {
  font-family: "manustrialmanustrial" !important;
  font-size: 16px;
  font-style: normal;
  margin-left: 20px;
  text-transform: none;
}
#combo-packages .item h3:before {
  content: "";
  display: block;
  height: 10px;
  background: #f9f9f9;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  z-index: -1;
}
#combo-packages .item .price {
  font-family: 'Titillium Web', sans-serif;
  text-align: right;
  font-size: 18px;
  margin: 0 0 5px !important;
  text-transform: none;
}
#combo-packages .item .price del {
  color: #999999;
  margin-right: 20px;
  display: inline-block;
}
#combo-packages .item .price .blue {
  color: #09b0da;
  display: inline-block;
}
#combo-packages .item .cars {
  max-width: 170px;
  position: relative;
}
#combo-packages .item .cars + .cars {
  margin-left: -14%;
}
#combo-packages .s-unf-moments-wide .story-img {
  text-align: center;
  background: #f2f2f2;
}
#combo-packages .s-unf-moments-wide .story-img .cars-images {
  margin-top: -35px;
  position: relative;
  top: 50%;
}
#combo-packages .s-unf-moments-wide .story-img .cars-images .cars {
  max-width: 27%;
  position: relative;
  display: inline-block;
}
#combo-packages .s-unf-moments-wide .story-img .cars-images .cars:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 91%;
  position: absolute;
  left: 0;
  bottom: -6px;
}
#combo-packages .s-unf-moments-wide .story-img .cars-images .cars + .cars {
  margin-left: -20%;
}
#combo-packages .s-unf-moments-wide .story-text {
  padding: 40px;
}
#combo-packages .s-unf-moments-wide .story-text .title,
#combo-packages .s-unf-moments-wide .story-text .divider,
#combo-packages .s-unf-moments-wide .story-text p {
  margin-bottom: 10px;
}
#combo-packages .s-unf-moments-wide .story-text .title strong,
#combo-packages .s-unf-moments-wide .story-text .divider strong,
#combo-packages .s-unf-moments-wide .story-text p strong {
  color: #09b0da;
  font-family: 'titillium_webbold', Arial;
  font-weight: normal;
}
#combo-packages .s-unf-moments-wide .story-text ul {
  margin-bottom: 20px;
}
#popular-car {
  background: #fff;
  margin: -20px 0 0 !important;
  padding: 40px 0 0;
}
#popular-car .owl-carousel .owl-nav {
  top: 45%;
  left: 0;
  right: 0;
  color: #000000;
  font-size: 85px;
  position: absolute;
}
#popular-car .owl-carousel .owl-nav button {
  border: none;
  background: none;
  width: 30px;
  height: 30px;
}
#popular-car .owl-carousel .owl-nav .b-prev {
  position: absolute;
  cursor: pointer;
  font-size: 25px;
  left: -30px;
}
#popular-car .owl-carousel .owl-nav .b-next {
  position: absolute;
  cursor: pointer;
  font-size: 25px;
  right: -30px;
}
#popular-car .owl-carousel .owl-dots {
  bottom: -30px;
}
#popular-car .owl-carousel .owl-dots .owl-dot {
  background-color: #9c9c9c;
}
#popular-car .owl-carousel .owl-dots .owl-dot.active {
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  background-color: transparent;
}
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
footer {
  background: #fff;
  padding: 40px 0;
  border-top: 12px solid #dfdfdf;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 0;
  }
}
footer .container {
  max-width: 1440px;
}
footer .footer-help {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-help {
    margin-bottom: 0;
  }
}
footer .footer-help .span3 {
  margin-bottom: 15px;
}
footer .footer-help .span3:last-child {
  margin-top: -10px;
}
footer .footer-help .item {
  width: 100%;
  padding: 14px;
}
footer .footer-help .item i {
  display: inline-block;
  width: 57px;
  height: 63px;
  background: url(../img/home_sprite.png) no-repeat 0 0;
  vertical-align: middle;
}
footer .footer-help .item i.ico1 {
  background-position: 6px -128px;
}
footer .footer-help .item i.ico2 {
  background-position: -57px -128px;
}
footer .footer-help .item i.ico3 {
  background-position: -114px -128px;
}
footer .footer-help .item i.ico4 {
  background-position: -170px -128px;
}
footer .footer-help .item i.ico5 {
  background-position: -227px -128px;
}
footer .footer-help .item i.ico6 {
  background-position: -284px -128px;
}
footer .footer-help .item figcaption {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
footer .footer-help .item figcaption p {
  margin: 0;
  font-size: 14px;
  text-transform: none;
}
footer .search-panel {
  background: #d2d2d2;
  padding: 20px;
  margin-bottom: 80px;
}
footer .search-panel .search-site {
  position: relative;
}
footer .search-panel .search-site table {
  width: 100%;
}
footer .search-panel .search-site .form-group {
  padding-right: 30px;
}
footer .search-panel .search-site .form-group .icon-search {
  position: absolute;
  top: 50%;
  left: 13px;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
  opacity: 0.6;
}
footer .search-panel .search-site .form-group input {
  border: 1px solid #08b8df;
  background: #fff;
  border-radius: 0;
  padding: 5px 10px 5px 35px;
  height: auto;
  margin: 0;
  width: 100%;
}
footer .search-panel .search-site .b-btn__book {
  height: auto;
  padding: 8px 8px 7px;
}
footer .search-panel .newsletter-form {
  position: relative;
}
footer .search-panel .newsletter-form table {
  width: 100%;
}
footer .search-panel .newsletter-form table td:first-child {
  width: 125px;
}
footer .search-panel .newsletter-form label {
  font-family: 'titillium_webbold', Arial;
  font-size: 22px;
  color: #08b8df;
  font-weight: normal;
  text-align: right;
  margin-top: 5px;
  margin-right: 10px;
}
footer .search-panel .newsletter-form .form-group {
  padding-left: 5px;
}
footer .search-panel .newsletter-form .form-group input {
  border: 1px solid #08b8df;
  background: #fff;
  border-radius: 0;
  padding: 5px 15px;
  height: auto;
  margin: 0;
  width: 100%;
}
footer .search-panel .newsletter-form .form-group button {
  font-size: 16px;
  color: #08b8df;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
}
footer .footer-menu {
  background: url(../img/logo/footer_logo.png) no-repeat 0 0;
  padding-left: 190px;
  margin-bottom: 40px;
}
footer .footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer .footer-menu .container {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-box-orient: horizontal;
}
footer .footer-menu .container > div {
  flex: 19.9%;
}
footer .footer-menu ul {
  list-style: none;
  display: block;
  margin: 0 0 20px;
}
footer .footer-menu ul li {
  font-family: 'titillium_webregular', Arial;
}
footer .footer-menu ul li.title {
  font-family: 'titillium_webbold', Arial;
  font-size: 18px;
  color: #08b8df;
}
footer .footer-menu ul li a {
  color: #333;
  font-size: 16px;
}
footer .footer-menu ul li a:hover {
  text-decoration: underline;
}
footer .partners {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0 0;
  margin-bottom: 40px;
  text-align: center;
}
footer .partners .container {
  max-width: 1700px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-box-orient: horizontal;
}
footer .partners .item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 0 10px;
}
footer .partners .item span {
  vertical-align: top;
  display: inline-block;
  height: 66px;
  background: url(../img/home_sprite.png?2) no-repeat 0 0;
}
footer .partners .item span.hexis {
  background-position: 0px -198px;
  width: 114px;
}
footer .partners .item span.michelin {
  background-position: -418px -264px;
  width: 275px;
}
footer .partners .item span.autoclub {
  background-position: -320px -198px;
  width: 156px;
}
footer .partners .item span.la_speedway {
  background-position: -213px -264px;
  width: 208px;
}
footer .partners .item span.cardriver {
  background-position: 0px -264px;
  width: 205px;
}
@media only screen and (max-width: 924px) {
  footer .partners .container {
    display: block;
  }
  footer .partners .container .item {
    margin: 0 10px 10px;
  }
}
footer .copy {
  font-family: 'titillium_webregular', Arial;
  color: #333;
  font-size: 16px;
}
footer .copy a {
  color: #333;
}
.b-lang a {
  background: url(../img/home_sprite.png) no-repeat 0 0;
}
.b-lang a.lang-es {
  background-position: -22px 0px;
}
.b-lang a.lang-fr {
  background-position: 0 -14px;
}
.b-lang a.lang-en {
  background-position: -22px -14px;
}
.b-lang a span {
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/home_sprite.png) no-repeat 0 0;
  background-size: 628px 633px;
}
.b-lang a span.lang-es {
  background-position: -18px 0px;
}
.b-lang a span.lang-fr {
  background-position: 0 -12px;
}
.b-lang a span.lang-en {
  background-position: -18px -12px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: auto;
  align-content: flex-start;
}
.swiper-container:after {
  display: block;
  content: " invisible node " flex(999 999 auto);
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  flex: 0 0 auto;
}
.swiper-container .swiper-slide > div {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .swiper-container .swiper-slide {
    margin: 0;
  }
}
.top-section-head {
  text-align: center;
  background: #fff;
}
.top-section-head h1 {
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  font-weight: normal;
  color: #545454;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
}
.top-section-head p {
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  color: #545454;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .top-section-head p {
    text-align: justify;
  }
}
.top-section-head .button + .button {
  margin-left: 15px;
}
.top-section-head a {
  color: #09b0da;
}
@media only screen and (max-width: 1024px) {
  .top-section-head {
    padding: 20px 10px;
  }
}
.section-head {
  background: #09b0da;
  text-align: center;
  padding: 15px 0 17px;
  margin-bottom: 60px;
  position: relative;
}
.section-head h1,
.section-head h2 {
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 5px;
}
@media only screen and (max-width: 1024px) {
  .section-head h1,
  .section-head h2 {
    font-size: 22px;
  }
}
.section-head h1 b,
.section-head h2 b {
  font-family: 'titillium_webbold', Arial;
}
.section-head p {
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.section-head strong {
  font-family: 'Titillium Web', sans-serif;
}
.section-head.gray {
  background: #ebebeb;
}
.section-head.gray h2 {
  color: #000;
}
.section-head.gray p {
  color: #5e5e5e;
}
.section-head-simple {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .section-head-simple {
    padding-top: 30px;
  }
}
.section-head-simple h2 {
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 5px;
}
.section-head-simple h2 b {
  font-family: 'titillium_webbold', Arial;
}
.section-head-simple p {
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
.section-head-simple:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -100px;
}
.driving-experience-swiper .swiper-slide > div {
  font-family: 'titillium_webregular', Arial;
  text-align: center;
  height: 100%;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image) {
  height: 63px;
  width: 80px;
  background: url(../img/home_sprite.png) no-repeat 0 0;
  margin: 0 auto 5px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico1 {
  background-position: 0px -63px;
  width: 149px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico2 {
  background-position: -156px -63px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico3 {
  background-position: -236px -63px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico4 {
  background-position: -316px -63px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico5 {
  background-position: -397px -63px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico6 {
  background-position: -476px -63px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico7 {
  background-position: -554px -63px;
}
.driving-experience-swiper .swiper-slide > div .img:not(.image).ico8 {
  background-position: -646px -63px;
}
.driving-experience-swiper .swiper-slide > div b {
  font-family: 'Titillium Web', sans-serif;
  text-transform: capitalize;
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
  position: relative;
}
.driving-experience-swiper .swiper-slide > div p {
  font-size: 14px;
  color: #545454;
  line-height: 1.4;
  margin: 0;
  padding: 0 15%;
  text-align: justify;
  -webkit-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
  position: relative;
  height: 100%;
}
.driving-experience-swiper .swiper-slide > div p:before {
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #09b0da;
  position: absolute;
  left: 0;
}
.driving-experience-swiper .swiper-slide > div:hover b,
.driving-experience-swiper .swiper-slide > div:hover p {
  color: #09b0da;
}
.driving-experience-swiper .swiper-slide:first-child > div p:before {
  display: none !important;
}
.b-supercar {
  height: 190px;
  position: relative;
}
.b-supercar .over-wraper {
  overflow: hidden;
  height: 100%;
}
.b-supercar .b-supercar_panel {
  display: none;
  width: 450px;
  position: absolute;
  top: 0;
  left: 100%;
  min-height: 330px;
  background: #fff;
  font-family: 'titillium_webregular', Arial;
  border: 0;
}
.b-supercar .b-supercar_panel.open {
  display: block;
}
.b-supercar .b-supercar_panel:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 4px;
  background-color: #da1933;
}
.b-supercar .b-supercar_panel.left-pos {
  left: auto;
  right: 100%;
}
.b-supercar .b-supercar_panel.left-pos .b-car__info-list {
  float: right;
}
.b-supercar .b-supercar_panel.left-pos .b-car__stats {
  border-left: 0;
  border-right: 1px solid #f0f0f0;
}
.b-supercar .b-supercar__item {
  position: relative;
  padding: 24px;
  border: 1px solid transparent;
  background-color: transparent;
}
.b-supercar .b-supercar__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background-color: transparent;
}
.b-supercar .b-supercar__item button {
  margin: 0;
}
.b-supercar .b-supercar__item figure {
  background: #fff;
  padding: 24px 24px 19px;
  margin: -24px -24px 0;
  min-height: 140px;
}
.b-supercar .b-supercar__item figure .b-supercar__item__image-wrapper {
  position: relative;
}
.b-supercar .b-supercar__item figure .b-supercar__item__image-wrapper.with-shadow:before {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -6%;
  left: 0;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 91%;
}
.b-supercar .b-supercar__item figure img {
  display: inline-block;
  max-height: 101px;
  position: relative;
}
.b-supercar .b-supercar__item figure figcaption {
  position: relative;
}
.b-supercar .b-supercar__item figure figcaption.del-shadow:before {
  display: none;
}
.b-supercar .b-supercar__item .caption {
  font-family: 'titillium_webregular', Arial;
  color: #545454;
  margin-top: 10px;
  font-size: 18px;
  border-top: 1px solid #ebebeb;
  padding-top: 5px;
}
.b-supercar .b-supercar__item .b-ferrari__list li a {
  font-family: 'titillium_webregular', Arial;
  text-align: center;
}
.b-supercar .b-supercar__item .b-ferrari__list li a .fa-angle-right {
  color: #ee0032;
  position: absolute;
  right: 10px;
  top: 5px;
}
.b-supercar .b-supercar__item .b-ferrari__list li a .fa-angle-left {
  color: #ee0032;
  position: absolute;
  left: 10px;
  top: 5px;
}
.b-supercar .b-supercar__item .controls {
  display: none;
  margin-top: 7px;
}
.b-supercar .b-supercar__item .controls ul > li:hover a {
  color: #09b0da !important;
  background: #fff !important;
}
.b-supercar .b-supercar__item .controls .w-btn {
  text-align: center;
  margin: 0 -10px;
}
.b-supercar .b-supercar__item .controls .w-btn .container {
  padding: 0;
}
.b-supercar .b-supercar__item .controls .w-btn .blue-button,
.b-supercar .b-supercar__item .controls .w-btn .inverblue-button {
  width: 100%;
  padding: 7px 5px;
}
.b-supercar .b-supercar__item .price {
  margin: 0;
  font-size: 18px;
  font-family: 'titillium_webbold', Arial;
  color: #09b0da;
}
.b-supercar .b-supercar__item .car-of-the-week {
  position: absolute;
  top: 0;
  right: 3%;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.b-supercar .b-supercar__item .car-of-the-week.two-icon {
  right: 15%;
}
.b-supercar .b-supercar__item .car-of-the-week span.car-of-the-week-icon-price {
  font-size: 8px !important;
}
.b-supercar .b-supercar__item .bestseller {
  position: absolute;
  top: 0;
  right: 3%;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.b-supercar .b-supercar__item .car-of-the-week-old-price {
  text-decoration: line solid #333;
  position: relative;
  padding-right: 5px;
  color: #333;
  font-family: 'titillium_webregular', Arial;
}
.b-supercar .b-supercar__item .car-of-the-week-old-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: #333 1px solid;
  width: 90%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.b-supercar .b-supercar__item .car-of-the-week-real-price {
  color: #09b0da;
}
.b-supercar:hover,
.b-supercar.active {
  z-index: 12;
}
.b-supercar:hover .b-supercar__item,
.b-supercar.active .b-supercar__item {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
}
.b-supercar:hover .b-supercar__item a,
.b-supercar.active .b-supercar__item a {
  text-decoration: none !important;
}
.b-supercar:hover .b-supercar__item .controls,
.b-supercar.active .b-supercar__item .controls {
  display: block;
}
.b-supercar:hover .b-supercar__item:after,
.b-supercar.active .b-supercar__item:after {
  background-color: #da1933;
}
@media only screen and (max-width: 1024px) {
  .b-supercar:hover .b-supercar__item,
  .b-supercar.active .b-supercar__item {
    position: relative;
  }
}
.b-supercar:hover .b-supercar__item figcaption + .price,
.b-supercar.active .b-supercar__item figcaption + .price {
  display: none;
}
.b-supercar + .custom-shadow {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.b-supercar + .custom-shadow.visible {
  display: block;
}
.btn-success,
.btn-secondary {
  display: inline-block;
  font-size: 16px;
  background: #09b0da;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 2px;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #09b0da inset;
  font-weight: normal;
}
.btn-success.wide,
.btn-secondary.wide {
  width: 100%;
}
.btn-success .icon,
.btn-secondary .icon {
  margin: 0 2px;
  vertical-align: middle;
  display: inline-block;
}
.btn-success .fa,
.btn-secondary .fa {
  margin: 0 2px;
}
.btn-success:hover,
.btn-secondary:hover {
  background: #09b0da;
}
.btn-secondary {
  color: #09b0da !important;
  background: #fff;
}
.btn-secondary:hover {
  background: #fff;
}
.btn-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.info__content .img {
  margin-bottom: 0;
}
.info__content .img img {
  display: block;
  max-width: 100%;
}
.info__content .head {
  display: block;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 19px 0;
  text-transform: none;
}
.info__content .b-car__info-list {
  margin-left: 0;
}
.info__content .b-car__info-list .active {
  background-color: #f8f8f8;
}
.info__content .b-car__info-list li:first-child {
  padding-right: 10px;
}
.info__content .b-car__info-list li:first-child:after {
  display: none;
}
.info__content .b-car__info-list:after {
  display: none;
}
.info__content .b-car__stats {
  width: auto;
  overflow: hidden;
  float: none;
  padding: 0 10px 10px 5px;
  border-left: 1px solid #f0f0f0;
}
@media only screen and (max-height: 800px) {
  .info__content .b-car__stats > .tab-pane {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.info__content .b-car__stats button {
  margin: 5px auto;
}
.info__content .b-car__stats .blue-button,
.info__content .b-car__stats .inverblue-button,
.info__content .b-car__stats .green-button {
  width: 90%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.info__content .b-car__stats .b-media__tips {
  padding-left: 11px;
  padding-top: 0px;
}
.info__content .b-car__stats .b-media__tips .header {
  padding-top: 0px;
}
.info__content .b-car__stats .title {
  font-family: 'titillium_websemibold', Arial;
  font-size: 18px;
  color: #686868;
  font-weight: normal;
  background: #f3f3f3;
  padding: 20px 25px;
  line-height: 1;
  margin: 0 -10px 15px -5px;
}
.info__content .b-car__stats .ul-list {
  list-style: none;
  margin-bottom: 10px;
}
.info__content .b-car__stats .ul-list li {
  background: url('../images/ul_blue_arrow.png') no-repeat 0 2px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  font-family: 'titillium_webregular', Arial;
}
.info__content .b-car__stats .ul-list li b {
  display: block;
  font-family: 'titillium_webbold', Arial;
  font-weight: normal;
}
.info__content .b-car__stats .b-specs {
  padding: 0 10px;
}
.info__content .b-car__stats .b-specs .btn-block .blue-button,
.info__content .b-car__stats .b-specs .btn-block .inverblue-button {
  width: 100%;
}
.s-unf-moments-wide .container {
  max-width: 10000px;
  position: relative;
}
.s-unf-moments-wide .story-text {
  padding: 4% 2% 4% 10%;
  font-family: 'titillium_webregular', Arial;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .s-unf-moments-wide .story-text {
    padding: 2%;
  }
}
.s-unf-moments-wide .story-text .title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.s-unf-moments-wide .story-text .title + .price {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #09b0da;
  font-family: 'titillium_webbold', Arial;
}
.s-unf-moments-wide .story-text .title + .price .crossed-out {
  position: relative;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  color: #333;
  margin-right: 10px;
}
.s-unf-moments-wide .story-text .title + .price .crossed-out:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .s-unf-moments-wide .story-text .title {
    padding-top: 20px;
  }
}
.s-unf-moments-wide .story-text .title div.subtitle {
  color: #969696;
  display: block;
  font-size: 14px;
  text-transform: none;
  margin-top: 5px;
}
.s-unf-moments-wide .story-text .title .blue {
  color: #09b0da;
}
.s-unf-moments-wide .story-text .title .gray {
  color: #a3a3a3;
}
.s-unf-moments-wide .story-text .title .green {
  color: #00d052;
  font-size: 16px;
}
.s-unf-moments-wide .story-text .title .del {
  text-decoration: none;
  position: relative;
  color: #333;
  font-size: 18px;
}
.s-unf-moments-wide .story-text .title .del:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.s-unf-moments-wide .story-text .title .italic {
  font-style: italic;
}
.s-unf-moments-wide .story-text span.blue {
  color: #09b0da;
}
.s-unf-moments-wide .story-text span.gray {
  color: #a3a3a3;
}
.s-unf-moments-wide .story-text span.del {
  text-decoration: line-through;
}
.s-unf-moments-wide .story-text span.italic {
  font-style: italic;
}
.s-unf-moments-wide .story-text .divider {
  width: 100px;
  height: 2px;
  background: #d8d8d8;
  margin: 0 auto 20px;
}
.s-unf-moments-wide .story-text h4 {
  font-size: 16px;
  color: #09b0da;
  text-align: center;
  margin: 0 0 5px;
  text-transform: none;
}
.s-unf-moments-wide .story-text p,
.s-unf-moments-wide .story-text ul,
.s-unf-moments-wide .story-text li {
  color: #969696;
  line-height: 1.9;
  font-size: 14px;
  margin: 0 0 10px;
}
.s-unf-moments-wide .story-text p b,
.s-unf-moments-wide .story-text ul b,
.s-unf-moments-wide .story-text li b {
  font-family: 'titillium_webbold', Arial;
}
.s-unf-moments-wide .story-text table {
  width: 100%;
  line-height: 1.9;
}
.s-unf-moments-wide .story-text table tr td {
  width: 50%;
}
.s-unf-moments-wide .story-text table tr td:last-child {
  text-align: right;
}
.s-unf-moments-wide .story-text ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  max-width: 700px;
  margin: 0 auto 15px;
}
.s-unf-moments-wide .story-text ul.list-style {
  list-style: disc;
}
.s-unf-moments-wide .story-text .button {
  width: 245px;
  margin: 0 15px 10px;
}
@media only screen and (max-width: 1024px) {
  .s-unf-moments-wide .story-text .button + .button {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 719px) {
  .s-unf-moments-wide .story-text .button {
    margin: 0 15px 30px;
  }
  .s-unf-moments-wide .story-text .button + .button {
    margin: 0 15px 30px;
  }
}
@media only screen and (max-width: 552px) {
  .s-unf-moments-wide .story-text .button {
    margin: 0 15px 10px;
  }
}
.s-unf-moments-wide .story-text:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -5px;
}
.s-unf-moments-wide .story-text .swiper-box {
  padding: 0 100px;
}
.s-unf-moments-wide .story-text .swiper-box .swiper-button-prev {
  left: 0;
}
.s-unf-moments-wide .story-text .swiper-box .swiper-button-next {
  right: 0;
}
.s-unf-moments-wide .story-img {
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  position: absolute;
  margin-left: 50%;
}
.s-unf-moments-wide .small-screen {
  display: none;
  position: absolute;
  height: 250px;
  background-position: center center !important;
  background-size: cover !important;
}
.s-unf-moments-wide .container.left .story-text {
  padding: 4% 10% 4% 2%;
  margin-left: 50%;
}
@media only screen and (max-width: 1600px) {
  .s-unf-moments-wide .container.left .story-text {
    padding: 2%;
  }
}
.s-unf-moments-wide .container.left .story-text:after {
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -10px;
}
.s-unf-moments-wide .container.left .story-img {
  margin-left: 0;
}
@media only screen and (max-width: 721px) {
  .s-unf-moments-wide .small-screen {
    display: block;
    position: relative;
  }
  .s-unf-moments-wide .story-img {
    display: none;
  }
  .s-unf-moments-wide .story-text {
    padding: 4% 2% !important;
    margin: 0 !important;
  }
}
.s-unf-moments-wide.text-bigger .story-text .title {
  font-family: 'titillium_webbold', Arial;
}
.s-unf-moments-wide.text-bigger .story-text .title .gray {
  font-family: 'titillium_webregular', Arial;
}
.s-unf-moments-wide.text-bigger .story-text p,
.s-unf-moments-wide.text-bigger .story-text ul {
  font-size: 18px;
  line-height: 1.5;
  color: #565656;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .s-unf-moments-wide.text-bigger .story-text p,
  .s-unf-moments-wide.text-bigger .story-text ul {
    font-size: 14px;
  }
}
.s-unf-moments-wide .swiper-slide {
  align-self: stretch;
  height: auto;
}
.s-unf-moments {
  display: table;
  width: 100%;
}
.s-unf-moments > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  font-family: 'titillium_webregular', Arial;
}
.s-unf-moments > div.text {
  padding: 0 40px;
}
.s-unf-moments > div img {
  width: 100%;
}
.s-unf-moments > div .title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.s-unf-moments > div .divider {
  width: 100px;
  height: 2px;
  background: #d8d8d8;
  margin: 0 auto 20px;
}
.s-unf-moments > div h4 {
  font-size: 16px;
  color: #09b0da;
  text-align: center;
  margin: 0 0 5px;
  text-transform: none;
}
.s-unf-moments > div p {
  color: #969696;
  line-height: 1.9;
  font-size: 14px;
  margin: 0;
}
.s-unf-moments > div .swiper-box {
  display: inline-block;
  max-width: 400px;
}
.s-unf-moments > div .swiper-box .swiper-button-prev {
  left: -50px;
}
.s-unf-moments > div .swiper-box .swiper-button-next {
  right: -50px;
}
@media only screen and (max-width: 769px) {
  .s-unf-moments {
    display: block;
  }
  .s-unf-moments > div {
    display: block;
    width: 100%;
  }
  .s-unf-moments > div img {
    max-width: 400px;
    margin-top: 20px;
  }
  .s-unf-moments > div.text {
    padding: 20px;
  }
}
.s-aboutus-swiper {
  background: #f2f2f2;
}
.s-aboutus-swiper .container {
  max-width: 1120px;
}
.s-aboutus-swiper .swiper-container .swiper-slide {
  background: transparent;
}
.s-aboutus-swiper .swiper-container .swiper-slide .img {
  margin-bottom: 60px;
}
.s-aboutus-swiper .swiper-container .swiper-slide .text {
  max-width: 650px;
  margin: 0 auto;
}
.s-aboutus-swiper .swiper-container .swiper-slide .text p {
  font-size: 16px;
  color: #6a6a6a;
  font-family: 'titillium_webregular', Arial;
  line-height: 1.4;
}
.s-aboutus-swiper .swiper-container .swiper-button-next {
  top: auto;
  bottom: 90px;
  right: 0;
}
.s-aboutus-swiper .swiper-container .swiper-button-prev {
  top: auto;
  bottom: 90px;
  left: 0;
}
.swiper-box {
  position: relative;
}
.swiper-box .swiper-button-prev {
  left: -50px;
}
.swiper-box .swiper-button-next {
  right: -50px;
}
.swiper-box.swiper3 .swiper-button-prev {
  left: -100px;
}
.swiper-box.swiper3 .swiper-button-next {
  right: -100px;
}
.swiper-box.swiper3 .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .swiper-box.swiper3 .swiper-button-prev {
    left: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
  }
  .swiper-box.swiper3 .swiper-button-next {
    right: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
  }
  .swiper-box.swiper3 .swiper-pagination {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  .swiper-box.swiper3 .swiper-pagination-bullet {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 500px) {
  .swiper-box.swiper4 .swiper-button-prev {
    left: 10px;
  }
  .swiper-box.swiper4 .swiper-button-next {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-box {
    margin: 0 20px;
  }
  .swiper-box .swiper-button-prev {
    left: -15px;
  }
  .swiper-box .swiper-button-next {
    right: -15px;
  }
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236A6A6A'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236A6A6A'%2F%3E%3C%2Fsvg%3E") !important;
}
.w-experiences .b-experience__search .b-select::-webkit-input-placeholder {
  color: #000;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select:-moz-placeholder {
  color: #000;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select::-moz-placeholder {
  color: #000;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select:-ms-input-placeholder {
  color: #000;
  font-style: normal;
  opacity: 1 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select:focus::-webkit-input-placeholder {
  opacity: 0 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select:focus::-moz-placeholder {
  opacity: 0 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select:focus:-moz-placeholder {
  opacity: 0 !important;
  transition: opacity 0.3s;
}
.w-experiences .b-experience__search .b-select:focus:-ms-input-placeholder {
  opacity: 0 !important;
  transition: opacity 0.3s;
}
.w-stats .icon-supercars {
  height: 30px !important;
  width: 115px !important;
  background: url(../img/ico_car_w.png) no-repeat 0 0 !important;
  background-size: contain !important;
}
.w-stats .icon-supercars:before {
  display: none  !important;
}
.w-stats .icon-offroad-tour {
  height: 30px !important;
  width: 115px !important;
  background: url(../img/ico_atv.png) no-repeat 0 0 !important;
  background-size: contain !important;
}
.w-stats .icon-offroad-tour:before {
  display: none  !important;
}
@media only screen and (max-width: 1024px) {
  .supercars-swiper .section-head {
    margin-bottom: 10px;
  }
}
.supercars-swiper .container {
  max-width: 1670px !important;
}
.supercars-swiper p {
  font-family: 'titillium_webregular', Arial;
}
@media only screen and (max-width: 1024px) {
  .supercars-swiper p {
    padding: 0 10px;
    text-align: justify !important;
  }
  .supercars-swiper p br {
    display: none;
  }
}
.supercars-swiper .b-supercar {
  height: 290px;
}
@media only screen and (max-width: 1024px) {
  .supercars-swiper .b-supercar {
    height: auto;
  }
}
.supercars-swiper .b-supercar .w-btn {
  text-align: center;
}
.supercars-swiper .swiper-slide a {
  display: block;
}
.supercars-swiper .swiper-slide a figure {
  background: #fff;
  padding: 24px 15px 12px;
  margin: -24px -24px 0;
}
.supercars-swiper .swiper-slide a figure img {
  display: inline-block;
  max-height: 101px;
  position: relative;
}
.supercars-swiper .swiper-slide a figure figcaption {
  position: relative;
}
.supercars-swiper .swiper-slide a figure figcaption:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 91%;
  position: absolute;
  left: 0;
  top: -14px;
}
.supercars-swiper .swiper-slide a figure figcaption.del-shadow:before {
  display: none;
}
.supercars-swiper .swiper-slide a .caption {
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  color: #202020;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
  padding-top: 5px;
}
.supercars-swiper .swiper-button-next,
.supercars-swiper .swiper-button-prev {
  top: 25%;
}
.datepicker.dropdown-menu {
  margin: 0;
  padding: 0 !important;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  float: none;
}
.datepicker.dropdown-menu:before,
.datepicker.dropdown-menu:after {
  display: none;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  width: 30px !important;
}
.datepicker.dropdown-menu > div {
  padding: 0;
}
.datepicker.dropdown-menu .table-condensed thead tr {
  background: #f0f0f0;
}
.datepicker.dropdown-menu .table-condensed thead tr th {
  visibility: visible !important;
}
.datepicker.dropdown-menu .table-condensed thead tr:first-child th {
  font-family: 'titillium_webbold', Arial;
  font-size: 16px;
  border-radius: 0;
  font-weight: normal;
  background: none;
}
.datepicker.dropdown-menu .table-condensed thead tr:last-child {
  background: #09b0da;
}
.datepicker.dropdown-menu .table-condensed thead tr:last-child th {
  font-family: 'titillium_webbold', Arial;
  font-weight: normal;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-style: italic;
  color: #ffffff !important;
}
.datepicker.dropdown-menu .table-condensed th,
.datepicker.dropdown-menu .table-condensed td {
  padding: 6px 9px !important;
}
.datepicker.dropdown-menu .table-condensed tr td {
  font-family: 'titillium_webregular', Arial;
  border: 0;
  font-size: 16px;
  color: #000000;
  font-style: italic;
}
.datepicker.dropdown-menu .table-condensed tr td.disabled {
  color: #e1e1e1 !important;
}
.datepicker.dropdown-menu .table-condensed tr td.active {
  background: #09b0da !important;
  color: #ffffff;
  border-radius: 0;
}
.w-more__cars figcaption strong {
  color: #09b0da;
  font-family: 'titillium_webregular', Arial;
}
.white-block .block-title {
  color: #000;
}
.white-block .top-block-description {
  color: #000;
}
.summary-panel {
  font-family: 'Titillium Web', sans-serif;
  z-index: 9999;
  position: fixed;
  width: 290px;
  border: 1px solid #adadad;
  background: #fff;
  box-shadow: -6px 3px 21px 0 rgba(0, 0, 0, 0.5);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: calc(50% - 220px);
  right: 70px;
}
.summary-panel h4 {
  font-family: 'Titillium Web', sans-serif;
  background: #2c2c2c none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 15px 15px;
  text-align: center;
  position: relative;
}
.summary-panel h4 .close {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 14px;
  font-size: 24px;
  right: 10px;
  opacity: 1 !important;
  cursor: pointer;
  color: #fff;
  text-shadow: none;
}
.summary-panel ul {
  font-family: 'titillium_webregular', Arial;
  padding: 0 20px;
  margin: 0 0 1em;
  list-style: none;
}
.summary-panel ul li {
  background: url('/themes/exotics/images/ul_blue_arrow.png') no-repeat 0 2px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}
.summary-panel .total-price {
  background: #f5f4f0 none repeat scroll 0 0;
  color: #09b0da;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.summary-panel .total-price .price {
  color: #09b0da;
}
.summary-panel .blue-button {
  padding: 10px 15px;
  font-size: 18px;
}
.block-corners {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skew(-11deg, 0deg);
  -ms-transform: skew(-11deg, 0deg);
  transform: skew(-11deg, 0deg);
}
.block-corners:after {
  right: 0;
  bottom: 0;
}
.block-corners:before {
  top: 0;
  left: 0;
}
.block-corners:after,
.block-corners:before {
  content: "";
  height: 1px;
  width: 13px;
  display: block;
  position: absolute;
  background-color: #fff;
}
.block-corners span:after {
  right: 0;
  bottom: 0;
}
.block-corners span:before {
  top: 0;
  left: 0;
}
.block-corners span:after,
.block-corners span:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 1px;
  height: 20px;
}
.btn-inver-white {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: none;
  padding: 7px 20px 5px;
  text-align: center;
  font-family: 'titillium_webregular', Arial;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
.w-promo {
  overflow: hidden;
  font-size: 0;
  color: #fff;
}
.w-promo .item {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 ;
}
.w-promo .item:hover div.img-responsive {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.6;
}
.w-promo .item:hover .overlay .b-icon {
  display: none;
}
.w-promo .item:hover .overlay .b-promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
  left: 0;
  right: 0;
}
.w-promo .item:hover .overlay .btn,
.w-promo .item:hover .overlay .btn-invert {
  display: inline-block;
}
.w-promo .item:hover .overlay .title {
  display: none;
}
.w-promo .item:hover .overlay .overlay {
  top: 55%;
}
.w-promo .item:hover .overlay p {
  display: block;
}
.w-promo .item img {
  width: 100%;
}
.w-promo .item .overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 5;
}
.w-promo .item .overlay .btn,
.w-promo .item .overlay .btn-invert {
  display: none;
  margin: 0 3px;
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  text-align: center;
  width: 180px;
  border: 1px solid #4bbcd1;
  color: #09b0da !important;
  background: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.w-promo .item .overlay .btn-invert {
  background: transparent;
  color: #fff !important;
}
.w-promo .item .overlay p {
  display: none;
  font-size: 16px;
  line-height: 1.2;
  text-align: justify;
}
.w-promo .item .overlay .b-promo-content {
  padding: 40px;
  position: relative;
  margin-bottom: 0;
}
.w-promo .item .overlay .b-promo-content p {
  font-family: 'titillium_webregular', Arial;
}
.w-promo .item .overlay .title {
  text-align: left;
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'titillium_webbold', Arial;
  text-shadow: 1px 1px 1px black;
}
.w-promo .item .img-responsive {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.w-promo .item:after,
.w-promo .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.w-promo .item:after {
  border: 10px solid #fff;
}
.w-promo .item:nth-child(1) {
  width: 75.7%;
}
.w-promo .item:nth-child(2) {
  width: 24%;
  float: right;
}
.w-promo .item:nth-child(2) .img-responsive {
  height: 40vw;
}
.w-promo .item:nth-child(3) {
  width: 37.7%;
}
.w-promo .item:nth-child(4) {
  width: 38%;
}
.w-promo.six-items .item:nth-child(1),
.w-promo.six-items .item:nth-child(2) {
  width: 37.6%;
}
.w-promo.six-items .item:nth-child(3) {
  width: 24.77%;
  float: none;
}
.w-promo.six-items .item:nth-child(4) {
  width: 25.23%;
}
.w-promo.six-items .item:nth-child(5) {
  width: 50%;
}
.w-promo.six-items .item:nth-child(6) {
  width: 24.77%;
}
.w-promo.six-items .item:nth-child(2) .img-responsive {
  height: 20vw;
}
.w-promo .container {
  max-width: 90% !important;
}
@media only screen and (max-width: 1200px) {
  .w-promo .container {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1500px) {
  .w-promo .item .overlay .title {
    font-size: 25px;
  }
  .w-promo .item .overlay p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .w-promo .item .overlay p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .w-promo .item .overlay {
    max-width: 1000px;
  }
  .w-promo .item .overlay p {
    font-size: 14px;
  }
}
.top-block {
  margin: 0 0 40px 0;
  padding: 0;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
}
@media only screen and (max-width: 1024px) {
  .top-block {
    margin: 0 0 20px 0;
  }
}
.top-block .top-block-title {
  display: block;
  width: 100%;
  border: 0;
}
.top-block .top-block-title .block-title {
  display: block;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .top-block .top-block-title .block-title {
    font-size: 15px;
    margin: 0;
  }
}
.top-block .top-block-title .block-title .red,
.top-block .top-block-title .block-title span {
  color: #545454 !important;
}
.top-block .top-block-description,
.top-block blockquote {
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  display: block;
  text-align: justify;
  width: 100%;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .top-block .top-block-description,
  .top-block blockquote {
    font-size: 14px;
    padding: 0 10px;
  }
}
.top-block .top-block-description a,
.top-block blockquote a {
  color: #09b0da !important;
}
.top-block .top-block-description em,
.top-block blockquote em {
  font-style: normal;
  font-size: 18px;
  width: 100%;
  text-align: center;
  display: block;
}
.top-block-white {
  background: #fff;
  padding-top: 0;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
}
.top-block-white .top-block-title {
  display: block;
  width: 100%;
  border: 0;
}
.top-block-white .top-block-title .block-title {
  display: block;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .top-block-white .top-block-title .block-title {
    font-size: 15px;
    margin: 0;
  }
}
.top-block-white .top-block-title .block-title .red,
.top-block-white .top-block-title .block-title span {
  color: #545454 !important;
}
.top-block-white .top-block-title .block-title br {
  display: none;
}
.top-block-white .top-block-description,
.top-block-white blockquote {
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  display: block;
  text-align: justify;
  width: 100%;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .top-block-white .top-block-description,
  .top-block-white blockquote {
    font-size: 14px;
    padding: 0 10px;
  }
}
.top-block-white .top-block-description a,
.top-block-white blockquote a {
  color: #09b0da !important;
}
.top-block-white .top-block-description em,
.top-block-white blockquote em {
  font-style: normal;
  font-size: 18px;
  width: 100%;
  text-align: center;
  display: block;
}
.w-supercar .section-head {
  margin-bottom: 0;
}
.w-supercar #experiences-packages-index {
  padding-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .w-supercar .b-header {
    margin-top: 20px;
  }
}
.w-supercar .b-header .b-header__txt {
  display: block;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .w-supercar .b-header .b-header__txt {
    font-size: 15px;
  }
}
.w-supercar .b-header + .b-header__sub {
  display: none;
}
.w-supercar .b-header + .b-header__sub + .container .w-text,
.w-supercar .b-header + .b-header__sub + .container .w-text strong {
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0;
  border: 0;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .w-supercar .b-header + .b-header__sub + .container .w-text,
  .w-supercar .b-header + .b-header__sub + .container .w-text strong {
    font-size: 14px;
    text-align: justify;
  }
}
@media only screen and (max-width: 1024px) {
  .w-supercar .b-header + .b-header__sub + .container .w-text {
    padding: 0 10px;
  }
}
.b-product {
  background: #fff;
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  line-height: 1.4;
  padding-top: 0;
}
.b-product .section-head {
  margin-bottom: 0;
}
.b-product .body {
  background: #f2f2f2;
  padding-bottom: 20px;
}
.b-product .body .product-image {
  margin: 0 auto;
  padding: 30px 0;
  display: block;
}
.b-product .description {
  color: #545454;
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  line-height: 1.4;
  max-width: 100%;
}
.b-product .description + .divider {
  height: 1px;
  max-width: 500px;
  background: #f1f1f1;
  margin: 30px auto;
}
.b-product .product-image {
  max-width: 720px;
}
@media only screen and (max-width: 1024px) {
  .b-product .product-image {
    max-width: 100%;
  }
}
.b-product .stats {
  text-align: center;
}
.b-product .stats .icon {
  color: #09b0da;
  font-size: 30px;
  display: block;
  margin: 0 auto;
  line-height: 15px;
}
.b-product .stats > li {
  display: inline-block;
  color: #000;
  font-family: 'titillium_webbold', Arial;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .b-product .stats > li {
    font-size: 16px;
    margin: 0 6px;
    text-align: center;
  }
  .b-product .stats > li .icon {
    background: transparent;
    font-size: 23px;
    width: auto;
    margin-bottom: 10px;
  }
}
.w-product__stats {
  font-family: 'titillium_webregular', Arial;
  color: #545454;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 0;
}
.w-product__stats > .container > .row-fluid {
  position: relative;
  min-height: 470px;
}
.w-product__stats .avatar {
  position: absolute;
  bottom: 0;
  height: 100%;
}
.w-product__stats .avatar img {
  position: absolute;
  bottom: 0;
  width: 80%;
  right: 0;
}
.w-product__stats .reviews {
  margin: 15px 0;
}
.w-product__stats .reviews a {
  color: #545454;
  font-style: italic;
  margin-top: 4px;
}
.w-product__stats .b-product__stat .flex {
  margin: 10px 0;
}
.w-product__stats .select-count-lap label {
  margin-right: 0;
  margin-left: 10px;
  height: 104px;
  margin-bottom: 15px;
  background: #f1f1f1;
}
.w-product__stats .select-count-lap label.hpde {
  height: 70px;
}
.w-product__stats .btn-block {
  text-align: right;
  margin: 15px 0;
}
.w-product__stats .btn-block .inverblue-button {
  padding: 6px 40px;
}
.w-product__stats .btn-block .blue-button {
  margin-left: 20px;
  padding: 7px 40px;
}
.w-product__stats .price-selector {
  text-align: right;
  padding-left: 30px;
  margin-top: 15px;
}
.w-product__stats .price-selector .price-above-laps-selector {
  text-align: right;
}
.w-product__stats .price-selector .car-total {
  line-height: 1.8;
  font-family: 'titillium_webbold', Arial;
  font-size: 22px;
  margin-left: 5px;
  color: #333;
}
.w-product__stats .price-selector .car-total.real-price {
  color: #09b0da !important;
}
.w-product__stats .price-selector .car-total.discount-price {
  color: #09b0da !important;
}
.w-product__stats .price-selector .car-total.crossed-out {
  position: relative;
  font-family: 'titillium_webregular', Arial;
}
.w-product__stats .price-selector .car-total.crossed-out:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.w-product__stats .price-selector .car-total.savings-amount {
  color: #00d052;
  text-transform: none;
}
.w-product__stats .price-selector .laps-wrapper {
  text-align: right;
}
.w-product__stats .price-selector .laps-wrapper .lap-count {
  position: relative;
  text-align: right;
  display: inline-block;
}
.w-product__stats .price-selector .laps-wrapper .lap-count > label {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  color: #323232;
  font-family: 'Titillium Web', sans-serif;
}
.w-product__stats .price-selector .laps-wrapper .lap-count > label .grey.additional-lap {
  font-size: 16px;
}
.w-product__stats .price-selector .laps-wrapper .lap-select {
  display: inline-block;
  width: auto !important;
  vertical-align: inherit;
}
.w-product__stats .price-selector .laps-wrapper .lap-select h3 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
}
.w-product__stats .price-selector .laps-wrapper .lap-select select {
  margin: 0;
  width: 170px;
}
.w-product__stats .availability {
  text-align: right;
  color: #a8a8a8;
}
.w-product__stats .availability a {
  color: #a8a8a8;
}
.b-progress {
  width: 100%;
  height: 10px !important;
  margin-bottom: 8px;
  background: #f2f2f2;
  line-height: 0;
}
.b-progress .progress-bar {
  display: inline-block;
  height: 100%;
  background: #e80202;
}
.price-selector .inverblue-button {
  display: inline-block;
  margin-bottom: 10px;
  width: 94%;
}
#model-gallery {
  border-top: 0;
}
#experiences-packages-index.block-inline [class*="grid-"] {
  display: inline-block;
  float: none;
}
#experiences-packages-index.block-inline .container {
  text-align: center;
}
.cms-page .w-help {
  display: none;
}
.cms-page .b-experience__search {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  padding: 17px 20px;
  position: relative;
  z-index: 1;
}
.cms-page .top-block .top-block-description {
  text-align: justify;
}
.models-filter {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.models-filter .models-filter-block {
  border-color: #fff;
}
.models-filter .models-filter-block .filter-selector {
  color: #545454;
  font-size: 15px;
  line-height: 1.4;
  font-family: 'titillium_webregular', Arial;
}
.models-filter .models-filter-block .filter-selector:hover,
.models-filter .models-filter-block .filter-selector.selected {
  color: #09b0da;
}
.models-filter .models-filter-block .filter-selector[data-type="make"] {
  font-family: 'titillium_webbold', Arial;
}
.schedule-tracks {
  text-align: center;
  font-family: 'titillium_webregular', Arial;
}
@media only screen and (max-width: 1024px) {
  .schedule-tracks {
    display: none;
  }
}
.schedule-tracks .section-head {
  margin-bottom: 20px;
}
.schedule-tracks .container {
  margin: 50px auto;
}
.schedule-tracks .item {
  display: inline-block;
  margin: 0 10px 20px 10px;
  width: 25%;
  vertical-align: bottom;
  border: 1px solid #f2f2f2;
  color: #000;
  text-transform: uppercase;
  font-family: 'titillium_webbold', Arial;
}
.schedule-tracks .item a {
  width: 100%;
  color: #000;
  height: 100%;
  display: block;
  padding: 10px;
}
.schedule-tracks .item.active {
  color: #fff;
  border-color: #09b0da;
  background-color: #09b0da;
}
.schedule-tracks .item.active a {
  color: #fff;
}
.bar-expand .item {
  border: 1px solid #bababa;
  margin-bottom: 20px;
}
.bar-expand .item.open .body {
  display: block !important;
  padding: 15px 11px;
}
.bar-expand .item.open .head {
  background: #09b0da;
  border-bottom: 0;
  color: #fff;
}
.bar-expand .item.open .head .fa-chevron-down {
  transform: rotate(180deg);
}
.bar-expand .item.open .head .ico img {
  display: none;
}
.bar-expand .item.open .head .ico img + img {
  display: inline-block;
}
.bar-expand .item .head {
  background: #fff;
  border-bottom: 4px solid #676767;
  padding: 12px 0;
  padding-left: 20px;
  font-family: 'titillium_webbold', Arial;
  font-size: 18px;
  position: relative;
  color: #bebebe;
  cursor: pointer;
}
.bar-expand .item .head .ico {
  display: inline-block;
  width: 100px;
  text-align: right;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.bar-expand .item .head .ico img {
  display: inline-block;
  vertical-align: middle;
}
.bar-expand .item .head .ico img + img {
  display: none;
}
.bar-expand .item .head .fa-chevron-down {
  font-size: 25px;
  color: #e8e8e8;
  position: absolute;
  top: 11px;
  right: 20px;
  left: auto;
}
.bar-expand .item .body {
  display: none;
  padding: 0 11px;
  text-align: left;
}
.bar-expand .item .body p,
.bar-expand .item .body ul,
.bar-expand .item .body ol {
  font-family: 'titillium_webregular', Arial;
  color: #494949;
  line-height: 1.5;
}
.bar-expand .item .body .title {
  font-family: 'titillium_webregular', Arial;
  color: #fff;
  background: #09b0da;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  padding: 15px 0;
}
.bar-expand .item .body table {
  width: 100%;
  font-family: 'titillium_webregular', Arial;
  color: #323232;
}
.bar-expand .item .body table tr th,
.bar-expand .item .body table tr td {
  padding: 10px;
  text-align: center;
}
.bar-expand .item .body table tr th {
  background: #ebebeb;
  font-size: 16px;
  text-align: center;
}
.bar-expand .item .body table tr td {
  font-size: 14px;
  border-bottom: 1px solid #09b0da;
}
.bar-expand .item .body table tr:last-child td {
  border: 0;
}
.direction-transition {
  font-family: 'titillium_webregular', Arial;
}
.direction-transition .section-head {
  margin: 0;
}
.direction-transition > .container {
  max-width: 90%;
}
@media only screen and (max-width: 1024px) {
  .direction-transition > .container {
    max-width: 100%;
  }
}
.direction-transition > .container.description {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .direction-transition > .container.description {
    margin-top: 0;
  }
}
.direction-transition .direction-map {
  background: #f2f2f2;
  max-width: 100% !important;
}
.direction-transition .direction-map > div {
  min-height: 405px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .direction-transition .direction-map > div {
    min-height: 280px;
  }
}
.direction-transition .direction-map > div:first-child {
  padding: 20px 0;
}
.direction-transition .direction-map > div address {
  max-width: 310px;
  font-family: 'titillium_webregular', Arial;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  left: 45px;
  top: 40px;
  position: relative;
}
.direction-transition .direction-map > div address b {
  font-family: 'titillium_webbold', Arial;
  display: block;
}
.direction-transition .direction-map > div address:last-child {
  margin-bottom: 0;
}
.direction-transition .direction-map > div address img {
  position: absolute;
  top: 0;
  left: -45px;
  width: 32px;
}
.direction-transition .direction-map #googleMap {
  height: 405px !important;
}
.direction-transition .direction-table .item {
  display: none;
}
.direction-transition .direction-table .item.open {
  display: block;
}
.direction-transition .direction-table .item p {
  font-size: 18px;
  line-height: 1.4;
}
.direction-transition .direction-table .transportation-address {
  margin-top: 0;
}
.direction-transition .direction-table .transportation-address .img {
  margin-left: 25px;
}
.direction-transition .direction-table .container {
  max-width: 100%;
}
.direction-transition .direction-table .container .grid-6:first-child {
  padding-left: 0;
  padding-top: 0;
}
.direction-transition .direction-table .container .grid-6:last-child {
  padding-right: 0;
  padding-top: 0;
}
.direction-transition .direction-table .title {
  font-family: 'titillium_webregular', Arial;
  color: #fff;
  background: #09b0da;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  padding: 15px 0;
}
.direction-transition .direction-table table {
  width: 100%;
  font-family: 'titillium_webregular', Arial;
  color: #323232;
}
.direction-transition .direction-table table tr th,
.direction-transition .direction-table table tr td {
  padding: 10px;
  text-align: center;
}
.direction-transition .direction-table table tr th {
  background: #ebebeb;
  font-size: 12px;
  text-align: center;
  border: 1px solid #9c9c9c;
  border-bottom: 1px solid #09b0da;
  border-top: 0;
  border-collapse: collapse;
}
.direction-transition .direction-table table tr td {
  font-size: 14px;
  border: 1px solid #9c9c9c;
  border-collapse: collapse;
}
.direction-transition .direction-table table tr:nth-child(odd) {
  background: #eeeeee;
}
.direction-transition .direction-table .img-map {
  width: 100%;
  max-width: 100%;
}
.direction-transition .bar-expand .item p,
.direction-transition .bar-expand .item ul {
  font-size: 18px;
}
.direction-transition .bar-expand .item b {
  font-family: 'titillium_webbold', Arial;
}
.direction-transition .bar-expand .item ul {
  list-style: none;
  margin: 0;
}
.direction-transition .bar-expand .item ul li {
  display: block;
  margin-bottom: 15px;
}
.direction-transition .bar-expand .item ul li .fa {
  font-size: 22px;
  width: 32px;
  text-align: center;
}
.direction-transition .bar-expand .item ul li:last-child {
  margin-bottom: 0;
}
.direction-transition b {
  font-family: 'titillium_webbold', Arial;
}
.direction-transition .brd-right {
  border-right: 1px solid #d1d1d1;
}
.calendario-calendar-wrap * {
  font-family: 'titillium_webregular', Arial;
}
.calendario-calendar-wrap .calendario-content-reveal span.calendario-content-close::after {
  line-height: 17px;
}
.calendario-calendar-wrap .fc-calendar-container.private .fc-calendar .fc-row > div.fc-future:not(.fc-content)::after {
  bottom: 5px;
}
.calendario-calendar-wrap .fc-calendar .fc-row > div.fc-today {
  box-shadow: none;
}
.calendario-calendar-wrap .fc-calendar .fc-row > div.fc-content::after {
  bottom: 5px;
}
.calendario-calendar-wrap .fc-calendar .fc-row > div span.fc-date {
  margin-top: -10px;
}
.masonry-photo {
  background: #242424;
  padding-top: 0;
  margin-top: 60px;
}
.masonry-photo .item {
  width: 20%;
  padding: 8px;
  padding-bottom: 10px;
  display: inline-block;
}
.masonry-photo .item img {
  display: block;
  width: 100%;
}
.select2-results .select2-highlighted {
  background: #09b0da;
}
.addthis_sharing_toolbox {
  margin-top: 4px;
}
.w-trackmap {
  background: url(../img/trackmap/bg_trackmap.png) repeat 0 0;
  position: relative;
  min-height: 500px;
}
.w-trackmap .track-map {
  width: 500px;
  position: absolute;
}
.w-trackmap .track-map .map-container {
  padding-bottom: 111%;
}
.w-trackmap .track-map .map-container iframe {
  border: none;
}
.w-trackmap .track-content {
  margin-left: 500px;
  padding: 20px 0 30px;
}
@media only screen and (max-width: 1024px) {
  .w-trackmap .track-content {
    margin-left: 0;
    padding: 0;
  }
}
.w-trackmap .track-content .section-head {
  background: transparent;
  margin-bottom: 45px;
}
.w-trackmap .track-content .section-head:after {
  content: "";
  display: block;
  width: 240px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -120px;
}
.w-trackmap .track-content .trackmap-slider {
  position: relative;
}
.w-trackmap .track-content .trackmap-slider .controls-slider {
  position: absolute;
  height: 40px;
  overflow: hidden;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.w-trackmap .track-content .trackmap-slider .controls-slider .b-prev,
.w-trackmap .track-content .trackmap-slider .controls-slider .b-next {
  position: static;
  cursor: pointer;
  font-size: 40px;
  color: #fff;
  opacity: 1;
  width: 40px;
  display: inline-block;
}
.w-trackmap .track-content .trackmap-slider .controls-slider .b-next {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .w-trackmap .track-content .trackmap-slider .head {
    margin-bottom: 20px;
  }
}
.w-trackmap .track-content .trackmap-slider .head .w-text {
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
  line-height: 1.4;
  margin-left: 0;
  text-align: justify;
  color: #fff;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .w-trackmap .track-content .trackmap-slider .head .w-text {
    font-size: 14px;
  }
}
.w-trackmap .track-content .trackmap-slider .item {
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .w-trackmap .track-content .trackmap-slider .item {
    padding: 0 20px;
  }
}
.w-trackmap .track-content .trackmap-slider .item .container {
  max-width: 10000px !important;
}
.w-trackmap .track-content .trackmap-slider .item .track-img {
  padding-left: 30px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .w-trackmap .track-content .trackmap-slider .item .track-img {
    padding-left: 0;
  }
}
.w-trackmap .track-content .trackmap-slider .item .track-img img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.w-trackmap .track-content .trackmap-slider .item .track-options {
  display: block;
  padding-top: 30px;
  list-style: none;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .w-trackmap .track-content .trackmap-slider .item .track-options {
    padding-top: 15px;
  }
}
.w-trackmap .track-content .trackmap-slider .item .track-options li {
  width: 16%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .w-trackmap .track-content .trackmap-slider .item .track-options li {
    width: auto;
    padding: 0 9px;
  }
}
.w-trackmap .track-content .trackmap-slider .item .track-options li:after {
  content: "";
  position: absolute;
  bottom: 5px;
  top: 0;
  right: 0px;
  width: 1px;
  background-color: #a9a9a9;
}
.w-trackmap .track-content .trackmap-slider .item .track-options li:last-child:after {
  display: none;
}
.w-trackmap .track-content .trackmap-slider .item .track-options li .option {
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .w-trackmap .track-content .trackmap-slider .item .track-options li .option {
    font-size: 18px;
  }
}
.w-trackmap .track-content .trackmap-slider .item .track-options li .option strong {
  font-family: 'titillium_webbold', Arial;
}
.w-trackmap .track-content .trackmap-slider .item .track-options li .description {
  font-family: 'titillium_webregular', Arial;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .w-trackmap .track-content .trackmap-slider .item .track-options li .description {
    font-size: 10px;
  }
}
.w-car-gallery-swiper {
  background: #242424;
  padding: 60px 0;
}
.w-car-gallery-swiper .container {
  max-width: 1500px;
}
.w-car-gallery-swiper .swiper-container .swiper-slide {
  background: transparent;
}
.w-car-gallery-swiper table {
  width: 100%;
}
.w-car-gallery-swiper table td {
  padding: 5px;
}
.w-car-gallery-swiper .item {
  max-width: 280px;
}
.w-car-gallery-swiper .item img {
  width: 100%;
}
.w-car-gallery {
  background: #242424;
  padding: 30px 0 65px;
}
.w-car-gallery .section-head {
  background: transparent;
  margin-bottom: 25px;
}
.w-car-gallery .section-head:after {
  content: "";
  display: block;
  width: 240px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
}
.w-car-gallery table {
  width: 100%;
}
.w-car-gallery table td {
  padding: 7px;
  width: 20%;
  vertical-align: top;
}
.w-car-gallery .item {
  cursor: pointer;
  position: relative;
  padding-top: 84%;
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.w-car-gallery .item.big-view {
  padding-top: 56%;
  background-size: contain;
}
.more-hpde-review {
  background: #f2f2f2;
  padding: 40px 0 60px;
}
@media only screen and (max-width: 1024px) {
  .more-hpde-review {
    padding: 40px 25px 60px;
  }
}
.more-hpde-review h3 {
  font-family: 'titillium_webregular', Arial;
  color: #09b0da;
  margin-bottom: 30px;
}
.more-hpde-review .swiper-container .swiper-slide {
  background: transparent;
  position: relative;
}
.more-hpde-review .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  height: 100px;
  background: #d1d1d1;
  position: absolute;
  top: 0;
  right: -40px;
}
.more-hpde-review p {
  font-family: 'titillium_webregular', Arial;
  color: #535353;
  line-height: 1.5;
  margin: 0;
  font-size: 16px;
}
.video-container,
.map-container,
.tour-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.map-container iframe,
.tour-container iframe,
.video-container object,
.map-container object,
.tour-container object,
.video-container embed,
.map-container embed,
.tour-container embed {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container {
  padding-bottom: 29.5%;
}
@media only screen and (max-width: 1024px) {
  .map-container {
    padding-bottom: 70%;
    padding-top: 0;
  }
}
.tour-container {
  padding-bottom: 20%;
}
@media only screen and (max-width: 1024px) {
  .tour-container {
    padding-bottom: 70%;
    padding-top: 0;
  }
}
.apex-container iframe {
  display: block;
  /* iframes are inline by default */
  background: #000;
  border: none;
  /* Reset default border */
  width: 100%;
}
.about-program {
  max-width: 1280px;
}
.about-program .video-container {
  margin-bottom: 30px;
}
.about-program p,
.about-program ul {
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  color: #525252;
  line-height: 1.5;
}
.about-program ul li {
  list-style: none;
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.about-program ul li:before {
  content: '»';
  position: absolute;
  top: -1px;
  left: 0;
}
.about-program .divider {
  height: 3px;
  background: #d3d3d3;
  margin: 20px 0;
}
.why-choose-us {
  font-family: 'titillium_webregular', Arial;
}
.why-choose-us .container {
  max-width: 100%;
  padding: 70px 0 50px;
  text-align: center;
}
.why-choose-us .container .item {
  width: 100%;
  max-width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 4%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .why-choose-us .container .item {
    max-width: 450px !important;
  }
}
.why-choose-us .container .item .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}
.why-choose-us .container .item .img img {
  display: block;
}
.why-choose-us .container .item .img:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.why-choose-us .container .item .img .btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) ;
  -webkit-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-family: 'titillium_webbold', Arial;
  padding: 7px 70px;
  border-radius: 0;
  text-shadow: none;
}
.why-choose-us .container .item .img:not(.no-hover):hover img {
  -webkit-filter: blur(9px);
  filter: blur(9px);
}
.why-choose-us .container .item .img:not(.no-hover):hover .btn {
  display: inline-block;
}
.why-choose-us .container .item .title {
  font-family: 'titillium_webbold', Arial;
  font-size: 24px;
  color: #535353;
  margin: 0 0 30px;
}
.why-choose-us .container .item .divider {
  height: 1px;
  width: 180px;
  background: #535353;
  margin: 0 auto 30px;
}
.why-choose-us .container .item p {
  font-size: 18px;
  color: #565656;
  line-height: 1.3;
  max-width: 80%;
  margin: 0 auto;
}
.why-choose-us .container:nth-child(odd) {
  background: #f2f2f2;
}
.why-choose-us .container:nth-child(odd) .img:after {
  border-bottom-color: #f2f2f2;
}
@media only screen and (max-width: 1024px) {
  .why-choose-us .container .item {
    margin: 0 0 30px;
  }
  .why-choose-us .container .item .btn {
    padding: 7px 20px !important;
  }
}
.founders-us {
  font-family: 'titillium_webregular', Arial;
}
.founders-us .title {
  font-family: 'titillium_webbold', Arial;
  font-size: 24px;
  color: #535353;
  margin: 0 0 30px;
}
.founders-us p {
  font-size: 16px;
  color: #565656;
  line-height: 1.3;
  text-align: justify;
}
.founders-us .line.bg {
  background: #f2f2f2;
}
.founders-us .line .container {
  padding: 60px 0 0;
}
.founders-us .line .container .grid-4 {
  padding: 0;
}
.founders-us img {
  display: inline-block;
  max-width: 90%;
  margin-top: -150px;
}
@media only screen and (max-width: 769px) {
  .founders-us .text-center {
    padding: 0 20px;
  }
  .founders-us .text-center + br,
  .founders-us .text-center + br + br,
  .founders-us .text-center + br + br + br {
    display: none;
  }
  .founders-us .grid-8 {
    width: 100%;
  }
  .founders-us .grid-4 {
    display: none;
  }
  .founders-us .line .container {
    padding: 30px 0;
  }
}
.school-team-swiper {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .school-team-swiper {
    padding: 0 25px;
  }
}
.school-team-swiper .swiper-slide {
  text-align: center;
}
.school-team-swiper .item {
  width: 320px !important;
  margin: 0 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: 'titillium_webregular', Arial;
  font-size: 13px;
  color: #525252;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .school-team-swiper .item {
    margin: 0;
  }
}
.school-team-swiper .item:nth-child(1):after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -50px;
}
.school-team-swiper .item .img {
  width: 320px;
  height: 215px;
  overflow: hidden;
  margin-bottom: 20px;
}
.school-team-swiper .item .img img {
  width: 100%;
}
.school-team-swiper .item .name {
  font-size: 16px;
}
/*  Contact Us */
#contact-us-info {
  width: 100%;
  height: 100%;
  max-height: 700px;
}
#contact-us-info.exr {
  background: transparent url(../themes/exotics/images/blocks/contact-us/Contact-us-background.jpeg) no-repeat 100% 0;
  background-size: cover;
}
#contact-us-info.offroad {
  background: transparent url(../themes/exotics/images/blocks/contact-us/contact_us_offroad.jpg) no-repeat 100% 0;
  background-size: cover;
}
#contact-us-info .contact-us-info-box {
  display: inline-block;
  min-width: 500px;
  margin: 30px 0px;
  padding: 60px 70px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  color: #555555;
  font-family: 'titillium_webregular', Arial;
}
#contact-us-info .contact-us-info-box.offroad-address {
  margin: 130px 0px;
}
@media only screen and (max-width: 1024px) {
  #contact-us-info .contact-us-info-box {
    padding: 10px 20px;
    min-width: 100%;
  }
}
#contact-us-info h1,
#contact-us-info h2 {
  font-size: 30px;
  font-family: 'titillium_webbold', Arial;
  color: #555555;
  margin: 0 0 15px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #contact-us-info h1,
  #contact-us-info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  #contact-us-info h1,
  #contact-us-info h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #contact-us-info .social-contacts {
    text-align: center;
  }
}
#contact-us-info .contact-us-email a {
  font-size: 20px;
  display: inline-block;
  color: #555555;
  position: relative;
  padding-left: 50px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  #contact-us-info .contact-us-email a {
    font-size: 18px;
  }
}
#contact-us-info .contact-us-email a b {
  font-family: 'titillium_webbold', Arial;
}
#contact-us-info .contact-us-email a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
}
#contact-us-info .contact-us-email a.chat:before {
  background: url(../themes/exotics/images/blocks/contact-us/ico_chat.png) no-repeat 50% 50%;
}
#contact-us-info .contact-us-email a.mail:before {
  background: url(../themes/exotics/images/blocks/contact-us/ico_mail.png) no-repeat 50% 50%;
}
#contact-us-info .contact-us-email a.location:before {
  background: url(../themes/exotics/images/blocks/contact-us/location-pin-2.png) no-repeat 50% 50%;
}
#contact-us-info .contact-us-phone {
  font-size: 30px;
  font-family: 'titillium_webregular', Arial;
  margin: 0 0 35px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #contact-us-info .contact-us-phone {
    font-size: 18px;
  }
}
#contact-us-info .office-hours {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  #contact-us-info .office-hours {
    font-size: 18px;
  }
}
#contact-us-info .office-hours table {
  width: 100%;
}
#contact-us-info .office-hours table tr td:last-child {
  text-align: right;
}
#contact-us-info .contact-us-info-box img {
  margin: 10px 18px;
}
@media only screen and (max-width: 1024px) {
  .step-1 {
    padding-top: 0;
  }
  .step .step-title {
    margin-bottom: 20px !important;
  }
  .step-6 > .container > br {
    display: none;
  }
}
.transportation-type-container .transportation-type-content li {
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .transportation-type-container {
    text-align: left !important;
  }
}
.transportation-address {
  margin-top: 10px;
}
.transportation-address .img {
  background: url(/img/directions2.png) no-repeat 0 0;
  width: 231px;
  height: 59px;
  margin-bottom: 10px;
}
.transportation-address .transportation-steps {
  margin-top: 10px !important;
}
.transportation-address .transportation-steps li {
  position: relative;
  background-repeat: no-repeat;
  list-style: outside none none;
  padding: 10px 0;
  margin-left: 40px;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}
.transportation-address .transportation-steps li:last-child {
  border-bottom: 0;
}
.transportation-address .transportation-steps li:before {
  content: "";
  height: 100%;
  left: -40px;
  position: absolute;
  width: 32px;
  top: 0;
}
.transportation-address .transportation-steps li.location:before {
  background: url("/images/transportation/1.png") no-repeat center;
}
.transportation-address .transportation-steps li.information:before {
  background: url("/images/transportation/2.png") no-repeat center;
}
.transportation-address .transportation-steps li.line:before {
  background: url("/images/transportation/3.png") no-repeat center;
}
.transportation-address .transportation-steps li.turn:before {
  background: url("/images/transportation/4.png") no-repeat center;
}
.transportation-address .transportation-steps li.parking:before {
  background: url("/images/transportation/5.png") no-repeat center;
}
.transportation-address .transportation-steps li.turn-left:before {
  background: url("/images/transportation/6.png") no-repeat center;
}
#car-detail-container .btn-block {
  margin-top: 15px;
}
#car-detail-container .btn-block a {
  width: 30%;
}
#car-detail-container .btn-block a:first-child {
  margin-right: 10px;
}
#car-detail-container .btn-block a:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .question-detail-list {
    padding: 0 10px;
  }
}
.question-detail-list .faq-section-heading {
  border-bottom: 1px solid #09b0da;
}
.question-detail-list .faq-section-heading h2 {
  font-family: 'titillium_webregular', Arial;
  font-size: 30px;
  padding-left: 60px;
  color: #545454;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .question-detail-list .faq-section-heading h2 {
    padding-left: 0;
  }
}
.question-detail-list .faq {
  font-family: 'titillium_webregular', Arial;
  color: #545454;
}
.question-detail-list .faq .entry-title {
  text-transform: uppercase;
}
.question-detail-list .faq h3 {
  font-family: 'titillium_webregular', Arial;
  text-transform: none;
  font-size: 24px !important;
  padding-left: 60px !important;
}
.question-detail-list .faq h3.faq-open {
  font-weight: bold;
}
.question-detail-list .faq p {
  font-size: 18px;
  line-height: 1.4;
}
.question-detail-list .faq .faq-close,
.question-detail-list .faq .faq-open {
  position: relative;
}
.question-detail-list .faq .faq-close span,
.question-detail-list .faq .faq-open span {
  background: #fff no-repeat scroll center center;
  background-color: #fff !important;
  border-radius: 50%;
  border: 2px solid #09b0da;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}
.question-detail-list .faq .faq-close span {
  background-image: url("/images/plus.png");
}
.question-detail-list .faq .faq-open span {
  background-image: url("/images/minus.png");
}
.question-detail-list .faq .faq-content {
  padding-left: 60px !important;
}
@media only screen and (max-width: 1024px) {
  .question-detail-list .faq .faq-content {
    padding-left: 0 !important;
  }
}
#packages-container .devider {
  background-color: #f2f2f2;
  height: 40px;
}
.calendar-section {
  background-color: #f2f2f2;
  padding: 40px 0 80px;
}
.calendar-section .calendario-calendar-wrap {
  margin-bottom: 0;
}
.email-notification-results {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .email-notification-results {
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
  }
}
.email-notification-results span {
  display: none;
  visibility: visible;
  font-size: 18px;
  color: #000;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .email-notification-results span {
    border: 0;
  }
}
.email-notification-results .success {
  color: #00aa00;
}
.email-notification-results .error {
  color: darkred;
}
.calendar-section {
  background-color: #f2f2f2;
  padding: 40px 0 80px;
}
.calendar-section .calendario-calendar-wrap {
  margin-bottom: 0;
}
.calendar-section .availability {
  font-family: 'titillium_webregular', Arial;
  background-color: #fff;
}
.calendar-section .availability .item {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
}
@media only screen and (max-width: 1024px) {
  .calendar-section .availability .item {
    padding: 5px 40px;
  }
}
.calendar-section .availability .item.available:before,
.calendar-section .availability .item.not-available:before,
.calendar-section .availability .item.partially-available:before,
.calendar-section .availability .item.vsk-championship:before {
  color: #4ba21f;
  content: "·";
  font-size: 130px;
  left: 10px;
  line-height: 0;
  position: absolute;
  text-align: center;
  width: 35px;
}
.calendar-section .availability .item.partially-available:before {
  color: orange;
}
.calendar-section .availability .item.vsk-championship:before {
  color: #09b0da;
}
.calendar-section .availability .item.not-available:before {
  color: red;
}
@media only screen and (max-width: 1024px) {
  .calendar-section {
    padding: 0;
  }
}
.drifting-ride-along {
  font-family: 'titillium_webregular', Arial;
}
.drifting-ride-along .s-unf-moments-wide .story-text {
  padding: 3% 12% 3% 8% !important;
}
@media only screen and (max-width: 1600px) {
  .drifting-ride-along .s-unf-moments-wide .story-text {
    padding: 3% 4% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .drifting-ride-along .s-unf-moments-wide .story-text {
    padding: 15px !important;
  }
}
.drifting-ride-along .s-unf-moments-wide .story-text .title {
  text-transform: uppercase;
}
.drifting-ride-along .s-unf-moments-wide .story-text .title b {
  font-family: 'titillium_webbold', Arial;
}
.drifting-ride-along .s-unf-moments-wide .story-text p {
  line-height: 1.4;
  font-size: 18px;
  color: #5c5c5c;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .drifting-ride-along .s-unf-moments-wide .story-text p {
    font-size: 14px;
  }
}
.drifting-ride-along .s-unf-moments-wide .story-text .stats {
  text-align: center;
  margin-top: 20px;
}
.drifting-ride-along .s-unf-moments-wide .story-text .stats .icon {
  color: #09b0da;
  font-size: 30px;
  display: block;
  margin: 0 auto;
  line-height: 15px;
  background: none;
}
.drifting-ride-along .s-unf-moments-wide .story-text .stats > li {
  display: inline-block;
  color: #000;
  font-family: 'titillium_webbold', Arial;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .drifting-ride-along .s-unf-moments-wide .story-text .stats > li {
    font-size: 16px;
    margin: 0 6px;
    text-align: center;
  }
  .drifting-ride-along .s-unf-moments-wide .story-text .stats > li .icon {
    background: transparent;
    font-size: 23px;
    width: auto;
    margin-bottom: 10px;
  }
}
.drifting-ride-along .s-unf-moments-wide .blue-button {
  margin: 0;
}
.drifting-ride-along .select-laps {
  text-align: right;
}
.drifting-ride-along .select-laps .price {
  color: #09b0da;
}
.drifting-ride-along .select-laps .divider {
  width: 100%;
}
.drifting-ride-along .select-laps .select-count-lap label {
  width: 25%;
  vertical-align: top;
  display: inline-block;
  margin: 0 0 15px 15px;
}
@media only screen and (max-width: 1024px) {
  .drifting-ride-along .select-laps .select-count-lap label {
    width: 50%;
  }
}
.drifting-ride-along .laps-wrapper {
  text-align: right;
  margin-bottom: 15px;
}
.drifting-ride-along .laps-wrapper .lap-count {
  position: relative;
  text-align: right;
  display: inline-block;
  margin-right: 6px;
}
.drifting-ride-along .laps-wrapper .lap-count > label {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 18px;
  color: #323232;
  margin: 0;
}
.drifting-ride-along .laps-wrapper .lap-count > label .grey.additional-lap {
  font-size: 16px;
  color: #868688;
}
.drifting-ride-along .laps-wrapper .lap-select {
  display: inline-block;
  width: auto !important;
  vertical-align: inherit;
}
.drifting-ride-along .laps-wrapper .lap-select h3 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 18px;
  vertical-align: middle;
}
.drifting-ride-along .laps-wrapper .lap-select select {
  margin: 0;
  width: 170px;
}
.drifting-ride-along .section-head + .container p {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  .drifting-ride-along .section-head + .container p {
    font-size: 14px;
  }
}
.cms-page-content {
  font-family: 'titillium_webregular', Arial;
}
.cms-page-content .blog-brief-content {
  padding: 0;
  color: #545454;
}
.cms-page-content .blog-brief-content.span8 {
  width: 100%;
}
.cms-page-content .blog-brief-content h1 {
  font-size: 30px;
}
.cms-page-content .blog-brief-content p {
  font-size: 18px;
  line-height: 1.4;
}
.cms-page-content .blog-brief-content p img {
  margin: 0 auto !important;
  display: block;
}
#packages-container .devider {
  background-color: #f2f2f2;
  height: 40px;
}
.vip-memebership .story-text {
  padding: 2% 5% !important;
}
.vip-memebership .story-text p {
  text-align: left;
}
.vip-memebership .story-text .divider {
  width: 100%;
}
.vip-memebership .story-text .divider + span {
  display: block;
  font-size: 10px;
  color: #9b9b9b;
  position: relative;
  top: -15px;
}
.vip-memebership > .divider {
  background: #d8d8d8 none repeat scroll 0 0;
  height: 2px;
  margin: 40px auto 10px;
  width: 90%;
}
.vip-memebership > .divider + .note {
  display: block;
  color: #969696;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.vip-memebership .icons-box {
  display: none;
}
.vip-memebership .icons-box i {
  background: url(../img/vip_memebership/icons.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.vip-memebership .icons-box i.ico-service {
  background-position-x: 0px;
}
.vip-memebership .icons-box i.ico-entrance {
  background-position: 0px -32px;
}
.vip-memebership .icons-box i.ico-accsess {
  background-position: 0px -64px;
}
.vip-memebership .icons-box i.ico-helmet {
  background-position: 0px -96px;
}
.vip-memebership .icons-box i.ico-track {
  background-position: 0px -128px;
}
.vip-memebership .icons-box i.ico-timer {
  background-position: 0px -160px;
}
.vip-memebership .icons-box i.ico-board {
  background-position: 0px -192px;
}
.vip-memebership .icons-box i.ico-star {
  background-position: -32px 0px;
}
.vip-memebership .icons-box i.ico-heart {
  background-position: -32px -32px;
}
.vip-memebership .icons-box i.ico-shirt {
  background-position: -32px -64px;
}
.vip-memebership .icons-box i.ico-exr {
  background-position: -32px -96px;
}
.vip-memebership .icons-box i.ico-simulator {
  background-position: -32px -128px;
}
.vip-memebership .icons-box i.ico-position {
  background-position: -32px -160px;
}
.vip-memebership .icons-box ul {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin: 0 20px 20px;
  text-align: left;
}
.vip-memebership .icons-box ul li {
  font-size: 16px;
  color: #555555;
  vertical-align: middle;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .vip-memebership .button {
    vertical-align: top;
  }
  .vip-memebership p {
    padding: 0 20px;
  }
  .vip-memebership .icons-box {
    padding-bottom: 50px;
  }
  .vip-memebership .icons-box ul {
    display: block;
    width: 80%;
  }
}
.tabs-steps .b-steps__list li > i {
  display: inline-block;
  width: 57px;
  height: 57px;
  position: absolute;
  top: -7px;
  left: -60px;
  background: url(../img/home_sprite.png) no-repeat 0 0;
}
.tabs-steps .b-steps__list li > i.dress {
  background-position: -114px 0px;
}
.tabs-steps .b-steps__list li > i.license {
  background-position: -341px 0px;
}
.tabs-steps .b-steps__list li > i.helmet {
  background-position: -284px 0px;
}
.tabs-steps .b-steps__list li > i.driving-center {
  background-position: -171px 0px;
}
.tabs-steps .b-steps__list li > i.friends {
  background-position: -227px 0px;
}
.tabs-steps .b-steps__list li > i.transportation {
  background-position: -57px 0px;
}
.tabs-steps .b-steps__list li > i.hpde {
  width: 40px;
  height: 40px;
  background-size: contain;
  position: relative;
  top: 14px;
  left: -9px;
}
.tabs-steps .b-steps__list li > i.hpde-1 {
  background-image: url(../img/hpde/icons/1.png);
}
.tabs-steps .b-steps__list li > i.hpde-2 {
  background-image: url(../img/hpde/icons/2.png);
}
.tabs-steps .b-steps__list li > i.hpde-3 {
  background-image: url(../img/hpde/icons/3.png);
}
.tabs-steps .b-steps__list li > i.hpde-4 {
  background-image: url(../img/hpde/icons/4.png);
}
.tabs-steps .b-steps__list li > i.hpde-5 {
  background-image: url(../img/hpde/icons/5.png);
}
.tabs-steps .b-steps__list li > i.hpde-6 {
  background-image: url(../img/hpde/icons/6.png);
}
.tabs-steps .b-steps__list li > i.hpde-7 {
  background-image: url(../img/hpde/icons/7.png);
}
.tabs-steps .b-steps__list li > i.hpde-8 {
  background-image: url(../img/hpde/icons/8.png);
}
.tabs-steps .b-steps__list li > i.hpde-9 {
  background-image: url(../img/hpde/icons/9.png);
}
.tabs-steps .b-steps__list li > i.hpde-10 {
  background-image: url(../img/hpde/icons/19.png);
}
.tabs-steps .b-steps__list li > i.hpde-11 {
  background-image: url(../img/hpde/icons/11.png);
}
.tabs-steps .b-steps__list li > i.hpde-12 {
  background-image: url(../img/hpde/icons/12.png);
}
.tabs-steps .b-steps__list li > i.hpde-13 {
  background-image: url(../img/hpde/icons/13.png);
}
.tabs-steps .b-steps__list li > i.hpde-14 {
  background-image: url(../img/hpde/icons/14.png);
}
.tabs-steps .b-steps__list li > i.hpde-15 {
  background-image: url(../img/hpde/icons/15.png);
}
.tabs-steps .b-steps__list li > i.hpde-16 {
  background-image: url(../img/hpde/icons/16.png);
}
.tabs-steps .b-steps__list li > i.hpde-17 {
  background-image: url(../img/hpde/icons/17.png);
}
.tab-aggregator {
  font-family: 'titillium_webregular', Arial;
  padding-bottom: 20px;
}
.tab-aggregator + .addthis_sharing_toolbox {
  display: none;
}
.tab-aggregator .container {
  max-width: 1490px;
}
.tab-aggregator .nav-tabs {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  margin-bottom: 80px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .tab-aggregator .nav-tabs {
    margin-bottom: 10px;
  }
}
.tab-aggregator .nav-tabs li {
  margin: 0 15px;
  display: inline-block !important;
  float: none !important;
}
.tab-aggregator .nav-tabs li a {
  font-family: 'titillium_webregular', Arial;
  font-size: 32px;
  font-weight: normal;
  color: #545454;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent !important;
  background: transparent !important;
  position: relative;
}
.tab-aggregator .nav-tabs li.active a {
  font-family: 'titillium_webbold', Arial;
  color: #02aed2;
}
.tab-aggregator .nav-tabs li.active a:after {
  content: "";
  height: 4px;
  background: #02aed2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
@media only screen and (max-width: 640px) {
  .tab-aggregator .nav-tabs li a {
    font-size: 22px;
  }
}
.tab-aggregator .gallery-head {
  padding: 0;
  margin-bottom: 20px;
}
.tab-aggregator .gallery-head:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab-aggregator .gallery-head span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.tab-aggregator .gallery-head span b {
  font-family: 'titillium_webbold', Arial;
}
.tab-aggregator .gallery-head a {
  display: inline-block;
  font-size: 16px;
  float: right;
}
.tab-aggregator .gallery-head a i {
  font-size: 25px;
  margin-right: 15px;
}
.tab-aggregator .gallery-head .divider {
  height: 2px;
  margin-top: 10px;
  background: #dfdfdf;
}
@media only screen and (max-width: 640px) {
  .tab-aggregator .gallery-head span {
    text-align: center;
    display: block;
  }
  .tab-aggregator .gallery-head a {
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    right: 10px;
  }
}
.tab-aggregator .gallery-grid {
  font-size: 0;
}
.tab-aggregator .gallery-grid .image-background-wrapper {
  display: inline-block;
  vertical-align: top;
  height: 320px;
  margin: 0 13px 25px;
  border-bottom: 3px solid #dfdfdf;
}
.tab-aggregator .gallery-grid .image-background-wrapper .image-background {
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.tab-aggregator .gallery-grid .image-background-wrapper .image-background a {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: block;
}
.tab-aggregator .gallery-grid .image-background-wrapper .image-background a span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'titillium_webbold', Arial;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
}
.tab-aggregator .gallery-grid .image-background-wrapper .image-background a.video-player:after {
  content: '';
  display: block;
  background: url(../img/btn-play-video.png) no-repeat;
  width: 110px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) ;
  -webkit-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
}
.tab-aggregator .gallery-grid .image-background-wrapper.g1 {
  width: 22%;
}
.tab-aggregator .gallery-grid .image-background-wrapper.g2 {
  width: 30.65%;
}
.tab-aggregator .gallery-grid .image-background-wrapper.g3 {
  width: 35%;
}
.tab-aggregator .gallery-grid .image-background-wrapper.g4 {
  width: 48%;
}
.tab-aggregator .gallery-grid .image-background-wrapper.g5 {
  width: 46.8%;
}
@media only screen and (max-width: 640px) {
  .tab-aggregator .gallery-grid .image-background-wrapper {
    height: 220px;
    width: 100% !important;
    margin: 0 0 20px;
  }
}
.tab-aggregator .item-list {
  text-align: center;
}
.tab-aggregator .item-list .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 1% 20px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 2px solid #dfdfdf;
}
.tab-aggregator .item-list .item > div:first-child {
  font-size: 18px;
  line-height: 1.3;
  height: 50px;
  overflow: hidden;
}
.tab-aggregator .item-list .item .b-news__item {
  margin: 0;
}
.tab-aggregator .item-list .item .b-news__item figure {
  display: none;
}
.tab-aggregator .item-list .item .b-news__item .caption {
  margin: 0;
  padding: 0;
}
.tab-aggregator .item-list .item .b-news__item .caption .w-text {
  margin: 0;
}
.tab-aggregator .item-list .item .b-news__item .caption a {
  display: none;
}
.tab-aggregator .item-list .item .blog-brief .blog-brief-image,
.tab-aggregator .item-list .item .blog-brief .blog-sharing-plugins {
  display: none;
}
.tab-aggregator .item-list .item .blog-brief .blog-brief-content.span8 {
  padding: 0;
  margin: 0;
  width: 100%;
}
.tab-aggregator .item-list .item .blog-brief .blog-brief-content.span8 h3 {
  display: none;
}
.tab-aggregator .item-list .item p,
.tab-aggregator .item-list .item .blog-brief-content,
.tab-aggregator .item-list .item .w-text {
  height: 60px;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  font-size: 14px;
}
.tab-aggregator .item-list .item .image-background-wrapper {
  height: 260px;
  padding-bottom: 56.25%;
  margin-bottom: 5px;
}
.tab-aggregator .item-list .item .image-background-wrapper .image-background {
  position: relative;
  display: block;
  height: 260px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.tab-aggregator .item-list .item .image-background-wrapper .image-background.video-ico:after {
  content: '';
  display: block;
  background: url(../img/btn-play-video.png) no-repeat;
  width: 110px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) ;
  -webkit-transform: translate(-50%, -50%) ;
  -ms-transform: translate(-50%, -50%) ;
  transform: translate(-50%, -50%) ;
}
.tab-aggregator .item-list .item span {
  display: block;
  font-size: 11px;
  color: #b5b5b5;
}
.tab-aggregator .item-list .item .blue-button {
  font-size: 12px;
  padding: 5px 15px;
}
@media only screen and (max-width: 640px) {
  .tab-aggregator .item-list .item {
    margin: 0 0 20px;
    width: 100%;
    display: block;
  }
  .tab-aggregator .item-list .item div,
  .tab-aggregator .item-list .item span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-aggregator .item-list .item .read-more {
    margin: 0 20px;
  }
}
.tab-aggregator .wide-item {
  max-width: 1320px;
  margin: 0 auto 70px;
}
.tab-aggregator .wide-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab-aggregator .wide-item .img {
  display: block;
  margin: 0 0 20px;
}
.tab-aggregator .wide-item .img img {
  display: block;
  width: 100%;
}
.tab-aggregator .wide-item .info {
  float: left;
  width: 100px;
  margin: 0 30px 0 0;
  padding-left: 20px;
  border-right: 1px solid #aaaaaa;
}
@media only screen and (max-width: 640px) {
  .tab-aggregator .wide-item .info {
    border-right: 0;
    width: 100%;
    float: none;
  }
}
.tab-aggregator .wide-item .info .date {
  text-align: center;
  border-bottom: 1px solid #aaaaaa;
  margin-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.tab-aggregator .wide-item .info .date .day {
  font-family: 'titillium_webbold', Arial;
  font-size: 30px;
  color: #09b0da;
  line-height: 1.2;
}
.tab-aggregator .wide-item .info .date .month {
  font-size: 17px;
  color: #4c4c4c;
  line-height: 1.3;
}
.tab-aggregator .wide-item .info .date .year {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 1.3;
  text-transform: uppercase;
}
.tab-aggregator .wide-item .descr {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #545454;
}
.tab-aggregator .wide-item .descr .title {
  font-size: 35px;
  color: #4c4c4c;
  line-height: 1.2;
  font-family: 'titillium_webregular', Arial;
  color: #545454;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.tab-aggregator .wide-item .addthis_sharing_toolbox {
  margin-right: 15px;
}
.tab-aggregator .wide-item .addthis_sharing_toolbox a {
  width: 32px;
  display: block;
  float: none;
  margin: 0 auto;
}
.tab-aggregator .social .b-social__head {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  color: #545454;
}
.tab-aggregator .social .b-social__head .icon {
  color: #545454;
}
.tab-aggregator .social .grid-4 {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1024px) {
  .tab-aggregator .social .grid-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.tab-aggregator .masonry-box .item {
  position: relative;
  margin: 10px;
}
.tab-aggregator .masonry-box .item span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'titillium_webbold', Arial;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
}
.instagram-swiper {
  font-family: 'titillium_webregular', Arial;
  background: #303030;
}
.instagram-swiper b {
  font-family: 'titillium_webbold', Arial;
}
.instagram-swiper .title {
  font-size: 30px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
}
.instagram-swiper .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -100px;
}
.instagram-swiper .swiper-slide {
  height: 158px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.instagram-swiper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #experiences-packages-index .grid-t-6 {
    height: 224px;
  }
  .w-stats {
    display: none;
  }
  .grid-m-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body {
    color: #5a5a5a;
    font-size: 14px;
    font-family: 'titillium_webregular', Arial;
  }
  .w-footer {
    color: #fff;
    padding-top: 18px;
    background-color: #333333;
    padding: 20px 0 0;
  }
  .w-footer .b-btn__fill {
    margin-bottom: 30px;
  }
  .w-footer .b-logo__footer {
    width: 134px;
    height: 51px;
    margin-bottom: 18px;
    display: inline-block;
    background: url(../img/logo/footer_logo_2.png) no-repeat center;
    background-size: 134px 51px;
  }
  .w-footer .w-copy {
    padding: 7px;
    font-size: 11px;
    line-height: 1.5;
    background-color: #1e1e1e;
  }
  .w-footer .w-copy a {
    color: #fff;
  }
  footer .footer-help .span3 {
    display: inline-block;
    width: 29%;
    vertical-align: top;
    float: none;
    margin: 0 5px 10px;
    text-align: center;
  }
  footer .footer-help .span3 .item img {
    margin-bottom: 5px;
  }
  footer .footer-help .span3 .item figcaption {
    display: block;
    padding: 0;
  }
  footer .footer-help .span3:nth-child(4) {
    width: 90%;
  }
  footer .footer-help .span3:nth-child(4) .item img {
    margin: 0 20px;
  }
  .header-btn .fa {
    font-size: 16px;
    margin: -6px 5px 0 0;
  }
  .divider-gray {
    height: 6px;
    background: #dbdbdb;
    margin: 15px 0;
  }
  .bold-grey {
    color: #000;
    font-family: 'titillium_webbold', Arial;
  }
  .section-head {
    padding: 19px 15px 17px;
    margin-bottom: 15px;
  }
  .section-head h1,
  .section-head h2 {
    font-size: 15px;
  }
  .section-head p {
    font-size: 13px;
  }
  .b-supercar {
    height: auto;
  }
  .b-supercar form {
    margin-bottom: 0;
  }
  .b-supercar .b-supercar__item {
    padding: 24px 24px 5px;
  }
  .b-supercar .b-supercar__item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .b-supercar .b-supercar__item figure {
    background: transparent;
    padding-bottom: 0;
  }
  .b-supercar .b-supercar__item figure .caption {
    font-size: 16px;
    line-height: 1.2;
  }
  .b-supercar .b-supercar__item figure .caption .price {
    font-family: 'titillium_webregular', Arial;
    font-size: 14px;
  }
  .b-supercar .b-supercar__item .controls {
    display: none !important;
  }
  .s-unf-moments-wide .story-text .swiper-box {
    padding: 0 20px;
  }
  .w-steps-swiper .section-head + p {
    font-family: 'titillium_webbold', Arial;
    font-size: 15px;
    text-align: center;
  }
  .w-steps-swiper .swiper-box .swiper-button-prev,
  .w-steps-swiper .swiper-box .swiper-button-next {
    top: 0;
    margin: 0;
  }
  .w-steps-swiper .swiper-box .swiper-button-prev {
    left: 12px;
  }
  .w-steps-swiper .swiper-box .swiper-button-next {
    right: 12px;
  }
  .w-steps-swiper .swiper-slide {
    display: block;
  }
  .w-steps-swiper .swiper-slide .num {
    display: inline-block;
    font-size: 50px;
    color: #e2e2e2;
    line-height: 1;
    margin: 0 5px 0 0;
    vertical-align: top;
    font-family: 'titillium_webbold', Arial;
    position: relative;
    top: -6px;
    height: 50px;
  }
  .w-steps-swiper .swiper-slide .num + span {
    display: inline-block;
    font-size: 15px;
    color: #09b0da;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: left;
  }
  .w-steps-swiper .swiper-slide figure {
    width: 100% !important;
    display: block;
  }
  .w-steps-swiper .swiper-slide figure figcaption {
    display: block;
  }
  .w-steps-swiper .swiper-slide figure figcaption .head {
    margin-bottom: 10px;
  }
  .w-steps-swiper .swiper-slide figure figcaption .head .icon {
    color: #4c4c4c;
    font-size: 13px;
  }
  .w-steps-swiper .swiper-slide figure figcaption .head .icon .icon-time {
    background: none !important;
    font-size: 16px;
  }
  .w-steps-swiper .swiper-slide figure figcaption .w-text {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 1.3;
    padding: 0 10px 20px;
    text-align: justify;
  }
  .w-steps-swiper .swiper-slide figure img {
    margin-bottom: 20px;
  }
  .w-steps-swiper .b-info ul.b-steps__list {
    text-align: left;
    padding: 0 10px;
  }
  .w-steps-swiper .b-info ul.b-steps__list li {
    display: block;
    color: #4c4c4c;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }
  .w-steps-swiper .b-info ul.b-steps__list li.head {
    font-size: 15px;
    border-bottom: 1px solid #4c4c4c;
    padding: 0 0 3px 0;
  }
  .w-steps-swiper .b-info ul.b-steps__list li img {
    display: block;
    width: 22px;
    position: absolute;
    top: -2px;
    left: 0;
  }
  .w-steps-swiper .b-info ul.b-steps__list li .step {
    font-family: 'titillium_webbold', Arial;
    font-size: 13px;
    color: #000;
    display: block;
    margin-bottom: 5px;
  }
  .w-steps-swiper .b-info ul.b-steps__list li .caption {
    line-height: 1.3;
  }
  .w-section.transportation .section-head,
  .w-section.virtual-tour .section-head {
    margin-bottom: 0;
  }
  .form-inline {
    margin: 0;
  }
  .form-inline .pull-right {
    float: none;
  }
  .form-inline .inverblue-button,
  .form-inline .blue-button {
    width: 100%;
  }
  .form-inline .inverblue-button + .blue-button,
  .form-inline .blue-button + .blue-button {
    margin-top: 20px;
  }
  .s-aboutus-swiper p {
    text-align: justify;
    padding: 0 40px;
  }
  .s-aboutus-swiper h3 {
    text-align: center;
  }
  .s-aboutus-swiper .swiper-container .swiper-slide .img {
    margin-bottom: 20px;
  }
  .s-aboutus-swiper .swiper-container .swiper-button-prev {
    left: 10px;
  }
  .s-aboutus-swiper .swiper-container .swiper-button-next {
    right: 10px;
  }
  .swiper-box {
    margin: 0;
  }
  .s-unf-moments-wide .story-text {
    padding: 0 10px !important;
  }
  .s-unf-moments-wide .story-text .swiper-box {
    padding: 0 30px;
    margin: 0 10px;
  }
  .s-unf-moments-wide .story-text .swiper-box p {
    text-align: justify;
  }
  .s-unf-moments p {
    text-align: justify;
  }
  .supercars-swiper .swiper-box {
    margin: 0 20px;
  }
  .driving-experience-swiper .swiper-button-prev {
    left: 10px;
  }
  .driving-experience-swiper .swiper-button-next {
    right: 10px;
  }
}
li.b-dropdown .models-list .bonuses-container {
  display: inline-block;
}
li.b-dropdown .models-list .bonuses-container {
  float: right;
  text-align: right;
}
li.b-dropdown .models-list .bonuses-container span.car-of-the-week-icon-price {
  position: absolute;
  font-size: 30% !important;
  top: 0;
  left: 10%;
  color: #fff !important;
  transform: rotate(-18deg);
  font-style: normal;
  font-family: 'titillium_webbold', Arial !important;
}
li.b-dropdown .models-list .bonuses-container i {
  width: 20px;
  height: 20px;
  top: 32%;
  background-size: contain !important;
  display: inline-block;
}
.product-item .car-of-the-week {
  position: absolute;
  top: 7%;
  right: 15%;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.time-attack-car {
  position: relative;
}
.time-attack-car .car-of-the-week {
  position: absolute;
  top: 2%;
  right: 20%;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .top-section-head h1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .top-section-head p {
    font-size: 16px;
  }
  .top-section-head .button {
    margin: 0 0 15px !important;
    width: 100%;
  }
  .top-section-head .inverblue-button,
  .top-section-head .blue-button {
    width: 100%;
  }
  .top-section-head .inverblue-button + .inverblue-button,
  .top-section-head .blue-button + .inverblue-button {
    margin-top: 20px;
  }
}
.model-image-container {
  position: relative;
}
.model-image-container .car-of-the-week {
  position: absolute;
  top: 2%;
  right: 24%;
  width: 70px;
  height: 70px;
}
.model-image-container .car-of-the-week span.car-of-the-week-icon-price {
  top: 37%;
}
.car-of-the-week {
  position: relative;
  background: url(/images/icon-caroftheweek-mod.png) no-repeat center / contain !important;
}
.car-of-the-week span.car-of-the-week-icon-price {
  position: absolute;
  font-size: 62% !important;
  top: 33%;
  left: 20%;
  color: #fff !important;
  transform: rotate(-18deg);
  font-style: normal;
  font-family: 'titillium_webbold', Arial !important;
}
.bestseller {
  background: url(/images/best-seller-icon.png) no-repeat center / contain !important;
}
.discount-price {
  color: #09b0da !important;
}
.select-laps-prices-container span {
  display: inline-block !important;
  margin-right: 5px;
}
.select-laps-prices-container .crossed-out {
  text-decoration: line-through;
  color: #aaa;
}
@media only screen and (max-width: 640px) {
  #experiences-packages-index .grid-m-12 {
    padding: 0;
    height: calc(155px + 12vw);
  }
  #experiences-packages-index .grid-m-12:nth-child(2n) {
    background: #f3f3f3;
  }
  .w-promo {
    margin-bottom: 20px;
  }
  .w-promo:after {
    display: none;
  }
  .w-promo .item {
    border: 5px solid #fff;
  }
  .w-promo .item img {
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
  }
  .w-promo .item .overlay .b-promo-content {
    padding: 10px;
    position: static !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .w-promo .item .overlay .b-promo-content .title {
    font-size: 10px;
    display: block !important;
  }
  .w-promo .item .overlay .b-promo-content p,
  .w-promo .item .overlay .b-promo-content .btn {
    display: none !important;
  }
  .w-promo .item:nth-child(1),
  .w-promo .item:nth-child(2),
  .w-promo .item:nth-child(4),
  .w-promo .item:nth-child(5) {
    width: 50%;
    height: 150px;
  }
  .w-promo .item:nth-child(1) img,
  .w-promo .item:nth-child(2) img,
  .w-promo .item:nth-child(4) img,
  .w-promo .item:nth-child(5) img {
    width: auto !important;
    height: 100%;
    max-width: 1000px;
  }
  .w-promo .item:nth-child(3) {
    width: 100%;
    height: 95px;
  }
  .w-promo .item:nth-child(5) img {
    width: 100% !important;
    height: auto;
    position: relative;
    top: -50%;
  }
  .driving-experience-swiper .swiper-button-prev,
  .driving-experience-swiper .swiper-button-next {
    top: 13px;
    margin: 0;
    height: 27px;
    background-size: contain;
  }
  .w-trackmap .track-content .trackmap-slider .item .track-options {
    display: block !important;
    width: 100% !important;
  }
  .w-trackmap .track-content .trackmap-slider .item .track-options + .track-options li:first-child:before {
    display: none !important;
  }
}
.w-promo-offroad {
  overflow: hidden;
  font-size: 0;
  color: #fff;
}
.w-promo-offroad > .title {
  background: #e20612;
  padding: 3px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .w-promo-offroad > .title {
    margin-bottom: 20px;
  }
}
.w-promo-offroad > .title div {
  width: 100%;
  border-color: #fff;
}
.w-promo-offroad > .title div span {
  color: #fff;
}
.w-promo-offroad > .sub-title {
  color: #333333;
}
.w-promo-offroad .item {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 ;
  cursor: pointer;
  border: 10px solid #fff;
}
.w-promo-offroad .item:nth-child(3) .img-responsive {
  height: 41vw;
}
.w-promo-offroad .item:hover .img-responsive {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.4;
}
.w-promo-offroad .item:hover .overlay .b-icon {
  display: none;
}
.w-promo-offroad .item:hover .overlay .b-promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
  left: 0;
  right: 0;
}
@media (max-width: 1025px) {
  .w-promo-offroad .item:hover .overlay .b-promo-content {
    padding: 20px;
  }
}
.w-promo-offroad .item:hover .overlay .btn,
.w-promo-offroad .item:hover .overlay .btn-invert {
  display: inline-block;
}
.w-promo-offroad .item:hover .overlay .title {
  display: none;
}
.w-promo-offroad .item:hover .overlay .overlay {
  top: 55%;
}
.w-promo-offroad .item:hover .overlay p {
  display: block;
}
.w-promo-offroad .item .img-responsive {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.w-promo-offroad .item .overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.w-promo-offroad .item .overlay .btn {
  display: none;
}
.w-promo-offroad .item .overlay p {
  display: none;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.w-promo-offroad .item .overlay .b-promo-content {
  padding: 20px 50px;
  position: relative;
  margin-bottom: 0;
}
.w-promo-offroad .item .overlay .b-promo-content p {
  font-family: 'titillium_webregular', Arial;
}
.w-promo-offroad .item .overlay .title {
  text-align: left;
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'titillium_webregular', Arial;
  text-shadow: 1px 1px 1px black;
}
.w-promo-offroad .item:nth-child(1),
.w-promo-offroad .item:nth-child(2) {
  width: 37.6%;
}
.w-promo-offroad .item:nth-child(3) {
  width: 23.9%;
  float: right;
}
.w-promo-offroad .item:nth-child(4) {
  width: 25.2%;
}
.w-promo-offroad .item:nth-child(5) {
  width: 50%;
}
@media only screen and (max-width: 1500px) {
  .w-promo-offroad .item .overlay .title {
    font-size: 25px;
  }
  .w-promo-offroad .item .overlay p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .w-promo-offroad .item .overlay p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .w-promo-offroad .item .overlay {
    max-width: 1000px;
  }
  .w-promo-offroad .item .overlay p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .w-promo-offroad {
    margin-bottom: 20px;
  }
  .w-promo-offroad:after {
    display: none;
  }
  .w-promo-offroad .item {
    border: 5px solid #fff;
  }
  .w-promo-offroad .item .img-responsive {
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
  }
  .w-promo-offroad .item .overlay .b-promo-content {
    padding: 10px;
    position: static !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .w-promo-offroad .item .overlay .b-promo-content .title {
    font-size: 10px;
    display: block !important;
  }
  .w-promo-offroad .item .overlay .b-promo-content p,
  .w-promo-offroad .item .overlay .b-promo-content .btn {
    display: none !important;
  }
  .w-promo-offroad .item:nth-child(1),
  .w-promo-offroad .item:nth-child(2),
  .w-promo-offroad .item:nth-child(4),
  .w-promo-offroad .item:nth-child(5),
  .w-promo-offroad .item:nth-child(3) {
    width: 50%;
    height: 150px;
  }
  .w-promo-offroad .item:nth-child(1) .img-responsive,
  .w-promo-offroad .item:nth-child(2) .img-responsive,
  .w-promo-offroad .item:nth-child(4) .img-responsive,
  .w-promo-offroad .item:nth-child(5) .img-responsive,
  .w-promo-offroad .item:nth-child(3) .img-responsive {
    width: auto !important;
    height: 100%;
    max-width: 1000px;
  }
  .w-promo-offroad .item:nth-child(1) .img-responsive.img-fit,
  .w-promo-offroad .item:nth-child(2) .img-responsive.img-fit,
  .w-promo-offroad .item:nth-child(4) .img-responsive.img-fit,
  .w-promo-offroad .item:nth-child(5) .img-responsive.img-fit,
  .w-promo-offroad .item:nth-child(3) .img-responsive.img-fit {
    width: 100% !important;
    object-fit: cover;
  }
  .w-promo-offroad .item:nth-child(3) {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  #m-content .select-count-lap label {
    width: 24%;
    margin-top: 15px;
  }
}
#m-content .step-1 .modal .choose-booking-type:not(.old) {
  grid-template-columns: 1fr;
}
#m-content #experiences-packages-index > .container {
  max-width: none;
}
#m-content .w-trackmap .track-content {
  padding: 20px 0 30px;
  margin: 0 auto;
}
#m-content .w-reviews {
  text-align: center;
  margin-bottom: 20px;
}
#m-content .w-reviews .b-video {
  display: none;
}
#m-content .w-reviews .item .ava {
  margin: 0 auto 15px;
}
#m-content .w-reviews .item figcaption {
  padding: 0 45px;
}
#m-content .w-reviews .item figcaption .name {
  text-align: center;
  margin-bottom: 10px;
}
#m-content .w-reviews .item figcaption .review {
  text-align: justify;
  margin-bottom: 5px;
}
#m-content .w-reviews .item .b-rate.rating4 {
  background: url('/images/ratings/icon-5-stars.png') no-repeat center;
  display: block;
  vertical-align: middle;
  width: 140px;
  height: 21px;
  margin: 0 auto;
}
#m-content .w-reviews + iframe {
  height: auto !important;
}
#m-content .driving-experience-swiper {
  margin-top: 40px;
  margin-bottom: 40px;
}
#m-content .w-trackmap .track-content .trackmap-slider .item .track-img {
  margin-bottom: 40px;
}
#m-content .w-trackmap .track-content .trackmap-slider .item .head img {
  width: auto;
  margin: 0 auto 40px;
}
#m-content .w-trackmap .track-content .trackmap-slider .item .track-options {
  display: inline;
  position: relative;
  width: 50%;
}
#m-content .w-trackmap .track-content .trackmap-slider .item .track-options + .track-options li:first-child:before {
  content: "";
  position: absolute;
  bottom: 5px;
  top: 0;
  left: 0px;
  width: 1px;
  background-color: #a9a9a9;
}
#m-content .b-product .stats > li {
  font-size: 16px;
  margin: 0 6px;
  text-align: center;
}
#m-content .b-product .stats > li .icon {
  background: transparent;
  font-size: 23px;
  width: auto;
  margin-bottom: 10px;
}
#m-content .w-product .b-product {
  padding-bottom: 10px;
}
#m-content .w-product .b-product .body {
  padding: 0 10px;
}
#m-content .w-product .b-product .body .product-image {
  padding: 30px 0 15px;
  max-width: 720px;
  width: 100%;
}
#m-content .w-product .b-product .body .description {
  margin: 10px -10px 5px;
  padding: 10px;
  text-align: center;
}
#m-content .w-product .select-count-lap {
  font-size: 0;
  padding-bottom: 10px;
}
#m-content .w-product .select-count-lap .row-fluid {
  text-align: center;
}
#m-content .w-product .select-count-lap .row-fluid .span3 {
  float: none;
  width: 47% !important;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
}
#m-content .w-product .btn-block {
  text-align: center;
  margin-bottom: 15px;
}
#m-content .w-product .driver-quote {
  padding: 0 10px;
  margin-bottom: 10px;
}
#m-content .w-product .driver-quote .container {
  border-bottom: 1px solid #c6c6c6;
}
#m-content .w-product .driver-quote .header {
  font-size: 15px;
  color: #454545;
  border-bottom: 1px solid #c6c6c6;
  text-transform: uppercase;
}
#m-content .w-product .driver-quote .text {
  font-size: 12px;
  color: #454545;
  line-height: 1.2;
}
#m-content .w-product .reviews {
  margin: 0 0 10px;
  padding: 0 10px;
}
#m-content .w-product .reviews a {
  font-size: 12px;
  color: #454545;
  font-style: italic;
  margin-top: 4px;
  vertical-align: middle;
  margin-left: 10px;
}
#m-content .w-product .b-product__stat {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #m-content .w-product .widget-select-laps .widget-select-laps-inner {
    width: 25%;
  }
}
#m-content .cart .driving-experience-item {
  display: none;
}
#m-content .choose-booking-type {
  margin-bottom: 0 !important;
}
#m-content .choose-booking-type .choose-type-item {
  padding-bottom: 0;
  margin-bottom: 5px;
}
#m-content .choose-booking-type .choose-type-item .img + div > .title {
  display: none;
}
#m-content .choose-booking-type .choose-type-item .img + div > .price-info {
  display: none;
}
#m-content .choose-booking-type .choose-type-item .img + div p {
  font-size: 16px;
}
#m-content .choose-booking-type .choose-type-item .img + div .more-type-item {
  display: block;
  position: relative;
}
#m-content .choose-booking-type .choose-type-item .img + div .more-type-box .learn-more {
  font-size: 16px;
}
#m-content .choose-booking-type .choose-type-item .img + div .more-type-box > br {
  display: none;
}
#m-content .w-promo .item:hover img {
  -webkit-filter: none  !important;
  filter: none  !important;
  opacity: none !important;
}
#m-content .w-promo .item:hover .overlay {
  display: none;
}
#m-content .supercars-swiper .swiper-box {
  margin: 0 20px;
}
#newslistview .pager {
  display: none;
}
#blog-entry h1,
#gallery .wide-item h1,
#blog-entry p.pull-right,
#gallery .wide-item p.pull-right {
  display: none;
}
#blog-entry img,
#gallery .wide-item img {
  display: block;
  margin: 0 auto;
}
#blog-entry .blog-brief-content.span8,
#gallery .wide-item .blog-brief-content.span8 {
  padding: 0;
  width: 100%;
}
select#promoCode {
  width: 80%;
  padding: 4px 10px;
}
.cart-promo-banner img {
  width: 100%;
  margin-top: 15px;
}
#yw1 > .container {
  padding: 0 58px;
}
.owl-stage .item .w-caption table {
  position: relative;
  top: -20px;
  left: -105px;
}
.owl-stage .item .w-caption table td img {
  width: 87%;
  display: inline-block;
  margin-bottom: 10px;
}
.owl-stage .item .w-caption table td div {
  margin-bottom: 14px;
}
.float-cart-btn {
  min-width: 70px;
  min-height: 70px;
}
@media only screen and (max-width: 1024px) {
  .float-cart-btn {
    display: none;
  }
}
.w-news .tab-aggregator .item-list {
  text-align: left;
}
.dots {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.track-options {
  display: block;
  padding: 30px 0 0 0;
  list-style: none;
  margin: 40px 0;
  text-align: center;
}
.track-options li {
  width: 16%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .track-options li {
    width: 45%;
    padding: 0;
    margin: 5px;
  }
}
.track-options li:after {
  content: "";
  position: absolute;
  bottom: 5px;
  top: 0;
  right: 0px;
  width: 1px;
  background-color: #a9a9a9;
}
@media only screen and (max-width: 768px) {
  .track-options li:after {
    display: none;
  }
}
.track-options li:last-child:after {
  display: none;
}
.track-options li .option {
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .track-options li .option {
    font-size: 18px;
  }
}
.track-options li .description {
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .track-options li .description {
    font-size: 10px;
  }
}
.dvdr {
  width: 100%;
  height: 4px;
  background: #dfdfdf;
  margin: 40px 0 60px;
}
.steps-list {
  position: relative;
  z-index: 1;
  list-style: none;
}
.steps-list img {
  position: absolute;
  top: -5px;
  left: -60px;
}
.steps-list .num {
  display: inline-block;
  float: left;
  font-size: 50px;
  color: #09b0da;
  font-family: 'titillium_webregular', Arial;
  margin-right: 10px;
  height: 50px;
  line-height: 32px;
}
.steps-list.text-right .num {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.steps-list > .active > a {
  color: #09b0da;
}
.steps-list > .active .num {
  color: #09b0da;
}
.steps-list > div > a {
  color: #000;
  text-decoration: none;
}
.steps-list > div + div {
  margin-top: 17px;
  position: relative;
  z-index: 1;
}
.steps-list.padding-r {
  padding-right: 30px;
}
.steps-list.padding-l {
  padding-left: 90px;
}
.steps-list .caption {
  font-family: 'titillium_webregular', Arial;
  color: #898989;
  display: block;
  font-size: 14px;
  text-transform: none;
  text-align: left;
}
.steps-list .caption .icon {
  font-size: 18px;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: none;
}
.steps-list .head {
  text-transform: uppercase;
  font-family: 'titillium_webregular', Arial;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 10px 5px 10px;
}
@media only screen and (max-width: 460px) {
  .steps-list .head {
    text-align: left !important;
  }
}
.steps-list .step {
  color: #545454;
  text-transform: capitalize;
  font-family: 'titillium_webregular', Arial;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  display: inline-block;
}
.steps-list .item-col {
  padding-bottom: 15px;
  margin: 0 auto;
  padding: 0 10px 15px 10px;
}
.steps-list .item-col:first-child {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1201px) {
  .steps-list .item-col {
    margin: 0;
    display: block;
    width: 100%;
  }
}
.steps-list .item {
  padding: 0 10px 15px 70px;
}
.steps-list .item > i {
  display: inline-block;
  width: 57px;
  height: 57px;
  position: absolute;
  left: 10px;
  background: url(../img/home_sprite.png) no-repeat 0 0;
}
.steps-list .item > i.dress {
  background-position: -114px 0px;
}
.steps-list .item > i.license {
  background-position: -341px 0px;
}
.steps-list .item > i.helmet {
  background-position: -284px 0px;
}
.steps-list .item > i.driving-center {
  background-position: -171px 0px;
}
.steps-list .item > i.accessibility {
  background-position: -227px 0px;
}
.steps-list .item > i.coaching {
  background-position: -57px 0px;
}
.circle-wraper {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 480px;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .circle-wraper {
    display: none;
  }
}
.circle-wraper .circle-container {
  border: 5px solid #f2f2f2;
  background-color: #fff;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: 0.5em;
  position: relative;
}
.circle-wraper .circle-container .circle-list {
  position: absolute;
  top: 50%;
  left: 50%;
}
.circle-wraper .circle-container .circle-list .circle-item {
  font-family: 'titillium_webbold', Arial;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #09b0da;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px;
}
.circle-wraper .circle-container .circle-list .circle-item:nth-child(1) {
  top: -200px;
}
.circle-wraper .circle-container .circle-list .circle-item:nth-child(2) {
  top: 0;
  right: -200px;
}
.circle-wraper .circle-container .circle-list .circle-item:nth-child(3) {
  bottom: -200px;
}
.circle-wraper .circle-container .circle-list .circle-item:nth-child(4) {
  top: 0;
  left: -200px;
}
.circle-wraper .circle-container .circle-list .circle-item.active {
  animation: crescendo 1s alternate infinite ease-in;
}
.circle-wraper .circle-container .circle-list .circle-item-6:nth-child(1) {
  top: -200px;
}
.circle-wraper .circle-container .circle-list .circle-item-6:nth-child(2) {
  top: -93.8px;
  right: -170.2px;
}
.circle-wraper .circle-container .circle-list .circle-item-6:nth-child(3) {
  bottom: -107.8px;
  right: -166.5px;
}
.circle-wraper .circle-container .circle-list .circle-item-6:nth-child(4) {
  bottom: -197.8px;
  left: 0;
  top: unset;
}
.circle-wraper .circle-container .circle-list .circle-item-6:nth-child(5) {
  top: 109.2px;
  left: -166.5px;
}
.circle-wraper .circle-container .circle-list .circle-item-6:nth-child(6) {
  top: -93.8px;
  left: -170.5px;
}
.circle-wraper .circle-container .circle-list.five .circle-item:nth-child(1) {
  top: -200px;
}
.circle-wraper .circle-container .circle-list.five .circle-item:nth-child(2) {
  top: -61.8px;
  right: -190.2px;
}
.circle-wraper .circle-container .circle-list.five .circle-item:nth-child(3) {
  bottom: -161.8px;
  right: -117.5px;
}
.circle-wraper .circle-container .circle-list.five .circle-item:nth-child(4) {
  bottom: -161.8px;
  left: -117.5px;
  top: auto;
}
.circle-wraper .circle-container .circle-list.five .circle-item:nth-child(5) {
  top: -61.8px;
  left: -190.2px;
}
.circle-wraper .circle-container .circle-content {
  background-color: #f2f2f2;
  color: #333;
  margin: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
  text-align: center;
  width: 80%;
  margin: 40px auto;
}
.circle-wraper .circle-container .circle-content > div {
  display: none;
  font-family: 'titillium_webregular', Arial;
  padding: 20px;
}
.circle-wraper .circle-container .circle-content > div h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'titillium_webregular', Arial;
  line-height: 1.2;
  text-transform: none;
}
.circle-wraper .circle-container .circle-content > div.active {
  display: block;
}
.circle-wraper .circle-container .circle-content > div p {
  font-size: 14px;
  color: #898989;
  font-family: 'titillium_webregular', Arial;
}
.circle-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .circle-mobile {
    display: block;
  }
}
.modern section {
  padding: 50px 0;
}
.modern section:nth-child(2n) {
  background: #f2f2f2;
}
.modern section.no-background {
  background: none;
}
.modern section .title {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.modern section .title div {
  padding: 0 15px;
  display: inline-block;
  font-size: 32px;
  color: #333333;
  font-family: 'Montserrat', Arial;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.modern section .title div .green {
  color: #09b0da;
}
.modern section .sub-title {
  font-size: 18px;
  text-align: center;
  margin: -35px 0 35px;
}
@media only screen and (max-width: 1024px) {
  .modern section > .container,
  .modern section > .wrap {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 600px) {
  .modern section {
    padding: 0;
  }
  .modern section .title {
    margin-bottom: 15px;
  }
  .modern section .title div {
    font-size: 24px;
  }
  .modern section .sub-title {
    font-size: 14px;
    margin: -15px 0 15px;
    padding: 0 15px;
  }
}
.modern section p {
  line-height: 1.4;
  font-family: 'titillium_webregular', Arial;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .modern section p {
    font-size: 14px;
  }
}
.modern .s-unf-moments-wide {
  padding-bottom: 20px;
}
.modern .s-unf-moments-wide .story-text .title div {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.modern .story-img-offroad-hpde {
  width: 50%;
  top: 0;
  left: 0;
}
.modern .btn.decorate.btn-green {
  color: #fff;
  background: #00d052;
  border-color: #00d052;
}
.modern .wrap {
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
.modern .choose-booking-type:not(.old) {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 38px;
}
@media only screen and (max-width: 1024px) {
  .modern .choose-booking-type:not(.old) {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 812px) {
  .modern .choose-booking-type:not(.old) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .modern .choose-booking-type:not(.old) {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .modern .choose-booking-type:not(.old) {
    display: block;
    margin-bottom: 38px;
  }
}
.modern .choose-booking-type:not(.old).items-6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1665px) {
  .modern .choose-booking-type:not(.old).items-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1280px) {
  .modern .choose-booking-type:not(.old).items-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 875px) {
  .modern .choose-booking-type:not(.old).items-6 {
    grid-template-columns: 1fr;
  }
}
.modern .choose-booking-type:not(.old).items-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1665px) {
  .modern .choose-booking-type:not(.old).items-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1280px) {
  .modern .choose-booking-type:not(.old).items-5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 875px) {
  .modern .choose-booking-type:not(.old).items-5 {
    grid-template-columns: 1fr;
  }
}
.modern .choose-booking-type:not(.old).items-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 1665px) {
  .modern .choose-booking-type:not(.old).items-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1280px) {
  .modern .choose-booking-type:not(.old).items-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 875px) {
  .modern .choose-booking-type:not(.old).items-4 {
    grid-template-columns: 1fr;
  }
}
.modern .choose-booking-type:not(.old).items-3 {
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 12.5%;
}
@media only screen and (max-width: 1665px) {
  .modern .choose-booking-type:not(.old).items-3 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .modern .choose-booking-type:not(.old).items-3 {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
@media only screen and (max-width: 875px) {
  .modern .choose-booking-type:not(.old).items-3 {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.modern .choose-booking-type:not(.old).items-2 {
  grid-template-columns: 1fr 1fr;
  padding: 0 25%;
}
@media only screen and (max-width: 1665px) {
  .modern .choose-booking-type:not(.old).items-2 {
    padding: 0;
  }
}
@media only screen and (max-width: 875px) {
  .modern .choose-booking-type:not(.old).items-2 {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.modern .choose-booking-type:not(.old).items-1 {
  grid-template-columns: 1fr;
  justify-items: center;
}
.modern .choose-booking-type:not(.old).items-1 .choose-type-item {
  max-width: 400px;
}
.modern .choose-booking-type:not(.old) .choose-type-item {
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 0;
  background: none;
}
.modern .choose-booking-type:not(.old) .choose-type-item.item-d {
  display: flex;
  flex-direction: column;
}
.modern .choose-booking-type:not(.old) .choose-type-item.item-d .img + div {
  border-bottom: 1px #dfdfdf solid;
  padding: 0px;
}
.modern .choose-booking-type:not(.old) .choose-type-item.item-d .img + div .pad {
  padding: 19px 20px 0;
}
.modern .choose-booking-type:not(.old) .choose-type-item.border-bottom-red {
  border-bottom: 6px solid #09b0da;
}
.modern .choose-booking-type:not(.old) .choose-type-item .price-block .price-title {
  margin: 0 10px;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: 'titillium_webbold', Arial;
  text-transform: uppercase;
}
.modern .choose-booking-type:not(.old) .choose-type-item .price-block .full-price {
  font-size: 18px;
  text-align: center;
}
.modern .choose-booking-type:not(.old) .choose-type-item .price-block .price-value {
  color: #078eb0;
  font-size: 18px;
  text-align: center;
  font-family: 'titillium_webbold', Arial;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .modern .choose-booking-type:not(.old) .choose-type-item {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.modern .choose-booking-type:not(.old) .choose-type-item .img {
  border: 0;
  position: relative;
  height: auto;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img.border {
  border-left: 1px #dfdfdf solid;
  border-right: 1px #dfdfdf solid;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img img {
  width: 100%;
}
.modern .choose-booking-type:not(.old) .choose-type-item > .title,
.modern .choose-booking-type:not(.old) .choose-type-item form > .title {
  border: 1px #09b0da solid;
  border-bottom: 0;
  background: #09b0da;
  font-size: 22px;
  text-align: center;
  font-family: 'titillium_webbold', Arial;
  margin: 0;
  text-transform: uppercase;
  display: block;
  color: #fff;
  padding: 10px 0;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div {
  border-left: 1px #dfdfdf solid;
  border-right: 1px #dfdfdf solid;
  background: #f2f2f2;
  min-height: 160px;
  padding: 19px 20px 0;
}
@media only screen and (max-width: 767px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .img + div {
    min-height: auto;
    padding: 20px;
  }
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div.group-description {
  background: #fff;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div.group-description.item-f {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .pad {
  padding: 19px 20px 0;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div.brd-bottom {
  border-bottom: 1px #dfdfdf solid;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .divider {
  background: #333333;
  width: 100px;
  height: 1px;
  margin: 10px auto 20px;
}
@media only screen and (max-width: 1024px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .img + div {
    display: block;
    position: relative;
  }
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .title,
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .subtitle {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: 'titillium_webbold', Arial;
  margin: 0;
  text-transform: uppercase;
  display: block;
  padding: 0 0 10px 0;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .title span,
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .subtitle span {
  text-transform: none;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div .subtitle {
  font-size: 14px;
  color: #09b0da;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div ul,
.modern .choose-booking-type:not(.old) .choose-type-item .img + div p {
  padding: 0;
  list-style: none;
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  margin-bottom: 0;
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div ul.height-auto,
.modern .choose-booking-type:not(.old) .choose-type-item .img + div p.height-auto {
  min-height: inherit;
}
@media only screen and (max-width: 1024px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .img + div ul,
  .modern .choose-booking-type:not(.old) .choose-type-item .img + div p {
    font-size: 16px;
  }
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div ul {
  margin: 0;
  text-align: center;
  min-height: 120px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .img + div ul {
    min-height: auto;
  }
}
.modern .choose-booking-type:not(.old) .choose-type-item .img + div ul + i {
  display: block;
  font-size: 14px;
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description {
  padding: 0px;
  text-align: left;
  /*p {
                text-align: left;
              }*/
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description.addon-description {
  border-bottom: 1px #dfdfdf solid;
  min-height: 380px !important;
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description.addon-description p {
  max-height: 90px;
  overflow: hidden;
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
  min-height: 580px !important;
  border-bottom: 1px #dfdfdf solid;
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description p {
  min-height: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 2800px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
    min-height: 600px !important;
  }
}
@media only screen and (max-width: 2400px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
    min-height: 620px !important;
  }
}
@media only screen and (max-width: 2100px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
    min-height: 670px !important;
  }
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description p {
    min-height: 170px;
  }
}
@media only screen and (max-width: 1868px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
    min-height: 700px !important;
  }
}
@media only screen and (max-width: 875px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
    min-height: 650px !important;
  }
}
@media only screen and (max-width: 769px) {
  .modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description {
    min-height: inherit !important;
  }
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description.addon-description .select,
.modern .choose-booking-type:not(.old) .choose-type-item .group-description.experience-description .select {
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  margin-bottom: 0px;
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description h4 {
  font-family: 'titillium_webbold', Arial;
  font-size: 25px;
  margin: 0 0 20px;
  text-align: center;
}
.modern .choose-booking-type:not(.old) .choose-type-item .group-description .help-block.error {
  text-align: center;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item {
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  border: 1px #dfdfdf solid;
  border-bottom: 0;
  font-family: 'titillium_webbold', Arial;
  text-transform: uppercase;
  font-size: 16px;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item:last-child {
  border-bottom: 1px #dfdfdf solid;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item:hover {
  background-color: #f2f2f2;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item.active {
  background-color: #09b0da;
  color: #fff;
  border-color: #09b0da;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item.active .price {
  color: #fff;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item .price {
  font-size: 16px;
  padding: 0;
  font-family: 'titillium_webregular', Arial;
  text-transform: none;
  position: relative;
  color: #09b0da;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item .price .crossed {
  position: relative;
  color: #333;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item .price .crossed:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector > div .item .price .savings {
  color: #00d052;
}
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector .blue-button,
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector .inverblue-button,
.modern .choose-booking-type:not(.old) .choose-type-item .laps-selector .green-button {
  margin: 20px 0 -10px 0;
  width: 100%;
}
.modern .choose-booking-type:not(.old).owl-carousel .group-description.addon-description {
  min-height: auto !important;
}
.modern .choose-booking-type:not(.old).owl-carousel .group-description.addon-description p {
  max-height: inherit;
}
.modern .choose-booking-type:not(.old).owl-carousel .group-description .select {
  position: inherit !important;
}
.modern .best {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #333333 !important;
}
.modern .best .title {
  margin-bottom: 40px;
}
.modern .best .title div {
  color: #fff;
}
.modern .best .title div span {
  color: #09b0da;
}
.modern .best .wrap {
  max-width: 1300px;
}
.modern .best .swiper-box .swiper-slide {
  background: none;
}
.modern .best .swiper-box .swiper-slide > div {
  font-family: 'titillium_webregular', Arial;
  text-align: center;
  height: 100%;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image) {
  height: 63px;
  width: 80px;
  background: url(/img/best.png) no-repeat 0 0;
  margin: 0 auto 5px;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico1 {
  background-position: 0px 0;
  width: 149px;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico2 {
  background-position: -156px 0px;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico3 {
  background-position: -236px 0;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico4 {
  background-position: -316px 0;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico5 {
  background-position: -397px 0;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico6 {
  background-position: -476px 0;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico7 {
  background-position: -554px 0;
}
.modern .best .swiper-box .swiper-slide > div .img:not(.image).ico8 {
  background-position: -646px 0;
}
.modern .best .swiper-box .swiper-slide > div b {
  font-family: 'titillium_webregular', Arial;
  text-transform: capitalize;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.modern .best .swiper-box .swiper-slide > div p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  padding: 0 8%;
  position: relative;
  height: 100%;
  text-align: left;
}
.modern .best .swiper-box .swiper-slide > div p:before {
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #09b0da;
  position: absolute;
  left: 0;
}
.modern .best .swiper-box .swiper-slide:first-child > div p:before {
  display: none !important;
}
@media only screen and (max-width: 700px) {
  .modern .best .swiper-box .swiper-slide > div p:before {
    display: none;
  }
  .modern .best .swiper-box .swiper-button-prev {
    left: 0;
  }
  .modern .best .swiper-box .swiper-button-next {
    right: 0;
  }
}
.modern .happy-customers {
  background: #f2f2f2;
}
.modern .happy-customers .title {
  margin-bottom: 40px;
}
.modern .happy-customers .title div span {
  color: #09b0da;
}
.modern .happy-customers .happy-customers-list {
  font-size: 0;
  margin: 0;
}
.modern .happy-customers .happy-customers-list .swiper-box .swiper-button-next i,
.modern .happy-customers .happy-customers-list .swiper-box .swiper-button-prev i {
  color: #09b0da;
}
.modern .happy-customers .happy-customers-list .swiper-box .swiper-button-next {
  right: 0;
}
.modern .happy-customers .happy-customers-list .swiper-box .swiper-button-prev {
  left: 0;
}
.modern .happy-customers .happy-customers-list .item {
  padding: 0 15px;
  vertical-align: top;
  margin: 0;
  background: none;
}
.modern .happy-customers .happy-customers-list .item .img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0) ;
  -webkit-transform: translate(-50%, 0) ;
  -ms-transform: translate(-50%, 0) ;
  transform: translate(-50%, 0) ;
  overflow: hidden;
  z-index: 2;
}
.modern .happy-customers .happy-customers-list .item .img img {
  display: block;
}
.modern .happy-customers .happy-customers-list .item .img + div {
  font-size: 16px;
  padding: 15px 35px;
  text-align: center;
  position: relative;
  height: 100%;
}
.modern .happy-customers .happy-customers-list .item .img + div .stars-5 {
  background: url(../img/5-starts.png) no-repeat;
  width: 116px;
  height: 19px;
  display: inline-block;
  margin-bottom: 18px;
}
.modern .happy-customers .happy-customers-list .item .img + div .name {
  font-family: 'titillium_webbold', Arial;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modern .happy-customers .happy-customers-list .item .img + div p {
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .modern .happy-customers .happy-customers-list {
    margin-bottom: 30px;
  }
}
.modern .happy-customers .action {
  text-align: center;
}
.modern .s-aboutus-swiper .swiper-container .swiper-button-next,
.modern .s-aboutus-swiper .swiper-container .swiper-button-prev {
  bottom: 5px;
}
.modern .swiper-container .swiper-slide {
  background: none;
}
.modern .shift-left {
  margin-left: 70px;
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .modern .shift-left {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.modern .checkout-page {
  border-top: 0;
}
.modern .checkout-page .help-block {
  position: relative;
  margin: 0;
  font-size: 14px;
}
.modern .checkout-page .form-group label {
  font-size: 18px;
}
.modern .checkout-page .form-group .form-control {
  width: 100%;
  border-radius: 5px !important;
  padding: 18px 10px;
}
.modern .checkout-page h5 {
  font-family: 'titillium_websemibold', Arial;
  font-weight: normal;
  color: #333333;
  margin: 0 0 15px;
}
.modern .checkout-page .checkout-step {
  position: relative;
  margin-bottom: 30px;
}
.modern .checkout-page .checkout-step:last-child {
  border-bottom: 0;
}
.modern .checkout-page .checkout-step .container {
  position: relative;
}
.modern .checkout-page .checkout-step.step-final {
  padding: 30px 0 40px;
}
.modern .checkout-page .checkout-step .step-title {
  background: #f5f5f5;
  text-align: left;
  font-size: 24px;
  font-family: 'titillium_websemibold', Arial;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding: 20px;
  color: #333333;
}
.modern .checkout-page .checkout-step .step-title .title {
  position: relative;
  margin-bottom: 15px;
  z-index: 2;
}
.modern .checkout-page .checkout-step .step-title .title:after {
  content: "";
  height: 6px;
  width: 210px;
  background: #ff3131;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -105px;
}
.modern .checkout-page .checkout-step .step-title .title-group {
  /*position: relative;*/
  text-align: center;
  margin-bottom: 15px;
}
.modern .checkout-page .checkout-step .step-title .title-group:after {
  content: "";
  height: 6px;
  width: 210px;
  background: #ff3131;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -105px;
}
.modern .checkout-page .checkout-step .step-title .sub-title {
  font-size: 14px;
  margin: 0;
  color: #9c9c9c;
  padding-top: 20px;
  z-index: 2;
  position: relative;
  text-transform: none;
}
.modern .checkout-page .checkout-step .step-title span {
  text-align: center;
  width: 150px;
  display: block;
  font-family: 'bitsumishiregular';
  font-size: 223px;
  color: #e4e4e4;
  font-style: normal;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .modern .checkout-page .checkout-step .step-title {
    font-size: 18px;
  }
}
.modern .checkout-page .checkout-step.disabled {
  display: none;
}
.modern .checkout-page .cars-swiper .swiper-slide {
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 5px;
  cursor: pointer;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.modern .checkout-page .cars-swiper .swiper-slide .img {
  margin-bottom: 15px;
}
.modern .checkout-page .cars-swiper .swiper-slide .img img {
  width: 95%;
  display: inline-block;
}
.modern .checkout-page .cars-swiper .swiper-slide div {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.modern .checkout-page .cars-swiper .swiper-slide div.red {
  color: #09b0da;
}
.modern .checkout-page .cars-swiper .swiper-slide div.red b {
  color: #333333;
}
.modern .checkout-page .cars-swiper .swiper-slide div p {
  font-size: 14px;
  text-transform: none;
  min-height: 38px;
  position: relative;
}
.modern .checkout-page .cars-swiper .swiper-slide div p span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modern .checkout-page .cars-swiper .swiper-slide div span {
  margin: 0 2px;
  position: relative;
  font-size: 14px;
}
.modern .checkout-page .cars-swiper .swiper-slide div span.price {
  display: none;
}
.modern .checkout-page .cars-swiper .swiper-slide div span.active {
  display: inline-block;
}
.modern .checkout-page .cars-swiper .swiper-slide div span.full-price:before {
  border-top: 1px solid #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .checkout-page .cars-swiper .swiper-slide div span.full-price.active + span,
.modern .checkout-page .cars-swiper .swiper-slide div span.full-price.active + span + span {
  color: #09b0da;
}
.modern .checkout-page .cars-swiper .swiper-slide .btn {
  font-size: 12px;
  margin-top: 10px;
}
.modern .checkout-page .cars-swiper .swiper-slide:hover {
  border-color: #c8c8c8;
  background: rgba(231, 231, 231, 0.57);
}
.modern .checkout-page .cars-swiper .disabled {
  display: none;
}
.modern .checkout-page .shuttle p {
  font-size: 14px;
}
.modern .checkout-page .shuttle .custom-checkbox {
  margin-bottom: 15px;
}
.modern .checkout-page .shuttle .img-thumbnail {
  margin-bottom: 20px;
  width: 100%;
}
.modern .choose-date-time,
.modern .choose-amount-container {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
}
.modern .choose-date-time .month,
.modern .choose-amount-container .month {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  position: relative;
}
.modern .choose-date-time .month:after,
.modern .choose-amount-container .month:after {
  display: initial !important;
}
.modern .choose-date-time .month .month,
.modern .choose-amount-container .month .month {
  display: inline-block;
  margin: 0;
  float: left;
}
.modern .choose-date-time .month .select-your-time,
.modern .choose-amount-container .month .select-your-time {
  display: inline-block;
  margin: 0;
  float: left;
}
.modern .choose-date-time .month:after,
.modern .choose-amount-container .month:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.modern .choose-date-time .month input,
.modern .choose-amount-container .month input {
  float: right;
  position: relative;
  width: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  height: 17px;
}
@media only screen and (max-width: 769px) {
  .modern .choose-date-time .month input,
  .modern .choose-amount-container .month input {
    position: absolute;
    right: 30px;
    top: 10px;
  }
}
.modern .choose-date-time .month a,
.modern .choose-amount-container .month a {
  font-size: 16px;
  font-family: 'titillium_websemibold', Arial;
  color: #09b0da;
  float: right;
  position: relative;
  margin-right: 6px;
  text-decoration: underline !important;
}
.modern .choose-date-time .choose-date,
.modern .choose-amount-container .choose-date,
.modern .choose-date-time .choose-time,
.modern .choose-amount-container .choose-time,
.modern .choose-date-time .choose-amount,
.modern .choose-amount-container .choose-amount {
  clear: both;
}
.modern .choose-date-time .choose-date > div,
.modern .choose-amount-container .choose-date > div,
.modern .choose-date-time .choose-time > div,
.modern .choose-amount-container .choose-time > div,
.modern .choose-date-time .choose-amount > div,
.modern .choose-amount-container .choose-amount > div {
  vertical-align: top;
}
.modern .choose-date-time .choose-date .price,
.modern .choose-amount-container .choose-date .price,
.modern .choose-date-time .choose-time .price,
.modern .choose-amount-container .choose-time .price,
.modern .choose-date-time .choose-amount .price,
.modern .choose-amount-container .choose-amount .price {
  text-align: center;
  margin-top: -10px;
  font-size: 16px;
  color: #09b0da;
  font-family: 'titillium_webbold', Arial;
}
.modern .choose-date-time .choose-date .price .crossed-out,
.modern .choose-amount-container .choose-date .price .crossed-out,
.modern .choose-date-time .choose-time .price .crossed-out,
.modern .choose-amount-container .choose-time .price .crossed-out,
.modern .choose-date-time .choose-amount .price .crossed-out,
.modern .choose-amount-container .choose-amount .price .crossed-out {
  position: relative;
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  color: #333;
}
.modern .choose-date-time .choose-date .price .crossed-out:before,
.modern .choose-amount-container .choose-date .price .crossed-out:before,
.modern .choose-date-time .choose-time .price .crossed-out:before,
.modern .choose-amount-container .choose-time .price .crossed-out:before,
.modern .choose-date-time .choose-amount .price .crossed-out:before,
.modern .choose-amount-container .choose-amount .price .crossed-out:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .choose-date-time .choose-date label,
.modern .choose-amount-container .choose-date label,
.modern .choose-date-time .choose-time label,
.modern .choose-amount-container .choose-time label,
.modern .choose-date-time .choose-amount label,
.modern .choose-amount-container .choose-amount label,
.modern .choose-date-time .choose-date .label,
.modern .choose-amount-container .choose-date .label,
.modern .choose-date-time .choose-time .label,
.modern .choose-amount-container .choose-time .label,
.modern .choose-date-time .choose-amount .label,
.modern .choose-amount-container .choose-amount .label {
  text-align: center;
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 15px 0;
  padding: 5px 7px;
  cursor: pointer;
  width: 75px;
  height: 60px;
}
.modern .choose-date-time .choose-date label *,
.modern .choose-amount-container .choose-date label *,
.modern .choose-date-time .choose-time label *,
.modern .choose-amount-container .choose-time label *,
.modern .choose-date-time .choose-amount label *,
.modern .choose-amount-container .choose-amount label *,
.modern .choose-date-time .choose-date .label *,
.modern .choose-amount-container .choose-date .label *,
.modern .choose-date-time .choose-time .label *,
.modern .choose-amount-container .choose-time .label *,
.modern .choose-date-time .choose-amount .label *,
.modern .choose-amount-container .choose-amount .label * {
  z-index: 2;
  position: relative;
}
.modern .choose-date-time .choose-date label span,
.modern .choose-amount-container .choose-date label span,
.modern .choose-date-time .choose-time label span,
.modern .choose-amount-container .choose-time label span,
.modern .choose-date-time .choose-amount label span,
.modern .choose-amount-container .choose-amount label span,
.modern .choose-date-time .choose-date .label span,
.modern .choose-amount-container .choose-date .label span,
.modern .choose-date-time .choose-time .label span,
.modern .choose-amount-container .choose-time .label span,
.modern .choose-date-time .choose-amount .label span,
.modern .choose-amount-container .choose-amount .label span {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.1;
}
.modern .choose-date-time .choose-date label span + span,
.modern .choose-amount-container .choose-date label span + span,
.modern .choose-date-time .choose-time label span + span,
.modern .choose-amount-container .choose-time label span + span,
.modern .choose-date-time .choose-amount label span + span,
.modern .choose-amount-container .choose-amount label span + span,
.modern .choose-date-time .choose-date .label span + span,
.modern .choose-amount-container .choose-date .label span + span,
.modern .choose-date-time .choose-time .label span + span,
.modern .choose-amount-container .choose-time .label span + span,
.modern .choose-date-time .choose-amount .label span + span,
.modern .choose-amount-container .choose-amount .label span + span {
  font-size: 14px;
}
.modern .choose-date-time .choose-date label b,
.modern .choose-amount-container .choose-date label b,
.modern .choose-date-time .choose-time label b,
.modern .choose-amount-container .choose-time label b,
.modern .choose-date-time .choose-amount label b,
.modern .choose-amount-container .choose-amount label b,
.modern .choose-date-time .choose-date .label b,
.modern .choose-amount-container .choose-date .label b,
.modern .choose-date-time .choose-time .label b,
.modern .choose-amount-container .choose-time .label b,
.modern .choose-date-time .choose-amount .label b,
.modern .choose-amount-container .choose-amount .label b {
  display: block;
  background: #fff;
  border: 1px solid #A7A7A7;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.modern .choose-date-time .choose-date label i,
.modern .choose-amount-container .choose-date label i,
.modern .choose-date-time .choose-time label i,
.modern .choose-amount-container .choose-time label i,
.modern .choose-date-time .choose-amount label i,
.modern .choose-amount-container .choose-amount label i,
.modern .choose-date-time .choose-date .label i,
.modern .choose-amount-container .choose-date .label i,
.modern .choose-date-time .choose-time .label i,
.modern .choose-amount-container .choose-time .label i,
.modern .choose-date-time .choose-amount .label i,
.modern .choose-amount-container .choose-amount .label i {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #09b0da;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.modern .choose-date-time .choose-date label input,
.modern .choose-amount-container .choose-date label input,
.modern .choose-date-time .choose-time label input,
.modern .choose-amount-container .choose-time label input,
.modern .choose-date-time .choose-amount label input,
.modern .choose-amount-container .choose-amount label input,
.modern .choose-date-time .choose-date .label input,
.modern .choose-amount-container .choose-date .label input,
.modern .choose-date-time .choose-time .label input,
.modern .choose-amount-container .choose-time .label input,
.modern .choose-date-time .choose-amount .label input,
.modern .choose-amount-container .choose-amount .label input {
  position: absolute;
  opacity: 0;
}
.modern .choose-date-time .choose-date label input:checked + b,
.modern .choose-amount-container .choose-date label input:checked + b,
.modern .choose-date-time .choose-time label input:checked + b,
.modern .choose-amount-container .choose-time label input:checked + b,
.modern .choose-date-time .choose-amount label input:checked + b,
.modern .choose-amount-container .choose-amount label input:checked + b,
.modern .choose-date-time .choose-date .label input:checked + b,
.modern .choose-amount-container .choose-date .label input:checked + b,
.modern .choose-date-time .choose-time .label input:checked + b,
.modern .choose-amount-container .choose-time .label input:checked + b,
.modern .choose-date-time .choose-amount .label input:checked + b,
.modern .choose-amount-container .choose-amount .label input:checked + b {
  background: #09b0da;
  border-color: #09b0da;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.modern .choose-date-time .choose-date label input:checked + b + i,
.modern .choose-amount-container .choose-date label input:checked + b + i,
.modern .choose-date-time .choose-time label input:checked + b + i,
.modern .choose-amount-container .choose-time label input:checked + b + i,
.modern .choose-date-time .choose-amount label input:checked + b + i,
.modern .choose-amount-container .choose-amount label input:checked + b + i,
.modern .choose-date-time .choose-date .label input:checked + b + i,
.modern .choose-amount-container .choose-date .label input:checked + b + i,
.modern .choose-date-time .choose-time .label input:checked + b + i,
.modern .choose-amount-container .choose-time .label input:checked + b + i,
.modern .choose-date-time .choose-amount .label input:checked + b + i,
.modern .choose-amount-container .choose-amount .label input:checked + b + i {
  display: block;
}
.modern .choose-date-time .choose-date label input:checked + b + i + span,
.modern .choose-amount-container .choose-date label input:checked + b + i + span,
.modern .choose-date-time .choose-time label input:checked + b + i + span,
.modern .choose-amount-container .choose-time label input:checked + b + i + span,
.modern .choose-date-time .choose-amount label input:checked + b + i + span,
.modern .choose-amount-container .choose-amount label input:checked + b + i + span,
.modern .choose-date-time .choose-date .label input:checked + b + i + span,
.modern .choose-amount-container .choose-date .label input:checked + b + i + span,
.modern .choose-date-time .choose-time .label input:checked + b + i + span,
.modern .choose-amount-container .choose-time .label input:checked + b + i + span,
.modern .choose-date-time .choose-amount .label input:checked + b + i + span,
.modern .choose-amount-container .choose-amount .label input:checked + b + i + span,
.modern .choose-date-time .choose-date label input:checked + b + i + span + span,
.modern .choose-amount-container .choose-date label input:checked + b + i + span + span,
.modern .choose-date-time .choose-time label input:checked + b + i + span + span,
.modern .choose-amount-container .choose-time label input:checked + b + i + span + span,
.modern .choose-date-time .choose-amount label input:checked + b + i + span + span,
.modern .choose-amount-container .choose-amount label input:checked + b + i + span + span,
.modern .choose-date-time .choose-date .label input:checked + b + i + span + span,
.modern .choose-amount-container .choose-date .label input:checked + b + i + span + span,
.modern .choose-date-time .choose-time .label input:checked + b + i + span + span,
.modern .choose-amount-container .choose-time .label input:checked + b + i + span + span,
.modern .choose-date-time .choose-amount .label input:checked + b + i + span + span,
.modern .choose-amount-container .choose-amount .label input:checked + b + i + span + span {
  color: #fff;
}
.modern .choose-date-time .choose-time,
.modern .choose-amount-container .choose-time {
  max-width: 579px;
  text-align: left;
}
.modern .choose-date-time .choose-time label,
.modern .choose-amount-container .choose-time label {
  height: 25px;
}
.modern .choose-date-time .choose-time label span,
.modern .choose-amount-container .choose-time label span {
  font-size: 12px;
  font-family: 'titillium_webbold', Arial;
}
.modern .choose-date-time .choose-time.race label,
.modern .choose-amount-container .choose-time.race label {
  cursor: default;
}
.modern .choose-date-time .choose-time.race label i,
.modern .choose-amount-container .choose-time.race label i {
  top: -6px;
  bottom: auto;
  border-bottom: 6px solid #09b0da;
  border-top: 0;
}
.modern .choose-date-time .choose-amount label,
.modern .choose-amount-container .choose-amount label,
.modern .choose-date-time .choose-amount .label,
.modern .choose-amount-container .choose-amount .label {
  height: 40px;
  min-width: 90px;
  width: auto;
}
.modern .choose-date-time .choose-amount label span,
.modern .choose-amount-container .choose-amount label span,
.modern .choose-date-time .choose-amount .label span,
.modern .choose-amount-container .choose-amount .label span {
  font-size: 18px;
  line-height: normal;
}
.modern .choose-date-time + .custom-control,
.modern .choose-amount-container + .custom-control {
  max-width: 400px;
  margin-top: 25px;
  vertical-align: top;
}
@media only screen and (max-width: 1245px) {
  .modern .choose-date-time,
  .modern .choose-amount-container {
    margin-right: -5px;
  }
}
.modern .choose-amount-container {
  max-width: 100%;
}
.modern .contributor-field {
  position: relative;
}
.modern .contributor-field .btn-remove-contributor {
  font-size: 20px;
  display: inline-block;
  color: red;
  z-index: 2;
  position: absolute;
  top: 57%;
  right: -25px;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
}
@media only screen and (max-width: 769px) {
  .modern .contributor-field .btn-remove-contributor {
    right: 10px;
    top: auto;
    -moz-transform: translate(0, 0) ;
    -webkit-transform: translate(0, 0) ;
    -ms-transform: translate(0, 0) ;
    transform: translate(0, 0) ;
  }
}
.modern .w-promo {
  overflow: hidden;
  font-size: 0;
  color: #fff;
}
.modern .w-promo > .title {
  background: #e20612;
  padding: 3px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .modern .w-promo > .title {
    margin-bottom: 20px;
  }
}
.modern .w-promo > .title div {
  width: 100%;
  border-color: #fff;
}
.modern .w-promo > .title div span {
  color: #fff;
}
.modern .w-promo > .sub-title {
  color: #333333;
}
.modern .w-promo .item {
  width: 100%;
  background: #000;
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 ;
  cursor: pointer;
  border: 10px solid #fff;
}
.modern .w-promo .item:nth-child(3) .img-responsive {
  height: 41vw;
}
.modern .w-promo .item:hover .img-responsive {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.4;
}
.modern .w-promo .item:hover .overlay .b-icon {
  display: none;
}
.modern .w-promo .item:hover .overlay .b-promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
  left: 0;
  right: 0;
}
.modern .w-promo .item:hover .overlay .btn,
.modern .w-promo .item:hover .overlay .btn-invert {
  display: inline-block;
}
.modern .w-promo .item:hover .overlay .title {
  display: none;
}
.modern .w-promo .item:hover .overlay .overlay {
  top: 55%;
}
.modern .w-promo .item:hover .overlay p {
  display: block;
}
.modern .w-promo .item .img-responsive {
  width: 100%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.modern .w-promo .item .overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.modern .w-promo .item .overlay .btn {
  display: none;
}
.modern .w-promo .item .overlay p {
  display: none;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.modern .w-promo .item .overlay .b-promo-content {
  padding: 20px 50px;
  position: relative;
  margin-bottom: 0;
}
.modern .w-promo .item .overlay .b-promo-content p {
  font-family: 'titillium_webregular', Arial;
}
.modern .w-promo .item .overlay .title {
  text-align: left;
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'titillium_webbold', Arial;
  text-shadow: 1px 1px 1px black;
}
.modern .w-promo .item:nth-child(1),
.modern .w-promo .item:nth-child(2) {
  width: 37.6%;
}
.modern .w-promo .item:nth-child(3) {
  width: 23.9%;
  float: right;
}
.modern .w-promo .item:nth-child(4) {
  width: 25.2%;
}
.modern .w-promo .item:nth-child(5) {
  width: 50%;
}
@media only screen and (max-width: 1500px) {
  .modern .w-promo .item .overlay .title {
    font-size: 25px;
  }
  .modern .w-promo .item .overlay p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .modern .w-promo .item .overlay p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 769px) {
  .modern .w-promo .item .overlay {
    max-width: 1000px;
  }
  .modern .w-promo .item .overlay p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .modern .w-promo {
    margin-bottom: 20px;
  }
  .modern .w-promo:after {
    display: none;
  }
  .modern .w-promo .item {
    border: 5px solid #fff;
  }
  .modern .w-promo .item .img-responsive {
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
  }
  .modern .w-promo .item .overlay .b-promo-content {
    padding: 10px;
    position: static !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .modern .w-promo .item .overlay .b-promo-content .title {
    font-size: 10px;
    display: block !important;
  }
  .modern .w-promo .item .overlay .b-promo-content p,
  .modern .w-promo .item .overlay .b-promo-content .btn {
    display: none !important;
  }
  .modern .w-promo .item:nth-child(1),
  .modern .w-promo .item:nth-child(2),
  .modern .w-promo .item:nth-child(4),
  .modern .w-promo .item:nth-child(5),
  .modern .w-promo .item:nth-child(3) {
    width: 50%;
    height: 150px;
  }
  .modern .w-promo .item:nth-child(1) .img-responsive,
  .modern .w-promo .item:nth-child(2) .img-responsive,
  .modern .w-promo .item:nth-child(4) .img-responsive,
  .modern .w-promo .item:nth-child(5) .img-responsive,
  .modern .w-promo .item:nth-child(3) .img-responsive {
    width: auto !important;
    height: 100%;
    max-width: 1000px;
  }
  .modern .w-promo .item:nth-child(3) {
    width: 100%;
    height: 200px;
  }
}
.modern .gallery-3d {
  padding: 0;
  border-top: 20px solid #e20612;
  border-bottom: 20px solid #e20612;
}
.modern .gallery-3d .swiper-box {
  position: relative;
}
.modern .gallery-3d .swiper-container {
  height: 25vw;
}
@media only screen and (max-width: 1025px) {
  .modern .gallery-3d .swiper-container {
    height: 43vw;
  }
}
.modern .gallery-3d .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 60%;
}
@media only screen and (max-width: 1025px) {
  .modern .gallery-3d .swiper-container .swiper-slide {
    width: 100%;
  }
}
.modern .gallery-3d .swiper-container .swiper-slide img {
  display: none;
}
.modern .gallery-3d .swiper-button-prev {
  left: 10px;
}
.modern .gallery-3d .swiper-button-next {
  right: 10px;
}
.modern .gallery-3d.onMobile .swiper-container {
  height: auto;
}
.modern .gallery-3d.onMobile .swiper-container .swiper-slide {
  background-image: none !important;
  width: auto;
  height: auto;
}
.modern .gallery-3d.onMobile .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.modern #driver-section .total {
  font-size: 26px;
  font-family: 'titillium_webbold', Arial;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modern #driver-section .total span {
  color: #09b0da;
}
.modern .banner {
  font-family: 'titillium_webregular', Arial;
  color: #fff;
  text-align: center;
  margin: 10px 0 15px 0;
}
.modern .banner .title {
  font-size: 30px;
  line-height: 1em;
}
.modern .banner .title span {
  padding: 20px 0 10px;
  display: block;
}
.modern .banner p {
  line-height: 1.25em;
}
.modern .banner p span {
  padding-bottom: 20px;
  display: block;
}
.modern .addons {
  padding-bottom: 10px;
}
.modern .addons > div {
  margin-bottom: 20px;
}
.modern .addons .addon-item {
  border: 1px solid #dee2e6;
  position: relative;
  background-color: #eee;
  margin-bottom: 10px;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modern .addons .addon-item .img-thumbnail {
  margin-bottom: 20px;
}
.modern .addons .addon-item .video object,
.modern .addons .addon-item .video embed,
.modern .addons .addon-item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modern .addons .addon-item .img {
  margin: 2px;
}
.modern .addons .addon-item .img.cover {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modern .addons .addon-item .img.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modern .addons .addon-item .img img {
  display: block;
}
.modern .addons .addon-item .content {
  padding: 30px !important;
  background-color: #fff !important;
  border: 0 !important;
  min-height: 150px;
  height: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .modern .addons .addon-item .content {
    min-height: 180px;
  }
}
.modern .addons .addon-item .insurance-text {
  padding: 10px 30px;
  display: block;
  background-color: #fff;
}
.modern .addons .addon-item .insurance-label {
  background-color: #eee;
  color: #333333;
  border-radius: 0;
  min-height: 51px;
  white-space: normal;
  padding: 10px 30px;
}
.modern .addons .addon-item .insurance-label select.insurance-addon-select {
  width: 100%;
  font-weight: 100;
  font-size: 16px;
}
.modern .addons .addon-item .custom-select {
  width: auto;
  padding: 0 20px 0 10px;
  height: auto;
  font-size: 18px;
  margin: 0 auto;
}
.modern .addons .addon-item .label {
  width: 100%;
  padding: 10px;
  background-color: #eee;
  color: #333333;
  border-radius: 0;
  min-height: max-content;
  white-space: normal;
}
.modern .addons .addon-item .label label {
  height: auto;
  font-size: 16px;
  text-shadow: none;
}
.modern .addons .addon-item .label label b {
  vertical-align: middle;
}
.modern .addons .addon-item .label label b span {
  position: relative;
  font-size: 16px;
  color: #09b0da;
}
.modern .addons .addon-item .label label b span.full-price {
  color: #333;
  font-size: 14px;
}
.modern .addons .addon-item .label label b span.full-price:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .addons .addon-item .label.active {
  background-color: #09b0da;
  color: #fff;
}
.modern .addons .addon-item .label.active label b {
  color: #fff;
}
.modern .addons .addon-item .label.active label b span {
  color: #fff;
}
.modern .addons .addon-item .label.active label b span.full-price {
  color: #fff;
}
.modern .addons .addon-item .label.active label b span.full-price:before {
  border-color: #fff;
}
.modern .addons .addon-item h4 {
  font-family: 'titillium_webbold', Arial;
  font-size: 25px;
  margin: 0 0 10px;
  text-align: center;
}
.modern .addons .addon-item p,
.modern .addons .addon-item ul {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
.modern .addons .addon-item .remove {
  font-size: 20px;
  color: #9b9b9b;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 3;
}
.modern .addons .addon-item .big-price {
  font-family: 'titillium_webbold', Arial;
  font-size: 35px;
  padding-right: 30px;
  line-height: 1;
}
@media only screen and (max-width: 720px) {
  .modern .addons .addon-item {
    height: max-content;
  }
}
.modern .swiper-box.addons-swiper {
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modern .swiper-box.addons-swiper .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: auto;
  align-content: flex-start;
}
.modern .swiper-box.addons-swiper .swiper-container:after {
  display: block;
  content: " invisible node " flex(999 999 auto);
}
.modern .swiper-box.addons-swiper .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: auto;
  flex: 0 0 auto;
}
.modern .swiper-box.addons-swiper .swiper-container .swiper-slide > div {
  width: 100%;
  min-height: 48px;
}
@media only screen and (max-width: 1024px) {
  .modern .swiper-box.addons-swiper .swiper-container .swiper-slide {
    margin: 0;
  }
}
.modern .swiper-box.addons-swiper .swiper-button-prev {
  left: -15px;
  background: none !important;
}
.modern .swiper-box.addons-swiper .swiper-button-next {
  right: -25px;
  background: none !important;
}
.modern .swiper-box.addons-swiper .swiper-button-prev,
.modern .swiper-box.addons-swiper .swiper-button-next {
  background: none;
  top: 28vw;
}
.modern .swiper-box.addons-swiper .swiper-button-prev.swiper-button-disabled,
.modern .swiper-box.addons-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.modern .swiper-box.addons-swiper .swiper-button-prev i,
.modern .swiper-box.addons-swiper .swiper-button-next i {
  font-size: 30px;
  color: #09b0da;
}
.modern .swiper-box.addons-swiper .swiper-pagination-addons {
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.modern .swiper-box.addons-swiper .swiper-pagination-addons .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  background-color: #09b0da;
  border: 2px solid transparent;
  opacity: 1;
}
.modern .swiper-box.addons-swiper .swiper-pagination-addons .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #09b0da;
  background-color: transparent;
}
@media only screen and (max-width: 700px) {
  .modern .swiper-box.addons-swiper .swiper-pagination-addons .modern .checkout-page .cars-swiper .swiper-pagination-2 {
    bottom: -10px;
  }
}
@media only screen and (max-width: 500px) {
  .modern .swiper-box.addons-swiper .swiper-pagination-addons {
    top: 51vw;
    bottom: auto;
  }
}
@media only screen and (max-width: 700px) {
  .modern .swiper-box.addons-swiper .swiper-slide > div p:before {
    display: none;
  }
  .modern .swiper-box.addons-swiper .swiper-button-prev {
    left: 0px;
  }
  .modern .swiper-box.addons-swiper .swiper-button-next {
    right: -10px;
  }
}
.modern .swiper-box.addons-swiper.disable-swiper-box {
  margin: 0 auto;
}
.modern .swiper-box.addons-swiper.disable-swiper-box#addonsSwiper {
  margin: 0;
}
.modern .swiper-box.addons-swiper.disable-swiper-box .swiper-button-prev,
.modern .swiper-box.addons-swiper.disable-swiper-box .swiper-button-next {
  display: none;
}
.modern .swiper-box.addons-swiper.disable-swiper-box .swiper-container .swiper-wrapper {
  flex-wrap: wrap;
}
.modern .swiper-box.addons-swiper.disable-swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 33.33%;
  padding: 10px;
}
@media only screen and (max-width: 1200px) {
  .modern .swiper-box.addons-swiper.disable-swiper-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 720px) {
  .modern .swiper-box.addons-swiper.disable-swiper-box .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 0px;
  }
}
.modern .shuttle p {
  font-size: 14px;
}
.modern .shuttle .custom-checkbox {
  margin-bottom: 15px;
}
.modern .shuttle .img-thumbnail {
  margin-bottom: 20px;
  width: 100%;
}
.modern .custom-checkbox {
  font-size: 14px;
  line-height: 1.2;
  margin-left: 5px;
  display: inline-block;
  margin-right: 30px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modern .swiper-box.cars-swiper {
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modern .swiper-box.cars-swiper .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: auto;
  align-content: flex-start;
}
.modern .swiper-box.cars-swiper .swiper-container:after {
  display: block;
  content: " invisible node " flex(999 999 auto);
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: auto;
  flex: 0 0 auto;
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide > div {
  width: 100%;
  min-height: 48px;
}
@media only screen and (max-width: 1024px) {
  .modern .swiper-box.cars-swiper .swiper-container .swiper-slide {
    margin: 0;
  }
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide ul {
  min-height: 125px !important;
  list-style: none;
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide ul li {
  text-transform: none;
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide ul + div i {
  min-height: 60px;
  text-transform: none;
  display: block;
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide ul + br {
  display: none;
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide ul + br + i {
  min-height: 60px;
  text-transform: none;
  display: block;
}
.modern .swiper-box.cars-swiper .swiper-container .swiper-slide ul + br + i + br {
  display: none;
}
.modern .swiper-box.cars-swiper .swiper-button-prev {
  left: -25px;
  background: none !important;
}
.modern .swiper-box.cars-swiper .swiper-button-next {
  right: -25px;
  background: none !important;
}
.modern .swiper-box.cars-swiper .swiper-button-prev,
.modern .swiper-box.cars-swiper .swiper-button-next {
  background: none;
}
.modern .swiper-box.cars-swiper .swiper-button-prev.swiper-button-disabled,
.modern .swiper-box.cars-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.modern .swiper-box.cars-swiper .swiper-button-prev i,
.modern .swiper-box.cars-swiper .swiper-button-next i {
  font-size: 30px;
  color: #09b0da;
}
.modern .swiper-box.cars-swiper .swiper-pagination-2 {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modern .swiper-box.cars-swiper .swiper-pagination-2 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  background-color: #09b0da;
  border: 2px solid transparent;
  opacity: 1;
}
.modern .swiper-box.cars-swiper .swiper-pagination-2 .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #09b0da;
  background-color: transparent;
}
@media only screen and (max-width: 430px) {
  .modern .swiper-box.cars-swiper .swiper-pagination-2 .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
@media only screen and (max-width: 700px) {
  .modern .swiper-box.cars-swiper .swiper-slide > div p:before {
    display: none;
  }
  .modern .swiper-box.cars-swiper .swiper-button-prev {
    left: 0;
  }
  .modern .swiper-box.cars-swiper .swiper-button-next {
    right: -10px;
  }
}
.modern .swiper-box.cars-swiper.disable-swiper-box {
  margin: 0 auto;
}
.modern .swiper-box.cars-swiper.disable-swiper-box#packages {
  margin: 0;
}
.modern .swiper-box.cars-swiper.disable-swiper-box .swiper-button-prev,
.modern .swiper-box.cars-swiper.disable-swiper-box .swiper-button-next {
  display: none;
}
.modern .swiper-box.cars-swiper.disable-swiper-box .swiper-container .swiper-wrapper {
  flex-wrap: wrap;
}
.modern .swiper-box.cars-swiper.disable-swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 220px;
  margin: 5px;
}
.modern .car-item-card {
  border: 1px solid #eee;
  position: relative;
  margin: 20px 0;
  text-align: center;
  padding: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .modern .car-item-card {
    margin: 20px 0 !important;
  }
}
.modern .car-item-card .story-text {
  background: #f2f2f2;
  padding: 20px;
}
.modern .car-item-card .story-text:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modern .car-item-card .story-text > div {
  display: inline-block;
  vertical-align: middle;
}
.modern .car-item-card .story-img:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -5px;
}
.modern .car-item-card .story-img:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.modern .car-item-card .story-img > div {
  display: inline-block;
  vertical-align: middle;
}
.modern .car-item-card .remove {
  font-size: 20px;
  color: #9b9b9b;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 3;
}
.modern .car-item-card .img {
  margin-bottom: 20px;
  display: inline-block;
}
.modern .car-item-card .img img {
  max-height: 167px;
  display: inline-block;
  max-width: 90%;
  margin: 52px 0 51px;
}
@media only screen and (max-width: 1440px) {
  .modern .car-item-card .img img {
    margin: 26px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .modern .car-item-card .img img {
    margin: 19px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .modern .car-item-card .img img {
    margin: 6px 0;
  }
}
@media only screen and (max-width: 769px) {
  .modern .car-item-card .img img {
    margin: 47px 0;
  }
}
@media only screen and (max-width: 767px) {
  .modern .car-item-card .img img {
    margin: 0;
  }
}
.modern .car-item-card .img img.loaded {
  margin: 0;
}
.modern .car-item-card .content {
  display: inline-block;
}
.modern .car-item-card .car-name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modern .car-item-card .car-name .per-lap {
  border-radius: 5px;
  padding: 2px 7px;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  background: #f3f3f3;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.modern .car-item-card .ttx div {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
.modern .car-item-card .ttx div i {
  font-size: 20px;
  margin-right: 5px;
}
.modern .car-item-card p {
  font-size: 13px;
  margin-bottom: 10px;
}
.modern .car-item-card .price {
  font-size: 30px;
}
@media only screen and (max-width: 700px) {
  .modern .car-item-card .price {
    font-size: 15px;
  }
}
.modern .car-item-card .price .old-price {
  position: relative;
}
.modern .car-item-card .price .old-price:before {
  border-top: 1px solid #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .car-item-card .price .save-price {
  display: inline-block;
  margin-left: 20px;
  font-family: 'titillium_webbold', Arial;
  color: #333333;
  vertical-align: middle;
  margin-top: -9px;
  position: relative;
}
.modern .car-item-card .price .save-price:before {
  content: "";
  display: block;
  padding: 2px 7px;
  border: 1px solid #09b0da;
  position: absolute;
  left: -7px;
  right: -7px;
  top: -3px;
  bottom: -3px;
}
@media only screen and (max-width: 700px) {
  .modern .car-item-card > .row > .col-lg-7 {
    padding: 10px;
  }
  .modern .car-item-card .check-laps label {
    width: 142px;
  }
}
@media only screen and (max-width: 374px) {
  .modern .car-item-card .check-laps label {
    width: 117px;
  }
  .modern .car-item-card .check-laps label span + span {
    font-size: 10px;
  }
}
.modern h1,
.modern h2,
.modern h3,
.modern h4 {
  font-family: 'titillium_webbold', Arial;
}
.modern .info-card {
  border: 0;
  position: relative;
  background-color: #FDFDFD;
  padding: 2px 20px 35px;
  margin-bottom: 0;
  height: 100%;
}
.modern .info-card .img-thumbnail {
  margin-bottom: 20px;
}
.modern .info-card .img.cover {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modern .info-card .img.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modern .info-card .img img {
  display: block;
  width: 100%;
}
.modern .info-card .label {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #eee;
  left: 50%;
  -moz-transform: translate(-50%, 0) ;
  -webkit-transform: translate(-50%, 0) ;
  -ms-transform: translate(-50%, 0) ;
  transform: translate(-50%, 0) ;
}
.modern .info-card .label.active {
  background-color: #09b0da;
  color: #fff;
}
.modern .info-card h4 {
  font-family: 'titillium_webbold', Arial;
  font-size: 25px;
  margin: 0 0 10px;
}
.modern .info-card p,
.modern .info-card ul {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.modern .info-card .remove {
  font-size: 20px;
  color: #9b9b9b;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 3;
}
.modern .info-card .big-price {
  font-family: 'titillium_webbold', Arial;
  font-size: 35px;
  padding-right: 30px;
  line-height: 1;
}
.modern .info-card .big-price .crossed-out {
  position: relative;
  font-family: 'titillium_webregular', Arial;
  font-size: 20px;
  color: #333;
}
.modern .info-card .big-price .crossed-out:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .info-card .big-price .crossed-out + span {
  color: #09b0da;
}
.modern .check-laps {
  margin: 0 -5px 10px;
}
@media only screen and (max-width: 768px) {
  .modern .check-laps {
    text-align: center;
  }
}
.modern .check-laps label {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 125px;
  height: 90px;
  margin: 0 5px 10px;
  padding: 10px;
  cursor: pointer;
  text-align: left;
}
.modern .check-laps label * {
  z-index: 2;
  position: relative;
}
.modern .check-laps label b {
  display: block;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.modern .check-laps label b + span {
  font-family: 'titillium_webbold', Arial;
}
.modern .check-laps label:hover b {
  background: #fff;
}
.modern .check-laps label span {
  display: block;
  font-size: 19px;
  color: #333333;
  font-family: 'titillium_webregular', Arial;
  vertical-align: middle;
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.modern .check-laps label span.laps {
  font-size: 14px;
  color: #00d052;
  font-weight: bold;
  text-transform: none;
  margin-top: 5px;
}
.modern .check-laps label span.price {
  color: #09b0da;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  display: none;
  padding: 0;
  text-transform: none;
}
.modern .check-laps label span.price.active {
  display: inline-block;
}
.modern .check-laps label span.old-price {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
}
.modern .check-laps label span.full-price {
  color: #333333;
  font-size: 14px;
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.modern .check-laps label span.full-price:before {
  border-top: 1px solid #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .check-laps label i {
  display: none;
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 18px;
  color: #fff;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.modern .check-laps label input {
  position: absolute;
  opacity: 0;
}
.modern .check-laps label input:checked + i {
  display: block;
}
.modern .check-laps label input:checked + i + b {
  background: #09b0da;
  border-color: #09b0da;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.modern .check-laps label input:checked + i + b + span,
.modern .check-laps label input:checked + i + b + span + span {
  color: #fff;
}
.modern .check-laps label input:checked + i + b + span + span + span {
  color: #fff;
}
.modern .check-laps label input:checked + i + b + span + span + span + span {
  color: #fff;
}
.modern .check-laps label input:checked + i + b + span + span + span + span:before {
  border-color: #fff;
}
.modern .check-laps label input:checked + i + b + span + span + span + span + span {
  color: #fff;
}
.modern .check-laps label input:checked + i + b + span + span + span + span + span + span {
  color: #fff;
}
.modern .check-laps label input:checked + i + b + span + span + span + span + span + span + span {
  color: #fff;
}
.modern .add-more-car.booking-sep {
  width: 100%;
}
.modern .add-more-car.booking-sep h3 {
  display: block;
  font-family: 'titillium_webregular', Arial !important;
  font-size: 24px;
  color: #09b0da;
  padding: 5px 0 0;
  margin-bottom: 0;
  font-weight: normal;
}
.modern .add-more-car.booking-sep .step-description {
  display: block;
  font-family: 'titillium_webregular', Arial;
  font-size: 15px;
  color: #9c9c9c;
  margin: 10px 0 20px;
  text-transform: none;
  font-weight: normal;
}
.modern .info-box h2 {
  font-family: 'titillium_webregular', Arial;
}
.modern #pickup-booking-description {
  font-family: 'titillium_webregular', Arial;
}
.modern #pickup-booking-description .transportation-type-container,
.modern #pickup-booking-description .transportation-address {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .modern #pickup-booking-description .transportation-type-container,
  .modern #pickup-booking-description .transportation-address {
    width: 100%;
  }
}
.modern #pickup-booking-description .transportation-type-content {
  margin-bottom: 15px;
}
.modern #pickup-booking-description .select {
  margin: 0 auto;
  min-width: 400px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .modern #pickup-booking-description .select {
    min-width: 100%;
  }
}
.modern #pickup-booking-description .select select {
  width: 100% !important;
  font-size: 14px;
}
.modern #pickup-booking-description .select.no-padding {
  padding-left: 0;
}
.modern #pickup-booking-description .select.peoples {
  background-image: url("/images/transportation/peoples.png");
}
.modern #pickup-booking-description .select.time-icon {
  background-image: url("/images/transportation/time.png");
}
.modern .driver-info {
  text-align: center;
}
.modern .driver-info .input-checkbox {
  font-weight: bold;
}
.modern .driver-info .box-input {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.modern .driver-info .box-input label {
  margin-bottom: 5px;
}
.modern .driver-info .box-input select {
  padding: 10px 15px;
  height: 40px;
}
.modern .driver-info input {
  height: 40px !important;
}
.modern .step-final {
  background: #f5f4f0;
  text-align: center;
}
.modern .step-final .total-price,
.modern .step-final .price {
  font-family: 'titillium_webbold', Arial;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  color: #09b0da;
}
.modern .step-final .total-price .real-price,
.modern .step-final .price .real-price {
  color: #09b0da;
}
.modern .step-final .total-price .crossed-out-price,
.modern .step-final .price .crossed-out-price {
  color: #333;
  position: relative;
  font-family: 'titillium_webregular', Arial;
  font-size: 20px;
}
.modern .step-final .total-price .crossed-out-price:before,
.modern .step-final .price .crossed-out-price:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .step-final .total-price .savings-amount,
.modern .step-final .price .savings-amount {
  color: #00d052;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}
.modern .step-final .b-btn__book {
  padding: 10px 30px;
}
.modern .booked-item {
  position: relative;
  padding: 50px 24px 15px;
  margin-bottom: 30px;
  box-shadow: 0 50px 0 0px #f0f0f0 inset;
  border: 1px solid #f0f0f0;
}
.modern .booked-item.gift-package-custom {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.modern .booked-item.gift-package-custom .info-card {
  padding: 0;
}
.modern .booked-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.modern .booked-item .remove {
  font-size: 24px;
  position: absolute;
  top: 14px;
  right: 15px;
  color: #989898 !important;
}
@media only screen and (max-width: 769px) {
  .modern .booked-item .select-count-lap {
    margin-top: 15px;
    text-align: center;
  }
}
.modern .booked-item .item-title {
  font-family: 'titillium_webbold', Arial;
  font-size: 25px;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  right: 50px;
}
@media only screen and (max-width: 769px) {
  .modern .booked-item .item-title {
    font-size: 16px;
    left: 20px;
    right: 43px;
    text-align: left !important;
    margin-top: 5px;
  }
}
.modern .booked-item .item-title span.green {
  color: #09b0da;
}
.modern .booked-item .item-title span.red {
  color: #fe433a;
}
.modern .booked-item .time-attack-info {
  text-align: center;
  padding: 12px 0 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e7e7;
}
@media only screen and (max-width: 769px) {
  .modern .booked-item .time-attack-info {
    display: none;
  }
}
.modern .booked-item .time-attack-info span {
  display: inline-block;
  margin: 0 17px 10px;
  font-size: 14px;
  color: #515151;
  font-family: 'titillium_webregular', Arial;
  vertical-align: middle;
}
.modern .booked-item .time-attack-info span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.modern .booked-item .left {
  float: left;
  width: 44%;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .modern .booked-item .left {
    width: 100%;
    float: none;
  }
}
.modern .booked-item .right {
  float: right;
  width: 56%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .modern .booked-item .right {
    width: 100%;
    float: none;
  }
}
.modern .booked-item .time-attack-car {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e8e7e7;
}
.modern .booked-item .time-attack-car img {
  display: inline-block;
  width: auto;
  margin-top: 20px;
}
.modern .booked-item .decor {
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  color: #939393;
}
@media only screen and (max-width: 769px) {
  .modern .booked-item .decor {
    margin-top: 15px;
  }
}
.modern .booked-item .order-price {
  font-family: 'titillium_webbold', Arial;
  font-size: 38px;
  color: #000000;
  vertical-align: middle;
  margin-right: 65px;
  display: inline-block;
}
.modern .booked-item .b-btn__book {
  padding: 10px 28px;
}
.modern .booked-item p {
  font-family: 'titillium_webregular', Arial;
  font-size: 14px;
  color: #515151;
  line-height: 1.3;
  margin-bottom: 15px;
}
.modern .booked-item p a {
  text-decoration: none;
  color: #09b0da;
}
.modern .booked-item .laps-wrapper {
  margin-bottom: 15px;
}
.modern .booked-item .laps-wrapper .lap-select {
  display: inline-block;
  width: auto !important;
  vertical-align: inherit;
  margin: 0;
}
.modern .booked-item .laps-wrapper .lap-select h3 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 18px;
  vertical-align: middle;
  font-family: 'titillium_webregular', Arial;
}
.modern .booked-item .laps-wrapper .lap-select select {
  width: 180px;
  padding: 7px 15px 6px;
  font-size: 14px;
  line-height: 1;
  height: auto;
  vertical-align: middle;
}
.modern .booked-item .price-above-laps-selector {
  margin: 10px 0;
}
.modern .booked-item .car-name {
  font-size: 25px;
  text-transform: uppercase;
}
.modern .booked-item .car-description {
  font-size: 18px !important;
}
.modern .booked-item .calculated-price,
.modern .booked-item .static-price {
  display: inline-block;
  padding: 0;
  font-size: 22px;
  vertical-align: top;
  display: none;
  font-family: 'titillium_webbold', Arial;
  color: #09b0da;
}
.modern .booked-item .calculated-price.active,
.modern .booked-item .static-price.active {
  display: inline-block;
}
.modern .booked-item .calculated-price.savings,
.modern .booked-item .static-price.savings {
  color: #00d052;
}
.modern .booked-item .calculated-price.full-price,
.modern .booked-item .static-price.full-price {
  color: #333;
  font-family: 'titillium_webregular', Arial;
  position: relative;
}
.modern .booked-item .calculated-price.full-price:before,
.modern .booked-item .static-price.full-price:before {
  border-top: 1px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern .owl-carousel {
  padding-bottom: 40px;
}
.modern .owl-carousel .owl-nav {
  top: 11%;
  left: 0;
  right: 0;
  color: #09b0da;
  font-size: 85px;
  position: absolute;
}
.modern .owl-carousel .owl-nav .b-prev {
  position: absolute;
  cursor: pointer;
  font-size: 30px;
  left: 0px;
  background: none;
}
.modern .owl-carousel .owl-nav .b-prev:before {
  content: none;
}
.modern .owl-carousel .owl-nav .b-prev.disabled {
  display: none;
}
.modern .owl-carousel .owl-nav .b-next {
  position: absolute;
  cursor: pointer;
  font-size: 30px;
  right: 5px;
  background: none;
}
.modern .owl-carousel .owl-nav .b-next:before {
  content: none;
}
.modern .owl-carousel .owl-nav .b-next.disabled {
  display: none;
}
.modern .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 500px) {
  .modern .owl-carousel .owl-dots {
    top: 41vw;
    bottom: auto;
  }
}
.modern .owl-carousel .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  background-color: #09b0da;
  border: 2px solid transparent;
}
.modern .owl-carousel .owl-dots .owl-dot.active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #09b0da;
  background-color: transparent;
}
@media only screen and (max-width: 500px) {
  .modern .owl-carousel.select-experience-type-group .owl-dots {
    top: 38vw;
    bottom: auto;
  }
}
@media only screen and (max-width: 500px) {
  .modern .owl-carousel.choose-experience-supercar-group .owl-dots,
  .modern .owl-carousel.choose-addon-group .owl-dots {
    top: 46vw;
    bottom: auto;
  }
}
.modern .base-price {
  font-family: 'titillium_webbold', sans-serif !important;
  font-size: 16px;
  color: #09b0da;
  margin: 0 2px;
  position: relative;
  padding: 15px 0px;
  text-transform: uppercase;
  /*.item-price {
      font-family: 'titillium_webbold', sans-serif !important;
      font-size: 16px;
      color: #09b0da;
      padding-bottom: 3px;
    }*/
}
.modern .base-price .full-price {
  position: relative;
  font-weight: inherit;
}
.modern .base-price .full-price:before {
  border-top: 1px solid #09b0da;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modal {
  z-index: 9999;
}
.modal .modal-dialog .modal-title {
  font-family: 'titillium_webregular', Arial;
}
.modal .modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.modal .modal-dialog .modal-body {
  overflow-y: hidden;
  max-height: unset;
}
.tour-cars {
  font-size: 18px;
}
.tour-cars > .row-fluid {
  margin-top: 20px;
}
.tour-cars .tour-header {
  margin-bottom: 20px;
  font-family: 'titillium_webbold', Arial;
  font-size: 22px;
}
.tour-cars .tour-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tour-cars .tour-list li {
  line-height: 2;
  padding: 5px 0;
}
.tour-cars .tour-list li i {
  vertical-align: middle;
}
.tour-cars i {
  font-size: 14px;
}
.tour-icon {
  background: url(/img/tours-icons.jpg) no-repeat;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.tour-icon.icon-1 {
  background-position: -48px -35px;
}
.tour-icon.icon-2 {
  background-position: -48px -129px;
}
.tour-icon.icon-3 {
  background-position: -48px -221px;
}
.tour-icon.icon-4 {
  background-position: -48px -312px;
}
.tour-icon.icon-5 {
  background-position: -48px -402px;
}
.tour-icon.icon-6 {
  background-position: -234px -35px;
}
.tour-icon.icon-7 {
  background-position: -234px -129px;
}
.tour-icon.icon-8 {
  background-position: -234px -221px;
}
.tour-icon.icon-9 {
  background-position: -234px -312px;
}
.tour-icon.icon-0 {
  background-position: -234px -402px;
}
.mobile-blocks .item {
  position: relative;
}
.mobile-blocks .item > .panel {
  color: #fff;
  cursor: pointer;
}
.mobile-blocks .item > .panel img {
  width: 100%;
}
.mobile-blocks .item > .panel .bg {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.8);
  width: calc(100% - 111px);
  height: 95px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-blocks .item > .panel .menu {
  background: url(/img/mobile-block-panel.png) no-repeat 0;
  width: 111px;
  height: 95px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mobile-blocks .item > .panel .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 10px 5px;
  height: 95px;
  width: 100%;
  z-index: 2;
}
.mobile-blocks .item > .panel .content .title {
  text-transform: uppercase;
  font-family: 'titillium_webbold', Arial;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}
.mobile-blocks .item > .panel .content .sub-title {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
  width: 80%;
}
.mobile-blocks .item > .content {
  visibility: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  font-family: 'titillium_webbold', Arial;
  transition: width 0.2s, visibility 0.1s;
  -webkit-transition: width 0.2s, visibility 0.1s;
  -moz-transition: width 0.2s, visibility 0.1s;
  -o-transition: width 0.2s, visibility 0.1s;
  z-index: 10;
}
.mobile-blocks .item > .content .menu {
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
  right: -10px;
  position: relative;
}
.mobile-blocks .item > .content ul {
  list-style: none;
  margin: 0;
}
.mobile-blocks .item > .content ul li {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 5px 0;
}
.mobile-blocks .item > .content ul li a {
  color: #fff;
}
.mobile-blocks .item > .content ul li a:hover {
  color: #09b0da;
}
.mobile-blocks .item.active > .content {
  visibility: visible;
  width: 100%;
}
.menu-nav {
  position: fixed;
  top: -20000px;
  left: -20000px;
  right: auto;
  bottom: auto;
  background: rgba(0, 0, 0, 0.54);
  z-index: 9999;
}
.menu-nav nav {
  display: block;
  background: #333333;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 1;
  width: 320px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
}
.menu-nav nav ul {
  display: block;
  padding: 0;
  height: 100vh;
  overflow-y: scroll;
  margin: 0;
}
.menu-nav nav ul li {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 13px 10px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.menu-nav nav ul li.heading {
  background-color: #09b0da;
  color: #fff;
  border: none;
}
.menu-nav nav ul li table {
  width: 100%;
}
.menu-nav nav ul li table td {
  font-size: 16px;
}
.menu-nav nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.menu-nav nav ul li a.close-menu {
  text-align: right;
}
.menu-nav nav ul li .sub-menu {
  left: -110%;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.3);
}
.menu-nav nav ul li .sub-menu .banner {
  padding: 0;
}
.menu-nav nav ul li .sub-menu .banner .menu-banner {
  margin: 0;
}
.menu-nav nav ul li .sub-menu .back-menu {
  padding-left: 20px;
  display: inline;
}
.menu-nav nav ul li .sub-menu .back-menu:after {
  display: block;
  content: "";
  background: url(../img/arrow_menu_back.png) no-repeat 50% 50%;
  background-size: 12px 21px;
  width: 12px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
}
.menu-nav nav ul li.with-sub > a:after {
  display: block;
  content: "";
  background: url(../img/arrow_menu_submenu.png) no-repeat 50% 50%;
  background-size: 12px 21px;
  width: 12px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 5px;
  -moz-transform: translate(0, -50%) ;
  -webkit-transform: translate(0, -50%) ;
  -ms-transform: translate(0, -50%) ;
  transform: translate(0, -50%) ;
}
.menu-nav nav ul li.with-sub.open > nav {
  left: 0;
}
.menu-nav.open {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.menu-nav.open nav {
  left: 0;
}
.focus-in-expand-fwd {
  -webkit-animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
    transform: translateZ(-800px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.download-brochure-modal {
  text-align: left;
  font-family: 'titillium_webregular', Arial;
}
.download-brochure-modal h3 {
  font-size: 20px;
  margin: 0;
  font-family: 'titillium_webregular', Arial;
}
.download-brochure-modal .modal-footer .blue-button {
  margin: 10px 0;
}
.download-brochure-modal .modal-body {
  padding: 15px;
}
.download-brochure-modal .modal-body .control-label {
  color: #686868;
  font-size: 14px;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .download-brochure-modal .modal-body .control-label {
    font-size: 16px;
  }
}
.download-brochure-modal .modal-body .control-label.inline {
  margin: 9px 0 0;
}
.download-brochure-modal .modal-body .control-label .required {
  color: red;
}
.download-brochure-modal .modal-body .controls {
  margin-bottom: 15px;
  position: relative;
}
.download-brochure-modal .modal-body .controls input[type='text'],
.download-brochure-modal .modal-body .controls input[type='password'],
.download-brochure-modal .modal-body .controls input[type='email'],
.download-brochure-modal .modal-body .controls textarea,
.download-brochure-modal .modal-body .controls select {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #686868;
  font-size: 14px;
  height: 40px !important;
  padding: 8px 10px;
  border-radius: 3px !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media only screen and (max-width: 1024px) {
  .download-brochure-modal .modal-body .controls input[type='text'],
  .download-brochure-modal .modal-body .controls input[type='password'],
  .download-brochure-modal .modal-body .controls input[type='email'],
  .download-brochure-modal .modal-body .controls textarea,
  .download-brochure-modal .modal-body .controls select {
    font-size: 16px;
  }
}
.download-brochure-modal .modal-body .controls textarea {
  height: auto !important;
}
.download-brochure-modal .modal-body .controls .checkbox,
.download-brochure-modal .modal-body .controls .radio {
  padding: 0;
  margin: 0 0 10px;
  cursor: pointer;
}
.download-brochure-modal .modal-body .controls .checkbox input,
.download-brochure-modal .modal-body .controls .radio input {
  vertical-align: middle;
  margin: 0 5px 0 0;
  position: relative;
  top: 4px;
}
.download-brochure-modal .modal-body .row {
  margin-left: 0;
}
.download-brochure-modal .modal-body .help-block.error {
  position: absolute;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0!important;
}
.car-category-list-mobile .card-header {
  background-repeat: no-repeat;
  background-size: cover;
}
.car-category-list-mobile .card-header > div {
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.car-category-list-mobile .card-header > div img {
  position: absolute;
  right: 35px;
  color: #fff;
  font-size: 30px;
  top: 33px;
}
.car-category-list-mobile .card-header > div.collapsed {
  border-bottom: 1px solid #fff;
}
.car-category-list-mobile .card-header > div:not(.collapsed) img {
  -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-90-cw 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.car-category-list-mobile .card-header > div .title {
  text-transform: uppercase;
  font-family: 'titillium_webbold', Arial;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}
.car-category-list-mobile .card-header > div .sub-title {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
@-webkit-keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate-90-cw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.birthday-picker select {
  width: auto !important;
  margin-right: 5px !important;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input.insurance ~ .custom-control-label::before {
  color: #fff;
  border-color: #09b0da;
  background-color: #09b0da;
}
.choose-quantity .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #fff;
  background-color: #09b0da;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.choose-quantity .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.choose-quantity .custom-control-label::before {
  top: -0.1rem;
  left: -1.7rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: #fff solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.choose-quantity .custom-control-label::after {
  top: 0.05rem;
  left: -1.5rem;
  width: 1.2rem;
  height: 1.2rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-control-input.insurance ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #09b0da;
  background-color: #09b0da;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #09b0da;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #09b0da;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #09b0da;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.hide-mobile {
  display: block;
}
.hide-desktop {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
}
.with-dots li {
  position: relative;
  margin-bottom: 15px;
}
.with-dots li:after {
  content: "\2022";
  font-size: 16px;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -20px;
  font-family: Arial;
}
.with-dots li.nodot:after {
  content: none;
}
.margin-bottom0 {
  margin-bottom: 0px !important;
}
.modern section .select {
  margin-bottom: 10px;
}
.modern section .select .experiences-price {
  min-height: 50px;
}
.modern section .select .uppercase {
  padding: 0 15px;
  display: inline-block;
  font-size: 32px;
  color: #333333;
  font-family: 'Montserrat', Arial;
  font-weight: 700;
  text-transform: uppercase;
}
.modern section .select .uppercase.choose-quantity {
  /*position: absolute;
      bottom: 0;
      left: 0;*/
  padding: 20px 40px;
  background: #f5f5f5;
  min-height: 105px;
}
.modern section .select .uppercase.choose-quantity.active {
  background: #09b0da;
}
.modern section .select .uppercase.choose-quantity.active .driver {
  color: #fff;
}
.modern section .select .uppercase.choose-quantity.active .custom-checkbox .custom-control-label b {
  color: #fff;
}
.modern section .select .uppercase.choose-quantity.active label.group-select-title {
  color: #fff;
}
.modern section .select .help-block.error {
  font-weight: normal;
  text-transform: none;
}
.modern section .select .controls input {
  font-size: 11px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 1px;
}
.modern section .select .price.full-price:before {
  border-top: 1px solid #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.modern section .select .price.full-price {
  font-size: 16px;
  font-weight: 100;
}
.modern section .select .price {
  margin: 0 2px;
  position: relative;
  font-size: 14px;
  display: none;
  font-weight: bold;
}
.modern section .select .price.active {
  display: inline-block;
}
.modern section .select .price.discounted {
  color: #2eaffd;
  font-size: 20px;
}
.modern section .select .discount {
  color: #00d052;
  font-size: 16px;
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.modern section .select .selectize-block {
  display: block;
  font-size: 15px;
  margin: 5px 0px;
}
.no-min-height input {
  min-height: auto !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.hidden {
  display: none !important;
}
.vsk-instagram .item-list .item {
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .vsk-instagram .item-list .item {
    width: 100%;
  }
}
.vsk-instagram .b-social__head {
  margin: 0 7% 20px;
}
@media (min-width: 992px) {
  .apex-container iframe {
    overflow: hidden;
    height: 105vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .apex-container iframe {
    overflow: hidden;
    height: 110vh;
  }
}
@media (min-width: 351px) and (max-width: 767px) {
  .apex-container iframe {
    overflow: hidden;
    height: 120vh;
  }
}
@media (min-width: 260px) and (max-width: 350px) {
  .apex-container iframe {
    height: 130vh;
    overflow: hidden;
  }
}
div.price span.crossed-out {
  position: relative;
  margin-right: 0 !important;
  margin-right: 10px;
}
div.price span.crossed-out:before {
  border-top: 2px solid #333;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 95%;
}
.gift-package-item {
  padding-top: 73%;
  background-size: cover;
  margin-bottom: 60px;
}
.counter-section {
  background-color: #06b0da;
  width: 100%;
  color: white;
}
.counter-row {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
#down-counter {
  height: 100px;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#down-counter .counter-header {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
#down-counter .counter-time {
  font-size: 30px;
  display: flex;
  justify-content: space-around;
}
.counter-border-item {
  border-right: solid 1px;
}
.counter-headline {
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 926px) {
  .counter-row .empty {
    width: 25%;
  }
}
@media (max-width: 926px) {
  .counter-row .empty {
    width: 1%;
  }
  .counter-headline {
    font-size: 25px;
  }
}
@media (max-width: 680px) {
  .counter-row {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #down-counter {
    width: 100%;
  }
  .counter-headline {
    text-align: center;
    margin-top: 13px;
  }
}
.box-top-image img {
  width: 100%;
}
.group-experience-info {
  margin-bottom: 40px;
}
.group-experience-info .section-head {
  background: #fff;
  margin-bottom: 15px;
}
.group-experience-info .section-head h2,
.group-experience-info .section-head p {
  color: #000;
}
.form-control-group {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.red {
  color: #f00;
}
.btn-red {
  background: #e20612;
  border-color: #e20612;
  border-radius: 5px !important;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 15px;
  margin-right: 5px;
  line-height: 2;
}
.btn-red:visited,
.btn-red:active {
  color: #fff;
  background: #e20612;
}
.btn-red:hover {
  background: #fff;
  color: #000 !important;
}
.btn-big {
  font-size: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.track-info .track-map {
  min-height: 553px;
}
.track-info .track-name {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
}
.track-info .track-length {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
.track-info .track-description-text {
  padding-top: 50px;
}
.inline {
  display: inline-block !important;
}
.recipient-dob label {
  font-size: 17px;
  margin-bottom: 4px;
}
.recipient-dob select {
  height: 39px !important;
  border-radius: 5px !important;
  width: 30% !important;
}
.long {
  width: auto;
}
.blue {
  color: #09b0da;
}
.embed-responsive-16by9 {
  padding-bottom: calc(42% - 2px);
  margin-top: -3%;
}
.car_shadow {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 11%;
  left: 0;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 655px;
}
.w-product .car_shadow {
  bottom: 30px;
  background-size: 650px;
}
.w-product .car_shadow_side {
  bottom: 0;
  background-size: 650px;
}
.mobile_car_shadow {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: inherit;
  margin: -19px 0 20px;
  background: url(../img/car_shadow_line.png) no-repeat 50% 0;
  background-size: 655px;
}
@media only screen and (max-width: 736px) {
  .mobile_car_shadow {
    background-size: 90%;
  }
  .w-product .car_shadow {
    background-size: 90%;
  }
}
.car-price {
  position: relative;
}
.car-price.full-price:before {
  border-top: 1px solid #000;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-15deg);
  width: 90%;
}
.no-margin-ul ul {
  margin: 0px;
}
.divider-30 {
  display: block;
  height: 30px;
}
.price-container {
  color: orangered;
}
.price-container .span12 {
  min-height: 0px;
}
.group-booking-form-mobile .selectize-dropdown.selectize {
  position: static;
}
.group-booking-form-mobile .selectize-dropdown.selectize.top-offset-5 {
  margin-top: -5px;
}
.phone-system-info {
  font-size: 12px!important;
  font-style: italic;
}
.privacy-phone-warning {
  background: #09b0da;
  color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 0px 10px;
  margin-top: 10px;
}
.privacy-phone-warning a {
  color: #fffe89;
}
.d-block {
  display: block!important;
}
@media only screen and (max-width: 1190px) {
  #yt-video {
    margin-top: unset;
  }
}
.set-container-center .get-container-center {
  text-align: center!important;
}
.d-none {
  display: none!important;
}
.divider-gray-line {
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  margin: 0 auto 20px;
}
.divider-5 {
  padding-bottom: 5px;
}
.divider-10 {
  padding-bottom: 10px;
}
.divider-15 {
  padding-bottom: 15px;
}
.divider-20 {
  padding-bottom: 20px;
}
.divider-25 {
  padding-bottom: 25px;
}
.divider-30- {
  padding-bottom: 30px;
}
.divider-35 {
  padding-bottom: 35px;
}
.divider-40 {
  padding-bottom: 40px;
}
.divider-45 {
  padding-bottom: 45px;
}
.divider-50 {
  padding-bottom: 50px;
}
.divider-55 {
  padding-bottom: 55px;
}
.divider-60 {
  padding-bottom: 60px;
}
.divider-65 {
  padding-bottom: 65px;
}
.divider-70 {
  padding-bottom: 70px;
}
.divider-75 {
  padding-bottom: 75px;
}
.divider-80 {
  padding-bottom: 80px;
}
.divider-85 {
  padding-bottom: 85px;
}
.divider-90 {
  padding-bottom: 90px;
}
.divider-95 {
  padding-bottom: 95px;
}
.divider-100 {
  padding-bottom: 100px;
}
.alert-block-mobile {
  position: fixed;
  top: 50px;
  z-index: 1000;
  width: 100%;
  text-align: center;
}
.alert-block-mobile .alert-block {
  width: 80%;
  margin: 0 auto;
}
.choose-booking-type.active.owl-carousel .choose-type-item {
  height: calc(100% - 4px);
  display: flex;
  flex-direction: column;
}
.choose-booking-type.active.owl-carousel .choose-type-item div {
  flex-grow: 1;
}
.choose-booking-type.active.owl-carousel .choose-type-item div form {
  height: 100%;
}
.choose-booking-type.active.owl-carousel .choose-type-item div form .more-type-item {
  height: 100%;
  display: flex!important;
  flex-direction: column;
  align-items: stretch;
}
.choose-booking-type.active.owl-carousel .choose-type-item div form .more-type-item > p {
  flex-grow: 1;
}
