﻿/***** BEGIN RESET *****/
 @import url("https://use.typekit.net/qzo6ceg.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;  
} 

/*-------- COLORS --------*/
:root {
  --red: #D50707;
  --yellow: #FDDC86;
  --dark-grey: #161616;
  --grey: #EFEFEF;
}

/***** 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;
}

h1, h2, h3 {
	font-family: 'new-science', sans-serif;
}

#home p, #thankyou p, #about p, #contact p, #employment p, #financing p, #parts p, #service p, #showrooms p, #rentals p, #we-buy-equipment p  {
	font-family: 'golos-text', sans-serif;
	font-size: 17px;
	color: var(--dark-grey);
	line-height: 35px;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-hero {background: url("/siteart/home-hero.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover; border-radius: 0 0 50px 50px; position: relative; z-index: 1;}
.home-hero > div {background-color: rgba(22,22,22,.6); border-radius: 0 0 50px 50px;}
.home-hero .wrapper {padding-top: 350px; padding-bottom: 300px;}
.home-hero p {max-width: 600px; color: #fff!important; font-weight: 500; font-size: 20px!important;}

.inner-hero {background: url("/siteart/home-hero.jpg") no-repeat; background-position: center; background-size: cover; background-color: var(--dark-grey); border-radius: 0 0 50px 50px;}
.inner-hero > div {background-color: rgba(22,22,22,.6);border-radius: 0 0 50px 50px;}
.inner-hero .wrapper {padding-top: 230px!important; padding-bottom: 120px!important;}
.inner-hero .flex {gap: 30px; flex-wrap: wrap; align-items: center;}
.inner-hero a {color: #fff; font-size: 17px; font-weight: 700; font-family: 'golos-text', sans-serif; line-height: 35px;}
.inner-hero hr {margin: 0; border: #fff solid 1px; height: 25px;}
.inner-hero p {color: #fff!important;}

/*---BODY--------------------------------*/
/*---search-inventory---*/
.search-inventory {padding-top: 120px; padding-bottom: 80px; background: var(--grey); margin-top: -40px; position: relative; z-index: 0;}
.search-inventory .flex {justify-content: space-between; gap: 30px;}
.search-form {max-width: 1050px; width: 100%;}
.search-form form{
	position: relative;
	margin: 0 !important;
}
.search-form input{
	display: block!important;
	background: #fff;
	width: 100%!important;
	padding: 20px !important;
	font-family: 'figtree', sans-serif!important;
	border: none !important;
	line-height: 24px !important;
	font-size: 20px !important;
	box-sizing: border-box!important;
	height: auto !important;
	border-radius: 100px;
}
.search-form button{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 24px !important;
	background: var(--red) !important;
	border: none !important;
	outline: none !important;
	line-height: 24px !important;
	font-size: 25px !important;
	transition:.4s ease-in;
	cursor: pointer;
	color: #fff;
	border-radius: 100px!important;
}
.search-form button:hover {background: var(--yellow)!important; color: var(--dark-grey)!important;}

/*---img-left---*/
.img-left {padding-top: 120px!important; padding-bottom: 120px!important; justify-content: space-between; gap: 40px; align-items: center;}
.img-left .img-height {max-width: 900px; width: 100%; height: 650px; min-width: 200px;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left .content-right {max-width: 860px;}
.img-left .flex {gap: 40px;}
.img-left .content-right img {max-width: 165px;}
.img-left .flex div img {max-width: 65px;}

/*---inventory-slider---*/
.inv-slider  {background: url("/siteart/catagory-background.jpg") no-repeat; background-color: var(--dark-grey); background-size: cover; background-position: center; border-radius: 50px 50px 0 0;}
.inv-slider > div {background-color: rgba(22,22,22,.8); border-radius: 50px 50px 0 0;}
.inv-slider .heading-md {color: #fff!important;}
.inv-slider > div > .flex {padding-top: 120px!important; margin-bottom: 50px!important; justify-content: space-between; gap: 30px; flex-wrap: wrap;}

.img-slider {overflow: hidden; padding-bottom: 120px!important;}

.img-slider .inventory-slide-wrap {
	position: relative;
	width: 100%;
    max-width: 1935px;
	display: flex;
	justify-content: center;
}

.products-image {position: relative;max-width: 590px;height: 360px;width: 100%;background-color: var(--dark-grey);transition: 0.4s ease-out;}
.products-image img {display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;opacity: .7;}

.products-image:hover {background-color: var(--yellow);}
.products-image:hover img {opacity: .1;}
.img-slider .products-image:hover .heading-sm, .img-slider .products-image:hover i {color: var(--dark-grey)!important; text-shadow: none!important;}

.products-image .flex {position: absolute; bottom: 20px; left: 30px; right: 30px; justify-content: space-between; gap: 20px; align-items: flex-end;}
.products-image i {color: #fff; font-size: 30px; margin-bottom: 5px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.60);}
.products-image .heading-sm {text-shadow: 0 2px 4px rgba(0, 0, 0, 0.60);}
.img-slider .slide-inventory {width: 100%;height: 100%;}
.img-slider .slide-inventory div {max-height: 380px;}
.img-slider .slick-slide {margin-left: 10px; margin-right: 10px;}

/*--------PAGE STYLES--------------------*/
/*---showroom---*/
#showrooms .center-box .flex {gap: 40px; align-items: center;}
#showrooms .center-box img {max-width: 250px; width: 100%; transition: transform .4s;}
#showrooms .center-box .flex a:hover img {transform: scale(.9);}

/*---about---*/
.content-left .btn-top {gap: 20px; flex-wrap: wrap;}
.scrolling-wrap {
	width: 100%;
    height: 90px;
    overflow: hidden;
}

.news {background: var(--grey); padding-top: 120px; padding-bottom: 80px; border-radius: 50px 50px 0 0;}
.news .heading-md {margin-bottom: 80px;}
.news .post {margin-bottom: 50px;}
.news .heading-sm {color: var(--dark-grey); margin-bottom: 20px; margin-top: 50px;}
.news .flex {border-bottom: solid 1px #161616; padding-bottom: 20px; justify-content: space-between; align-items: flex-end; gap: 30px;}
.news .flex p {max-width: 800px;}

/*---employment---*/
.center-box {padding-top: 120px!important; padding-bottom: 120px!important;}
.center-box > div {background: var(--grey); padding: 80px 40px; border-radius: 30px; text-align: center; max-width: 1580px; margin: 0 auto;}
.center-box p {max-width: 820px; margin: 20px auto 0;}
.center-box p a {color: var(--red); font-weight: 700;}
.center-box p a:hover {text-decoration: underline;}
.center-box .flex {justify-content: center; gap: 20px; flex-wrap: wrap; align-items: center;}

/*---parts---*//*---service---*/
.img-right-inner {justify-content: space-between; gap: 30px; padding-top: 120px!important; padding-bottom: 120px!important;}
.img-right-inner .content-left {max-width: 1050px;}
.img-right-inner ul {margin-left: 20px; margin-top: 15px;}
.img-right-inner li {display: flex; align-items: center; gap: 15px;}
.img-right-inner li span {font-size: 30px; color: var(--red);}
.img-right-inner .img-height {max-width: 700px; width: 100%; height: 650px; min-width: 300px;}
.img-right-inner .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-right-inner .content-left p a {color: var(--red)!important; font-weight: 500;}
.img-right-inner .content-left p a:hover {text-decoration: underline;}

.text-decoration {padding-bottom: 120px!important;display: flex; justify-content: flex-end;}
.text-decoration h2 {font-family: 'new-science', sans-serif; font-size: 5.8vw;text-align: right; opacity: .45;}

.center-section {background: url("/siteart/abover-footer-section.jpg") no-repeat; background-size: cover; background-position: center; background-color: var(--dark-grey);}
.center-section > div {background-color: rgba(22,22,22,.5);}
.center-section .wrapper {text-align: center; padding-top: 120px!important; padding-bottom: 120px!important;}
.center-section .heading-md, .center-section p {color: #fff!important;}
.center-section p {max-width: 830px; margin: 0 auto;}
.center-section .flex {justify-content: center; gap: 20px; flex-wrap: wrap;}

.our-team {padding-bottom: 120px!important;}
.our-team > .flex:first-child {justify-content: space-between; margin-bottom: 50px; gap: 30px; align-items: center; flex-wrap: wrap;}
.our-team .img-row {gap: 20px; margin-top: 20px;}
.our-team .img-row .flex {gap: 20px;     width: 100%;}
.our-team .grey-box {background: var(--grey); border-radius: 30px; width: 100%;}
.our-team .grey-box .img-height {max-width: 700px; width: 100%; height: 500px;}
.our-team .grey-box .img-height img {border-radius: 30px 30px 0 0; width: 100%; height: 100%; object-fit: cover;}
.our-team .heading-sm {color: var(--dark-grey)!important; margin-bottom: 10px;}
.our-team .grey-box > div:last-child {margin: 25px 30px;}

/*---rentals---*/
#rentals .img-right-inner .content-left {max-width: 850px!important;}
#rentals .img-right-inner .img-height {max-width: 900px;}

/*---contact---*/
.col-5 {padding-bottom: 120px!important;}
.col-5 .heading-md {text-align: center; margin-bottom: 50px;}
.col-5 .heading-sm {color: var(--dark-grey)!important; margin-bottom: 30px; font-size: 30px!important;}
.col-5 a {font-family: 'golos-text', sans-serif; color: var(--dark-grey); font-size: 17px; display: block; margin-top: 20px; line-height: 35px; transition: all .4s ease-in;}
.col-5 a:hover {color: var(--red)!important;}
.col-5 i {color: var(--red); margin-right: 15px;}
.col-5 .flex {gap: 20px; justify-content: center;}
.col-5 .flex div {max-width: 350px; width: 100%; background: var(--grey); border-radius: 30px; padding: 50px 40px;}
#contact .img-right-inner .img-height {max-width: 1200px; height: 600px;}
#contact .img-right-inner .content-left {min-width: 350px;}
#contact .img-right-inner .heading-xsm {margin-bottom: 5px;}
#contact .img-right-inner p {font-weight: 700;}
#contact .img-right-inner a {font-weight: 500!important;}
#contact .img-right-inner i {margin-right: 10px;}


/*--------FORM STYLES--------------------*/

.web-form {background: var(--grey); border-radius: 50px 50px 0 0;}
.web-form .heading-sm {color: var(--dark-grey)!important; text-align: left; margin-top: 20px; margin-bottom: 15px;}
.form-all p {margin-bottom: 50px;}

.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto!important;
	text-align: center;
	padding-top: 120px!important; padding-bottom: 200px!important;
}

.label {font-family: 'golos-text', sans-serif;text-align: left!important;font-weight: 500;}
.label-row {margin-bottom: 15px;}
.flex-row {display: flex;width: 100%; gap: 15px; margin-bottom: 15px;}

/*Form Half*/
.form-half {display: inline-block;width: 50%;}
.form-half input {
	padding: 15px;
	width: 100%;
	border: #161616 solid 1px;
	background: transparent;
	font-family: 'golos-text', sans-serif;
	box-sizing: border-box;
}

/*Form Message*/

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: #161616 solid 1px;
	background: transparent;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'golos-text', sans-serif;
}
.form-full {margin: 15px 0 30px 0;}

/*Form Full Small*/

.form-full-sm {display: inline-block;width: 100%;}
.form-full-sm input, .form-full-sm select {
	padding: 17px;
	width: 100%;
	border: #161616 solid 1px;
	background: transparent;
	font-family: 'golos-text', sans-serif;
	box-sizing: border-box;
	color: #161616;
}

.checkbox {text-align:left; margin-bottom:0!important;margin-top: 10px!important;}
.checkbox > label > .label-row {display: inline-block;}
legend {text-align: left;}

/*--------Captcha--------------------*/
.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: var(--dark-grey);font-family: 'golos-text', sans-serif;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}



/*-------- FOOTER STYLES ----------------*/
.my-site-footer {background: var(--dark-grey); padding-top: 80px; padding-bottom: 60px;}
.my-site-footer .img-height img {max-width: 450px; width: 100%;}
.my-site-footer .wrapper > .flex {justify-content: space-between; margin-top: 80px; gap: 20px;}
.my-site-footer .footer-heading {color: #fff; font-family: 'new-science', sans-serif; font-weight: 700; font-size: 25px; margin-bottom: 40px;}
.my-site-footer li {margin-bottom: 25px;}
.my-site-footer li i {margin-right: 15px; color: var(--yellow);}
.my-site-footer a, .my-site-footer li {color: #fff; font-family: 'golos-text', sans-serif; font-size: 17px; transition: all .4s ease-out;}
.my-site-footer a:hover {color: var(--yellow)!important;}
.my-site-footer hr {border: #fff solid 1px; height: 100%; margin: 0;}
.my-site-footer .flex > div:first-child .flex {gap: 100px;}
.my-site-footer .flex > div:last-child {gap: 70px;}

.contact-list a {display: flex;gap: 6px;align-items: center;}
.contact-list .dept {min-width: 55px;font-weight: bold;}
.contact-list .person {min-width: 140px;}
.contact-list .phone {white-space: nowrap;}
.mobile-row i,.mobile-row .dept {visibility: hidden;}
.dept-group {display: flex;align-items: center;gap: 6px;white-space: nowrap;}
.location {display: flex; flex-direction: row;}



/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}

.btn-top {margin-top: 60px;}
.p-top {margin-top: 20px;}

/*---Headings---*/
.heading-lg {font-size: 80px; color: #fff; font-weight: 700; margin-bottom: 20px;}
.heading-md {font-size: 50px; color: var(--dark-grey); font-weight: 700; margin-bottom: 20px;}
.heading-sm {font-size: 35px; color: #fff; font-weight: 700;}
.heading-xsm {font-size: 25px; color: var(--dark-grey);}

/*---Buttons---*/

.btn-red, .btn-yellow, .btn-white {
	display: inline-block;
	width: 230px;
	color: #fff;
	background: var(--red);
	padding: 15px 0;
	font-size: 20px;
	font-family: 'new-science', sans-serif;
	border: solid 3px #D50707;
	border-radius: 100px;
	transition: all .4s ease-out;
	text-align: center;
	font-weight: 700;
}
.btn-yellow {background: var(--yellow)!important; color: var(--dark-grey)!important; border: solid 3px #FDDC86!important;}
.btn-white {background: #fff!important; color: var(--dark-grey)!important; border: solid 3px #fff!important;}

.btn-red:hover {background: transparent!important; color: var(--dark-grey)!important;}
.btn-yellow:hover {background: transparent!important; color: #fff!important;}
.btn-white:hover {background: transparent!important; color: #fff!important;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count, .dealer-contact__details_right-col span, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .parts-list-content .error-message {color: var(--red)!important;}
.listing-prices__retail-price, .rent-title-details {color: var(--dark-grey)!important;}

.list-container-flexrow .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-error-container .info button:not(.login-button), .recommended-listings-section .view-all-link, .detail__cta-buttons button, .dealer-contact__buttons button, .detail-contact-bar button {background: var(--red)!important; transition: all .4s ease-in; border: solid 3px #D50707!important;}
.list-container-flexrow .view-listing-details-link:hover, .list-content .list-error-container .info button:not(.login-button):hover, .recommended-listings-section .view-all-link:hover, .detail__cta-buttons button:hover, .dealer-contact__buttons button:hover, .detail-contact-bar button:hover {color: var(--dark-grey)!important; background: transparent!important;}

.list-redesign {max-width: 1830px!important;}



/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1630px) {
	.col-5 .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 1375px) {
	.col-5 .flex div {max-width: 40%;}
}

@media only screen and (max-width: 1300px) {
	.our-team .grey-box .img-height {height: 300px;}
	.our-team .grey-box > div:last-child {margin: 20px;}
}

@media only screen and (max-width: 1130px) {
	.our-team .heading-sm {font-size: 25px!important;}
	.my-site-footer .flex > div:first-child .flex {gap: 25px;}
	.my-site-footer .flex > div:last-child {gap: 20px;}
}

@media only screen and (max-width: 985px) {
	.col-5 .flex div {max-width: 100%;}
	
	.my-site-footer .flex > div:first-child .flex {gap: 30px;}
	.my-site-footer .wrapper > .flex {margin-top: 40px;}
	.my-site-footer .wrapper > .flex, .my-site-footer .flex > div:last-child {flex-direction: column;}
	.my-site-footer hr {height: 0;}
}

@media only screen and (max-width: 900px) {
	.img-left .flex {gap: 25px; flex-wrap: wrap;}
	.products-image .flex {left: 15px; right: 15px; bottom: 15px;}
	.img-slider .slide-inventory div {max-height: 200px;}
	.img-right-inner {flex-wrap: wrap; gap: 50px;}
	.img-right-inner .img-height {height: 200px; max-width: 900px; min-width: 200px;}
	.our-team .img-row {flex-direction: column;}
}

@media only screen and (max-width: 800px) {
	.news .flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 40px;}
	.heading-sm, .products-image i {font-size: 25px;}
	.col-5 .heading-sm {font-size: 25px!important;}
	.heading-xsm {font-size: 20px;}
	.col-5 .flex div {padding: 35px 25px;}
}

@media only screen and (max-width: 700px) {
	.img-left, .img-right-inner, .center-section .wrapper, .center-box {padding-top: 80px!important; padding-bottom: 80px!important;}
	.inv-slider > div > .flex {padding-top: 80px!important;}
 	.img-slider, .text-decoration, .col-5, .our-team {padding-bottom: 80px!important;}
	.form-all {padding-top: 80px!important; padding-bottom: 150px!important;}
	.home-hero .wrapper, .inner-hero .wrapper {padding-top: 190px!important; padding-bottom: 80px!important;}
	.home-hero .btn-top {margin-top: 40px;}
	.search-inventory {padding-top: 110px; padding-bottom: 70px;}
	.img-left {flex-wrap: wrap;}
	.img-left .img-height {height: 200px;}
	.text-decoration h2 {font-size: 8vw;}
	.center-box > div {padding: 40px 20px;}
	.news .heading-md {margin-bottom: 50px;}
}

@media only screen and (max-width: 600px) {
	.search-inventory .flex {flex-wrap: wrap; gap: 40px;}
	.search-inventory .btn-top {margin-top: 30px;}
	.flex-row {flex-wrap: wrap;}
	.form-half {width: 100%; }
	.img-right-inner ul {margin-left: 10px;}
	#contact .img-right-inner .content-left {min-width: 100px;}
}


@media only screen and (max-width: 450px) {
	.contact-list a {flex-direction: column; align-items: flex-start;}
	.mobile-row i,.mobile-row .dept {display: none;}
	.dept-group{gap:0px;}
	.person-phone{padding-left: 32px;}
	.location {flex-direction: row;}
	.contact-list li.location a {flex-direction: row;align-items: center;flex-wrap: nowrap;}
}

@media only screen and (max-width: 430px) {
	.our-team .img-row .flex {flex-direction: column;}
}

