/* ############################################################################ */
/* Globals */
/* ############################################################################ */
body {
  font-family: 'Kanit', sans-serif;
}
.pointer{cursor: pointer;}

a {outline : none;}


.page-heading {
  background-image: url(../img/heading_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  text-align: center;
}

.page-heading .heading-content h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  background-color: rgba(250,250,250,0.1);
  display: inline-block;
  margin-bottom: 0;
  margin-top: 220px;
  padding: 20px 60px;
}

.page-heading .heading-content em {
  font-style: normal;
  font-weight: 200;
}

.dealer-phone {
  position: absolute;
  top: 1.5rem;
  right: 5rem;
  font-size: 23px;
}
.dealer-phone a{color: #fff; text-decoration: none;}

/* Nav Bar */
nav .logo {
  float: left;
  margin-left: 30px;
}

nav .logo a {
  font-size: 28px;
  line-height: 80px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}

nav .logo em {
  font-style: normal;
  font-weight: 200;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}

nav {
  background: rgb(0 0 0 / 78%);
  height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

/* Menu Icon */
.menu-icon {
  background: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  margin: 15px 15px 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
  border-radius: 5px;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: rgba(250,250,250,0.2);
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}

/* Menu */
.overlay-menu {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
}

.overlay-menu.open .main-menu {
  transition: all 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .main-menu:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu {
  overflow: scroll;
}

.overlay-menu::-webkit-scrollbar {
  display: none;
}

.overlay-menu ul {
  list-style: none;
  margin-top: 80px;
  padding: 0px;
}
.overlay-menu ul li {
  padding: 15px 0px;
}

.overlay-menu ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

.overlay-menu ul li a:hover {
  color: rgba(250,250,250,0.5);
}

.overlay-menu p {
  margin-top: 60px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-align: center;
}
.popup-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.popup-icon button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.modal-btn img {
  width: 60px;
  height: 60px;
}

.getDirections a{color:#e3572c;}

/* Modal */
.modal {
  background-color: rgba(0,0,0,.95);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: all 0.6s;
  overflow: scroll;
  z-index: 1041;
}

.modal::-webkit-scrollbar {
  display: none;
}

/* Modal Content */
#modal .modal-content {
  text-align: center;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
#modal .modal-animated-in {
  animation: totop-in .6s ease;
}
#modal .modal-animated-out {
  animation: totop-out .6s ease forwards;
}
#modal .modal-header {
  border-bottom: none;
  justify-content: center;
}

#modal .modal-header h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 64px;
  margin-top: 5%;
  border-bottom: none;
  margin-bottom: 20px;
  text-align: center;
}

#modal .modal-header em {
  font-style: normal;
  font-weight: 200;
}

#modal .modal-content .close-btn {
  position: absolute;
  z-index: 99999999;
  color: #fff;
  right: 38px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

#modal .modal-body {
  text-align: center;
  margin: 0 auto;
}

#modal .modal-body input {
  border-radius: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  background-color: rgb(250 250 250);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#modal .modal-body textarea {
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 200;
  color: #000;
  background-color: rgb(250 250 250);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 25px;
}

#modal .modal-body button {
  border-radius: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  display: inline-block;
  padding: 0px 0px 3px 0px;
  transition: all 0.5s;
  border-top: none;
  border-right: none;
  border-left: none;
}

#modal .modal-body button:hover {
  color: #e3572c;
  border-color: #e3572c;
  outline: none;
}

.socialMedia a {
  display: inline-block;
  margin: 0.125rem;
  line-height: 28px;
}

.socialMedia a .fa, .socialMedia a .fab, .socialMedia a .fas {
  transition: box-shadow 0.5s ease;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 20%);
  font-size: 1.125rem;
  width: 28px;
  height: 28px;
  line-height: inherit;
  text-align: center;
  opacity: 0.8;
  color: #fff;
}

.socialMedia a .fa-facebook-f, .socialMedia a .fab-facebook-f, .socialMedia a .fas-facebook-f {
  background-color: #3b5998;
}
.socialMedia a .fa-twitter, .socialMedia a .fab-twitter, .socialMedia a .fas-twitter {
  background-color: #55acee;
}
.socialMedia a .fa-youtube, .socialMedia a .fab-youtube, .socialMedia a .fas-youtube {
  background-color: #cd201f;
}
.socialMedia a .fa-google, .socialMedia a .fab-google, .socialMedia a .fas-google {
  background-color: #dc4e41;
}

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }  
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }  
}
/* ############################################################################ */
/* Homepage */
/* ############################################################################ */
#video-container  {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgb(0 0 0 / 15%);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;

  /* ###################################################################### */
  /* Uncomment the section below to use a background image instead of video */
  /* ###################################################################### */
  /* background-image: url('../img/bg.jpg');
  background-position: top center;
  background-size: cover; */
}

#video-container .video-content .inner h1 {
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
}

#video-container .video-content .inner em {
  font-style: normal;
  font-weight: 200;
}


#video-container .video-content .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 0px 30px;
}

#video-container .video-content .inner .scroll-icon {
  margin-top: 45px;
}

.vehicleSelect{text-align: center;}

#video-container .nav {
  display: inline-flex;
  font-size: 16px;
  color: #fff;
  margin-top: 1.5rem;
}

#video-container .nav a {
  color: #fff;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  padding: 0px 15px;
  font-size: 20px;
  background: #0000009e;
  text-decoration: none;
}
#video-container .nav a:hover {
  border: solid 1px #e3572c;
}

#video-container .nav a.selected {
  border: solid 1px #e3572c;
}

#video-container .primary-button a {
  display: inline-block;
  background-color: #e3572c;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  width:250px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
}
.secondary-button a {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  width:250px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
  border: solid 1px;
}
#video-container .input-padding {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#video-container select {
  padding: .7rem;
  border: solid 1px #000;
  margin-bottom: .5rem;
  font-size: 20px;
}
#video-container .keyword {
  padding: 1.7rem;
  height: 39px;
  border: solid 1px #000;
  padding-top: -1px;
  font-size: 20px;
}
#video-container .dividerTopMargin{margin-top: 3px;}

.qualityMessage {
  background-image: url(../img/quality-bg.jpg);
  position: relative;
  background-position: right;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qualityMessage em{background: #e3572c;padding: .5rem;}
.page-banner-title {
  color: #fff;
  font-size: 6.625rem;
  text-transform: uppercase;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  letter-spacing: -1px;
  font-weight: bold;
}
.page-banner-subtitle{
  color: #fff;
  font-size: 1.625rem;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: -20px;
}

/* lightbox captions */
.slbCaption {
  color: rgb(255 255 255);
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}
/* lightbox arrows */
.slbArrow {
  width: 2em;
  font-size: 40px;
}
/* lightbox close button */
.slbCloseBtn {
  font-size: 4em;
}

.quote-slider {
  text-transform: uppercase;
  text-align: center;
}
.quote-slider p {
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 2.3rem;
}
.quote-slider .quote{
  font-size: 4rem;
  color: #e3572c;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  height: 90px;
}

.featuredVehicles {
  color: #fff;
  /* background-color: #232323; */
  background-image: url(../img/featured-bg.jpg);
  background-position: center;
  background-size: contain;
  border-top: solid 1px #565656;
  border-bottom: solid 1px #565656;
}

/* .featuredVehicles .title {
  margin-top: -3rem;
} */

.featuredVehicles .title h1{
  font-size: 25px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
}
.featuredVehicles .title p{
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
  line-height: 3px;
}

.featuredVehicles .home-prev, .home-next {
  margin-top: -55px;
}
#featuredSwiper a{color:#fff;text-decoration: none;}
#featuredSwiper a:hover{color:#e3572c;}

 /* ############################################################################ */
 /* VDP */
 /* ########################################################################### */

.subPageTopMargin{padding-top:5.1rem;}
.vdp-container-fluid{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #f8f9fa
}
.photoWrapper {
  max-height: 100vh;
  overflow-y: auto;
  padding:0;
}
.detailWrapper{
  max-height: 100vh;
  overflow-y: auto;
  padding:.5rem;
}
.detailWrapper h1{
  font-weight: 700;
  font-size: 25px;
}
/* custom scrollbar */
.detailWrapper::-webkit-scrollbar-track, .photoWrapper::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(104, 104, 104, 0.3);
	background-color: #F5F5F5;
}

.detailWrapper::-webkit-scrollbar, .photoWrapper::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.detailWrapper::-webkit-scrollbar-thumb, .photoWrapper::-webkit-scrollbar-thumb
{
	background-color: #e3572c;
}

.price {
  width: 100%;
  background-color: #f8f9fa;
  color: #333;
  padding: .4rem;
  border: solid 1px #dee2e6;
  overflow-y: auto;
  max-height:180px;
}
.priceDetailTable{
  font-size:12px;
  width:100%;
  text-align: left;
  font-weight: 500;
}
a.priceLink {
  color: #fff;
}
a.priceLink:hover {
  color: #fff;
}
.price .heading-font {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.final-price-text {
  font-size: 25px;
  text-align: right;
  font-weight: bold;
}

.myaccordion {
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #e3572c;
  background: transparent;
}

.myaccordion h5{
  color: #e3572c;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btnPlusMinus {
  width: 100%;
  color: #e3572c;
  padding: 0;
  font-size: 18px;
}

.myaccordion .btn-text{
  color: #000;
  padding: 0;
  font-size: 18px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  border-bottom: solid 1px #e3572c;
}

.monthly-payment, .vehicle-history, .share-vehicle{
  background:#fff;
  padding: .5rem;
  border: 1px solid #dee2e6;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.monthly-payment h5{color: #e3572c;}

.vdp-navigation a{
  color:#e3572c;
}
.vdp-navigation{
  border-bottom: 1px solid #dee2e6;
}

/* ############################################################################ */
/* SRP */
/* ############################################################################ */
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.card-horizontal img{max-width: 320px;}
.bg-search{
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.input-bottom-margin{margin-bottom: .5rem;}
.pillarWrap {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem;
}
.carFaxFourPillars h4 {
  margin: 1em;
  display: inline-block;
  color: inherit;
}
.pillarWrap input[type='checkbox'] {
  margin: 0 0.5em 0 0;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
}
.pillarWrap img {
  width: 25px;
  vertical-align: middle;
  margin: 0 0.4em 0 0;
  display: inline-block;
}
.pillarWrap div {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0.5em 0;
  width: 100%;
}
.vehicle-highlight {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #666, #000);
  padding: .3rem;
  color: #fff;
  min-height: 34px;
}
.vehicle-highlight a{color:#fff;}
.vehicle-highlight a:hover {
  color: #ff3c00;
  background: #fff;
}
.vehicle-title{color:#e3572c;}
.view-more-overlay {
  width: 100%;
  height: 100%;
  background: #e3572c7a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.view-more-overlay h1 {
  z-index: 1000;
  margin-top: 30%;
}

/* .srpDetailWrapper{
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
} */

@media (max-width: 563px) {

  .modal-header h3 {
    margin-top: 15%;
  }

  .modal-body input {
    width: 100%;
  }

  .modal-body textarea {
    width: 100%;
  }

  .modal-content {
    padding-bottom: 40px;
  }

  .featuredVehicles {
    padding: 0px 0px;
  }

  .featuredVehicles .featured-item {
    margin: 30px 0px;
  }

  .featuredVehicles .load-more-button {
    padding-bottom: 30px;
  }

  #video-container select {
    padding: .5rem;
    width: 220px;
  }
  #video-container .nav a {
    color: #fff;
    text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
    padding: 0px 6px;
    font-size: 14px;
  }
  #video-container .dividerTopMargin {
    margin-top: -2px;
  }
  #video-container .keyword {
    padding: 1.3rem;
    font-size: 15px;
  }
  #video-container select {
      font-size: 15px;
  }
  .h1, h1 {
      font-size: 2rem;
  }
  #modal .modal-header h3 {
      font-size: 29px;
      margin-top: 17%;
  }
  #modal .modal-body input {
      width: 90%;
  }
  #modal .modal-body textarea {
      width: 90%;
  }
  .photoWrapper {
    max-height: none;
  }
  .detailWrapper{
    max-height: none;
  }
  /* fix vdp navigation */
  .vdp-navigation {
      border-bottom: 1px solid #dee2e6;
      width: 100%;
      position: fixed;
      z-index: 99;
      background-color: #f8f9fa;
      clear: both;
  }
  .mobileTopMargin {
      margin-top: 2.5rem;
  }
  /* End */
  .overlay-menu ul li {
      padding: 7px 0px;
  }
  .dealer-phone {
      top: 1rem;
  }
}

@media (max-width:768px){ 
  .page-banner-title {
      font-size: 4rem;
  }
  .page-banner-subtitle {
      color: #fff;
      font-size: 1.5rem;
      text-transform: uppercase;
      text-shadow: 2px 1px 2px rgb(0 0 3 / 60%);
      font-weight: 800;
      letter-spacing: 1px;
      margin-bottom: 5rem;
  }
  .quote-slider p {
      font-size: 1rem;
      letter-spacing: -1px;
      line-height: 2.3rem;
  }
}

/*Auto collapse divs on mobile view*/
@media (min-width: 991px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  

}