@-ms-viewport {
  width: device-width; }

:root{
	--font-family:Poppins, Arial, Helvetica, sans-serif;
	--primary-700:#AFAEAA;
	--primary-600:#DBDAD5;
	--primary-std:#F4F3ED;
	--primary-300:#faf9f6;
	--bg-700:#000;
	--bg-600:#111;
	--bg-std:#181817;
	--bg-400:#242423;
	--bg-300:#31312F;
	--bg-200:#444;
	--bg-light:#62615F;
	--accent-std:#fff200;
	--accent-400:#f5f48e;
	--accent-300:#F4F4D5;
}
		
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

		
img{pointer-events: none;}

*,
*::before,
*::after {
  box-sizing: inherit; }
*:focus {
    outline: none;
}
.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: var(--bg-std); }

* {
  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: var(--primary-std);
  background: var(--bg-std);
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
  color: var(--primary-std); }
  

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: var(--primary-std);
  margin: 0;
  padding: 0 0 15px 0; }

  .logo {
    display: block;
    padding: 0 10px;
    position: absolute;
    top: 30px;
    left: 12px;
	height:50px;
}
.logo img{
	display:block;
	height:100%;
}

body {
  background: var(--bg-std); }

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

content {
  position: relative;
  padding-top: 110px;
  background: var(--bg-std);
  padding-bottom: 20px; }

.tc {
  text-align: center; }

h1 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  padding: 48px 0 48px 0;
  font-size: 40px;
  line-height: 46px;
  text-transform: none; }

@media all and (max-width: 1066px) {
    h1 {
      font-size: 28px;
      line-height: 31px; } 
}

h2 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  padding: 30px 0;
  font-size: 30px;
  line-height: 40px;
  color: var(--primary-std); }

@media all and (max-width: 1066px) {
    h2 {
      font-size: 20px;
      line-height: 31px; } 
}

  h2.no-pt {
    padding-top: 0; }

h3 {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 500;
  padding: 17px 0 23px 0;
  font-size: 22px;
  line-height: 36px; }
 
@media all and (max-width: 1310px) {
    h3 {
      font-size: 17px;
      line-height: 30px; } }

h4 {
  padding: 20px 0 20px 0; 
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px; }
  

.title-group {
  text-align: center; }
  .title-group h1 {
    padding-bottom: 24px;
    text-align: center; }
  .title-group h2 {
    padding-top: 0;
    line-height: 20px; 
    text-transform: uppercase; }

.detail .detail-title-group{
	position:relative;
	margin-top:-12px;
	margin-bottom:-24px;
	padding:48px 180px 48px 0;
	} 
.detail .detail-title-group .pull-right{
	position:absolute;
	top:48px;
	right:0;
}			
.detail .detail-title-group h1,.detail .detail-title-group h2{
padding:0;
word-break: break-word;
} 
.movie-banner{
	position:relative;	
}
.movie-banner video{
	display:block;
	width:100%;
	}
.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, .movie-banner .movie-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; 
	  text-align: center;
	  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);}
      .banner-holder .banner .banner-overlay .cc, .movie-banner .movie-overlay .cc {
        max-width: 1680px;
        padding: 0;
        padding-left: 2.14286%;
        padding-bottom: 6.38095%; }
        @media all and (min-width: 1680px) {
          .banner-holder .banner .banner-overlay .cc, .movie-banner .movie-overlay .cc {
            padding-left: 36px;
            padding-bottom: 60px; } }
      .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1, .movie-banner .movie-overlay h1 {
        font-family: var(--font-family);
        font-size: 3.57143vw;
        line-height: 3.57143vw;
        color: var(--primary-std);
        padding: 36px 0; }
        @media all and (min-width: 1680px) {
          .banner-holder .banner .banner-overlay .banner-title, .banner-holder .banner .banner-overlay h1, .movie-banner .movie-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, .movie-banner .movie-overlay h1 {
            font-size: 30px;
            line-height: 33px; } }
      .banner-holder .banner .banner-overlay .banner-description, .movie-banner .movie-overlay .movie-description {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 2.38095vw;
        line-height: 3.27381vw;
        color: var(--primary-std);
        text-transform: uppercase; }
        @media all and (min-width: 1680px) {
          .banner-holder .banner .banner-overlay .banner-description, .movie-banner .movie-overlay .movie-description  {
            font-size: 40px;
            line-height: 55px; } }
        @media all and (max-width: 720px) {
          .banner-holder .banner .banner-overlay .banner-description, .movie-banner .movie-overlay .movie-description  {
            font-size: 20px;
            line-height: 32px; } }
      .banner-holder .banner .banner-overlay a, .movie-banner .movie-overlay .movie-description a {
        display: inline-block;
		padding: 15px 24px;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: var(--accent-std);
		border: 1px solid var(--accent-std);
		text-decoration: none;
		text-transform: uppercase;
		transition: 0.3s;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0.5); }

.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: var(--accent-std);
  border: 1px solid var(--accent-std);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 0px; }
  .cta.fill {
    padding: 12px 30px;
    color: var(--accent-std);
    background: none;
    border-color: var(--accent-std); }
  .cta.light {
    color: #999;
    border-color: #ccc; }

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

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

.card {
  background: var(--bg-400);
  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;
	  }
.card .card-header-img {
display:block;
width:100%;
}
    .card .card-header h2 {
      padding: 0;
      font-size: 30px;
      line-height: 36px;
      text-align: left;
      text-transform: none;
      font-weight: 400;
      }
  .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;
      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 .hover-cta{
display:none;
}
    .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);
      color: var(--bg-std);
      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: var(--bg-std);
    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,.cars .car-content h2 {
    padding: 4px 0 0 0;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: var(--primary-std);
    font-weight: 600;
    }
  .cars .car-content h3 + h4,.cars .car-content h2 + h3 {
    padding: 0 0 18px 0;
    margin: 0;
    font-size: 15px;
    line-height: 23px;
    color: var(--primary-std);
    font-weight: 400;
 }
.cars .car-content h2 strong,.cars .car-content h3 strong {
    padding-right:3px;
	font-weight:600;
 }
.cars .car-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  min-height: 80px; }
  .cars .car-price em {
    display: block;
	font-weight: 400;
    font-size: 12px;
    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: var(--bg-700); }
  footer .footer {
    padding-top: 2.85714%;
    padding-bottom: 2.85714%;
    }
    @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;
      font-weight: 500;
	  color: var(--primary-700);
      padding-bottom: 12px;
      text-transform: none; }
    footer .footer p {
      font-weight: 300;
      font-size: 14px;
	  color: var(--primary-700);
      line-height: 30px;
      padding: 0;
      margin: 0;
       }
      footer .footer p a, .copyright a {
	   color: var(--primary-700);
       }
    footer .footer .social a {
      display: block;
      position: relative;
      line-height: 30px;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
	  color: var(--primary-700);
      padding-left: 30px; }
    footer .footer .social i {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 20px;
      line-height: 30px;
      color: var(--primary-700);}
    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;
  background: var(--bg-300);}

.select2-container .select2-selection--single {
  height: 48px;
  border: none;
  border-radius: 0; 
  background: var(--bg-400);}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px; 
  color: var(--primary-600);}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 40px;
	margin-right: 8px;
	color: var(--primary-600);
	}

.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: var(--bg-300); }

.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: var(--bg-300);
  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: var(--bg-300);
      color: var(--primary-600);
      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: var(--primary-400);
  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: var(--bg-200) !important;
  border-radius: 3px !important; }

.ui-slider-track .ui-slider-bg {
  background: var(--accent-std); }

.ui-slider-track .ui-btn.ui-slider-handle {
  font-size: .9em;
  line-height: 30px;
  border-radius: 50%;
  border: 5px solid var(--accent-std);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: var(--bg-std); }

.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: 24px;
    line-height: 36px;
    font-weight: 600;
	white-space:nowrap;
    }
.detail .car-price .price::after{
content:'';
clear:both;
float:none;
display:block;
}
.detail .car-price .price-left, .detail .car-price .price-right {
    float: left;
    width: 50%;
}
.detail .car-price .price-right{
text-align:right;
}
@media all and (max-width:450px){
.detail .car-price .price-left, .detail .car-price .price-right {
    float: none;
    width: 100%;
	text-align:left;
}
}

    .detail .car-price .price em {
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
  .detail .car-price .old-price {
    font-size: 16px;
    text-decoration: line-through;
    line-height: 22px;
    padding-top: 4px; }
  .detail .car-price.promo .price {
    color: #ef4b4a; }
    .detail .car-price.promo .price em {
      }

.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: 16%;
    color: var(--primary-600);
    background: var(--bg-300);
    border-left: 1px solid var(--bg-300);
    border-right: 1px solid var(--bg-300);
	border-top: 1px solid var(--bg-300);
    border-bottom: 1px solid var(--bg-300);
    padding: 10px 0;
    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: var(--accent-std);
      color: #000;
      width: 36%; }
    .actions a i {
      width: 36px;
      text-align: center;
      color: var(--primary-600); }
  .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.75); }
  .popup-overlay .popup {
    position: relative;
    color: var (--primary-std);
	background: var(--bg-600);
    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 {
	font-family: var(--font-family);
    display: block;
    font-size: 30px;
    line-height: 40px;
    text-transform: none;
    padding: 0;
    margin: 0;
    color: var(--primary-std); }
  .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: var(--primary-700); }
  .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: 14px; }
  .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 {
    font-family:var(--font-family);
	background: none;
    border: 1px transparent solid;
    border-bottom: 1px solid #666;
    background-clip: padding-box;
    border-radius: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 6px 3px 3px 3px;
    word-break: normal;
    line-height: inherit;
    transition: all 0.2s ease-out;
    color: var(--primary-std);
    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: var(--primary-600);
; }
    .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 var(--bg-light);
      border-radius: 2px;
      background: var(--bg-600);
      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;
	color: var(--bg-600);
    border-color: var(--accent-std);
    background: var(--accent-std); }

.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;
    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: var(--accent-std);
  color: var(--bg-600);
}
.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: none;
    color: var(--primary-std); }

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

.options h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  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;
  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: var(--accent-std); }

.car-nav a {
  font-size: 20px;
  color: var(--primary-600);
  background: var(--bg-300);
  display: block;
  float: left;
  width: 46px;
  text-align: center;
  line-height: 44px;
  border: none; }
  .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: var(--bg-400);
  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 {
      display: block;
      width: 100%; 
	  height:100%;
	  object-fit:cover;}
  .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%;
    padding-left: 7%; }
    .block .text h2 {
      font-weight: 500;
      margin: 0;
      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; } 
	.block .img img{
		height:auto;
					}	
}

.map-holder {
  padding-top: 28.66%;
  position: relative;
  max-height: 450px;
  min-height: 320px;
}
  .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 .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 var(--bg-200); }
    .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; }
 
.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: var(--bg-300);
      margin: 0 6px;
      font-size: 14px;
      color: var(--accent-std);
      text-decoration: none;
      border: none; }
      .paging-holder .paging a.active {
        background: var(--accent-std);
        color: var(--bg-600); }

@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: 1045px) {
  .mob-hide {
    display: none; }
  header {
    height: 60px; }
    header .logo {
	  top:15px;
      height: 30px;
      transform: none;}
	header .logo img{
		height:100%;
		width:auto!important;
				}
    header .mob-btn {
      display: block;
      float: right;
      padding-right: 10px;
      padding-top: 10px; }
    header nav {
      display: none;
	  padding-top:0;
      background: var(--bg-std);
      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 nav a {
        display: block;
        padding: 15px;
        float: none;
        border-top: 1px solid #666;
        margin: 0; }
        header .menu nav a.active {
          border-bottom: none;
          color: var(--accent-std); }
  content {
    padding-top: 60px; }
  .mob-margin-top {
    padding-top: 50px; }
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
}

@media all and (max-width: 800px) {
.detail .detail-title-group{
	padding-right:0;
	}
.detail .detail-title-group .pull-right {
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px; }
    .car-nav::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .car-nav a {
      text-align: center;
      width: 33.33%;
      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; }
  .detail h1 {
    margin-top: 40px; } 
  .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; }
 }

@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: 52px;
  left: 0px;
  background: #ff0000;
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight:600;
  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: var(--accent-std);
	color: var(--bg-700);
}
.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 #666; }
  .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 #666;
    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: var(--primary-std);
        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: var(--primary-std); }

.financing-total {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid #666; }
  .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:var(--primary-std); }
  .financing-note em {
    color: var(--primary-std); }
.financing-note h3, .financing-note p{
font-style:normal;
font-size:12px;
line-height: 20px;
}
.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(0, 0, 0, 0.8);
  opacity: 0;
  transition: 0.3s; }
  .financing-overlay .financing-overlay-content {
    font-size: 12px;
    line-height: 20px;
    color: var(--primary-std);
    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: 50%; }
    .actions a.primary {
      width: 100%; } }

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

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


.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, .footer a:hover {
    color: var(--accent-std); }
header nav a:hover {
    transition: 0.3s;
    color: var(--accent-std); }
.banner-holder .banner .banner-overlay a:hover {
    transition: 0.3s;
    color: var(--accent-std);
    border-color: var(--accent-std); }
.cta:hover, .cta.no-bg:hover {
    background: var(--accent-std);
    color: var(--bg-700);
	border-color: var(--accent-std);
    transition: 0.3s; }
.banner-holder .banner .banner-overlay a:hover{
	color: var(--bg-700);
	background: var(--accent-std);	
	}
.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: var(--accent-std);
    transition: 0.3s; }
.actions a:hover, .actions a.primary:hover {
    background: var(--bg-700);
	border: 1px solid var(--bg-700);
    color: var(--accent-std);
    transition: 0.3s; }
.actions a:hover i, .actions a.primary:hover i {
    color: var(--accent-std);
	}
}
	

.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;
}

.reviews-bg{
padding:64px 0;
}

.review-overlay {
            display:none;
            position:fixed;
            top:0;
            left:0;
            right:0;
            bottom:0;
            background:rgba(0,0,0,0.4);
            font: 400 14px / 18px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            z-index:999;
        }

        .review-popup {
            position:absolute;
            top:50%;
            left:50%;
            transform:translate(-50%,-50%);
            max-width:580px;
            width:100%;
            padding:28px;
            border-radius:6px;
            background:var(--bg-light);
        }
        .review-popup .close {
            display:block;
            position:absolute;
            top:12px;
            right:12px;
            width:32px;
            line-height:32px;
            text-align:center;
        }
        .review-popup .close i {
            line-height:32px;
        }
.reviews-holder{
            position:relative;
			display:block;
	padding:12px 8vw;
	max-width:calc(1440px + 16vw);
	margin:auto;
}
.reviews-bg .row.lr-only .col:first-child{
text-align:right;
}
.reviews-bg .avg-rating{
display:inline-block;
text-align:left;
}
.reviews-holder .slick-arrow, .car-cards .slick-arrow, .history-items .slick-arrow, .image-overlay-frame.images .images-container .slick-arrow  {
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    background: #111;
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
}
.reviews-holder .slick-arrow.slick-prev, .car-cards .slick-arrow.slick-prev {
    left: calc(-4vw - 16px);
}
.reviews-holder .slick-arrow.slick-next, .car-cards .slick-arrow.slick-next {
    right: calc(-4vw - 16px);
}
.history-items .slick-arrow.slick-prev {
    left:-24px;
}
.history-items .slick-arrow.slick-next {
    right:-24px;
}
        .review {	
			height:calc(100% - 24px);
			margin:12px;
			padding:24px 24px;
			border-radius:6px;
            background:var(--bg-300);
			box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
			font: normal normal normal 14px/18px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }
        .review .comment .more-comment {
            display:none;
        }
        .review .review-header {
            position:relative;
            padding-left:52px;
        }
        .review .review-header .reviewer-avatar {
            position:absolute;
            top:0;
            left:0;
            width:40px;
            height:40px;
        }
        .review .review-header .reviewer-avatar img {
            width:100%;
            display:block;
           
        }
        .review .review-header strong {
            display:block;
            line-height:25px;
            font-weight: 700;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100%;
        }
        .review .review-header em {
            display:block;
            line-height:16px;
            font-style:normal;
            font-size:12px;
            color:var(--primary-700);
        }
        .rating {
            position:relative;
            padding:12px 0 8px 0;
        }
        .rating i {
            font-size:16px;
            color:var(--bg-200);
            }
        .rating .rating-fill {
            position:absolute;
            top:12px;
            left:0;
            color:#fcbf02;
            white-space:nowrap;
            overflow:hidden;
            }
        .rating .rating-fill i {
        color:#fcbf02;
        }
.rating .rating-10 {
            width:18px;
        }
.rating .rating-15 {
            width:27px;
        }
        .review .rating .rating-20 {
            width:36px;
        }
.rating .rating-25 {
            width:45px;
        }
.rating .rating-30 {
            width:54px;
        }
.rating .rating-35 {
            width:63px;
        }
.rating .rating-40 {
            width:72px;
        }
.rating .rating-45 {
            width:81px;
        }
        .review .read-more {
            display:block;
            color:var(--primary-700);
            cursor:pointer;
            padding-top:4px;
        }
        .review .read-more.hidden {
            display:none;
            }
.review-popup .review{
box-shadow: none;
    margin: 0;
    padding: 0;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
@media all and (max-width:768px){
	.reviews-bg .row.lr-only .col, .reviews-bg .row.lr-only .col:first-child{
	text-align:center;
				}
}
@media all and (max-width:685px){
.reviews-holder{
	padding:12px 55px;
}
.reviews-holder .slick-arrow.slick-prev {
    left: -44px;
}
.reviews-holder .slick-arrow.slick-next {
    right: -44px;
}
}
.avg-rating{
padding:0 12px 20px 12px;
}

.avg-rating::after{
content:'';
	display:block;
clear:both;
}

.avg-rating img{
display:block;
height:40px;
float:left;
}
.avg-rating .avg-rating-content{
float:left;
padding-left:24px;
}
.avg-rating .avg-rating-nr{
float:left;
line-height:30px;
font-size:24px;
color:#eee;
font-weight:500;
}
.avg-rating .avg-rating-stars{
float:left;
padding-left:12px
}
.avg-rating .avg-rating-stars .rating{
padding:3px 0;
}
.avg-rating .avg-rating-stars .rating .rating-fill{
top:3px;
}
.avg-rating .avg-rating-stars .rating i{
font-weight:normal!important;
}
.avg-rating .avg-rating-stars .rating .rating-fill i{
font-weight:700!important;
}
.avg-rating .avg-rating-text{
line-height:16px;
font-size:13px;
color:#777;
}

.content-block.block-text-cta{
padding:32px 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bg-300);
}
.select2-dropdown {
    background-color: var(--bg-600);
    border-color: var(--bg-300);
}

.content-block img{
display:block;
width:100%;
}
.content-block.center, .content-block.center h1,.content-block.center h2,.content-block.center h3,.content-block.center p{
text-align:center;
}
.content-block.right, .content-block.right h1,.content-block.right h2,.content-block.right h3,.content-block.right p{
text-align:right;
}

.content-block .content-block-col, .content-block .content-block-col h1, .content-block .content-block-col h2, .content-block .content-block-col h3, .content-block .content-block-col p{
text-align:left;
}
.content-block .content-block-col.center, .content-block .content-block-col.center h1, .content-block .content-block-col.center h2, .content-block .content-block-col.center h3, .content-block .content-block-col.center p{
text-align:center;
}
.content-block .content-block-col.right, .content-block .content-block-col.right h1, .content-block .content-block-col.right h2, .content-block .content-block-col.right h3, .content-block .content-block-col.right p{
text-align:right;
}
.content-block.block-3-col img, .content-block.block-2-col img{
padding-bottom:24px;
}
.content-block.block-img{
position:relative;
}
.content-block.block-img.center .block-img-content{
text-align:center;
}
.content-block.block-img.right .block-img-content{
text-align:right;
}

.block-slider .slick-slide img {
    width: initial;
	max-width:100%;
	display: inline-block;
}

.footer-bottom{
text-align:center;
font-weight: 300;
    font-size: 14px;
    color: var(--primary-700);
    line-height: 30px;
padding-bottom:24px;
}

.footer-logo{
width:210px;
max-width:50%;
}


.content-block.block-img .block-img-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; 
	  text-align: center;
	  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);}
.block-img-content .cc {
        max-width: 1680px;
        padding: 0;
        padding-left: 2.14286%;
        padding-bottom: 2.38095%; }
@media all and (min-width: 1680px) {
.block-img-content .cc {
            padding-left: 36px;
            padding-bottom: 40px; } 
}
.block-img-content h2 {
        font-family: var(--font-family);
        font-size: 3.57143vw;
        line-height: 3.57143vw;
        color: var(--primary-std);
        padding: 0 0 2.3vw 0;}
@media all and (min-width: 1680px) {
.block-img-content h2 {
            font-size: 60px;
            line-height: 60px; } 
}
@media all and (max-width: 720px) {
.block-img-content h2  {
            font-size: 30px;
            line-height: 33px; } 
}
.block-img-content h3 {
        font-family: var(--font-family);
        font-size: 2.38095vw;
        line-height: 3.17381vw;
        color: var(--primary-std);
		padding: 0 0 2.8vw 0;}
@media all and (min-width: 1680px) {
.block-img-content h3 {
            font-size: 40px;
            line-height: 55px; } }
@media all and (max-width: 720px) {
.block-img-content h3 {
            font-size: 20px;
            line-height: 32px; } 
}
.block-img-content a {
        display: inline-block;
		padding: 15px 24px;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: var(--accent-std);
		border: 1px solid var(--accent-std);
		text-decoration: none;
		text-transform: uppercase;
		transition: 0.3s;
		border-radius: 0px;
		background: rgba(0, 0, 0, 0.5);
}

.cc-width.medium{
width:100%;
max-width:1104px;
margin:auto;
}
.cc-width.narrow{
max-width:828px;
}


.jobs .card img{
display:block;
width:100%;
}
.jobs .card{
text-decoration:none;
display:block;
}
.jobs .card:hover{
color:var(--primary-std);
}		
.jobs h2{
    font-size: 24px;
    padding-bottom: 15px;
	padding-top:0;
}
.jobs .link{
	display:block;
	padding-top:12px;
	color:var(--accent-std);
}

.jobs .job-content{
padding:18px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: var(--primary-std)!important;
  transition: background-color 5000s ease-in-out 0s;
}









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