html.fp-enabled,
.fp-enabled body {
  overflow-x: hidden !important;
}

header#header .navbar-fixed-top {
  background-color: rgba(12, 12, 12, 0.5);
}
/* Section 1 */
.section_1 {
  background: url(/img/home/bg-img-about.jpg) no-repeat 0 0;
  background-size: cover;
}
.section_1 .section__content {
  padding: 40px;
}
.section_1__title_1,
.section_1__title_2,
.section_1__title_3 {
  font-size: 48px;
  font-family: Avenir;
  line-height: 66px;
  background-color: #121111;
  color: White;
  float: left;
  clear: both;
  padding: 10px;
  margin-bottom: 20px;
}

.section_1__title_2 {
  font-size: 64px;
  line-height: 87px;
  font-weight: bold;
}
.section_1__title_3 {
  color: #dc3317;
  font-weight: 900;
}

.view-btn-wrapper {
  float: left;
  margin-top: 30px;
  margin-left: 50px;
}
.view-btn,
.view-btn:hover {
  border-radius: 4px;
  background: linear-gradient(180deg, #dc3317 0%, #c12208 100%);
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.19px;
  line-height: 27px;
  text-align: center;
  padding: 20px 40px;
  text-decoration: none;
}
.section_1__price-down {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 123px;
  width: 720px;
  background: #dc3317 url(/img/home/arrow-down.png) no-repeat 20px 50%;
  background-size: 80px;
  color: White;
  font-size: 25px;
  padding: 18px 25px 18px 128px;
}
.section_1__price-down em {
  font-style: normal;
  color: #ffffff;
  font-family: 'Bebas Neue';
  font-size: 55px;
  letter-spacing: -0.42px;
  line-height: 73px;
  vertical-align: middle;
}
.section_1__price-down strong {
  color: #ffffff;
  font-family: 'Bebas Neue';
  font-size: 75px;
  letter-spacing: -0.58px;
  line-height: 99px;
  vertical-align: middle;
  margin-right: 12px;
  margin-left: 28px;
}
.section_1__price-down span {
  color: #ffffff;
  font-size: 25px;
  letter-spacing: -0.23px;
  line-height: 34px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .section_1 .section__content {
    padding: 10px;
    text-align: center;
  }
  .section_1__title_1,
  .section_1__title_2,
  .section_1__title_3 {
    float: none;
    display: inline-block;
    font-size: 27px;
    line-height: 37px;
  }

  .section_1__title_1:after,
  .section_1__title_2:after,
  .section_1__title_3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
  .section_1__title_1 {
    padding: 5px 10px;
  }
  .section_1__title_2 {
    font-size: 37px;
    line-height: 62px;
    background-color: transparent;
  }
  .section_1__title_2 span {
    padding: 5px 20px;
    background-color: #121111;
  }
  .section_1__title_2 span i {
    display: inline-block;
    width: 8px;
  }
  .section_1__title_3 {
    padding: 5px 10px;
  }
  .view-btn-wrapper {
    float: none;
    margin: 20px auto 0;
  }

  .section_1__price-down {
    height: 65px;
    width: 100%;
    background-size: 40px;
    padding: 14px 25px 18px 68px;
  }
  .section_1__price-down em {
    font-size: 28px;
    line-height: 38px;
  }
  .section_1__price-down strong {
    font-size: 28px;
    line-height: 38px;
    margin-left: 15px;
  }
  .section_1__price-down span {
    font-size: 13px;
    line-height: 8px;
  }
}

/* Section 2 */
.car-card {
  min-height: calc(50vh - 60px);
  max-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.car-card__title {
  color: #ffffff;
  font-size: 21.1px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 29px;
  position: absolute;
  left: 30px;
  bottom: 75px;
}
.car-card__price {
  color: #ffffff;
  font-family: Avenir;
  font-size: 31.66px;
  font-weight: 900;
  letter-spacing: -0.24px;
  line-height: 44px;
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.car-card__price .up,
.car-card__price .down {
  font-size: 14px;
  vertical-align: top;
  color: #79BB30;
}
.section_2 {
  height: auto !important;
}
.section_2 .fp-tableCell {
  vertical-align: top;
  height: auto !important;
}
.section_2 .section__content {
  display: flex;
  flex-wrap: wrap;
}

.section_2 .section__content .car-card {
  flex-grow: 1;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .section_2 .section__content .car-card {
    width: 100%;
  }
}
.section_3 {
  text-align: center;
}
.section_3 .view-auctions-btn {
  min-height: 65px;
  min-width: 480px;
  border-radius: 4px;
  background: linear-gradient(180deg, #dc3317 0%, #c12208 100%);
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.19px;
  line-height: 27px;
  text-align: center;
  outline: none;
  border: none;
  margin-bottom: 120px;
}

.section_3 .section_3__row {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
  text-align: left;
}

.section_3 .section_3__col {
  flex-grow: 1;
  width: 33%;
  padding-left: 56px;
  padding-right: 56px;
}
.section_3 .section_3__col-title {
  color: #ffffff;
  font-size: 30px;
  font-family: Avenir;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 24px;
  padding-left: 64px;
  background-repeat: no-repeat;
  background-position: 2px 50%;
}
.section_3 .section_3__col-title.research {
  background-image: url(/img/home/ion-stats-bars.png);
}
.section_3 .section_3__col-title.bid {
  background-image: url(/img/home/icon-gavel.png);
}
.section_3 .section_3__col-title.drive {
  background-image: url(/img/home/icon-drive.png);
}
.section_3 .section_3__col-desc {
  color: #ffffff;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 30px;
}
.section_3 .section_3__col:nth-child(3n + 2) {
  border-left: 2px solid rgba(216, 216, 216, 0.4);
  border-right: 2px solid rgba(216, 216, 216, 0.4);
}
.section_3__buy {
  border: 4px solid #d8d8d8;
  color: #ffffff;
  font-family: Avenir;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 82px;
  text-align: center;
  padding: 47px 40px;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section_3 .view-auctions-btn {
    margin: 20px auto;
    text-align: center;
    min-width: 80%;
  }
  .section_3 .section_3__col {
    width: 100%;
    padding: 20px 10px;
  }
  .section_3 .section_3__col:nth-child(3n + 2) {
    border-top: 2px solid rgba(216, 216, 216, 0.4);
    border-bottom: 2px solid rgba(216, 216, 216, 0.4);
    border-left: 0px;
    border-right: 0px;
  }
  .section_3 .section_3__col-title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .section_3 .section_3__col-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .section_3__buy {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 40px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.section_4 {
  text-align: center;
}
.section_5__title {
  color: #ffffff;
  font-family: Avenir;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 82px;
  text-align: center;
  margin-bottom: 60px;
}
.testimonial {
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  max-width: 990px;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  margin-bottom: 32px;
}
.testimonial__quote {
  border-left: 5px solid #d8d8d8;
  padding: 10px 40px 10px 40px;
  margin-left: 160px;
}
.testimonial::before {
  content: '';
  display: block;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #d8d8d8;
  float: left;
  margin-top: 10px;
  background: transparent url(/img/quote-lft.svg) no-repeat center;
  background-size: 70px 70px;
  font-family: Avenir;
}
.testimonial::after {
  content: '';
  display: block;
  height: 16px;
  width: calc(100% - 40px);
  background-color: #b8b6b6;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 20px;
  bottom: -16px;
  z-index: -1;
}
.testimonial__author {
  color: #dc3317;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.67px;
  line-height: 40px;
  margin-bottom: 10px;
}
.testimonial__author span {
  display: inline-block;
  margin-left: 15px;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.53px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .section_5__title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.75px;
    line-height: 41px;
    text-align: center;
  }
  .testimonial {
    padding: 20px;
  }
  .testimonial::before {
    float: none;
    width: 64px;
    height: 64px;
    background-size: 35px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial__quote {
    margin-left: 0;
    border-top: 5px solid #d8d8d8;
    border-left: 0px solid #d8d8d8;
    padding: 10px;
  }
  .testimonial__author {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.53px;
    line-height: 40px;
  }
  .testimonial__author span {
    font-size: 14px;
    line-height: 40px;
    text-align: right;
  }
  .testimonial__text {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .owl-carousel {
    margin-bottom: 120px;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #dc4617 !important;
}
