.regions-featured {
  position: relative;
  z-index: 999;
}
.region-image-holder {
  width: 80%;
  float: right;
  border-radius: 3px;
  height: 300px;
  position: absolute;
  transform: translateZ(-200px) perspective(600px) rotateY(-10deg);
  transition: all 0.2s;
  top: 0;
  right: 30px;
  z-index: 9;
  overflow: hidden;
}
.one-region:hover .region-image {
  padding: 0;
}
.region-image {
  background-image: url(../img/london.jpg);
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  transition: all 0.2s;
  background-clip: content-box;
  padding: 20px;
}
.one-region {
  position: relative;
  height: 300px;
  margin-bottom: 90px;
  margin-top: 10px;
}
.region-details {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 15;
  transition: all 0.3s;
}
.one-region:hover .region-details {
  left: 0;
  opacity: 0.2;
}
.one-region h2 {
  margin-bottom: 0;
  font-size: 44px;
}
.one-region h3 {
  margin-top: 0;
  opacity: 0.5;
  font-size: 18px;
}
.region-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.one-region .overlay {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transition: all 0.2s;
  display: none;
}
.one-region:hover .overlay {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
@media only screen and (max-width: 1200px) {
  .one-region .overlay {
    display: block;
  }
  .one-region {
    margin-bottom: 50px;
  }
  .region-image-holder {
    width: 100%;
  }
  .region-details h2,
  .region-details h3 {
    color: #fff;
    opacity: 1;
  }
  .region-details h2 {
    font-size: 35px;
  }
  .region-image-holder {
    right: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .one-region,
  .region-image-holder {
    height: 250px;
  }
  .one-region:hover .region-image,
  .region-image {
    padding: 20px;
  }
  .one-region:hover .overlay {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .one-region {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .one-region,
  .region-image-holder {
    height: 210px;
  }
  .region-image-holder {
    transform: none;
    right: 0;
  }
  .one-region {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .one-region:hover .region-details {
    opacity: 1;
    left: 50px;
  }
  .one-region .region-image {
    padding-bottom: 0;
    padding-top: 0;
  }
  .one-region:hover .region-image {
    padding: 0 20px;
  }
  .one-region .overlay {
    height: 100%;
  }
  .one-region:hover .overlay {
    width: calc(100% - 40px);
    height: 100%;
  }
  .region-details h2 {
    font-size: 20px;
    margin-top: 0;
  }
  .region-details h3 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .region-details {
    left: 50px;
    top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .one-region,
  .region-image-holder {
    height: 180px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .region-details {
    top: 40px;
    left: 40px;
  }
  .region-details h2 {
    font-size: 26px;
    margin-top: 0;
  }
  .region-details h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  .one-region:hover .region-details {
    left: 40px;
    opacity: 1;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .region-details {
    top: 30px;
    left: 50px;
  }
}
.car-item-container {
  background: #fff;
  transform: rotateX(0deg);
  border-radius: 3px;
  border: 1px solid #ebebeb;
  transition: box-shadow 0.3s ease-in-out;
  overflow: hidden;
}
.car-item-container:hover {
  box-shadow: 0 5px 33px rgba(0, 0, 0, 0.07);
}
.car-item {
  margin-bottom: 20px;
}
.car-item-details {
  text-align: center;
  padding: 10px;
}
.car-item-img {
  height: 180px;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
}
.car-item-img.remove-bgcover {
  background-size: auto;
}
.car-item-details h3 {
  position: relative;
  top: 7px;
  font-size: 13px;
  float: none;
  text-align: center;
  color: #242429;
  -webkit-font-smoothing: antialiased;
  margin-top: 5px;
}
.car-item-details p {
  font-size: 12px;
}
.ac-category {
  position: relative;
  perspective: 1000px;
  float: left;
  margin-bottom: 20px;
  height: 120px;
}
.col-lg-4.ac-category {
  height: 150px;
}
.col-lg-6.ac-category {
  height: 180px;
}
.ac-front-side .category-name {
  position: relative;
  top: 10px;
  color: #242429;
  font-size: 14px;
  float: none;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.ac-front-side .cat-icon i {
  font-size: 26px;
}
.ac-front-side .cat-icon {
  margin-top: 0;
  display: block;
  float: none;
  margin: auto;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.cat-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s linear;
}
.cat-card:hover .ac-front-side {
  transform: rotateX(180deg);
  z-index: 1;
}
.cat-card:hover .ac-back-side {
  transform: rotateX(0deg);
  z-index: 2;
}
.cat-card .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: 0.35s;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.face.ac-front-side {
  background: #fff;
  transform: rotateX(0deg);
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0705882353);
  z-index: 2;
}
.ac-front-side:after {
  right: 0;
}
.ac-front-side:before {
  left: 0;
}
.face.ac-back-side {
  display: block;
  box-sizing: border-box;
  text-align: left;
  background-color: #000;
  transform: rotateX(-180deg);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.face.ac-back-side p {
  color: #fff;
  height: 24px;
  margin-bottom: 0;
  font-size: 14px;
}
.hovering-c {
  position: relative;
  transform: translateZ(50px);
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  padding: 12px 15px;
  text-align: center;
}
.hovering-c .term-icon.image-icon img {
  height: 18px;
  width: auto;
}
.choose-type .hovering-c img {
  height: 26px;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .col-md-4.ac-category {
    height: 150px;
  }
  .col-md-6.ac-category,
  .col-md-12.ac-category {
    height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .col-sm-4.ac-category,
  .col-sm-6.ac-category {
    height: 150px;
  }
  .col-sm-12.ac-category {
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .col-xs-4.ac-category,
  .col-xs-6.ac-category,
  .col-xs-12.ac-category {
    height: 150px;
    width:50%;
  }
}
.listing-cat {
  height: 300px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.listing-cat:hover .lc-background {
  transform: scale(1.05);
}
.lc-background {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.listing-cat > a {
  display: block;
  width: 100%;
  height: 100%;
}
.listing-cat .lc-info {
  color: #fff;
  position: absolute;
  bottom: 30px;
  z-index: 4;
  width: 100%;
  left: 0;
  padding: 0 30px;
  text-align: center;
}
.lc-info h4 {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.lc-info h6 {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
}
.lc-icon {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  border-radius: 50%;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-100%);
}
.lc-icon i {
  font-size: 50px;
  color: #fff;
}
.listing-cat .overlay {
  z-index: 3;
  opacity: 0.3;
  -webkit-backface-visibility: hidden;
}
.listing-cat a:hover .overlay {
  opacity: 0.95;
}
.listing-cat .term-icon.image-icon img {
  height: 30px;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .listing-cat {
    height: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .listing-cat:hover {
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .listing-cat {
    height: 180px;
  }
  .lc-icon i {
    font-size: 35px;
  }
  .lc-icon {
    transform: none;
    top: 40px;
  }
}
