﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/stf6niu.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 {
  --yellow: #FFBC57;
  --orange: #FF8621;
  --light-grey: #E2E2E2;
  --dark-grey: #1C1A1B;
}

/***** 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: 'komet', sans-serif;
}

#home p, #thankyou p, #about p, #contact p, #my-inventory, #service p  {
	font-family: 'darkmode-off', sans-serif;
	font-size: 17px;
	color: var(--dark-grey);
	line-height: 32px;
}

/*-------- BODY STYLES --------*/

body {
	background: var(--dark-grey);
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HERO STYLES ---------------------*/
.home-hero, .inner-hero {background: url("/siteart/home-hero.jpg") no-repeat; background-size: cover; background-position: center; background-color: var(--dark-grey);}
.home-hero > div, .inner-hero > div {background: rgba(28,26,27,.75);}
.home-hero .wrapper {padding-top: 360px!important; padding-bottom: 360px!important;}
.home-hero .heading-lg {margin: 0 auto; max-width: 754px; text-align: center;}
.home-hero .btn-top {justify-content: center; display: flex;}
.h1-span {color: var(--orange)!important;}

.inner-hero .wrapper {padding-top: 330px!important; padding-bottom: 130px!important;}
.inner-hero .heading-lg {text-align: center; margin-bottom: 20px;}
.inner-hero .flex {justify-content: center; gap: 25px; align-items: center; flex-wrap: wrap;}
.inner-hero a {color: var(--dark-grey); font-family: 'darkmode-off', sans-serif; font-size: 17px; line-height: 32px; border-radius: 10px; background: var(--orange); padding: 5px 10px; font-weight: 700; transition: all .4s ease-out;}
.inner-hero a:hover {background: #fff;}
.inner-hero p {color: #fff!important;}

/*---BODY--------------------------------*/
/*---inventory-cta---*/
.inventory-cta .button-flex {
	justify-content: space-between; gap: 20px; align-items: center;
	padding: 20px 40px; 
	border-radius: 10px; 
	background: linear-gradient(0deg, #C5C5C5 0%, #D2D2D2 14.9%, #E4E4E4 30.29%, #EEE 35%, #FFF 50%, #EEE 65%, #E4E4E4 70.19%, #D2D2D2 85.1%, #C5C5C5 100%); 
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); 
	margin: -180px auto 0; 
	max-width: 1600px; 
	width: 100%;
	box-sizing: border-box;
}
.inventory-cta .button-flex a {max-width: 450px; width: 100%;}
.inventory-cta .button-flex a > div {transition: transform .2s;}
.inventory-cta .button-flex a > div:hover {transform: scale(0.95);}

.inventory-line {color: var(--dark-grey); margin: 0; height: 300px;}
.inventory-cta .img-height {text-align: center;}
.inventory-cta .img-height img {max-width: 300px; width: 100%;}
.inventory-cta .heading-sm {text-align: center; color: var(--dark-grey); margin-top: 30px;}

/*---img-left---*/
.img-left {position: relative; overflow: hidden;}
.img-left .wrapper {padding-top: 100px!important; padding-bottom: 100px!important; align-items: center; gap: 90px;}
.img-left .img-height {max-width: 830px; width: 100%; height: 700px; position: relative; z-index: 1;}
.img-left .img-height img {width: 100%; height: 100%; object-fit: cover;}
.img-left .content-right {max-width: 850px; width: 100%; position: relative; z-index: 1;}
.img-left .heading-md {color: #fff!important;}
.img-left p {color: #fff!important;}
.img-left .gear img {max-width: 760px; width: 100%; opacity: .3;}
.img-left .gear {position: absolute; right: -250px; bottom: -350px; z-index: 0;}

/*---center-section---*/
.center-section {position: relative;z-index: 1; }
.center-section > div {
	background: linear-gradient(0deg, #C5C5C5 0%, #D2D2D2 14.9%, #E4E4E4 30.29%, #EEE 35%, #FFF 50%, #EEE 65%, #E4E4E4 70.19%, #D2D2D2 85.1%, #C5C5C5 100%); 
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 100px 50px!important;
	box-sizing: border-box;
	text-align: center;
}
.center-section p {max-width: 1000px; margin: 0 auto;}
.center-section p a {color: var(--dark-grey)!important;}
.center-section p a:hover {text-decoration: underline;}
.center-section .flex {gap: 20px; justify-content: center; flex-wrap: wrap;}

/*---img-overlap---*/
.img-overlap, .img-overlap-right {position: relative; overflow: hidden;}
.img-overlap .wrapper {padding-top: 100px!important; padding-bottom: 100px!important; justify-content: center; position: relative; z-index: 1;}
.img-overlap .content-left {
	background: linear-gradient(0deg, #C5C5C5 0%, #D2D2D2 14.9%, #E4E4E4 30.29%, #EEE 35%, #FFF 50%, #EEE 65%, #E4E4E4 70.19%, #D2D2D2 85.1%, #C5C5C5 100%); 
	box-sizing: border-box;
	padding: 60px;
	border-radius: 20px;
	margin-top: 40px;
    margin-right: -150px;
    height: 100%;
	position: relative;
	z-index: 2;
	max-width: 700px;
}
.img-overlap .img-height {max-width: 900px; width: 100%; height: 780px; min-width: 350px;}
.img-overlap .img-height img, .img-overlap-right .img-height img {width: 100%; height: 100%; object-fit: cover;}

.img-overlap-right .img-height {max-width: 900px; width: 100%; height: 810px; min-width: 350px;}

.img-overlap-right .wrapper {padding-bottom: 100px!important; justify-content: center; position: relative; z-index: 1;}
.img-overlap-right .content-left {
	background: linear-gradient(0deg, #C5C5C5 0%, #D2D2D2 14.9%, #E4E4E4 30.29%, #EEE 35%, #FFF 50%, #EEE 65%, #E4E4E4 70.19%, #D2D2D2 85.1%, #C5C5C5 100%); 
	box-sizing: border-box;
	padding: 60px;
	border-radius: 20px;
	margin-top: 40px;
    margin-left: -150px;
    height: 100%;
	position: relative;
	z-index: 2;
	max-width: 700px;
}
.img-overlap-right .gear img {max-width: 760px; width: 100%; opacity: .3;}
.img-overlap-right .gear {position: absolute; z-index: 0; bottom: -500px; right: -150px;}

/*---img-bg---*/
.img-bg {background: url("/siteart/map.png") no-repeat; background-position: center; background-size: cover;}
.img-bg > div {background: rgba(255,134,33,.75);}
.img-bg .wrapper {padding-top: 100px!important; padding-bottom: 100px!important;}
.img-bg .wrapper .heading-md {margin-bottom: 0!important;}
.img-bg .wrapper > .flex:first-child {justify-content: space-between; align-items: flex-end; margin-bottom: 150px; gap: 30px; flex-wrap: wrap;}
.img-bg .wrapper > .flex:last-child {gap: 90px; justify-content: space-between;}
.img-bg .wrapper > .flex:last-child a {color: var(--dark-grey); font-size: 20px; font-family: 'darkmode-off', sans-serif;}
.img-bg .wrapper > .flex:last-child a:hover, .img-bg .wrapper > .flex:last-child a:hover i {text-decoration: underline;}
.img-bg .wrapper > .flex:last-child span {margin-left: 15px;}
.img-bg .wrapper > .flex:last-child > a i {margin-left: 15px;}
.img-bg .wrapper > .flex ul {gap: 90px;}

/*--------PAGE STYLES--------------------*/
/*---service---*/
#service .img-left .img-height {height: 750px;}
#service .contact-form {padding-top: 0px!important;}

/*---thankyou---*/
.dark-left {padding-top: 100px!important; padding-bottom: 100px!important;}
.dark-left .heading-md {color: #fff!important;}
.dark-left p {color: #fff!important; max-width: 800px;}

/*---about---*/
#about .inventory-cta {padding-bottom: 100px!important;}
#about .inventory-cta > .flex {justify-content: space-between; gap: 30px;}
#about .inventory-cta .heading-md {color: #fff!important;}
#about .inventory-cta .button-flex {margin: 0!important;}

#about .img-left .img-height {height: 650px;}

.col-2 {padding-bottom: 100px!important; position: relative; overflow: hidden;}
.col-2 > .flex {gap: 50px; justify-content: space-between; z-index: 1; position: relative;}
.col-2 .heading-md {color: #fff!important;}
.col-2 .content-left p {color: #fff!important; max-width: 800px;}
.col-2 .gear img {max-width: 760px; width: 100%; opacity: .3;}
.col-2 .gear {position: absolute; z-index: 0; bottom: -300px; left: -150px;}

.col-2 .content-right .heading-mdsm {margin-bottom: 20px; text-align: center;}
.col-2 .content-right .heading-sm {margin-bottom: 30px; text-align: center; color: #fff;}
.col-2 .content-right p {color: #fff!important; text-align: center;}
.col-2 .content-right .flex {gap: 20px; margin-top: 20px;}
.col-2 .content-right .flex > div {max-width: 350px; width: 100%; border: #fff solid 2px; padding: 50px 20px;}

.gallery {padding-bottom: 100px!important;}
.gallery .heading-md {color: #fff; margin-bottom: 50px; text-align: center;}
.gallery .flex {gap: 20px; margin-top: 20px; justify-content: center;}
.gallery-height {
    height: 300px;
    max-width: 350px;
    width: 100%;
	position: relative;
}
.gallery-height img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*---contact---*/
.contact-form {padding-top: 100px!important; padding-bottom: 100px!important;}
.contact-form .heading-md {color: #fff!important;}
.contact-form p {color: #fff!important; margin-bottom: 40px;}
.contact-form .heading-mdsm {text-align: left; margin-bottom: 25px; margin-top: 50px; color: #fff!important; font-size: 30px!important;}

/*--------FORM STYLES--------------------*/

.form-all {
	box-sizing: border-box;
	max-width: 1100px!important; 
	width: 100%;
	margin: 0 auto 100px!important;
	text-align: center;
}

 .label {
	font-family: 'darkmode-off', sans-serif;
	text-align: left!important;
	font-weight: 500;
	color: #fff;
	font-size: 17px;
}

.label-row {margin-bottom: 15px;}
.flex-row {
	display: flex;
	width: 100%; 
	gap: 15px; 
	margin-bottom: 15px;
}

/*Form Half*//*Form Full Small*/
.form-half {display: inline-block;width: 50%;}
.form-full-sm {display: inline-block;width: 100%;}
.form-half input, .form-full-sm input {
	padding: 15px;
	width: 100%;
	border: none;
	background: var(--light-grey);
	font-family: 'darkmode-off', sans-serif;
	box-sizing: border-box;
	font-size: 17px;
}

/*Form Message*/
.form-full textarea {
	width: 100%;
	padding: 15px;
	border: none;
	background: var(--light-grey);
	box-sizing: border-box;
	margin-bottom: -8px;
	font-size: 17px;
	font-family: 'darkmode-off', sans-serif;
}

.form-full {margin: 15px 0 30px 0;}

.checkbox {text-align:left; margin-bottom:20px!important;margin-top: 0;}
.checkbox fieldset > label > .label-row {display: inline-block;}
.checkbox p {margin-bottom: 10px;}

/*--------Captcha--------------------*/
.include-captcha{display:none;}
#submit-btn {float: right;}
.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {color: #fff;font-family: 'darkmode-off', sans-serif;;}
.CaptchaPanel {text-align: right!important;}
.captcha-button {float: right;}

/*-------- FOOTER STYLES ----------------*/
.my-site-footer {padding-top:80px; padding-bottom: 80px;}
.my-site-footer .wrapper {justify-content: space-between;}
.footer-left img {max-width: 300px; width: 100%;}
.footer-left .flex {gap: 10px; margin-top: 40px;}
.my-site-footer .footer-right {gap: 150px;}
.my-site-footer .footer-heading {color: #fff; font-size: 20px; font-family: 'komet', sans-serif; font-weight: 700; margin-bottom: 40px;}
.my-site-footer .footer-right .flex {gap: 100px;}
.my-site-footer .footer-right li {margin-bottom: 10px;}
.my-site-footer .footer-right li i {margin-right: 15px;}
.my-site-footer .footer-right a {color: #fff; font-family: 'darkmode-off', sans-serif; font-size: 17px; line-height: 32px; transition: all .4s ease-out;}
.my-site-footer .footer-right a:hover {color: var(--orange)!important;}

/*-------- 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; font-weight: 700; line-height: 90px; color: var(--light-grey);}
.heading-md {font-size: 55px; font-weight: 700; line-height: 65px; margin-bottom: 20px; color: var(--dark-grey);}
.heading-mdsm {font-size: 40px; color: var(--orange); line-height: 50px; font-weight: 700;}
.heading-sm {font-size: 20px;}

.sub-head {font-size: 25px!important; font-weight: 400!important;}

/*---Buttons---*/
.btn-orange, .btn-dark, .btn-orange-sm {
	display: inline-block;
	background: var(--orange);
	color: var(--dark-grey);
	width: 250px;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
	border-radius: 10px;
	border: none;
	transition: all .4s ease-out;
	font-family: 'komet', sans-serif;
	text-align: center;
}

.btn-orange-sm {width: 60px;}

.btn-orange:hover, .btn-orange-sm:hover {background: var(--yellow);}

.btn-dark {background: var(--dark-grey)!important; color: #fff!important;}
.btn-dark:hover {background: #fff!important; color: var(--dark-grey)!important;}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.list-top-section .list-listings-count, .list-content .legal-text-container a, .parts-list-content .parts-title-and-breadcrumbs .parts-listings-count, #no-compare-listings, #return-to-listings-link i, #return-to-listings-link span {color: var(--orange)!important;}

.list-top-section .list-title, 
.list-content .legal-text-container p, 
.parts-list-content .parts-title-and-breadcrumbs .parts-title, 
.print-listing-container a, 
.print-listing-container span, 
.spec-container span, 
.print-listing-right span,
.options-popper-div button,
.ts-modal-header h2, 
.ts-modal-header span, 
.form-main-content label span, 
#privacy-policy-text span, 
.ts-modal-content .sort-option, 
.ts-modal-header .close i, 
.breadcrumbs__link,
#retail-currency,
#retail-currency i,
.compare-title h2,
.compare-container,
.compare-container .list-media .media-icon-text,
.compare-specs .cs-row .cs-spec,
.compare-specs .cs-row .cs-label,
.compare-price
{color: #fff!important;}

.compare-container .list-media .media-icon img {background: #fff!important;}

.recommended-listings-section h2 span, .recommended-listings-section .listing-content strong, .recommended-listings-section .listing-content span, .dealer-contact__header h2, .dealer-contact__details p strong, .ts-modal-content .selected-option, .iti__country-list .iti__country-name, .iti__country-list .iti__dial-code, .iti__selected-dial-code, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button span, .dealer-contact__details p, .calculator-disclaimer p, #calculator-form label, #calculator-form select, #calculator-form select option, .calc-output .finance-box span, .calc-output .finance-box strong, #calculator-form i, #calculator-form  .slide-power h2, #calculator-form .slide-power p, #calculator-form .slide-power label strong, #calculator-form .slide-power label select, #calculator-form .slide-power label select option, .calculator-modal h2
{color: var(--dark-grey)!important;}


.ts-modal-container .ts-modal-content, .ts-modal-header .close, #retail-currency
{background: var(--dark-grey)!important;}

.calculator-modal .ts-modal-content  {background: #fff!important;}

.faceted-search-content .faceted-section-box {background: #fff!important;}

.list-container-flexrow .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .parts-redesign .parts-list-content .grid .parts-listing-container .view-listing-details-link, #list-page-print-this, .captcha-and-submit button, .listing-carousel .recommended-listings-section .view-all-link, #compare-page-print-this, .compare-container .dealer-btns-bottom a {color: var(--dark-grey)!important; background: var(--orange)!important; transition: all .4s ease-out;}
.list-container-flexrow .view-listing-details-link:hover, .faceted-search-content .selected-facets-container .selected-facet:hover, .parts-redesign .parts-list-content .grid .parts-listing-container .view-listing-details-link:hover, #list-page-print-this:hover, .captcha-and-submit button:hover, .listing-carousel .recommended-listings-section .view-all-link:hover, #compare-page-print-this:hover, .compare-container .dealer-btns-bottom a:hover {background: var(--yellow)!important;}




/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1220px) {
	.img-bg .wrapper > .flex:last-child {flex-wrap: wrap;}
}

@media only screen and (max-width: 1200px) {
	.img-left .wrapper {gap: 40px;}
	#about .inventory-cta > .flex {flex-direction: column;}
}

@media only screen and (max-width: 1150px) {
	.my-site-footer .footer-right {gap: 80px;}
	.my-site-footer .footer-right .flex {gap: 50px;}
	.col-2 .content-right .flex > div {padding: 30px 15px;}
	.inventory-line {height: 230px;}
}

@media only screen and (max-width: 1030px) {
	.img-bg .wrapper > .flex ul {flex-wrap: wrap; gap: 30px;}
	.img-bg .wrapper > .flex:last-child {gap: 30px;}
	.col-2 > .flex {flex-wrap: wrap;}
	.col-2 .content-right .flex > div {max-width: 500px; padding: 30px;}
}

@media only screen and (max-width: 1000px) {
	.gallery-height {height: 150px;}
}

@media only screen and (max-width: 980px) {
	.my-site-footer .wrapper {flex-direction: column; gap: 50px;}
	.my-site-footer .footer-heading {margin-bottom: 30px;}
}

@media only screen and (max-width: 900px) {
	.img-left .wrapper {flex-direction: column; gap: 40px;}
	#about .img-left .wrapper {flex-direction: column-reverse;}
	.img-left .img-height, #service .img-left .img-height, #about .img-left .img-height {height: 300px;}
}

@media only screen and (max-width: 730px) {
	.heading-lg {font-size: 50px; line-height: 60px;}
	.heading-md {font-size: 40px; line-height: 45px;}	
	.img-overlap .content-left, .img-overlap-right .content-left {padding: 40px;}
	.col-2 .content-right .flex > div {padding: 30px 15px;}
	
	.inventory-cta .button-flex {flex-direction: column; align-items: center; padding: 20px 40px 40px 40px;}
	.inventory-line {height: 0; max-width: 500px; width: 100%;}
}

@media only screen and (max-width: 630px) {
	.img-left .wrapper, .img-overlap .wrapper, .img-bg .wrapper, .dark-left {padding-top: 80px!important; padding-bottom: 80px!important;}
	.img-overlap-right, .gallery {padding-bottom: 80px!important;}
	.img-bg .wrapper > .flex:first-child {margin-bottom: 80px;}
	.center-section > div {padding: 80px 20px!important;}
	.home-hero .wrapper {padding-top: 260px !important; padding-bottom: 260px !important;}
	
	.img-overlap .wrapper {flex-wrap: wrap;}
	.img-overlap-right .wrapper {flex-direction: column-reverse;}
	.img-overlap .content-left {margin-right: 0; margin-bottom: -20px; margin-top: 0px;}
	.img-overlap-right .content-left {margin-left: 0; margin-bottom: -20px; margin-top: 0px;}
	.img-overlap .img-height, .img-overlap-right .img-height {height: 300px; min-width: 100px;}
	
	.gallery .flex {flex-wrap: wrap;}
	.gallery-height {max-width: 230px;}
}

@media only screen and (max-width: 600px) {
	.my-site-footer .footer-right {flex-direction: column; gap: 50px;}
	.flex-row {flex-wrap: wrap;}
	.form-half {width: 100%;}
}

@media only screen and (max-width: 530px) {
	.gallery .flex {flex-direction: column;}
	.gallery-height {max-width: 100%;}
}

@media only screen and (max-width: 500px) {
	.col-2 .content-right .flex {flex-wrap: wrap;}
	.img-overlap-right .gear {bottom: -400px;}
}

@media only screen and (max-width: 400px) {
	.inventory-cta .button-flex {padding: 20px 20px 35px 20px;}
	.img-overlap .content-left, .img-overlap-right .content-left {padding: 40px 20px;}
	.my-site-footer .btn-orange {width: 200px;}
	.inner-hero .wrapper {padding-top: 250px!important; padding-bottom: 80px!important;}
	.img-overlap-right .gear {bottom: -300px;}
}
