﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/oak6pct.css");
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;  
} 

/***** 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 {}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

hr{border:#000 1px solid;}

h1, h2, h3 {font-family: 'barlow', sans-serif;}
#home p, #thankyou p, #consign p, #service p, #brands p, #about p, #contact p, #careers p, #commercials p, footer p, #financing p, #parts p {
	font-family: 'barlow', sans-serif;
	font-size: 20px;
	line-height: 30px;
}


/*--- Hero ---------------------*/
.home-hero {
	background: url("../siteart/home-hero.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #252525;
}
.home-hero .wrapper {padding-top: 140px!important; padding-bottom: 200px!important; text-align: center;}
.home-hero .heading-lg {color: #fff; max-width: 680px; margin: 0 auto 60px;}

.inner-hero {background: #252525;}
.inner-hero .wrapper {padding-top: 10px!important; padding-bottom: 60px!important;}
.inner-hero .heading-lg {color: #fff; text-align: center;}

/*---Home Classes--------------------------------*/

/*.brands*/

.brands {background: #F1F1F1;}
.brands .flex {justify-content: space-between; align-items: center; }
.brands .flex > div:last-child {max-width: 270px; width: 100%;}

/*--------BRANDS SLIDER--------------------*/

.brands .flex > div:first-child {
	max-width: 2000px;
	width: 100%;
}

.brands .hero-slide-wrap {
	position: relative;
	width: 100%;
    max-width: 1150px;
}

.brands-logo-image {
	position: relative;
	height: auto;
	width: 100%;
}

.brands-logo-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .4s ease-out;
}

.brands .slide-hero {
	width: 100%;
	height: 100%;
}

/*.center*/

.center {background: #252525; padding-top: 100px; padding-bottom: 100px;}
.center .wrapper {max-width: 730px!important; text-align: center;}
.center .heading-md, .center p {color: #fff;}
.center p {margin-top:10px; margin-bottom: 40px;}

/*--- Image Slider ---*/
/*.add-slider*/

.add-slider {background: linear-gradient(to top, #fff 65%, #252525 45%);}

.add-slider .wrapper > div {
	max-width: 1400px;
	width: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); 
	margin: 0 auto;
	background: #fff;
}

.add-slider .hero-slide-wrap {max-width: 1400px;width: 100%;}

.add-slider .equipment-image {
	height: 600px;
	width: 100%;
    overflow: hidden;
}

.add-slider .equipment-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}

.slick-prev:before {
	font-family: "Font Awesome 5 Free" !important;
    content: "\f053" !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
	transition: all .4s ease-out;
}

.slick-next:before {
	font-family: "Font Awesome 5 Free" !important;
    content: "\f054" !important;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 600;
	transition: all .4s ease-out;
}

/*.col-3*/

.col-3 {
	padding-top: 100px!important;
	padding-bottom: 100px!important;
	gap: 35px;
	position: relative;
	justify-content: center;
}
.col-3 .img-height {
	width: 510px;
	height: 400px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	transition: all .4s ease-out;
	background: #D21010;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.col-3 .img-height:hover img {opacity: .2;}
.col-3 .img-height:hover .clip-red {background: #F1F1F1;}
.col-3 .img-height:hover .clip-red i {color: #252525;}

.col-3 .img-height img {
	width: 100%;
	object-fit: cover;
	height: 100%;
    transition: all .4s ease-out;
}

.col-3 .heading-md {
	position: absolute;
	top: 30px;
	left: 55px;
	z-index: 100;
	color: #fff;
}

.col-3 .clip-red {
	background-color: #D21010;
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 0;
	clip-path: polygon(0px 17px, 17px 0px, 90px 0px, 90px 65px, 0px 65px);
}

.col-3 .clip-red i {color: #fff;font-size: 30px;padding: 17px 35px;}

/*.img-left*/
.img-left {background: #F1F1F1; padding-top:80px!important; padding-bottom: 80px!important; }
.img-left .heading-md {text-align: center; margin-bottom: 50px;}
.img-left .map-height {
	max-width: 1015px;
	width: 100%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	margin-right: 35px;
}
.img-left .map-height iframe {margin-bottom: -4px;}

.img-left .flex > div:last-child {background: #fff; padding: 60px; max-width: 550px; width: 100%;box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);}
.img-left .flex > div:last-child > div:first-child {margin-bottom: 60px;}
.img-left .heading-mdsm {margin-bottom: 20px;}

.img-left a {color: #252525;font-size: 20px;font-family: 'barlow', sans-serif;}
.img-left a:hover {font-weight: 700;}


/*.img-back*/
.img-back {
	background: url("/siteart/give-us-a-call.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	padding-top: 50px; 
	padding-bottom: 50px;
	background-color: #252525;
}
.heading2-big {transition: transform .2s;text-align: center; font-weight: 700;font-size: 64px;}
.heading2-big a {color: #fff;}
.heading2-big span {font-weight: 400;}

.heading2-big:hover {transform: scale(0.90);}

/*---Pages--------------------------------*/

/*brands*/

.col-4 {padding-top: 100px!important; padding-bottom: 100px!important;}

.col-4 > div:last-child {margin-top: 60px; text-align: center;}
.col-4 .heading-md {margin-bottom: 60px; text-align: center;}

.col-4 .flex {gap: 50px; justify-content: center; flex-wrap: wrap;}
.col-4 .img-height {max-width: 300px; height: auto;transition: transform .2s;background: #F1F1F1;}
.col-4 .img-height img {width: 100%; height: 100%;}

.col-4 .img-height:hover {transform: scale(0.90);}

/*about*/
#about .inner-img-left, #parts .inner-img-left {background: #fff;}

#parts .inner-img-left .flex > div:last-child > .flex {gap: 20px;}
#parts p > a {color: #D21010;}
#parts p > a:hover {font-weight: 700;}

/*thankyou*/
.thankyou {background: #F1F1F1; padding-top: 100px; padding-bottom: 100px;}
.thankyou .heading-lg, .thankyou p {text-align: center;margin: 0 auto; max-width: 700px;}
.thankyou .heading-lg {margin-bottom: 20px; text-shadow: none;}
.thankyou .wrapper div {text-align: center; margin-top: 40px;}

/*commercials*/
.commercials {text-align: center; padding-top: 100px; padding-bottom: 100px;}
.commercials .heading-md {margin-bottom: 20px;}
.commercials p {margin: 0 auto 50px; max-width: 600px;}
.commercials .video-height {max-width: 100%; width: 320px;}
.commercials video {width: 100%; height: 100%;}

.commercials .flex {flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; margin-bottom: 100px;}

#commercials .img-left .flex > div:last-child > div:nth-child(2) {margin-bottom: 60px;}
.location-social-media > div:nth-child(2) {margin-bottom: 10px;}
.location-social-media i {margin-right: 15px;}

/*careers*/

.inner-img-left {background: #F1F1F1; padding-top: 100px; padding-bottom: 100px;}
.inner-img-left .img-height {max-width: 740px; width: 100%; height: 560px; margin-right: 30px;}
.inner-img-left .img-height img {width: 100%; height: 100%; object-fit: cover;}
.inner-img-left .flex {justify-content: space-between; align-items: center;}

.inner-img-left .flex > div:last-child {
	max-width: 730px;
	width: 100%;
}
.inner-img-left .flex .heading-md {margin-bottom: 20px;}
.inner-img-left .flex p {margin-bottom: 30px;}
.inner-img-left .flex > div:last-child > div {margin-top: 40px;}

/*consign*//*financing*/
#consign .form-bg, #financing .form-bg {padding-top: 100px;}
#consign .form-all .heading-md, #financing .form-all .heading-md {margin: 0 auto; max-width: 530px;}

.form-upload a {color: #D21010;} .form-upload a:hover {text-decoration: underline;}

#financing .form-all p {max-width: 600px;margin: 15px auto 40px;}

/*service*/
.info-list {flex-wrap: wrap; justify-content: center; gap: 35px; padding-left: 15px; padding-right: 15px; margin-top: 60px;}
.info-list > div {background: #F1F1F1; padding: 30px;}
.info-list p {margin: 0; color: #252525!important; text-align: center;}

#service .form-bg {background: linear-gradient(to top, #fff 70%, #252525 30%);}

/*contact*/

#contact .img-left .flex > div:last-child > div:nth-child(2) {margin-bottom: 60px;}
#contact .img-left {padding-top: 100px !important;padding-bottom: 100px !important;}

/*--------FORM STYLES--------------------*/
.form-bg {background: linear-gradient(to top, #fff 60%, #F1F1F1 40%); }

.form-all .heading-md {margin-bottom: 10px;}
.form-all .heading-mdsm {text-align: left; margin-top: 20px; margin-bottom: 20px;}
.form-all p {margin-bottom: 40px; margin-top: 15px;}

.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
	padding: 80px 100px 160px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	background: #fff;
}

 .label {
	font-family: 'barlow', sans-serif;
	text-align: left!important;
	font-weight: 500;
}

.label-row {margin-bottom: 15px;}

.flex-form {
	width: 100%;
	max-width: 1205px;
	padding: 15px;
	margin: 52px auto;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.form-half {
	display: inline-block;
	width: calc(50% - 8px);
	margin: 15px 15px 15px 0;
}

.form-half input {
	padding: 15px;
	width: 100%;
	border: 1px solid #252525;
	font-family: 'barlow', sans-serif;
	box-sizing: border-box;
}

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.form-full-sm input {
	padding: 17px;
	width: 100%;
	border: 1px solid #252525;
	font-family: 'barlow', sans-serif;
	box-sizing: border-box;
}

.form-2nd-row {margin-right: 0;}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #252525;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'barlow', sans-serif;
}

.form-full {margin: 15px 0 30px 0;}

input::placeholder, textarea::placeholder {
	color: #252525;
}

/*--------Captcha--------------------*/

.include-captcha{display:none;}

#submit-btn {float: right;}

.CaptchaWhatsThisPanel > a:hover {text-decoration: underline;}

.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #252525;
	font-family: 'barlow', sans-serif;
}

.CaptchaPanel {text-align: right!important;}

.captcha-button {float: right;}

/*-------- FOOTER STYLES ----------------*/
footer.my-site-footer {background-color: #252525;}
.my-site-footer > .flex {justify-content: space-between;align-items: center;padding: 40px;}
.my-site-footer > .flex > div:first-child {padding: 0 10px;}

.my-site-footer > .flex > div {
	text-align: center;
	max-width: 510px;
	width: 100%;
	padding: 130px 10px;
}
.my-site-footer .flex > div:nth-child(2) {border-left: #fff solid 3px;border-right: #fff solid 3px; }

.my-site-footer li {color:#fff; font-weight: 400; margin-bottom: 20px;font-family: 'barlow', sans-serif; font-size: 20px;}
.my-site-footer li span {font-weight: 600;}

.my-site-footer li a {font-family: 'barlow', sans-serif;color: #fff;}
.my-site-footer li a:hover {font-weight: 700;}

.footer-address {max-width: 300px; margin: 0 auto;}

.my-site-footer p {color :#fff;font-weight: 700;margin-bottom: 40px;}

.my-site-footer li i {margin-right: 10px;color: #fff!important;font-size: 25px;}
.my-site-footer li i:hover {color: #D21010!important;}
.footer-social-media {align-items: center;justify-content: center;gap: 15px;}

.footer-heading {font-size: 25px;}

/*-------- MY COMMON CLASS STYLES ----------------*/
.wrapper {
	max-width: 1600px; 
	margin: 0 auto; 
	padding: 0 15px;
	box-sizing: border-box;
}

.flex {display: flex;}

/*Headings*/
.heading-lg {
	font-size: 90px;
	font-weight: 700;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
}

.h1-span {
	font-size: 50px;
	font-weight: 400;
	font-style: italic;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
}

.heading-md {
	font-size: 50px;
	font-weight: 700;
}

.h2-span {
	font-size: 35px;
	font-weight: 400;
}

.heading-mdsm {
	font-size: 30px;
	font-weight: 700;
}

/*Buttons*/

.btn-red, .btn-red-dk {
    display: inline-block;
    color: #fff;
    background: #D21010;
    width: 230px;
    padding: 18px;
    font-family: 'barlow', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    transition: all .4s ease-out;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: none;
}

.btn-red-dk:hover {background: #252525!important; color: #fff!important;}
.btn-red:hover {background: #F1F1F1; color: #252525!important;}

.btn-red-sm {
    display: inline-block;
    color: #fff!important;
    background: #D21010;
    width: 180px;
    padding: 14px;
    font-family: 'barlow', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    transition: all .4s ease-out;
}

.btn-red-sm:hover {background: #252525;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button), .list-container-flexrow .view-listing-details-link, .view-listing-details-link {background: #D21010!important;}
.view-listing-details-link:hover {background: #252525!important;}
.list-top-section .list-listings-count, .list-content .price-container .price, .listing-prices__retail-price, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .parts-list-content .error-message {color: #D21010!important;}
.calc-button-wrapper > button > span, .calc-button__text {color: #252525!important;}

.price-pullout {width: 100%; background-color: #ddd; color: #000; padding: 20px; font-size: 14px; font-weight: 600; text-align: center; line-height: 30px;}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1620px) {
	.col-3 {padding-top: 200px!important;}
}

@media only screen and (max-width: 1520px) {
	.brands .hero-slide-wrap {max-width: 1000px;}
}

@media only screen and (max-width: 1350px) {
	.brands .hero-slide-wrap {max-width: 900px;}
}

@media only screen and (max-width: 1270px) {
	.brands .flex {flex-direction: column; gap: 20px;}
	.brands .flex > div:last-child {padding-bottom: 20px;}
	.brands .hero-slide-wrap {margin: 0 auto;}
}

@media only screen and (max-width: 1200px) {
	.col-3 {flex-wrap: wrap;}
}

@media only screen and (max-width: 1099px) {
	.col-3 .img-height {width: 100%;height: 200px;}
	.col-3 .heading-md {top: 10px; left: 30px;}
}

@media only screen and (max-width: 1050px) {
	.my-site-footer > .flex {flex-direction: column;}
	.my-site-footer .flex > div:nth-child(2) {
		border-left: none;
    	border-right: none;
		border-top: #fff solid 3px;
    	border-bottom: #fff solid 3px;
	}
	.my-site-footer > .flex > div, .my-site-footer > .flex > div:first-child {padding: 50px 0;}
	.inner-img-left .flex {flex-direction: column-reverse;}
	#parts .inner-img-left .flex > div:last-child > .flex {flex-direction: row;}
	.inner-img-left .img-height {margin-right: 0; margin-top: 35px; height: 200px; max-width: 100%;}
	.inner-img-left .flex > div:last-child {max-width: 100%;}
}

@media only screen and (max-width: 975px) {
	.img-left .flex {flex-wrap: wrap;}
	.img-left .map-height {margin-right: 0; margin-bottom: 35px;}
	.img-left .flex > div:last-child {max-width:100%;}
}

@media only screen and (max-width: 960px) {
	.info-list > div {width: 100%;}
}

@media only screen and (max-width: 900px) {
	.form-all {padding: 80px 15px 160px;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 50px;}
	.h1-span {font-size: 30px;}
	.heading-md {font-size: 40px;}
	.h2-span {font-size: 25px;}
	.heading-mdsm {font-size: 25px;}
	.heading2-big {font-size: 45px;}
	.add-slider .equipment-image {height: 350px;}
	.my-site-footer > .flex {padding-left: 15px;padding-right: 15px;}
	.col-4 .flex {gap: 10px;}
	.col-4 .img-height {max-width: 250px;}
}

@media only screen and (max-width: 600px) {
	.col-3 {padding-top: 100px!important;}
	.img-left .map-height iframe {height: 250px;}
	#parts .inner-img-left .flex > div:last-child > .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 500px) {
	.home-hero .wrapper {
		padding-top: 100px !important;
    	padding-bottom: 150px !important;
	}
	.add-slider .equipment-image {height: 160px;}
	.flex-row {flex-direction: column;}
	.form-half {width: 100%;margin: 15px 0px 15px 0;}
	.info-list {gap: 25px;}
}

@media only screen and (max-width: 450px) {
	.img-left .flex > div:last-child {padding: 20px;}
	.heading2-big {font-size: 40px;}
	#contact .img-left .flex > div:last-child > div:nth-child(2), .img-left .flex > div:last-child > div:first-child {margin-bottom: 35px;}
	.info-list > div {padding: 20px;}
}

@media only screen and (max-width: 340px) {
	.inner-hero .heading-lg {font-size: 47px;}
}






