﻿/***** BEGIN RESET *****/
 @import url("https://use.typekit.net/xrr4cbg.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 {
  --dark-grey: #262424;
  --red: #C02626;
  --grey: #F9F9F9;
}

/***** 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, h4, h5, h6 {
	font-family: 'pragmatica', sans-serif;
}

#home p, #thankyou p, #contact p, footer p, footer a, #inventory-hero p  {
	font-family: 'pragmatica', sans-serif;
	font-size: 17px;
	line-height: 32px;
	color: var(--dark-grey);
}

/*-------- 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, .my-site-footer, .inner-hero {background: url("/siteart/background-texture.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;}
.home-hero > div, .my-site-footer > div, .inner-hero > div {background: rgba(75,73,73,.9);}
.home-hero p {color: #fff!important; font-size: 25px!important; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.home-hero .flex {justify-content: space-between; align-items: center; padding-top: 135px!important; padding-bottom: 30px!important; gap: 40px;}
.home-hero .flex > div:first-child {max-width: 580px; padding-top: 100px; padding-bottom: 100px;}
.home-hero .img-height {margin-right: 80px;}
.home-hero .img-height img {max-width: 980px; width: 100%;}

.inner-hero .wrapper {padding-top: 200px!important; padding-bottom: 100px!important;}
.inner-hero .flex {align-items: center; gap: 20px;}
.inner-hero a {color: #fff; background: var(--red); line-height: 32px; padding: 5px 10px; border-radius: 10px; font-family: 'pragmatica', sans-serif; transition: all .4s ease-out;}
.inner-hero a:hover {background: var(--dark-grey);}
.inner-hero p {color: #fff!important;}
.inner-hero hr {margin: 0; border: solid 1px #fff; height: 35px;}

/*---BODY--------------------------------*/
/*---col-2---*/
.col-2 {overflow: hidden; background: linear-gradient(to left, rgba(255, 255, 255, .0) 45%, #F9F9F9 45%); padding-top: 140px; padding-bottom: 200px; position: relative;}
.col-2 .flex {justify-content: space-between; align-items: flex-end; gap: 30px; z-index: 1; position: relative;}
.col-2 .flex > div {min-width: 430px;}
.col-2 .flex > p {max-width: 730px;}
.col-2 .background-text {white-space: nowrap; font-size: 200px!important; color: rgba(56,53,53,.03)!important; position: absolute; top: 260px; right: -280px; font-weight: 700!important; z-index: 0;}

/*---col-3---*/
.col-3 {background: url("/siteart/background-texture.jpg") no-repeat; background-color: var(--dark-grey); background-position: center; background-size: cover;     margin-top: -80px;}
.col-3 > div {background: rgba(75,73,73,.9);}
.col-3 .wrapper {padding-top: 200px; padding-bottom: 120px;}
.col-3 a {transition: transform .2s;}
.col-3 a:hover {transform: scale(0.98);}
.col-3 .heading-md {text-align: center; color: #fff; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.col-3 .heading-sm {margin-top: 20px; text-align: center; font-weight: 400!important;text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.col-3 .flex {justify-content: center; gap: 20px; align-items: center;}
.col-3 .img-height {max-width: 596px; width: 100%; height: 420px;}
.col-3 .img-height img {width: 100%; height: 100%; object-fit: cover;}

/*---img-left---*/
.img-left {background: linear-gradient(to right, #fff 30%, #F9F9F9 30%);}
.img-left .wrapper {padding-top: 120px!important; padding-bottom: 120px!important; gap: 80px; align-items: center;}
.img-left .img-height {height: 700px; max-width: 900px; width: 100%;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover; border-radius: 0 400px 0 0;}
.img-left .wrapper > div:last-child {max-width: 720px;}

/*---img-right---*/
.img-right {justify-content: space-between; padding-bottom: 120px!important; gap: 40px;}
.img-right .flex {gap: 50px; align-items: flex-end; max-width: 820px;}
.img-right ul, .form-right ul {margin-top: 40px;}
.img-right ul li, .form-right ul li {margin-bottom: 20px;}
.img-right ul li a, .form-right ul li a {font-family: 'pragmatica', sans-serif; font-size: 17px; color: var(--dark-grey); font-weight: 700; transition: all .4s ease-out;}
.img-right ul li a:hover, .form-right ul li a:hover {color: var(--red);}
.img-right ul i, .form-right ul i {margin-right: 10px;}
.img-right > .img-height {max-width: 840px; width: 100%; height: 650px;}

#inventory-hero .scrolling-inventory {display: none;}
.scrolling-inventory {padding-bottom: 80px!important; padding-top: 80px; border-bottom: solid 1px #fff;}
.scrolling-wrap {max-width: 1690px; width: 100%; height: 90px; overflow: hidden; margin: 0 auto;}
.scrolling-inventory h2 {display: none;}

/*--------PAGE STYLES--------------------*/
/*---thankyou---*/
.center {padding-top: 120px!important; padding-bottom: 120px!important; text-align: center; background: var(--grey);}
.center .heading-md {max-width: 700px; margin: 0 auto 20px;}
.center p {max-width: 800px; margin: 0 auto;}

/*---contact---*/
.form-right .flex {justify-content: space-between;}
.form-right .wrapper > div:first-child {padding-right: 100px;}
.form-right .wrapper > div:first-child p {max-width: 700px; width: 100%;}

.form-right {background: linear-gradient(to left, #fff 30%, #F9F9F9 30%);}
.form-right > .wrapper > div {padding-top: 120px; padding-bottom: 120px;}
.form-all .heading-sm {color: var(--dark-grey)!important;}
.form-all p {margin-bottom: 20px;}

/*--------FORM STYLES--------------------*/
.form-all {
	box-sizing: border-box;
	max-width: 900px!important; 
	width: 100%;
	background: #fff; 
	padding-left: 120px!important; 
	padding-right: 120px!important;
}

.label {font-family: 'golos-text', sans-serif;text-align: left!important;font-weight: 500; font-size: 17px;}
.label-row {margin-bottom: 15px; }

.form-full-sm {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.form-full-sm input {
	padding: 17px;
	width: 100%;
	border: #262424 solid 1px;
	background: transparent;
	font-family: 'pragmatica', sans-serif;
	box-sizing: border-box;
	color: #2E2E2E;
	font-size: 17px;
}

.form-full textarea {
	width: 100%;
	padding: 15px;
	border: #262424 solid 1px;
	background: transparent;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'pragmatica', sans-serif;
	font-size: 17px;
}
.form-full {margin: 15px 0 30px 0;}

/*--------Captcha--------------------*/

.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #262424;
	font-family: 'pragmatica', sans-serif;
}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}



/*-------- FOOTER STYLES ----------------*/
.my-site-footer .wrapper {padding-bottom: 80px;}
.my-site-footer .wrapper > .flex {padding-top: 80px; justify-content: space-between; gap: 30px;}
.my-site-footer .wrapper > .flex > div:first-child p {color: #fff!important; text-align: center; max-width: 340px; margin-top: 20px;}
.my-site-footer .img-height img {max-width: 340px; width: 100%;}
.my-site-footer .footer-right {gap: 130px;}
.my-site-footer .footer-right .footer-heading {color: #fff!important; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); font-size: 20px!important; font-weight: 700; margin-bottom: 40px;}
.my-site-footer .footer-right ul li {margin-bottom: 15px;}
.my-site-footer .footer-right ul li i {margin-right: 10px;}
.my-site-footer .footer-right ul li a {color: #fff; transition: all .4s ease-out;}
.my-site-footer .footer-right ul li a:hover {color: var(--red);}
.my-site-footer .btn-top {margin-top: 40px!important;}

/*-------- UNIVERSAL STYLES ----------------*/
.wrapper {
	padding: 0 15px; 
	margin: 0 auto;
	max-width: 1830px;
}

.flex {display: flex;}
.btn-top {margin-top: 60px;}

/*---Headings---*/
.heading-lg {font-size: 80px; color: #fff; margin-bottom: 20px; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.heading-md {font-size: 60px; color: var(--dark-grey); margin-bottom: 20px;}
.heading-sm {font-size: 40px; color: #fff; font-family: 'pragmatica', sans-serif;}

.h2-span {font-size: 25px!important; font-weight: 400!important;}

/*---Buttons---*/
.btn-red {
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	background: var(--red);
	color: #fff;
	width: 230px;
	transition: all .4s ease-out;
	border: none;
	padding: 20px;
	font-family: 'pragmatica', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
.btn-red:hover {background: var(--dark-grey);}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-top-section .list-listings-count, .parts-list-content .error-message, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, .listing-prices__retail-price {color: var(--red)!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), .print-list-top-section .print-event-header .print-this, .listing-carousel .recommended-listings-section .view-all-link, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button {background: var(--red)!important; transition: all .4s ease-out;}
.list-container-flexrow .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-error-container .info button:not(.login-button):hover, .print-list-top-section .print-event-header .print-this:hover, .listing-carousel .recommended-listings-section .view-all-link:hover, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button:hover {background: var(--dark-grey)!important;}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1300px) {
	.form-right .wrapper > div:first-child {padding-right: 80px;}
	.form-all {padding-left: 80px!important; padding-right: 80px!important;}
	.home-hero .img-height {margin-right: 0px;}
}

@media only screen and (max-width: 1200px) {
	.heading-lg {font-size: 65px;}
	.my-site-footer .footer-right {gap: 100px;}
}

@media only screen and (max-width: 1100px) {
	.col-2 .background-text {font-size: 100px!important; }
	.img-left .wrapper {gap: 50px;}
	.img-right .flex {gap: 40px;}
	.my-site-footer .footer-right {gap: 80px;}
	.form-right .wrapper > div:first-child {padding-right: 30px;}
	.form-all {padding-left: 30px!important; padding-right: 30px!important;}
	.form-right .flex {flex-direction: column;}
	.form-right {background: #F9F9F9; padding-bottom: 80px;}
	.form-all {margin: 0 auto!important; padding-bottom: 40px!important; padding-top: 40px!important;}
	.form-right .wrapper > div:first-child {padding-top: 80px!important; padding-bottom: 80px!important;}
}

@media only screen and (max-width: 1000px) {
	.my-site-footer .wrapper > .flex {flex-direction: column; gap: 60px;}
}

@media only screen and (max-width: 900px) {
	.home-hero .flex {flex-wrap: wrap; padding-bottom: 40px!important;}
	.home-hero .flex > div:first-child {padding-top: 80px; padding-bottom: 0px;}
	.col-3 a {max-width: 900px; width: 100%;}
	.col-3 .img-height {height: 250px; max-width: 900px;}
	.col-3 .flex, .img-right {flex-wrap: wrap;}
	.img-right .flex .img-height {display: none!important;}
	.img-right {padding-top: 80px!important;}
	.img-right > .img-height {height: 300px;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 45px;}
	.heading-md {font-size: 40px;}
	.heading-sm {font-size: 30px;}
	.h2-span {font-size: 20px!important;}
	
	.col-2 .flex {flex-wrap: wrap; gap: 50px;}
	.col-2 .flex > div {min-width: 100px;}
	.col-2 .background-text {right: -600px!important;}
	.img-left .wrapper {flex-wrap: wrap; gap: 20px;}
	.img-left .img-height {height: 300px;}
	.img-left .img-height img {border-radius: 0 150px 0 0;}

}

@media only screen and (max-width: 600px) {
	.col-2 {padding-top: 80px!important; padding-bottom: 140px!important;}
	.col-3 .wrapper {padding-top: 150px!important; padding-bottom: 80px!important;}
	.img-left .wrapper, .center {padding-top: 80px!important; padding-bottom: 80px!important;}
	.img-right, .inner-hero .wrapper {padding-bottom: 80px!important;}
	
	.my-site-footer .wrapper > .flex {gap: 40px;}
	.my-site-footer .footer-right {flex-direction: column; gap: 40px;}
	.my-site-footer .wrapper > .flex {justify-content: center; align-items: center;}
	.my-site-footer .footer-right {align-items: center; text-align: center;}
	.my-site-footer .footer-right .footer-heading {margin-bottom: 20px;}
}

@media only screen and (max-width: 500px) {
	.col-2 {background: linear-gradient(to left, rgba(255, 255, 255, .0) 10%, #F9F9F9 10%);}
	.img-left {background: linear-gradient(to right, rgba(255, 255, 255, .0) 10%, #F9F9F9 10%);}
}

@media only screen and (max-width: 400px) {
	.form-all {padding-left: 20px!important; padding-right: 20px!important;}
}
