﻿/***** BEGIN RESET *****/
 @import url("https://use.typekit.net/xxa6uhn.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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:'Montserrat', sans-serif;
}

a{text-decoration:none;}
.white-btn{font-size:16px; align-content:center; width:200px; font-weight:600; padding: 23px 10px; box-sizing:border-box; display:block; text-align:center; color:#fff; border:solid 1px #fff; border-radius:40px; transition:.3s ease;}
.white-btn:hover{background:#f5d52f; color:#000;}

.black-btn{font-size:16px; align-content:center; transition:.3s ease; font-weight:600; width:200px; padding: 23px 10px; box-sizing:border-box; display:block; text-align:center; color:#000; border:solid 1px #000; border-radius:40px;}
.black-btn:hover{background:#f5d52f; color:#000;}

.yellow-btn{font-size:16px; align-content:center; transition:.3s ease; background:#f5d52f;width:200px; padding: 23px 10px; box-sizing:border-box; display:block; text-align:center; color:#000; border:solid 1px #000; border-radius:40px; font-weight:600; height:70px;}
.yellow-btn:hover{background:#000; color:#fff;}
/*--- HEADER STYLES ---------------------*/
.top-wrapper{width:100%; background:#000; border-bottom:solid 1px #fff;}
.top-header{max-width:1600px; width:100%; margin:0 auto; padding:0 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.left-top{display:flex; flex-direction:row;}
.left-top a{display:flex; width:42px; height:42px; border:solid 1px #fff; justify-content: center;}
.left-top a i{display:flex; flex-wrap:wrap; color:#fff; font-size:16px; align-content: center;}
.right-top{display:flex; flex-direction:row; justify-content: flex-end;}
.right-top a{; padding:2px 10px; box-sizing:border-box; display:block; color:#fff; text-align:center;}
.right-top a img{max-width:36px;}
.yellow{background:#f5d52f; color:#000!important;}

header{width:100%; background:#000;}
.header{max-width:1600px; width:100%; padding:10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.logo{max-width:250px; width:100%;}
.logo img{width:100%; max-width:250px; max-height:250px; }

/*---BODY--------------------------------*/
.hero{width:100%; height:800px; position:relative;}
.hero img{width:100%; height:100%; filter:brightness(.4); object-fit:cover;}
.hero-text{position:absolute; max-width:700px; width:100%; margin:0 auto; left:0; right:0; bottom:30%;}
.hero-text h1{font-size:110px; line-height:30px; color:#fff; font-weight:800; font-family:'neue-aachen-pro', sans-serif; text-align:center;}
.hero-text h1 span{font-size:27px; font-weight:600; font-family:'Monterrat', sans-serif;}
.hero-text p{color:#fff; font-size:16px; line-height:22px; text-align:center; padding:10px 0 40px 0px;}
.hero-text a{margin:0 auto;}

/*---------Brands---------*/

.inv-brandslider a{max-width:270px;}
.brandbar .width{width:98%; margin:0 auto;}
.brandbar{background:transparent;margin: 0px 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%; max-width:250px; max-height:200px; padding:0 0 2px 0; box-sizing:border-box; background-color:#fff; margin: 15px auto; background: #fff; transition:.3s ease;}

.slick-list{max-width:1700px!important;}

.slick-prev { width:50px; height:50px; display:block; background-color:#01549a; text-align:center; padding:15px 0; cursor:pointer; transition:.3s ease-in-out;}
.slick-next { width:50px; height:50px; display:block; background-color:#01549a; text-align:center; padding:15px 0; margin-left:10px; cursor:pointer; transition:.3s ease-in-out;}


.slick-list{margin:0 auto!important;}


/*------Connect---------*/
.connect{width:99%; max-width:1600px; margin:20px auto; box-shadow:1px 1px 4px 3px rgba(0,0,0,.2); padding:60px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.connect h2{font-family:'neue-aachen-pro', sans-serif; text-transform:uppercase; font-size:32px;}
.connect section{width:24%;}
.connect section:first-of-type{width:28%;}
.connect a{color:#000; font-weight:500; font-size:20px;  }
.connect a i{font-size:16px; margin-right:15px; transition:.3s ease; padding:12px; width:41px; text-align:center; box-sizing:border-box; background:#000; color:#fff; border-radius:50%;}
.connect a:hover i{background:#f5d52f; color:#000;}

/*---------Links-------------*/
.link-row{max-width:1600px; flex-wrap:wrap; width:100%; margin:60px auto 20px auto; display:flex; flex-direction:row; justify-content: space-between; }
.link-row a{font-size:16px; align-content:center;margin:5px; width:100%; max-width:185px; min-width:160px; padding:20px 10px; display:block; text-align:center; box-sizing:border-box; color:#666; border:solid 1px #888; border-radius:40px; transition:.3s ease;}
.link-row a:hover{color:#fff; background:#000;}


/*----About--------*/
.about{width:100%; max-width:1600px; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.about img{width:45%; padding:15px; box-sizing:border-box;}
.about-text{ width:50%; padding:100px 40px; box-sizing:border-box;}
.about-text h2{font-size:35px; padding-bottom:20px; color:#000; font-weight:800; font-family:'neue-aachen-pro', sans-serif;}
.about-text p{font-size:16px; line-height:26px; color:#000; padding-bottom:60px;}
/*---------Quick Links----------*/
.ql-section{max-width:1600px; height:700px; width:100%; margin:0 auto 50px auto; display:flex; flex-direction:row; justify-content: flex-start;}
.qls{width:100%; display:flex; flex-direction:row; justify-content: flex-start; flex-wrap:wrap;}
.qls a{width: calc(20% - 14px); position:relative; margin:5px; border:solid 2px #fff; height:calc(50% - 14px);}
.qls a img{width:100%; height:100%; object-fit:cover;}
.ql-text{position:absolute; transition:.5s ease;opacity:0; align-content:center; bottom:0; height:100%; width:100%; left:0; background:#000; padding:30px; box-sizing:border-box; text-align:center;}
.ql-text img{width:120px!important;height:120px!important;  margin:0 auto; object-fit:contain!important;}
.ql-text h3{font-size:26px;  padding-bottom:10px; color:#fff; font-family:'neue-aachen-pro', sans-serif;}
.ql-text p{color:#fff; }
.qls a:hover .ql-text{opacity:1;}
.qls a:hover .ql-text img{animation:.5s ease-out 0s 1 slideInFromTop; }
.qls a:hover .ql-text h3, .qls a:hover .ql-text p{animation:.5s ease-out 0s 1 slideInFromBottom; }

@keyframes slideInFromTop{
	0%{
		transform: translateY(-20px);
		opacity:0;
	}
		100%{
			transform: translateX(0);
			opacity:1;
		}
	}

@keyframes slideInFromBottom{
	0%{
		transform: translateY(20px);
		opacity:0;
	}
		100%{
			transform: translateX(0);
			opacity:1;
		}
	}


/*-------Testimonials-----------*/
.black-back{width:100%; background:url("/siteart/background.jpg") center center no-repeat; background-size:cover; padding:80px 0;}
.testi-wrapper{width:100%; max-width:1600px; margin:0 auto; box-sizing:border-box;}
.testi-wrapper h2{font-size:35px; color:#fff; text-align:center; text-transform:Uppercase; line-height:30px; font-family:'neue-aachen-pro', sans-serif;}
.testi-wrapper h2 span{font-size:22px; font-weight:400; font-family:'Monterrat', sans-serif;}
.testi-row{width:100%; padding:40px 0; display:flex; flex-direction:row;}
.testi{width:calc(33.33% - 40px); margin:20px; border:solid 1px #fff; border-radius:25px; padding:40px; box-sizing:border-box;}
.title-row{display:flex; flex-direction:row; justify-content: flex-start; padding-bottom:20px;}
.title-row i{color:#f5d52f; font-size:20px; padding:14px 16px; border:solid 1px #fff; border-radius:50%; }
.title {font-size:16px; font-weight:400; padding-top:8px; color:#fff; padding-left:20px; line-height:20px;}
.title span{font-weight:600;}
.testi-text{font-size:16px; line-height:24px; color:#fff;}
.btn-row{display:flex; flex-direction:row; justify-content: center; }
.btn-row a{margin:5px; align-content:center;}


/*---------Gallery---------------*/
.grey-back{width:100%; background:#f0f0f0;}
.gallery-wrap{max-width:1600px; width:100%; margin:0 auto; padding-bottom:60px; padding-top:20px;}
.gallery-wrap h3{font-size:35px; text-align:center; padding:40px 0; font-weight:800; font-family:'neue-aachen-pro', sans-serif;}
.gal-row{width:100%; height:800px; display:flex; flex-direction:row; justify-content: space-between;}
.gal-col{width:33.33%; height:100%;}
.gal-col img{margin:10px; width:calc(100% - 20px); object-fit:cover;padding:15px; background:#fff; box-sizing:border-box;}
.gal-col .large{height:calc(70% - 20px);}
.gal-col .med{height:calc(50% - 20px);}
.gal-col .small {height:calc(30% - 20px);}
.gallery-wrap a{margin:60px auto 0 auto;}

/*-----------Sub Pages--------------*/
.page-top{max-width:1600px; width:100%; margin:0 auto; padding:40px 10px; box-sizing:border-box;}
.page-top h1{padding:15px 0; font-size:42px; font-weight:600;font-family:'neue-aachen-pro', sans-serif;}
.page-top p{font-size:18px; font-weight:400; line-height:24px;}
.page-top a{margin-top:60px;}
.page-top ul{padding:20px 15px;}
.page-top ul li{font-size:18px; font-weight:500; list-style: disc; line-height:30px;}
.btns-row{display:flex; flex-direction:row; justify-content: flex-start; margin-top:40px;}
.btns-row a{margin:5px;}

/*---------Team----------------*/
.team-row{display:flex; flex-direction:row; justify-content: space-between;}
.team{width:calc(20% - 20px); margin:10px; display:block; text-align:center;}
.team img{height:200px; width:200px; border:solid 3px #000; border-radius:50%; object-fit:contain; margin:5px;}
.team p{font-size:28px; font-weight:500; color:#000; padding:10px 0;}
.phone{font-size:16px; color:#000; font-weight:600; }
.email{font-size:16px; color:#000;}
.team a:hover{text-decoration:underline;}
p.norm{font-size:16px; font-weight:400; font-style: italic;}
/*--------FAQ-----------------------*/
.accordion {
    background-color: #fff;
	border:solid 1px #ccc;
    color: #000;
    cursor: pointer;
    padding: 26px;
	font-size:18px;
	box-sizing:border-box;
    width: 100%;
    text-align: left;
	font-weight:500;
    transition: 0.4s;
}
.accordion i{padding-left:15px; font-size:15px; transition:.3s ease;}
.accordion:hover {
    background-color: #f0f0f0;
}
.active i{transform:rotate(180deg); padding-right:15px;}
.panel {
    padding:0px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.wrapper{padding:30px; border:solid 1px #ccc;}
.wrapper button{background:transparent; display:block; border:none; font-size:17px; line-height:34px; font-weight:600; color:#000;}
.wrapper button:hover{cursor:pointer; text-decoration:underline;}
/* Pop up */
#overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background:rgba(255,255,255,.2);-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); z-index:10; filter:blur(2px); display: none;}

.item{width: 100%; left:0; overflow-y:scroll; display:none; padding-bottom:50px; margin:0 auto;padding-top:50px;top:0;position:fixed;z-index: 101;height: 100%;}


html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

.item-container{top:150px;padding-bottom:50px;max-height:90vh; box-sizing:border-box; max-width: 1100px;min-height: 300px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding:65px 40px;box-shadow: 0 2px 5px rgba(0,0,0,.5); width:98%;}
.item-container .close{float: right; margin-top:0; margin-right:-20px; height: 35px;left: 0px;  font-size:40px; font-weight:800;color:#000;position: relative;padding-left:13px;top: -50px;width: 28px;}
.item-container2{top:150px;box-shadow: 0 2px 5px rgba(0,0,0,.5);max-height:calc(100vh - 200px);  box-sizing:border-box; width:98%;max-width: 1100px;min-height: 350px;margin:0 auto;background: #fff;position: relative;z-index: 103;}
.item-container2 .close{height: 35px;right: 0px; position:absolute; font-size:30px;color:#000;border:solid 2px #000;padding-left:13px;bottom: 0px; background:#f5d52f; width: 28px;}
.item-container2 .close:hover{background:#000; color:#fff; border:solid 2px #fff;}
.item-container2 iframe{margin-bottom:-5px;}
.item-contaner .close:hover{cursor:pointer; color:#f5d52f;}


/*-------------Contact----------------*/
.page-row{width:100%; display:flex; flex-direction:row;}
.page-left{width:480px; padding:20px; box-sizing:border-box;}
.page-right{width:calc(100% - 480px); box-sizing:border-box; padding:20px;}
.page-left a{font-size:18px; font-weight:500; color:#000; line-height:32px;}
.page-left a i{padding-right:10px; color:#f5d52f;}
.page-right h2{padding-top:20px;}



/*--------Gallery Page------------*/
#gal_container {padding:20px 0;margin:0 auto;text-align:center; display:flex; flex-wrap:wrap; flex-direction:row;}
#gal_container img{width:100%!important; height:300px!important; object-fit:cover; }
#gal_container a{maring-top:0!important;width:calc(25% - 10px)!important; margin:5px;min-width:350px!important;}


/*--------Testimonials Page---------------*/
.reviews{width:100%; display:flex; flex-direction:row; justify-content: space-between; flex-wrap:wrap;}
.review{width:calc(50% - 40px); margin:20px; box-shadow:1px 1px 4px 3px rgba(0,0,0,.2); padding:40px; box-sizing:border-box;}
.review .title-row i{color:#000; border:solid 1px #000; height:52px; box-sizing:border-box; padding:14px 18px;}
.review p{color:#000!important;}

.stars{display:flex; padding-bottom:15px; flex-direction:row;}
.stars i{color:#f5d52f; font-size:16px;}







/*--------FORM STYLES--------------------*/


#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;padding: 20px 0px 20px 0;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}


#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 

#formpage input.submit-button, #formpage input.submit-button:focus, #submit-btn button{background:#f5d52f; color:#000;padding:14px 20px;text-decoration:none;transition:ease-in .3s;width: 100%;border:none; border-radius:15px;height:auto; text-transform:uppercase; font-size:16px; font-weight:500; margin: 0 auto;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:#000;cursor:pointer; color:#fff; transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:100%; margin:0 auto;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#000!important;}
#formpage input.submit-button:hover{color:#fff!important;}

/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000; padding:60px 0; border-top:solid 4px #f5d52f;}
.footer{width:100%; max-width:1600px; padding:40px 0; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.footer img{max-width:240px; width:100%;}
.footer-nav{display:flex; flex-direction:row; justify-content: center; }
.footer-nav a{color:#fff; font-size:18px; text-transform:uppercase; font-weight:700; font-family:'neue-aachen-pro', sans-serif; padding:50px 15px;}
.footer .yellow-btn{margin-top:20px;}
.bottom-footer{width:100%; max-width:1600px; margin:0 auto; border-top:1px solid #ccc; padding:20px 0; text-align:center;}
.bottom-footer p, .bottom-footer p a{color:#8F8F8F; font-size:16px;}

.footer-nav a:hover{color:#f5d52f;}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.toggle{max-width:1450px; margin-top:10px;padding:10px; box-sizing:border-box; margin:0 auto; display:flex; flex-direction:row; justify-content: flex-end;}
.toggle a{padding:10px 20px; background:#000; color:#fff; margin:2px; transition:.3s ease;}
.toggle a:hover{background-color:#f5d52f; color:#000;}

.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: #f5d52f !important;
    color: #000 !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: #f5d52f !important;
    color: #000 !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;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1400px) {
	.about-text{width:100%; height:100%; bottom:0;}
	.team{min-width:240px;}
	.team-row{flex-wrap:wrap; justify-content:center;}
}

@media only screen and (max-width: 1200px) {
	.hero{height:600px;}
	.hero-text{padding:0 10px; box-sizing:border-box;}
	.connect section{width:auto!important;}
	.ql-section{flex-wrap:wrap;}
	.qls{width:100%;}
	.testi{width:calc(50% - 40px);}
	.testi:first-of-type{display:none;}
	.footer{flex-direction:column; }
	.footer img, .footer .yellow-btn{margin:0 auto; display:block;}
	.page-row{flex-direction:column;}
	.page-left, .page-right{width:100%;}
	.reviews{flex-wrap:wrap;}
	.review{width:calc(100% - 40px);}
	.about img{object-fit:cover;}
}
@media only screen and (max-width: 1100px) {
.connect a span{display:none;}
}

@media only screen and (max-width: 1000px) {	
	.item-container2, .item-container{ overflow-y:scroll!important; top:50px!important;}
	.qls a{width:calc(50% - 14px); height:350px;}
	.ql-section{height:auto;}
	.gal-col:first-of-type{display:none;}
	.gal-col{width:50%;}
	.ql-text{background:transparent; opacity:1; }
	.ql-text img, .ql-text p{display:none;}
	.qls a img{filter:brightness(.5);}
	.ql-text h3{font-size:30px; text-shadow:0px 0px 3px rgba(0,0,0,8);}
	.item{padding-top:0;}
}
@media only screen and (max-width: 900px) {	
	.link-row{justify-content: center;}
	
}
@media only screen and (max-width: 800px) {	
	.testi{width:calc(100% - 40px);}
	.testi:nth-last-of-type(2){display:none;}
	.footer-nav{flex-direction:column; text-align:center;}
	.footer-nav a{padding:15px;}
	.flex-row{flex-direction:column;}
	.form-half, .form-third{width:calc(100% - 10px);}
	.item-container2 iframe{height:400px!important;}
	.about{flex-direction:column;}
	.about img{width:100%; height:250px;}
	.about-text{width:100%; padding:40px 20px;}
}
@media only screen and (max-width: 650px) {	
	.hero{height:500px;}
	.hero-text h1{font-size:80px;}
	.hero-text h1 span{font-size:22px;}
	.header{flex-direction:column;}
	.logo{margin:5px auto;}
	#menu-button{border-top:solid 1px #fff; margin-top:10px;}
	.menu-toggle{padding-top:15px!important;}
	.top-header{padding:0;}
	.left-top{display:none;}
	.right-top{width:100%;}
	.right-top a{width:50%; font-weight:500; padding:12px;}
	.connect{flex-wrap:wrap;}
	.connect section:first-of-type{width:100%!important; text-align:center; padding-bottom:15px;}
	.connect section{width:33%;}
	.qls a{ height:250px;}
	.gal-col:last-of-type{display:none;}
	.gal-col{width:100%;}
		.page-top h1{font-size:37px; line-height:39px;}
	.item-container, .item-container2{max-height:90vh;}
	.wrapper button{text-align:left;}
	.wrapper{padding:22px 15px;}
	.review{width:calc(100% - 20px); margin:10px; padding:25px;}
	
}
@media only screen and (max-width: 450px) {
	.gal-row{height:600px;}
	.qls a{width:calc(100% - 14px); height:220px}
	.connect{padding:30px;}
	.connect h2, .testi-wrapper h2{font-size:26px;}
	.testi-wrapper h2 span{font-size:18px;}
	.testi{padding:30px;}
	.btn-row, .btns-row{flex-direction:column;}
	.btn-row a{margin:5px auto;}
	.page-top h1{font-size:32px; line-height:34px;}
	.item-container{padding:45px 25px; }
	.link-row a{width:100%;}
}

@media only screen and (max-width: 380px) {
	
	
}





