﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed: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:'Roboto Condensed', sans-serif;
}
a{text-decoration:none;}
.red-btn{background:#a71930; color:#fff; text-align:center; display:inline-block; width:180px; padding:14px; box-sizing:border-box; text-transform:uppercase; font-weight:400; font-size:16px; height:48px; margin:3px; transition:.3s ease; border:solid 1px #a71930;}
.red-btn:hover{background:#000; cursor:pointer;}
.white-btn{color:#fff; text-transform:uppercase; font-size:19px; }
.white-btn i{padding-left:10px;transition:.3s ease;}
.white-btn:hover i{padding-left:25px;}
@keyframes slideInFromLeft{
	0%{
		transform: translateX(-100px);
		opacity:0;
	}
		100%{
			transform: translateX(0);
			opacity:1;
		}
	}


/*--- HEADER STYLES ---------------------*/
header{width:100%; background:#000;}
.header{max-width:1700px; width:100%; margin:0 auto; display:flex; flex-direction:row;}
.logo{max-width:220px; width:100%; padding:10px; box-sizing:border-box;}
.logo img{width:100%;}
.case{max-width:200px; width:100%;padding:20px 10px; box-sizing:border-box;}
.case img{width:100%;}



/*---BODY--------------------------------*/


#slider { height: 800px; width: 100%; position: relative; background:radial-gradient(circle, rgba(57,14,21,1) 0%, rgba(21,21,21,1) 50%);}
.swiper-container { height: 100%;  width: 100%; max-width:1700px; margin:0 auto;}
.swiper-image { width: 100%; height: 100%;}
.swiper-image img{width:100%; max-height:100%; object-fit:contain; z-index:15; position:relative; max-width:1600px; filter: drop-shadow(2px 8px 15px #000);margin:80px auto 0 auto; display:block;}
.top-text{position:absolute; top:40px; left:50px; z-index:-1;}
.bottom-text{position:absolute; bottom:0; right:0;}

.swiper-container .top-text { font-family: 'Roboto Condensed', serif; text-transform:uppercase; font-weight: 800; color: #fff; font-size: 100px; transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s; transform: translate3d(-20%, 0, 0); opacity: 0;}
.swiper-container .top-text h1{font-size:160px; line-height:165px;} 
.swiper-container .top-text h2{font-size:145px; line-height:150px;}
.swiper-container .bottom-text { font-family: 'Roboto Condensed', serif; text-transform:uppercase; color: #fff; text-align:right; font-size: 140px; font-weight: 800; opacity: 0; transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s; transform: translate3d(20%, 0, 0);}

.swiper-wrapper button{color:#fff; z-index:10; background:transparent; border:none; text-transform:uppercase; font-size:19px; position:absolute; bottom:45px; left:5px;}
.swiper-wrapper button i{padding-left:10px; transition:.3s ease;}
.swiper-wrapper button:hover i{padding-left:24px;}
.swiper-wrapper button:hover{cursor:pointer;}
.swiper-slide.swiper-slide-active .top-text,
.swiper-slide.swiper-slide-active .bottom-text {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  
}

/* Bullets */
.swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 50px;
  display: inline-block;
  background: #fff;
  opacity: 0.8;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #a71930;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 15px;
  bottom: 40%;
}
.swiper-container-vertical
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
  display: block;
}

.dark-back a p{font-weight:200; text-transform:uppercase;}
.dark-back a{font-size:18px; line-height:5px; color:#fff; margin:0 auto; display:block; padding-bottom:40px; text-align:center;}
.dark-back a i{font-size:40px;}
.dark-back{width:100%; background:#151515; padding:50px 0 100px 0;}
.wrapper{max-width:1700px; width:100%; margin:0 auto; padding:0 10px; box-sizing:border-box;}
.dark-back h2{font-size:55px; color:#fff; font-weight:800; text-transform:uppercase;}

/*----------Brands------------*/

.brands{width:100%; display:flex; flex-direction:row; }
.brands a{width:calc(25% - 4px); transition:1s ease; border:solid 2px #fff; height:550px; position:relative;}
.brands a img{width:100%; height:100%; transition:.3s ease; object-fit:cover; filter:brightness(.5);}
.brands a h3{position:absolute; left:0; right:0; padding:0 10px; box-sizing:border-box; text-align:center; color:#fff; font-size:42px; text-transform:uppercase; text-shadow:1px 1px 4px rgba(0,0,0,.8); bottom:45%;}
.brands a:hover{width:45%;}
.brands a:hover img{filter:brightness(.8);}



.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: 550;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: 600px;min-height: 260px;margin:0 auto;background: #fff;position: relative;z-index: 103;padding:55px 40px;box-shadow: 0 2px 5px rgba(0,0,0,.5); width:98%;}
.item-container h2{font-size:26px; text-align:center; text-transform:uppercase; font-weight:600; color:#000;}
.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-container .close:hover{cursor:pointer; color:#C9213C;}
.show-links{width:100%; }
.show-links a{display:block; transition:.3s ease; width:calc(100% - 5px); text-transform:uppercase; margin:5px; padding:12px; box-sizing:border-box; background:#000; color:#fff; font-size:18px; text-align:center; }
.show-links a:hover{background:#C9213C;}

/*-------Equipment Slider----------*/
.head-row{padding:140px 10px 40px 10px; box-sizing:border-box; max-width:1700px; width:100%; margin:0 auto; display:flex; flex-direction:row; justify-content: space-between;}
.head-row h2{font-size:55px; color:#000; font-weight:800; text-transform:uppercase;}
.header-row a{margin-top:20px;}

/*----qls---------*/
.slick-initialized .slick-slide{padding:10px; box-sizing:border-box;}
.ql-row{background:transparent;margin: 0 auto;padding:10px 0px;width: 100%;top:0;left: 0;right:0;display:block!important;}
.ql-slider{padding:10px; box-sizing:border-box; position:relative; width:100%; height:600px; background:#f0f0f0;}
.ql-slider img{width:80%; margin:80px auto 0 auto; height:450px; object-fit:contain; box-sizing:border-box; transition:.3s ease;}
.slick-list{max-width:1700px!important;}
.ql-slider h3{font-size:70px; position:absolute; left:0; transition:.5s ease; opacity:0; right:0; top:100px; text-align:center; color:#000; font-weight:800; padding:10px 0; text-transform:uppercase;}
.ql-slider:hover h3{top:40px; opacity:1;}

.ql-slider p{transition:.3s ease; box-sizing:border-box; position:absolute; bottom:8%; left:0; right:0; margin:0 auto; color:#000; font-size:22px; text-transform:uppercase; font-weight:400; display:flex; flex-direction:row; justify-content:center;}
.ql-slider p i{margin-left:20px; margin-top:-10px; padding:13px; height:42px; width:42px; box-sizing:border-box; transition:.3s ease; font-size:20px; color:#000; border-radius:50%; opacity:0;}

.ql-slider:hover p i{opacity:1; padding-left:30px;}
.slick-next,.slick-prev {display:none!important;}
.slick-list{margin:0 auto!important;}


/*----------About ------------*/
.home-about{width:100%; background:url("/siteart/mission-back.jpg") center center no-repeat;}
.about-text{ max-width:1200px; margin:60px auto 10px auto; widht:100%; padding:160px 10px; box-sizing:border-box; text-align:center;}
.about-text h2{font-size:70px; color:#fff; text-align:center; text-transform:uppercase; padding-bottom:30px; font-weight:800;}
.about-text p{font-size:18px; line-height:24px; color:#fff; box-sizing:border-box; padding:0 20px 60px 20px;}
.about-text a{margin:0 auto;}


/*----------Links----------*/
.links{max-width:1700px; width:100%; margin:0 auto; display:flex; flex-direction:row;}
.links a{width:calc(33.33% - 20px); transition:.3s ease; margin:10px; background:#f0f0f0; padding:40px; box-sizing:border-box; position:relative;}
.link-row{text-align:center; display:flex; flex-direction:row; justify-content: center; padding:30px 0;}
.link-row h3{font-size:60px; transition:.3s ease; color:#000; text-transform:uppercase; font-weight:800;}
.link-row i{padding-right:20px; transition:.3s ease; font-size:85px; color:#000;}
.background-icon{position:absolute; left:30px; bottom:20px;}
.background-icon i{opacity:.05; color:#000; font-size:180px;}
.links a:hover{background:#a71930;}
.links a:hover h3, .links a:hover i, .links a:hover .background-icon i{color:#fff;}



.testi-row{background:transparent;margin: 0 auto;padding:10px 0px;width: 100%;top:0;left: 0;right:0;display:block!important;}
.testi-slider{padding:50px!important; box-sizing:border-box; position:relative; width:100%; border-right:solid 2px #ccc;}
.testi-slider h3{font-size:70px; position:absolute; left:0; transition:.5s ease; right:0; top:100px; text-align:center; color:#000; font-weight:800; padding:10px 0; text-transform:uppercase;}

.testi-slider p{ color:#000; text-align:left;}
.star-row{display:flex; flex-direction:row; padding-bottom:40px;}
.star-row i{color:#a71930; font-size:18px; margin:2px;}
.name{font-size:22px; font-weight:900; padding-bottom:10px;}
.quote{font-size:18px; line-height:24px;}

.testi-page .testi-slider{border-right:none; border-bottom:solid 2px #ccc;}
/*----------Pages---------------*/
.black-back{background:#151515; color:#fff; width:100%;}
.bread p, .bread p a{color:#fff; font-size:16px; letter-spacing:2px; padding:40px 0;}
.page-top h1{font-size:60px; animation:1s ease-out 0s 1 slideInFromLeft; font-weight:800; padding-bottom:20px; color:#fff; text-transform:uppercase; line-height:50px; max-width:800px;}
.page-top p{font-size:18px; line-height:24px;}
.page-top span {font-size:40px; color:#C9213C;}
.page-top img{float:right; width:90%; height:500px; object-fit:cover;}
.outline{float:right;margin-top:-80px; max-width:1100px; width:90%; height:300px; }
.page-text{width:100%; margin:0 auto; display:flex; flex-direction:row; padding:120px 0; justify-content: space-between;}
.page-text h2{font-size:55px; line-height:58px; color:#000; width:35%; padding:40px; box-sizing:border-box; text-transform:uppercase;}
.page-text p{font-size:16px; line-height:24px; width:65%; padding:20px; box-sizing:border-box; color:#000;}

.page-whole{width:100%;}
.service-row{width:100%; display:flex; flex-direction:row; padding-bottom:40px;}
.service-staff{width:33.33%; padding:40px; box-sizing:border-box; border-right:2px solid #ccc;}
.service-staff:last-of-type{border-right:none;}
.service-staff h3{font-size:32px; color:#a71930; text-transform:uppercase;}
.service-staff a{color:#000; font-weight:600; padding:10px 0; display:block; font-size:22px;}
.service-staff p{color:#333; font-weight:400; font-style: italic; font-size:18px;}

.wrapper hr{margin:40px 0;}

.afs{padding:80px 0;}
.afs h2{font-size:40px; padding:30px 0 10px 0; text-transform:uppercase; color:#a71930;}
.sales{font-size:50px; text-transform:uppercase;}

.logo-row{width:100%; display:flex; padding:80px 0; flex-direction:row; flex-wrap:wrap; }
.logo-row button{width:calc(20% - 10px); padding:10px; box-sizing:border-box; border:none;}
.logo-row button img{width:100%; height:150px; object-fit:contain; filter:grayscale(.8); transition:.3s ease;}
.logo-row button:hover img{filter:grayscale(0);}
.btn{cursor:pointer; position:relative;background:#151515; transition:all .5s;
  &:after,&:before{ content:" "; width:10px;  height:10px;  position:absolute;  border :0px solid #fff;  transition:all .5s;
    }
  &:after{  top:0px; left:0px;  border-top:5px solid #151515;  border-left:5px solid #151515; }
  &:before{  bottom:0px;  right:0px;  border-bottom:5px solid #151515;  border-right:5px solid #151515; }
  &:hover{
    &:before,&:after{  width:calc(100% - 10px);  height:calc(100% - 5px);  border-color:#D31332; }
  }
}

/*------PTX Trimble------*/

.page-top-pt{display:flex; flex-direction:row; justify-content: flex-start;} 
.page-top-pt h1{font-size:60px; padding:3% 30px 10px 8%; animation:1s ease-out 0s 1 slideInFromLeft; font-weight:800; padding-bottom:20px; color:#fff; text-transform:uppercase; line-height:50px; max-width:800px;}
.page-top-pt span {font-size:40px; color:#C9213C;}
.page-top-pt img{width:calc(100% - 800px); height:300px; object-fit:cover;}

.flex{display:flex; align-items:stretch; flex-direction:row; flex-wrap:wrap; justify-content:flex-start;}
.pt-left{width:50%;box-sizing:border-box; padding:2% 2% 3% 3%;}
.pt-right{width:50%;box-sizing:border-box; padding:3% 0 2% 3%;}
.flex img{width:100%;}
.flex h2{font-size:40px; padding:30px 0 10px 0; text-transform:uppercase; color:#a71930;}
.flex p{color:#333; font-weight:400; font-size:18px;}

.gray-back{width:100%; padding:6% 0; background:#f0f0f0;}
.prod{width:calc(33.33% - 20px); background:#fff; margin:10px; box-shadow:0 0 4px 2px rgba(0,0,0,.1); }
.prod img{width:100%; height:400px; object-fit:cover; clip-path: ellipse(100% 90% at 50% 0%);}
.prod-text{padding:0 30px 30px; box-sizing:border-box;}
.prod-text h3{font-size:25px; padding:0 0 10px 0; text-transform:uppercase; color:#000;}
.prod-text a{padding:16px 10px; box-sizing:border-box; background:#a71930; color:#fff; text-transform:uppercase; text-align:center; display:block; width:100%; font-weight:600; font-size:20px; margin-top:20px; transition:.3s ease;}
.prod-text a:hover{cursor:pointer; background:#000;}
.prod-text p{min-height:230px;}
.products h2{font-size:40px; padding:10px 0 30px 0; text-transform:uppercase; color:#000;}

.ben-back{background:url("/siteart/ptx/benefits.jpg") center center no-repeat;}
.ptx-text{padding:3% 3% 3% 8% ; width:80%; background:#fff;clip-path: ellipse(67% 140% at 8% 50%); }
.ptx-text h2{font-size:40px; padding:20px 0; text-transform:uppercase; color:#a71930;}
.ptx-text ul{margin-left:20px;}
.ptx-text ul li{list-style: disc; line-height:30px; color:#333; font-weight:400; font-size:20px;}

#formpage p{margin:5px;}
/*----------Locations----------*/

.buttons{width:calc(100% - 2px); display:flex; flex-direction:row; }
.buttons button{width:33.33%; gap:20px; padding:16px; box-sizing:border-box; border:solid 2px #a71930; background:#151515; font-size:22px; color:#fff; text-transform:uppercase; line-height:25px; font-weight:600; text-align:center;}

 #Second, #Third, #Fourth{width:100%;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;}
.open {background: #a71930!important;}
.buttons button:hover{background-color:#a71930; cursor:pointer;}

 #First{width:100%;overflow: hidden;transition: max-height 0.2s ease-out;}
.panel-wrap{padding:40px; background:#fff; box-sizing:border-box; display:flex; flex-direction:row;}
.loc-left{width:33%; padding-right:40px; box-sizing:border-box;}
.loc-left section{padding:20px; margin:10px; box-sizing:border-box; border:solid 1px #ccc;}
.loc-left section h3{font-size:20px; color:#000; padding-bottom:10px; text-transform:uppercase;}
.loc-left a, .loc-left ul li{color:#000; font-size:16px;}
.map{width:67%;}
.red-long{width:calc(100% - 20px); padding:15px; background:#a71930; color:#fff!important; text-align:center; margin:10px; display:block; box-sizing:border-box; text-transform:uppercase;}

/*----------Team-------------*/
.teammates{width:100%;}
.teammates h2{font-size:40px; color:#fff; text-transform:uppercase; padding:20px 0 10px 0;}
.team-row{width:100%; display:flex; flex-direction:row;  flex-wrap:wrap;}
.team{width:calc(20% - 20px); margin:10px;}
.team img{width:100%; height:350px; object-fit:cover;}
.team-text{width:100%; padding:20px; margin-top:-4px; box-sizing:border-box; background:#fff; text-align:center; color:#000;}
.team-text .name{color:#a71930; padding-bottom:0;}
.title{color:#000; font-size:16px; padding-bottom:10px;}



/*--------FORM STYLES--------------------*/
#formpage label{color:#000; font-size:18px;}
.flex-form{width:100%;text-align: left;background:#fff; padding:50px; box-sizing:border-box; margin: 40px auto 0 auto;flex-direction: row;justify-content: flex-start;align-items: flex-start;font-size: 15px;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #555!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;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
.form-whole2{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 h2{font-size:22px; margin-left:5px; color:#000; text-transform:uppercase;}

#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:#a71930; color:#ffffff;padding:12px 20px;text-decoration:none;transition:ease-in .3s;width: 160px;border:none;height:auto; text-transform:uppercase; font-size:16px; font-weight:400; }

#formpage input.submit-button:hover, #submit-btn button:hover{ box-shadow:3px 3px 3px #848484; cursor:pointer; transition:ease-out .3s;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;}
.captcha-button{width:160px; }
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}
.CaptchaMessagePanel{color:#000;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:#000;}
.footer{max-width:1700px; width:100%; margin:0 auto; padding:80px 0;}
.footer-logo img{max-width:220px; width:100%; display:block; margin:0 auto; padding-bottom:80px;}
.footer-row{width:100%; display:flex; flex-direction:row; }
.foot-col{width:25%; padding:50px; box-sizing:border-box; border-right:solid 2px #fff;}
.foot-col:last-of-type{border-right:none;}
.foot-col p{font-size:22px; font-weight:800; color:#fff; text-transform:uppercase; padding-bottom:30px;}
.foot-col ul li, .foot-col ul li a{color:#fff; transition:.3s ease; font-size:16px; text-transform:uppercase; line-height:30px;}
.fmobile{display:none;}
.foot-col ul li a:Hover{color:#E41537;}
/*----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: #a71930 !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: #a71930 !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;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1620px) {
	.swiper-container .top-text h2{font-size:90px; line-height:95px;}
	.swiper-container .top-text h1{font-size:130px; line-height:135px;}
	.swiper-container .bottom-text{font-size:130px;}
	.ql-slider h3{font-size:60px; line-height:60px;}
}
@media only screen and (max-width: 1400px) {
	.swiper-container .top-text h2{font-size:90px; line-height:95px;}
	.swiper-container .top-text h1, .swiper-container .top-text h2{font-size:110px; line-height:115px;}
	.swiper-container .bottom-text{font-size:105px;}
	.bottom-text{right:10px;}
	.swiper-image img{max-width:1200px;}
	#slider{height:650px;}
	.page-text{flex-direction:column;}
	.page-text h2, .page-text p{width:100%;}
	.page-text h2{padding:10px 10px 40px 10px;}
	.page-text p{padding:50px 0;}
	.team{width:calc(25% - 20px);}
	.ptx-text ul li{font-size:18px;}
}
@media only screen and (max-width: 1250px) {
	.swiper-wrapper button{bottom:0px;}
	.bottom-text{bottom:50px;}
	.dark-back{padding:60px 0 40px 0;}
	.dark-back h2{font-size:45px; line-height:45px;}
	.brands{flex-wrap:wrap;}
	.brands a{width:calc(50% - 4px); height:260px;}
	.brands a:hover{width:calc(50% - 4px);}
	.ql-slider h3{opacity:1; top:40px;}
	.ql-slider{height:500px;}
	.ql-slider h3{font-size:50px; line-height:50px;}
	.ql-slider img{height:380px;}
	.links a{width:calc(50% - 20px);}
	.links{flex-wrap:wrap;}
	.foot-col{padding:20px;}
	.page-top img{height:400px;}
	.logo-row button{width:calc(25% - 10px);}
	.team{width:calc(33.33% - 20px);}
	.swiper-container .top-text h2{font-size:88px; line-height:93px;}
	.top-text{left:20px;}
	.item-container{top:100px;}
	.item{padding-top:0px;}
	.page-top-pt h1{padding:3% 20px 20px 20px; max-width:600px;}
	.page-top-pt img{width:calc(100% - 600px);}
	.prod{width:calc(50% - 20px);}
	.ptx-text{ padding:40px 10px; width:100%;}
}
@media only screen and (max-width: 1100px) {	
	.loc-left, .map{width:50%;}
}


@media only screen and (max-width: 1000px) {	
	.swiper-image img{width:90%;}
	.ptx-text{clip-path:none;}
	.swiper-container .top-text h1, .swiper-container .top-text h2{font-size:70px; line-height:75px;}
	.swiper-container h1{font-size:95px;}
	.swiper-container .bottom-text h2{font-size:95px;}
	#slider{height:60vh;}
	.header{flex-direction:column; padding-bottom:10px;}
	.header:first-child{order:1;}
	#menu-button{order:3;}
	.header:last-child{order:2;}
	.logo, .case{margin:0 auto; padding:5px;}
	.head-row h2{font-size:45px; line-height:47px;}
	.dark-back{margin-top:-2px;}
	.link-row h3{font-size:45px;}
	.link-row i{font-size:65px;}
	.background-icon i{font-size:120px;}
	.links a{padding:20px;}
	.footer-row{flex-direction:column;}
	.foot-col{width:100%; border-right:0; text-align:center; padding:10px;}
	.foot-col p{border:solid 1px #fff; padding:15px; box-sizing:border-box;}
	.foot-col ul li a{font-size:20px; line-height:30px;}
	.service-row{flex-direction:column;}
	.service-staff{border-right:none; border-bottom: solid 2px #ccc; width:100%;}
	.wrapper hr{display:none;}
	.page-text {padding:60px 0 30px 0;}
	.flex-row{flex-direction:column;}
	.form-half{width:calc(100% - 10px);}
	.logo-row button{width:calc(33.33% - 10px);}
	.desktop{display:none;}
	.fmobile{display:block;}
	.page-top-pt{flex-direction:column;}
	.page-top-pt h1{width:100%;}
	.page-top-pt img{width:100%; height:250px;}
	.pt-left{width:100%; padding:30px 10px;}
	.pt-right{width:100%; padding:30px 10px;}
	.pt-right img{height:250px; object-fit:cover;}
}
@media only screen and (max-width: 800px) {	
	.swiper-container .top-text h1, .swiper-container .top-text h2{font-size:65px;}
	.swiper-container h1{font-size:65px;}
	.swiper-container .bottom-text h2{font-size:85px; line-height:90px;}
	#slider{height:550px;}
	.swiper-image img{margin:100px auto 0 auto;}
	.swiper-slide-active{height:100%!important;}
	.top-text{left:10px;}
	.brands a{width:calc(100% - 4px); height:200px;}
	.brands a:hover{width:calc(100% - 4px);}
	.about-text h2{font-size:55px; line-height:57px;}
	.head-row{padding:60px 10px 40px 10px;}
	.page-top img{height:280px;}
	.outline{height:200px;}
	.page-text h2{font-size:40px; line-height:42px;}
	.panel-wrap{flex-direction:column;}
	.loc-left{width:100%; padding:0;}
	.map{width:100%;}
	.map iframe{height:220px;}
	.buttons{flex-direction:column;}
	.buttons button{width:100%;}
	.team{width:calc(50% - 20px);}
	.item-container{top:80px;}
	.flex h2, .products h2, .ptx-text h2{font-size:30px;}
	.prod{width:calc(100% - 20px);}
	.prod-text p{min-height:0;}
}

@media only screen and (max-width: 700px) {	
	.head-row{justify-content: center; flex-direction:column; text-align:center;}
	.head-row a{margin:15px auto 0 auto;}
	.links a{width:calc(100% - 20px);}
	.page-top h1, .page-top-pt h1{font-size:50px; line-height:40px;}
}

@media only screen and (max-width: 650px) {	
	.swiper-container .top-text{font-size:45px;}
	.swiper-container .top-text h1{font-size:50px;}
	.swiper-container .bottom-text{font-size:60px; line-height:60px;}
	.swiper-image img{margin:80px auto 0 auto; width:120%; overflow:hidden; margin-left:-50px;}
	.swiper-pagination{display:none;}
	#slider{height:400px;}
	.head-row h2{font-size:36px; line-height:38px;}
	.link-row h3{font-size:35px;}
	.link-row i{font-size:45px;}
	.testi-slider{padding:25px!important;}
	.dark-back h2{font-size:35px; line-height:37px;}
	.page-top h1, .page-top-pt h1{font-size:40px; line-height:32px;}
	.page-top h1 span, .page-top-pt h1 span{font-size:28px;}
	.bread p{padding:25px 0;}
	.page-text h2{padding:10px;}
	.logo-row button{width:calc(50% - 10px);}
	.swiper-container .top-text h2{font-size:50px; line-height:55px;}
	.item-container{padding:30px 20px;}
	.item-container .close{margin-top:20px; margin-right:0;}
	.page-top-pt h1{padding:30px 10px;}
	.page-top-pt img{width:100%; height:160px;}
	
}
@media only screen and (max-width: 500px) {
	.page-top img{height:200px; width:100%;}
	.outline{float:none; margin-top:-20px; height:150px;}
	.page-top h1, .page-top-pt h1{font-size:30px; line-height:30px;}
	.page-top h1 span, .page-top-pt h1 span{font-size:24px;}
	.page-text h2{font-size:32px; line-height:34px;}
	.flex-form{padding:30px;}
	.team{width:calc(100% - 20px);}
	.prod img{height:250px;}
	
	.case{display:none;}
	.swiper-container h1{font-size:40px;}
	.swiper-container .top-text h1{font-size:40px;}
	.swiper-container .top-text h2{font-size:38px; line-height:40px;}
	.swiper-container .bottom-text h2{font-size:50px; line-height:60px;}
	.swiper-container {font-size:60px; line-height:65px;}
	.gray-back{padding:40px 0;}
}

@media only screen and (max-width: 380px) {
	.swiper-container .top-text{font-size:23px;}
	.swiper-container .top-text h1, .swiper-container h2{font-size:30px;}
	.swiper-container .bottom-text h2{font-size:40px; line-height:35px; bottom:50px;}
	.logo-row button{width:calc(100% - 10px);}
	#slider{height:350px;}
	.prod-text{padding:0 15px 15px;}
	
}





