@import url("https://fonts.googleapis.com/css?family=Ropa+Sans&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.mb-30 {
  margin-bottom: 30px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

body {
  font-family: "Ropa Sans", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 14px;
  overflow-x: hidden;
  color: #7f7f7f;
}

a {
  color: #7f7f7f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #C42929;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #C42929;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 0px;
  color: #333;
}

p {
  margin-bottom: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
}

.m-t-30 {
  margin-top: 30px;
}

.container-mid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.siteHeader .topbar {
  padding: 10px 0;
  background: #fff;
}

.siteHeader .topbar .topMenu {
  text-align: right;
}

.siteHeader .topbar .topMenu li {
  display: inline-block;
  line-height: 47px;
  padding: 0 15px;
}

.siteHeader .topbar .topMenu li img {
  width: 25px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-top: -2px;
}

.siteHeader .topbar .topMenu li a {
  color: #000;
}

.siteHeader .topbar .topbarForm input {
  height: 48px;
  border-radius: 0;
  width: 90%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #EFF0F1;
  border: 0;
  padding: 0 20px;
}

.siteHeader .topbar .topbarForm button {
  height: 48px;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #C42929;
  color: #fff;
  float: right;
  width: 10%;
}

.siteHeader .stickyTopbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.siteHeader .mainMenuBar {
  background: #EFF0F1;
  border-bottom: 1px solid #e3e4e4;
}

.siteHeader .mainMenuBar .navbar {
  padding: 4px 0;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link {
  color: #333;
  font-size: 15px;
  padding: 8px 12px;
  letter-spacing: 1.5px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #C42929;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.contact-menu span {
  background: #C42929;
  padding: 7px 10px;
  color: #fff;
  border-radius: 2px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.contact-menu .nav-link:hover {
  color: #fff;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler {
  background: #C42929;
  border-radius: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 4px 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.mainSectionheading {
  text-align: center;
}

.mainSectionheading h2 {
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.mainSectionheadingWhite {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.mainSectionheadingWhite h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.mainSectionheadingWhite p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 13px;
}

.siteFooter .preFooter {
  padding: 40px 0;
  background: #e3e4e4;
}

.siteFooter .preFooter p {
  margin-top: 10px;
}

.siteFooter .preFooter h3 {
  font-size: 22px;
  font-weight: 500;
}

.siteFooter .preFooter .pageLinks li {
  line-height: 30px;
  font-size: 15px;
}

.siteFooter .preFooter .pageLinks li a {
  display: block;
  padding: 3px 18px;
  position: relative;
}

.siteFooter .preFooter .pageLinks li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  background: #C42929;
  width: 5px;
  height: 5px;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #C42929;
}

@media screen and (max-width: 767px) {
  .siteFooter .preFooter .pageLinks li a {
    margin: 10px 0;
  }
}

.siteFooter .copyright {
  padding: 12px 0;
  background: #1A1F22;
}

.siteFooter .copyright p {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright p {
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright .copyrightLinks {
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 8px;
  line-height: 36px;
}

.siteFooter .copyright .copyrightLinks li a {
  color: #fff;
}

.siteFooter .copyright .copyrightLinks li a:hover {
  color: #C42929;
}

.siteFooter .copyright .copyrightLinks li:last-child {
  margin-right: 0;
}

.siteFooter .copyright .socialIcons {
  text-align: right;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright .socialIcons {
    text-align: center;
  }
}

.siteFooter .copyright .socialIcons li {
  display: inline-block;
  margin: 0 3px;
}

.siteFooter .copyright .socialIcons li a {
  color: #fff;
  display: inline-block;
  border: 1px solid #828080;
  width: 26px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  padding-top: 0px;
  text-align: center;
  border-radius: 2px;
}

.siteFooter .copyright .socialIcons li a.facebook {
  background: #3b5999;
  border: 1px solid #3b5999;
}

.siteFooter .copyright .socialIcons li a.google {
  background: #DD4B39;
  border: 1px solid #DD4B39;
}

.siteFooter .copyright .socialIcons li a.twitter {
  background: #55ACEE;
  border: 1px solid #55ACEE;
}

.siteFooter .copyright .socialIcons li a.linkedin {
  background: #0077B5;
  border: 1px solid #0077B5;
}

.siteFooter .copyright .socialIcons li a.youtube {
  background: #CD201F;
  border: 1px solid #CD201F;
}

.mainSlider .carousel .carousel-indicators li {
  width: 80px;
  height: 2px;
}

.mainSlider .carousel .carousel-inner .carousel-item {
  height: 650px;
  width: 100%;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 0;
}

.mainSlider .carousel .carousel-inner .carousel-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background: linear-gradient(to right, transparent, #000);
  z-index: -1;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent {
  position: absolute;
  max-width: 630px;
  width: 100%;
  right: 50px;
  top: 28%;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent ul {
  color: #fff;
  margin-top: 20px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent ul li {
  font-size: 30px;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  border-right: 1px solid #fff;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent ul li:first-child {
  padding-left: 0;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent ul li span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent a {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 22px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent a i {
  color: #C42929;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent a:hover {
  color: #C42929;
}

.mainSlider .carousel .carousel-control-prev img {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 5;
  display: inline-block;
  margin-left: -10px;
  margin-top: -10px;
  background: #C42929;
  padding: 20px 0;
  width: 40px;
}

.mainSlider .carousel .carousel-control-next img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  display: inline-block;
  margin-left: -10px;
  margin-top: -10px;
  background: #C42929;
  padding: 20px 0;
  width: 40px;
}

.valueTrade .valueTradeInner {
  max-width: 800px;
  padding: 30px;
  text-align: center;
  margin: -60px auto 0;
  position: relative;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px -2.5px rgba(0, 0, 0, 0.2);
}

.valueTrade .valueTradeInner h3 {
  font-size: 35px;
  margin-bottom: 15px;
}

.valueTrade .valueTradeInner p {
  font-size: 15px;
}

.valueTrade .valueTradeInner form {
  margin-top: 20px;
}

.valueTrade .valueTradeInner form input {
  width: 75%;
  height: 44px;
  padding: 0 20px;
  background: #EEEEEE;
  border: 0;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.valueTrade .valueTradeInner form button {
  width: 25%;
  background: #C42929;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 16px;
  height: 44px;
  float: right;
}

.dealerBenefitIcon {
  padding: 50px 0;
  background: #fff;
}

.dealerBenefitIcon .dealerBenefitIcon-inner {
  text-align: center;
  border-radius: 3px;
}

.dealerBenefitIcon .dealerBenefitIcon-inner .dealerBenefitIcon-content {
  position: relative;
  background: #fff;
  margin-top: 15px;
}

.dealerBenefitIcon .dealerBenefitIcon-inner .dealerBenefitIcon-content h4 {
  color: #C42929;
  font-size: 26px;
}

.ourModels {
  padding: 50px 0;
  background: #EFF0F1;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsTop h5 {
  font-size: 24px;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsBottom {
  -webkit-box-shadow: 0 0 10px #c8cacb;
          box-shadow: 0 0 10px #c8cacb;
  border-bottom: 3px solid #C42929;
  background: #fff;
  padding: 0 10px;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsBottom ul {
  margin-top: 20px;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsBottom ul li {
  font-size: 13px;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  color: #C42929;
  border-right: 1px solid #333;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsBottom ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsBottom ul li:first-child {
  padding-left: 0;
}

.ourModels .ourModels-inner .ourModels-block .ourModelsBottom ul li span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #333;
}

.ourModels .ourModels-inner .owl-nav div {
  position: absolute;
  top: 40%;
  left: -70px;
  height: 40px;
  width: 40px;
  color: #333;
  background: transparent;
  font-size: 16px;
  padding-top: 8px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 767px) {
  .ourModels .ourModels-inner .owl-nav div {
    position: unset;
  }
}

.ourModels .ourModels-inner .owl-nav div:hover {
  background: transparent;
  color: #C42929;
}

.ourModels .ourModels-inner .owl-nav div.owl-next {
  right: -70px;
  left: auto;
}

.dealerBenefits {
  background: url("../images/porscheimg2.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  height: 600px;
}

.dealerBenefits .dealerBenefits-content {
  max-width: 500px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.dealerBenefits .dealerBenefits-content h3 {
  margin-bottom: 10px;
  line-height: 40px;
  color: #fff;
}

.dealerBenefits .dealerBenefits-content p {
  font-size: 15px;
  color: #fff;
}

.dealerBenefits .dealerBenefits-content a {
  color: #fff;
  bottom: 20px;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  padding: 7px 20px;
  margin-top: 10px;
  border-radius: 2px;
  min-width: 120px;
  font-size: 16px;
}

.dealerBenefits .dealerBenefits-content a:hover {
  background: #fff;
  color: #333;
}

.servicesBlock {
  padding: 50px 0;
}

.servicesBlock .servicesBlockInner {
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  border: 2px solid #fff;
  padding: 20px;
  position: relative;
  z-index: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.servicesBlock .servicesBlockInner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.servicesBlock .servicesBlockInner h5 {
  color: #fff;
  margin-bottom: 5px;
  vertical-align: middle;
  font-size: 28px;
}

.servicesBlock .servicesBlockInner h5 i {
  color: #C42929;
  font-size: 35px;
  vertical-align: -5px;
}

.servicesBlock .servicesBlockInner p {
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.servicesBlock .servicesBlockInner a {
  color: #fff;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  padding: 7px 20px;
  margin-top: 10px;
  border-radius: 2px;
  min-width: 120px;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.servicesBlock .servicesBlockInner a:hover {
  background: #fff;
  color: #333;
}

.servicesBlock .servicesBlockInner:hover {
  background: #000;
  opacity: .8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.servicesBlock .servicesBlockInner:hover p {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.servicesBlock .servicesBlockInner:hover a {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.blogSection {
  padding: 0 0 50px 0;
}

.blogSection .blogBigBlock {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.blogSection .blogBigBlock .blogBigBlock-img {
  height: 250px;
  background-size: cover !important;
  background-position: center center !important;
}

.blogSection .blogBigBlock .blogBigBlock-content h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 25px;
}

.blogSection .blogBigBlock .blogBigBlock-content p {
  margin-bottom: 5px;
}

.blogSection .blogBigBlock .blogBigBlock-content a {
  background: #1A1F22;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  padding: 7px 20px;
  border-radius: 2px;
  min-width: 120px;
  text-align: center;
  font-size: 16px;
}

.blogSection .blogBigBlock .blogBigBlock-content a:hover {
  background: #C42929;
}

.ourPopularmodels {
  padding: 0 0 50px 0;
}

.ourPopularmodels .ourPopularmodelsInner {
  height: 300px;
  margin-top: 30px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  padding: 20px;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ourPopularmodels .ourPopularmodelsInner h5 {
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
}

.ourPopularmodels .ourPopularmodelsInner p {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.ourPopularmodels .ourPopularmodelsInner a {
  color: #fff;
  position: absolute;
  bottom: 20px;
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  padding: 7px 20px;
  margin-top: 10px;
  border-radius: 2px;
  min-width: 120px;
  font-size: 16px;
}

.ourPopularmodels .ourPopularmodelsInner a:hover {
  background: #fff;
  color: #333;
}

.ourPopularmodels .ourPopularmodelsInner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: -1;
}

.allVehicleInventory .vehicleInventory-inner {
  border: 1px solid #ebebeb;
  margin: 20px 0;
}

.allVehicleInventory .vehicleInventory-inner .vehicleImg {
  height: 150px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .allVehicleInventory .vehicleInventory-inner .vehicleImg {
    height: 250px;
  }
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop h5 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop .vehicleTags {
  margin-bottom: 20px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop .vehicleTags li {
  display: inline-block;
  background: #EFEFEF;
  padding: 3px 10px;
  font-size: 11px;
  text-align: center;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentTop .vehicleTags li img {
  width: 18px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  margin-top: -3px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom {
  text-align: right;
  padding: 10px 15px;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom a {
  background: #C42929;
  color: #fff;
  font-size: 11px;
  padding: 5px 15px;
  border-radius: 2px;
  display: inline-block;
}

.allVehicleInventory .vehicleInventory-inner .vehicleContentBottom a:hover {
  background: #1A1F22;
}

.inventory-main-left {
  padding: 20px 20px 20px 0;
  border-right: 1px solid #e3e4e4;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .inventory-main-left {
    border-right: 0;
    padding-right: 0;
  }
}

.inventory-main-left .select2-container {
  width: 100% !important;
}

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

.select2-container--default .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #C42929;
}

.inventory-main-left .form-group .select2-selection__rendered {
  padding: 15px 20px 15px 10px;
  border: 1px solid #313639;
  background: #313639;
}

.inventory-main-left .form-group .select2-container .select2-selection--single {
  height: auto;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  color: #fff;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-results__options .select2-results__option {
  margin-bottom: 1px;
  padding: 8px 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-transform: uppercase;
}

.inventory-main-left .form-group .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  top: 1px;
  color: #C42929;
}

.filter-reset-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #C42929;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 3px;
  padding: 15px 10px;
}

.filter-reset-btn:hover {
  background: #1A1F22;
  text-decoration: none;
  color: #fff;
}

.filter-reset-btn:focus {
  color: #fff;
}

.inventory-main-left .form-group label {
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.price-range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-bottom: 12px;
}

.price-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 0;
  background: #C42929;
  cursor: pointer;
}

.price-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #C42929;
  cursor: pointer;
}

.price-range p {
  text-align: center;
}

.mileage-range-input {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  margin-bottom: 12px;
}

.mileage-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 0;
  background: #C42929;
  cursor: pointer;
}

.mileage-range-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  border: 0;
  background: #C42929;
  cursor: pointer;
}

.mileage-range p {
  text-align: center;
}

.car-main-row {
  padding: 50px 0;
}

.car-images {
  margin-bottom: 35px;
}

.related-vehicle-inner img {
  margin-bottom: 15px;
}

.related-vehicle-inner {
  margin-bottom: 20px;
}

.related-vehicle-inner p {
  font-size: 14px;
  margin-bottom: 0;
}

.related-vehicle-inner span {
  color: #dabe81;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.related-vehicles-row {
  margin-bottom: 50px;
}

.panel-heading {
  background: #C42929;
  color: #fff;
  border-radius: 0;
  margin-top: 3px;
}

.panel-heading .panel-title {
  margin-bottom: 0;
  font-size: 20px;
}

.panel-heading .panel-title a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.panel-body {
  background: #F6F6F6;
  padding: 10px;
}

.panel-group .panel {
  border-radius: 0;
}

.accordion-toggle i {
  float: right;
  font-size: 15px;
  line-height: 25px;
}

.test-drive-btn {
  margin: 30px 0;
  background: #C42929;
  padding: 14px 15px;
  text-transform: uppercase;
  color: #fff !important;
  display: inline-block;
  border-radius: 3px;
  font-size: 20px;
  cursor: pointer;
  width: 100%;
}

.test-drive-btn:hover {
  padding: 14px 20px;
}

.acc-ul {
  font-size: 14px;
  list-style: outside none none;
  padding-left: 0;
}

.acc-ul li i {
  margin-right: 7px;
  color: #C42929;
}

.acc-ul li {
  line-height: 25px;
  padding: 3px 0;
}

/* slider */
.thumbnails-bottom-inner {
  margin: 0 auto;
}

.car-thumbnail {
  border: 1px solid #c7c7c7;
  padding: 10px;
}

.owl-prev {
  left: -40px;
  position: absolute;
  top: 35%;
  background: #C42929;
  border-radius: 50%;
  color: #fff;
  padding: 3px 10px;
}

.owl-next {
  position: absolute;
  right: -40px;
  top: 35%;
  background: #C42929;
  border-radius: 50%;
  color: #fff;
  padding: 3px 10px;
}

.thumbnails-bottom {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 15px 50px;
}

.car-block-title h2 {
  border-bottom: 1px dotted #e3e4e4;
  font-size: 30px;
  margin: 5px 0 20px;
  padding-bottom: 12px;
}

.car-block-img-inner {
  text-align: center;
}

.car-block-img {
  background: #f6f6f6 none repeat scroll 0 0;
}

.sidebar-heading {
  letter-spacing: 0.5px;
  margin: 0;
}

.title-border-sidebar {
  background: #C42929;
  display: inline-block;
  height: 2px;
  margin: 10px 0 15px;
  width: 10%;
}

.information {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e3e4e4;
  padding: 20px 20px 20px;
}

.information_table {
  margin: 0;
  list-style: none;
  padding: 0;
}

.information_table li {
  margin-bottom: 8px;
}

.information_table li:last-child {
  margin-bottom: 0;
}

.information_table .vehicle-price b {
  font-size: 25px;
  line-height: 32px;
  color: #C42929;
}

.information_table .vehicle-price p {
  line-height: 28px;
  font-size: 25px;
  line-height: 32px;
  color: #C42929;
}

.information_table li b {
  float: left;
  font-size: 14px;
  line-height: 24px;
  width: 130px;
  color: #1a1a1a;
}

.information_table li div {
  color: #616161;
  display: table;
  padding-left: 5px;
}

.information_table p {
  line-height: 28px;
  font-size: 14px;
}

.boxicon {
  background-color: #fff;
  border: 1px solid #e3e4e4;
  border-radius: 0;
  margin-top: 0;
  padding: 7px;
  text-align: center;
}

.boxicon i {
  font-size: 40px;
  padding-bottom: 5px;
  margin-top: 15px;
  display: inline-block;
  color: #C42929;
}

.overview-vehicle {
  margin-bottom: 20px;
}

.carSingleSection {
  height: 350px;
  width: 100%;
  background-size: cover !important;
  background-position: 40% center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .carSingleSection {
    height: auto;
  }
}

.carSingleSection::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#000));
  background: linear-gradient(to right, transparent, #000);
  z-index: -1;
}

.carSingleSection .carSingleSection-content {
  position: absolute;
  max-width: 630px;
  width: 100%;
  right: 50px;
  top: 60px;
}

@media screen and (max-width: 767px) {
  .carSingleSection .carSingleSection-content {
    position: unset;
    padding: 30px 0;
  }
}

.carSingleSection .carSingleSection-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .carSingleSection .carSingleSection-content h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
}

.carSingleSection .carSingleSection-content p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .carSingleSection .carSingleSection-content p {
    font-size: 16px;
  }
}

.carSingleSection .carSingleSection-content ul {
  color: #fff;
  margin-top: 20px;
}

.carSingleSection .carSingleSection-content ul li {
  font-size: 30px;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .carSingleSection .carSingleSection-content ul li {
    font-size: 20px;
  }
}

.carSingleSection .carSingleSection-content ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.carSingleSection .carSingleSection-content ul li:first-child {
  padding-left: 0;
}

.carSingleSection .carSingleSection-content ul li span {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .carSingleSection .carSingleSection-content ul li span {
    font-size: 18px;
    display: unset;
  }
}

.carSingleSection .carSingleSection-content a {
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 22px;
}

.carSingleSection .carSingleSection-content a i {
  color: #C42929;
}

.carSingleSection .carSingleSection-content a:hover {
  color: #C42929;
}

#offerPopup .modal-dialog {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto;
  max-width: 650px;
  border: 0;
}

#offerPopup .modal-content .close {
  position: absolute;
  right: 2px;
  color: #fff;
  z-index: 1;
  opacity: 1;
  top: 0;
  font-size: 30px;
}

#offerPopup .modal-content .close:hover {
  opacity: .8;
}

#offerPopup .modal-content .close img {
  width: 28px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

#offerPopup .modal-content .offerPopupContent {
  margin-top: 20px;
}

#offerPopup .modal-content .offerPopupContent h2 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

#offerPopup .modal-content .offerPopupContent p {
  text-align: center;
  margin-bottom: 20px;
}

#offerPopup .modal-content .offerPopupForm {
  margin-bottom: 20px;
}

#offerPopup .modal-content .offerPopupForm form {
  margin-top: 20px;
}

#offerPopup .modal-content .offerPopupForm form input {
  border-radius: 2px;
}

#offerPopup .modal-content .offerPopupForm form textarea {
  border-radius: 2px;
}

#offerPopup .modal-content .offerPopupForm form button {
  width: 100%;
  background: #1A1F22;
  color: #fff;
  border-radius: 2px;
}

#offerPopup .modal-content .offerPopupForm form button:hover {
  background: #C42929;
}

.financecalc {
  background: #F6F6F6;
  padding: 15px;
}

.financecalc button {
  background: #C42929;
  width: 100%;
  color: #fff;
}

.financecalc button:hover {
  color: #fff;
}

.financecalc .slt-calc-results-inner {
  margin-top: 20px;
  display: none;
}

.financecalc .slt-calc-results-inner h5 {
  text-transform: uppercase;
}

.financecalc .slt-calc-results-inner .car-finance-calc-list p {
  background: #E4E8E8;
  border-left: 2px solid #C42929;
  margin: 15px 0;
  padding: 8px 10px;
  border-radius: 3px;
}

.financecalc .slt-calc-results-inner .car-finance-calc-list p:last-child {
  margin-bottom: 0;
}

.financecalc .slt-calc-results-inner .car-finance-calc-list p span {
  float: right;
}
/*# sourceMappingURL=custom.css.map */