﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

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: 'Open Sans', sans-serif;
}

a{text-decoration:none!important;}

.red-btn{width:300px; font-size:16px; font-weight:400; border:solid 1px #500000; transition:.3s ease; display:block; text-align:center; color:#fff!important; background:#500000; padding:14px;}
.red-btn:hover{cursor:pointer; background:#000;}

.bright-btn{width:300px; font-size:16px; font-weight:400; transition:.3s ease; display:block; text-align:center; color:black !important; font-weight: bolder !important; background:red; padding:14px;    margin: 10px auto; border: none; pointer-events: none}




.btn-row{display:flex; flex-direction:row;}
.btn-row a{margin:5px;}
/*--- HEADER STYLES ---------------------*/
header{width:100%; margin:0 auto; display:flex; flex-direction:row;}
.header-left{width:450px;}
.logo{ width:100%; margin:0 auto; background:#000; padding:12px 0 7px 0;}
.logo img{width:100%; max-width:230px; margin:0 auto; display:block;}
.header-right{width:calc(100% - 450px);}
.header-top{width:100%; background:#3c0000; display:flex; flex-direction:row; justify-content:flex-end; padding-right:8%; box-sizing:border-box;}
.header-link{padding:15px 25px; background:#500000; transition:.3s ease; color:#fff; margin:0 10px; font-size:15.4px; font-family: 'Open Sans', sans-serif;}
.header-link:hover{background:#000;}
.header-link i{padding-right:5px; font-size:16px; }
.header-top a.fb i{color:#fff; font-size:18px; padding:15px; transition:.3s ease;}
.header-top a.fb:hover i{transform:translateY(-5px);}
.mobile-icons{display:none;}
/*-----------Quick links-------------*/
.showrooms .ql{height: 300px; width:320px;}
.showrooms .qls{padding:0 0 60px 0; flex-wrap:wrap;}

.home-header{width:100%; max-width:1700px; margin:0 auto; padding:40px 15px 0 15px; box-sizing:border-box;}
.home-header h1{font-size:35px; text-transform:uppercase; color:#3c0000;}
.home-header h2{font-size:26px; color:#3c0000; text-transform:uppercase;}

.qls{width:100%; max-width:1700px; margin:0 auto; display:flex; flex-direction:row; padding:60px 0 0 0; overflow: hidden;}
.ql{width:calc(20% - 20px); margin:10px; position:relative; height:600px;}
.ql a{width:105%; height:100%; display:block;}
.qls img{position:relative; z-index:-10; height:100%; width:100%; object-fit:cover; filter:brightness(.7); opacity:1; -webkit-transition: all 0.35s; transition: all 0.35s; background-color:#000!important;}
.ql-text h2{font-size:26px; font-weight:800; color:#fff; text-transform:uppercase; padding-bottom:20px; text-shadow:3px 3px 3px rgba(0,0,0,.8);}

.ql-text{position:absolute; z-index:100; top:30px; left:20px;}
.ql-text hr{float:left; clear:both; border:solid 6px #500000; width:60px;}

.ql i {display: inline-block;font-size: 36px;color: #fff; padding: 10px 16px;position: absolute; bottom: 0px; left: 0px; opacity: 0; z-index: 1; -webkit-transition: 0.05s linear; transition: 0.05s linear; -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
.qls a .curl { width: 0px; height: 0px; position: absolute; bottom: 0; left: 0; background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.6)); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: .4s ease;}

.ql-text p{opacity:0; transition:.3s ease-in-out; clear:both; color:#fff; padding-top:40px; font-weight:600;}
.qls a:hover .ql-text p{opacity: 1;padding-top:20px;}
.qls a:hover i{opacity: 1; -webkit-transition-delay: 0.15s; transition-delay: 0.15s;}
.qls a:hover .curl { width: 100px; height: 100px;}

.review-carousel-wrapper{width:98%; max-width:1700px; margin:0 auto; padding:20px 0 40px 0;}
/*-------------Brands---------------*/
.brand-top{padding-top:50px; text-align:center;}
.brand-top h2{font-size:30px; font-weight:800; text-transform:uppercase; color:#3c0000; padding:10px; box-sizing:border-box;}

.slick-slider{box-shadow:3px 3px 6px rgba(0,0,0,.4)!important; }

.inv-brandslider a{max-width:270px;}
.brandbar .width{width:95%; margin:0 auto;}
.brandbar{background:transparent;margin: 60px auto;text-align: center;padding:10px 0px;width: 100%; max-width:1700px;top:0;left: 0;right:0;display:block!important;}
.manu-slider img{width:70%;  padding:0 0 2px 0; box-sizing:border-box; background-color:#fff; margin: 15px auto; background: #fff; transition:.3s ease;}
.manu-slider img:hover{transform: translateY(-10%);}

.slick-list{max-width:1500px!important;}

.slick-prev { width:50px; height:50px; display:block; background-color:#000; text-align:center; padding:15px 0; cursor:pointer; transition:.3s ease-in-out;}

.slick-next { width:50px; height:50px; display:block; background-color:#000; text-align:center; padding:15px 0; margin-left:10px; cursor:pointer; transition:.3s ease-in-out;}

.slick-list{margin:0 auto!important;}

.slick-prev:hover, .slick-next:hover{background-color:#000!important;}
.slick-prev:before{font-family:"Font Awesome 5 Free"!important; content: "\f053"!important; color:#fff!important; font-size:24px!important; font-weight:600;}
.slick-next:before{font-family:"Font Awesome 5 Free"!important; content: "\f054"!important; color:#fff!important; font-size:24px!important; font-weight:600;}


/*---------About Home----------------*/
.about-home{width:100%; position:relative; height:950px;}
.about-home img{width:100%; height:100%; object-fit:cover;}
.about-text-box img{position:absolute; top:15px; right:15px; max-width:150px; height:auto; width:100%;}
.about-text-box{position:absolute; width:60%; top:100px; left:0; background:rgba(0,0,0,.8); padding:80px; box-sizing:border-box;}
.about-text-box h3{color:#fff; font-size:50px; font-weight:800; line-height:50px; text-transform:uppercase; padding-bottom:30px;}
.about-text-box h3 span{font-size:22px; display:block; max-width:650px; width:100%; line-height:24px; font-weight:600;  text-transform:none;}
.about-text-box p{font-size:17px; line-height:26px; color:#fff; font-weight:400; padding-bottom:30px;}
.about-text-box h2{font-size:28px; text-transform:uppercase; color:#fff; font-weight:700;}
.about-text-box a{color:#fff; font-weight:600;}
.about-text-box a:hover{text-decoration:underline;}

.inv-links{max-width:1700px; width:100%; display:flex; flex-direction:row; margin:60px auto; flex-wrap:wrap; padding: 0 10px; box-sizing:border-box;}
.inv-links a{width:calc(50% - 6px); margin:3px; display:flex; flex-direction:row; position:relative; heigth:80px;}
.inv-links a h2, .inv-links a p{width:95%; font-size:20px; font-weight:600; background:#000; color:#fff; padding:35px; box-sizing:border-box;overflow:hidden; z-index:1;transition:         0.08s ease-in;
  -o-transition:      0.4s ease-in;
  -ms-transition:     0.4s ease-in;
  -moz-transition:    0.4s ease-in;
  -webkit-transition: 0.4s ease-in;}
.inv-links a i{width:5%; transition:.3s ease; padding:35px 35px 35px 45px; font-size:30px; color:#fff; background:#500000;}
.inv-links a h2:hover, .inv-links a p:hover{color:#000;}
.inv-links a h2:before, .inv-links a p:before{content: ""; position:absolute; background:#500000; bottom:0; left:100%; right:10%; top:0; z-index:-1; -webkit-transition:left .4s ease-in-out;}
.inv-links a:hover h2:before, .inv-links a:hover p:before{left:0;}
.inv-links a:hover h2, .inv-links a:hover p{color:#fff;}
.inv-links a:hover i{padding:35px 15px 35px 45px;}
/*--------------Page Styles----------------*/
.page-wrapper{max-width:1700px; width:100%; margin:40px auto; padding: 0 15px; box-sizing:border-box;}
.page-wrapper h1{font-size:34px; color:#3c0000; font-weight:800; padding-bottom:20px; text-transform:uppercase; }
.page-wrapper p{font-size:16px; line-height:24px;}
.page-wrapper h2{font-size:28px; font-weight:600; color:#3c0000;}
.parts{width:100%; display:flex; flex-direction:row;}
.parts section{width:calc(100% - 20px); margin:10px;}
.parts section img{width:100%;}
.ql-background {background-color:#000!important;}


/*----Service----------*/
button.accordion h2{font-size:16px; font-weight:600; color:#000;}
button.accordion i{transition:.3s ease-in-out; padding-left:5px;}
button.active i{transform:rotate(180deg)!important;}
.service{display:flex; flex-direction:row; width:100%; flex-wrap:wrap;}
.service-half{width: calc(50% - 10px); margin:5px;}
.service-third{width: calc(33% - 10px); margin:5px; display: inline-block}
button.accordion{width:100%; padding:15px; box-sizing:border-box; font-size:16px; font-weight:600; color:#000; display:flex; flex-direction:row; justify-content: center;}
.check-list{width:100%; display:flex; flex-direction:row; justify-content:space-between; flex-wrap:wrap; margin:10px 0;}
.check-list p{width:calc(50% - 10px); margin:5px;}
.check-list p i{padding-right:5px; color:#500000;}
.panel{max-height:0px; overflow:hidden; transition:.3s ease-in-out;}
.open2{ box-shadow:2px 1px 3px 3px rgba(0,0,0,.2);padding:40px; margin:10px 0;}
.panel p.red{color:#B00505; font-size:20px; font-weight:600; text-align:center;}
.panel p.bold{color:#000; font-size:22px; font-weight:800; text-align:center;padding-bottom:15px; text-transform:uppercase;}

.page-wrapper a{color:#000;}
.page-wrapper a:hover{color:#3c0000;}
/*----------Contact-------------*/
.contact{width:100%; margin:0 auto; display:flex; flex-direction:row;}
.contact-left{width:calc(40% - 10px); background:#000; margin:10px; padding:40px; box-sizing:border-box;}
.contact-right{width:calc(60% - 10px); margin:10px;}
.contact-left p.large{font-size:20px; font-weight:800; padding-top:20px; text-transform:uppercase; color:#fff;}
.contact-left a{color:#fff!important;}
.contact-left a:hover{ text-decoration:underline!important; color:#fff!important;}
.contact-left p{color:#fff;}
.contact-left button{background:#500000; color:#fff; font-size:16px; padding:15px; width:180px; text-align:center; border:none; transition:.3s ease;}
.contact-left button:hover{cursor:pointer; box-shadow:0px 0px 3px 2px rgba(225,225,225,.5);}

/* Pop up */
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity: 0.7;opacity: 0.7;z-index: 200;display: none;}

.popup{width: 100%; padding-bottom:50px; margin:0 auto;padding-top:50px;background: rgba(0,0,0,.8);top:0;display: none;position:fixed;z-index: 101;overflow-y: scroll;height: 100%;}

.popcontainer{padding-bottom:50px; box-sizing:border-box; width:100%;max-width: 1000px;min-height: 350px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding: 20px;box-shadow: 0 2px 5px #000;}

.popcontainer img{max-width:200px;width:100%;display:block;}

.pop-btns{display:flex; flex-direction:row; flex-wrap:wrap;}
.pop-link {color: #fff;background-color:#000;padding:15px;width:calc(33.33% - 10px); border-radius:5px;box-sizing:border-box;margin:5px;font-weight: 400;font-size:15px;font-family: 'Oswald',sans-serif;}

.popcontainer .close{float: right;height: 35px;left: 0px;font-size:25px;color:#000;border:solid 2px #000;position: relative;padding-left:13px;top: -5px;width: 28px;}

.popcontainer p.bold{font-size:25px; font-weight:500!important; color:#000; font-family: 'montserrat', sans-serif; }
.popcontainer p{font-size:18px; line-height:1; color:#696969; padding:5px 0;}
.popcontainer .close:hover{
cursor: pointer;
}
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.header-info button{background-color:transparent; cursor:pointer;}

.socials{max-width:280px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-around;}
.socials a{width:55px; height:55px; border:solid 1px #500000; transition:.3s ease; display:flex; justify-content: center; vertical-align:middle;}
.socials a i{color:#500000; font-size:24px; padding-top:13px; }
.socials a:hover{background:#500000;}
.socials a:hover i{color:#fff;}
.contact-text{text-align:center;}
.contact-text h2{font-size:28px; padding:10px 0; font-weight:800; text-transform:uppercase; color:#500000;}
.contact-text p{font-size:14px; padding-bottom:20px;}

/*--------FORM STYLES--------------------*/
form.search-wrapper{max-width:1700px; width:100%; margin:0 auto; padding:15px 0;}
.search-row{width:100%; display:flex; flex-direction:row; padding:0 10px; box-sizing:border-box;}
.formfield{width:calc(100% - 130px); margin:5px;}
.formfield input, .formfield select{padding:20px 15px; box-sizing:border-box; margin-top:0; background:#F0F0F0; border:#CCCBCB solid 1px; font-size:14px;}
.submit-btn{width:120px; padding:15px; box-sizing:border-box; border:none; background:#3c0000; margin:5px 0; height:57px;}
.submit-btn i{color:#fff; font-size:20px;}
.formfield input::-moz-placeholder, .formfield select::-moz-placeholder{color:#000; font-size:14px;}
.formfield input::placeholder, .formfield select::placeholder, .formfield select{color:#000!important;}
.submit-btn:hover{background:#500000; cursor:pointer;}

.flex-form h3{padding:20px 0 5px 0; }
.flex-form{width:100%;text-align: left;margin: 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px; padding:30px 20px; box-sizing:border-box;}
#formpage input, select {padding:14px 7px;border: 1px solid #999;color: #777!important;font-size: 14px;margin-top: 5px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 30px 0px 20px 0;}
.form-half{width:50%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-third{width:33.33%;display: inline-block;vertical-align: middle;margin:0 5px;}
.form-whole{width:100%;display:block;vertical-align:middle;margin: 0 5px;}
.row-input{display:flex; flex-direction:row;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
#formpage textarea {box-sizing:border-box;padding: 6px 5px;border: 1px solid #999!important; font-family:'Open sans', sans-serif; color: #000;font-size: 15px;background: #fff;width: 100%;height: 90px;border-radius:2px;margin-top:10px;}
#formpage textarea:focus{border: 1px solid #999; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#500000; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 160px;border:none;height:auto; font-size:16px; font-weight:400; margin: 0 auto;}
#formpage input.submit-button:hover, #submit-btn button:hover{background:#000; cursor:pointer;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:160px; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaImage{margin:0 auto;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; display:flex; flex-direction:row;}
.footer-left{width:50%; background:#500000;}
.footer-right{width:50%; background:#3c0000;}
.footer-text{padding:100px 20px; box-sizing:border-box; max-width:500px; margin:0 auto; width:100%;}
.footer-text p.bold{font-size:26px; line-height:30px;font-weight:800; text-transform:uppercase; padding-bottom:20px; color:#fff;}
.footer-text p{font-size:18px; text-transform:uppercase; color:#fff; font-weight:600; line-height:30px;}
.footer-text a{font-size:16px; color:#fff; font-weight:400;}
.footer-text a:hover{text-decoration:underline!important;}
.footer-text ul li{color:#fff; line-height:26px;}
.footer-text ul li a{color:#fff; padding:8px 0; display:block;}
.footer-text ul li a:hover{text-decoration:underline!important;}

.bottom-footer{width:100%; padding:60px 0; background:#000;}
.bottom-footer-wrapper{max-width:1700px; width:100%; box-sizing:border-box; padding:0 20px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.bottom-footer-wrapper img{max-width:180px;}
.bottom-footer-wrapper p, .bottom-footer-wrapper a{color:#fff; font-size:14px; font-weight:300;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #500000 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #500000 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
	color: #000 !important;}

._reviewInfo_3glv7_54 span {color:#000!important;}
._reviewCarouselContainer_z332j_2 ._subText_z332j_47 {color:#000!important;}

    /*-----------------------MEDIA QUERIES-----------------------*/







/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.ql{width:calc(30% - 20px); height:500px;}
	.qls{flex-wrap:wrap; justify-content: center;}
	.brandbar{padding:10px 30px; box-sizing:border-box;}
	.slick-slider{padding:0 25px;}
	.about-text-box{padding:8%;}
}

@media only screen and (max-width: 1250px) {
	.header-link{display:none;}
	.mobile-icons{display:inline-block;}
	.header-top{justify-content:space-around;}
	.about-text-box{width:100%; height:100%;}
	.service-half{width:calc(100% - 10px);}
	.contact-left, .contact-right{width:50%;}
	.about-text-box{top:0;}
}
@media only screen and (max-width: 1000px) {	
	.header-left{width:350px;}
	.header-right{width:calc(100% - 350px);}
	.logo img{max-width:200px;}
	.logo{padding:18px 0 13px 0;}
	.qls{padding: 10px 0px;}
	.ql{width:100%; height:300px;}
	.about-home{height:850px;}
	.inv-links a{width:calc(100% - 6px);}
	.page-wrapper h1{font-size:30px;}
	.parts{flex-direction:column;}
	.parts section{width:calc(100% - 20px);}
	.page-wrapper h2{font-size:22px;}
	.contact{flex-direction:column;}
	.contact-left, .contact-right{width:calc(100% - 20px);}
	.about-text-box img{display:none;}
}

@media only screen and (max-width: 600px) {
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:100%;}
}
@media only screen and (max-width: 600px) {	
	header{flex-direction:column;}
	.header-left, .header-right{width:100%;}
	.header-right{flex-direction:row; display:flex;}
	#menu-button a{padding:15px 22px!important;}
	#menu-button{width:80px!important;}
	footer{flex-direction:column;}
	.footer-left, .footer-right{width:100%; text-align:center;}
	.footer-text{padding:60px 10px;}
	.bottom-footer-wrapper{flex-direction:column; text-align:center;}
	.bottom-footer-wrapper img{margin:0 auto;}
	.ql{height:250px;}
	.search-row{flex-direction:column;}
	.formfield, .submit-btn{width:calc(100% - 10px); margin:5px;}
	.brandbar{margin:30px auto;}
	.about-text-box h3{font-size:30px; line-height:30px;}
	.about-text-box h3 span{font-size:18px;}
	.about-text-box p{font-size:15px; line-height:24px;}
	.inv-links a p, .inv-links a h2{font-size:17px; padding:30px; width:97%;}
	.inv-links a i{padding:30px 30px 30px 45px; font-size:22px; width:3%;}
	.about-text-box h2{font-size:22px; line-height:22px;}
	.btn-row{flex-wrap:wrap;}
	.about-home{height:950px;}
}

@media only screen and (max-width: 380px) {
	.footer-text p.bold{font-size:20px;}
	.about-home{height:1100px;}
	.inv-links a i{display:none;}
	.inv-links a p, .inv-links a h2{width:100%; text-align:center;}
	.page-wrapper h1{font-size:26px;}
	.popcontainer{padding:10px;}
	
	
}

@media only screen and (max-width: 1000px) {
	.service-third{
		width: 100%;
		display: static;
	}
	
}





