@-ms-viewport {
  width: device-width; }
:root{
	--font-family:"Manrope", Arial, Helvetica, sans-serif;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

img{pointer-events: none;}

*,
*::before,
*::after {
  box-sizing: inherit; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .row.no-neg {
    margin-right: 0;
    margin-left: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

.no-gutters > .col {
  padding: 0; }

.lr-only > .col {
  padding-top: 0;
  padding-bottom: 0; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row.g-big.no-padding {
  margin-left: -12px;
  margin-right: -12px; }

.row.g-big .col {
  padding: 12px; }

.row.p-all .col {
  padding: 12px; }

.row.g6 {
  margin-right: -6px;
  margin-left: -6px; }
  .row.g6 .col {
    padding: 6px; }

.col.auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col.xl1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col.xl2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col.xl3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col.xl4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col.xl5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col.xl6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col.xl7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col.xl8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col.xl9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col.xl10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col.xl11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col.xl12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media all and (max-width: 1200px) {
  .col.lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.lg1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.lg2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.lg3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.lg4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.lg5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.lg6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.lg7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.lg8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.lg9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.lg10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.lg11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.lg12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
 }

@media all and (max-width: 992px) {
  .col.md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.md1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.md2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.md3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.md4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.md5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.md6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.md7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.md8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.md9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.md10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.md11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.md12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}

@media all and (max-width: 768px) {
  .col.sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.sm1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.sm2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.sm3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.sm4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.sm5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.sm6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.sm7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.sm8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.sm9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.sm10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.sm11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.sm12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}

@media all and (max-width: 576px) {
  .col.xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.xs1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.xs2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.xs3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.xs4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.xs5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.xs6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.xs7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.xs8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.xs9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.xs10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.xs11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.xs12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }


input, select, textarea {
  border-radius: 0;
  background: #fff; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, content {
  display: block; }

* {
  box-sizing: border-box; }

html, body, form {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal normal 400 15px/24px var(--font-family);
  color: #333; }

a {
  color: #444; }
  

ul {
  margin-top: 0;
  padding-left: 30px; }

p + ul {
  margin-top: -10px; }

.fade-in {
  opacity: 0;
  transform: translateY(70px); }
  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
    transition-timing-function: ease-out; }

.cc {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto 0 auto;
  padding: 0 12px 0 12px; }
  .cc.medium {
    max-width: 1070px; }
.cc.smaller {
    max-width: 870px; }
  .cc.small {
    max-width: 670px; }

p {
  font: normal normal normal 15px/24px var(--font-family);
  color: #333;
  margin: 0;
  padding: 0 0 15px 0; }

.logo-holder {
  display: block;
  padding-top: 46px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  position: relative; }
  .logo {
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff; }
.logo img {
		max-width:260px;}
body {
  background: #f7f7f7; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  background: #fff;
  z-index: 11;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1); }
  header .cc {
    position: relative; }
  header nav {
    display: block;
    position: absolute;
    top: 65px;
    white-space: nowrap; }
    header nav a {
      display: inline-block;
      font: normal normal 500 14px/24px var(--font-family);
      color: #333;
      font-weight: 500;
      padding-top: 0px;
      text-decoration: none;
      transition: 0.3s;
      text-transform: uppercase;
      border-bottom: 3px solid transparent; }
      header nav a.active {
        color: #eed003;
        border-color: #eed003; }
    header nav.left {
      left: 12px; }
      header nav.left a {
        margin-right: 30px; }
    header nav.right {
      right: 12px; }
      header nav.right a {
        margin-left: 30px; }

content {
  position: relative;
  padding-top: 110px;
  background: #fff;
  padding-bottom: 20px; }

.tc {
  text-align: center; }

h1 {
  padding-top: 2.85714%;
  padding-bottom: 2.85714%;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.38095vw;
  line-height: 2.7381vw;
  text-transform: none; }
  @media all and (min-width: 1680px) {
    h1 {
      padding: 48px 0 48px 0;
      font-size: 40px;
      line-height: 46px; } }
  @media all and (max-width: 1066px) {
    h1 {
      font-size: 20px;
      line-height: 31px; } }

.detail h1 {
  margin-top: -12px;
  margin-bottom: -24px; }

h2 {
  padding-top: 1.78571%;
  padding-bottom: 1.78571%;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.78571vw;
  line-height: 2.38095vw;
  color: #333; }
  @media all and (min-width: 1680px) {
    h2 {
      padding: 30px 0;
      font-size: 30px;
      line-height: 40px; } }
  @media all and (max-width: 1066px) {
    h2 {
      font-size: 20px;
      line-height: 31px; } }
  h2.no-pt {
    padding-top: 0; }

h3 {
  padding-top: 1.0119%;
  padding-bottom: 1.36905%;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.30952vw;
  line-height: 2.14286vw;
  text-transform: uppercase;
  color: #333; }
  @media all and (min-width: 1680px) {
    h3 {
      padding: 17px 0 23px 0;
      font-size: 22px;
      line-height: 36px; } }
  @media all and (max-width: 1310px) {
    h3 {
      font-size: 18px;
      line-height: 30px; } }

h4 {
  padding-top: 1.19048%;
  padding-bottom: 1.19048%;
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #333; }
  @media all and (min-width: 1680px) {
    h4 {
      padding: 20px 0 20px 0; } }

.title-group {
  text-align: center; }
  .title-group h1 {
    padding-bottom: 24px;
    text-align: center; }
  .title-group h2 {
    padding-top: 0;
    font-size: 1.19048vw;
    line-height: 1.19048vw;
    text-transform: uppercase; }
    @media all and (min-width: 1680px) {
      .title-group h2 {
        font-size: 20px;
        line-height: 20px; } }

.banner-holder {
  position: relative;
  padding-top: min(50%, 690px); }
  .banner-holder .banners {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .banner-holder .banner {
    display: block;
    height: 100%;
    width: 100%; }
    .banner-holder .banner img {
      display: block;
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 100%; }
    .banner-holder .banner .banner-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .banner-holder .banner .banner-overlay .cc {
        max-width: 1680px;
        padding: 0;
        padding-left: 2.14286%;
        padding-bottom: 2.38095%; }
        @media all and (min-width: 1680px) {
          .banner-holder .banner .banner-overlay .cc {
            padding-left: 36px;
            padding-bottom: 40px; } }
      .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 3.57143vw;
        line-height: 3.57143vw;
        color: #fff;
        text-transform: uppercase;
        padding: 0; }
        @media all and (min-width: 1680px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 60px;
            line-height: 60px; } }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1 {
            font-size: 30px;
            line-height: 33px; } }
      .banner-holder .banner .banner-overlay .banner-description {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 2.38095vw;
        line-height: 3.27381vw;
        color: #fff;
        text-transform: uppercase; }
        @media all and (min-width: 1680px) {
          .banner-holder .banner .banner-overlay .banner-description {
            font-size: 40px;
            line-height: 55px; } }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay .banner-description {
            font-size: 20px;
            line-height: 32px; } }
      .banner-holder .banner .banner-overlay a {
        display: block;
        position: relative;
        padding-top: 15px;
        padding-left: 15px;
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s; }
        .banner-holder .banner .banner-overlay a::before {
          position: absolute;
          top: 15px;
          font-size: 12px;
          line-height: 22px;
          font-weight: 300;
          left: 0;
          content: '\f054';
          font-family: 'Font Awesome 5 Pro'; }
.banner-holder .banner img.mobile-banner{
		display:none;							
	}
@media all and (max-width:600px)
{
	.banner-holder {
  padding-top: 100%; }	
	.banner-holder .banner img.desktop-banner{
		display:none;							
	}
	.banner-holder .banner img.mobile-banner{
		display:block!important;							
	}
}
.cta {
  display: inline-block;
  padding: 15px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  border: 1px solid #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 0px; }
  .cta.fill {
    padding: 12px 30px;
    color: #fff;
    background: #eed003;
    border-color: #eed003; }
  .cta.light {
    color: #999;
    border-color: #ccc; }

hr {
  border: none;
  height: 1px;
  background: #eaeaea;
  margin: 0; }

.match-height .card {
  height: 100%; }

.card {
  background: #fff;
  border-radius: 0px; }
  .card .card-header {
    padding: 18px 18px 6px 18px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .card .card-header.h2 {
      font-size: 30px;
      line-height: 36px;
      font-weight: 400;
      color: #333; }
    .card .card-header h2 {
      padding: 0;
      font-size: 30px;
      line-height: 36px;
      text-align: left;
      text-transform: none;
      font-weight: 400;
      color: #333; }
  .card .card-content {
    padding: 18px; }
    .card .card-content hr {
      margin: 0 -18px 0 -18px; }
    .card .card-content h2 {
      padding: 0 0 9px 0;
      font-size:20px;
	  line-height:40px;
	  font-weight:normal;
      color: #333;
      margin: 0; }
    .card .card-content.hours label {
      display: inline-block;
      min-width: 165px; }
  .card .card-footer.dark {
    background: #f9f9f9;
    padding: 20px; }

.cars .card {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative;
  box-shadow: none; }
  .cars .card .specs {
    display: none; }

.cars .car-img {
  position: relative;
  overflow: hidden; }
  .cars .car-img img {
    display: block;
    width: 100%; }
  .cars .car-img .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.3s; }
    .cars .car-img .hover-overlay::before, .cars .car-img .hover-overlay::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.3, 0.3);
      background: #fff;
      transition: 0.3s; }
    .cars .car-img .hover-overlay::before {
      height: 35px;
      width: 5px; }
    .cars .car-img .hover-overlay::after {
      height: 5px;
      width: 35px; }
  .cars .car-img .tag {
    position: absolute;
    top: 55px;
    left: 0px;
    background: #ff0000;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: left bottom 0px;
    display: block;
    z-index: 2; }
    .cars .car-img .tag.new {
      background: #0997de; }

.cars .car-content {
  padding: 20px 12px 80px 12px; }
  .cars .car-content h3 {
    padding: 4px 0 0 0;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase; }
  .cars .car-content h4 {
    padding: 0 0 18px 0;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: #444;
    font-weight: 400;
    text-transform: uppercase; }

.cars .car-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 12px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  line-height: 23px;
  min-height: 80px; }
  .cars .car-price em {
    display: block;
    font-size: 12px;
    color: #777;
    font-style: normal; }
  .cars .car-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 30px;
    background: #d6d6d6; }
  .cars .car-price::after {
    content: '';
    display: block;
    float: none;
    clear: both; }
  .cars .car-price .price-left {
    float: left; }
  .cars .car-price .price-right {
    float: right;
    text-align: right; }
  .cars .car-price .old-price {
    display: block;
    text-decoration: line-through;
    font-size: 12px; }
  .cars .car-price.promo {
    color: #ef4b4a; }
    .cars .car-price.promo em {
      display: inline-block;
      color: #777; }
    .cars .car-price.promo .old-price {
      color: #777; }
    .cars .car-price.promo .price-right em {
      display: block; }

.cars .car-cta {
  display: none; }

footer {
  position: relative;
  background: #fff; }
  footer .footer {
    padding-top: 2.85714%;
    padding-bottom: 2.85714%;
    border-top: 1px solid #d6d6d6; }
    @media all and (min-width: 1440px) {
      footer .footer {
        padding: 48px 0 48px 0; } }
    footer .footer h3 {
      font-size: 20px;
      line-height: 30px;
      padding: 0;
      margin: 0;
      color: #333;
      font-weight: 500;
      padding-bottom: 12px;
      text-transform: none; }
    footer .footer p {
      font-weight: 400;
      font-size: 15px;
      line-height: 28px;
      padding: 0;
      margin: 0;
      color: #666; }
      footer .footer p a {
        color: #666; }
    footer .footer .social a {
      display: block;
      position: relative;
      line-height: 32px;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
      color: #666;
      padding-left: 30px; }
    footer .footer .social i {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 20px;
      line-height: 30px; }
    footer .footer .f-part {
      padding-left: 30px; }
      @media (max-width: 720px) {
        footer .footer .f-part {
          padding-left: 15px; } }
      @media (max-width: 650px) {
        footer .footer .f-part {
          padding-left: 5px; } }
    footer .footer .t-spacer {
      padding-top: 30px; }
      @media (max-width: 576px) {
        footer .footer .t-spacer {
          padding-top: 0; } }

.select2-container {
  font-size: 14px; }

.select2-container .select2-selection--single {
  height: 48px;
  border: none;
  border-radius: 0; }

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px; }

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 40px;
	margin-right: 8px;
	
	}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 100%;
  left: 0;
  margin-top: -9px;
  text-align: center;
  margin-left: 0; }

.select2-container .select2-selection--single .select2-selection__arrow b::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  font-size: 14px;
  line-height: 20px; }

.select2-container.select2-container--disabled .select2-selection--single {
  background: #fff; }

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #ccc; }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: "\f106"; }

.search {
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 3px 0; }
  .search::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .search .cc {
    padding: 0 4px;
    position: relative; }
    .search .cc::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
  .search .input-group {
    margin-bottom: 0; }
  .search .search-col {
    width: 20%;
    float: left;
    padding: 2px; }
    .search .search-col .col-half {
      width: 50%;
      float: left; }
      .search .search-col .col-half:first-child .select2-container .select2-selection--single {
        border-right-color: #fff; }
    .search .search-col select {
      width: 100%;
      height: 48px;
      border: none; }
  .search .search-btns {
    display: none;
    position: absolute;
    top: 2px;
    right: 4px; }
    .search .search-btns::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .search .search-btns a {
      display: block;
      float: left;
      width: 48px;
      height: 48px;
      text-align: center;
      background: #333333;
      background: -moz-linear-gradient(0deg, #333333 0%, #787879 100%);
      background: -webkit-linear-gradient(0deg, #333333 0%, #787879 100%);
      background: linear-gradient(0deg, #333333 0%, #787879 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#787879",GradientType=1);
      color: #fff;
      line-height: 48px;
      font-size: 16px;
      text-decoration: none;
      border-radius: 3px; }
  .search.on .cc, .search.with-btn .cc {
    padding-right: 52px; }
  .search.on .search-btns, .search.with-btn .search-btns {
    display: block; }

.select2-dropdown {
  border-radius: 0; }

input.ui-slider-input {
  border: none;
  box-shadow: none;
  background: none;
  font-size: 10px;
  line-height: 16px;
  color: #999;
  height: 16px;
  margin-left: 20px;
  text-align: left;
  padding: 0; }

.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
  margin-left: 0;
  margin-right: 20px;
  text-align: right; }

.ui-rangeslider .ui-rangeslider-sliders {
  height: 19px;
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 17px; }

.ui-slider-track {
  border-style: none !important;
  height: 5px !important;
  top: 6px;
  background: #d1d5d8 !important;
  border-radius: 3px !important; }

.ui-slider-track .ui-slider-bg {
  background: #eed003; }

.ui-slider-track .ui-btn.ui-slider-handle {
  font-size: .9em;
  line-height: 30px;
  border-radius: 50%;
  border: 5px solid #eed003;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: #fff; }

.card-spacer {
  padding-top: 24px; }

.picture-viewer {
  position: relative;
  overflow: hidden;
  border-radius: 0px; }
  .picture-viewer .img {
    display: block;
    border-radius: 0px; }
    .picture-viewer .img img {
      display: block;
      width: 100%;
      border-radius: 0px; }
    .picture-viewer .img.hidden {
      display: none; }
  .picture-viewer .img-overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.1s;
    z-index: 1;
    width: 60px;
    height: 50px;
    border-radius: 0px; }
    .picture-viewer .img-overlay em {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 50px;
      font-weight: bold;
      font-style: normal;
      color: #fff;
      text-align: center;
      left: 0;
      right: 0; }

.carpass-holder {
  position: relative;
  display: inline-block;
  padding: 6px 11px 6px 0; }
  .carpass-holder a {
    text-decoration: none; }
  .carpass-holder a img {
    display: block;
    max-width: 100%; }
  .carpass-holder a.info {
    display: block;
    position: absolute;
    top: -8px;
    right: 0; }
  .carpass-holder a.info i {
    color: #ccc;
    transition: 0.3s;
    font-size: 12px;
    line-height: 12px; }

.carpass-popup {
  position: absolute;
  display: none;
  top: -7px;
  right: 3px;
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
  width: 320px;
  box-sizing: border-box;
  z-index: 100; }
  .carpass-popup img {
    margin-bottom: 20px; }
  .carpass-popup .close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #777;
    font-size: 16px;
    top: 2px;
    right: 2px; }
  .carpass-popup p {
    line-height: 18px;
    font-size: 13px;
    color: #333; }
  .carpass-popup a.close i {
    line-height: 30px;
    color: #777;
    font-size: 16px; }
  .carpass-popup a.carpass-btn {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    background: #07ae4d;
    color: #fff;
    text-transform: uppercase; }

.pull-right {
  float: right; }

.detail .car-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  padding: 18px 18px 0 18px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .detail .car-title strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px; }

.detail .tag {
  display: inline-block;
  background: #f2f2f2;
  padding: 0 12px 0 12px;
  font-size: 11px;
  line-height: 25px;
  border-radius: 9px; }

.detail .car-price {
  padding: 18px 0 18px 0; }
  .detail .car-price .price {
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #333; }
    .detail .car-price .price em {
      display: inline-block;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500; }
  .detail .car-price .old-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    line-height: 22px;
    padding-top: 4px; }
  .detail .car-price.promo .price {
    color: #ef4b4a; }
    .detail .car-price.promo .price em {
      color: #333; }

.detail .specs-row {
  font-weight: 400;
  padding: 8px 0 10px 0; }
  .detail .specs-row::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .detail .specs-row label, .detail .specs-row span {
    display: block; }
  .detail .specs-row label {
    line-height: 20px;
    font-size: 13px;
    color: #999; }
  .detail .specs-row span {
    font-weight: 500;
    line-height: 22px;
    font-size: 15px; }

.actions {
  margin: 0 -2px; }
  .actions a {
    display: block;
    float: left;
    width: 20%;
    background: #f7f7f7;
    border: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #666;
    font-size: 20px;
    line-height: 46px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: center; }
    .actions a.primary {
      background: #eed003;
      color: #fff;
      width: 40%; }
    .actions a i {
      width: 36px;
      text-align: center;
      color: #777; }
  .actions::after {
    content: '';
    display: block;
    float: none;
    clear: both; }

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.1); }
  .popup-overlay .popup {
    position: relative;
    background: #fff;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1); }
  .popup-overlay .popup.large {
    max-width: 560px; }
  .popup-overlay .popup .popup-header {
    padding: 20px 25px 20px 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .popup-overlay .popup .popup-title {
    display: block;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    padding: 0;
    margin: 0;
    color: #333; }
  .popup-overlay .popup .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    height: 40px;
    line-height: 40px;
    width: 32px;
    text-align: center;
    transition: 0.3s;
    color: #666; }
  .popup-overlay .popup .msgError {
    color: #ff0000;
    padding-bottom: 10px; }
  .popup-overlay .popup .popup-body {
    padding: 0 25px 20px 25px; }
  .popup-overlay .popup .popup-body .input-group {
    margin-bottom: 0; }
  .popup-overlay .popup .popup-footer {
    padding: 0 25px 30px 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .popup-overlay .popup .popup-footer::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .popup-overlay .popup .popup-footer .cta {
      float: left; }
      .popup-overlay .popup .popup-footer .cta.light {
        float: right; }
    .popup-overlay .popup .popup-footer .note {
      display: block;
      font-size: 12px;
      font-style: italic;
      line-height: 20px;
      color: #777;
      padding-bottom: 27px; }
      .popup-overlay .popup .popup-footer .note a {
        color: #777; }
  .popup-overlay .copy-confirm {
    display: none;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    background: rgba(0, 0, 0, 0.7);
    height: 41px;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
    padding: 0 15px 0 15px;
    border-radius: 0px;
    text-align: center;
    right: 50px; }

.input-group, .form.read-only .edit-sub-form .input-group {
  position: relative;
  padding: 0 0 29px 0;
  margin-bottom: 20px; }
  .input-group label, .form.read-only .edit-sub-form .input-group label {
    position: absolute;
    bottom: 0;
    left: 3px;
    width: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 29px;
    color: #777;
    transform: translateY(-3px);
    transition: 0.3s;
    opacity: 0; }
  .input-group input, .input-group select, .input-group textarea, .form.read-only .edit-sub-form .input-group input, .form.read-only .edit-sub-form .input-group select, .form.read-only .edit-sub-form .input-group textarea {
    background: none;
    border: 1px transparent solid;
    border-bottom: 1px solid #eee;
    background-clip: padding-box;
    border-radius: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3px;
    word-break: normal;
    line-height: inherit;
    transition: all 0.2s ease-out;
    color: #333;
    font-size: 15px;
    line-height: 22px;}
  .input-group.notempty label, .form.read-only .edit-sub-form .input-group.notempty label {
    transform: none;
    transition: 0.3s;
    opacity: 1; }
  .input-group.error, .form.read-only .edit-sub-form .input-group.error {
    border-color: #ff0000; }
    .input-group.error label, .form.read-only .edit-sub-form .input-group.error label {
      color: #ff0000; }
  .input-group .select2-container--default .select2-selection, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection {
    border: 1px transparent solid;
    border-bottom: 1px solid #eee;
    padding: 0;
    height: auto;
    line-height: 22px;
    border-radius: 0; }
    .input-group .select2-container--default .select2-selection .select2-selection__rendered, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection .select2-selection__rendered {
      padding: 3px;
      font-size: 15px;
      line-height: 22px;
      color: #333; }
    .input-group .select2-container--default .select2-selection .select2-selection__arrow, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection .select2-selection__arrow {
      position: absolute;
      top: 3px;
      right: 1px;
      height: auto;
      bottom: 7px;
      width: 40px;
      border-left: 1px solid #ddd; }
  .input-group.phone, .form.read-only .edit-sub-form .input-group.phone {
    padding-left: 54px;
    position: relative; }
    .input-group.phone .input-part, .form.read-only .edit-sub-form .input-group.phone .input-part {
      position: absolute;
      top: 0;
      left: 0; }
    .input-group.phone label, .form.read-only .edit-sub-form .input-group.phone label {
      left: 54px;
      padding-left: 6px; }
    .input-group.phone input, .form.read-only .edit-sub-form .input-group.phone input {
      padding-left: 6px; }
    .input-group.phone .select2-container--default .select2-selection .select2-selection__rendered, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection .select2-selection__rendered {
      padding: 13px 12px !important; }
    .input-group.phone .select2-container--default .select2-selection .select2-selection__arrow, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection .select2-selection__arrow {
      width: 14px;
      border-left: none; }

.input-chk {
  position: relative;
  padding-top: 7px; }
  .input-chk input {
    display: none; }
  .input-chk label {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #222; }
    .input-chk label strong {
      font-weight: 500; }
    .input-chk label em {
      display: block;
      font-weight: 400;
      margin-top: -6px;
      opacity: 0.8;
      font-style: normal;
      padding-bottom: 4px; }
    .input-chk label::before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 1px solid #333;
      border-radius: 2px;
      background: #fff;
      color: #fff;
      line-height: 13px;
      text-align: center; }
  .input-chk.error label, .input-chk.error label a {
    color: #ff0000 !important; }
  .input-chk.error label::before {
    border-color: #ff0000; }
  .input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    border-color: #eed003;
    background: #eed003; }

.singleselect .input-chk label::before {
  border-radius: 50%; }

.card-content .input-group textarea {
  min-height: 150px; }

.shares {
  padding-top: 10px; }
  .shares::after {
    display: block;
    content: '';
    float: none;
    clear: both; }
  .shares div {
    float: left;
    margin-right: 10px;
    float: left;
    width: 60px;
    height: 46px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    background: #0997de;
    background: -moz-linear-gradient(top, #0997de 0%, #126fc8 100%);
    background: -webkit-linear-gradient(top, #0997de 0%, #126fc8 100%);
    background: linear-gradient(to bottom, #0997de 0%, #126fc8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0997de', endColorstr='#126fc8',GradientType=0 );
    cursor: pointer; }
  .shares div.whatsapp {
    background: #00ea72;
    background: -moz-linear-gradient(top, #00ea72 0%, #00d467 100%);
    background: -webkit-linear-gradient(top, #00ea72 0%, #00d467 100%);
    background: linear-gradient(to bottom, #00ea72 0%, #00d467 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea72', endColorstr='#00d467',GradientType=0 ); }
  .shares div.facebook {
    background: #507ac2;
    background: -moz-linear-gradient(top, #507ac2 0%, #405799 100%);
    background: -webkit-linear-gradient(top, #507ac2 0%, #405799 100%);
    background: linear-gradient(to bottom, #507ac2 0%, #405799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507ac2', endColorstr='#405799',GradientType=0 ); }
  .shares div.twitter {
    background: #76ccf7;
    background: -moz-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
    background: -webkit-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
    background: linear-gradient(to bottom, #76ccf7 0%, #5caaee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ccf7', endColorstr='#5caaee',GradientType=0 ); }
  .shares div.email {
    background: #a1a1a1;
    background: -moz-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
    background: linear-gradient(to bottom, #a1a1a1 0%, #7e7e7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#7e7e7e',GradientType=0 ); }
  .shares div i {
    line-height: 47px;
    font-size: 20px; }
  .shares label {
    display: block; }

.input-control.copy a {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #eed003;
  color: #fff; }

.card-tabs::after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0; }

.card-tabs a {
  display: block;
  float: left;
  width: 33.33%;
  background: #eaeaea;
  color: #888;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0 18px 0; }
  .card-tabs a.active {
    background: #fff;
    color: #333; }

.options .col.xl12:first-child h4 {
  border-top: none;
  padding-top: 0; }

.options h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  padding: 14px 0 5px 0;
  margin: 0; }

.options ul {
  margin: 0;
  padding: 0; }

.options ul li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: #333;
  list-style: none; }

.options ul li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 6px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  color: #eed003; }

.car-nav a {
  font-size: 20px;
  color: #777;
  display: block;
  float: left;
  width: 46px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #e6e6e6; }
  .car-nav a i {
    font-size: 16px;
    line-height: 44px; }
  .car-nav a.overview {
    margin: 0 12px; }

.car-nav::after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0; }

.block {
  display: flex;
  background: #fff;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap; }
  .block::after {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    float: none;
    content: ''; }
  .block .img {
    flex: 0 0 50%;
    order: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 50%; }
    .block .img img {
      visibility: hidden;
      display: block;
      width: 100%; }
  .block .text {
    flex: 0 0 50%;
    order: 1;
    align-self: center;
    box-sizing: border-box;
    padding: 40px;
    font-size:15px;
    line-height:24px;
    float: right;
    width: 50%;
    color: #333;
    padding-left: 7%; }
    .block .text h2 {
      font-weight: 500;
      color: #333;
      margin: 0;
      font-size: 30px;
      line-height: 36px;
      padding: 0 0 20px 0; }
  .block.right .img {
    order: 1;
    float: right; }
  .block.right .text {
    order: 0;
    float: left;
    padding-left: 40px;
    padding-right: 7%; }
  @media all and (max-width: 801px) {
    .block .img, .block .text, .block.right .img, .block.right .text {
      flex: 0 0 100%;
      float: none;
      width: 100%;
      order: 0; } }

.map-holder {
  padding-top: 28.66%;
  position: relative;
  max-height: 450px; }
  .map-holder .map {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0; }

.mob-btn, .sort-btn {
  float: left;
  margin-right: 0px;
  height: 32px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 20px;
  color: #777;
  text-decoration: none;
  text-align: center;
  display: none; }
  @media all and (max-width: 800px) {
    .mob-btn, .sort-btn {
      display: block; } 
	.sort-btn {
    margin-top: -4px; }
	}


.acc-btn {
  display: none;
  text-decoration: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 12px;
  line-height: 28px;
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  margin-top: -1px; }
  .acc-btn i {
    float: right;
    font-size: 16px;
    color: #ccc;
    line-height: 28px; }
    .acc-btn i.fa-minus-circle {
      display: none; }
  .acc-btn.active {
    color: #333; }
    .acc-btn.active i.fa-minus-circle {
      display: block; }
    .acc-btn.active i.fa-plus-circle {
      display: none; }

.mob-search-header {
  display: none;
  padding: 12px;
  padding-top: 1.59722%;
  padding-bottom: 1.04167%;
  position: relative; }
  .mob-search-header .mob-search-title {
    font-size: 26px;
    line-height: 38px;
    font-weight: 300; }
  .mob-search-header .mob-search-btns {
    position: absolute;
    top: 0;
    right: 12px;
    padding-top: 1.59722%;
    line-height: 38px; }
    .mob-search-header .mob-search-btns a {
      display: inline-block;
      line-height: 38px;
      font-size: 16px;
      color: #777;
      padding-left: 20px; }

.mob-btns {
  display: none; }
  .mob-btns a {
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #777;
    padding-left: 20px; }

.sort-pnl {
  margin-top: -8px; }
  .sort-pnl .sort-header {
    display: none; }
  .sort-pnl .list-sorter {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    width: 170px;
    margin-left: 6px;
    border: 1px solid #999; }
    .sort-pnl .list-sorter select {
      display: block;
      width: 100%; }
  .sort-pnl .select2-container {
    font-size: 14px;
    font-weight: normal;
    text-transform: none; }
  .sort-pnl .select2-container .select2-selection--single {
    height: 44px;
    border: none; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 44px; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px; }
  .sort-pnl .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 100%;
    left: 0;
    margin-top: -11px;
    text-align: center; }
  @media all and (max-width: 768px) {
    .sort-pnl {
      display: none;
      position: absolute;
      background: #fff;
      padding: 12px;
      top: 10px;
      right: 0;
      min-width: 200px; }
      .sort-pnl .sort-header {
        display: block;
        color: #333;
        font-size: 26px;
        line-height: 38px;
        font-family: "Multi","Roboto",Arial,Helvetica,sans-serif;
        font-weight: 300;
        padding-bottom: 15px; }
        .sort-pnl .sort-header a.close {
          display: block;
          float: right;
          font-size: 16px;
          color: #777;
          line-height: 30px;
          padding-top: 5px; }
      .sort-pnl .list-sorter {
        display: block;
        margin-left: 0;
        padding-bottom: 5px;
        box-shadow: none; }
      .sort-pnl .select2-container .select2-selection--single {
        border: 1px solid #ccc;
        border-radius: 0; } }

.rel {
  position: relative;
  z-index: 9; }

.to-top {
  z-index: 9;
  position: relative; }

.mob-menu-btn {
  display: none;
  line-height: 40px;
  font-size: 20px;
  color: #777;
  float: right;
  padding-top: 10px;
  padding-left: 20px; }

.paging-holder {
  text-align: center; }
  .paging-holder .paging {
    display: inline-block; }
    .paging-holder .paging .pages {
      float: left; }
    .paging-holder .paging a {
      display: block;
      float: left;
      height: 46px;
      width: 46px;
      line-height: 44px;
      text-align: center;
      background: #fff;
      margin: 0 6px;
      font-size: 14px;
      color: #777;
      text-decoration: none;
      border: 1px solid #777; }
      .paging-holder .paging a.active {
        background: #eed003;
        border-color: #eed003;
        color: #fff; }

@media all and (max-width: 900px) {
  .search .cc {
    padding: 5px 114px 5px 9px; }
  .search .search-col {
    padding-left: 1px;
    padding-right: 1px; }
  .search .search-btns {
    padding: 5px 10px; } }

@media all and (min-width: 801px) {
  .search {
    display: block !important; } }

@media all and (max-width: 800px) {
  .mob-hide {
    display: none; }
  header {
    height: 60px; }
    header .logo-holder {
      padding-top: 15px;
      height: 45px;
      float: left;
      border: none; }
    header .logo {
      height: 100%;
      transform: none;
      position: relative;
      top: initial;
      left: initial;
      padding: 0; }
	header .logo img{
		height:100%;		
				}
    header .mob-btn {
      display: block;
      float: right;
      padding-right: 10px;
      padding-top: 10px; }
    header .menu {
      display: none;
      background: #fff;
      position: fixed;
      top: 60px;
      left: 0;
      right: 0;
      transform: none;
      text-align: left;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1); }
      header .menu nav {
        position: relative;
        top: initial;
        left: initial;
        right: initial; }
      header .menu nav a {
        display: block;
        padding: 15px;
        float: none;
        border-top: 1px solid #ccc;
        margin: 0; }
        header .menu nav a.active {
          border-bottom: none;
          color: #eed003; }
  content {
    padding-top: 60px; }
  .mob-margin-top {
    padding-top: 50px; }
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
  .car-nav {
    background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .car-nav::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .car-nav a {
      text-align: center;
      width: 33.33%;
      border-left: 1px solid #e2e2e2;
      display: block;
      float: left;
      line-height: 34px; }
      .car-nav a:first-child {
        text-align: center;
        border-right: none; }
      .car-nav a:last-child {
        text-align: center; }
      .car-nav a.overview {
        margin: 0; }
  .search {
    display: none;
    position: absolute;
    top: 60px;
    background: #f7f7f7;
    left: 0;
    right: 0;
    z-index: 10; }
    .search .search-col {
      width: 100%;
      float: none;
      padding: 0 0 5px 0; }
      .search .search-col::after {
        content: '';
        display: block;
        float: none;
        clear: both;
        height: 0; }
    .search .cc {
      padding: 10px 12px 20px 12px; }
    .search .mob-search-header {
      display: block; }
    .search .search-btns {
      position: relative;
      padding: 0; }
      .search .search-btns a {
        width: 100%; }
        .search .search-btns a i {
          display: none; }
        .search .search-btns a span {
          display: inline; }
      .search .search-btns a.reset {
        display: none; }
  .mob-btns {
    display: block;
    float: left; }
  .cars {
    padding: 0; }
  .sort-pnl {
    display: none;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    border: 1px solid #efefef;
    z-index: 99;
    overflow: auto;
    padding: 12px; }
    .sort-pnl .sort-header {
      display: block;
      padding-bottom: 12px; }
      .sort-pnl .sort-header .close {
        float: right; }
    .sort-pnl .list-sorter {
      margin: 0 0 6px 0;
      width: 280px; } }

@media all and (max-width: 576px) {
  .picture-viewer .img.thumb {
    display: none; }
  .picture-viewer .img.rest {
    bottom: 12px;
    height: auto;
    right: 12px;
    width: auto;
    text-decoration: none;
    min-width: 40px;
    text-align: center; }
    .picture-viewer .img.rest img {
      display: none; }
    .picture-viewer .img.rest .img-overlay {
      position: relative;
      border-radius: 3px;
      padding: 8px; }
      .picture-viewer .img.rest .img-overlay em {
        position: relative;
        line-height: 18px;
        font-size: 14px; }
  .cc.mob-np {
    padding: 0; }
    .cc.mob-np h1 {
      padding-left: 10px; }
  .detail .car-price {
    padding: 12px; }
    .detail .car-price .price {
      line-height: 20px; }
      .detail .car-price .price strong {
        display: block;
        line-height: 46px; }
  .detail .specs-row {
    padding: 6px 12px 3px 12px; }
    .detail .specs-row label, .detail .specs-row span {
      float: none;
      width: 100%; }
    .detail .specs-row label {
      font-size: 11px;
      line-height: 15px; }
    .detail .specs-row span {
      line-height: 20px; }
  .actions .action {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1px; }
  .acc-btn {
    display: block; }
  .card .card-content {
    padding: 12px; }
  .panel .options ul {
    padding-bottom: 0; }
  .panel .options h4 {
    margin-top: 20px; } }

.band {
  position: absolute;
  top: 55px;
  left: 0px;
  background: #ff0000;
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: left bottom 0px; 
  z-index:1;
}
.picture-viewer .band {
	top: 75px;
	width: 150px;
	font-size: 13px;
	padding-top:2px;
}

.band.expected {
	background: #999;
	color: #fff;
}
.band.new {
	background: #06f;
	color: #fff;
}
.band.promo {
	background: #f00;
	color: #fff;
}
.band.inoption {
	background: #fff;
	color: #666;
}
.band.ordered {
	background: #666;
	color: #fff;
}
.band.sold {
	background: #111;
	color: #fff;
}

.content.white {
  background: #fff; }
  .content.white h1 {
    padding-bottom: 0; }
  .content.white .text-content {
    padding-right: 17px; }
    .content.white .text-content.r {
      padding-right: 0;
      padding-left: 17px; }

.icon-text {
  padding-left: 25px;
  position: relative; }
  .icon-text p {
    padding-bottom: 0; }
  .icon-text i {
    position: absolute;
    top: 5px;
    left: 0; }

.desktop-hide {
  display: none; }

@media all and (max-width: 768px) {
  .mobile-hide {
    display: none; }
  .car-nav.mobile-hide {
    display: block; }
  .desktop-hide {
    display: block; } }

.header-image {
  max-height: 450px;
  overflow: hidden; }
  .header-image img {
    display: block;
    width: 100%; }

.desktop-hide {
  display: none; }

@media all and (max-width: 768px) {
  .mobile-hide {
    display: none; }
  .car-nav.mobile-hide {
    display: block; }
  .desktop-hide {
    display: block; } }

.header-image {
  max-height: 450px;
  overflow: hidden; }

.header-image img {
  display: block;
  width: 100%; }

.icon-text {
  padding-left: 25px;
  position: relative; }

.icon-text p {
  padding-bottom: 0; }

.icon-text i {
  position: absolute;
  top: 5px;
  left: 0; }

.financing-item {
  position: relative;
  padding: 18px 18px 34px 18px;
  border-bottom: 1px solid #e6e6e6; }
  .financing-item::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .financing-item label {
    float: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold; }
  .financing-item .input-holder {
    float: right;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 88px;
    padding-right: 22px;
    height: 30px; }
    .financing-item .input-holder.wide-suffix .ui-slider input.ui-slider-input {
      width: 34px; }
    .financing-item .input-holder .ui-slider {
      display: inline-block;
      float: none;
      padding: 0;
      margin: 0; }
      .financing-item .input-holder .ui-slider input.ui-slider-input {
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
        color: #222;
        width: 66px;
        padding: 0;
        margin: 0;
        text-align: right;
        display: inline-block;
        float: none;
        height: 28px; }
      .financing-item .input-holder .ui-slider .ui-slider-track {
        position: absolute;
        top: 64px;
        left: 18px;
        right: 18px;
        margin: 0 5px; }
    .financing-item .input-holder .suffix {
      display: block;
      position: absolute;
      top: 19px;
      right: 26px;
      font-size: 12px;
      line-height: 28px;
      color: #777; }

.financing-total {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid #e6e6e6; }
  .financing-total::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .financing-total label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold; }
  .financing-total .result {
    display: block;
    float: right;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold; }
    .financing-total .result em {
      font-style: normal;
      font-weight: normal;
      font-size: 16px; }

.financing-note {
  padding: 18px;
  font-size: 12px;
  line-height: 20px;
  color: #444; }
  .financing-note em {
    color: #777; }

.financing-result {
  position: relative; }
  .financing-result.on .financing-note, .financing-result.on .financing-note em, .financing-result.on .financing-total label, .financing-result.on .financing-total .result, .financing-result.on .financing-total .result em {
    color: transparent;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

.financing-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(249, 249, 249, 0.8);
  opacity: 0;
  transition: 0.3s; }
  .financing-overlay .financing-overlay-content {
    font-size: 12px;
    line-height: 20px;
    color: #444;
    position: absolute;
    top: 50%;
    left: 18px;
    right: 18px;
    transform: translateY(-50%); }
    .financing-overlay .financing-overlay-content h4 {
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      padding-bottom: 20px;
      text-transform: uppercase; }

.financing-result.on .financing-overlay {
  opacity: 1;
  transition: 0.3s; }

.pull-right.abs {
  position: absolute;
  top: 20px;
  right: 0; }

.spacer {
  height: 24px; }

@media all and (max-width: 1000px) {
  .actions a {
    width: 33.33%; }
    .actions a.primary {
      width: 100%; } }

@media all and (max-width: 768px) {
  .actions a {
    width: 20%; }
    .actions a.primary {
      width: 40%; } }

@media all and (max-width: 528px) {
  .actions a {
    width: 33.33%; }
    .actions a.primary {
      width: 100%; } }

@media all and (max-width: 800px) {
  .detail h1 {
    margin-bottom: -12px;
    margin-top: 40px; } }

.finance-row {
  position: relative;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666; }
  .finance-row::after {
    content: "";
    display: block;
    float: none;
    clear: both; }
  .finance-row::before {
    content: "..........................................................................................................................................";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: #ccc; }
  .finance-row label {
    display: block;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px; }
  .finance-row span {
    display: block;
    float: right;
    background: #fff;
    text-align: right;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    font-size: 15px;
    color: #333; }
  .finance-row.primary span {
    font-size: 20px;
    color: #ef4b4a;
    font-weight: 500; }


.input-group.error input{
border-bottom-color:#ff0000;
}


ul li.select2-results__option::before{
display:none;
}


@media (hover){
a:hover {
    color: #eed003; }
header nav a:hover {
        transition: 0.3s;
        color: #eed003; }
.footer a:hover {
        transition: 0.3s;
        color: #eed003; }
.banner-holder .banner .banner-overlay a:hover {
          transition: 0.3s;
          color: #eed003;
          border-color: #eed003; }
.cta:hover, .cta.no-bg:hover {
    background: #1a1b09;
    color: #fff;
	border-color: #1a1b09;
    transition: 0.3s; }
 .cars .card:hover .car-img .hover-overlay {
    opacity: 1;
    transition: 0.3s; }
    .cars .card:hover .car-img .hover-overlay::before, .cars .card:hover .car-img .hover-overlay::after {
      transform: translate(-50%, -50%) scale(1, 1);
      transition: 0.3s; }
.carpass-holder a.info:hover i {
    color: #444;
    transition: 0.3s; }
.actions a:hover, .actions a.primary:hover {
      background: #fff;
	  border: 1px solid #eed003;
      color: #eed003;
      transition: 0.3s; }
   .actions a:hover i, .actions a.primary:hover i {
      color: #eed003; }
}
	

.whatsapp-btn{
	display:block;
	position:fixed;
	right:30px;
	bottom:30px;
	width:56px;
	height:56px;
	border-radius:50%;
	background:rgb(45, 183, 66);
	line-height:56px;
	text-align:center;
	color:#fff;
	font-size:35px;
	z-index:10;
	box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.whatsapp-btn:hover{
color:#fff;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
