﻿/***** 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 --------*/
html{scroll-behavior: smooth;}
body {font-family: futura-pt, sans-serif !important;}
h1,h2,h3,h4,h5,h6{font-family: house-of-cards, serif !important;}
p {font-family: futura-pt, sans-serif !important; font-size: 18px !important; line-height: 1.25 !important;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
.relative{position: relative;}

hr{border:none;height:1px;background: #eee;margin: 0;}

#testimonials {scroll-margin-top: 150px;}
/*--- HEADER STYLES ---------------------*/
header {position:relative;}
.main-header {border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;}
.top-head,.bottom-head {justify-content: space-between;}
.top-head{padding: 10px 0;}
.top-right {display: flex;gap: 20px;}
ul.sub-nav li {display: inline-block;margin: 0;list-style-type: none;width: auto;}
ul.sub-nav li a,.top-head a {color: #000;transition:.3s all;font-size: 18px;font-weight: 500 !important;}
ul.sub-nav li a:hover,.top-head a:hover {color:#c12026 !important}
ul.sub-nav li a {padding: 0 10px;}
.bottom-head {align-items: center;}
.logo img {max-width: 100%;height: 100px;}
/* HEADER SEARCH */
.search{cursor: pointer}
.searchbar{display: none; position: relative; background: #131313; width: 100%; z-index: 9999;}
.searchbar form{display: flex !important; align-items: center !important; flex-wrap: wrap !important; position: relative !important;    max-width: 90% !important; margin: auto !important;}
.searchbar form:before{position: absolute !important; font-family: "Font Awesome 6 Free" !important; content: "\f002" !important; right: 25px !important; font-size: 24px !important; font-weight: 900 !important; color: #fff !important;}
.searchbar input[type="text"]{height: auto !important;width: 100% !important; background: #131313 !important; border: 0 !important; outline: none !important; padding: 25px !important; font-family: 'Roboto Condensed', sans-serif !important; font-size: 24px !important; color: #fff !important;}
.searchbar input[type="submit"]{position: absolute !important; top: 0 !important; right: 0 !important; width: 79px !important; height: 79px !important; opacity: 0 !important; cursor: pointer !important;}

.searchbar ::-webkit-input-placeholder{color: #aaa;}
.searchbar :-moz-placeholder{color: #aaa;}
.searchbar ::-moz-placeholder{color: #aaa;}
.searchbar :-ms-input-placeholder{color: #aaa;}
/*--home-search--*/
.search-box {padding: 30px 0;justify-content: space-between;gap: 20px;}
.search-col {flex: 1;}
.search-col label, .search-col input, .search-col button, .search-col select {width: 100% !important;}
.search-col input, .search-col button, .search-col select {padding: 10px;box-sizing: border-box;text-transform: uppercase;letter-spacing: 1px;height: 100%;border-radius: 3px;}
.search-col input,.search-col select {background: #fff;border: 1px solid #fff;font-family: futura-pt, sans-serif !important;}
.search-col button {background:#c12026;transition:.3s all;font-family: futura-pt, sans-serif !important; color: #fff;font-weight: 600;border: 1px solid #c12026;cursor: pointer;}

/*---BODY--------------------------------*/
.page-wid {max-width: 1400px;}
.wid90{width: 90%; margin: 0 auto;}
.grey{background: #eee;}
.flex-container {display: flex;}
.grid-container{display:grid;}
.center {text-align: center;}
.black-bar {background: #222222;}
.red-txt {color:#c12026 !important;}
#pad50{padding: 50px 0;}
.dark-texture {background-color: #000;background-image: url("/siteart/background/escheresque-dark.png");color: #fff !important;}
.off-white {background: #f8f8f8;}
.bread-crumb-wrap {padding: 15px 0;display: flex;align-items: center;gap: 10px;}
.bread-crumb-wrap a {padding: 5px 10px;background: rgba(255,255,255,.25);color: #fff !important;transition:.3s all;border-radius: 3px;}
.bread-crumb-wrap a::before{content: "\f104";font-weight: 900;font-family: "Font Awesome 6 Free";margin-right: 5px;color: #fff;transition:.3s all;}
span.page-name {padding: 5px 10px;background: rgba(255, 255, 255, .75) !important;color: #4e4e4e !important;font-weight: 500;border-radius: 3px;}
.bread-crumb-wrap a:hover {background: #fff;color: #4e4e4e !important;}
.bread-crumb-wrap a:hover::before {color:#c12026}
button.next-button.move-slide,.next-cat {right: 0;}
button.back-button.move-slide,.back-cat{left: 0;}
.next-img {right: -3%;}
.back-img {left: -3%;}
.move-slide {position: absolute;height: 100%;bottom: 0; top: 0;background: transparent;border: none;padding: 0 20px;font-size: 22px;opacity: .25;z-index: 9;transition: .3s all;cursor: pointer;}
.move-slide:hover {opacity: 1;}
/*---HERO---*/
.hero,.texture-white {background-color: #f8f8f8;background-image: url("/siteart/background/square-tiles.png");}
.hero-container {justify-content: space-between;gap:20px;align-items: center;}
.hero-txt, .hero-img {flex-basis: 50%;}
.hero-txt {padding: 5% 0;}
.hero-txt h1 {text-transform: uppercase;font-size: 44px;line-height: 1;margin-bottom: 15px;}
.hero-txt p {font-size: 18px;}
.hero-img img {max-width: 100%;width: 100%;}

/*--home page*---*/
.hide { display: none;}
.container-bnr {width: 100%;float: left;z-index: 9999999999;height: auto;text-align: center;bottom: 0px;text-align: center;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}
.flex-banner img{max-width: 100%;height: 120px;}
.bnr {width: 100%;height: auto;background-size: cover;color: #000;text-align: center;box-sizing: border-box;z-index: 10;bottom: 15px;margin-bottom: -15px;overflow: hidden;margin: 0 auto;}
.flex-banner {align-items: center;gap: 5%;justify-content: center;padding: 10px 0;position: relative;text-align: left;max-width: 90%;margin: 0 auto;}
.bar-right {oadding: 0 20px;position: absolute;top: revert-layer;top: 15%;bottom: 0;right: 5%;font-size: 32px;}
.contact-bnr img {max-width: 100%;width:100%;}
.container-bnr {background: #000; position: fixed; left:0;  width: 100%; bottom: 0px;z-index: 999999;}
.flex-banner h2 span {display: block;text-transform: none !important;margin-top: 5px;font-size: 22px;}
.flex-banner div {display: flex;align-items: center;gap: 10px;}
.flex-banner h2 {font-size: 36px;text-transform: uppercase;color: #fff;letter-spacing: 1px;}
.close {color: #fff;cursor: pointer;transition:.3s all;}
.close:hover {color:#c12026;}
.container-bnr a:hover .red-btn {background: #8C171B;border-color: #8C171B;}
.map-section .flex-container {align-items: center;    max-width: 1200px;}
.c-title {text-transform: uppercase;margin-bottom: 5px;}
.hours {display: flex;justify-content: space-between;padding: 5px;}
.contact-info {max-width: 400px;background: #fff;padding: 20px;box-sizing: border-box;}
.contact-info a {color: #000;transition:.3s all;}
.contact-info a:hover {color:#c12026 }
.content.border-history {
    border-style: dotted;
	box-sizing: content-box;}
.hours.odd-hrs {background: #f8f8f8;}

.home-cat-title h2 {font-size: 36px;}
.home-cat-title a {color:#c12026;transition:.3s all;}
.home-cat-title a:hover {color: #000 !important;}

.address-flex {display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;}
/*--home page*---*/
.home-txt {padding: 50px 0;overflow: hidden;}
.home-txt .flex-container,.dark-texture .flex-container {gap: 5%;}
.half-pg {flex-basis: 50%;}
.home-img {display: flex;gap: 20px;}
.home-img img {width: 100%;height: 100%;object-fit: cover; display: flex;}
.half-pg-txt {display: flex;align-items: center;}
.left-img,.right-img {min-height: 450px;flex: 50;}
.right-img {margin-bottom:8%;}
.left-img {margin-top: 8%;}
.left-img img,.right-img img {object-position: 20% 50%;}
.half-pg h2,.testimony-wrap h2,.services-banner h2 {font-size: 36px;text-transform: uppercase;letter-spacing: 1px;font-weight: 900;margin-bottom: 20px;}
.half-pg h2 span,.testimony-wrap h2 span,.services-banner h2 span{font-size: 24px;font-weight: 500;display: block;}
.home-pg select {width: 100%;box-sizing: border-box;border: 0;display: block;appearance: none !important;background-image: url("/siteart/chevron-down-solid.svg");  background-repeat: no-repeat !important;background-position: right 1rem center !important;background-size: 1em !important;}
select#home-select {background-image: url("/siteart/chevron-down-white.svg") !important;}
.services-banner {background:linear-gradient(180deg, rgba(34,34,34,.75) 0%, rgba(34,34,34,.75) 100%),url("/siteart/background/our-work.jpg") no-repeat;background-position: center center !important;background-size: cover;background-attachment: fixed;color: #fff;text-align: center;}
.blur {backdrop-filter: blur(15px);}
.grid-container.grid-box {grid-template-columns: repeat(2, 1fr);gap:30px;max-width:1200px;margin: 0 auto;}
.service-box ul {display: flex;flex-wrap: wrap;gap: 5px;text-align: center;justify-content: center;}
.service-box ul span {font-size: 18px;}
.service-box {background: rgba(255,255,255,1);border-radius: 3px;border-top: 10px solid #c12026;padding: 20px;color: #000;}

.service-box h3 {font-family: futura-pt, sans-serif !important;text-transform: uppercase;letter-spacing: 1.5px;font-weight: 800;font-size: 18px;margin-bottom: 10px;}

.hardox-logo {display: flex;justify-content: center;width: 90%;margin: 0 auto;padding: 24px 0px;align-items: start;gap: 10px;flex-direction: column;width: fit-content;}
.hardox-logo h3 {
    font-size: 18px;
    text-transform: uppercase;
	letter-spacing: .5px;}
.hardox-logo img {max-width: 100%;width: 250px;}

/*---HOME CATEGORIES---*/
.home-cat-wrap {background: #fefefe;border: 1px solid #eee;border-left: none;border-right: none;padding: 30px 0;}
.home-cat-title h3 {text-transform: uppercase;font-size: 28px;margin-bottom: 15px;}
.cat {padding: 15px;text-align: center;color:#000;}
.cat a {color: #000;transition:.3s all;}
.cat a strong {color: #000;transition:.3s all;}
.cat a:hover {color:#c12026}
.cat h4,.cat h3 {font-family: futura-pt, sans-serif !important;text-transform: uppercase;letter-spacing: 1.5px;font-weight: 500;font-size: 18px;margin-top: 30px;}
.cat h4 strong {font-weight: 900;}
.cat img {max-width: 100%;width: 200px;margin: 0 auto;}
.brand img {max-width: 200px;margin: 0 auto;width:100%;}
.back-cat,.next-cat{display: none;}

/*---TESTIMONY---*/
.testimony {background: #fefefe;border: 1px solid #eee;padding: 30px;text-align: left !important;position: relative;margin: 15px;}
.testimony span {position: absolute;top: -25px;font-size: 42px;}
select#home-select {cursor: pointer;width: 100%;padding: 10px;line-height: 2;text-transform: uppercase;font-family: futura-pt, sans-serif !important;background: transparent;color: #fff;font-weight: 600;letter-spacing: 2px;font-size: 16px;border: 2px solid #fff;box-sizing: border-box;}
#home-select option {color: #000 !important;}
.testimony-wrap .slick-track{ display: flex !important;}
.testimony-wrap .slick-slide{height: inherit !important;}
/*---SUB PAGES---*/
.subhero {position:relative;height: 30vh;background-size: cover !important;}
.subhero.about-pg {background:url("/siteart/background/about.jpg") no-repeat;background-position: center 35% !important;}
.subhero.career-pg {background:url("/siteart/background/career.jpg") no-repeat;background-position: center 40% !important;}
.subhero.cat-pg {background:url("/siteart/background/categories.jpg") no-repeat;background-position: center center !important;}
.subhero.work-pg {background:url("/siteart/background/quote.jpg") no-repeat;background-position: center center !important;}
.subhero.quote-pg {background:url("/siteart/background/quote.jpg") no-repeat;background-position: center center !important;}
.subhero.contact-pg {background:url("/siteart/background/contact.jpg") no-repeat;background-position: center center !important;}
.subpg h1 {text-shadow: 2px 4px 3px rgba(0,0,0,0.3);font-size: 48px;text-transform: uppercase;letter-spacing: 2px;font-weight: 900;padding-bottom: 30px;}
.subpg h1 span {font-size: 32px;font-weight: 500;display: block;}
.subpg a {color: #000;transform: .3s all;}
.subpg a:hover {color:#c12026 }
.subhero-txt {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgb(0 0 0 / 50%);color: #fff;display: flex;align-items: icenter;align-items: center;justify-content: center;}
.subpg h2 {text-transform: uppercase;font-size: 28px;padding-bottom: 20px;}
.subpg h3 {font-size: 24px;padding-bottom: 20px;}
/*---PORTFOLIO---*/
.portfolio-slide img {transition:.4s ease;max-width: 100%;width: 100%;display: block !important;position:relative;}
.portfolio-slide div {margin: 0 5px;}
.portfolio-slide a {transition:.4s ease;position: relative;}
.portfolio-slide a:after {content: '\A';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);opacity: 0;transition: all 1s;-webkit-transition: all .5s;display: flex;align-items: center;justify-content: center;color: #fff;font-family: interstate, sans-serif !important;text-transform: uppercase;letter-spacing: 1px;font-size: 18px;}
.portfolio-slide a:hover:after {content: 'View More Images';opacity: 1;}

.about-cats .wid90 {max-width: 1400px;}
.aboutstyle strong {color:#c12026 }

.video-about .grid-container {grid-template-columns: repeat(2, 1fr);gap: 40px;}
.about-img img {width: 100%;height:100%;object-fit: cover;display: block;}
.about-img {text-align: center;color: #fff;}
.video-wrap{position: relative;padding-bottom: 56.25%;}
.video-wrap iframe { position: absolute;top: 0;left: 0; width: 100%;height: 100%;}
ul.flex-container.flex-services,ul.flex-manufacturer {justify-content: space-between;text-align: center;gap: 30px;}
ul.grid-container.flex-manufacturer{ grid-template-columns: repeat(4, 1fr);}
.flex-services li,.flex-manufacturer li {flex: 1;background: #fff;padding: 30px;border-radius: 5px;border: 1px solid #eee;}
.flex-services h3,.flex-manufacturer h3 {padding-bottom: 0;font-family: futura-pt, sans-serif !important;font-size: 20px;letter-spacing: 1px;font-weight: 500;}
.flex-services li i,.flex-manufacturer li i {margin-bottom: 15px;font-size: 32px !important;}
.project-title h2 {padding: 0 !important;}
.video-about h2 {font-size: 42px;letter-spacing: 1px;}
/* The actual timeline (the vertical ruler) */
/* The actual timeline (the vertical ruler) */
.aboutstyle .timeline {
  position: relative;
  margin: 0 auto;
}
.history-img {margin-top: 20px;}
.history-img.flex-container {gap: 10px;}
.history-img img {max-width: 100%;width: 100%; object-fit: cover; height: 100%;}
/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/* Container around content */
.aboutstyle .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%; box-sizing: border-box;
}

/* The circles on the timeline */
.aboutstyle .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -15px;
  background-color: #c12026;
  border: 2px solid #c12026;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.aboutstyle .anniversary-box::after {
    background-image: url("/siteart/star-solid.svg");
    background-color: transparent !important;
    border: none !important;
    background-size: 100% 100% !important;
    border-radius: 0 !important;
    width: 40px !important;
    height: 40px !important;
	right: -20px !important;}

/* Place the container to the left */
.aboutstyle .left {
  left: 0;
}

/* Place the container to the right */
.aboutstyle .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.aboutstyle .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.aboutstyle .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.aboutstyle .right::after {
  left: -15px;
}

/* The actual content */
.aboutstyle .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 900px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .aboutstyle .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .aboutstyle .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .aboutstyle .left::after, .aboutstyle .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .aboutstyle .right {
  left: 0%;
  }
}
/*-------CONTACT PAGE--------------------*/
.flex-contact {justify-content: space-between; gap: 5%;}
.page-half {flex: 1;}
.flex-contact-options {justify-content: space-between;text-align: center;}
.contact-option {font-size: 22px;flex: 1;font-weight: 500;}
.map-half {position: relative;}
.map-half iframe {position: absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;}
a.continue-btn {text-transform: uppercase;font-weight: 900;letter-spacing: 1px;font-size: 18px;padding: 10px;display: block;}
.page-wid ol {list-style: numeral;padding-inline-start: 20px;line-height: 2;}
.page-wid ol li::marker {font-weight: 900 !important;}

/*---CATE LANDING PAGE---*/

.cat-grid {grid-template-columns: repeat(6, 1fr);gap:20px;margin: 0 auto;}
.cat-grid img {max-width:100%;margin: 0 auto;}
.cat-grid .cat {border: 1px solid #e8e8e8;padding: 5px !important;}
.cat-grid .cat h3 {font-size: 16px !important;padding: 10px 0 !important;margin-top: 0 !important;letter-spacing: 1px !important;}
/*-------BUTTON STYLES--------------------*/
.button-wrap {gap: 15px;}
button.link-btn,.red-btn,.grey-btn {transition:.3s all;font-family: futura-pt, sans-serif !important;text-transform: uppercase;cursor: pointer;border-radius: 3px;font-weight: 600; padding: 15px;font-size: 16px;letter-spacing: 1px;min-width: 150px;}
.red-btn {background:#c12026;color: #fff;border: 1px solid #c12026;}
.red-btn:hover,.search-col button:hover {background:#8C171B;border-color:#8C171B;}
.grey-btn {background:#f2f2f2;color: #000;border: 1px solid #ddd;}
button.link-btn {background: transparent;color: #000;border: 1px solid transparent;}
.grey-btn:hover {background: #ddd;}
/* Icon Forward */
.hvr-icon-forward {display: inline-block;vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-transition-duration: 0.1s;transition-duration: 0.1s;}
.hvr-icon-forward .hvr-icon {-webkit-transform: translateZ(0);transform: translateZ(0);-webkit-transition-duration: 0.1s;transition-duration: 0.1s;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {-webkit-transform: translateX(4px);transform: translateX(4px);}
/*-------- FOOTER STYLES ----------------*/
footer{padding: 50px 0;}
.flex-foot {justify-content: space-between;gap:50px;}
.foot-col {flex: 1;}
img.foot-img {max-width: 75px;width: 100%;margin-bottom: 20px;}
span.foot-title {letter-spacing: 1px; color: #fff;text-transform: uppercase;font-weight: 800;letter-spacing: 1px;font-size: 18px;font-family: house-of-cards, serif !important;margin-bottom: 10px;display: block;}
.foot-col a {color: #fff;text-transform: uppercase;letter-spacing: 1px;font-size: 15px;transition:.3s all;}
.foot-col a:hover {opacity: .5;}
ul.contactfoot a {font-size: 16px;}
ul.foot-nav li,ul.contactfoot li {margin-bottom: 10px;color: #fff;text-transform: uppercase;letter-spacing: 1px;}
li.address-link::before {content: "\f3c5";font-weight: 900;font-family: "Font Awesome 6 Free";margin-right: 5px;color: #fff;}
li.phone-link::before { content: "\f095";font-weight: 900;font-family: "Font Awesome 6 Free";margin-right: 5px;color: #fff;}
li.hour-link::before { content: "\f017";font-weight: 900;font-family: "Font Awesome 6 Free";margin-right: 5px;color: #fff;}
li.address-link {display: inline-flex;font-size: 16px;align-items: baseline;}
li.hour-link span {display: inline-block;vertical-align:top}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-title .list-title-text {
    font-family: house-of-cards, serif !important;text-transform: uppercase !important;letter-spacing: 1px !important;}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title,.list-content .list-listing .listing-main-stats .spec-label,.list-content .spec-value,.list-content .listing-description,.list-content .list-listing .listing-top-right .listing-dealer-info>*{
font-family: futura-pt, sans-serif !important;
}
.faceted-search-content .faceted-search__main-section,.list-content .has-search-bar,.list-content .has-search-bar,.faceted-search-content .selected-facets-container {background: #fff !important;}
.faceted-search-content .selected-facets-container .selected-header,.faceted-search-content .faceted-section-head,.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button{font-family: futura-pt, sans-serif !important;text-transform: uppercase;letter-spacing: 1px;}

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {-moz-border-radius: 2px !important;-o-border-radius: 2px !important;-webkit-border-radius: 2px !important;border-radius: 2px !important;}
.list-content .listing-portion-title {letter-spacing: 1px;}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i,.list-top-section .list-listings-count {color:#c12026 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#c12026 !important;border: solid 1px #c12026 !important; transition: ease all 0.2s !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #8C171B !important; border-color: #8C171B !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;color: #fff !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width:1400px) {
	.hero-txt h1 {font-size: 36px;}
	.flex-services li {padding: 20px !important;}
	.flex-services h3 {font-size: 18px;}
	ul.flex-container.flex-services{gap:20px;flex-wrap:wrap;}
	.cat-grid {grid-template-columns: repeat(5, 1fr);}
}

@media only screen and (max-width:1300px) {
	.back-cat,.next-cat {display:block;}	
}

@media only screen and (max-width:1250px) {
	    .hero-txt h1 {
        font-size: 32px;
    }
	
	.flex-banner {flex-wrap:wrap;gap: 20px;}
	.cat-grid {grid-template-columns: repeat(4, 1fr);}
}

@media only screen and (max-width:1090px) {
	.hero-txt h1 {font-size: 28px;}
	.contact-option {font-size: 18px}
	
	.flex-banner {text-align: center;justify-content: center;}
	.flex-banner button, .flex-banner div,.flex-banner h2 {flex-basis: 100%;}
	.flex-banner img {display: none;}
}

@media only screen and (max-width: 1000px) {
	.hero-txt h1 {font-size: 32px;}
	.hero-container {flex-wrap:wrap-reverse;text-align: center;gap: 0}
	.hero-container div {flex-basis: 100%;}
	.hero .button-wrap {justify-content: center;}
	.hero-txt {padding: 0;padding-bottom: 40px;}
	.home-txt .flex-container,.dark-texture .flex-container,.search-box {flex-wrap:wrap;}
	.home-img {display: none;}
	.map-section .home-img {display: block;}
	.half-pg,.half-pg-txt {flex-basis: 100%;}
	.flex-foot {flex-wrap:wrap;}
	.foot-col {flex-basis: 20%;}
	.search-col {flex-basis: 45%;}
	.flex-services li {flex-basis: 40%;}
	.video-about .grid-container {grid-template-columns: repeat(1, 1fr);gap: 40px;}
	.cat-grid {grid-template-columns: repeat(3, 1fr);}
	
}

@media only screen and (max-width: 900px) {
	.contact-option i {display: block;font-size: 22px;margin-bottom: 10px;}
	.flex-contact-options {gap: 20px;}
	.flex-contact {flex-wrap:wrap;gap: 20px;}
	.page-half {flex-basiS: 100%;}
	.map-half {height: 300px;}
	.subhero {height: 20vh;min-height: 250px;}
	.map-section .half-pg{flex-basis: 100%;text-align: center;}
	.map-section .flex-container{flex-wrap: wrap;}
	.contact-info{display: none !important;}
	.cat-grid .cat h3 {
		font-size: 16px !important;}
	.cat-grid {gap:15px}
	ul.grid-container.flex-manufacturer{ grid-template-columns: repeat(2, 1fr);}
	}
}

@media only screen and (max-width: 767px) {
	.half-pg h2 span, .testimony-wrap h2 span {font-size: 18px;}
	.half-pg h2, .testimony-wrap h2 {
		font-size: 32px;}
		.foot-col {flex-basis:33%;}
	ul.sub-nav li a, .top-head a {font-size: 16px;}
	.grid-container.grid-box {grid-template-columns: repeat(1, 1fr);}
	.cat-grid {grid-template-columns: repeat(2, 1fr);}
}
@media only screen and (max-width: 600px) {
	.flex-contact-options {flex-wrap:wrap;gap: 25px;}
	.contact-option{flex-basis: 100%;font-size: 22px !important;}
	}
@media only screen and (max-width: 550px) {
	.foot-col {flex-basis:100%;}
	.aboutstyle .content {padding: 20px !important;}
	.hero-txt h1,.half-pg h2, .testimony-wrap h2,.home-cat-title h3,.video-about h2 {font-size: 28px;}
	
}
@media only screen and (max-width: 450px) {
	.subpg h1 {font-size: 36px;}
	.search-col,.history-img div {flex-basis: 100%;}
	.hero .button-wrap.flex-container,.history-img.flex-container {flex-wrap:wrap;}
	.first-level,.page-name {display: none!important}
	.searchbar input[type="text"]{font-size: 18px !important;padding: 20px 10px;}
	select#home-select {font-size: 14px;}
	.bar-right {top: 8%;font-size: 22px;}
	
}
@media only screen and (max-width: 380px) {
	.cat-grid {grid-template-columns: repeat(1, 1fr);}
	ul.grid-container.flex-manufacturer{ grid-template-columns: repeat(1, 1fr);}
}






