@charset "UTF-8";
.bg-img, .ava-wrapper .ava {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.block-va {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.block-ha {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.block-vha {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*social icons*/
/*media*/
html, body {
  height: 100%; }

main {
  background-color: #f9f9f9; }

:focus {
  /* or */ }

.main {
  padding-top: 10px;
  background-color: #f9f9f9; }

.main-container {
  position: relative; }

.hidden_cd {
  display: none !important; }

.subheader {
  color: #4F4F4F;
  margin-top: 2.14286em;
  padding-bottom: 0.71429em;
  margin-bottom: 1.42857em;
  border-bottom: 1px solid #1d80d9;
  font-weight: 700; }
  .subheader i {
    margin-right: 5px;
    color: #005CAF; }

.u-red:hover:before {
  background-color: #ca1102 !important; }

.form-control {
  font-family: Arial; }

/* SCROLL TO TOP */
#back_to_top {
  position: fixed;
  right: 15px;
  bottom: 28px;
  width: 55px;
  opacity: 0.75;
  display: none;
  z-index: 150000;
  cursor: pointer; }

#back_to_top img {
  opacity: 0.95; }

#back_to_top:hover {
  position: fixed;
  right: 15px;
  bottom: 27px;
  width: 55px;
  background-color: #ef4343; }

.in_progress {
  display: none !important;
  cursor: not-allowed; }

form .result {
  display: none;
  background-color: #f6e2e2;
  font-weight: bold;
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  border: 1px solid #ed7272; }

form .sys_message {
  padding: 10px;
  background-color: #d4fbd4;
  border: 1px solid #b0f5b0;
  border-radius: 3px; }

.videoContainer {
  max-height: 425px;
  overflow-y: hidden;
  height: 100%; }

ul.list-classic li {
  list-style: disc;
  margin-left: 16px; }

.img_preview {
  display: none;
  width: 160px;
  position: absolute;
  border: 1px dotted #9dcef7;
  margin: 0 !important;
  padding: 10px;
  color: #313131;
  text-align: center;
  background: #f9edbe url(/img/ajax_load.gif) no-repeat;
  background-position: 50% 10%;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 4px #dedede;
          box-shadow: 0px 1px 4px #dedede;
  font-size: 12px; }
  .img_preview img {
    width: 100%;
    margin-bottom: 10px; }

.red-line {
  border-top: 1px solid #ca1102; }

.adhensive {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0; }

.hide-link {
  color: #1d80d9; }
  .hide-link:hover {
    text-decoration: underline; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-container {
    width: 100%; } }

.search-box-main {
  background-color: white;
  padding: 0.71429em 0; }
  .search-box-main button[type=submit] {
    border: 2px solid white; }
  .search-box-main .form-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .search-box-main .form-inline .form-group {
      width: calc((100% - 126px)/7);
      float: left;
      padding: 0 2px; }
      .search-box-main .form-inline .form-group.form-advanced {
        width: 126px;
        padding-left: 15px; }
      .search-box-main .form-inline .form-group .bootstrap-select {
        width: 100%; }
      .search-box-main .form-inline .form-group > .white-link {
        vertical-align: baseline;
        line-height: 1; }
      .search-box-main .form-inline .form-group .advanced {
        text-align: right; }
        .search-box-main .form-inline .form-group .advanced a {
          font-size: 12px;
          line-height: normal; }
      .search-box-main .form-inline .form-group .keywords-input {
        width: 100%;
        height: 33px; }

ul {
  padding-left: 0; }
  ul li {
    list-style-type: none; }

a:hover, a:focus {
  color: dimgray; }

/*links and hover colors*/
.link-active {
  background-color: #F2F2F2;
  color: #1d80d9; }
  .link-active.underline:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.red-link {
  color: #ca1102;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .red-link:hover, .red-link:focus {
    color: #005CAF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.gray-link {
  color: #9c9c9c;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .gray-link:hover, .gray-link:focus {
    color: #ca1102;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.blue-link {
  color: #1d80d9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 20px; }
  .blue-link:hover, .blue-link:focus {
    color: #005CAF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.dark-blue-link {
  color: #005CAF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .dark-blue-link:hover, .dark-blue-link:focus {
    color: #1d80d9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.gray-text-main {
  color: #4F4F4F; }

.red-text {
  color: #ca1102; }

.txt-uppercase {
  text-transform: uppercase; }

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

.brown-link {
  color: #4e342e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .brown-link:hover, .brown-link:focus {
    color: #005CAF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.white-link {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .white-link:hover, .white-link:focus {
    color: #F2F2F2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.clearboth {
  clear: both; }

.breadcrumb-bottom {
  background-color: #f9f9f9; }

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap; } }

.flex-around {
  display: -webkit-box;
  display: flex;
  justify-content: space-around; }

.flex-between {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.flex-between-y {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.flex-between-x {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.flex-start-x {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.flex-end-x {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.flex-start-y {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }

.flex-end-y {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end; }

.flex-center-x {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.flex-center-y {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.flex-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.flex-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.is-flex-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.is-flex-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.wrap {
  flex-wrap: wrap; }

.row-half {
  margin-left: -15px;
  margin-right: -15px; }

.col-half {
  padding-left: 15px;
  padding-right: 15px; }

.row-quater {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.col-quater {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.inner {
  position: relative; }

.block-container {
  position: relative;
  padding-top: 3.14286em;
  margin-top: 2.14286em; }
  .block-container .preheader {
    position: absolute;
    top: 0;
    left: 0;
    min-width: calc(100% / 8);
    background-color: #ca1102;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .block-container .preheader a {
      display: block;
      font-size: 1.71429em;
      padding: 0.20833em 0.625em;
      color: white;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .block-container .preheader:hover, .block-container .preheader:focus {
      background-color: #005CAF;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .block-container .block-content {
    border: solid #ca1102;
    border-width: 2px 0 0 0; }

.round {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ca1102;
  margin-right: 5px; }

.caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #F2F2F2;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 2.14286em;
  padding: 1.42857em 2.14286em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .caption h3 {
    color: #F2F2F2;
    margin-top: 0; }

.block-hover {
  position: relative; }
  .block-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(162, 162, 162, 0.38);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .block-hover:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .block-hover:hover .caption, .block-hover:focus .caption {
    background-color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .block-hover:hover .caption > *, .block-hover:focus .caption > * {
      color: #4e342e;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.ava-wrapper {
  margin-top: 1.42857em; }
  .ava-wrapper > a {
    display: inline-block;
    vertical-align: middle; }
  .ava-wrapper .ava {
    display: block;
    width: 3.21429em;
    height: 3.21429em;
    border-radius: 50%;
    border: 1px solid #D5D6D8;
    margin-right: 5px; }

/*form tabs*/
.tab-headings {
  position: relative;
  padding: 0 0 1px; }
  .tab-headings > [class*='col-'] {
    padding-top: 1.07143em; }

.tab-content, .tab-content-hover {
  display: none; }
  .tab-content.current, .tab-content-hover.current {
    display: block; }

.car-brand-wrapper {
  display: inline-block;
  width: 50px;
  text-align: center; }

.user-ava {
  min-width: 6.14286em;
  height: 6.14286em;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px; }
  .user-ava img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 767px) {
  .videoContainer {
    max-height: inherit; }
  /*form tabs*/
  .tab-headings {
    padding: 0; }
    .tab-headings .tab {
      cursor: pointer;
      padding-bottom: 1.42857em;
      white-space: nowrap; }
      .tab-headings .tab:first-of-type {
        background-color: #1d80d9; }
      .tab-headings .tab + .tab {
        background-color: #ca1102; } }

.terms-email {
  margin-top: 1.42857em; }

/*Breadcrumbs*/
.breadcrumb_starter {
  color: #9c9c9c; }

.breadcrumb {
  padding: 0;
  display: inline-block;
  margin-left: 6px; }
  .breadcrumb li > .fa {
    color: #005CAF; }

.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  vertical-align: middle;
  color: #ccc !important; }

.breadcrumb > li.active:before {
  color: #0c640a !important; }

.breadcrumb > .active {
  font-weight: bold; }

.breadcrumb .browser {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/icons/browsers/chrome.png"); }

/*Cards*/
.aside-cards {
  padding-top: 2.85714em; }
  .aside-cards > h4 {
    margin-bottom: 1.42857em;
    margin-left: 0.71429em; }

.card {
  max-width: 19.42857em;
  float: none;
  margin: auto;
  text-align: center;
  -webkit-box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.42857em; }
  .card .img-container {
    width: 100%;
    overflow: hidden; }
    .card .img-container img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .card .card-bottom {
    padding: 0.71429em 1.07143em;
    background-color: #ffffff;
    color: #4e342e; }
  .card:hover .img-container img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .card:hover .card-bottom {
    color: #005CAF; }

.info {
  color: silver;
  font-size: 0.92857em;
  font-style: italic;
  padding: 1.07143em 1.07143em 1.42857em 1.07143em; }

.ref {
  color: silver;
  font-size: 0.92857em; }

.item-info {
  padding-top: 0;
  padding-bottom: 1.07143em; }
  .item-info .car-logo {
    /*
    width: em(50);
    height: em(50);
*/
    margin-right: 0.71429em;
    float: left;
    max-width: 100px;
    max-height: 50px; }
  .item-info .verified-dealer {
    text-align: center;
    color: #968009;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px; }
    .item-info .verified-dealer img {
      display: block;
      margin: 4px auto;
      width: 62px; }
  .item-info .price {
    width: 120px; }
  .item-info .price, .item-info .currency-box {
    display: inline-block;
    vertical-align: middle; }
  .item-info .price-monthly {
    color: darkslategrey;
    font-weight: bold;
    margin-top: -3px;
    margin-bottom: 5px; }
  .item-info .currency-box {
    margin-left: 0.71429em; }
  .item-info .price-box {
    padding-left: 109px; }
    .item-info .price-box h3 {
      margin-bottom: 0; }
  .item-info h3 {
    margin-top: 0; }
  .item-info .btn-red {
    margin-bottom: 0.71429em; }

.currency-box {
  height: 18px;
  overflow: hidden; }
  .currency-box .currency {
    height: 18px;
    width: 24px;
    cursor: pointer;
    display: inline-block;
    background-image: url("/img/currentcy-flags-sprite.jpg");
    -webkit-background-size: 24px 24px;
            background-size: 24px; }
    .currency-box .currency.EUR {
      background-position-y: -18px; }
    .currency-box .currency.GBP {
      background-position-y: -36px; }
    .currency-box .currency.ZAR {
      background-position-y: -54px; }
    .currency-box .currency.BTC {
      background-position-y: -72px; }
    .currency-box .currency.DOGE {
      background-position-y: -108px; }

.fa-heart, .fa-heart-o {
  color: #ca1102; }

.social-top {
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  padding: 8px;
  border: 1px solid silver;
  display: -webkit-box;
  display: flex; }
  .social-top a {
    margin: 0.71429em;
    text-align: center; }
    .social-top a .fa {
      font-size: 2.2em;
      margin-left: 5px; }
      .social-top a .fa:before {
        vertical-align: middle; }
      .social-top a .fa:hover {
        opacity: 0.8; }
    .social-top a .fa-square-o {
      color: #ca1102; }

.social-standard {
  display: -webkit-box;
  display: flex; }
  .social-standard a {
    margin: 0.71429em;
    text-align: center; }
    .social-standard a .fa {
      font-size: 1.71429em;
      margin-left: 5px; }
      .social-standard a .fa:before {
        vertical-align: middle; }
      .social-standard a .fa:hover {
        opacity: 0.8; }

.row-hot-deals h2 {
  color: #4e342e; }

.row-hot-deals .slick-slide img {
  float: none;
  margin: auto;
  max-width: 190px; }

.addfav {
  cursor: pointer; }

.cursor-pointer {
  cursor: pointer; }

@media screen and (max-width: 500px) {
  .addfav > span {
    display: none; }
  .social-top a {
    font-size: 11px; } }

@media screen and (max-width: 768px) {
  .item-info {
    padding-bottom: 1.07143em; }
    .item-info .price-box {
      padding-left: 0; }
      .item-info .price-box h3 {
        margin-bottom: 0;
        height: 49px;
        display: table-cell;
        vertical-align: middle; }
      .item-info .price-box .prices_and_ref {
        float: left;
        width: 100%;
        margin-bottom: 10px; }
        .item-info .price-box .prices_and_ref .ref {
          float: right;
          line-height: 32px; }
        .item-info .price-box .prices_and_ref .currency-box {
          margin-left: 0; }
    .item-info .verified-dealer {
      margin-top: -20px; }
      .item-info .verified-dealer img {
        width: 30px;
        font-size: 13px; } }

@media screen and (max-width: 480px) {
  .item-info .price-box .prices_and_ref .ref {
    float: none;
    line-height: 10px; } }

.search-price {
  display: inline-block;
  max-width: 15.35714em;
  margin-bottom: 5px; }
  .search-price span {
    font-size: 1.28571em; }
  .search-price span:first-child {
    color: #ca1102;
    font-weight: bold; }

.price {
  font-size: 1.42857em;
  color: #ca1102;
  font-weight: bold; }
  .price.price-sm {
    font-size: 1em; }

.estimated-hint {
  display: inline-block;
  color: #4c8cc4;
  font-size: 12px;
  font-weight: bold; }
  .estimated-hint .wrapper {
    display: none;
    position: absolute;
    padding: 10px;
    margin-top: -10px;
    z-index: 10; }
    .estimated-hint .wrapper .hint {
      background-color: white;
      border: 1px solid #d8d8d8;
      border-radius: 3px;
      -webkit-box-shadow: 0 2px 7px #dfdfdf;
              box-shadow: 0 2px 7px #dfdfdf;
      padding: 5px 10px;
      font-size: 13px;
      color: gray;
      max-width: 300px;
      margin-top: 5px; }
  .estimated-hint:hover .wrapper {
    display: block; }

.fav-box {
  position: relative; }
  .fav-box .fav {
    position: absolute;
    top: -5px;
    right: -3.07143em;
    z-index: 20; }
    .fav-box .fav > img {
      height: 2.85714em; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper.videoWrapper-large {
    padding-bottom: 41.25%; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

aside .videoWrapper {
  margin-bottom: 1.42857em; }

.compare-block {
  border-radius: 4px;
  height: 100%;
  background-color: #ffffff;
  padding: 1.07143em 0.71429em;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16); }
  .compare-block h4 {
    color: #ca1102;
    font-weight: 700; }
  .compare-block .compare-car-logo {
    max-width: 12.14286em;
    height: auto; }
  .compare-block .modelThumb {
    width: 220px;
    display: block;
    margin: 0 auto; }
  .compare-block .compare-car {
    max-width: 100%; }
  .compare-block .btn-compare {
    margin-top: 1.07143em; }
  .compare-block .social-standard {
    border-top: 1px solid #1d80d9;
    margin-top: 1.42857em; }
  .compare-block .menu-icons {
    font-size: 1.4em;
    width: 70%;
    margin: 12px auto; }
    .compare-block .menu-icons i {
      margin: 3px; }
  @media screen and (max-width: 991px) {
    .compare-block {
      margin-bottom: 1.42857em; } }

.compare-block.flash {
  text-align: center; }
  .compare-block.flash canvas {
    max-width: 100%; }

.car-reviews .review-txt {
  font-size: 12px;
  line-height: 1.4; }
  .car-reviews .review-txt.short-text {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 50.4px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.car-reviews .review-title {
  font-weight: 700;
  color: #ca1102;
  min-height: 2.5em;
  margin-bottom: 10px;
  display: block; }

.bottom-breadcrumbs {
  margin-top: 20px;
  padding: 15px; }

.bottom-floating-newcars {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 100;
  background-color: #005CAF;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  /* border-top: 2px solid red; */
  -webkit-box-shadow: 0px 0px 2px #8e8e8e;
          box-shadow: 0px 0px 2px #8e8e8e;
  font-size: 16px; }
  .bottom-floating-newcars:hover {
    color: white;
    background-color: red; }
  .bottom-floating-newcars i {
    margin-right: 8px;
    font-weight: normal; }
  .bottom-floating-newcars span {
    color: white; }

#compares_list input[type=checkbox] {
  display: inline;
  margin-right: 4px; }

#compares_list label {
  display: inline; }

#compares_list .compare-remove {
  margin-left: 5px;
  cursor: pointer; }

#compares_list .hint {
  color: #ca1102;
  font-weight: bolder; }

#compares_list .compare-add-model {
  cursor: pointer;
  margin-top: 8px; }

#compares_list .compare-models-popup {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 1px 1px 4px #bfbfbf;
          box-shadow: 1px 1px 4px #bfbfbf;
  border: 1px solid #a8a8a8;
  width: 300px; }
  #compares_list .compare-models-popup input {
    width: 100%; }
  #compares_list .compare-models-popup .results {
    background-color: #f1f1f1;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll; }
    #compares_list .compare-models-popup .results .item {
      border-bottom: 1px solid #cdcdcd;
      padding: 5px 10px;
      cursor: pointer; }
      #compares_list .compare-models-popup .results .item:hover {
        background-color: white; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'slick';
  src: url("../../../fonts/slick.eot");
  src: url("../../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../fonts/slick.woff") format("woff"), url("../../../fonts/slick.ttf") format("truetype"), url("../../../fonts/slick.svg#slick") format("svg");
  font-display: swap; }

@font-face {
  font-family: 'slick';
  src: url("../../../fonts/fontawesome-webfont.eot");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff") format("woff"), url("../../../fonts/fontawesome-webfont.ttf") format("truetype"), url("../../../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-display: swap; }

h1, h2, h3, h4, h5, h6 {
  color: #4F4F4F; }

h4 {
  margin-top: 1.42857em;
  margin-bottom: 1.42857em; }

p.pre-txt {
  font-size: 1em;
  color: #4e342e;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 1.07143em;
  border-left: 1px solid #ca1102; }

p.main-txt {
  font-size: 1em;
  color: #4e342e;
  line-height: 1.5;
  margin-top: 1.07143em;
  font-weight: 600; }

.h-brown {
  color: #4e342e; }

.h-red {
  color: #ca1102; }

.h-blue {
  color: #1d80d9; }

.h-darkblue {
  color: #005CAF; }

@media screen and (min-width: 992px) {
  h1, .heading {
    font-size: 2.57143em; }
  h2, .like_h2 {
    font-size: 1.78571em; }
  h3 {
    font-size: 1.71429em; }
  h4 {
    font-size: 1.28571em; }
  h5 {
    font-size: 1em; }
  h6 {
    font-size: 0.85714em; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  h1, .heading {
    font-size: 2.42857em; }
  h2, .like_h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.57143em; }
  h4 {
    font-size: 1.14286em; } }

@media screen and (max-width: 767px) {
  h1, .heading {
    font-size: 1.28571em; }
  h2, .like_h2 {
    font-size: 1.21429em; }
  h3 {
    font-size: 1.14286em; }
  h4 {
    font-size: 1em; } }

.navbar-header > a, .navbar-header .menu-item {
  line-height: 6.42857em; }

.navbar-header button span {
  background-color: #ca1102; }

.sign-in {
  position: absolute;
  top: 0;
  right: 0.71429em;
  line-height: 2;
  z-index: 2; }

.additional-txt {
  line-height: 1;
  vertical-align: super;
  font-size: 0.92857em;
  color: #ca1102;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: -0.5px; }

.dropdown-container.red {
  background-color: #c10d0d;
  -webkit-box-shadow: 0px 2px 0px 0px #fcfcfc;
          box-shadow: 0px 2px 0px 0px #fcfcfc;
  border-radius: 6px; }

.subnav.inverted .dropdown-container.red {
  -webkit-box-shadow: 0px 2px 0px 0px #000;
          box-shadow: 0px 2px 0px 0px #000; }
  .subnav.inverted .dropdown-container.red > a {
    color: white !important; }

.navbar {
  background-color: #191919; }

.navbar-panel-top {
  font-size: 0.7vw; }
  .navbar-panel-top .fa {
    font-size: 16px; }

@media screen and (max-width: 1199px) {
  .dropdown-container {
    padding: 0 0.6%; }
  .navbar-panel.navbar-panel-bottom > a, .navbar-panel.navbar-panel-bottom .menu-item {
    font-size: 9.5px;
    padding: 0 0.8%; }
  .subnav .btn {
    padding-left: 5px;
    padding-right: 5px; } }

@media screen and (max-width: 1080px) {
  .navbar-panel.navbar-panel-bottom > a, .navbar-panel.navbar-panel-bottom .menu-item {
    font-size: 8.5px; } }

@media screen and (max-width: 1024px) {
  .logo {
    font-size: 11px; }
  .navbar-header > a, .navbar-panel-top > a {
    font-size: 0.92857em; } }

/*Burger*/
/* Icon 4 */
#navBurger {
  width: 36px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #navBurger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #navBurger span:nth-child(1) {
      top: 0;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    #navBurger span:nth-child(2) {
      top: 12px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    #navBurger span:nth-child(3) {
      top: 24px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  #navBurger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -1px;
    left: 6px; }
  #navBurger.open span:nth-child(2) {
    width: 0;
    opacity: 0; }
  #navBurger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 25px;
    left: 6px; }

@media screen and (max-width: 991px) {
  main {
    padding-top: 3.3em; }
  .logo {
    font-size: 9px; }
  .mainNav, .subnav {
    position: absolute;
    display: none; }
  .navbar-panel a {
    display: block;
    float: none;
    line-height: 2.5em !important; }
  .navbar-panel.navbar-panel-bottom > a, .navbar-panel.navbar-panel-bottom .menu-item {
    padding: 0 1.2%; }
  .navbar-header {
    position: relative;
    width: 100%; }
  .burger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.07143em;
    left: 1.07143em; } }

/*MOBILE MENU*/
.mobile-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  padding: 0 1.07143em;
  z-index: 250;
  height: 3.3em;
  line-height: 3.3em;
  -webkit-box-shadow: 0 0 6px 0 #555;
          box-shadow: 0 0 6px 0 #555;
  text-align: center; }
  .mobile-header.inverted {
    background-color: white; }
    .mobile-header.inverted #navBurger span {
      background: #000; }
  .mobile-header .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mobile-header .search-wrap {
    max-width: 17.85714em;
    color: #020100;
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */ }
    .mobile-header .search-wrap input[type="text"] {
      color: #020100;
      line-height: normal; }
    .mobile-header .search-wrap input[type="text"].active {
      border-bottom: 1px solid #020100;
      background-color: #ffffff; }
    .mobile-header .search-wrap input[type="submit"] {
      z-index: 5; }
    .mobile-header .search-wrap input[type="text"].active + input[type="submit"] {
      background: url("../../../img/ic_search_black_24px.svg") center center no-repeat;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .mobile-header .search-wrap input::-webkit-input-placeholder {
      color: #020100; }
    .mobile-header .search-wrap input:-moz-placeholder {
      color: #020100; }
    .mobile-header .search-wrap input::-moz-placeholder {
      color: #020100; }
    .mobile-header .search-wrap input:-ms-input-placeholder {
      color: #020100; }
    @media screen and (max-width: 767px) {
      .mobile-header .search-wrap {
        max-width: calc(100% - 50px); } }
  .mobile-header.mobile-header-red {
    background-color: #ca1102; }
    .mobile-header.mobile-header-red #navBurger span {
      background-color: #ffffff; }

.mobile-nav {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  margin-left: -100%;
  position: fixed;
  top: 3.3em;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  transition: all 0.3s ease-in-out 0.7s;
  overflow-x: hidden;
  z-index: 200; }
  .mobile-nav .sidenav {
    padding: 1.42857em 0;
    margin-bottom: 46px; }
    .mobile-nav .sidenav > li {
      cursor: pointer; }
      .mobile-nav .sidenav > li.half {
        width: 50%;
        float: right;
        white-space: nowrap; }
      .mobile-nav .sidenav > li.right {
        padding-right: 33px;
        text-align: right;
        margin-top: 5px; }
        .mobile-nav .sidenav > li.right a {
          display: inline;
          border-bottom: 0 !important;
          margin-left: 10px; }
        .mobile-nav .sidenav > li.right b {
          display: inline-block; }
        .mobile-nav .sidenav > li.right i {
          float: none !important;
          margin-right: -15px;
          margin-top: 0 !important; }
      .mobile-nav .sidenav > li:not(:last-of-type) a {
        border-bottom: 1px solid rgba(242, 242, 242, 0.13); }
      .mobile-nav .sidenav > li > a {
        padding: 0.28571em 1.07143em;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 100%;
        text-transform: uppercase;
        color: black;
        line-height: 2.3;
        position: relative; }
        .mobile-nav .sidenav > li > a.blue {
          background-color: #1d80d9;
          color: white; }
          .mobile-nav .sidenav > li > a.blue.opened {
            color: white !important; }
            .mobile-nav .sidenav > li > a.blue.opened i {
              color: white; }
        .mobile-nav .sidenav > li > a.opened {
          color: #ed1c24; }
          .mobile-nav .sidenav > li > a.opened > .fa {
            color: #ca1102; }
          .mobile-nav .sidenav > li > a.opened span:before {
            content: "-"; }
        .mobile-nav .sidenav > li > a > span {
          font-size: 20px;
          position: absolute;
          right: 5%;
          top: 0.02143em; }
          .mobile-nav .sidenav > li > a > span:before {
            content: "+"; }
        .mobile-nav .sidenav > li > a > .fa {
          float: left;
          width: 1em;
          font-size: 1.42857em;
          margin-top: 0.28571em; }
          .mobile-nav .sidenav > li > a > .fa.fa-heart {
            color: #ed1c24; }
    .mobile-nav .sidenav li.inverted > a {
      color: #c91100;
      background-color: white; }
    .mobile-nav .sidenav li.inverted ul {
      background-color: white; }
    .mobile-nav .sidenav li.inverted .childnav a {
      color: #ca1102; }
      .mobile-nav .sidenav li.inverted .childnav a i {
        color: black; }
    .mobile-nav .sidenav b {
      display: block;
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    .mobile-nav .sidenav li:nth-child(1) b {
      -webkit-transition-delay: 0.08s;
              transition-delay: 0.08s; }
    .mobile-nav .sidenav li:nth-child(2) b {
      -webkit-transition-delay: 0.12s;
              transition-delay: 0.12s; }
    .mobile-nav .sidenav li:nth-child(3) b {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s; }
    .mobile-nav .sidenav li:nth-child(4) b {
      -webkit-transition-delay: 0.20s;
              transition-delay: 0.20s; }
    .mobile-nav .sidenav li:nth-child(5) b {
      -webkit-transition-delay: 0.24s;
              transition-delay: 0.24s; }
    .mobile-nav .sidenav li:nth-child(6) b {
      -webkit-transition-delay: 0.28s;
              transition-delay: 0.28s; }
    .mobile-nav .sidenav li:nth-child(7) b {
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s; }
    .mobile-nav .sidenav li:nth-child(8) b {
      -webkit-transition-delay: 0.36s;
              transition-delay: 0.36s; }
    .mobile-nav .sidenav li:nth-child(9) b {
      -webkit-transition-delay: 0.40s;
              transition-delay: 0.40s; }
    .mobile-nav .sidenav li:nth-child(10) b {
      -webkit-transition-delay: 0.44s;
              transition-delay: 0.44s; }
    .mobile-nav .sidenav li:nth-child(11) b {
      -webkit-transition-delay: 0.48s;
              transition-delay: 0.48s; }
    .mobile-nav .sidenav li:nth-child(12) b {
      -webkit-transition-delay: 0.52s;
              transition-delay: 0.52s; }
    .mobile-nav .sidenav li:nth-child(13) b {
      -webkit-transition-delay: 0.56s;
              transition-delay: 0.56s; }
    .mobile-nav .sidenav.childnav {
      margin: 0 0 0 22px;
      border-left: 1px solid #ed1c24;
      display: none; }
      .mobile-nav .sidenav.childnav.opened {
        display: block; }
      .mobile-nav .sidenav.childnav li {
        display: none; }
  .mobile-nav.toggled {
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .mobile-nav.toggled .sidenav b {
      opacity: 1;
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
    .mobile-nav.toggled .sidenav li:nth-child(1) b {
      -webkit-transition-delay: 0.08s;
              transition-delay: 0.08s; }
    .mobile-nav.toggled .sidenav li:nth-child(2) b {
      -webkit-transition-delay: 0.12s;
              transition-delay: 0.12s; }
    .mobile-nav.toggled .sidenav li:nth-child(3) b {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s; }
    .mobile-nav.toggled .sidenav li:nth-child(4) b {
      -webkit-transition-delay: 0.20s;
              transition-delay: 0.20s; }
    .mobile-nav.toggled .sidenav li:nth-child(5) b {
      -webkit-transition-delay: 0.24s;
              transition-delay: 0.24s; }
    .mobile-nav.toggled .sidenav li:nth-child(6) b {
      -webkit-transition-delay: 0.28s;
              transition-delay: 0.28s; }
    .mobile-nav.toggled .sidenav li:nth-child(7) b {
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s; }
    .mobile-nav.toggled .sidenav li:nth-child(8) b {
      -webkit-transition-delay: 0.36s;
              transition-delay: 0.36s; }
    .mobile-nav.toggled .sidenav li:nth-child(9) b {
      -webkit-transition-delay: 0.40s;
              transition-delay: 0.40s; }
    .mobile-nav.toggled .sidenav li:nth-child(10) b {
      -webkit-transition-delay: 0.44s;
              transition-delay: 0.44s; }
    .mobile-nav.toggled .sidenav li:nth-child(11) b {
      -webkit-transition-delay: 0.48s;
              transition-delay: 0.48s; }
    .mobile-nav.toggled .sidenav li:nth-child(12) b {
      -webkit-transition-delay: 0.52s;
              transition-delay: 0.52s; }
    .mobile-nav.toggled .sidenav li:nth-child(13) b {
      -webkit-transition-delay: 0.56s;
              transition-delay: 0.56s; }

/*General Search Box*/
.search-wrap-container {
  background-color: #f9f9f9; }

@media screen and (max-width: 767px) {
  .form-mob .form-group {
    width: 100%;
    float: left; }
  .form-mob .bootstrap-select {
    width: 100% !important; }
  .btn-collapse {
    position: relative;
    margin-bottom: 0.71429em; }
    .btn-collapse .fa {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 10px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .search-box > .container {
    width: 100%; } }

#navNews, #navArchives {
  z-index: 199; }

.mobile-nav-motoring {
  border-top: 1px solid #1d80d9;
  background-color: #ffffff;
  padding: 1.42857em 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  padding-bottom: 30%; }
  .mobile-nav-motoring .sidenav {
    padding-top: 0.71429em;
    padding-bottom: 0;
    margin-bottom: 0; }
    .mobile-nav-motoring .sidenav > li {
      padding: 0 2.85714em; }
      .mobile-nav-motoring .sidenav > li > a {
        color: #020100; }
      .mobile-nav-motoring .sidenav > li:not(:last-of-type) a {
        border-bottom: 1px dotted silver; }
      .mobile-nav-motoring .sidenav > li.blue-heading {
        color: #005CAF;
        font-weight: 700;
        font-size: 1.42857em;
        text-transform: uppercase;
        padding: 0 0.75em; }

.close-nav {
  display: inline-block;
  margin-left: 1.07143em;
  margin-right: 1.07143em; }
  .close-nav i {
    font-size: 2.14286em; }

.navbar-additional {
  background-color: #ffffff;
  padding: 0 0.71429em;
  margin-right: 0.71429em; }
  .navbar-additional .logo {
    max-width: 10.71429em;
    max-height: 4.28571em; }

/*Favourite Popup*/
#favouritesPopup .empty-screen {
  min-height: 21.42857em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

#favouritesPopup .slick-dotted.slick-slider {
  margin-bottom: 0; }

#favouritesPopup .slider-paging-number li:nth-child(1n+2) {
  display: none; }

#favouritesPopup .arrow-holder {
  position: relative;
  width: 14.28571em;
  float: none;
  margin: auto; }
  #favouritesPopup .arrow-holder .slick-prev:before, #favouritesPopup .arrow-holder .slick-next:before {
    color: #1d80d9; }

#favouritesPopup form .input-group .label {
  position: absolute;
  bottom: 10px;
  right: 12px;
  z-index: 3; }

#favouritesPopup form .input-group input {
  padding-right: 70px; }

#favouritesPopup .share-social .btn {
  margin-left: 10px; }

#favouritesPopup .tabs-fav {
  display: inline-block; }

.fav-block {
  position: relative;
  padding: 1.07143em;
  vertical-align: top;
  text-align: center; }
  .fav-block .row {
    text-align: left; }
  .fav-block .fav-block-inner {
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }
    .fav-block .fav-block-inner .fav-img {
      width: 100%;
      height: 8.14286em;
      padding: 3px 1px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: top center; }
    .fav-block .fav-block-inner .fav-list {
      padding: 0.71429em; }
      .fav-block .fav-block-inner .fav-list li:first-child {
        margin-bottom: 0.71429em; }
      .fav-block .fav-block-inner .fav-list li:last-child {
        margin-top: 0.71429em; }
    .fav-block .fav-block-inner .fav-del {
      width: 2.14286em;
      height: 2.14286em;
      position: absolute;
      top: 0;
      right: 0;
      background: url("../../../img/icons/ic_delete_forever_black_24px.svg") no-repeat center;
      background-color: #D5D6D8; }

.fav-mail-box, .fav-mail-box-mob {
  max-width: 21.42857em; }
  .fav-mail-box .slick-prev, .fav-mail-box-mob .slick-prev {
    top: 0;
    left: 50%;
    right: auto; }
    .fav-mail-box .slick-prev:before, .fav-mail-box-mob .slick-prev:before {
      color: #1d80d9;
      content: '\f077'; }
  .fav-mail-box .slick-next, .fav-mail-box-mob .slick-next {
    top: auto;
    left: 50%;
    bottom: -20px; }
    .fav-mail-box .slick-next:before, .fav-mail-box-mob .slick-next:before {
      color: #1d80d9;
      content: '\f078'; }
  .fav-mail-box .fav-block .fav-block-inner, .fav-mail-box-mob .fav-block .fav-block-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center; }
    .fav-mail-box .fav-block .fav-block-inner .fav-list, .fav-mail-box .fav-block .fav-block-inner .fav-img, .fav-mail-box-mob .fav-block .fav-block-inner .fav-list, .fav-mail-box-mob .fav-block .fav-block-inner .fav-img {
      display: inline-block; }
    .fav-mail-box .fav-block .fav-block-inner .fav-img, .fav-mail-box-mob .fav-block .fav-block-inner .fav-img {
      max-width: 5em;
      height: 3.78571em; }
    .fav-mail-box .fav-block .fav-block-inner .fav-list, .fav-mail-box-mob .fav-block .fav-block-inner .fav-list {
      padding: 0 0 0 8px;
      text-align: left; }

@media screen and (max-width: 1300px) {
  #favouritesPopup .share-social span {
    display: none; } }

@media screen and (max-width: 767px) {
  #favouritesPopup {
    max-width: 94%; }
    #favouritesPopup .tab-content {
      position: relative; }
    #favouritesPopup .arrow-holder {
      position: initial; }
      #favouritesPopup .arrow-holder .slick-prev:before, #favouritesPopup .arrow-holder .slick-next:before {
        font-size: 30px; }
      #favouritesPopup .arrow-holder .slick-prev {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        right: auto; }
        #favouritesPopup .arrow-holder .slick-prev:before {
          color: #1d80d9;
          content: '\f077'; }
      #favouritesPopup .arrow-holder .slick-next {
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 10px; }
        #favouritesPopup .arrow-holder .slick-next:before {
          color: #1d80d9;
          content: '\f078'; }
    #favouritesPopup form .input-group input {
      padding-right: 30px;
      text-overflow: ellipsis; }
    #favouritesPopup form .input-group .form-control:last-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    #favouritesPopup form .input-group .input-group-addon {
      display: none; }
  .fav-mail-box-mob {
    max-height: 18.64286em;
    overflow-y: scroll; }
  .add-remove-mob .fav-block .fav-block-inner .fav-img {
    padding-bottom: 70%; }
  .fav-block {
    padding-left: 0;
    padding-right: 0; } }

.basket-mobile .item {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  background-color: #ffffff;
  position: relative;
  padding: 0; }
  .basket-mobile .item .fav-img {
    height: 0;
    padding-bottom: 60%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .basket-mobile .item .row {
    padding: 10px 16px; }
  .basket-mobile .item .title {
    color: #1d80d9;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0; }
  .basket-mobile .item .price {
    color: #ca1102;
    font-weight: bold; }
  .basket-mobile .item .spec {
    padding-left: 42px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .basket-mobile .item .specs-icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -26px;
    opacity: 0.5; }
  .basket-mobile .item .fav-del {
    width: 2.14286em;
    height: 2.14286em;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../../img/icons/ic_delete_forever_black_24px.svg) no-repeat center;
    background-color: #D5D6D8; }

footer {
  background-color: #f9f9f9;
  color: gray;
  z-index: 100;
  width: 100%;
  position: absolute; }
  footer .container-fluid {
    background-color: #191919;
    padding-top: 2.85714em;
    padding-bottom: 40px; }
  footer h4, footer h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: nunito,sans-serif;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    font-size: 1.1em; }
  footer ul li {
    line-height: 1.7; }
    footer ul li > a {
      color: white; }
      footer ul li > a:hover, footer ul li > a:focus {
        color: #4e342e; }
  footer .red-line {
    border-top: 1px solid #1d80d9; }
  footer label {
    display: inline;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 12px; }
    footer label input[type=checkbox] {
      display: inline !important; }
  footer.footer-red .container-fluid {
    background-color: #ca1102; }
  footer.footer-red .social {
    background-color: #e31302;
    padding: 5px 0 10px 0; }
  footer.footer-red .copyright {
    min-height: 6.21429em;
    color: #ffffff;
    background: url(../../../img/shadow.png) center top/contain no-repeat #ca1102;
    margin-top: 0;
    padding-top: 2.14286em; }
    footer.footer-red .copyright > .container {
      position: relative; }
    footer.footer-red .copyright span {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      footer.footer-red .copyright span:first-child {
        left: 0;
        right: auto; }
    footer.footer-red .copyright img {
      height: 3em;
      margin-left: 10px; }
  @media screen and (max-width: 1199px) {
    footer.footer-red .copyright span {
      position: initial;
      display: block;
      margin-top: 2.14286em;
      color: #ffffff; }
    footer.footer-red .copyright img {
      height: 2.28571em; } }

.social .fa {
  font-size: 1.71429em;
  margin: 0 5px 0 5px;
  color: #ffffff; }
  .social .fa:hover, .social .fa:focus {
    color: #4e342e; }

.copyright {
  font-size: 0.92857em;
  margin-top: 2.14286em;
  color: white; }
  .copyright span {
    position: absolute;
    top: 0;
    right: 55px; }

@media screen and (max-width: 767px) {
  .col-mob-only ul {
    text-align: center; }
    .col-mob-only ul > li {
      display: inline-block;
      padding: 0.2em 0.8em; }
  .copyright span {
    position: static;
    display: block;
    margin-top: 0.5em; } }

.slider-caption {
  text-align: center;
  color: #868686;
  padding: 0.71429em 1.07143em;
  font-size: 0.85em; }
  .slider-caption:hover, .slider-caption:focus {
    color: #005CAF; }
  .slider-caption.car-price {
    color: #ca1102; }

.brand {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit; }

.model {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit; }

.slick-prev:before {
  font-family: 'FontAwesome';
  content: '\f053'; }

.slick-next:before {
  font-family: 'FontAwesome';
  content: '\f054'; }

.slick-arrow {
  z-index: 5;
  width: auto;
  height: auto; }

.hotdealsSlider .slick-list {
  margin: 0 25px; }

.hotdealsSlider .slick-prev:before, .hotdealsSlider .slick-next:before {
  color: #ca1102;
  font-size: 25px; }

.hotdealsSlider .slick-arrow {
  z-index: 10; }

.hotdealsSlider .slick-prev {
  left: 2px; }

.hotdealsSlider .slick-next {
  right: 7px; }

.hotdealsSlider .slick-dots {
  bottom: -8px; }

.hotdealsSlider .slick-slide img {
  margin: auto; }

.hotdealsSlider .slider-caption {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .hotdealsSlider .slider-caption strong {
    color: #ca1102; }
    .hotdealsSlider .slider-caption strong:hover {
      color: #4e342e; }
    .hotdealsSlider .slider-caption strong.top {
      color: #4e342e; }
      .hotdealsSlider .slider-caption strong.top:hover {
        color: #ca1102; }

/*Search Results Slider*/
.searchSlider {
  width: 17.14286em;
  height: 100%;
  position: relative; }
  .searchSlider .slides-inactive-container {
    position: relative; }
  .searchSlider .slidesCounter {
    position: absolute;
    z-index: 10;
    bottom: 0;
    background-color: #0000002e;
    padding: 4px 8px;
    color: white;
    font-weight: bold;
    font-size: 11px; }
  .searchSlider .slick-arrow:before {
    color: white; }
  .searchSlider .slick-next {
    right: 8px;
    z-index: 4; }
    .searchSlider .slick-next:before {
      font-size: 25px;
      opacity: 1; }
  .searchSlider .slick-prev {
    left: 8px; }
    .searchSlider .slick-prev:before {
      font-size: 25px;
      opacity: 1; }

/*Single Item Slider*/
.sliderWrapper {
  overflow: hidden;
  position: relative; }
  .sliderWrapper:hover .sliderNavWrapper {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px); }
  .sliderWrapper .sliderNavWrapper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

.tab-content .sliderNavWrapper {
  margin-left: -15px; }

.itemSlider .slick-prev:before, .itemSlider .slick-next:before {
  color: #020100;
  font-size: 30px; }

.itemSlider .slick-prev {
  left: 12px; }

.itemSlider .slick-next {
  right: 12px; }

.itemSlider.slider-for .slick-prev:before, .itemSlider.slider-for .slick-next:before {
  color: #ffffff;
  font-size: 36px; }

.itemSlider.slider-nav {
  padding: 10px 50px;
  border-top-width: 0; }
  .itemSlider.slider-nav .slick-slide.slick-current img {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  .itemSlider.slider-nav .slick-slide img {
    float: none;
    margin: auto;
    cursor: pointer;
    padding: 6%;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.itemSlider + .social-standard {
  border: 1px solid silver;
  border-width: 0 1px 0 1px; }

.itemSlider .play-icon {
  background-image: url(/img/icons/play.png);
  width: 100%;
  height: 0;
  padding-bottom: 73%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px; }

.itemSlider .video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative; }
  .itemSlider .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

@media screen and (max-width: 991px) {
  .itemSlider.slider-nav {
    margin-bottom: 10px; }
  .sliderWrapper {
    overflow: auto;
    margin: 0 -15px; }
    .sliderWrapper .sliderNavWrapper {
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important;
      position: relative; } }

@media screen and (max-width: 460px) {
  .itemSlider.slider-nav {
    display: none; }
  .itemSlider.slider-for {
    margin-bottom: 0.71429em; } }

/*Magnific Popup Gallery*/
.mfp-arrow-left:before {
  font-family: 'FontAwesome';
  content: '\f053';
  font-size: 36px;
  color: #ffffff; }

.mfp-arrow-right:before {
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 36px;
  color: #ffffff; }

.mfp-arrow:before, .mfp-arrow:after {
  border: none; }

select.selectpicker {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 35px;
  line-height: 32px;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding: 0 12px;
  margin: 6px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  cursor: pointer;
  font-size: 1.15em; }

input:focus {
  outline: none !important; }

.select-container, .radio-container {
  padding-top: 0.71429em; }

.bootstrap-select {
  margin-bottom: 1.07143em; }

.bootstrap-select .select-body {
  width: 6.78571em;
  margin-right: 0.71429em; }

.bootstrap-select .select-brand-holder {
  width: 35px;
  height: 30px;
  line-height: 30px;
  margin-right: 0.71429em;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  .bootstrap-select .select-brand-holder .select-brand {
    max-width: 100%;
    max-height: 100%; }

.bootstrap-select .select-model {
  width: 4.28571em;
  margin-right: 0.71429em; }

.bootstrap-select .select-body {
  width: 4.28571em;
  margin: 4px 5px; }

.radio-inline input[type="radio"] {
  position: initial;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0; }

/** custom checkboxes **/
input[type=checkbox] {
  display: none; }

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: 'FontAwesome';
  display: inline-block;
  width: 20px; }

input[type=checkbox] + label:before {
  content: "\f096"; }

/* unchecked icon */
input[type=checkbox] + label:before {
  letter-spacing: 10px; }

/* space between checkbox and label */
input[type=checkbox]:checked + label:before {
  content: "\f046"; }

/* checked icon */
input[type=checkbox]:checked + label:before {
  letter-spacing: 5px; }

/* allow space for check mark */
label > sup {
  color: #ca1102; }

.search-wrap {
  width: 100%;
  float: left;
  position: relative;
  height: 2.57143em;
  padding: 0;
  color: #ffffff;
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */ }
  .search-wrap #search_article_block input[type=text] {
    background-color: white;
    display: block;
    margin-top: 0px;
    width: 100%;
    height: 35px;
    font-size: 1em;
    border: none;
    -webkit-transition: opacity, margin .2s linear;
    transition: opacity, margin .2s linear;
    opacity: 0;
    padding: 3px;
    -webkit-box-shadow: 0px 1px 1px black;
            box-shadow: 0px 1px 1px black; }
    .search-wrap #search_article_block input[type=text].active {
      opacity: 1;
      margin-top: 44px; }
  .search-wrap > input[type=text] {
    margin-top: -3px;
    height: 35px;
    font-size: 1em;
    display: inline-block;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer; }
    .search-wrap > input[type=text].active {
      width: 100%;
      background-color: white;
      z-index: 1;
      cursor: text; }
  .search-wrap input[type="submit"] {
    height: 2.14286em;
    width: 2.71429em;
    display: inline-block;
    color: #ffffff;
    float: right;
    background: url("../../../img/ic_search_black_24px.svg") center center no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .search-wrap input[type="submit"]:hover {
    opacity: 0.8; }
  .search-wrap input::-webkit-input-placeholder {
    color: #ffffff; }
  .search-wrap input:-moz-placeholder {
    color: #ffffff; }
  .search-wrap input::-moz-placeholder {
    color: #ffffff; }
  .search-wrap input:-ms-input-placeholder {
    color: #ffffff; }
  .search-wrap.search-dark {
    max-width: 17.85714em;
    color: #020100;
    height: 2.85714em;
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */ }
    .search-wrap.search-dark input[type="text"] {
      height: 2.85714em;
      color: #020100; }
    .search-wrap.search-dark input[type="text"]:focus:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .search-wrap.search-dark input[type="text"]:focus {
      border-bottom: 1px solid #020100;
      background-color: #ffffff; }
    .search-wrap.search-dark input[type="submit"] {
      height: 2.85714em;
      color: #020100;
      background: url("../../../img/ic_search_white_24px.svg") center center no-repeat;
      -webkit-background-size: auto 100%;
              background-size: auto 100%; }
    .search-wrap.search-dark input::-webkit-input-placeholder {
      color: #020100; }
    .search-wrap.search-dark input:-moz-placeholder {
      color: #020100; }
    .search-wrap.search-dark input::-moz-placeholder {
      color: #020100; }
    .search-wrap.search-dark input:-ms-input-placeholder {
      color: #020100; }
    @media screen and (max-width: 767px) {
      .search-wrap.search-dark {
        max-width: calc(100% - 50px); } }

textarea {
  resize: vertical; }

textarea:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #020100; }

/*Enquire form*/
.enquire {
  padding: 1.42857em;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .enquire .fa {
    font-size: 2.57143em;
    color: black; }
  .enquire input[type=checkbox] + label {
    color: #4e342e; }
  .enquire .enquire-title {
    color: #444444;
    margin-top: 0.71429em;
    padding-left: 3.21429em;
    margin-bottom: 1.07143em; }
    .enquire .enquire-title h4, .enquire .enquire-title span {
      color: inherit; }
  .enquire .bootstrap-select {
    width: 100% !important; }
  .enquire .form-group label {
    color: black; }

.insurance-bind {
  display: none; }
  .insurance-bind input, .insurance-bind .bootstrap-select button {
    border-color: #ca1102;
    -webkit-box-shadow: inset 0 1px 1px rgba(237, 28, 26, 0.075), 0 0 8px rgba(237, 28, 26, 0.6);
            box-shadow: inset 0 1px 1px rgba(237, 28, 26, 0.075), 0 0 8px rgba(237, 28, 26, 0.6); }

/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(50%); }
  100% {
    -webkit-transform: translateY(0%); } }

@media screen and (max-width: 767px) {
  .bootstrap-select {
    margin-bottom: 0.71429em; }
  select.selectpicker {
    font-size: 1.3em;
    height: 40px;
    line-height: 35px;
    background-position-y: 8px; }
    select.selectpicker option {
      white-space: nowrap; } }

/*pure css dropdown for starcars*/
.top-dropdown {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 -8px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 -8px 11px 0 rgba(0, 0, 0, 0.16); }
  .top-dropdown input[type=checkbox]:checked + label:before {
    content: none; }
  .top-dropdown .btn-dropdown {
    z-index: 2; }
  .top-dropdown .btn-dropdown:after {
    content: ' ▼'; }
  .top-dropdown .dropdown-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .top-dropdown .dropdown-inner {
    width: 100%;
    top: 100%;
    margin-top: -6px;
    left: 0;
    background: #ffffff;
    border-radius: 3px;
    position: absolute;
    padding: 0.71429em;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    z-index: 2;
    -webkit-box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.16); }
    .top-dropdown .dropdown-inner li > a {
      display: inline-block;
      width: 100%;
      color: #ca1102;
      line-height: 1.8; }
  .top-dropdown .dropdown-hover:hover .dropdown-inner,
  .top-dropdown .dropdown-open:checked ~ .dropdown-inner {
    opacity: 100;
    visibility: visible; }
  .top-dropdown .dropdown-hover:hover .dropdown-overlay,
  .top-dropdown .dropdown-open:checked ~ .dropdown-overlay {
    display: block; }

.btn-red {
  color: #fff;
  background-color: #ca1102;
  border-color: #fd1503;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-red:hover, .btn-red:focus, .btn-red:active {
    color: #ffffff; }
  .btn-red:hover {
    background-color: #af181d;
    border-color: #af181d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-green {
  color: #fff;
  background-color: #0c640a;
  border-color: #12920f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-green:hover, .btn-green:focus, .btn-green:active {
    color: #ffffff; }
  .btn-green:hover {
    background-color: #063605;
    border-color: #063605;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-lightgreen {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #93cd3f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-lightgreen:hover, .btn-lightgreen:focus, .btn-lightgreen:active {
    color: #ffffff; }

.btn-true-white {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-true-white:hover, .btn-true-white:focus, .btn-true-white:active {
    color: #000000; }
  .btn-true-white:hover {
    background-color: #e6e6e6;
    border-color: #cdcdcd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn-lightblue {
  background: #1d80d9;
  border: 1px solid #1d80d9;
  color: #ffffff; }
  .btn-lightblue span {
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .btn-lightblue:hover {
    color: #fff;
    background: #005CAF; }
    .btn-lightblue:hover span {
      -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .btn-lightblue:hover, .btn-lightblue:focus, .btn-lightblue:active, .btn-lightblue:visited {
    color: white; }

.btn-white {
  background: #ffffff;
  border: 1px solid #005CAF;
  color: #4F4F4F;
  -webkit-box-shadow: inset 0px 0px 8px 0px #1d80d9;
          box-shadow: inset 0px 0px 8px 0px #1d80d9; }
  .btn-white span {
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:visited {
    color: #4F4F4F; }

.btn-blue {
  background: #1d80d9;
  border: 1px solid #1d80d9;
  color: #ffffff; }
  .btn-blue span {
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .btn-blue:hover {
    color: #fff;
    border: 1px solid #005CAF;
    background: #005CAF; }
    .btn-blue:hover span {
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:visited {
    color: white; }

.btn-medium {
  color: #ffffff;
  font-size: 0.92857em;
  padding: 0 2.30769em;
  height: 2.53846em;
  line-height: 2.53846em;
  border-radius: 3px; }

.general-popup {
  float: none;
  margin: auto;
  background-color: #ffffff;
  border-radius: 4px; }
  .general-popup .popup-title {
    color: #1d80d9;
    border-bottom: 1px solid #1d80d9;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 1.07143em; }
  .general-popup.large-popup {
    max-width: 80%;
    padding: 2.85714em 2.14286em; }
  .general-popup.medium-popup {
    max-width: 42.85714em;
    padding: 2.85714em 2.14286em; }
    .general-popup.medium-popup p {
      margin-bottom: 1.42857em;
      line-height: 1.6; }
  .general-popup .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; }
  .general-popup .btn-action {
    margin-top: 1.42857em; }

.card {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
  .card .card-bottom {
    border-top: 1px solid #DFDFDF;
    background-color: #ffffff;
    color: #000 !important;
    font-weight: bold; }
  .card.card-padded .img-container {
    padding: 10px; }

.card-callback {
  position: relative;
  padding: 1.42857em 1.07143em;
  float: none;
  margin: auto;
  margin-top: 5.71429em;
  margin-bottom: 5.71429em; }
  .card-callback img.background {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 95%;
    max-width: 21.42857em;
    height: auto;
    z-index: 0;
    opacity: 0.25; }
  .card-callback .card-callback-content {
    position: relative; }
  .card-callback h4 {
    margin-top: 0;
    color: black; }
  .card-callback p {
    color: #555;
    font-weight: 700;
    max-width: 12.14286em;
    float: none;
    margin: auto; }
  .card-callback .text-center {
    margin-top: 1.07143em; }
    .card-callback .text-center a {
      display: inline-block;
      margin-top: 0.71429em;
      color: #000;
      font-size: 1.14286em; }

.showPhone a {
  border-bottom: 1px dotted grey;
  color: black;
  cursor: pointer; }

@media screen and (max-width: 1199px) {
  .card-callback p {
    display: none; } }

@media screen and (max-width: 991px) {
  .card-callback {
    margin-top: 1.07143em;
    margin-bottom: 1.07143em; }
    .card-callback img {
      padding: 15px;
      max-width: 15.35714em !important; } }

ul.tabs, ul.hover-tabs {
  margin-bottom: 0;
  position: relative;
  z-index: 2; }
  ul.tabs li, ul.hover-tabs li {
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer; }
    ul.tabs li .fa, ul.hover-tabs li .fa {
      color: #005CAF; }
  ul.tabs.tabs-links li, ul.hover-tabs.tabs-links li {
    padding: 0; }
    ul.tabs.tabs-links li > a, ul.hover-tabs.tabs-links li > a {
      display: inline-block;
      padding: 10px 15px; }

ul.tabs.tabs-bottom {
  margin-top: -1px; }
  ul.tabs.tabs-bottom .tab-link.current {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px; }

.default-cursor .current {
  pointer-events: none; }

.tab-link {
  padding: 8px; }
  .tab-link.tab-red {
    background-color: #ca1102; }
    .tab-link.tab-red a {
      color: white; }
  .tab-link.current {
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ececec;
    border-width: 1px 1px 0 1px; }

.tab-white {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ececec;
  padding: 15px;
  margin-top: -1px; }
  .tab-white .itemSlider.slider-nav {
    border: none;
    padding-bottom: 0;
    padding-top: 15px; }

ul.hover-tabs li {
  font-size: 1em;
  padding: 0.71429em 1.07143em; }

ul.hover-tabs .tab-link.current {
  color: #ca1102; }
  ul.hover-tabs .tab-link.current img {
    opacity: 1; }
  ul.hover-tabs .tab-link.current a {
    color: #ca1102; }

ul.hover-tabs .tab-link img {
  opacity: 0.3;
  margin: 8px auto 0;
  max-width: 100%; }

.slider-tabs {
  margin-top: 5.71429em; }
  .slider-tabs .tab-link {
    -webkit-box-flex: 1;
            flex: 1;
    text-align: center; }

@media screen and (max-width: 1199px) {
  ul.hover-tabs li {
    font-size: 0.9em; } }

@media screen and (max-width: 831px) {
  ul.hover-tabs li {
    font-size: 0.8em; } }

@media screen and (max-width: 500px) {
  .tab-link {
    padding: 0 5px !important;
    font-size: 1.2em; }
    .tab-link b {
      /*display: none !important;*/
      font-size: 15px; }
  ul.tabs.tabs-links li > a, ul.hover-tabs.tabs-links li > a {
    padding: 10px 1vw !important;
    font-size: 5vw; } }

@media screen and (max-width: 767px) {
  ul.tabs li, ul.hover-tabs li {
    padding: 10px 5px; }
  ul.tabs.tabs-links li, ul.hover-tabs.tabs-links li {
    padding: 0; }
    ul.tabs.tabs-links li > a, ul.hover-tabs.tabs-links li > a {
      padding: 10px 5px; } }

.panel {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
  border: none; }

.panel-blue .panel-heading {
  text-transform: uppercase;
  background-color: black;
  color: #ffffff; }
  .panel-blue .panel-heading i {
    margin-right: 5px; }
  .panel-blue .panel-heading h1 {
    color: inherit;
    font-size: 14px;
    display: inline;
    margin: 0; }

.panel-blue .panel-body ul > li {
  line-height: 1.81;
  border-bottom: 1px dotted #1d80d9;
  font-weight: 500; }
  .panel-blue .panel-body ul > li a {
    width: 100%;
    display: inline-block; }

.panel-blue .panel-link:hover .panel-heading {
  font-weight: 700;
  background: #af181d; }
  .panel-blue .panel-link:hover .panel-heading h1 {
    color: #005CAF;
    font-weight: 700; }

.panel-default.panel-small .panel-heading, .panel-default.panel-small .panel-body {
  font-size: 0.85714em; }

.panel-clean {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .panel-clean .panel-body ul > li {
    border-bottom: 0; }

.comment-form {
  width: 100%;
  max-width: 42.85714em;
  margin-top: 2.14286em; }
  .comment-form textarea {
    resize: vertical; }

.single-comment {
  margin-top: 2.14286em; }
  .single-comment.level1 {
    margin-left: 40px; }
  .single-comment.level2 {
    margin-left: 80px; }
  .single-comment.level3 {
    margin-left: 120px; }
  .single-comment .smile {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -3px 0 0 0; }

.brandsList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 2.85714em;
  margin-top: 4.28571em; }
  .brandsList .brandListLogo {
    width: 9.14286em;
    height: 100px;
    text-align: center;
    padding-top: 0.71429em; }
    .brandsList .brandListLogo.body {
      margin: 0.5em; }
    .brandsList .brandListLogo:hover {
      background-color: #f9f9f9; }
      .brandsList .brandListLogo:hover > a {
        color: #ca1102; }
    .brandsList .brandListLogo > a {
      font-weight: 700;
      font-size: 0.85714em;
      color: #4F4F4F; }
    .brandsList .brandListLogo h2 {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
      display: inline-block; }
      .brandsList .brandListLogo h2 span {
        display: none; }
  .brandsList .brandLogoImg {
    height: 63px; }
  .brandsList .brandLogoImg img {
    max-width: 100%; }
  .brandsList .brand-models a {
    font-size: 16px; }
  .brandsList.brandsList-sm .brandLogoImg {
    width: 1.57143em;
    height: 1.57143em;
    margin-right: 5px; }
    .brandsList.brandsList-sm .brandLogoImg img {
      width: 100%; }
  .brandsList.brandsList-sm .brandListLogo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 3.57143em;
    padding-left: 1.07143em;
    padding-top: 0;
    text-align: left; }
    .brandsList.brandsList-sm .brandListLogo > a {
      font-size: 0.78571em;
      text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .brandsList {
      -webkit-box-pack: center;
              justify-content: center; }
      .brandsList .brandListLogo h2 span {
        display: inline-block;
        font-weight: normal; } }
  @media screen and (max-width: 767px) {
    .brandsList.brandsList-make .brandListLogo {
      width: 100%;
      height: auto;
      text-align: left;
      padding-top: 0; }
    .brandsList.brandsList-make .brandListLogo > a {
      display: block;
      border-bottom: 1px dotted gray;
      padding: 10px 15px; }
      .brandsList.brandsList-make .brandListLogo > a:after {
        content: '\f054';
        font-family: 'FontAwesome';
        float: right;
        line-height: 30px; }
    .brandsList.brandsList-make .brandLogoImg {
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-right: 10px;
      line-height: 30px; }
      .brandsList.brandsList-make .brandLogoImg img {
        width: 100%; }
      .brandsList.brandsList-make .brandLogoImg + span:before {
        content: 'Used ';
        color: #ca1102;
        font-weight: 400; }
      .brandsList.brandsList-make .brandLogoImg + span:after {
        content: ' for sale';
        color: #ca1102;
        font-weight: 400; }
    .brandsList.brandsList-make span.num {
      display: inline-block !important; } }
  .brandsList.brandsList-reviews .brandListLogo {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 0; }
    .brandsList.brandsList-reviews .brandListLogo > a {
      border-bottom: 1px dotted gray; }
  .brandsList.brandsList-reviews .brandListLogo > a {
    display: block;
    padding: 10px 15px; }
    .brandsList.brandsList-reviews .brandListLogo > a:after {
      content: '\f075';
      font-family: 'FontAwesome';
      float: right;
      line-height: 30px; }
  .brandsList.brandsList-reviews .brandLogoImg {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px; }
    .brandsList.brandsList-reviews .brandLogoImg img {
      width: 100%; }
  @media screen and (min-width: 768px) {
    .brandsList.brandsList-reviews .brandLogoImg + span:after {
      content: " Owners' Reviews";
      color: #ca1102;
      font-weight: 400; } }
  .brandsList.brandsList-reviews span.num {
    display: inline-block !important;
    color: #ca1102;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .brandsList.brandsList-reviews {
      margin-left: -15px;
      margin-right: -15px; }
      .brandsList.brandsList-reviews:first-of-type {
        border-right: 1px dotted gray; }
      .brandsList.brandsList-reviews .brandLogoImg + span {
        font-size: 10px;
        text-transform: uppercase; }
      .brandsList.brandsList-reviews span.num {
        display: none !important; }
      .brandsList.brandsList-reviews .brandListLogo > a {
        padding: 10px 5px; }
      .brandsList.brandsList-reviews .brandLogoImg {
        width: 20px;
        margin-right: 5px; } }
  @media screen and (max-width: 480px) {
    .brandsList.brandsList-reviews .brandLogoImg + span {
      font-size: 10px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      max-width: 9em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; } }

.well {
  margin-top: 2.85714em;
  margin-bottom: 2.14286em; }
  .well h1:last-child, .well h2:last-child, .well h3:last-child, .well h4:last-child, .well h5:last-child, .well h6:last-child {
    margin-bottom: 0; }
  .well p:last-child {
    margin-bottom: 0; }

.well-red {
  background-color: #ca1102;
  color: #ffffff; }
  .well-red h1, .well-red h2, .well-red h3, .well-red h4, .well-red h5, .well-red h6 {
    color: #ffffff;
    margin-top: 0; }

.well-transparent {
  background-color: transparent;
  color: #4F4F4F;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .well-transparent h1, .well-transparent h2, .well-transparent h3, .well-transparent h4, .well-transparent h5, .well-transparent h6 {
    color: #4F4F4F;
    margin-top: 0; }

.well-darkblue {
  background-color: #005CAF;
  color: #ffffff; }
  .well-darkblue h1, .well-darkblue h2, .well-darkblue h3, .well-darkblue h4, .well-darkblue h5, .well-darkblue h6 {
    color: #ffffff;
    margin-top: 0; }

.star-rating {
  font-size: 0; }

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem; }

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both; }

.star-rating__ico {
  font-family: 'FontAwesome';
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
  font-size: 14px; }

.star-rating__ico:last-child {
  padding-left: 0; }

.star-rating__input {
  display: none; }

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005"; }

.requestCar .resultsBlock .item-box {
  width: 200px;
  float: left;
  text-align: center;
  margin: 20px 0; }

@media screen and (max-width: 767px) {
  .requestCar .resultsBlock .item-box {
    width: 100%;
    float: none;
    text-align: center;
    background: #f9f9f9; } }

.review-single .owner-review .panel h4 {
  margin: 0; }

.review-single .owner-review .panel .material-icons {
  vertical-align: middle; }

.review-single .owner-review .panel ul li {
  line-height: 1.8; }

.review-single .owner-review .review-rating .star-rating, .review-single .owner-review .review-rating span {
  display: inline-block;
  vertical-align: middle; }

.review-single .owner-review .review-rating .star-rating {
  margin-right: 5px;
  margin-top: 6px; }

.review-single .owner-review .rating-table {
  background-color: #f5f5f5;
  flex-wrap: wrap; }
  .review-single .owner-review .rating-table > div {
    padding: 10px;
    float: none;
    margin: auto; }
    .review-single .owner-review .rating-table > div b {
      color: #005CAF;
      display: inline-block;
      margin-bottom: 1em;
      padding-bottom: 2px;
      border-bottom: 1px solid #1d80d9; }

.review-single .review-aspects .panel .material-icons {
  margin-right: 10px;
  margin-left: -34px;
  float: left; }

.review-single .review-aspects .panel span {
  vertical-align: middle;
  display: inline-block; }

.review-single .review-aspects .panel ul {
  margin-top: 1em; }

.review-single .review-aspects .panel ul li {
  line-height: 1.8; }

.review-single .review-aspects .panel ul li:before {
  font-family: 'Material Icons';
  margin-right: 3px;
  vertical-align: middle; }

.review-single .review-aspects .panel.panel-success ul li:before {
  content: '\E145'; }

.review-single .review-aspects .panel.panel-danger ul li:before {
  content: '\E15B'; }

.review-single .review-aspects .panel.panel-warning ul li:before {
  font-family: 'Arial';
  content: '!';
  font-weight: 900;
  vertical-align: baseline; }

.review-single .review-aspects .panel-heading {
  padding-left: 50px; }

.review-single .section-emoji {
  margin: 2.14286em auto; }
  .review-single .section-emoji > input {
    display: inline-block;
    margin-bottom: 1.5em;
    border: 1px solid #d0d0d0;
    padding: 0.5em; }

.car-specs.side-menu ul > li {
  white-space: normal; }
  .car-specs.side-menu ul > li.with-logo {
    white-space: normal;
    padding-left: 48px;
    margin-top: 8px; }
    .car-specs.side-menu ul > li.with-logo .car-brand-wrapper {
      position: absolute;
      margin-left: -54px; }

.car-specs h5, .car-specs h3 {
  color: #000;
  font-weight: bold;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 0;
  font-size: 1em; }

.car-specs ul > li {
  margin: 3px 0;
  color: #4e342e; }
  .car-specs ul > li .fa.fa-check-square-o {
    color: #0c640a; }
    .car-specs ul > li .fa.fa-check-square-o:before {
      vertical-align: middle; }
  .car-specs ul > li > a {
    color: #4e342e;
    font-size: 0.85714em; }
    .car-specs ul > li > a:hover {
      text-decoration: underline; }
    .car-specs ul > li > a .badge {
      background-color: transparent;
      font-size: 0.83333em;
      vertical-align: inherit;
      color: #9c9c9c; }

.car-specs.car-specs-item h4 {
  position: relative;
  margin: 0;
  padding: 5px 10px;
  color: #9c9c9c;
  font-weight: 700;
  font-size: 16px; }

.car-specs.car-specs-item h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3px solid #e1d1cd;
  height: 100%; }

.car-specs.car-specs-item ul > li {
  font-size: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 3px 10px; }
  .car-specs.car-specs-item ul > li img {
    width: 17px;
    height: 17px; }
  .car-specs.car-specs-item ul > li b {
    text-align: right; }
  .car-specs.car-specs-item ul > li:not(:first-child) {
    border-top: 1px solid #e1d1cd; }

.car-specs.car-specs-manufacturer {
  border-bottom: 1px solid #4e342e; }
  .car-specs.car-specs-manufacturer ul > li {
    font-size: 15px;
    padding: 2.5px 0 2.5px 12px;
    border-top-width: 0 !important;
    border-bottom: 1px dotted #eee;
    color: #4e342e;
    background: url("/img/cars-list-pointer.gif") 2px 3px no-repeat;
    background-position: left center; }
  .car-specs.car-specs-manufacturer .fa {
    font-size: 12px;
    margin-right: 3px; }
  .car-specs.car-specs-manufacturer h2 {
    text-transform: uppercase;
    color: #020100 !important;
    font-size: calc(12px + 0.47294vw);
    font-weight: 700;
    border-bottom: 2px solid #83a7d8;
    margin-top: 10px; }
    .car-specs.car-specs-manufacturer h2 a:hover {
      color: #ca1102; }
    .car-specs.car-specs-manufacturer h2 img {
      width: 22px;
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .car-specs.car-specs-manufacturer .key-words {
    font-size: 12px;
    margin-bottom: 0; }
  .car-specs.car-specs-manufacturer h4 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #4e342e;
    cursor: pointer; }
    .car-specs.car-specs-manufacturer h4:before {
      content: none; }
    .car-specs.car-specs-manufacturer h4:hover {
      color: #ca1102; }
      .car-specs.car-specs-manufacturer h4:hover .fa {
        color: initial; }
    .car-specs.car-specs-manufacturer h4.collapsed {
      color: #4F4F4F; }
      .car-specs.car-specs-manufacturer h4.collapsed:hover {
        color: #ca1102; }

.car-similar-box .similar {
  border: 1px solid #e1d1cd;
  font-size: 10pt;
  color: #404040;
  width: 100%;
  padding: 10px 10px 4px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff; }

.car-similar-box .car-similar {
  padding: 0;
  font-size: 13px;
  border: 0 !important; }
  .car-similar-box .car-similar ul {
    margin-bottom: 5px; }
    .car-similar-box .car-similar ul li {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .car-similar-box .car-similar ul li .text-right {
        white-space: nowrap; }
      .car-similar-box .car-similar ul li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .car-similar-box .car-similar .blue-link {
    color: #337ab7; }

.car-similar-box h5 {
  font-weight: bold;
  color: #9c9c9c;
  margin: 5px; }

.manufacturer-specs a {
  color: #1d80d9; }
  .manufacturer-specs a img {
    width: 1.57143em;
    height: 1.57143em;
    margin-right: 5px; }

@media screen and (max-width: 768px) {
  .car-similar-box .car-similar ul > li {
    line-height: 29px; } }

.star-rating {
  font-size: 0; }

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem; }

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both; }

.star-rating__ico {
  font-family: 'FontAwesome';
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
  font-size: 14px; }

.star-rating__ico:last-child {
  padding-left: 0; }

.star-rating__input {
  display: none; }

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005"; }

.panel {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
  border: none; }

.panel-blue .panel-heading {
  text-transform: uppercase;
  background-color: black;
  color: #ffffff; }
  .panel-blue .panel-heading i {
    margin-right: 5px; }
  .panel-blue .panel-heading h1 {
    color: inherit;
    font-size: 14px;
    display: inline;
    margin: 0; }

.panel-blue .panel-body ul > li {
  line-height: 1.81;
  border-bottom: 1px dotted #1d80d9;
  font-weight: 500; }
  .panel-blue .panel-body ul > li a {
    width: 100%;
    display: inline-block; }

.panel-blue .panel-link:hover .panel-heading {
  font-weight: 700;
  background: #af181d; }
  .panel-blue .panel-link:hover .panel-heading h1 {
    color: #005CAF;
    font-weight: 700; }

.panel-default.panel-small .panel-heading, .panel-default.panel-small .panel-body {
  font-size: 0.85714em; }

.panel-clean {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .panel-clean .panel-body ul > li {
    border-bottom: 0; }

.search_form_advanced {
  display: block; }

.banner-area {
  position: relative; }
  .banner-area .more_search_options_button i {
    color: #ca1102; }
  .banner-area .advanced {
    background-color: white;
    top: 50%;
    padding-left: 22.14286em;
    padding-top: 1px;
    display: none; }
    .banner-area .advanced .additional-filters {
      overflow: hidden; }
    .banner-area .advanced label {
      position: relative;
      height: 6vw;
      overflow: hidden;
      text-align: center;
      cursor: pointer; }
    .banner-area .advanced .body-block {
      background-color: white;
      padding: 3px 3px 0;
      margin: 3px 3px 0;
      border-radius: 4px;
      overflow: hidden; }
      .banner-area .advanced .body-block label {
        padding-top: 1vw;
        width: 20%;
        float: left; }
        .banner-area .advanced .body-block label .image {
          height: 3.5vw; }
        .banner-area .advanced .body-block label img {
          max-width: 100%;
          max-height: 50px; }
        .banner-area .advanced .body-block label .title {
          color: #3c3c3c;
          font-size: 13px; }
        .banner-area .advanced .body-block label .title span {
          color: #9c9c9c;
          font-weight: normal; }
        .banner-area .advanced .body-block label input {
          vertical-align: middle;
          position: absolute;
          left: 25px;
          top: 1vw;
          margin-top: 13px; }
        .banner-area .advanced .body-block label span.image, .banner-area .advanced .body-block label span.title {
          display: block; }
  .banner-area .advanced.opened {
    display: block; }
  .banner-area .slick-slide > a img {
    /*FAllback*/
    width: 100%; }
  .banner-area .img-container {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: top; }
  .banner-area .slick-caption {
    position: absolute;
    /*fallback*/
    top: 2.14286em;
    top: 3.15789vh;
    left: 0;
    right: 0;
    text-align: right;
    padding: 0; }
    .banner-area .slick-caption span {
      color: #020100;
      /*fallback*/
      font-size: 2.57143em;
      font-size: 3.78947vh;
      font-weight: bolder; }
  .banner-area .form-box {
    height: 1px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    padding: 0; }
  .banner-area .form {
    z-index: 10;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .banner-area .form h1, .banner-area .form span.caption, .banner-area .form .radio-container, .banner-area .form .heading, .banner-area .form .form-options a {
      color: #3c3c3c; }
    .banner-area .form h1, .banner-area .form span.caption {
      margin: 0;
      font-size: 1.85714em; }
    .banner-area .form .heading {
      line-height: 1.1; }
    .banner-area .form label {
      color: #3c3c3c;
      white-space: nowrap; }
    .banner-area .form .search-box .search-wrap {
      width: 100%; }
      .banner-area .form .search-box .search-wrap input[type="text"] {
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 4px 3px 0;
        margin-top: 2px;
        color: #3c3c3c; }
        .banner-area .form .search-box .search-wrap input[type="text"]::-webkit-input-placeholder {
          color: #ccc;
          font-size: 18px; }
        .banner-area .form .search-box .search-wrap input[type="text"]::placeholder {
          color: #ccc;
          font-size: 18px; }
      .banner-area .form .search-box .search-wrap input[type="submit"] {
        z-index: 5;
        top: 4px; }
    .banner-area .form .form-options {
      margin-bottom: 5px; }
      .banner-area .form .form-options a {
        cursor: pointer; }
      .banner-area .form .form-options .underline:before {
        background-color: white; }
    .banner-area .form .search-wrap {
      margin-bottom: 0.71429em; }
    .banner-area .form .btn-search {
      margin-bottom: 1.42857em; }
    .banner-area .form .main-row {
      padding: 0 15px;
      margin-bottom: auto; }
      .banner-area .form .main-row > [class*='col-'] {
        padding-left: 0;
        padding-right: 0; }
    .banner-area .form.form-red {
      background-color: #ca1102;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .banner-area .form.form-red .btn-search {
        background-color: #005CAF; }
      .banner-area .form.form-red .round {
        border-color: #005CAF; }

.bootstrap-select {
  width: 100% !important; }

@media screen and (min-width: 992px) {
  .search_form_advanced {
    height: 0; }
  .initial-style {
    width: 0px !important;
    right: 93% !important; }
  .banner-area .basic-form {
    max-width: 21.42857em;
    position: relative;
    float: left; }
  .banner-area .form-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .banner-area .form-box .basic-form {
      min-width: 21.42857em; }
    .banner-area .form-box .form {
      -webkit-box-shadow: 0px 0px 20px 0px #383838;
              box-shadow: 0px 0px 20px 0px #383838;
      background-color: white;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .banner-area .form .search-box {
    top: 0.71429em; }
  .banner-area .form .radio-container, .banner-area .form .select-container {
    padding-top: 0.71429em; }
  .banner-area .form .bootstrap-select {
    margin-bottom: 0.71429em; }
  .banner-area .form .btn-search {
    margin-bottom: 0.71429em; } }

@media screen and (max-width: 1024px) {
  .banner-area .slick-caption span {
    /*fallback*/
    font-size: 2.14286em;
    font-size: 3.15789vh; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #form_collapse {
    padding-bottom: 0 !important; }
  .banner-area .form .radio-container {
    padding-top: 0; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner-area .advanced {
    padding-left: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em; }
  .form.expanded #form_collapse {
    border-bottom: 0; }
  .form.expanded .basic-form button[type=submit] {
    display: none; }
  .banner-area .advanced label {
    height: 8vh; }
    .banner-area .advanced label .image {
      height: 5vh !important; }
    .banner-area .advanced label input {
      left: 12px; }
    .banner-area .advanced label .title {
      font-size: 12px !important; } }

@media screen and (max-width: 1599px) {
  .banner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .banner-area .radio-container, .banner-area .form-options {
      white-space: nowrap; } }

@media screen and (max-width: 991px) {
  .search_form_advanced {
    font-size: 1.2em; }
  .banner-area .form-box {
    position: initial;
    height: 100%; }
  .banner-area .form {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    height: 100%; }
    .banner-area .form .btn-search {
      margin-bottom: 0;
      height: 43px; }
    .banner-area .form h1, .banner-area .form span.caption {
      font-size: 1.28571em;
      font-weight: bold; }
  .banner-area .img-container {
    background-position: center; }
  #form_collapse {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: white; }
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    height: 28px;
    line-height: 28px; } }

.search-panel {
  position: relative; }
  .search-panel > a {
    display: block; }
  .search-panel .fav {
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 20; }
    .search-panel .fav > img {
      height: 2.85714em; }
  .search-panel .fav-added {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 2em;
    z-index: 5; }

.search-panel-inner {
  position: relative;
  overflow: hidden;
  padding: 1.07143em 1.07143em 1.42857em 1.07143em;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.42857em;
  background-color: #ffffff; }

h4.list-car-title {
  padding-right: 1.11111em;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center; }
  h4.list-car-title a {
    color: #4e342e; }

h4.list-car-title.top {
  margin: 5px 0 15px;
  text-align: left; }

.search-info {
  width: 100%;
  padding: 0 1.07143em; }
  .search-info .search-list {
    padding-top: 1.07143em;
    color: #020100; }
    .search-info .search-list li {
      font-size: 0.92857em;
      background: url("../../img/ic_directions_car_black_12px.svg") no-repeat top left;
      -webkit-background-size: 14px 18px;
              background-size: 14px 18px;
      padding-left: 20px;
      margin: 2px 0;
      color: #4e342e; }
    .search-info .search-list + span {
      font-size: 0.92857em;
      font-style: italic;
      color: #020100; }

.swing {
  -moz-animation: 3s ease 0s normal none infinite swing-three;
  -moz-transform-origin: left top;
  -webkit-animation: swing-three 3s infinite ease-in-out;
  -webkit-transform-origin: left top; }

@-webkit-keyframes swing-three {
  0% {
    -webkit-transform: rotate(-10deg); }
  50% {
    -webkit-transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(-10deg); } }

.rotate {
  -webkit-animation: rotation 0.5s linear infinite 0.8s;
          animation: rotation 0.5s linear infinite 0.8s; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

.search-panel-inner > div {
  flex-wrap: wrap; }

.search-panel-inner h4 {
  font-size: 1.28571em; }

.search-info {
  padding: 0;
  margin-top: 1.42857em; }

.searchSlider {
  width: 100%; }
  .searchSlider .slick-slide img {
    width: 100%; }

.side-banner {
  position: absolute;
  margin-left: -180px;
  z-index: 10; }
  .side-banner.fixed .banner {
    position: fixed;
    top: 0; }
  .side-banner img {
    width: 200px !important;
    height: auto !important; }

.side-banner.right {
  margin-left: 99%; }

.side-banner.left img {
  margin-left: -200px; }

@media screen and (min-width: 992px) {
  .container-banner {
    width: calc(100% - 400px); } }

@media screen and (min-width: 1600px) {
  .container-banner {
    width: 1170px; } }

.block-link {
  border-radius: 4px;
  border: 1px solid #4d4d4d;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .block-link.white {
    background-color: white;
    border-color: #ccc; }
    .block-link.white > a {
      color: #4f4f4f; }
    .block-link.white .glyphicon {
      color: #4f4f4f; }
    .block-link.white:hover, .block-link.white:focus {
      background-color: #333;
      border-color: #4d4d4d; }
      .block-link.white:hover > a, .block-link.white:focus > a {
        color: #fff; }
  .block-link > a {
    font-weight: 700;
    display: inline-block;
    width: 100%;
    padding: 0.71429em 1.07143em;
    color: white; }
  .block-link .glyphicon {
    float: right;
    color: white;
    margin-top: 2px; }
  .block-link:hover, .block-link:focus {
    background-color: #0c640a;
    border-color: #12920f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.block-link-container.dropdown > [class*='col-'] {
  position: initial; }

.block-link-container.dropdown div.dropdown-menu {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .block-link-container.dropdown div.dropdown-menu .research-cars {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
  .block-link-container.dropdown div.dropdown-menu .body-icons {
    text-align: center;
    width: 10.35714em;
    margin: 0.71429em; }
    .block-link-container.dropdown div.dropdown-menu .body-icons .img-wrapper {
      display: block;
      height: 3.57143em; }
    .block-link-container.dropdown div.dropdown-menu .body-icons:hover a > div:last-child {
      color: #ca1102; }

.block-link-container.dropdown ul.dropdown-menu {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .block-link-container.dropdown ul.dropdown-menu li {
    float: left; }
    .block-link-container.dropdown ul.dropdown-menu li:before {
      content: ' \00bb';
      color: #005CAF; }
    .block-link-container.dropdown ul.dropdown-menu li span > a {
      padding-left: 5px;
      line-height: 1.8; }
  .block-link-container.dropdown ul.dropdown-menu .body-block {
    display: inline-block; }

@media screen and (max-width: 991px) {
  .block-link a {
    font-size: 1.07143em; } }

@media screen and (max-width: 767px) {
  .block-link {
    border-radius: 0;
    margin-top: -1px;
    border: 1px solid #9c9c9c; }
  .block-link-container > div:first-child .block-link {
    border-radius: 4px 4px 0 0; }
  .block-link-container > div:last-child .block-link {
    border-radius: 0 0 4px 4px; }
  .dropdown-menu > li > a {
    font-size: 18px;
    padding: 6px 20px;
    font-weight: 700; } }

@media screen and (min-width: 992px) {
  #form_collapse {
    display: block !important; } }

.red-delimiter {
  border-top: 1px solid #ed1c24;
  padding-top: 10px; }

.article-title {
  font-size: 1vw;
  margin: 8px 0;
  color: black; }

.footer-cars p {
  color: gray;
  margin-bottom: 30px;
  display: block; }

.homepage-articles {
  padding: 0 10px; }
  .homepage-articles > div {
    padding: 0 5px; }

.search-form-dropdown {
  font-size: 20px;
  border-bottom: 0 !important;
  background-color: white !important; }
  .search-form-dropdown.collapsed {
    border-bottom: 1px solid #ccc !important; }
    .search-form-dropdown.collapsed .glyphicon-chevron-up:before {
      content: "\e114"; }

.article-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .article-img .overlay-title {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    bottom: 0;
    position: absolute; }
  .article-img .play-icon {
    background-image: url("/img/icons/play.png");
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 32px 32px;
            background-size: 32px; }
  .article-img.animated:hover {
    opacity: 0.7; }

.manufacturer-left-col {
  padding-right: 10px;
  overflow: hidden; }

.manufacturer-right-col {
  float: right;
  width: 300px;
  text-align: center;
  padding-top: 85px; }
  .manufacturer-right-col .black-buttons > a {
    background-color: black;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: white; }
    .manufacturer-right-col .black-buttons > a:hover {
      background-color: gray; }
  .manufacturer-right-col .social-buttons {
    font-size: 1.7em;
    text-align: center; }

@media screen and (min-width: 768px) {
  .article-img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 12px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
  .articles-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    position: relative;
    margin-bottom: 30px; }
    .articles-top .articles__main {
      float: none;
      padding-right: 0; }
    .articles-top .slick-dotted.slick-slider.articles__featured-slider {
      margin-top: 4px;
      margin-bottom: 4px; }
    .articles-top .articles__list {
      float: none;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      position: absolute;
      right: 0;
      top: 0;
      overflow: hidden; }
    .articles-top .article {
      display: -webkit-box;
      display: flex;
      margin-top: 4px;
      margin-bottom: 4px;
      -webkit-box-flex: 1;
              flex: 1;
      overflow: hidden; }
    .articles-top .article__img-wrapper {
      display: block; }
    .articles-top .article__info {
      overflow: hidden;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .articles-top .article-title {
      margin-bottom: 0;
      margin-top: 0; }
    .articles-top .article-txt {
      -webkit-box-flex: 1;
              flex: 1;
      overflow: hidden;
      margin-bottom: 0;
      font-size: 0.8vw;
      margin-top: 15px;
      color: black; }
    .articles-top .article-img {
      width: 100%;
      /*height: 100%;*/
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center; } }

@media screen and (min-width: 992px) {
  #form_collapse {
    display: block !important; } }

@media screen and (max-width: 991px) {
  .article-title {
    font-size: 1em;
    overflow: hidden; }
  .block-link a {
    font-size: 1.07143em; } }

@media screen and (max-width: 767px) {
  .article-img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 12px;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center; }
  .block-link {
    border-radius: 0;
    margin-top: -1px;
    border: 1px solid #9c9c9c; }
    .block-link a {
      padding-top: 15px;
      padding-bottom: 15px; }
  .block-link-container > div:first-child .block-link {
    border-radius: 4px 4px 0 0; }
  .block-link-container > div:last-child .block-link {
    border-radius: 0 0 4px 4px; }
  .homepage-articles > div:nth-child(1n + 4) {
    clear: both; }
    .homepage-articles > div:nth-child(1n + 4) .article-img {
      width: 11.42857em;
      padding-bottom: 8.14286em;
      float: left; }
    .homepage-articles > div:nth-child(1n + 4) .content {
      padding-left: 12.5em;
      position: absolute;
      float: left; }
  .dropdown-menu {
    position: fixed;
    top: 0;
    height: 100%;
    max-height: 100% !important;
    margin: 0; }
    .dropdown-menu:before {
      content: "Close ✖";
      position: absolute;
      right: 0;
      top: 0;
      color: #a0a0a0;
      font-size: 18px;
      z-index: 200;
      display: block;
      width: 90px;
      height: 31px;
      padding: 11px; }
    .dropdown-menu.bigger {
      font-size: 17px; }
    .dropdown-menu li {
      display: block; }
    .dropdown-menu .close {
      margin: 6px; }
      .dropdown-menu .close span {
        margin: -1px 0 0 4px; }
  .manufacturer-left-col {
    padding-right: 0; }
  .manufacturer-right-col {
    width: 100%;
    float: none; } }

@media screen and (max-width: 479px) {
  .article {
    margin-bottom: 15px; }
  .article__info {
    width: 100%; }
  .article__img-wrapper {
    width: 100%; }
  .articles-top .article {
    width: 50%;
    float: left;
    margin: 0; } }

.main-car {
  padding-bottom: 67%;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  cursor: pointer; }

.info.footer {
  padding: 3px; }

.article-area-actions {
  padding: 15px 15px 25px 15px;
  border-bottom: 1px solid rgba(130, 166, 216, 0.33); }
  .article-area-actions .owner-feedback i {
    font-size: 1.42857em;
    margin-right: 5px;
    color: #005CAF; }
    .article-area-actions .owner-feedback i:before {
      vertical-align: middle; }

.row-reviews {
  height: 28.57143em;
  overflow: hidden; }
  .row-reviews .reviews:hover {
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }

.reviews {
  padding: 1.07143em;
  margin-top: 2.14286em;
  padding-bottom: 30%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .reviews .review-txt {
    font-size: 12px;
    line-height: 1.4; }
    .reviews .review-txt.short-text {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 50.4px;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .reviews .review-title {
    font-weight: 700;
    color: #ca1102;
    min-height: 2.5em; }

.manufact-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

.article-date {
  color: #ca1102;
  font-size: 0.92857em;
  font-style: italic; }

.panel ul > li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.panel ul > li:hover {
  border-bottom-color: #ca1102; }
  .panel ul > li:hover a {
    color: #ca1102;
    padding-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media screen and (max-width: 1270px) {
  .manufact-search button {
    float: left !important;
    margin-top: 1.07143em;
    margin-left: 10px; } }

@media screen and (max-width: 767px) {
  .main-car .caption {
    margin: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.71429em; }
    .main-car .caption h3 {
      margin-bottom: 0;
      color: #fff; }
  .article-container .tab-content {
    display: block; }
  .article-container .panel-heading {
    margin-top: 1.42857em; }
  .article-title {
    font-size: 1.28571em;
    margin-top: 0;
    margin-bottom: 0; }
  .news-block-link-container {
    margin-top: 2.85714em;
    margin-bottom: 2.85714em; }
  .article.bigger h4 {
    margin-bottom: 10px;
    margin-top: 15px; }
  .article.bigger .content {
    display: block;
    min-height: 0; } }

.article-single-img {
  width: 100%; }

.tab-link.article-cat {
  padding: 0; }
  .tab-link.article-cat b {
    padding: 0.71429em 1.07143em;
    display: block;
    width: 100%;
    height: 100%; }

.form-box-new {
  background-color: #82A6D8; }
  .form-box-new .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%; }
  .form-box-new h2 {
    color: #ffffff;
    margin-bottom: 0.71429em; }
  .form-box-new .form-options {
    margin-bottom: 1.07143em; }
    .form-box-new .form-options a {
      color: #ffffff; }
  .form-box-new .btn-search {
    margin-bottom: 1.42857em; }

.featured-slider .slick-arrow {
  width: 30px;
  height: 60px; }

@media screen and (max-width: 767px) {
  .featured-slider .slick-dots {
    display: block !important; } }

.featured-slider .slick-dots li.slick-active button:before {
  color: #ca1102; }

.block-comparisons {
  margin-bottom: 2.85714em;
  overflow: hidden;
  background-color: white; }
  .block-comparisons .slick-dots li {
    margin: 0 0.2vw; }
  .block-comparisons .car-comparisons-wrapper {
    position: relative;
    border-right: 1px solid #eaeaea; }
    .block-comparisons .car-comparisons-wrapper .subtitle {
      max-width: 600px;
      text-align: center;
      width: 100%;
      display: block;
      margin: auto;
      color: gray; }
    .block-comparisons .car-comparisons-wrapper .vs {
      position: absolute;
      z-index: 20;
      left: 50%;
      -webkit-transform: translate(-50%, -12%);
              transform: translate(-50%, -12%); }
      .block-comparisons .car-comparisons-wrapper .vs span:first-of-type {
        color: #ca1102;
        font-size: calc(36px + 0.63058vw);
        text-transform: uppercase; }
      .block-comparisons .car-comparisons-wrapper .vs img {
        width: 48px; }
      .block-comparisons .car-comparisons-wrapper .vs span:last-of-type {
        color: #ca1102;
        font-size: 32px;
        text-transform: capitalize;
        letter-spacing: -1px;
        text-indent: 1px;
        font-weight: bold; }
    .block-comparisons .car-comparisons-wrapper .slick-dots {
      bottom: 10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .block-comparisons .car-comparisons-wrapper .slick-dots li button:before {
        font-size: 0.9vw;
        color: gray; }
      .block-comparisons .car-comparisons-wrapper .slick-dots li.slick-active button:before {
        color: #D30000; }
  .block-comparisons #carComparsionSlider *:focus {
    outline: none !important; }
  .block-comparisons .car-comparisons-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 1%; }
    .block-comparisons .car-comparisons-inner .row {
      width: 100%;
      height: 100%;
      flex-wrap: nowrap; }
      .block-comparisons .car-comparisons-inner .row > div {
        position: relative;
        padding-top: 34%; }
        .block-comparisons .car-comparisons-inner .row > div > .comparsion-info {
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; }
          .block-comparisons .car-comparisons-inner .row > div > .comparsion-info a {
            font-size: 15px; }
    .block-comparisons .car-comparisons-inner .car-img {
      width: 99%;
      min-height: 60%;
      display: block;
      background-color: #ffffff;
      -webkit-background-size: contain;
              background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      margin: auto; }
      .block-comparisons .car-comparisons-inner .car-img img {
        border-radius: 9px; }

.most-popular .card-bottom {
  font-size: 15px; }

@media screen and (max-width: 600px) {
  .block-comparisons .car-comparisons-wrapper .vs span:first-of-type {
    font-size: 2em; }
  .block-comparisons .car-comparisons-inner .row > div > .comparsion-info a {
    font-size: 1em; } }

.slick-next {
  right: 3px; }

.slick-prev {
  left: 3px; }

.hotdealsSlider .slick-dots {
  bottom: -8px; }

.search-panel-inner {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }

a.black-color {
  color: black; }

@media screen and (max-width: 980px) {
  #carComparsionSlider > div {
    overflow: visible !important; } }

.banner-container img[width='300'] {
  width: 100%;
  height: auto;
  max-width: 300px; }
