html {
  font-size: 62.5%;
}
.post-type-archive-tribe_events ul li {
  list-style-type: none;
}
.icon-salient-search:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/search-icon-dark.svg) no-repeat 50% 50% / contain;
  display: block;
  opacity: .48;
  transition: opacity.35s;
}
.icon-salient-x:before {
  content: '';
  width: 24px;
  height: 24px;
  color: transparent;
  background: url(../img/close.png) no-repeat 50% 50% ;
  display: block;
  opacity: .48;
  transition: opacity.35s;
  color: transparent;
}

.icon-salient-search:hover:before,
.icon-salient-x:hover:before {
  opacity: 1;
}
.hide-el {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
}
.catalog-hero {
  padding-top: 10rem;
}
.catalog-hero:after {
  clear: both;
  content: '';
  display: block;
}
.catalog-hero-left {
  float: left;
  width: 46%;
}
.catalog-hero-right {
  float: right;
  width: 44%;
  padding-top: 70px;
}
.catalog-hero-right a {
  font-size: 1.8rem;
  line-height: 21px;
  padding: 15px 0;
  color: #fff;
  background: #00487C;
  font-family: Lovelo,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 9px;
  letter-spacing: 2px;
  transition: opacity .35s;
}
.catalog-hero-right a:hover {
  opacity: .87;
}
.catalog-hero-right a {
  float: right;
  width: calc(50% - 9px);
}
.catalog-hero-right a + a {
  margin-left: 18px;
}
.catalog-hero-left h1 {
  font-weight: 600;
  color: #00487C;
  font-size: 4.5rem;
  line-height: 1.29;
}
.catalog-hero-left .content-entry {
  max-width: 80%;
}
.catalog-hero-left .content-entry p {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #000;
}
.catalog-list {
  position: relative;  
  padding-bottom: 40px;
  background: #688eaa;
}
.catalog-list .container {
  max-width: 1720px;
}
.catalog-list:before {
  position: absolute;
  height: 157px;
  left: -100vw;
  right: -100vw;
  background: #fff;
  content: '';
  top: 0;
}
.catalog-list-in {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: center;
}
.catalog-buttons {
  display: none;
}
.catalog-list .entry-content.bottom  {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
.catalog-list .entry-content.bottom a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.catalog-list .entry-content.bottom a:hover {
  text-decoration: none;
}
.catalog-type-item {
  display: inline-block;
  vertical-align: top;
  width: 14.6%;
  margin: 0 1% 30px;
  background: #fff;
  border-radius: 10px;
  position: relative;  
  box-shadow: 0 5px 10px rgba(0,72,124,.15);
  overflow: hidden; 
  position: relative;
  padding-bottom: 40px;
}
.catalog-type-item.count-0 {
  pointer-events: none;
}
.catalog-type-item.count-0 .catalog-type-item-in:before {
  background: #999999;
  opacity: .1;
}
.catalog-type-item.count-0 .catalog-type-item-image img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); 
  opacity: 0.5;
}
.catalog-type-item em {
  position: absolute;
  bottom: 15px;
  left: 5px;
  right: 5px;
  font-style: normal;
  font-size: 1.2rem;
  z-index: 5;
  line-height: 1;
}
.catalog-type-item  a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 3;
}
.catalog-type-item  a:hover + .catalog-type-item-in:before {
  width: 100%;
  padding-top: 100%;
  background: #f0e6b7;
}
.catalog-type-item  a:hover + .catalog-type-item-in + .arrow {
  width: 30px;
}
.catalog-type-item-in:before {
  position: absolute;
  width: 90%;
  height: 0;
  padding-top: 90%;
  content: '';
  background: #e4ebf2;
  bottom: -15%;
  right: -15%;
  border-radius: 50%;
  transition: all .35s; 
}
.catalog-type-item-image {
  padding-top: 80%;
  position: relative;
  margin-bottom: 10px;
}
.catalog-type-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.catalog-type-item h3 {
  font-size: 1.6rem;
  line-height: 20px;
  min-height: 40px;
  text-align: center;
  padding: 0 10px ;
  position: relative;
  z-index: 2;
  display: table;
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
}
.catalog-type-item h3 span {
  display: table-cell;
  vertical-align: bottom; 
}
.catalog-type-item .arrow {
  overflow: hidden;
  position: absolute;
  width: 0px;
  transition: width .35s;
  height: 10px;
  bottom: 10px;
  left: calc(100% - 40px);
  z-index: 3;
}
.catalog-type-item .arrow span {
  width: 30px;
  display: block;
  height: 10px;
  position: relative;
}
.catalog-type-item .arrow span:before {
  position: absolute;
  width: 28px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: '';
  background: #124977;
}
.catalog-type-item .arrow span:after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #124977;
  border-bottom: 2px solid #124977;
  content: '';
  margin-top: -4px;
  transform: rotate(-45deg);
}
.catalog-type-item .plus {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.catalog-type-item .plus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  content: '';
  background: #124977;
}
.catalog-type-item .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  content: '';
  background: #124977;
}


/* catalog page */
.catalog-content {
  position: relative;
  padding: 1.5rem 0 0;
}
.catalog-content[style*='visible']:before, .catalog-content[style*='visible']:after, .catalog-content[style*='visible'] .corner-top, .catalog-content[style*='visible'] .corner-bottom {
  transform: translate(0, 0);
}
.catalog-content:before {
  content: "";
  position: absolute;
  top: 100px;
  background: #e9f4ff;
  right: 0;
  left: 0;
  bottom: 50%;
  transform: translate(100%, 0);
  transition: transform 1s 0.5s;
}
.catalog-content:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #e9f4ff;
  right: 0;
  left: 0;
  bottom: 136px;
  transform: translate(-100%, 0);
  transition: transform 1s 0.5s;
}
.catalog-content .corner-top {
  height: 100px;
  width: 48%;
  transform: translate(100%, 0);
  transition: transform 1s 0.5s;
}
.catalog-content .corner-top:before {
  background: url(../images/corner-in.png) no-repeat 0 0 / 100% 100%;
  transform: scaleX(1);
  height: 100px;
}
.catalog-content .corner-top:after {
  height: 100px;
  background: #e9f4ff;
}
.catalog-content .corner-bottom {
  transform: translate(-100%, 0);
  transition: transform 1s 0.5s;
  width: 23%;
  bottom: 1px !important;
}
.catalog-content .corner-bottom:before {
  transform: scaleX(1);
  background: url(../images/corner.png) no-repeat 0 0 / 100% 100%;
}
.catalog-content .corner-bottom:after {
  background: #e9f4ff;
}
.catalog-content .corner-bottom span {
  width: 100vw;
  left: 100%;
  margin-left: -69px;
  right: auto;
}
.catalog-content .corner-bottom span:before {
  border-radius: 74px 0 0 0;
}
.catalog-content .catalog-hero {
  position: relative;
  z-index: 11;
}
.catalog-content .catalog-list {
  position: relative;
  z-index: 10;
}
.catalog-content .catalog-hero {
  margin-bottom: 2rem;
}
.catalog-content .catalog-hero .catalog-hero-in {
  padding: 0 6.5rem 0 4.5rem;
}
.catalog-content .catalog-hero .catalog-hero-in:after {
  content: "";
  clear: both;
  display: block;
}
.catalog-content .catalog-hero .catalog-hero-left {
  width: 47%;
  float: left;
}
.catalog-content .catalog-hero .catalog-hero-left h1 {
  margin-bottom: 2.5rem;
}
.catalog-content .catalog-hero .catalog-hero-left .content-entry p {
  font-size: 2rem;
}

.catalog-content .catalog-hero .catalog-hero-right .em {
  z-index: 99;
}
.catalog-content .catalog-hero .catalog-hero-right .em i {
  border-color: #000;
  color: #000;
}
.catalog-content .catalog-hero .catalog-hero-right .em .tooltip {
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  left: 0;
  transform: translate(-50%, 0);
  top: 105%;
  bottom: auto;
  text-align: left;
  z-index: 99;
}
.catalog-content .catalog-hero .catalog-hero-right .em .tooltip:before {
  display: none;
}
.catalog-type-item-row:nth-child(2n+2) {
  text-align: right;
}

.catalog-buttons {
  display: none;
}
body .ll-at-toolbar-toggle[data-v-5e9cdad4] {
  bottom: 50px;
}
body #accessibility-toolbar-parent .ll-at-toolbar-toggle-underlay[data-v-5e9cdad4] {
  bottom: 55px;
  z-index: 99;
}
.slide_out_area_close span {
  color: transparent!important;
}
.slide_out_area_close span:before {
  color: #fff!important;
}
.accordion .wpDataTablesWrapper table.wpDataTable td {
  white-space: normal;
}
.accordion .wpDataTablesWrapper table.wpDataTable td.column-newcolumn1 {
  white-space: nowrap;
}  
@media (max-width: 1045px) {
  .catalog-list .catalog-list-in .catalog-type-item:nth-child(6) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .catalog-content {
    padding-top: 35px;
  }
  .catalog-content .catalog-hero .catalog-hero-in {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .catalog-hero {
    padding-top: 0;
  }
  .catalog-hero-left h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 999px)  {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .catalog-content .catalog-hero .catalog-hero-left {
    float: none;
    width: auto;
  }
  .catalog-content .catalog-hero .catalog-hero-right {
    display: none;
  }
  .catalog-hero-left .content-entry {
    max-width: 100%;
  }
  .catalog-list .entry-content.bottom {
    font-size: 2rem;
  }
  .catalog-list .entry-content.bottom p {
    padding-bottom: 0;
  }
  .catalog-buttons {
    display: block;
    text-align: center;
    margin-bottom: 3.5rem;
  }
  .catalog-buttons .btn {
    background: #fff;
    margin: 0 10px;
    color: #00487C;
  }
}
@media (max-width: 900px) {
  .catalog-list .catalog-list-in .catalog-type-item {
    width: 23%;
    max-width: none;
  }
  .catalog-type-item h3 {
    font-size: 1.5rem;
  }
  .catalog-type-item em {
    font-size: 1rem;
  }
  
}
@media (max-width: 767px) {
  .catalog-content .corner-top {
    width: 15% !important;
  }
  .catalog-content .corner-bottom {
    width: 15% !important;
  }
  .catalog-content .corner-bottom span {
    margin-left: -75px;
  }
}
@media (max-width: 650px) {
  .catalog-list .inner {
    padding: 0 30px;
  }
}
@media (max-width: 650px) {
  .catalog-list .catalog-list-in .catalog-type-item {
    width: 30%;
    max-width: none;
  }
}
@media (max-width: 500px) {
  .catalog-list .catalog-list-in .catalog-type-item {
    width: 46%;
    max-width: none;
    margin: 0 2% 30px;
  }
  
  .catalog-buttons {
    display: block;
    text-align: center;
  }
  .catalog-buttons .btn {
    width: 100%;
    background: #fff;
    margin: 0 0 10px;
  }
}

/* category vehicle page */
.hero-type {
  padding-top: 7rem;
}
.hero-type .hero-type-in {
  padding: 0;
}
.hero-type .hero-type-in .content-entry {
  font-size: 1.6rem;
  line-height: 24px;
}
.hero-type .go-to {
  margin-bottom: 3rem;
}
.filter.link {
  display: none;
}
.hero-type-head {
  margin-bottom: 5rem;
}
.hero-type-head:after {
  clear: both;
  display: block;
  content: "";
}
.hero-type-head h1 {
  float: left;
  max-width: 66%;
  margin-bottom: 0;
  color: #00487C;
  font-size: 6.4rem;
  line-height: 70px;
  font-weight: 600;  
}
.hero-type-head h1 span {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.hero-type-head h1 span a,
.go-to {
  color: #6C8EA8;
  font-size: 1.8rem;
  line-height: 1;
  font-family: Lovelo,sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  float: left;
  transition: color .35s;
}
.go-to {
  float: none;
}
.hero-type-head h1 span a:hover,
.go-to:hover {
  color: #00487C;
}
.hero-type-head h1 span a span:before,
.go-to span:before {
  position: absolute;
  width: 22px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: '';
  background: #CCAD12;
}
.hero-type-head h1 span a:after,
.go-to span:after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #CCAD12;
  border-bottom: 2px solid #CCAD12;
  content: '';
  margin-top: -4px;
  transform: rotate(45deg);
}
.hero-type-head .download-full {
  float: right;
  padding-top: 80px;
}
.hero-type-head .download-full.no-p {
  padding-top: 0;
}
.hero-type-head .download-full div {
  font-size: 1.2rem;
  color: #000000;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.hero-type-head .download-full a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  color: #00487C;
  font-size: 1.8rem;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 4px;
  margin-left: 17px;
}
.hero-type-head .download-full a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  content: '';
  background: #00487C;
  height: 2px;
  transition: width .35s;
}
.hero-type-head .download-full a:hover:after {
  width: 0;
}
.hero-type-head .download-full a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 27px;
  background: url(../img/sprite-icons.png) no-repeat 0 0;
  content: '';
}
.hero-type-head .download-full .download-file:first-child {
  margin-left: 0;
}
.hero-type-head .download-full .print:before {
  background: url(../img/sprite-icons.png) no-repeat -21px 0;
}
@media (max-width: 1100px) {
  .hero-type .hero-type-in {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .filter.link {
    display: block;
  }
  .hero-type-head {
    margin-bottom: 30px;
  }
  .hero-type-head h1 {
    max-width: none;
    width: auto;
    float: none;
    margin-bottom: 15px;
  }
  .link.filter:before {
    width: 18px;
    height: 14px;
    top: 3px;
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    background: url(../img/sprite-icons.png) no-repeat -405px 0;
  }
  .hero-type-head .filter {
    display: block;
    float: left;
    margin-top: 20px;
  }
  .hero-type-head .download-full div {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-type .go-to {
    margin-bottom: 30px;
  }
}
.vehicles-section {
  position: relative;
  padding: 0;
}
.vehicles-section:before {
  content: "";
  position: absolute;
  top: 9rem;
  background: #4D7389;
  right: 0;
  left: 0;
  bottom: 0;
}



@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.vehicles-list {
  font-size: 0;
  position: relative;
  z-index: 5;
}
.vehicles-list:not(.type-list) {
  display: flex;
  flex-wrap: wrap;
}
.vehicles-list.filtered .vehicle-item {
  pointer-events: none;
}
.vehicles-list.filtered .vehicle-item .vehicle-item-filtered-bg {
  opacity: 1;
  visibility: visible;
  background: linear-gradient(45deg, #eaeaea, #cccdce);
  background-size: 400% 400%;
  animation: gradient 2s ease infinite;
}
.vehicle-item {
  margin-bottom: 5.5rem;
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  padding-bottom: 1rem; 
  position: relative;
  font-size: 1.6rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 12px;
  overflow: hidden;
}
.vehicle-item:nth-child(3n+1) {
  margin-left: 0;
}
.vehicle-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: all 0.5s;
  z-index: -1;
}
/*.vehicle-item:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 12px;
  background: #CCAD12;
  transition: all 0.5s;
}*/
.vehicle-item .vehicle-item-filtered-bg {
  background: #eaeaea;
  z-index: 999;
  position: absolute;
  transition: opacity 0.5s, visibilty 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
}
.vehicle-item a {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.vehicle-item .vehicle-item-inner {
  /*position: relative;*/
  z-index: 5;
}
.vehicle-item .vehicle-item-img {
  position: relative;
  margin-bottom: 1rem;
  transition: margin-left 0.5s, margin-right 0.5s;
}

.vehicle-item .vehicle-item-img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  border-radius: 10px 6rem 18px 3rem;
  transition: all 0.5s;
}
.vehicle-item .vehicle-item-img .badget {
  position: absolute;
  top: 0;
  left: 0;
  height: 88px;
  width: 88px;
  z-index: 10;
  transition: left 0.5s, top 0.5s;
}
.vehicle-item .vehicle-item-img .badget.american {
  overflow: hidden;
}
.vehicle-item .vehicle-item-img .badget.american span {
  display: block;
  transform: rotate(-45deg);
  top: 22px;
  position: absolute;
  left: -10px;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  font-size: .8rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: Montserrat;
  color: #fff;
  text-align: center;
}
.vehicle-item .vehicle-item-img .badget.american span em {
  font-style: normal;
  position: relative;
  z-index: 5;
}
.vehicle-item .vehicle-item-img .badget.american span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 156%;
  background: #CCAD12;
  transform: translate(-50%, 0);
}
.vehicle-item .vehicle-item-img .badget.archived {
  background: url(../images/archived.png) no-repeat 0 0 / cover;
}
.vehicle-item .vehicle-item-img div {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 6;
  position: relative;
}
.vehicle-item .vehicle-item-img div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 88%;
}
.vehicle-item .vehicle-item-text {
  padding: 0 9.5%;
}
.vehicle-item .vehicle-item-oem {
  color: #000;
  font-size: 1.1rem;
  font-family: Montserrat;
  line-height: 1;
  font-weight: 500;
  margin-bottom: .5rem;
}
.vehicle-item h3 {
  font-size: 1.6rem;
  font-family: Montserrat;
  color: #0A0C0E;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.vehicle-item .vehicle-item-data {
  /*position: relative;*/
  padding-bottom: 5rem;
}
.vehicle-item .vehicle-item-data:after {
  content: "";
  display: block;
  clear: both;
}

.vehicle-item .vehicle-item-data .vehicle-item-data-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.vehicle-item .vehicle-price {
  float: right;
  width: 50%;
  font-family: Montserrat;
  color: #000;
  font-size: 1rem;
  padding-left: 8%;
  box-sizing: border-box;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
.similar-list .vehicle-item .vehicle-price {
  width: 55%;
}
.vehicle-item .vehicle-price em {
  font-style: normal;
  display: block;
}
.vehicle-item .vehicle-price strong {
  font-weight: bold;
  font-size: 2.4rem;
  color: #00487C;
}
.vehicle-item .vehicle-price.odd {
  margin-top: -6.5rem;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-left ul li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  position: relative;
  font-size: 1.1rem;
  font-family: Montserrat;
  margin-bottom: 2rem;
  width: calc(50% - 4px);
}
.vehicle-item .vehicle-item-data .vehicle-item-data-left ul li span {
  font-style: normal;
  color: #000;
  line-height: 1.2;
  margin-bottom: .5rem;
  display: block;
  font-size: 1rem;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-left ul li b {
  font-weight: normal;
  color: #000;
  display: block;
  font-size: 1.1rem;
  line-height: 15px;
  position: relative;
  padding-left: 20px;
}

.vehicle-item .vehicle-item-data .vehicle-item-data-left ul li b:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-left ul li.vehicle-battery-ico b:before {
  width: 10px;
  height: 15px;
  left: 1px;
  background: url(../img/sprite-icons.png) no-repeat -262px 0;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-left ul li.vehicle-capacity-ico b:before {
  width: 18px;
  height: 16px;
  left: -4px;
  background: url(../img/sprite-icons.png) no-repeat -274px 0;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right {
  margin-left: 52%;
  padding-left: 18px;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right .price-label {
  color: #868990;
  font-size: 1rem;
  font-family: 'Baseticatrial', Arial, sans-serif;
  margin-bottom: 5px;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right .price-label span {
  font-size: 1.4rem;
  font-family: 'Baseticatrial-Medium', Arial, sans-serif;
  color: #4a4f53;
  margin-left: 1.5rem;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right ul {
  list-style-type: none;
  margin-bottom: 1.5rem;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right ul li {
  font-size: 2rem;
  color: #CCAD12;
  margin-bottom: 5px;
  font-family: 'Baseticatrial-Bold', Arial, sans-serif;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right ul li.more-fsize {
  font-size: 2.4rem;
}
.vehicle-item .vehicle-item-data .vehicle-item-data-right ul li span {
  margin-left: 6px;
  font-size: .8rem;
  font-family: 'Baseticatrial-Medium', Arial, sans-serif;
}
.vehicle-item .arrow {
  position: absolute;
  bottom: -11rem;
  right: -4rem;
  height: 10px;
  border-radius: 50%;
  width: 25rem;
  height: 25rem;
  transition: all 0.35s;
  background: #E4EBF2;
  z-index: -1;
}
.vehicle-item:hover .arrow {
  background: #f0e6b7;
  width: 27rem;
  height: 27rem;
}

@media (min-width: 768px) {
  .vehicles-list.type-list .vehicle-item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 1.9rem;
  }
  .vehicles-list.type-list .vehicle-item h3 {
    padding-top: 0;
    border: none;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24.5%;
    margin-bottom: 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-img div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-bottom: 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-img:before {
    top: 7px;
    bottom: 7px;
    right: -5px;
    border-radius: 10px 3rem 15px 3rem;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-img:after {
    border-radius: 10px 3rem 15px 3rem;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-text {
    margin-left: 24.5%;
    padding: 2.5rem 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-text .vehicle-item-head {
    display: inline-block;
    vertical-align: middle;
    width: calc(28% - 4px);
    box-sizing: border-box;
    padding: 0 3rem 0 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data {
    display: inline-block;
    vertical-align: middle;
    width: calc(72% - 4px);
    padding-bottom: 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left {
    padding-left: 3rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left:after,
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background: #e5e5e9;
    top: -1rem;
    bottom: -1rem; 
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left:before {
    left: auto;
    right: 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: calc(60% - 4px);
    vertical-align: middle;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-price {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: calc(40% - 4px);
    padding-left: 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-price:before {
    position: absolute;
    width: 17rem;
    height: 17rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    background: #E4EBF2;
    border-radius: 50%;
    transition: all .35s;
  }
  .vehicles-list.type-list .vehicle-item:hover .vehicle-price:before {
    width: 19rem;
    height: 19rem;
    background: #f0e6b7;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-price .vehicle-price-in {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .vehicles-list.type-list .vehicle-item .arrow {
    display: none;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-price.odd {
    margin-top: 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left ul {
    display: flex;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-left ul li {
    margin-bottom: 0;
  }
  .vehicles-list.type-list .vehicle-item .vehicle-item-data .vehicle-item-data-right {
    padding-top: 2.2rem;
  }
}
.button-load-more, .vehicles-notice {
  position: relative;
  z-index: 10;
}
.button-load-more {
  max-width: 332px;
  margin: 0 auto 8rem;
}
.button-load-more .btn {
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
  display: block;
}
.button-load-more .btn.in-progress {
  opacity: .7;
  pointer-events: none;
}
.vehicles-posts-progress {
  text-align: center;
  margin-bottom: 2.4rem;
}
.vehicles-posts-progress .vehicles-posts-text-progress {
  color: #fff;
  font-size: 1.4rem;
  font-family: Montserrat;
  margin-bottom: 1rem;
  background: #4D7389;
}
.vehicles-posts-progress .vehicles-posts-text-progress span {
  background: #4D7389;
}
.vehicles-posts-progress .progress {
  width: 100%;
  height: 4px;
  background: #fff;
  background: #688EAA;
  position: relative;
}
.vehicles-posts-progress .progress span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #CCAD12;
}
.btn {
  background: #00487C;
  position:relative;
  color:#FFF;
  font-size:1.8rem;
  border: 2px solid #00487C;
  text-transform:uppercase;
  font-family: Lovelo,sans-serif;
  font-weight:900;
  line-height: 5rem;
  height: 5rem;
  box-sizing: border-box;
  display:inline-block;
  border-radius:5px;
  padding:0 21px;
  text-align: center;
  transition: all .35s;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  color: #00487C;
}
.btn.full-spec {
  padding: 0 10px;
}
.btn.full-spec span {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.btn.full-spec span:before {
  width: 14px;
  height: 19px;
  content: '';
  background: url(../img/sprite-icons.png) no-repeat -301px 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.vehicles-notice {
  max-width: 57rem;
  margin: 0 auto;
  font-family: Montserrat;
  text-align: center;
  font-size: 1.4rem;
 
  color: #fff;
  line-height: 1.36;
}
.vehicles-notice p {
 background: #4D7389;
}
.vehicles-notice a {
  color: #fff;
  text-decoration: underline;
}
.vehicles-notice a:hover {
  text-decoration: none;
}
.desktop-version .vehicle-item:hover {
  z-index: 10;
}
.desktop-version .vehicle-item:hover .vehicle-item-img:after {
  top: -7px;
  left: -7px;
  right: -7px;
}
.desktop-version .vehicle-item:hover .vehicle-item-img .badget {
  top: -7px;
  left: -7px;
}
.desktop-version .vehicle-item:hover > a {
  top: -7px;
  right: -7px;
  left: -7px;
  bottom: -19px;
}
.desktop-version .vehicle-item:hover:before {
  box-shadow: 0 0 35px rgba(46, 67, 224, 0.4);
  top: -7px;
  right: -7px;
  left: -7px;
  bottom: -19px;
}
.desktop-version .vehicle-item:hover:after {
  right: -40px;
  top: -15px;
  left: 25px;
  bottom: -7px;
}
.desktop-version .vehicle-item:hover .arrow {
  width: 47px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .desktop-version .type-list .vehicle-item:hover .vehicle-item-img:after {
    right: 0;
    bottom: -7px;
  }
  .desktop-version .type-list .vehicle-item:hover > a {
    bottom: -7px;
  }
  .desktop-version .type-list .vehicle-item:hover:before {
    bottom: -7px;
  }
}
@media (max-width: 767px) {
  .vehicles-list {
    display: flex;
    flex-wrap: wrap;
  }
  .vehicle-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 30px;
  }
  .vehicle-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .vehicle-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .button-load-more {
    margin-bottom: 55px;
  }
  .vehicles-section {
    margin-bottom: -100px;
    padding-bottom: 130px;
  }
  .vehicles-section:after {
    bottom: 100px;
  }
  .vehicles-section .corner-top {
    width: 100px !important;
  }
  .vehicles-section .corner-bottom:before, .vehicles-section .corner-bottom:after {
    height: 100%;
  }
  .vehicles-section .corner-bottom span {
    margin-left: -76px;
  }
}
@media (max-width: 550px) {
  .vehicles-list {
    display: block !important;
  }
  .vehicle-item {
    width: auto;
    margin-left: 0;
    display: block;
  }
  .vehicle-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .vehicle-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.filter-bar {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 25;
}
.filter-bar-in {
  font-size: 0;
  position: relative;
  margin-bottom: 1rem;
}
.filter-bar-in .dropdown-col {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  font-size: 1.6rem;
}
.filter-bar-in .dropdown-col:nth-child(1) {
  width: 32%;
  margin-left: 0;
}
.filter-bar-in .dropdown-col:nth-child(2) {
  width: 32%;
}
.filter-bar-in .dropdown-col:nth-child(3) {
  width: 32%;
}
.filter-bar-in .dropdown-col:nth-child(4) {
  width: 32%;
}
.filter-bar-in .dropdown-col:nth-child(5) {
  width: 32%;
}
.dropdown-col {
  position: relative;
}
.dropdown-col .ap-filter {
  display: block;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  border-top: 2px solid #104878;
  white-space: nowrap;
  color: #000000;
  bottom: 0;
  line-height: 1;
  font-family: Montserrat;
  text-align: center;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
}
.dropdown-col .ap-filter:hover {
  color: #00487C;
}
.dropdown-col .search-row input {
  padding: 0 3.5rem 0 1.7rem;
}
.dropdown-col-search {
  height: 5rem;
  position: relative;
}
.search-row {
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  right: 0;
  top: 0;
}
.search-row input {
  display: block;
  box-sizing: border-box;
  padding: 0 35px 0 17px;
  border: 2px solid #8fc6ff;
  height: 5rem;
  background: #f1f8ff;
  border-radius: 8px;
  width: 100%;
  color: #4a4f53;
  font-family: Lovelo,sans-serif;
  font-size: 1.6rem;
  transition: border 0.35s;
}
.search-row input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.search-row input:-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search-row input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.search-row input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.search-row input:hover {
  border-color: #104878;
}
.search-row input:focus {
  border-color: #104878;
}
.search-row input:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.search-row input:focus:-moz-placeholder {
  opacity: 0.3;
}
.search-row input:focus::-moz-placeholder {
  opacity: 0.3;
}
.search-row input:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.search-row.active .cross {
  opacity: 1;
  visibility: visible;
}
.search-row.active .cross + button {
  opacity: 0;
  visibility: hidden;
}
.search-row .cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  bottom: 0;
  background: none;
  padding: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: opacity 0.35s;
}
.search-row .cross:before, .search-row .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  margin-left: -20px;
  margin-top: -1px;
  background: #0d55c9;
  transform: rotate(45deg);
}
.search-row .cross:after {
  transform: rotate(-45deg);
}
.search-row button {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  bottom: 0;
  background: none;
  padding: none;
  border: none;
  cursor: pointer;
  background: none!important;
}
.search-row button .hidden {
  background: #000;
}
.search-row button:before {
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../img/sprite-icons.png) no-repeat -161px 0;
  content: '';
  left: 50%;
  top: 50%;
  transition: opacity .35s;
  margin: -10px 0 0 -10px;
}
.dropdown-item {
  position: relative;
}
.dropdown-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.dropdown-item.selected > em a, .dropdown-item.selected > a {
  color: #00487C;
}
.dropdown-item > em a, .dropdown-item > a {
  padding: 0 26px 0 17px;
  border: 2px solid #688EAA;
  border-radius: 8px;
  background: #EFF3F7;
  height: 50px;
  display: block;
  box-sizing: border-box;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-family: Montserrat,sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  text-transform: none;
  transition: border-radius 0.5s, border 0.5s, color 0.35s;
}
.dropdown-item > em a:hover, .dropdown-item > a:hover {
  border: 2px solid #104878;
}
.dropdown-item > em a em, .dropdown-item > a em {
  font-style: normal;
}
.dropdown-item > em a i, .dropdown-item > a i {
  position: absolute;
  right: 17px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
  width: 2px;
  transition: background 0.35s;
  background: #638EAD;
}
.dropdown-item > em a i:after, .dropdown-item > a i:after {
  content: "";
  border-right: 2px solid #638EAD;
  border-bottom: 2px solid #638EAD;
  width: 6px;
  height: 6px;
  left: 50%;
  margin-left: -3px;
  bottom: -1px;
  box-sizing: border-box;
  position: absolute;
  transition: border 0.35s;
  transform: rotate(45deg);
}
.dropdown-item .dropdown-list {
  position: absolute;
  top: 100%;
  border: 2px solid #104878;
  border-top: 2px solid #688EAA;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 2rem;
  z-index: 99;
  border-top: none;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  transition: opacity 0.5s, visibility 0.5s;
  background: #EFF3F7;
  padding-bottom: 38px;
}
.page-template-dealers-page .dropdown-item .dropdown-list {
  padding-bottom: 0;
}
.dropdown-item .dropdown-list .dropdown-list-in {
  overflow-y: auto;
}
.dropdown-item .dropdown-list .mCustomScrollBox {
  max-height: 0 !important;
  transition: max-height 0.8s;
}
.dropdown-item .dropdown-list .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .dropdown-item .dropdown-list .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.dropdown-item .dropdown-list .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 20px;
}
.dropdown-item .dropdown-list .mCSB_scrollTools {
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.dropdown-item .dropdown-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: #104878;
}
.dropdown-item .dropdown-list .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: none;
}
.dropdown-item .dropdown-list .dropdown-list-item {
  padding: 1.3rem 0;
  line-height: 1;
}
.dropdown-item .dropdown-list .dropdown-list-item.disabled a {
  pointer-events: none;
  color: #bebfc1;
}
.dropdown-item .dropdown-list .dropdown-list-item.disabled a:before {
  border: 2px solid #bebfc1;
}
.dropdown-item .dropdown-list .dropdown-list-item a {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: Montserrat;
  color: #000000;
  transition: color 0.35s;
  line-height: 16px;
}
.dropdown-item .dropdown-list .dropdown-list-item a:hover {
  color: #00487C;
}
.dropdown-item .dropdown-list .dropdown-list-item a:hover:before {
  border: 1px solid #00487C;
}
.dropdown-item .dropdown-list .dropdown-list-item a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #104878;
  border-radius: 3px;
  transition: border 0.35s;
}
.dropdown-item .dropdown-list .dropdown-list-item a:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 8px;
  left: 3px;
  top: 3px;
  opacity: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);  
}
.dropdown-item .dropdown-list .dropdown-list-item.current a:before {
  border-color: #104878;
  background: #104878;
}
.dropdown-item .dropdown-list .dropdown-list-item.current a:after {
  opacity: 1;
}
.dropdown-item.open {
  z-index: 99;
}
.dropdown-item.open > a {
  border-radius: 8px 8px 0 0;
  border-color: #104878;
  color: #000;
}
.dropdown-item.open > a i {
  transform: scaleY(-1);
  background: #00487C;
}
.dropdown-item.open > a i:after {
  border-right: 2px solid #00487C;
  border-bottom: 2px solid #00487C;
}
.dropdown-item.open .dropdown-list {
  visibility: visible;
  opacity: 1;
}
.dropdown-item.open .dropdown-list .mCSB_scrollTools {
  opacity: 1;
}
.dropdown-item.open .dropdown-list .mCustomScrollBox {
  max-height: 270px !important;
}
.dropdown-item.open.sort-by > em a:before, .dropdown-item.open.share > em a:before, .dropdown-item.open.sort-by > a:before, .dropdown-item.open.share > a:before {
  opacity: 1;
}
.dropdown-item.sort-by > em a, .dropdown-item.share > em a, .dropdown-item.sort-by > a, .dropdown-item.share > a {
  height: auto;
  line-height: 1;
  border: none;
  min-width: 110px;
  max-width: 110px;
  background: none;
  font-family: Montserrat;
  font-weight: 500;
  border-radius: 0;
  font-size: 1.4rem;
  padding-bottom: 4px;
  padding-left: 0;
  border-bottom: 2px solid #638EAD;
  overflow: visible;
  padding-right: 15px;
}
.dropdown-item.sort-by > em a span, .dropdown-item.share > em a span, .dropdown-item.sort-by > a span, .dropdown-item.share > a span {
  position: relative;
  z-index: 5;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown-item.sort-by > em a:before, .dropdown-item.share > em a:before, .dropdown-item.sort-by > a:before, .dropdown-item.share > a:before {
  content: "";
  position: absolute;
  width: 155px;
  opacity: 0;
  top: -2rem;
  left: -1.6rem;
  bottom: -2rem;
  background: #EFF3F7;
  border-radius: 8px 8px 0 0;
  border: 2px solid #104878;
  border-bottom: 0;
  box-sizing: border-box;
}
.dropdown-item.sort-by > em a:hover, .dropdown-item.share > em a:hover, .dropdown-item.sort-by > a:hover, .dropdown-item.share > a:hover {
  border-bottom: 2px solid #104878;
}
.dropdown-item.sort-by > em a:hover i, .dropdown-item.share > em a:hover i, .dropdown-item.sort-by > a:hover i, .dropdown-item.share > a:hover i {
  background: #104878;
}
.dropdown-item.sort-by > em a:hover i:after, .dropdown-item.share > em a:hover i:after, .dropdown-item.sort-by > a:hover i:after, .dropdown-item.share > a:hover i:after {
  border-right: 2px solid #104878;
  border-bottom: 2px solid #104878;
}
.dropdown-item.sort-by > em a i, .dropdown-item.share > em a i, .dropdown-item.sort-by > a i, .dropdown-item.share > a i {
  height: 9px;
  margin-top: -7px;
  right: 6px;
}
.dropdown-item.sort-by .dropdown-list, .dropdown-item.share .dropdown-list {
  padding: 1rem 0 1rem 1.6rem;
  border: 2px solid #104878;
  border-top: 0;
  width: 155px;
  left: -1.6rem;
  box-sizing: border-box;
  margin-top: 0;
  border-radius: 0 0 10px 10px;
}
.dropdown-item.sort-by .dropdown-list .dropdown-list-item, .dropdown-item.share .dropdown-list .dropdown-list-item {
  padding: 5px 0;
}
.dropdown-item.sort-by .dropdown-list .dropdown-list-item + .dropdown-list-title, .dropdown-item.share .dropdown-list .dropdown-list-item + .dropdown-list-title {
  margin-top: 1rem;
}
.dropdown-item.sort-by .dropdown-list .dropdown-list-item.current a, .dropdown-item.share .dropdown-list .dropdown-list-item.current a {
  color: #00487C;
}
.dropdown-item.sort-by .dropdown-list .dropdown-list-item a, .dropdown-item.share .dropdown-list .dropdown-list-item a {
  font-size: 1.4rem;
  padding-left: 0;
}
.dropdown-item.sort-by .dropdown-list .dropdown-list-item a:before, .dropdown-item.share .dropdown-list .dropdown-list-item a:before, .dropdown-item.sort-by .dropdown-list .dropdown-list-item a:after, .dropdown-item.share .dropdown-list .dropdown-list-item a:after {
  display: none;
}
.selected-filters {
  padding: 0;
}
.selected-filters span {
  padding: 0 5rem 0 2.5rem;
  background: #fff;
  border: 2px solid #104878;
  border-radius: 8px;
  position: relative;
  margin: 0 1rem 1rem 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 3.8rem;
  font-family: Montserrat;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  transition: color 0.35s, border 0.35s;
}
.selected-filters span a {
  overflow: hidden;
  text-indent: 999px;
  width: 3.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.selected-filters span a:before, .selected-filters span a:after {
  content: "";
  position: absolute;
  left: .8rem;
  top: 50%;
  transform: rotate(45deg);
  height: 2px;
  background: #104878;
  width: 16px;
  margin-top: -1px;
  transition: transform 0.35s, background 0.35s;
}
.selected-filters span a:after {
  transform: rotate(-45deg);
}
.desktop-version .clear-all:hover:before, .desktop-version .clear-all:hover:after {
  background: #fff;
}
.desktop-version .clear-all:hover span:after {
  background: #0d55c9;
  border-color: #0d55c9;
}
.desktop-version .selected-filters span:hover {
  border-color: #474747;
  color: #474747;
}
.desktop-version .selected-filters span:hover a:before {
  background: #474747;
  transform: rotate(-45deg);
}
.desktop-version .selected-filters span:hover a:after {
  background: #474747;
  transform: rotate(45deg);
}
.info-bar {
  position: relative;
  z-index: 15;
  padding-top: 27px;
  padding-bottom: 25px;
}
.page-template-dealers-page .info-bar {
  background: #F8F8F8;
  box-shadow: 0 10px 10px inset rgba(0,0,0,.06);
}
.info-bar:after {
  content: "";
  display: block;
  clear: both;
}
.info-bar .info-bar-left {
  float: left;
}
.info-bar .info-bar-left .info-found {
  font-size: 1.4rem;
  color: #6D686F;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 3rem;
}
.info-bar .info-bar-right {
  float: right;
}
.info-bar .info-bar-right .dropdown-label {
  display: inline-block;
  vertical-align: middle;
  font-family: Montserrat;
  color: #4a4f53;
  font-weight: 500;
  font-size: 1.3rem;
  margin-right: 5px;
  padding-bottom: 4px;
  line-height: 1;
}
.info-bar .info-bar-right .dropdown-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4rem;
}
.info-bar .info-bar-right .cell-view, .info-bar .info-bar-right .list-view {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-left: 15px;
  cursor: pointer;
  background: url(../img/sprite-icons.png) no-repeat -243px 0;
}
.info-bar .info-bar-right .cell-view.active, .info-bar .info-bar-right .list-view.active, .info-bar .info-bar-right .cell-view:hover, .info-bar .info-bar-right .list-view:hover {
  background: url(../img/sprite-icons.png) no-repeat -181px 0;
}
.info-bar .info-bar-right .list-view {
  width: 20px;
  background: url(../img/sprite-icons.png) no-repeat -200px 0;
}
.info-bar .info-bar-right .list-view.active, .info-bar .info-bar-right .list-view:hover {
  background-position: -222px 0;
}
.post-type-archive-vehicle .filter-bar-in .dropdown-col {
  width: 32% !important;
}
.close-filter {
  display: none;
}
.clear-all {
  display: none;
  color: #4a4f53;
  padding-right: 2rem;
  position: relative;
  transition: color 0.35s;
  margin-right: 2.4rem;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
}
.clear-all:before, .clear-all:after {
  position: absolute;
  right: 5px;
  width: 2px;
  background: #0d55c9;
  top: 2px;
  bottom: 2px;
  z-index: 5;
  transition: background 0.35s;
  content: '';
  transform: rotate(-45deg);
}
.clear-all:after {
  transform: rotate(45deg);
}
.clear-all span:after {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #0f98f5;
  right: -4px;
  top: -2px;
  content: '';
  border-radius: 50%;
  transition: background 0.35s, border 0.35s;
}
@media (max-width: 1000px) {
  .dropdown-col.focused .search-row {
    width: 100%;
  }
  .vehicle-item {
    margin-bottom: 3.5rem;
  }
  .dropdown-col .ap-filter {
    border-top: none;
  }  
  .filter-bar {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9999;
    transform: translate(-100%, 0);
    opacity: 0;
    visibility: hidden !important;
    background: #fff;
    transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
    margin-bottom: 0;
    border-bottom: 1.5rem solid #2e3031;
  }
  .filter-bar.active {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible !important;
  }
  .filter-bar .dropdown-item.open .dropdown-list .mCSB_scrollTools {
    opacity: 0;
  }
  .filter-bar .dropdown-col .ap-filter {
    bottom: 25px;
    border-radius: 0;
  }
  .filter-bar .close-filter {
    display: block;
    top: 16px;
    right: 26px;
    border-color: #fff;
    background: none;
    z-index: 10;
  }
  .close {
    position: absolute;
    top: 2.2rem;
    right: 2.2rem;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 2px solid #fff;
    transition: background 0.35s, border 0.35s;
  }
  .close:before, .close:after {
    content: "";
    position: absolute;
    width: 16px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -8px;
    background: #0d55c9;
    height: 2px;
    transform: rotate(45deg);
    transition: background 0.35s;
  }
  .close:after {
    transform: rotate(-45deg);
  }
  .filter-bar .close-filter:before, .filter-bar .close-filter:after {
    background: #fff;
  }
  .filter-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 72px;
    background: #10a4f6;
  }
  .filter-bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 374px;
    height: 147px;
    background: url(../images/filter-bg.png) no-repeat 0 0;
  }
  .filter-bar .filter-bar-inner {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    top: 92px;
    bottom: 30px;
    overflow-y: auto;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .filter-bar .filter-bar-in {
    position: relative;
    height: 100%;
    width: 315px;
    box-sizing: border-box;
    text-align: left;
    max-width: 100%;
    padding-top: 50px;
    margin: 0 auto 20px;
  }
  .filter-bar .filter-bar-in .dropdown-col {
    width: auto !important;
    display: block;
    margin-left: 0;
  }
  .filter-bar .filter-bar-in .dropdown-col .cross {
    width: 20px;
  }
  .filter-bar .filter-bar-in .dropdown-col .cross:before, .filter-bar .filter-bar-in .dropdown-col .cross:after {
    margin-left: -10px;
  }
  .filter-bar .filter-bar-in .dropdown-col .search-row button {
    width: 20px;
  }
  .filter-bar .filter-bar-in .dropdown-col .search-row button:before {
    right: 0;
  }
  .filter-bar .filter-bar-in .dropdown-col input {
    border: none;
    border-bottom: 1px solid #8fc6ff;
    padding-left: 0;
    padding-right: 25px;
    border-radius: 0;
    background: none;
    background: transparent!important;
  }  
  .filter-bar .filter-bar-in .dropdown-col input:focus {
    border-bottom-color: #10a4f6;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item {
    border-bottom: 1px solid #8fc6ff;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item > em a, .filter-bar .filter-bar-in .dropdown-col .dropdown-item > a {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0 0 0 35px;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item > em a i, .filter-bar .filter-bar-in .dropdown-col .dropdown-item > a i {
    width: 17px;
    height: 17px;
    margin-top: -8px;
    left: 0;
    right: auto;
    background: none;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item > em a i:after, .filter-bar .filter-bar-in .dropdown-col .dropdown-item > a i:after, .filter-bar .filter-bar-in .dropdown-col .dropdown-item > em a i:before, .filter-bar .filter-bar-in .dropdown-col .dropdown-item > a i:before {
    content: "";
    border: none;
    width: 100%;
    height: 1px;
    margin-top: -0.5px;
    top: 50%;
    left: 50%;
    margin-left: -8.5px;
    position: absolute;
    background: #0d55c9;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item > em a i:after, .filter-bar .filter-bar-in .dropdown-col .dropdown-item > a i:after {
    transform: rotate(90deg);
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item .dropdown-list {
    background: none;
    border: none;
    position: static;
    padding-left: 35px;
    margin-bottom: 25px;
    display: none;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item .dropdown-list .mCustomScrollBox {
    max-height: 100% !important;
  }
  .filter-bar .filter-bar-in .dropdown-col .dropdown-item.open > em a i:after, .filter-bar .filter-bar-in .dropdown-col .dropdown-item.open > a i:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .info-bar .info-bar-right .cell-view, .info-bar .info-bar-right .list-view {
    display: none;
  }
  .info-bar .info-bar-right .dropdown-item {
    margin-right: 0;
  }
  .dropdown-item.open.sort-by > em a:before, .dropdown-item.open.sort-by > a:before, .dropdown-item.sort-by .dropdown-list {
    width: 135px;
  }
  .dropdown-item.sort-by .dropdown-list {
    display: block !important;
  }
}
/* vehicle page */
.popup-dealer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.popup-dealer .popup-dealer-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90%;
  max-width: 1327px;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.popup-dealer .popup-dealer-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49%;
  transform: rotate(0deg);
  bottom: 0;
  background: #07497A;
}
.popup-dealer .popup-dealer-inner .popup-dealer-close {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 2px solid #8fc6ff;
  transition: background 0.35s, border 0.35s;
}
.popup-dealer .popup-dealer-inner .popup-dealer-close:before, .popup-dealer .popup-dealer-inner .popup-dealer-close:after {
  content: "";
  position: absolute;
  width: 16px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  background: #0d55c9;
  height: 2px;
  transform: rotate(45deg);
  transition: background 0.35s;
}
.popup-dealer .popup-dealer-inner .popup-dealer-close:after {
  transform: rotate(-45deg);
}
.popup-dealer .popup-dealer-inner .popup-decor {
  position: absolute;
  height: 66px;
  bottom: 0;
  left: 0;
  width: 49%;
  display: none;
  background: #e9f4ff;
}
.popup-dealer .popup-dealer-inner .popup-decor:before {
  content: "";
  position: absolute;
  left: -50px;
  width: 58%;
  bottom: -50px;
  background: #0f98f5;
  border-radius: 0 9rem 0 0;
  height: 116px;
}
.popup-dealer .popup-dealer-inner .popup-decor:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 181px;
  background: #0d55c9;
  opacity: 0.2;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data {
  width: 48.5%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .mCSB_container {
  padding-left: 2rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in {
  padding: 8rem 0rem 3rem 7rem;
  color: #fff;
  box-sizing: border-box;
  height: 100%;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll {
  height: 100%;
  overflow-y: auto;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 20px;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: #fff;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_scrollTools {
  opacity: 1;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: none;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in h2 {
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.125;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 2rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-label {
  color: #EFF3F7;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 900;
  opacity: 0.5;
  font-family: Lovelo,sans-serif;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row {
  font-size: 0;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #CCAB2F;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row:last-child {
  border: none;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 4%;
  font-size: 1.6rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col:nth-child(2n+1) {
  margin-left: 0;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col .external {
  margin-bottom: 0.5rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col h3 {
  font-size: 1.8rem;
  font-family: Montserrat;
  font-weight: 700;
  color: #fff;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col h3 + span {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  padding-top: .5rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col h3 span strong {
  font-weight: bold;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  opacity: .6;
  padding-top: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col.representatives {
  margin-bottom: 5rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col.representatives:last-child,
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col.representatives:nth-last-child(2) {
  margin-bottom: 0;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-row .popup-dealer-data-col ul li {
  margin-bottom: 0;
  list-style-type: none;
  display: inline-block;
  margin-right: 2rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form {
  margin-left: 49%;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
  padding: 10.5rem 7.7rem 5rem 5.3rem;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row input[type='text'], 
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row input[type='email'], 
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row input[type='tel'], 
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row textarea {
  background: #fff!important;
  border-color: #688FA9;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row label {
  color: #868990;
  font-size: 1.6rem;
  font-weight: 500;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form button {
  font-family: Lovelo,sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  height: 5rem;
  line-height: 5rem;
  border-radius: .5rem;
  padding: 0;
  cursor: pointer;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row.focused label {
  font-size: .8rem;
}

.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row.focused label {
  color: #00487C;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form .fancy-select .trigger {
  background: #fff;
}
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row.focused input[type='text'], 
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row.focused input[type='email'], 
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row.focused input[type='tel'], 
.popup-dealer .popup-dealer-inner .popup-dealer-form .form-row.focused textarea {
  background: #EFF3F7!important;
  border-color: #014A7A;
  color: #000; 
}
.desktop-version .popup-dealer .popup-dealer-inner .popup-dealer-close:hover {
  border-color: #0d55c9;
  background: #0d55c9;
}
.desktop-version .popup-dealer .popup-dealer-inner .popup-dealer-close:hover:before, .desktop-version .popup-dealer .popup-dealer-inner .popup-dealer-close:hover:after {
  background: #fff;
}
.form-row {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-row .req {
  color: red;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 5;
  pointer-events: none;
}
.form-row br {
  display: none;
}
.form-row input[type='text'], .form-row input[type='email'], .form-row input[type='tel'], .form-row textarea {
  width: 100%;
  border: 2px solid #688EAA;
  border-radius: 10px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  font-family: Montserrat;
  font-weight: 600;
  color: #00487C;
  background: #EFF3F7!important;
  font-size: 1.4rem;
  line-height: 50px;
}
.form-row input[type='text']:hover, .form-row input[type='email']:hover, .form-row input[type='tel']:hover, .form-row textarea:hover, .form-row input[type='text']:focus, .form-row input[type='email']:focus, .form-row input[type='tel']:focus, .form-row textarea:focus {
  border: 2px solid #104878;
}
.form-row textarea {
  resize: none;
  height: 205px;
  padding-top: 13px;
  display: block;
}
.form-row label {
  position: absolute;
  left: 15px;
  top: 18px;
  line-height: 1;
  font-size: 1.4rem;
  font-family: Montserrat;
  font-weight: 600;
  color: #000;
  z-index: 10;
  border: none;
  text-transform: none;
  pointer-events: none;
  transition: transform 0.15s ease-out, font-size 0.15s ease-out, color 0.15s;
}
.form-row label em {
  color: red;
  font-style: normal;
  margin-left: 5px;
}
.form-row.focused label {
  top: 0.5rem;
  font-size: .8rem;
  color: #c4c4c4;
}
.form-row.btns {
  text-align: center;
}
.form-row .btn {
  min-width: 220px;
  border: 2px solid #00487c;
}
.form-row .btn:hover {
  background: #fff!important;
}
.form-row-checkbox {
  margin-bottom: 4.5rem;
}
.form-row-checkbox span.wpcf7-list-item {
  margin-left: 0;
}
.form-row-checkbox span.wpcf7-list-item label {
  display: block;
  cursor: pointer;
  color: #4A4F53;
  line-height: 2.1rem;
  font-size: 1.6rem;
}
.form-row-checkbox span.wpcf7-list-item label:hover {
  color: #10a4f6;
}
.form-row-checkbox span.wpcf7-list-item label:hover input + span:before {
  border: 2px solid #10a4f6;
}
.form-row-checkbox span.wpcf7-list-item label input {
  display: none;
}
.form-row-checkbox span.wpcf7-list-item label input + span {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #4A4F53;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 21px;
}
.form-row-checkbox span.wpcf7-list-item label input + span:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #8fc6ff;
  border-radius: 3px;
}
.form-row-checkbox span.wpcf7-list-item label input + span:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 10px;
  left: 5px;
  top: 5px;
  opacity: 0;
  content: '';
  border-bottom: 2px solid #fff;
  border-left:  2px solid #fff;
  transform: rotate(-45deg);
}
.form-row-checkbox span.wpcf7-list-item label input:checked + span:before {
  border-color: #0F98F5;
  background: #00487C;
}
.form-row-checkbox span.wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.fancy-select {
  font-family: Lovelo,sans-serif;
  font-size: 1.6rem;
  position: relative;
}
.fancy-select.changed .trigger {
  color: #868990;
}
.fancy-select .trigger {
  width: 100%;
  border: 2px solid #688EAA;
  border-radius: 10px;
  height: 50px;
  background: #EFF3F7;
  line-height: 46px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-transform: none;
  font-family: Montserrat;
  transition: all .35s;
}
.fancy-select .trigger em {
  color: red;
  font-style: normal;
  margin-left: 5px;
}
.fancy-select .trigger:hover, .fancy-select .trigger:focus {
  border: 2px solid #104878;
}
.fancy-select .trigger:before {
  content: "";
  position: absolute;
  right: 17px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
  width: 2px;
  background: #638EAD;
}
.fancy-select .trigger:after {
  content: "";
  border-right: 2px solid #638EAD;
  border-bottom: 2px solid #638EAD;
  width: 6px;
  height: 6px;
  right: 15px;
  top: 50%;
  margin-top: 4px;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(45deg);
}
.fancy-select .trigger.open {
  border: 2px solid #104878;
  border-radius: 10px 10px 0 0;
}
.fancy-select .trigger.open:after {
  margin-top: -8px;
  transform: scaleY(-1) rotate(45deg);
}
.fancy-select ul.options {
  position: absolute;
  top: 100%;
  margin-left: 0;
  background: #fff;
  border: 2px solid #104878;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  margin-top: -2px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  list-style-type: none;
  border-radius: 0 0 8px 8px;
  transition: opacity 0.5s, visibility 0.5s;
}
.fancy-select ul.options .mCustomScrollBox {
  max-height: 0 !important;
  transition: max-height 0.8s;
}
.fancy-select ul.options .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .fancy-select ul.options .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.fancy-select ul.options .mCSB_container.mCS_no_scrollbar_y {
  margin-right: 20px;
}
.fancy-select ul.options .mCSB_scrollTools {
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.fancy-select ul.options .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: #0f98f5;
}
.fancy-select ul.options .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: none;
}
.fancy-select ul.options.open {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.fancy-select ul.options.open .mCSB_scrollTools {
  opacity: 1;
}
.fancy-select ul.options.open .mCustomScrollBox {
  max-height: 270px !important;
}

.fancy-select ul.options li {
  padding: 13px 20px;
  position: relative;
  font-size: 1.4rem;
  line-height: 16px;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: color 0.35s, background 0.35s;
}
.fancy-select ul.options li.selected {
  color: #00487C;
}
.fancy-select ul.options li.hover {
  color: #00487C;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
}
@media (max-width: 1200px) {
  .popup-dealer .popup-dealer-inner {
    width: 100%;
  }
  .catalog-hero-right a {
    font-size: 1.6rem;
  }
  .catalog-hero-left h1,
  .hero-type-head h1 {
    font-size: 4rem;
    line-height: 1;
  }
  .hero-type-head h1 span a, .go-to {
    font-size: 1.6rem;
  }
  .hero-type .go-to {
    margin-bottom: 1rem;
  }
  .hero-type .hero-type-in {
    padding: 0;
  }
  .container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
    padding: 0 28px;
  }
  .catalog-content .catalog-hero .catalog-hero-left .content-entry p {
    font-size: 1.6rem;
  }
  .catalog-list-in br {
    display: none;
  }
  .catalog-type-item {
    width: 22.6%;
  }
}
@media only screen and (max-width: 690px) {
  .container {
    padding: 0 18px;
  }
  .catalog-hero-left h1,
  .catalog-content .catalog-hero .catalog-hero-left h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .catalog-content .catalog-hero .catalog-hero-left .content-entry p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .popup-dealer .popup-dealer-inner .popup-dealer-close {
    z-index: 99;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-close:before, .popup-dealer .popup-dealer-inner .popup-dealer-close:after {
    background: #fff;
  }
  .form-row-checkbox span.wpcf7-list-item label input + span {
    color: #fff;
  }
  .popup-dealer .popup-dealer-inner .corner-bottom, .popup-dealer .popup-dealer-inner .popup-decor {
    display: none;
  }
  .popup-dealer .popup-dealer-inner {
    overflow-y: auto;
    background: #0d55c9;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll {
    height: auto;
    overflow-y: visible;
  }
  .page-template-dealers-page .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
    float: none;
    width: auto;
  }
  .popup-dealer .popup-dealer-inner:before {
    width: 100%;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-data {
    width: auto;
    position: relative;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in {
    padding: 5rem 0 0 3rem;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-form {
    padding: 0rem 3rem 3rem 3rem;
  }
  .popup-dealer .popup-dealer-inner {
    border-radius: 0;
    height: 100%;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-form {
    margin-left: 0;
    height: auto;
    overflow: visible;
    padding-top: 3rem;
  }
  .vehicle-item .vehicle-price {
    padding-left: 0;
  }
  .vehicle-item .vehicle-price strong {
    font-size: 2rem;
  }
  .vehicle-item .arrow {
    width: 20rem;
    height: 20rem;
  }
  .vehicle-item .vehicle-price em {
    line-height: 1;
  }
}
.v-en-in {
  background: #ebebeb;
  border-radius: 12px;
  position: relative;
  padding: 5.7% 4% 4% 5%;
}
.v-en-in:before {
  width: 159px;
  height: 159px;
  background: url(../img/amount-ico.png) no-repeat 0 0 / contain;
  position: absolute;
  content: '';
  right: 0;
  top: -5px;
}
.v-en-in:after {
  clear: both;
  content: '';
  display: block;
}
.v-en-in h3,
.v-en-in .h3 {
  font-size: 3.6rem;
  line-height: 1.22;
  font-weight: 600;
  color: #000;
  margin-bottom: 5rem;
}
.v-en-in .col-l h2,
.v-en-in .col-l h3,
.v-en-in .col-l .h3,
.v-en-in .col-l h4 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #00487C;
  margin-bottom: 2rem;
}
.v-en-in .col-l strong {
  font-weight: 500;
}
.v-en-in .col-l {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 300;
  font-family: Montserrat,sans-serif;
  width: 44.6%;
  float: left;
  color: #000000;
  padding-right: 7%;
  margin-right: 7%;
  box-sizing: border-box;
}
.v-en-in .v-en-cols {
  position: relative;
}
.v-en-in .v-en-cols:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  background: #CCAD12;
  width: 1px;
  left: 44.6%;
}
.v-en-in .col-r {
  float: right;
  width: 48.4%;
}
.v-en-in .col-r div:after {
  clear: both;
  content: '';
  display: block;
}
.v-en-in .col-r div strong {
  float: left;
  width: 58%;
}
.v-en-in .col-r div.en-heading strong {
  font-family: Lovelo,sans-serif;
  font-weight: 900;
  line-height: 1.33;
  font-size: 1.8rem;
  color: #00487C;
  margin-bottom: 2rem;
  padding-left: 0;
}
.v-en-in .col-r div strong {
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2rem;
  color: #6D686F;
  margin-bottom: 2rem;
  padding-left: 5rem;
  position: relative;
}
.v-en-in .col-r div strong:before {
  position: absolute;
  left: 0;
  top: 0; 
  height: 32px;
  content: '';
  display: block; 
}
.v-en-in .col-r div strong.ico-battery:before {
  background: url(../img/sprite-icons.png) no-repeat -347px 0;
  width: 22px;
  top: -3px;
  left: 4px;
}
.v-en-in .en-notes {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6D686F;
  line-height: 1.33;
}
.v-en-in .col-r div strong.ico-hydrogen:before {
  background: url(../img/sprite-icons.png) no-repeat -315px 0;
  width: 32px;
}
.v-en-in .col-r div strong.ico-weight:before {
  background: url(../img/sprite-icons.png) no-repeat -370px 0;
  width: 34px;
}
.v-en-in .col-r div strong + strong {
  width: 42%;
  padding-left: 0;
}
.v-en-in .v-en-cols:after {
  clear: both;
  content: '';
  display: block;
  clear: both;
}
.v-en-in .col-l a {
  color: #07497A;
  font-weight: 500;
  text-decoration: underline;
}
.v-en-in .col-l a:hover {
  text-decoration: none;
}
.hero-vehicle {
  padding: 0;
  position: relative;
  margin-bottom: 6rem;
  overflow: hidden; 
}
.hero-vehicle:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  content: '';
  background: #E4EBF2;
  position: absolute;
}
.hero-vehicle:after {
  content: "";
  display: block;
  clear: both;
}
.hero-vehicle .corner-bottom {
  width: 81%;
}
.hero-vehicle.archived {
  margin-bottom: -12rem;
  padding-bottom: 15rem;
}
.hero-vehicle.archived .corner-bottom:before {
  background: url(../images/corner-in-gray.png) no-repeat 0 0;
}
.hero-vehicle.archived .corner-bottom:after {
  background: #2e3031;
}
.hero-vehicle .corner-top:before {
  height: 100%;
  background-size: 100% 100%;
}
.hero-vehicle .corner-top:after {
  height: 100%;
}
.hero-vehicle .hero-vehicle-in {
  position: relative;
  padding: 5rem 5% 0;
  z-index: 5;
}
.hero-vehicle .hero-vehicle-in:before {
  position: absolute;
  width: 65%;
  left: 0;
  bottom: 0;
  top: 0;
  content: '';
  z-index: -1;
  background: #00487C;
}
.hero-vehicle .hero-vehicle-in .go-to {
  color: #fff;
  background: #00487C;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-top {
  margin-bottom: 3.5rem;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-top:after {
  content: "";
  display: block;
  clear: both;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-left {
  float: left;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-right {
  float: right;
  position: relative;
  z-index: 10;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-right .link {
  margin-left: 2.4rem;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main {
  margin-bottom: 6rem;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main:after {
  content: "";
  display: block;
  clear: both;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left {
  width: 50%;
  float: left;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .oem-title {
  padding-top: 1.5rem;
  font-size: 0;
  margin-bottom: 1.5rem;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .oem-title .oem-label {
  display: inline-block;
  vertical-align: middle;
  color: #EFF3F7;
  font-family: Lovelo,sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  opacity: 1;
  width: 40px;
  background: #00487C;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .oem-title .oem-list {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  font-size: 2rem;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .oem-title .oem-list a {
  color: #fff;  
  background: #00487C;
  text-decoration: underline;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .oem-title .oem-list a:hover {
  text-decoration: none;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left h1 {
  color: #fff;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.09;
  margin-bottom: 5rem;
  background: #00487C;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .sub-title {
  margin-bottom: 1rem; 
  font-family: Lovelo,sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #00487C;
  line-height: 1;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left > .sub-title {
  color: #EFF3F7;
  background: #00487C;
  opacity: 1; 
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .incentives {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.22;
  color: #fff;
  background: #00487C;
  margin-bottom: 3rem;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .incentives li {
  font-family: Lovelo,sans-serif;
  font-size: 3.2rem;
  color: #fff;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .incentives li span {
  font-size: 1.6rem;
  margin-left: 1.2rem;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right {
  margin-left: 55%;
  position: relative;
  z-index: 22;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image {
  width: 100%;
  padding-bottom: 95%;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  z-index: 5;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image .badget {
  position: absolute;
  top: 0;
  left: 0;
  height: 88px;
  width: 88px;
  z-index: 10;
  transition: left 0.5s, top 0.5s;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image .badget.american {
  overflow: hidden;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image .badget.american span {
  display: block;
  transform: rotate(-45deg);
  top: 22px;
  position: absolute;
  left: -10px;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  font-size: .8rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: Montserrat;
  color: #fff;
  text-align: center;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image .badget.american span em {
  font-style: normal;
  position: relative;
  z-index: 5;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image .badget.american span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 156%;
  background: #CCAD12;
  transform: translate(-50%, 0);
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image .badget.archived {
  background: url(../images/archived.png) no-repeat 0 0;
}
.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right .hero-vehicle-main-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.hero-vehicle .hero-vehicle-in .specs-file {
  margin-bottom: 10em;
  text-align: center;
}
.hero-vehicle .hero-vehicle-in .list-how {
  float: none;
  margin-top: 0;
  font-size: 0;
}
.hero-vehicle .hero-vehicle-in .list-how .how-item {
  width: 49%;
}
.hero-vehicle .hero-vehicle-in .list-how .how-item .how-icon {
  text-align: right;
}
.hero-vehicle .hero-vehicle-in .list-how .how-item:nth-child(3n+1) {
  margin-left: 2%;
}
.hero-vehicle .hero-vehicle-in .list-how .how-item:nth-child(2n+1) {
  margin-left: 0%;
}
.archived.hero-vehicle .hero-vehicle-in .hero-vehicle-main {
  margin-bottom: 6rem;
}
.archived.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right:before {
  background: #868990;
}
.archive-notice {
  background: #ffb330;
  padding: 1.8rem 5rem;
  color: #0a0c0e;
  font-size: 1.4rem;
  font-family: Lovelo,sans-serif;
  line-height: 2;
  margin-bottom: 6rem;
}
.archive-notice span {
  font-size: 3.2rem;
  font-family: Lovelo,sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.8rem;
  line-height: 1;
}
.hero-vehicle-list-data {
  text-align: left;
  font-size: 0;
  position: relative;
  z-index: 15;
  padding-bottom: 0;
  padding-top: 7rem;
  margin-bottom: 0;
}
.hero-vehicle-list-data:before {
  position: absolute;
  top: 0;
  bottom: -100vh;
  content: '';
  left: -100vw;
  right: -100vw;
  background: #E4EBF2;
}
.hero-vehicle-list-data-in {
  position: relative;
  z-index: 2;
}

.hero-vehicle-list-data.extra-margin {
  margin-bottom: 15rem;
}
.hero-vehicle-list-data.hero-vehicle-list-data-6 .hero-vehicle-list-data-item {
  width: 33%;
}
.hero-vehicle-list-data .hero-vehicle-list-data-item {
  width: 33%;
  padding: 0 1rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-left: 1px solid #CBAC2B;
  margin-bottom: 2.5rem;
}
.hero-vehicle-list-data .hero-vehicle-list-data-item.no-border {
  border-left: none;
}
.hero-vehicle-list-data .hero-vehicle-list-data-item .hero-vehicle-list-data-item-value {
  font-size: 2rem;
  font-family: Montserrat,sans-serif;
  color: #6D686F; 
}
.hero-vehicle-list-data .hero-vehicle-list-data-item .btn {
  font-size: 1.6rem;
}
.em {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-style: normal;
  margin-left: 12px;
}
.em i {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 2px solid #8fc6ff;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 1rem;
  font-family: Lovelo,sans-serif;
  display: inline-block;
  font-style: normal;
}
.em .tooltip {
  position: absolute;
  background: #fff;
  z-index: 99;
  top: 100%;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  box-sizing: border-box;
  padding: 5rem;
  color: #2e3031;
  font-family: Lovelo,sans-serif;
  font-size: 1.4rem;
  line-height: 1.57;
  margin-top: 30px;
  border-radius: 5px 4rem 1.5rem 2rem;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
.em .tooltip:before {
  content: "";
  transform: rotate(45deg) skew(10deg, 10deg);
  position: absolute;
  border-radius: 5px;
  right: 50%;
  margin-right: -16px;
  top: -12px;
  width: 30px;
  height: 30px;
  background: #fff;
}
.hero-vehicle-top-right .share {
  display: inline-block;
  vertical-align: top;
}
.hero-vehicle-top-right .share .dropdown-list .dropdown-list-item.current a {
  color: #4a4f53;
}
.hero-vehicle-top-right .share .dropdown-list .dropdown-list-item.current a:hover {
  color: #10a4f6;
}
.hero-vehicle-top-right .share > em {
  font-style: normal;
}
.hero-vehicle-top-right .share:not(.open) > em {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.hero-vehicle-top-right .share:not(.open) > em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8fc6ff;
  height: 2px;
  transition: height 0.35s, background 0.35s, left 0.35s 0.2s, right 0.35s 0.2s;
}
.hero-vehicle-top-right .share:not(.open) > em a {
  border-bottom: 2px solid transparent;
}
.hero-vehicle-top-right .share:not(.open) > em:hover a {
  color: #fff;
}
.hero-vehicle-top-right .share:not(.open) > em:hover a:after {
  background-position: -226px -133px;
}
.hero-vehicle-top-right .share:not(.open) > em:hover:after {
  height: 100%;
  right: -10px;
  left: -10px;
  background: #0d55c9;
}
.hero-vehicle-top-right .share > em a, .hero-vehicle-top-right .share > a {
  min-width: 85px;
  padding: 10px 0 10px 30px;
  color: #0d55c9;
}
.hero-vehicle-top-right .share > em a:after, .hero-vehicle-top-right .share > a:after {
  width: 20px;
  height: 21px;
  top: 6px;
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  background: url(../images/sprite.png) no-repeat -180px -133px;
}
.hero-vehicle-top-right .share > em a:before, .hero-vehicle-top-right .share > a:before {
  width: 120px;
}
.hero-vehicle-top-right .share > em a i, .hero-vehicle-top-right .share > a i {
  display: none;
}
.hero-vehicle-top-right .share .dropdown-list {
  width: 120px;
}
.hero-vehicle-top-right .share .dropdown-list i {
  width: 20px;
}
.desktop-version .em:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.em .tooltip {
  transform: translate(0, 0) !important;
}
.em.hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.em.hover .tooltip.over-right {
  right: 0 !important;
  left: auto !important;
  margin-left: 0;
  transform: translate(0, 0) !important;
  border-top-right-radius: 0;
}
.em.hover .tooltip.over-right:before {
  right: 0;
  margin-right: 1px;
}
.em.hover .tooltip.over-left {
  left: 0 !important;
  right: auto !important;
  transform: translate(0, 0) !important;
  margin-left: 0;
  border-top-left-radius: 0;
}
.em.hover .tooltip.over-left:before {
  left: 1px;
  right: auto;
  margin-right: 0;
}
@media (max-width: 1100px) {
  .hero-vehicle .hero-vehicle-in {
    padding: 0;
  }
  .v-en-in .col-r div strong {
    font-size: 1.6rem;
  }
  .hero-vehicle .hero-vehicle-in {
    padding: 5rem 0 0; 
  }
  .hero-vehicle .hero-vehicle-in:before {
    left: -5vw;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left h1 {
    font-size: 3.4rem;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-top {
    margin-bottom: 1.5rem;
  }
 /* .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left {
    width: auto;
    float: none;
    margin-bottom: 50px;
  }*/
  /*.hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right {
    margin-left: 0;
  }*/
  /*.hero-vehicle-list-data .hero-vehicle-list-data-item {
    width: 25%;
  }*/
  .hero-vehicle-list-data.hero-vehicle-list-data-6 .hero-vehicle-list-data-item {
    width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left {
    width: auto;
    float: none;
    margin-bottom: 50px;
  }
  .v-en-in .col-r div.en-heading strong {
    font-size: 1.4rem;
  }
  .v-en-in .col-r {
    width: 51.4%;
  }
  .v-en-in .col-l {
    padding-right: 4%;
    margin-right: 4%;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right {
    margin-left: 0;
    max-width: 500px;
  }
  
  .hero-vehicle .hero-vehicle-in:before {
    width: auto;
    right: -5vw;
  }
}
@media (max-width: 767px) {
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left h1 {
    font-size: 2.8rem;
  }
  .v-en-in .col-r div strong {
    font-size: 1.4rem;
  }
  .v-en-in .col-r div strong:before {
    transform: scale(.5);
    transform-origin: 0 0%;
  }
  .v-en-in .col-l {
    font-size: 1.6rem;
  }
  .v-en-in .en-notes {
    font-size: 1.1rem;
  }
  .v-en-in .col-r div strong {
    padding-left: 3rem;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in {
    padding-left: 0;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-data .mCSB_container {
    padding-left: 30px;
  }
  .popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, .popup-dealer .popup-dealer-inner .popup-dealer-data .popup-dealer-data-in .popup-dealer-data-in-scroll .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .v-en-in:before {
    width: 59px;
    height: 59px;
    top: -1px;
  }
  .v-en-in h3,
  .v-en-in .h3 {
    font-size: 2.6rem;
  }
  .v-en-in .v-en-cols:before {
    display: none;
  }
  .v-en-in .col-l {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .v-en-in .col-r {
    width: 100%;
    margin-top: 2rem;
    border-top: 2px solid #CCAD12;
    padding-top: 2rem;
  }
  .hero-vehicle .corner-top {
    width: 50% !important;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-top {
    padding: 0 10px;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main {
    margin-bottom: 5rem;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left {
    padding: 0 10px;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-right:before {
    right: -7px;
  }
  .hero-vehicle-list-data.extra-margin {
    margin-bottom: 5rem;
  }
  .hero-vehicle .hero-vehicle-in .list-how .how-item {
    width: auto;
    margin-bottom: 80px;
    margin-left: 0;
  }
  .hero-vehicle .hero-vehicle-in .list-how .how-item:last-child {
    margin-bottom: 0;
  }
  .hero-vehicle .corner-bottom span {
    right: 73px;
  }
}
@media (max-width: 550px) {
  .em .tooltip {
    width: 320px;
  }
  .hero-vehicle .corner-top, .hero-vehicle-top-right .share:not(.open) > em:after {
    display: none;
  }
  .dropdown-item.share > em a span {
    display: none;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-main .hero-vehicle-main-left .oem-title {
    padding-top: 0;
  }
  .hero-vehicle-top-right .share > em a {
    min-width: 1px;
    padding: 0;
    width: 20px;
    height: 21px;
  }
  .hero-vehicle-top-right .share > em a:before {
    left: auto;
    right: -10px;
    top: -1rem;
    bottom: -1rem;
  }
  .hero-vehicle-top-right .share > em a:after {
    top: 0;
  }
  .dropdown-item.share .dropdown-list {
    right: -10px;
    left: auto;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-right .link span {
    display: none;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-right .link:after {
    display: none;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-right .link.print {
    width: 20px;
    height: 20px;
    padding: 0;
  }
  .hero-vehicle .hero-vehicle-in .hero-vehicle-top .hero-vehicle-top-right .link.print:before {
    top: 0;
  }
  .hero-vehicle-list-data .hero-vehicle-list-data-item, .hero-vehicle-list-data.hero-vehicle-list-data-6 .hero-vehicle-list-data-item {
    width: 50%;
  }
}
.cta {
  text-align: center;
  background: #688EAA;
  padding: 5rem 0 10rem;
}
.similar-list-wrap .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: calc(-50px - 2rem);
  right: 12px;
  background: #00487C;
  cursor: pointer;
  border: none;
  color: #fff;
}
.similar-list-wrap .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: .7;
}
.similar-list-wrap .slick-arrow:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  margin: -9px 0 0 -5px;
}
.similar-list-wrap .slick-arrow.slick-next:before {
  transform: rotate(-135deg);
  margin-left: -11px;
}
.similar-list-wrap .slick-arrow.slick-prev {
  right: 172px;
}
.similar-vehicle {
  position: relative;
  padding-top: 5rem;
}
.similar-vehicle:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  bottom: 0;
  background: #688EAA;
}
.similar-vehicle .inner {
  position: relative;
  z-index: 10;
}
.similar-vehicle h2 {
  font-size: 4.8rem;
  line-height: 50px;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  color: #00487C;
  margin-bottom: 2rem;
  float: left;
}
.similar-meta {
  float: right;
}
.similar-meta .control {
  margin-right: 50px;
  line-height: 50px;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  width: 110px;
}
.similar-meta:after {
  content: "";
  display: block;
  clear: both;
}
.similar-meta .similar-meta-left {
  float: left;
  margin-bottom: 2rem;
}
.similar-meta .similar-meta-right {
  float: right;
}
.similar-list-wrap {
  position: relative;
  clear: both;
}
.similar-list-wrap .similar-btn-left {
  right: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 15;
  transition: background 0.35s;
  cursor: pointer;
}
.similar-list-wrap .similar-btn-right {
  left: 100%;
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 15;
  transition: background 0.35s;
  cursor: pointer;
}
.similar-list {
  margin: 0 -12px;
  position: relative;
}
.similar-list .slick-list {
  overflow: hidden;
}
.similar-list .slick-slide .vehicle-item {
  width: 100%;
  display: block;
  margin: 10px 0;
  float: left;
  box-sizing: border-box;
  padding-bottom: 1rem;
}
.similar-list .slick-slide .vehicle-item .vehicle-price em {
  white-space: nowrap;
  line-height: 1;
  padding-bottom: .5rem;
}
.form-row .wpcf7-not-valid-tip {
  color: #dc3232!important;
  font-size: 1.2rem!important;
  line-height: 1!important;
  font-weight: normal;
  padding-top: 0.5rem;
  display: block;
  box-shadow: none;
}
.similar-list .slick-slide .vehicle-item .vehicle-price {
  padding-left: 0;
}
.similar-list .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .similar-vehicle {
    padding-top: 150px;
  }
  .similar-list {
    margin: 0 -15px 0 0;
  }
  .similar-meta {
    display: none;
  }
  .similar-list .slick-slide .vehicle-item {
    margin-right: 1rem;
    width: calc(100% - 1rem);
  }
  .similar-list .slick-slide {
    padding: 0; 
     width: 80vw;
    float: left;
    margin: 0!important;
    box-sizing: border-box;
  }
  .similar-vehicle:before {
    top: 6rem;
  }
  .similar-list-wrap .slick-arrow {
    top: -5.2rem;
  }
  .similar-meta .control {
    color: #fff;
  }
  .similar-vehicle h2 {
    font-size: 3rem;
    line-height: 5rem;
    margin-bottom: 5rem;
  }
  .similar-vehicle {
    margin-top: 7rem;
    padding-top: 0;
  }
}
.dealer-vehicle {
  padding: 11rem 0 7rem;
}
.dealer-vehicle .h-line {
  padding-bottom: 3rem;
}
.dealer-vehicle-wrap-list {
  float: none;
  position: relative;
}
.dealer-vehicle-wrap-list:after {
  clear: both;
  content: "";
  display: block;
}
.dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
  width: 48%;
  float: left;
}
.dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-right {
  margin-left: 51%;
  position: relative;
}
.dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-right:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: transparent;
  border: 2px solid #CCAD12;
  border-radius: 13px;
}
.gm-style .gm-style-iw-c {
  padding: 20px !important;
}
.wrap-map {
  width: 100%;
  padding-bottom: 105%;
  overflow: hidden;
  position: relative;
  border-radius: 13px;
}
.wrap-map #map, .wrap-map #map-dealers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-anchor: none;
}
.wrap-map #map a[href*="https://maps.google.com/maps"], .wrap-map #map-dealers a[href*="https://maps.google.com/maps"] {
  display: none !important;
}
.wrap-map #map .gmnoprint.gm-style-cc, .wrap-map #map-dealers .gmnoprint.gm-style-cc {
  display: none;
}
.wrap-map #map .gmnoprint .gm-style-cc, .wrap-map #map-dealers .gmnoprint .gm-style-cc {
  display: none;
}
.dealer-vehicle-item {
  position: relative;
  margin-bottom: 4.5rem;
}
.dealer-vehicle-item .dealer-vehicle-item-numb {
  width: 35px;
  color: #000;
  font-size: 2.4rem;
  font-family: 'Baseticatrial-Bold', Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.dealer-vehicle-item .dealer-vehicle-item-data {
  margin-left: 37px;
  padding-left: 2.2rem;
  border-left: 1px solid #CCAD12;
}
.dealer-vehicle-item .dealer-vehicle-item-data .dealer-vehicle-item-oem {
  font-size: 1.2rem;
  color: #07497A;
  font-weight: bold;
}
.dealer-vehicle-item .dealer-vehicle-item-data h3 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  color: #000;
}
html.overlayed {
  overflow: hidden;
}
html.overlayed body.overlayed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.overlayed #top,  .overlayed.page-template-dealers-page .filter-bar {
  overflow-x: hidden;
  overflow-y: scroll;
}
.overlayed #wrapper {
  overflow: hidden;
}
.overlayed .main-section {
  overflow-x: hidden;
  overflow-y: scroll;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#wrapper:after {
  clear: both;
  content: '';
  display: block;
}
.main-section {
  overflow: hidden;
  min-height: 100%;
}
.dealer-vehicle-item .dealer-vehicle-item-data p {
  line-height: 22px;
  font-size: 1.6rem;
  padding-bottom: 5px;
  color: #707070;
}
.dealer-vehicle-item .dealer-vehicle-item-data .link {
  color: #00487c;
}
.link {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  padding-bottom: 6px;
  color: #00487c;
  display: inline-block;
}
.link.white {
  color: #fff;
}
.link.external,
.link.email,
.link.phone {
  padding-left: 21px;
}
.link.phone:after {
  display: none;
}
.link.plus:before,
.link.external:before,
.link.email:before,
.link.phone:before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url(../img/sprite-icons.png) no-repeat -80px 0;
}
.link.external:before {
  background: url(../img/sprite-icons.png) no-repeat -105px 0;
}
.link.email:before {
  background: url(../img/sprite-icons.png) no-repeat -125px 0;
  width: 19px;
}
.link.phone:before {
  background: url(../img/sprite-icons.png) no-repeat -144px 0;
  width: 17px;
}
.link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  content: '';
  background: #638EAD;
  height: 2px;
  transition: width .35s;
}

.link:hover:after {
  width: 0;
}
.gm-style-iw-d .dealer-vehicle-item-oem {
  font-size: 1rem;
  color: #868990;
  margin-bottom: 1rem;
}
.gm-style-iw-d h3 {
  font-size: 2.4rem;
  font-family: Montserrat,sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
}
.gm-style-iw-d p {
  line-height: 1.375;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-family: Montserrat,sans-serif;
}
.single-vehicle .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
  max-height: 650px;
  overflow-y: auto;
}
@media (max-width: 1300px) {
  .single-vehicle .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
    max-height: 500px;
  }
}
@media (max-width: 1000px) {
  .single-vehicle .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .single-vehicle .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
    max-height: none;
  }
  .dealer-vehicle {
    padding: 5rem 0 2rem;
  }
  .dealer-vehicle-in {
    padding: 0 10px;
  }
  .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-left {
    width: auto;
    float: none;
  }
  .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-right {
    margin-left: 0;
  }
  .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-right:before {
    right: -7px;
  }
}
.single-vehicle .cta .corner-top:before {
  background: url(../images/corner-blue.png) no-repeat 0 0 / 100% 100%;
}
.single-vehicle .cta .corner-top:after {
  background: #0d55c9;
}
/* approved dealer */
#searchButton {
  background: #00487C;
  color: #fff;
  border: 2px solid #00487C;
  font-family: Lovelo,sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .35s;
}
#searchButton:hover {
  background: #fff;
  color: #00487C;
}
#searchButton span {
  padding-left: 36px;
  display: inline-block;
  position: relative;
  line-height: 19px;
}
#searchButton span:before,
#searchButton span:after {
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../img/sprite-icons.png) no-repeat -41px 0;
  content: '';
  left: 0;
  top: 0;
  transition: opacity .35s;
}
#searchButton span:after {
  background: url(../img/sprite-icons.png) no-repeat -61px 0;
  opacity: 0;
}
#searchButton:hover span:after {
  opacity: 1;
}
.pac-container {
  z-index: 999999 !important;
}
.breadcrumbs {
  margin-bottom: 5.5rem;
}
.breadcrumbs a {
  color: #868990;
  font-family: 'Baseticatrial-Medium', Arial, sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.35s;
}
.breadcrumbs span {
  color: #4a4f53;
  font-family: 'Baseticatrial-Medium', Arial, sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs em {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2rem;
  position: relative;
  height: 2px;
  width: 18px;
  background: #8fc6ff;
}
.breadcrumbs em:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #8fc6ff;
  border-right: 2px solid #8fc6ff;
  transform: rotate(45deg);
  margin-top: -3px;
  box-sizing: border-box;
}
.desktop-version .breadcrumbs a:hover {
  color: #8fc6ff;
}
.hero-type-in .content-entry {
  max-width: 66%;
}
.page-template-dealers-page .dealer-vehicle-wrap-list {
  min-height: 540px;
}
.page-template-dealers-page .hero-type {
  margin-bottom: 5rem;
}
.page-template-dealers-page .filter-bar-in .dropdown-col {
  margin-left: 1.33%;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list {
  padding: 15px 15px 0;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .fancy-select {
  margin-bottom: 1.6rem;
}
.page-template-dealers-page .filter-bar-in .apply-filter {
  font-size: 1.1rem;
  color: #fff;
  line-height: 2.5rem;
  background: #07497A;
  display: block;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0 0 6px 6px;
  transition: opacity .35s;
}
.page-template-dealers-page .filter-bar-in .dropdown-item .dropdown-list .dropdown-list-in {
  margin-bottom: 5px;
}
.page-template-dealers-page .filter-bar-in .dropdown-list-in + .apply-filter {
  margin: 0 0 0 -2rem; 
}
.page-template-dealers-page .filter-bar-in .apply-filter:hover {
  opacity: .8;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list #addressInput {
  background: #fff!important;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  padding: 0 1.3rem;
  line-height: 3.7rem;
  height: 3.7rem;
  margin-bottom: 1.8rem
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list .fancy-select .trigger {
  height: 3.7rem;
  line-height: 3.5rem;
  background: #fff;
  border: 1px solid #0E4A78;
  font-weight: 500;
  font-size: 1.1rem;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list .fancy-select .trigger:before {
  display: none;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list .fancy-select .trigger:after {
  width: 1rem;
  height: 1rem;
  margin-top: -.8rem;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list .fancy-select .trigger.open:after {
  margin-top: -.3rem;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .dropdown-list .fancy-select ul.options {
  border-width: 1px;
}
.page-template-dealers-page .filter-bar-in .dropdown-item.search-by .fancy-select ul.options li {
  font-size: 1.1rem;
  padding: 5px 10px;
}

.page-template-dealers-page .filter-bar-in .dropdown-col:nth-child(1) {
  width: 20%;
  margin-left: 0;
}
.page-template-dealers-page .filter-bar-in .dropdown-col:nth-child(2) {
  width: 20%;
}
.page-template-dealers-page .filter-bar-in .dropdown-col:nth-child(3) {
  width: 20%;
}
.page-template-dealers-page .filter-bar-in .dropdown-col:nth-child(4) {
  width: 36%;
}
.page-template-dealers-page .dealer-vehicle {
  padding-top: 0;
  position: relative;
  padding-bottom: 35px;
}
.page-template-dealers-page .dealer-vehicle:before {
  content: "";
  position: absolute;
  background: #F8F8F8;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
}
.page-template-dealers-page .dealer-vehicle .inner {
  position: relative;
  z-index: 20;
}
.page-template-dealers-page .dealer-vehicle .corner-top {
  height: 100px;
  width: 43%;
}
.page-template-dealers-page .dealer-vehicle .corner-top:before {
  background: url(../images/corner-in.png) no-repeat 0 0 / 100% 100%;
  transform: scaleX(1);
  height: 100px;
}
.page-template-dealers-page .dealer-vehicle .corner-top:after {
  height: 100px;
  background: #e9f4ff;
}
.page-template-dealers-page .dealer-vehicle .corner-bottom {
  width: 23%;
}
.page-template-dealers-page .dealer-vehicle .corner-bottom span {
  width: 100vw;
  left: 100%;
  margin-left: -69px;
  right: auto;
}
.page-template-dealers-page .dealer-vehicle .corner-bottom span:before {
  border-radius: 74px 0 0 0;
}
.page-template-dealers-page .dealer-vehicle .corner-bottom:before {
  transform: scaleX(1);
  background: url(../images/corner.png) no-repeat 0 0 / 100% 100%;
}
.page-template-dealers-page .dealer-vehicle .corner-bottom:after {
  background: #e9f4ff;
}
.dropdown-col {
  position: relative;
}
.dropdown-col .form-row {
  margin-bottom: 0;
}
.dropdown-col .error {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  color: red;
  font-size: 1.3rem;
}
body .dropdown-col input {
  width: 100%;
  border: 2px solid #688EAA;
  border-radius: 1rem;
  height: 5rem;
  box-sizing: border-box;
  padding: 0 1.5rem;
  font-family: Montserrat,sans-serif;
  color: #000;
  background: #EFF3F7!important;
  font-size: 1.4rem;
  font-weight: 600;
}
.dropdown-col.search-key input {
  width: 22rem;
  background: #fff url(../img/bg-search-key.png) no-repeat 18px -1px !important;
  color: #999999;
  padding-left: 5rem;
  float: right;
  padding-right: 4.5rem;
  border-color: #688EAA;
  transition: width .35s linear;
}
.dropdown-col.search-key {
  position: relative;
}
.dropdown-col.search-key input:focus,
.dropdown-col.search-key input.focus {
  background: #EFF3F7 url(../img/bg-search-key.png) no-repeat 18px -52px !important;
  color: #00487C;
}
.dropdown-col.search-key input:focus {
  width: 80%;
}
.clear-search-key {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 3px;
  position: absolute;
  right: 1rem;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
  background: #07497A;
  margin-top: -1.4rem;
  text-indent: -9999px;
}
.clear-search-key:before,
.clear-search-key:after {
  top: .5rem;
  bottom: .5rem;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  content: '';
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.clear-search-key:after {
  transform: rotate(-45deg);
}
.dropdown-col.search-key input:focus + .clear-search-key,
.dropdown-col.search-key input.focus + .clear-search-key {
  opacity: 1;
  visibility: visible;
}
.dropdown-col .fancy-select .trigger {
  background: #EFF3F7;
}
.dropdown-col .fancy-select ul.options {
  background: #EFF3F7;
}
#map-dealers .gm-style-iw-a h3 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000;
}
.page-template-dealers-page .filter-bar .fancy-select .trigger {
  color: #00487C;
}
.page-template-dealers-page .filter-bar .fancy-select.changed .trigger {
  color: #000;
}
.page-template-dealers-page .filter-bar {
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}
.page-template-dealers-page .filter-bar.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 4px 5px -2px rgba(0,0,0,0.15);
}
@media (max-height: 600px) and (min-width: 1000px) {
  .wrap-map {
    padding-bottom: 55%;
  }
}
@media (max-width: 1000px) {
  .filter-bar .filter-bar-in .dropdown-col input[name="dealers-search"] {
    width: 100%;
    padding-left: 45px;
    background: #fff url(../img/bg-search-key.png) no-repeat 4px -1px !important;
  }
  .clear-search-key {
    top: 2.4rem!important;
  } 
  .page-template-dealers-page .filter-bar.fixed {
    z-index: 9999;
  }
  .page-template-dealers-page .hero-type-head h1 br {
    display: none;
  }
  .page-template-dealers-page .hero-type-in .content-entry {
    max-width: none;
  }
  .page-template-dealers-page .hero-type-head .download-full {
    float: none;
  }
  .filter-bar-fake {
    display: none;
  }
  .page-template-dealers-page .dealer-vehicle-wrap-list .dealer-vehicle-wrap-list-right {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
  .page-template-dealers-page .filter-bar .fancy-select {
    border-bottom: 1px solid #8fc6ff;
  }
  .page-template-dealers-page .filter-bar .fancy-select .trigger {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0 0 0 35px;
  }
  .page-template-dealers-page .filter-bar .fancy-select .trigger:before {
    width: 17px;
    height: 1px;
    background: #0d55c9;
    left: 0;
    right: auto;
    margin-top: -0.5px;
  }
  .page-template-dealers-page .filter-bar .fancy-select .trigger:after {
    transform: rotate(90deg);
    width: 17px;
    left: 0;
    border: none;
    right: auto;
    height: 1px;
    margin-top: -0.5px;
    background: #0d55c9;
  }
  .page-template-dealers-page .filter-bar .fancy-select .trigger.open:after {
    display: none;
  }
  .page-template-dealers-page .filter-bar .fancy-select ul.options {
    background: none;
    border: none;
    position: static;
    padding-left: 20px;
    padding-bottom: 0;
    max-height: 0;
    transition: max-height 0.3s, padding 0.3s;
  }
  .page-template-dealers-page .filter-bar .fancy-select ul.options.open {
    max-height: 200px;
    padding-bottom: 25px;
  }
  .dropdown-col #searchButton {
    margin-top: 30px;
  }
  .dropdown-col .error {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-dealers-page .dealer-vehicle {
    margin-bottom: 0px;
  }
  .page-template-dealers-page .dealer-vehicle .corner-bottom span {
    margin-left: -76px;
  }
  .page-template-dealers-page .dealer-vehicle:before {
    bottom: 100px;
  }
  .page-template-dealers-page .dealer-vehicle .corner-bottom {
    width: 100px !important;
  }
  .hero-type-head .download-full a {
    font-size: 1.5rem;
  }
  .hero-type-head .download-full div {
    font-size: 1.1rem;
  }
  .hero-type {
    padding-top: 3rem;
  }
  .hero-type-head h1 span a, .go-to {
    font-size: 1.4rem;
  }
  .vehicle-item .arrow {
    width: 23rem;
    height: 23rem;
  }
  .vehicle-item .vehicle-item-data .vehicle-item-data-left ul li {
    margin-bottom: 1rem;
  }
  .filter-bar .filter-bar-in {
    padding-top: 0;
  }
  .filter-bar .filter-bar-inner {
    top: 80px;
    bottom: 15px;
  }
}


.wp-table {
    font-size: 1.3rem;
}

.wp-table table thead th,
.wp-table table tbody td,
.wp-table table tfoot td{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
    color: rgba(0, 0, 0, 1);
}

.wp-table label {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.54);
}

.wp-table input.form-control {
    font-weight: 100;
    color: rgba(0, 0, 0, 1);
}

/*  Table   */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
/*  Table Header  */
.wp-table table > thead > tr > th {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    white-space: nowrap;
    padding: 7px 10px;
    font-size: 1.8rem;
    border-bottom: 1px solid #e9e9e9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: unset;
}

.wp-table table {
    border-collapse:collapse;
    color: rgba(0, 0, 0, 1);
    border: 0;
    margin-bottom: 10px;
}

.wp-table table tr td {
    background: none;
    border: 0;
}

.wp-table table th {
    background: none;
}

.wp-table table thead th.sorting_asc,
.wp-table table thead th.sorting_desc,
.wp-table table thead th.sorting:hover {
    color: rgba(0, 0, 0, 1);
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:before {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    content: '\f2fe';
    padding-right: 10px ;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:before {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    content: '\f303';
    padding-right: 10px ;
}

.wp-table table > tbody > tr > td {
    border-top: 1px solid #e9e9e9;
    padding: 15px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.wp-table table tr.odd:hover > td,
.wp-table table tr.odd:hover > td.sorting_1,
.wp-table table tr.even:hover > td,
.wp-table table tr.even:hover > td.sorting_1 {
    background-color: #EEEEEE; /* rows hover background color */
}

.wp-table table tr.odd.selected > td,
.wp-table table tr.odd.selected > td.sorting_1,
.wp-table table tr.even.selected > td,
.wp-table table tr.even.selected > td.sorting_1 {
    background-color: #F5F5F5; /* selected rows background color */
}

/*  Table Pagination  */

.wpDataTablesWrapper .dataTables_paginate {
    font-size: 1.3rem !important;
    font-family: sans-serif !important;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button {
    min-width: 1.5em;
    padding: 0.6em 1.164em 0.4em 1.164em;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.54);
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.wpDataTablesWrapper .dataTables_paginate > .paginate_button {
    font: 0/0 a;
    background-color: transparent;
    border: 0;
    text-shadow: none;
    text-indent: -9999em;
}

.wpDataTablesWrapper .dataTables_paginate a.paginate_button:focus {
    outline: none !important;
    box-shadow: none;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
    color: rgba(0, 0, 0, 0.54);
    background-color: #EEEEEE;
}

.wpDataTablesWrapper .dataTables_paginate .ellipsis {
    margin:0 2px;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button.current,
.wpDataTablesWrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000;
    background-color: #EEEEEE;
}

.wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:before,
.wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:hover:before,
.wpDataTablesWrapper .dataTables_paginate .paginate_button.disabled:active:before {
    cursor: default !important;
    opacity: 0.4;
    color: rgba(0, 0, 0, 0.54);
    background: none !important;
    box-shadow: none;
}

.wpDataTablesWrapper .paginate_button.next:before {
    content: "\e001" !important;
    padding: 0.9em 1.1em 0.601em 1.1em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.previous:before {
    content: "\e002" !important;
    padding: 0.9em 1.08em 0.601em 1.08em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.last:before {
    content: "\e003";
    padding: 0.9em 0.95em 0.601em 0.95em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.first:before {
    content: "\e004";
    padding: 0.9em 0.95em 0.601em 0.95em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.next:hover:before {
    padding: 0.9em 1.1em 0.601em 1.1em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.previous:hover:before {
    padding: 0.9em 1.08em 0.601em 1.08em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.last:hover:before {
    padding: 0.9em 0.95em 0.601em 0.95em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .paginate_button.first:hover:before {
    padding: 0.9em 0.95em 0.601em 0.95em;
    color:rgba(0, 0, 0, 0.54);
}

.wpDataTablesWrapper .wdt-checkbox-filter.btn:before,
.wpDataTablesWrapper .paginate_button:before,
.wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:before {
    display: inline-block;
    font-family: WPDataTablesIcons !important;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.wp-table .wpDataTablesWrapper button.DTTT_button,
.wp-table .wpDataTablesWrapper div.DTTT_button,
.wp-table .wpDataTablesWrapper a.DTTT_button {
    background-color: transparent;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0px;
}

.wp-table .wpDataTablesWrapper button.DTTT_button:hover,
.wp-table .wpDataTablesWrapper div.DTTT_button:hover,
.wp-table .wpDataTablesWrapper a.DTTT_button:hover {
    background-color: #eee;
    background: #eee;
}

.wp-table .wpDataTablesWrapper .DTTT_button>span {
    text-transform: uppercase;
    color: #2196F3;
}

.wp-table .wpDataTablesWrapper .DTTT_button.disabled {
    opacity: 0.4;
}


.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_print:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_xls:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_pdf:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_csv:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_copy:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_edit:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_new:before {
    content: "";
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_delete:before {
    content: "";
}
.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_md:before {
    display: none;
}
.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_md {
    line-height: 20px !important;
    margin-left: 0;
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_colvis:before {
    font-family: "dashicons" !important;
    font-size: inherit;
    content:""
}

.wp-table .wpDataTablesWrapper .DTTT_button.DTTT_button_clear_filters:before {
    content:""
}

.wp-table button.wdt-clear-filters-button:before, button.wdt-clear-filters-widget-button:before {
    font-family: WPDataTablesIcons;
    content: "";
}

.wp-table .wpDataTablesWrapper .wdt-checkbox-filter.btn {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
    background-image: none;
    color: rgba(0, 0, 0, 0.54);
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 92%;
}

.wp-table .wpDataTablesWrapper .wdt-checkbox-filter.btn:before {
    content: "\e00a";
}

.wp-table #wdt-checkbox-filter-close,
.wp-table #wdt-checkbox-filter-reset,
.wp-table .wdt-edit-dialog-button-block button,
.wp-table #wdt-delete-modal button {
    background-color: transparent !important;
    border: 0 !important;
    color: #2196F3 !important;
}
.wp-table #wdt-checkbox-filter-close:hover,
.wp-table #wdt-checkbox-filter-reset:hover {
    background-color: #eee;
}

.wp-table .modal:not([data-modal-color]) .modal-footer .btn-link {
    color: #2196F3;
}

.wp-table .wpDataTablesWrapper .filter_column,
.wp-table .wpDataTablesWrapper .filter_column button{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*  Popover tools  */

.wp-table .wpDataTablesPopover.editTools {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1.3rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

/*  Responsive  */

.wp-table .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander,
.wp-table .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
    background-color: transparent;
    background-image: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 15px;
    font-size: 1.5rem;
    padding: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 3px;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
    font-weight: 500;
}

.wp-table .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:after {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    line-height: 0;
    content: "\f278";
    height: 11px;
    width: 11px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.wp-table table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:after {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    line-height: 0;
    content: "\f273";
    height: 11px;
    width: 11px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.wp-table .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander {
    opacity: 0.54;
}

.wp-table .wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander:hover {
    opacity: 0.87;
}

.wp-table .wpDataTablesWrapper table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:hover,
.wp-table .wpDataTablesWrapper table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:hover {
    background-color: transparent;
    background-image: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.dt-button-collection {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1.3rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dt-button-collection a.dt-button {
    border: 0;
    padding: 10px 20px;
    text-align: left;
}

div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: transparent;
}

.dt-button-collection a.dt-button:hover,
div.dt-button-collection a.dt-button.active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

div.dt-button-collection a.dt-button.active:before {
    position: absolute;
    content: "\f26b";
    font-size: 1.9rem;
    font-family: 'Material-Design-Iconic-Font';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    right: 15px;
}

/*  Overlay  */

.wpDataTables .overlayed {
    position: relative;
    pointer-events: none;
}

.wpDataTables .overlayed > * {
    opacity: .3;
}

.wpDataTables .overlayed:after {
    color: inherit;
    font-size: 3.4rem;
    left: 50%;
    margin-left: -15px;
    margin-top: -20px;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.wpDataTables .overlayed:after {
    font-family: dashicons !important;
    content: "\f463";
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

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

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}

/*  Theme fixes   */
.wp-table .dropdown-toggle:after {
    content: "";
}
.wp-table .entry-content a {
    border: 0;
}

.wp-table table tfoot {
    border-top: 1px solid #e9e9e9;
}
.wp-table .noUi-handle.noUi-handle-upper {
    right: 0 !important;
    left: 100% !important;
    margin-top: 0px !important;
    background-color: #0083c2 !important;
}
.wp-table .noUi-handle.noUi-handle-lower{
    right: 0 !important;
    left: 100% !important;
    margin-top: 0px !important;
    background-color: #0083c2 !important;
}
.wp-table .noUi-horizontal{
    margin-top: 20px !important;
    margin-right: 15px !important;
}
.wp-table .noUi-connect{
    background-color: #0083c2 !important ;
    margin-top: 0px !important;
}

#wdt-frontend-modal .wdt_checkbox_option,
#wdt-frontend-modal .wdt-search-filters-button-container .wdt_checkbox_option {
    margin-top: 0;
}