﻿/***** 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 !important;}
h1,h2,h3,h4,h5,h6{ font-family: "Barlow Condensed", sans-serif !important;}
p { font-family: "Roboto Condensed", sans-serif !important;font-size: 16px;line-height: 1.5;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
hr {border: none;height: 1px;background: #eaeaea;margin: 0;}

/*--- HEADER STYLES ---------------------*/
header {}
.top-header .wid90 {padding: 5px 0;justify-content: space-between;color: #f8f8f8;align-items: center;}
.top-header .wid90 a {color:#f8f8f8;}
.head-contact {gap: 20px;letter-spacing: 1px;}
.social-flex a {width: 40px;height: 40px;border-radius: 90px;background: #d3ae65;color: #222 !important;display: flex;align-items: center;justify-content: center;margin: 5px;transition:.3s all;}

.social-flex a:hover {background: #b68a34;}
a#head-address:before {font-family: "Font Awesome 6 Free";content: "\f3c5";display: inline-block;padding-right: 2px;vertical-align:baseline;font-weight: 900;opacity: .5}
a#head-email:before {font-family: "Font Awesome 6 Free";content: "\f0e0";display: inline-block;padding-right: 2px;vertical-align:baseline;opacity: .5}
div#head-hours:before {font-family: "Font Awesome 6 Free";content: "\f017";display: inline-block;padding-right: 2px;vertical-align:baseline;opacity: .5}
a#head-phone:before {font-family: "Font Awesome 6 Free";content: "\f095";display: inline-block;padding-right: 2px;vertical-align:baseline;font-weight: 900;opacity: .5}
.main-header .flex-container {justify-content: space-between;align-items: center;}
.main-header button.grey-btn {font-size: 18px;}
.site-logo img {max-width: 100%;width: 150px;}
/*---BODY--------------------------------*/
.relative {position: relative;}
.whitetxt{color: #f8f8f8;}
.dark-grey {background-color:#121212;border-bottom: 1px solid #222222;}
.textured-bg{background-image:url("../siteart/carbon-fibre.png");}
.off-white {background-color: #f5f5f5}
.black-bg {background-color: #000;}
.grey-bg {background-color: #323232;}
.dark-bg {background-color: #333 !important;}
.wid90{margin: 0 auto;width:90%;margin: 0 auto;}
.flex-container {display: flex;}
.grid-container {display: grid;}
.center {text-align: center;}
#pad-l {padding-top: 50px;padding-bottom: 50px;}
#pad-xl {padding-top: 80px;padding-bottom: 80px;}
.one-third {position: absolute;top: 0;bottom: 0;width: 33%;right: 0;z-index: -1;}
/*---HERO---*/
.hero { position: relative; overflow: hidden;}
.hero-overlay {position: absolute;bottom: 0;width: 50%;background: rgba(18,18,18,0.75);display: flex;align-items: center;justify-content: center;box-sizing: border-box;max-width: 50%;}
.hero-txt {padding: 65px 0;width: 80%;margin: 0 auto;color: #fff;}
.hero-txt h1 {margin-bottom: 10px;text-transform: uppercase;font-size: 72px;letter-spacing: 1px;font-weight: 800;line-height: 1;}
.hero-txt h1 span { display: block; font-size: 48px; font-weight: 500;}
.slideshow {margin-bottom: 0 !important;}
.slideshow .slick-track {height: 50vh !important;overflow: hidden;min-height: 550px !important;}
.slideshow img {height: 100%;width: 100%;object-fit: cover;object-fit: cover;}
.slideshow .slick-dots {bottom: 50px;text-align: right;margin: 0 auto;right: 5%;}
.slideshow .slick-dots li {height: auto; width: auto;}
.slideshow .slick-dots li button {background: rgba(255,255,255,0.25);height: 10px; width: 35px;transition:.3s all;}
.slideshow .slick-dots li.slick-active button {background: rgba(255,255,255,0.75) !important;}
.slideshow .slick-dots li button:hover { background: rgba(255,255,255,0.5)}
.slideshow .slick-dots li button:before {content:" " !important;}
.home-cats .flex-container {gap: 15px;justify-content: space-between;}
a.cat {min-height: 250px;position: relative;background: #333; transition:.3s all;}
.cat img {width: 100%;height: 100%;object-fit: cover;opacity: .3;transition:.3s all;}
a.cat:hover img {opacity:.5;}
.cat-overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;box-sizing: border-box;margin: 20px;border: 1px solid #ffffff;display: flex;align-items: center;justify-content: center;}
.cat-txt {text-align: center;box-sizing: border-box;color: #fff;width: 100%;}
.cat-txt h2 {text-transform: uppercase;margin-bottom: 10px;display: block;font-size: 28px;letter-spacing: 1px}
.cat-txt h2 span {display: block;font-weight: 500;font-size: 20px;}
.cat-txt button {padding: 12px 30px;background: rgba(232, 232, 232, 0.55);font-family: "Barlow Condensed", sans-serif !important;color: #fafafa;text-transform: uppercase;font-size: 18px;font-weight: 600;letter-spacing: 1px;border-radius: 90px;border: 1px solid #e8e8e8;cursor: pointer;transition: .3s all;}
.cat-overlay.all-inv button {background: #d3ae65;border-color: #d3ae65;color:#000000;}
/*---HOME---*/
.home-section {align-items: center;justify-content: center;}
.home-txt,.home-img,.gold-standard,.standard-txt {flex-basis: 50%;}
.home-txt .wid90 {width: 80%;}
.home-img {display: inline-flex;}
.home-txt h2 {margin-bottom: 20px;font-size: 54px;font-weight: 700;display: block;line-height: 1;}
.home-txt h2 span {display: block;font-size: 28px;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 10px;}
.home-img img {width: 100%;height:100%;object-fit: cover;}
.textured-bg .flex-container {align-items: flex-start;}
.gold-standard h2 {font-size: 68px;text-transform: uppercase;letter-spacing: 1px;line-height: 1;font-weight:800;}
span.whitetxt {display: block;}
span.goldtxt{color:#d3ae65;}
/*---BRAND SLIDESHOW---*/
.manu-container {padding: 15px 0;}
.brand {text-align: center;}
.brand a {max-width:225px;width:100%;margin: 0 auto;display: inline-block;filter: grayscale(1);transition:.4s all;opacity:.45;}
.brand a:hover {filter:grayscale(0);opacity:1;}
.brand img {max-width:100%;width:100%;}
/*----SUB PAGE---*/
.subpg h1 {margin-bottom: 10px;font-size: 54px;font-weight: 700;line-height: 1;}
.subpg h1 span {color:#333; display: block; font-size: 28px; font-weight: 500;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 10px;}
.subpg a {color:#BB8E35;transition:.3s all;}
.subpg a:hover {color:#333}
.half-page {flex-basis: 50%;}
.third-page {flex-basis: 33%;}
.full-page {flex: 1;}
.contact-box,.blog-archive{border-radius: 3px;overflow: hidden;padding:40px;box-sizing: border-box;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;}
.flex-half {flex-basis: 50%;}
.contact-box {background-color: #fff;border: 1px solid #f5f5f5;}
.flex-half img {width: 100%;height: 100%;object-fit: cover;}
.subpg ul {list-style: disc;padding-inline-start: 30px;padding-top: 20px;}
.subpg ul li {margin-bottom: 10px;}
/*----ABOUT PAGE---*/ 
.charity-box h2 {text-align: center; color: #333;padding-bottom: 20px;display: block;font-size: 22px;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 10px;}
.flex-container.flex-charity {align-items: flex-start;}
.charity-logo {flex-basis: 25%;}
.charity-txt {flex: 1;}
.charity-logo img {max-width: 100%;width: 100%;}
.grid-gallery {grid-template-columns: repeat(5, 1fr);gap: 20px;}
.gallery-box {border-radius: 3px;overflow: hidden;}
.gallery-box img {width:100%;height:100%;object-fit: cover;}
.about-pg h2,.warranty-pg .full-page h2 {margin-bottom: 10px;}
/*--WARRANTY---*/
.warranty-pg .flex-container {gap: 5%;}
.warranty-img {padding-bottom: 15px;border-radius: 3px;overflow: hidden;}
.warranty-img img {height: 100%;width: 100%;object-fit: cover;}
.warranty-pg .contact-box {background-color: #333;}
.warranty-pg .contact-box h2 {margin-bottom: 0;font-weight: 400;text-transform: none;color: #f8f8f8;}
.warranty-pg .contact-box a {font-weight: 600;}
.warranty-pg .contact-box button {width:100%;}
.warranty-pg .contact-box strong {display: block;margin-bottom: 15px;font-size: 26px;}
.textured-bg a:hover {color:#fff;}
/*----BLOG---*/
.blog-grid {grid-template-columns: repeat(3, 1fr);gap: 30px;text-align: left;}
.blog-post a {transition:.3s all;}
.blog-post a:hover .blog-img {opacity: .85;}
.blog-post a:hover h2 {color:#BB8E35}
.blog-img {height: 200px;overflow: hidden;transition:.3s all;}
.blog-img img {height: 100%;width:100%;object-fit: cover;}
.blog-info h2 {transition:.3s all;font-size: 20px;text-transform: uppercase;color: #000;font-weight: 500;letter-spacing: 1px;margin-top: 10px;}
p.post-date {padding: 5px 0 0;font-size: 14px;color: #444 !important;}
.blog-info p {color:#000;padding-top: 5px;}
.blog-archive h2 {font-size: 28px;color: #fff;}
.blog-archive h3 {margin-top: 20px;color: #fff;display: block;font-size: 24px;font-weight: 400;text-transform: uppercase;letter-spacing: 2px;margin-bottom: 5px;}
.blog-archive ul {list-style: none;padding-inline-start: 0;padding-top: 0;}
.blog-archive ul a {color:#dedede;transition:.3s all;}
.blog-archive ul a:hover {opacity: .75;color:#ddd;}
.blog-archive ul li {margin-bottom: 20px;}
.bread-crumb-links {display: flex;align-items: baseline;gap: 8px;padding-bottom: 20px;font-size: 15px;}
.blog-post h1 {font-size: 42px;}
.blog-post h1 span {font-size: 22px;}
/*---CONTACT---*/
.contact-wrap .flex-container,.contact-pg .site-wid{gap: 5%;}
span.contact-icon {font-size: 32px;color: #d3ae65;width: 40px;}
.contact-info {display: flex;gap: 15px;align-items: flex-start;margin-bottom: 25px;}
.contact-info h3,.single-line h3 {color: #333;display: block;font-size: 18px;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;}
.contact-pg .social-flex {gap: 0 !important; margin-top: 5px;}
.contact-info.single-line {align-items: center;}
.contact-info.single-line a strong {color: #000;font-weight: 700;font-size: 20px;}
.contact-info a {color:#333;transition:.3s all;}
.contact-info a:hover {text-decoration: underline !important;}
.contact-info a[href^="mailto:"] {color:#BB8E35 !important;}
.contact-form {background-color: #333;width: 100%;padding: 45px;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;box-sizing: border-box;}
.contact-form h2 {font-size: 32px;margin-bottom: 15px;}
a.continue-btn {color: #fff;padding: 10px 0;display: block;font-size: 18px;letter-spacing: 1px;transition:.3s all;}
.grid-staff {grid-template-columns: repeat(4, 1fr);gap: 20px;}
.staff-wrap,.gallery-wrap {text-align: center;}
.staff {background: #fff;border: 1px solid #f5f5f5;padding: 20px;box-sizing: border-box;text-align: center;box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;}
.staff-wrap h2,.gallery-wrap h2 {color: #333;display: block;font-size: 32px;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 30px;}
.staff h3 {font-size: 22px;margin-bottom: 5px;}
.staff i {font-size: 42px;color: #d3ae65;margin-bottom: 10px;}
.staff a {color:#BB8E35;transition:.3s all;font-weight: 600;}
.staff a:hover {color:#333;text-decoration: underline;}

/*--------BUTTON STYLES--------------------*/
button.grey-btn {padding: 15px 30px;background: #333;font-family: "Barlow Condensed", sans-serif !important;color: #f8f8f8;text-transform: uppercase;font-size: 16px;font-weight: 600;letter-spacing: 1px;border-radius: 90px;border: 1px solid #333;cursor: pointer;transition: .3s all;}

header button.grey-btn:hover {background:#fff;border-color:#fff;color:#222;}
button.white-round,.white-round { padding: 15px 30px;background: #fff;font-family: "Roboto Condensed", sans-serif !important;color: #222;font-size: 16px;font-weight: 600;border-radius: 90px;border: 1px solid #fff;cursor: pointer;transition: .3s all;}
button.white-round:hover {background:rgba(255,255,255,.5);color:#fff;}
button.gold-round { padding: 15px 30px;background: #d3ae65;font-family: "Roboto Condensed", sans-serif !important;color: #222;font-size: 16px;font-weight: 600;border-radius: 90px;border: 1px solid #d3ae65;cursor: pointer;transition: .3s all;}
button.gold-round:hover {background: #b68a34;border: 1px solid #b68a34;}

button.link-btn { padding: 15px 30px;background: transparent;font-family: "Roboto Condensed", sans-serif !important;color: #222;font-size: 16px;font-weight: 600;cursor: pointer;transition: .3s all;border: none;}
button.link-btn::after {content:'\f138'; font-family: "Font Awesome 5 Free"; font-weight: 900;color:#222;opacity: .45;margin-left: 8px;transition: .3s all;}
.grey-bg button.link-btn,.grey-bg button.link-btn::after {color: #f8f8f8 !important;}
button.link-btn:hover::after {opacity: 1.0 !important}
/*-------- FOOTER STYLES ----------------*/
footer .black-bg{padding: 35px 0;}
.foot-col {flex: 1;}
span.foot-title {font-family: "Roboto Condensed", sans-serif !important;color: #f8f8f8;text-transform: uppercase;font-weight: 700;letter-spacing: .5px;opacity: .85;display: block;margin-bottom: 10px;}
.foot-col ul li a {transition: .3s all; color: #f8f8f8;line-height: 1.5;padding: 5px 0;display: block;}
.foot-col ul li a:hover {opacity:.75;}
.foot-col ul li {margin-bottom: 5px;}
.bottom-footer .wid90 {justify-content: center;padding: 5px 0;}
footer .dark-grey {border-bottom: none; border-top: 1px solid #222222 !important;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}
.linking-container a {
    color: #000 !important;
}
.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 {color:#ee3124 !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:#d3ae65 !important;color:#222 !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{border: solid 1px #d3ae65 !important; transition: ease all 0.2s !important;}

.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: #b68a34 !important; border-color: #b68a34 !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;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #222 !important; border-color: #222 !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;}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width:1500px) {
	.blog-grid {grid-template-columns: repeat(2, 1fr);}	
}
@media only screen and (max-width:1300px) {
	.service-img,.about-pg .one-third,.warranty-pg .one-third,.warranty-pg .contact-box .warranty-img{display: none;}
	.about-pg .site-wid,.warranty-pg .site-wid{flex-wrap:wrap;gap: 40px;}
	.charity-logo {flex-basis: fit-content;}
	.charity-logo img {max-width: 200px;}
	.flex-half,.about-pg .half-page,.warranty-pg .full-page,.warranty-pg .third-page{flex-basis: 100%;}
	.charity-box {background-color: #f5f5f5}
	.warranty-pg .contact-box strong{font-size: 36px;}
	
}
@media only screen and (max-width:1200px) {
	.home-cats .flex-container {flex-wrap: wrap;}
	a.cat {flex-basis: 20%;flex-grow:1;height: 250px;}
	.cat-txt h2 {font-size: 22px;}
	.cat-txt h2 span {font-size: 18px;}
	.hero-txt h1 {font-size: 54px;}
	.hero-txt h1 span{font-size: 32px;}
	.grid-gallery {grid-template-columns: repeat(3, 1fr);}
}

@media only screen and (max-width: 1050px) {
	a.cat {flex-basis: 32%;min-height: auto;height: 200px;}
	.gold-standard h2 {font-size: 54px;}
	.home-txt h2 {font-size: 42px;}
	.home-txt h2 span {font-size: 32px;}
	.home-section{align-items: unset;}
	.home-txt .wid90 {padding: 10% 0;}
	.standard-banner {gap: 5%;}
	.grid-staff {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 950px) {
	header .right-side {display: none;}
	a.cat {height: 180px;}
	.brand a {max-width: 180px;}
	.hero-txt {padding: 40px 0;}
	.hero-txt h1 {font-size: 48px;}
	.hero-txt h1 span {font-size: 28px;}
	.head-contact {display: none;}
	.top-header .wid90 {justify-content: flex-end;}
	.contact-wrap .flex-container{flex-wrap:wrap;gap: 40px;}
	.half-page,.charity-txt,.third-page {flex-basis: 100%;}
	.subpg #pad-xl {padding-top: 50px;padding-bottom: 50px;}
	.subpg .one-third {display: none;}
	.staff-wrap,.contact-box {background-color: #f5f5f5 }
	
	.grid-gallery {grid-template-columns: repeat(2, 1fr);}
	.flex-container.flex-charity {flex-wrap: wrap;gap:10px;}
	
}

@media only screen and (max-width:800px) {
	.hero-overlay{position: unset;max-width:100%;width: 100%;background: #121212}
	.slideshow .slick-track{height: 40vh !important;min-height: 300px !important;}
	.slideshow .slick-dots {right: 0;text-align: center;bottom: 40px;}
	.home-img {display: none;}
	.standard-banner {flex-wrap:wrap;gap: 20px;}
	.standard-banner span.whitetxt {display: inline-block;}
	.home-txt, .home-img, .gold-standard, .standard-txt{flex-basis: 100%;}
	.home-txt .wid90,.hero-txt {width: 90%;}
	footer .flex-container {flex-wrap:wrap;gap: 30px;}
	.foot-col {flex-basis: 100%;}
	.foot-col:last-of-type{order:-1;}
	.social-flex {gap: 0 !important;}
}

@media only screen and (max-width:600px) {
	.subpg h1{font-size: 42px;}
	.subpg h1 span {font-size: 22px;}
	.contact-form,.contact-box,.blog-archive {padding: 30px;}
	.grid-staff,.blog-grid  {grid-template-columns: repeat(1, 1fr);}
	
	
}
@media only screen and (max-width:500px) {
    .gold-standard h2 {font-size: 48px;}
	a.cat {flex-basis: 100%;}
	.grid-gallery {grid-template-columns: repeat(1, 1fr);}
	.charity-txt a {line-break: anywhere;}
}

@media only screen and (max-width:380px) {
	.cat-txt button{max-width: fit-content;margin: 0 auto !important;}
	.site-wid button {width: 100% !important;display: block;margin-top: 15px;}
	
	
}