﻿/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  vertical-align: top;
}
/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address {
  display: block;
}
/*-------- COLORS --------

*/
/***** END RESET *****/ ::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/*-------- BODY STYLES --------*/
body {
  font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 10px 0;
}
p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
a:link, a:visited, a:active {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  transition: .2s all;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #ee2a3c 2px solid;
  margin: 15px 0;
}
.page-wid {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
/*--- HEADER STYLES ---------------------*/
header {}
.flex-head {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}
.contact-info {
  display: flex;
  gap: 20px;
  font-size: 18px;
}
.logo img {
  width: 100%;
  max-width: 320px;
}
.contact-info a {
  color: #000;
}
.contact-info a:hover {
  color: #ee2a3c
}
.red-txt {
  color: #ee2a3c !important;
}
.head-phone {
  font-weight: 700;
}
.bulletpoint {
  color: #EA222C;
}
.mobile-only {
  display: none;
}
.mobile-only a {
  color: #000;
  font-size: 18px;
}
/* HERO SLIDES*/
.slide-1 {
  background: url("../siteart/1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-2 {
  background: url("../siteart/2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/*---BODY--------------------------------*/
.wid-90 {
  max-width: 90%;
  margin: 0 auto;
}
.flex-container {
  display: flex;
}
.center {
  text-align: center;
}
.black-bg {
  background: #000;
}
#l-pad {
  padding: 40px 0;
}
#xl-pad {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
/*---- SEARCH ON HOME --------------------------------*/
.search-wrap {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
.detailed-row {
  gap: 10px;
}
.column4 {
  flex: 1;
  display: inherit;
}
.column3.search-btn {
  flex-basis: fit-content;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inherit;
}
.column4 input, .column4 select {
  width: 100%;
}
button.red-search {
  width: 100%;
  padding: 8px 30px;
  background: #ee2a3c;
  border: 1px solid #ee2a3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: .6s all;
}
button.red-search:hover {
  background: #fff;
  color: #ee2a3c
}
.view-listing-details-link {color:#000!important;}
.list-top-section .list-listings-count {color:#22658E!important;}
.search-txt {
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  border-bottom: 3px solid #ee2a3c
}
.search-txt h1 {
  margin-bottom: 10px;
}
/*---- CATEGORIES --------------------------------*/
.flex-container.flex-cats {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
a.cat {
  flex-basis: 30%;
  flex-grow: 1;
  text-align: center;
  padding: 100px 0;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.6;
  position: relative;
  transition: .5s all;
}
.new {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../siteart/new-bg.png") no-repeat;
  background-size: cover;
  background-position: 25% 50%;
}
.used {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../siteart/used.png") no-repeat;
  background-size: cover;
  background-position: 25% 50%;
}
.all {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../siteart/all.png") no-repeat;
  background-size: cover;
  background-position: 25% 90%;
}
.cat-text h2 {
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff !important;
}
.cat-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  opacity: 1;
}
.cat-btn {
  padding: 8px;
  border: 2px solid #fff;
  display: block;
  width: 130px;
  margin: 0 auto;
  color: #fff;
  transition: .5s all;
}
a.cat:hover {
  opacity: 1;
}
a.cat:hover .cat-btn {
  background: #fff;
  color: #000;
}
/*-----HOME TXT --------------------------*/
.home-bg {
  background: url("../siteart/home-bg.jpg") no-repeat;
  background-color:#000;
  background-position: 70% 50%;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.home-flex {
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  width: 75%;
}
.home-img {
  flex-basis: 40%;
}
.home-img img {
  max-width: 100%;
  display: block;
  min-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.home-txt {
  flex-basis: 50%;
  font-size: 18px;
}
.home-txt h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-txt a {
  color: #fff;
  transition: .3s all;
}
.home-txt a:hover {
  color: #ee2a3c;
}
button.red-btn {
  padding: 8px 30px;
  background: #ee2a3c;
  border: 1px solid #ee2a3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  cursor: pointer;
  transition: .6s all;
  margin-top: 20px;
}
button.red-btn:hover {
  background: #000;
  border: 1px solid #000;
}
/*--------CONTACT PAGE--------------------*/
.contact-page h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px !important;
}
.contact-page p {
  margin-bottom: 10px;
}
.contact-page .city {
  text-transform: uppercase;
  font-size: 22px;
}
.flex-contact {
  gap: 30px;
  margin-top: 35px;
}
.contact-text, .contact-map {
  flex: 1;
}
.contact-text a {
  color: #000;
  transition: .2s all;
}
.contact-text a:hover {
  color: #ee2a3c;
}
/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
footer {
  text-transform: uppercase;
}
.flex-foot p, .flex-foot a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.flex-foot a:hover {
  color: #ee2a3c;
}
.flex-foot {
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0;
  padding: 30px 0;
}
.foot-logo {
  flex: 2.5;
  text-align: right;
}
.foot-logo img {
  max-width: 100%;
  width: 230px;
}
.foot-nav {
  flex: 1;
}
.foot-nav ul {
  line-height: 28px;
}
.foot-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  font-family: 'Raleway', sans-serif;
}
.grey-bottom {
  background: #383838;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  padding: 5px 0;
  text-transform: uppercase;
}
.grey-bottom a, .grey-bottom p {
  color: #fff;
  font-size: 14px !important;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-title-text, .faceted-search-content .faceted-section-box .faceted-search, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.faceted-search-content .faceted-section-head, .list-content .media-buttons .print-this, .list-content .media-buttons .email-this, .list-content .listing-portion-title, .list-content .list-error-container .info button, .list-content .list-error-container .info .selected-facet b {
  font-family: 'Raleway', sans-serif !important;
}
.list-content .list-listing, .list-content .listing-description, .faceted-search-content .faceted-section-box, .list-content .list-listing .listing-top-right .listing-dealer-info, .list-content .list-listing .listing-top-right .listing-dealer-info > *, .list-content .spec-label, .list-content .dealer-data, .list-content .price-container .price, .faceted-search-content .selected-facets-container .selected-facet {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .compare-listings-container .compare-container .button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .faceted-search-content .mobile-done-button-container .mobile-done-button {
  background: #ee2a3c !important;
  border: 1px solid #ee2a3c !important;
}
.view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .compare-listings-container .compare-container .button:hover, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button:hover, .faceted-search-content .mobile-done-button-container .mobile-done-button:hover {
  color: #ee2a3c !important;
  background: #fff !important;
}
.list-content .list-error-container .info button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input {
  background: #000 !important;
  color: #fff !important;
}
.list-top-section .list-title .list-listings-count, .mobile-option-bar .mobile-option-bar-filter {
  color: #ee2a3c !important;
}
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3 {
  color: #000 !important;
}
.contact-options, .view-listing-details-link, .list-content .list-container .buy-btn, .list-content .list-container .contact-btn, .list-content .list-container .check-availability, .list-content .list-container .email-seller, .list-content .list-container .video-chat, .list-content .list-container .facebook-messenger, .list-content .list-container .whatsapp, .list-content .list-container .text, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button, .compare-listings-container .compare-container .button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder input, .faceted-search-content .mobile-done-button-container .mobile-done-button {
  border-radius: 0 !important
}
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1490px) {
  .home-txt {
    flex: 1;
  }
  .flex-container.flex-cats {
    gap: 20px;
  }
  .home-flex {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .home-img {
    display: none;
  }
  .search-wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 1100px) {
  .home-flex {
    width: 90%;
  }
  .cat-text h2 {
    font-size: 24px;
  }
  .cat-text {
    top: 20%;
  }
  a.cat {
    padding: 80px 0;
  }
  .slick-slide {
    min-height: 48vw !important;
  }
  .contact-text {
    flex: .5;
  }
}
@media only screen and (max-width: 940px) {
  .foot-logo {
    flex: 1;
    text-align: right;
  }
}
@media only screen and (max-width: 867px) {
  .mobile-only {
    display: block;
  }
  .contact-info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .flex-head {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mobile-only {
    order: -1;
  }
  .logo {
    flex-basis: 100%;
    text-align: center;
    display: inline-block;
  }
  .flex-container.flex-cats, .detailed-row, .flex-foot {
    flex-wrap: wrap;
  }
  a.cat, .column4, .column3, .foot-nav, .foot-logo {
    flex-basis: 100% !important
  }
  .flex-foot {
    gap: 30px;
  }
  .flex-contact {
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-text, .contact-map {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 605px) {
  .home-bg {
    background-position: 85% 50%;
    background-attachment: inherit;
  }
}
@media only screen and (max-width: 445px) {
  .mobile-only, .foot-logo {
    flex-basis: 100%;
    text-align: center;
  }
  .flex-foot {
    text-align: center;
  }
}