﻿@charset "UTF-8";
/*--------------------------------------------------------------
# Loading krogsgaard fontsets
--------------------------------------------------------------*/
@font-face {
  font-family: "NeoSansPro-Light";
  src: url("/assets/fonts/Default/NeoSansPro-Light.woff") format("woff"), url("/assets/fonts/Default/NeoSansPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "NeoSansPro-Bold";
  src: url("/assets/fonts/Default/NeoSansPro-Bold.woff") format("woff"), url("/assets/fonts/Default/NeoSansPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NeoSansPro-Regular";
  src: url("/assets/fonts/Default/NeoSansPro-Regular.woff") format("woff"), url("/assets/fonts/Default/NeoSansPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Read-Bold_V3000";
  src: url("/assets/fonts/Dacia/Read-Bold_V3000.woff") format("woff"), url("/assets/fonts/Dacia/Read-Bold_V3000.woff2") format("woff2");
}
@font-face {
  font-family: "Read-Light_V3000";
  src: url("/assets/fonts/Dacia/Read-Light_V3000.woff") format("woff"), url("/assets/fonts/Dacia/Read-Light_V3000.woff2") format("woff2");
}
@font-face {
  font-family: "Read-Regular_V3000";
  src: url("/assets/fonts/Dacia/Read-Regular_V3000.woff") format("woff"), url("/assets/fonts/Dacia/Read-Regular_V3000.woff2") format("woff2");
}
@font-face {
  font-family: "NouvelR-Bold";
  src: url("/assets/fonts/Renault/NouvelR-Bold.woff") format("woff"), url("/assets/fonts/Renault/NouvelR-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NouvelR-Light";
  src: url("/assets/fonts/Renault/NouvelR-Light.woff") format("woff"), url("/assets/fonts/Renault/NouvelR-Light.woff2") format("woff2");
}
@font-face {
  font-family: "NouvelR-Regular";
  src: url("/assets/fonts/Renault/NouvelR-Regular.woff") format("woff"), url("/assets/fonts/Renault/NouvelR-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "MazdaType-Regular";
  src: url("/assets/fonts/Mazda/MazdaType-Regular.woff") format("woff"), url("/assets/fonts/Mazda/MazdaType-Regular.woff") format("woff2");
}
@font-face {
  font-family: "MazdaType-Bold";
  src: url("/assets/fonts/Mazda/MazdaType-Bold.woff") format("woff"), url("/assets/fonts/Mazda/MazdaType-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Black";
  src: url("/assets/fonts/Toyota/ToyotaType-Black.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Black.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-BlackIt";
  src: url("/assets/fonts/Toyota/ToyotaType-BlackIt.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-BlackIt.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Bold";
  src: url("/assets/fonts/Toyota/ToyotaType-Bold.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-BoldIt";
  src: url("/assets/fonts/Toyota/ToyotaType-BoldIt.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-BoldIt.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Book";
  src: url("/assets/fonts/Toyota/ToyotaType-Book.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Book.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-BookIt";
  src: url("/assets/fonts/Toyota/ToyotaType-BookIt.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-BookIt.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Italic";
  src: url("/assets/fonts/Toyota/ToyotaType-Italic.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Light";
  src: url("/assets/fonts/Toyota/ToyotaType-Light.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Light.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-LightIt";
  src: url("/assets/fonts/Toyota/ToyotaType-LightIt.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-LightIt.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Regular";
  src: url("/assets/fonts/Toyota/ToyotaType-Regular.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ToyotaType-Semibold";
  src: url("/assets/fonts/Toyota/ToyotaType-Semibold.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-Semibold.woff") format("woff2");
}
@font-face {
  font-family: "ToyotaType-SemiboldIt";
  src: url("/assets/fonts/Toyota/ToyotaType-SemiboldIt.woff") format("woff"), url("/assets/fonts/Toyota/ToyotaType-SemiboldIt.woff2") format("woff2");
}
body {
  font-family: "ToyotaType-Light";
  font-size: 16px;
}
body strong {
  font-family: "ToyotaType-Bold";
}

.btn {
  padding: 6px 24px 10px;
}

.btn-success {
  background-color: #ff0022;
  border-color: #ff0022;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #d90022;
  border-color: #d90022;
  color: #ffffff;
}
.btn-success:focus {
  background-color: #d90022;
  border-color: #d90022;
  color: #ffffff;
}
.btn-success:active {
  background-color: #d90022;
  border-color: #d90022;
  color: #ffffff;
}
.btn-success:disabled {
  background-color: #808080;
  color: #cecece;
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}

.btn-outline-primary:hover {
  background-color: #d90022;
  border-color: #d90022;
  color: #ffffff;
}

.vertical-padding-largest-top {
  padding-top: 125px;
}
.vertical-padding-largest-bottom {
  padding-bottom: 125px;
}
.vertical-padding-large-top {
  padding-top: 100px;
}
.vertical-padding-large-bottom {
  padding-bottom: 100px;
}
.vertical-padding-medium-top {
  padding-top: 75px;
}
.vertical-padding-medium-bottom {
  padding-bottom: 75px;
}
.vertical-padding-small-top {
  padding-top: 50px;
}
.vertical-padding-small-bottom {
  padding-bottom: 50px;
}
.vertical-padding-smallest-top {
  padding-top: 25px;
}
.vertical-padding-smallest-bottom {
  padding-bottom: 25px;
}
.vertical-padding-none-top {
  padding-top: 0;
}
.vertical-padding-none-bottom {
  padding-bottom: 0;
}
.vertical-margin-largest-top {
  margin-top: 125px;
}
.vertical-margin-largest-bottom {
  margin-bottom: 125px;
}
.vertical-margin-large-top {
  margin-top: 100px;
}
.vertical-margin-large-bottom {
  margin-bottom: 100px;
}
.vertical-margin-medium-top {
  margin-top: 75px;
}
.vertical-margin-medium-bottom {
  margin-bottom: 75px;
}
.vertical-margin-small-top {
  margin-top: 50px;
}
.vertical-margin-small-bottom {
  margin-bottom: 50px;
}
.vertical-margin-smallest-top {
  margin-top: 25px;
}
.vertical-margin-smallest-bottom {
  margin-bottom: 25px;
}
.vertical-margin-none-top {
  margin-top: 0;
}
.vertical-margin-none-bottom {
  margin-bottom: 0;
}

.animlinks a, .animlinks-white a {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.animlinks a:after {
  display: block;
  content: "";
  border-bottom: solid 1px #000;
  transform: scaleX(0);
  transition: transform 150ms ease-in-out;
  transform-origin: 100% 50%;
}

.animlinks a:hover:after, .animlinks-white a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.animlinks-white a:after {
  display: block;
  content: "";
  border-bottom: solid 1px #fff;
  transform: scaleX(0);
  transition: transform 150ms ease-in-out;
  transform-origin: 100% 50%;
}

.animlinks-box a {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.animlinks-box a:after {
  display: block;
  content: "";
  border-bottom: solid 1px #000;
  transform: scaleX(0);
  transition: transform 150ms ease-in-out;
  transform-origin: 100% 50%;
}

.animlinks-box:hover {
  cursor: pointer;
}
.animlinks-box:hover a:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.container__small {
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .container__small {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container__medium {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .container__medium {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section a {
  color: #ff0022;
}
section a:hover {
  color: #ff0022;
}

.specialdays__day {
  border-bottom: 1px solid #ccc;
}
.specialdays__day div {
  padding-top: 5px;
  padding-bottom: 5px;
}
.specialdays__day__row {
  transition: all 150ms ease-in-out;
}
.specialdays__day__row:hover {
  background-color: #efefef;
}
.specialdays__table tr {
  border-bottom: 1px solid #ccc;
}
.specialdays__table tr:hover td {
  background-color: #efefef;
}
.specialdays__table tr td {
  transition: all 150ms ease-in-out;
  vertical-align: top;
}

.text__large {
  font-size: 26px;
}
.text__medium {
  font-size: 22px;
}
.text__small {
  font-size: 12px;
}
.text__brandcolor {
  color: #ff0022;
}

.video-overlay {
  position: relative;
  display: block;
}
.video-overlay img {
  transition: all 150ms ease-in-out;
}
.video-overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: url("/Assets/icons/play.png?width=150");
  opacity: 0.8;
  z-index: 100000;
  -webkit-filter: invert(1) contrast(500%);
  transition: all 150ms ease-in-out;
}
.video-overlay:hover:before {
  opacity: 1;
}
.video-overlay:hover img {
  filter: brightness(80%);
}

#block-menu {
  display: none !important;
}

/*======================================
  Service form
======================================*/
.service-wrap {
  height: 580px;
  overflow: hidden;
}
.service-wrap .serviceform {
  /*        &__form-control {
              width: 300px !important;
          }
  */
}
.service-wrap .serviceform__slideitem {
  height: 580px;
  background-color: #dddfdf;
}
.service-wrap .serviceform__title {
  padding-top: 30px;
  font-size: 40px;
  text-align: center;
}
.service-wrap .serviceform__subtitle {
  margin-top: 20px;
  font-size: 26px;
  text-align: center;
}
.service-wrap .serviceform__buttons {
  margin-top: 60px;
  text-align: center;
}
.service-wrap .serviceform__buttons a {
  margin: 0 10px;
}
.service-wrap .serviceform__column {
  height: 100px;
}
.service-wrap .serviceform__column span {
  font-size: 20px;
}
.service-wrap .serviceform__smalltext {
  font-size: 12px;
  font-family: "NeoSansPro-Bold";
}
.service-wrap .serviceform__wrapper {
  margin: 30px auto;
  max-width: 800px;
}
.service-wrap .serviceform__parent {
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.service-wrap .serviceform__child {
  display: inline-block;
  margin: 20px 0 0 20px;
  flex-grow: 1;
  height: 100px;
  width: calc(50% - 20px - 1px);
}
.service-wrap .serviceform__child span {
  font-size: 20px;
}
.service-wrap .serviceform__shops {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  gap: 15px;
  padding: 50px 50px 0 50px;
}
.service-wrap .serviceform__shop {
  width: 100%;
}
.service-wrap .serviceform__shop-info {
  background-color: #c60913;
  border-radius: 8px;
  border: 4px solid #c60913;
  color: #fff;
  padding: 3px 8px 20px 8px;
}
.service-wrap .serviceform__shop-info div {
  padding-bottom: 10px;
}
.service-wrap .serviceform__shop-info:hover {
  background-color: #000;
  border: 4px solid #000;
  cursor: pointer;
}
.service-wrap .serviceform__shop-info.selected {
  border: 4px solid #fff;
  background-color: #000;
}
.service-wrap .serviceform__shop-wait {
  padding: 5px 10px;
}
.service-wrap .serviceform__options {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  gap: 15px;
  padding: 30px 100px 0 100px;
}
.service-wrap .serviceform__options-col {
  width: 50%;
  flex-basis: 100%;
  font-size: 14px;
}
.service-wrap .serviceform__datetime {
  display: flex;
  justify-content: space-evenly;
}
.service-wrap .serviceform__delivery {
  width: 550px;
}
.service-wrap .serviceform__pickup {
  width: 350px;
}
.service-wrap .serviceform__deliveryoptions {
  display: flex;
  flex-wrap: wrap;
}
.service-wrap .serviceform__deliveryoptions div {
  background-color: white;
  padding: 2px 6px;
  border-radius: 2px;
  margin: 2px;
  display: inline-flex;
  word-wrap: normal;
}
.service-wrap .serviceform__deliveryoptions div:hover {
  background-color: #c60913;
  color: white;
  cursor: pointer;
}
.service-wrap .serviceform__deliveryoptions div.selected {
  background-color: #000000;
  color: white;
  cursor: pointer;
}

#service_timeslots {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#service_timeslots span {
  background-color: white;
  padding: 5px 10px;
  border-radius: 2px;
  margin: 2px;
  text-wrap: avoid;
}
#service_timeslots span:hover {
  background-color: #c60913;
  color: white;
  cursor: pointer;
}
#service_timeslots span.selected {
  background-color: #000000;
  color: white;
  cursor: pointer;
}

.service_nav {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.service_nav a {
  display: inline-flex;
}

.service_wizard {
  display: none;
}
.service_wizard-container {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  padding: 20px 100px 20px 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgb(192, 192, 192) 50%, rgba(0, 0, 0, 0) calc(50% + 1px));
}
.service_wizard-container span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  background-color: #c60913;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: "NeoSansPro-Bold";
}
.service_wizard-container span.done {
  background-color: #dddfdf;
}

/*
.custom-control {
    padding-left: 2.5rem;
}

.custom-control-label {
    font-size:14px;
    line-height:18px;
    margin-bottom: 12px;
    span {
       font-size:18px;
    }
}

.custom-control-label::before {
    background-color: #f1f2ec;
    border: 2px solid #000;
    height: 31px;
    width: 31px;
    border-radius: 22px;
    box-sizing: border-box;
    left: -2.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #678000;
    border-color: #000;
    background-color: #f1f2ec;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    content: "⬤";
    left: -20.5px;
    top: 1.5px;
    color: $btn-default;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "";
    color: $btn-default;
    position: absolute;
    border: 1px #fff solid;
    border-radius: 3px;
    background-color: $btn-default;
    background-image: none;
    top: 7px;
    left: -36.5px;
    height: 25px;
    width: 25px;
}

.custom-checkbox .custom-control-input[indeterminate] ~ .custom-control-label::after {
    color: #678000;
    background-image: none;
    background-color: #678000;
    position: absolute;
    height: 2px;
    width: 14px;
    top: 13px;
    left: -20.5px;
}

.custom-control-input {
    width: 2rem;
    height: 2rem;
}

*/
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c60913;
  background-color: #c60913;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.25);
}

.btn-xl {
  font-size: 30px;
}

.parent-wrapper {
  height: 100%;
  width: 181px;
  border: 1px solid black;
  margin: auto;
}

.parent {
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.child {
  display: inline-block;
  background: blue;
  margin: 10px 0 0 10px;
  flex-grow: 1;
  height: 100px;
  width: calc(50% - 10px - 1px);
}

/*.pickupselector {
    border: 1px solid #cecece;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    border-radius:5px;

    &.selected {
        border: 1px solid #808080;
    }

    h2 {
        font-size: 18px;
        font-weight: bold;
    }
}*/
.shopinfo, .serviceitem, .pickupselector {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #000;
  padding: 15px 15px 20px 15px;
  cursor: pointer;
}
.shopinfo:hover, .serviceitem:hover, .pickupselector:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.shopinfo.selected, .serviceitem.selected, .pickupselector.selected {
  border: 1px solid #c60913;
}
.shopinfo.selected:after, .serviceitem.selected:after, .pickupselector.selected:after {
  content: "✔";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #c60913;
  background-color: #c60913;
  border-radius: 50%;
  line-height: 20px;
}

.serviceitem.selected:after {
  content: "✔";
  position: absolute;
  left: 7px;
  top: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #c60913;
  background-color: #c60913;
  border-radius: 50%;
  line-height: 20px;
}

.pickupselector.selected:after {
  left: -10px;
  top: -10px;
}

.sform {
  min-height: 450px;
}

.servicename {
  font-weight: bold;
}

#service_licencePlate {
  text-transform: uppercase;
}

.sform input:focus-visible {
  outline: none;
}

.sform .form-control-lg {
  flex: 1 1 auto !important;
}

.sformbody {
  padding-bottom: 40px;
}

.serviceorderbg {
  background-color: #ECEEEE;
}
.serviceorderbg h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}
.serviceorderbg h3 {
  font-size: 1.35rem;
  line-height: 1.2;
}

.sform {
  display: none;
}

.sform.active {
  display: block;
}

.sformslide {
  display: none;
}

.servicestepindicator {
  padding: 20px;
  border-radius: 50%;
  background-color: #cecece;
  color: #808080;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #cecece;
  font-weight: bold;
}

.servicestepindicator.completed {
  color: #fff;
  background-color: #c60913;
  border-color: #c60913;
}

.serviceindicatorrow {
  background-color: #ECEEEE;
}

@media only screen and (max-width: 600px) {
  .servicestepindicator {
    padding: 10px;
    height: 40px;
    width: 40px;
  }
}
.slider-nav {
  display: none;
}
.slider-nav.slick-initialized {
  display: block;
}

ul.brandlinks {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
}

ul.brandlinks li {
  padding: 2px;
}

ul.brandlinks li a {
  font-size: 10px;
}

ul.brandlinks li a.active-rounded {
  background-color: #000;
  color: #fff;
}

/*.brandlinkarrow {*/
/*display: inline-flex;
align-items: center;
text-decoration: none;
color: #000;*/ /* Set your desired text color */
/*font-size: 16px;*/ /* Adjust font size */
/*transition: color 0.3s ease;*/ /* Smooth color transition */
/*position: relative;*/
/*}

.brandlinkarrow::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNOSAxOGw2LTYtNi02IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+PC9zdmc+');
    display: inline-block;
    width: 16px;
    height: 26px;
    margin-left: 8px;*/ /* Space between text and arrow */
/*    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNOSAxOGw2LTYtNi02IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIC8+PC9zdmc+');*/
/*background-size: contain;
background-repeat: no-repeat;*/
/*transition: transform 0.3s ease;*/ /* Smooth transform transition */
/*padding-top:0px;
}

.brandlinkarrow:hover {
    color: #007BFF;*/ /* Change link color on hover */
/*}

.brandlinkarrow:hover::after {
    transform: translateX(4px);*/ /* Move arrow slightly to the right */
/*}*/
.arrow-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000; /* Set your desired text color */
  font-size: 14px; /* Adjust font size */
  transition: color 0.3s ease; /* Smooth color transition */
  position: relative;
}

.arrow-icon {
  margin-left: 6px; /* Space between text and arrow */
  transition: transform 0.3s ease; /* Smooth transform transition */
  margin-bottom: 3px;
}

.arrow-link:hover {
  color: #007BFF; /* Change link color on hover */
  background: none !important;
}

.arrow-link:hover .arrow-icon {
  transform: translateX(10px); /* Move arrow slightly to the right */
}

/*!
* Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 260px;
  font-size: 14px;
  background-color: white;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 40px;
  height: 30px;
  /*    -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
  */
  border: none;
  font-family: "NeoSansPro-Regular";
}

.datepicker th.dow {
  font-family: "NeoSansPro-Light";
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
  font-family: "NeoSansPro-Light";
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #bbb;
  cursor: default;
  /*background-color: #efefef;*/
  font-family: "NeoSansPro-Light";
  text-decoration: line-through;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 1px 5px;
}

/*# sourceMappingURL=bootstrap-datepicker.standalone.css.map */
@media (max-width: 1199px) {
  .header {
    display: none;
  }
}
.header__top {
  border-bottom: 1px solid #bbb;
  /*background-color: #c60913;*/
  background-color: #ff0022;
}
.header__top ul {
  text-transform: uppercase;
  float: right;
  font-size: 13px;
  margin: 5px -5px 5px 0;
  padding: 0;
  color: #ffffff;
}
.header__top ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.header__top ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  transition: all 150ms ease-in-out;
  border-radius: 2px;
}
.header__top ul li a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.header__top ul li a.center-picker {
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__top ul li a.center-picker:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__top ul li a.active-rounded, .header__top ul li a .center-picker:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__top__phone {
  float: left;
  position: absolute;
  margin: 0;
}
.header__top__phone li {
  margin-left: 0 !important;
}
.header__top__phone li a {
  font-family: "ToyotaType-Bold";
}
.header__top__logo {
  top: 35px;
  position: absolute;
  z-index: 100;
  display: inline-block;
}
.header__top__logo__lower {
  position: absolute;
  top: 50px;
  display: inline-block;
  z-index: 100;
}
.header__top__brand {
  right: 0;
  background-color: #fff;
  position: absolute;
  padding: 10px 10px;
  /*border:1px solid #ccc;*/
  height: 120px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  cursor: pointer;
}
.header .navbar {
  padding: 13px 0 0 0;
}
.header .navbar .nav-item {
  margin-left: 3px;
  margin-right: 3px;
}
.header .navbar .nav-item a {
  color: #000;
  padding: 5px 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
}
.header .mega-dropdown {
  position: static !important;
}
.header .mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
  border-top: 4px solid #ff0022;
}
.header .mega-dropdown-menu ul li a {
  padding: 0 !important;
  /*margin-bottom: 5px;*/
  display: block;
  vertical-align: middle;
}
.header .mega-dropdown-menu .cars a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 0;
  @inlcude font(700);
}
.header .mega-dropdown-menu .cars a span {
  background-color: #ff0022;
  display: block;
}
.header ul.brand {
  margin-right: 130px;
}
.header ul.dropdown-menu {
  width: auto;
}
.header ul.dropdown-menu li {
  padding: 0;
}
.header ul.dropdown-menu li a {
  padding: 5px 15px !important;
  display: block !important;
  text-wrap: avoid;
  white-space: nowrap;
}
.header ul.dropdown-menu li a img {
  opacity: 0;
  position: absolute;
  right: 10px;
  /*bottom:5px;*/
  z-index: 1000;
  transition: all 0.25s ease;
}
.header ul.dropdown-menu li a:hover {
  background-color: #efefee;
}
.header ul.dropdown-menu li a:hover img {
  opacity: 1;
}
.header ul.dropdown-menu li a:after {
  border-bottom: none;
}

.drop-downmenu {
  /*border-bottom: 4px red solid !important;*/
  border-radius: 0 !important;
}

.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .mobile {
    display: block;
  }
}
.mobile__header {
  background-color: #ff0022;
}
.mobile__header__logo img {
  margin: 10px;
}
.mobile__toplinks {
  padding: 0.5em 5%;
  font-size: 12px;
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #666;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #333;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgb(255, 255, 255);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #fff;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.footer {
  color: #ffffff;
  font-size: 14px;
}
.footer a {
  color: #ffffff;
}
.footer__logo {
  background-color: #ff0022;
  border-bottom: 1px solid #fff;
}
.footer__logo__payoff {
  float: right;
  text-align: right;
}
.footer__logo__payoff h3 {
  text-transform: uppercase;
}
.footer__top {
  background: linear-gradient(180deg, #ff0022 0%, #cc001b 100%);
}
.footer__top h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.footer__address {
  margin-bottom: 30px;
}
.footer__address h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.footer__bottom {
  background-color: #222;
  color: #999;
  font-size: 14px;
}
.footer__bottom li {
  display: inline;
  margin-right: 20px;
}
.footer__bottom li a {
  color: #999;
}
.footer__bottom_to-top {
  color: #999 !important;
}
.footer__bottom_to-top:hover {
  color: #999;
}
.footer__bottom_to-top div {
  display: inline-block;
}
.footer__bottom_to-top svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.footer__links a {
  margin-bottom: 5px;
}
.footer__links a:hover {
  color: #ffffff;
}
.footer__social {
  margin-top: 10px;
  margin-bottom: 25px;
}
.footer__social a {
  margin-right: 5px;
}
.footer__social a:after {
  border-bottom: none;
}

.btn-white {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 4px 15px 8px;
  border-radius: 500px;
  display: inline-block;
}
.btn-white a {
  color: #000000;
  text-decoration: none;
}

.btn-brand {
  background-color: #ff0022;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 15px 8px;
  border-radius: 500px;
  display: inline-block;
}
.btn-brand a {
  color: #ffffff;
  text-decoration: none;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 15px 8px;
  border-radius: 500px;
  display: inline-block;
}
.btn-black a {
  color: #ffffff;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../Content/Styles/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../Content/Styles/fonts/assets/fonts/slick.eot");
  src: url("../../Content/Styles/fonts/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../Content/Styles/fonts/assets/fonts/slick.woff") format("woff"), url("../../Content/Styles/fonts/assets/fonts/slick.ttf") format("truetype"), url("../../Content/Styles/fonts/assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* custom */
.slick-track {
  margin: 0 !important;
}

.slider-nav {
  display: none;
  margin-top: -80px;
}
.slider-nav img {
  opacity: 0.6;
  outline: 1px solid white;
  outline-offset: -1px;
  transition: all 0.3s;
}
.slider-nav img:hover {
  opacity: 0.9;
}
.slider-nav .slick-current img {
  opacity: 1;
  outline: 4px solid white;
  outline-offset: -4px;
  transition: all 0.3s;
}
.slider-nav .slick-initialized {
  display: block;
}

.countdown {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.countdown div {
  display: inline-block;
  text-align: center;
  padding: 20px;
  margin: 10px;
  border-radius: 6px;
  /*        background: rgb(237,237,237);
          background: -moz-radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(207,207,207,1) 100%);
          background: -webkit-radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(207,207,207,1) 100%);
          background: radial-gradient(circle, rgba(237,237,237,1) 0%, rgba(207,207,207,1) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed",endColorstr="#cfcfcf",GradientType=1);
  */
  background: rgb(255, 255, 255);
  background: -moz-radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(207, 207, 207) 100%);
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(207, 207, 207) 100%);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(207, 207, 207) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cfcfcf",GradientType=1);
  -webkit-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.41);
}
.countdown div span {
  font-size: 70px;
  font-family: "NeoSansPro-Bold";
  text-shadow: 3px 6px 7px rgba(0, 0, 0, 0.37);
}
.countdown div p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.hero {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  /*    @include border(border-top, 4px);
      @include border(border-bottom, 4px);
  */
}
.hero__inner {
  height: 600px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  padding-top: 250px;
}
.hero .light {
  color: #fff;
  font-weight: 300;
}
.hero .light h1 {
  font-size: 70px;
  text-transform: uppercase;
  margin: 0;
}
.hero .light p {
  font-size: 26px;
  font-family: "ToyotaType-Light";
}
.hero .light .btn {
  font-size: 18px;
  padding: 10px 30px;
  margin-right: 10px;
}
.hero__page {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__page__low {
  height: 350px;
}
.hero__page__high {
  height: 600px;
}

.department__list__col {
  margin-bottom: 30px;
}
.department__list__box {
  padding: 20px;
  background-color: #eeeeee;
}
.department__list__box img {
  background-color: #ffffff;
}
.department__list__box p {
  font-family: "ToyotaType-Regular";
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.department__list__box p span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.department__list__box a {
  display: block;
  background-color: #fff;
  color: #333333;
  padding: 10px;
  margin-bottom: 2px;
  font-family: "ToyotaType-Regular";
  transition: all 0.15s ease-in-out;
}
.department__list__box a:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}
.department__openinghours ul {
  display: inline-block;
}
.department__openinghours ul span {
  display: inline-block;
  float: right;
  margin-left: 50px;
}
.department__employees h3 {
  margin-top: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.department__employees__employee h4 {
  margin-top: 14px;
}
.department__brands h3 {
  margin-top: 40px;
}
.department__brands h4 {
  text-align: center;
}

.car-list h1 {
  margin-bottom: 30px;
}
.car-list__image {
  cursor: pointer;
}
.car-list__name {
  text-align: center;
  cursor: pointer;
}
.car-list__name a {
  font-size: 24px;
  font-family: "ToyotaType-Regular";
  color: #d90022;
}
.car-list__name a:hover {
  text-decoration: none;
}
.car-list__feature {
  font-family: "ToyotaType-Light";
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  min-height: 110px;
  cursor: pointer;
}
.car-list__feature span {
  color: #ff0022;
}

.actions__col {
  margin-bottom: 30px;
}
.actions__col:hover .actions__image {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.actions__col:hover .actions__content__headline {
  font-size: 28px;
}
.actions__inner {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.actions__content {
  position: absolute;
  height: 100%;
  width: 100%;
}
.actions__content__headline {
  position: absolute;
  font-size: 24px;
  font-family: "ToyotaType-Bold";
  color: #fff;
  bottom: 10px;
  text-align: right;
  width: 100%;
  right: 20px;
  transition: all 0.25s ease-in;
}
.actions__content__headline a {
  color: #fff;
}
.actions__content__headline a:hover {
  text-decoration: none;
}
.actions__content:hover {
  cursor: pointer;
}
.actions__image {
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 0.25s ease-in;
  filter: grayscale(100%);
}
.actions__gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.75) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
}

.campaign__teaser__full {
  height: 700px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.campaign__teaser__half {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}
.campaign__teaser__brand {
  display: inline-block;
  background: #FFFFFF;
  padding: 10px 20px;
  position: absolute;
}
.campaign__teaser__content {
  color: #fff;
  /*margin-top:200px;*/
  width: 800px;
  padding: 40px;
  display: inline-block;
  position: absolute;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .campaign__teaser__content {
    width: auto;
  }
}
.campaign__teaser__content h3 {
  font-size: 36px;
}
.campaign__teaser__content p {
  font-family: "ToyotaType-Light";
  margin-bottom: 10px;
}
.campaign__teaser__content .btn {
  font-size: 18px;
  margin-right: 20px;
  margin-top: 20px;
}
.campaign__teaser__content .small {
  font-size: 12px;
}
.campaign__teaser__content__background {
  background-color: rgba(0, 0, 0, 0.6);
}
.campaign__teaser__right {
  right: 0;
}
.campaign__teaser__center {
  right: auto;
  left: auto;
}
.campaign__teaser__seperator {
  border-top: 4px solid #ff0022;
}

.campaigns__title {
  margin-bottom: 30px;
}
.campaigns__item {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  cursor: pointer;
}
.campaigns__item strong {
  font-family: "ToyotaType-Regular";
  font-size: 18px;
  font-weight: normal;
}
.campaigns__item span {
  font-size: 14px;
}
.campaigns__item__content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  color: #fff;
  width: 100%;
}
.campaigns__item__content a {
  color: #fff;
}

.brands {
  text-align: center;
  align-content: center;
}
.brands h2 {
  border-bottom: 2px solid #ff0022;
  display: inline-block;
  padding-bottom: 5px;
}
.brands__brand {
  padding: 0 20px 20px 20px;
  position: relative;
}
.brands__brand__car img {
  z-index: 1;
  transition: all 0.25s ease-in;
}
.brands__brand:hover .brands__brand__car img {
  transform: scale(1.1);
}
.brands__brand__logo img {
  margin-top: -25px;
  z-index: 100;
  position: relative;
  display: inline-block;
}
.brands .btn {
  /*text-transform: uppercase;*/
  padding-left: 50px;
  padding-right: 50px;
  z-index: 100;
  width: 100%;
  position: relative;
}
.brands .btn:hover {
  color: #fff;
}

.car-hero {
  min-height: 510px;
  background-size: cover;
  background-position: center center;
  /*    .btn-block {
          @include phone {
              width: 85%;
          }
      }*/
}
.car-hero__box {
  width: 400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 24px;
  color: #fff;
  transition: width 0.25s;
  -webkit-transition: width 0.225s;
  overflow: hidden;
  /*        &:hover {
              width: 800px;

              .car-hero__box__arrows {
                  opacity: 1;
              }
          }
  */
}
@media (max-width: 767px) {
  .car-hero__box {
    width: auto;
  }
}
.car-hero__box__arrows {
  position: absolute;
  right: 24px;
  opacity: 0;
  z-index: 100;
  transition: width 0.25s;
  -webkit-transition: opacity 0.225s;
}
.car-hero__box__inner {
  width: 800px;
  display: inline-block;
}
@media (max-width: 767px) {
  .car-hero__box__inner {
    width: 100% !important;
  }
}
.car-hero__box__inner__left {
  width: 352px;
  display: inline-block;
}
@media (max-width: 767px) {
  .car-hero__box__inner__left {
    width: 100% !important;
  }
}
.car-hero__box__inner__right {
  width: 352px;
  display: inline-block;
  margin-left: 48px;
}
.car-hero__box__slideout {
  width: 352px;
  display: inline-block;
}
.car-hero__box ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.car-hero__box ul li span {
  color: #A89D7B;
}
.car-hero__box__title {
  font-size: 44px;
  line-height: 52px;
  font-family: "ToyotaType-Regular";
  margin-bottom: 30px;
}
.car-hero__box__tagline {
  font-size: 20px;
  margin-bottom: 15px;
  color: #A89D7B;
  font-family: "ToyotaType-Regular";
}
.car-hero__box a {
  margin-bottom: 20px;
}

.herodropdown {
  position: relative;
  display: inline-block;
  top: -80px;
  left: 24px;
  width: 352px;
}
@media (max-width: 767px) {
  .herodropdown {
    width: 87%;
  }
}
@media (max-width: 767px) {
  .herodropdown .btn-block {
    width: 100% !important;
  }
}

.herodropdown-content {
  display: none;
  position: absolute;
  background-color: #23272b;
  min-width: 352px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  left: -1px;
  top: 38px;
  z-index: 1;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: #1d2124 1px solid;
  border-right: #1d2124 1px solid;
  border-bottom: #1d2124 1px solid;
  /* .btn-block {
       @include phone {
           width: 100% !important;
       }
   }*/
}
@media (max-width: 767px) {
  .herodropdown-content {
    width: 100%;
    min-width: 100%;
  }
}

.herodropdown:hover .herodropdown-content {
  display: block;
}

.car-header {
  background-color: #ff0022;
  font-family: "ToyotaType-Light";
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .car-header .col-4 {
    margin-bottom: 15px;
  }
}
.car-header strong {
  font-family: "ToyotaType-Regular";
}
.car-header svg {
  max-width: 30px;
  margin-bottom: 10px;
  fill: #ffffff;
}
.car-header svg .st0 {
  fill: #ffffff;
}

@media (max-width: 767px) {
  .gallery__thumbnails {
    display: none;
  }
}

.response-container {
  display: none;
}

.datepickerfield {
  background-color: #fff !important;
}

.form_checkbox label {
  margin-bottom: 0 !important;
}

.consent {
  display: none;
}
.consent__inner {
  max-width: 800px;
}

.usedcars__list {
  font-family: "ToyotaType-Regular";
}
.usedcars__list a {
  color: #333;
  text-decoration: none;
}
.usedcars__list a:hover {
  text-decoration: none;
  color: #000;
}
.usedcars__list a:hover .usedcars__list__item {
  color: #fff;
  background-color: #ff0022;
}
.usedcars__list .btn-brand {
  font-weight: normal !important;
  font-size: 16px !important;
}
.usedcars__list p {
  font-size: 12px;
  margin-bottom: 0px;
  min-height: 40px;
}
.usedcars__list__item {
  background-color: #eeeeee;
  margin-bottom: 30px;
  transition: all 150ms ease-in-out;
}
.usedcars__list__header {
  padding: 5px 10px;
}
.usedcars__list__header h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.usedcars__list__body {
  padding: 5px 10px 0px;
}
.usedcars__list__body h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.usedcars__list__body p {
  text-align: center;
}
.usedcars__list ul li {
  border-top: 1px solid #fff;
  padding: 6px 10px;
  font-size: 14px;
}
.usedcars__list ul li span {
  display: inline-block;
  float: right;
}
.usedcars__list__image {
  position: relative;
}
.usedcars__list__hybrid {
  background: #00a0f0;
}
.usedcars__list__engros {
  background: #666;
}
.usedcars__list__el {
  background: #387c22;
}
.usedcars__list__hybrid, .usedcars__list__el, .usedcars__list__engros {
  top: 15px;
  color: #fff;
  font-family: "ToyotaType-Bold";
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
  right: 0;
}
.usedcars__list__energy {
  position: absolute;
  bottom: 15px;
}

.usedcar {
  margin-top: 50px;
}
.usedcar small {
  font-size: 12px;
  color: #999;
  font-family: "ToyotaType-Regular";
}
.usedcar__embed {
  margin-top: 20px;
  margin-bottom: 20px;
}
.usedcar__header {
  margin-bottom: 30px;
}
.usedcar__list__equipment {
  padding: 20px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media (max-width: 767px) {
  .usedcar__list__equipment {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .usedcar__list__equipment {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.usedcar__list__equipment li {
  padding-right: 10px;
}
.usedcar__list__mainspecs {
  /*background-color: #f5f4f4;*/
  background-color: #ff0022;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  font-family: "ToyotaType-Regular";
}
.usedcar__list__mainspecs small {
  color: #ffffff;
}
.usedcar__detailwrapper {
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 30px;
}
.usedcar__detailwrapper__group {
  margin-bottom: 10px;
}
.usedcar__detailwrapper__group div {
  margin-bottom: 30px;
}
.usedcar__priceblock {
  background-color: #f5f4f4;
  padding: 15px 30px;
}
.usedcar__priceblock span {
  font-size: 14px;
  float: right;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.usedcar__priceblock span:hover div svg {
  fill: #666;
}
.usedcar__priceblock span div {
  display: inline-block;
  vertical-align: top;
}
.usedcar__priceblock span div svg {
  width: 34px;
  height: 34px;
  fill: #999;
  transition: all 150ms ease-in-out;
  margin-right: 5px;
}
.usedcar__department {
  font-size: 14px;
}
.usedcar__department span {
  float: right;
}
.usedcar__sidebar__buttons {
  margin-bottom: 30px;
}
.usedcar__sidebar__buttons a:hover {
  color: #fff;
  background-color: #333;
}
.usedcar .gallery-main {
  position: relative;
}
.usedcar .gallery-thumbnails {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  opacity: 0.6;
}
.usedcar .gallery-thumbnail {
  border: 1px solid #fff;
  margin: 5px;
  display: inline-block;
}
.usedcar input[readonly] {
  background-color: #f5f5f4;
}
.usedcar__employees a {
  color: #333;
  font-family: "ToyotaType-Regular";
}

.search .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.usedcarsectionheading {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F1F1;
}

.rangeheader {
  text-align: right;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.irs--round .irs-bar, .irs--round .irs-handle {
  color: #ff0022;
  border-color: #ff0022;
}

.irs--round .irs-bar {
  background-color: #ff0022;
}

.f-carousel {
  --f-button-width: 38px;
  --f-button-height: 38px;
  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-color: rgb(71 85 105);
  --f-button-border-radius: 50%;
  --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
  --f-button-bg: #fff;
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
}

@media (max-width: 767px) {
  .pricelist__wrapper {
    overflow-x: auto;
  }
}
.pricelist table {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pricelist table {
    width: auto;
    margin-bottom: 30px;
  }
}
.pricelist td {
  padding: 10px;
}
.pricelist td span {
  color: #bbb;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.pricelist thead td {
  vertical-align: bottom;
}
.pricelist tbody td {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .pricelist .btn {
    margin-bottom: 5px;
    display: block;
  }
}

.search__filter {
  font-family: "ToyotaType-Regular";
}
.search__filter .btn-brand:hover {
  color: #fff;
}
.search__filter__reset {
  color: #808080;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
.search__filter__reset:hover {
  text-decoration: none;
  color: #ffffff;
}

.banner__video {
  position: relative;
  overflow: hidden;
}
.banner__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner__video__full video {
  position: relative !important;
  top: auto;
  left: auto;
  min-height: 100%;
  min-width: 100%;
  webkit-transform: none;
  transform: none;
}
