﻿/***** BEGIN RESET *****/
 @import url("https://use.typekit.net/fsv3dvn.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;  
} 
body{
	font-family:'urw-din', sans-serif;
}
/*-------- 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;
}
.fa{
	-webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
	
}
/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.main-hero, .sky{width:100%;}
.main-hero img, .sky img{width:100%;}


.header-row .logo{width:200px;}
.logo img{width:100%;}
.top-container{position:relative;}
.header-row{width:70%; margin: 0 auto; position:absolute; top:60px; left: 0px; right: 0px; z-index:100; display:flex; flex-direction:row; justify-content:space-between;}

.top-info{display:flex; flex-direction:row; color:#fff; font-size:12px; text-align:center;letter-spacing:.5px; position: absolute; top:0; left: 0px; right:0px; z-index:500; width: 70%; margin: 0 auto; border-bottom: solid 1px #fff; padding: 20px 0;}
.top-info p{padding:0 8px; text-align:center; margin: 0 auto;}
.top-info a{color:#fff; transition: .3s ease; padding-bottom:3px;}
.top-info a:hover{text-decoration: underline;}
.top-info .fa{z-index:500; color:#fff;}

.hero {position:absolute;bottom:32%; z-index:100; left:0px; right:0px; text-align:center;}
.hero h3{color:#fff; font-size:20px; font-weight:400;}
.hero h1{color:#000; font-weight:800; font-size:54px;}
.hero p{color:#fff; width:420px; text-align:center; font-size:16px; font-weight: 200; letter-spacing: .5px; margin: 0 auto; padding-bottom:30px;}
.hero a{color:#fff; border: solid 1px #fff; margin:0 auto; position:relative; display:block; padding-top:7px; height:30px; width:180px; overflow:hidden; z-index:1;transition:         0.08s ease-in;
  -o-transition:      0.1s ease-in;
  -ms-transition:     0.1s ease-in;
  -moz-transition:    0.1s ease-in;
  -webkit-transition: 0.1s ease-in;}
.hero a:hover{color:#000;}
.hero a:before{content: ""; position:absolute; background:#fff; bottom:0; left:0; right:0; top:100%; z-index:-1; -webkit-transition:top .3s ease-in-out;}
.hero a:hover:before{top:0;}


/*---BODY--------------------------------*/

.ql-container{ background-color:#F8F8F8; padding: 50px 0;}
.qls{display:flex; flex-direction: row; justify-content: center; flex-wrap:wrap;width:80%; margin: 0 auto;}
.ql{padding:20px; border: solid 1px #E9E9E9; margin:10px; transition: .3s ease-in-out;}
.ql p{padding-top:10px; text-align: center;}
.ql a{color:#000; }
.ql .white{display:none;}
.ql img{padding-top:25px;}
/*.ql:hover{box-shadow:  0 3px 5px 3px #999;}*/

.ql {color:#000; position:relative; display:block; padding-top:7px; height:180px; width:180px; overflow:hidden; z-index:1;transition:         0.08s ease-in;
  -o-transition:      0.1s ease-in;
  -ms-transition:     0.1s ease-in;
  -moz-transition:    0.1s ease-in;
  -webkit-transition: 0.1s ease-in;}
.ql:hover p{color:#fff; transition:.2s ease-in-out;}
.ql:hover img{display:none; transition: .2s ease-in-out;}
.ql:hover .white{display:block; transition: .2s ease-in-out;}
.ql:before{content: ""; position:absolute; background:#000; bottom:0; left:0; right:0; top:100%; z-index:-1; -webkit-transition:top .4s ease-in-out;}
.ql:hover:before{top:0;}


.about-container{width: 70%; margin: 0 auto; padding: 4% 0;}
.about{display: flex; flex-direction:row; justify-content: space-around;}
.about-left, .about-right{width:45%;position: relative;}
.about-left img{width:82%; }
.about-img-cont{width: 95%;}
.about-img-cont img{width:100%;}
.red-box{position:absolute; bottom:10%; width:80%; background-color:#b33125; left: 8%; }
.red-box h3{color:#fff; padding:30px 0 7px 0; text-align: center; font-size:20px; letter-spacing:.5px;}
.red-box hr{width:15%; margin: 0 auto; color:#fff; border: 1px solid #fff;}
.red-box p{color:#fff; padding: 15px 15px 15px 15px; text-align: center; font-weight: 300; width:85%; margin: 0 auto; padding-bottom:40px; line-height:26px;}

/*---------CONTACT---------------*/
.contact-page{clear:both; background-color:#E8E8E8; }
.contact-wrapper{width:70%; position:relative; margin: 0 auto; padding:80px 0;}
.message{ width:500px; margin-left:28%; background-color:#fff; padding: 25px 50px 25px 200px; border-radius:5px;}


.contact-info{background-color:#b33125; width:330px; position:absolute; top:21%; left:14%; padding: 0px 0 120px 0; border-radius:5px;}

.contact-info h4{font-size:18px; ; font-weight:600; color:#fff; padding:40px 0px 20px 0px; text-align:center;}
.contact-info h5{font-size:16px; padding:5px 0 5px 50px; color:#fff;}
.contact-info p{line-height:28px; font-size:15px; font-weight:400; padding:0 0 20px 50px;}
.contact-info p a{color:#fff; transition: .3s ease;}
.contact-info p a:hover{color:#000;}
.cont-map{height:300px; position:relative; clear:both;}
/*--------FORM STYLES--------------------*/
.form{
	width:100%;
	text-align: left;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}
#formpage .flex-input input{
	background-color: #fff;
	width: 98%;
}
#formpage input {
	padding: 6px 5px 10px;
	border:solid 1px #969696;
	border-radius:5px;
	color: #000;
	font-size: 14px;
	margin-top: 5px;
	
}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
	padding: 5px 0px;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #969696;
	border-radius:5px;
	background-color: #fff!important;
	color: #000;
	font-size: 16px;
	background: #fff;
	width: 98%;
	height: 70px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #eaeaea;
	border-radius:2px
}
.submit-button{
	text-align:center;
	
}
input[type="submit"]{
	background-color:#b33125;
	color:#fff!important;
	width:30%;
	transition: .3s ease;
	margin: 10px 0 ;
}
input[type="submit"]:hover{
	background-color:#000;
	color:#000;!important;
}
.fa-star-of-life{
	color:#000
}
/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}



/*-------- FOOTER STYLES ----------------*/
.scrolling-wrap{width:100%; height:90px; overflow:hidden; clear:both;}
.scrolling{width:100%; height:92px;}

.foot-col img{width:200px;}
.footer{background-color:#333; color:#666; font-size:13px; line-height:24px; border-top:solid 1px #666666; }
.foot-container{width:75%; margin: 0 auto; padding:50px 0;}
.foot-row{display:flex; flex-direction:row; justify-content: flex-start;}
.foot-col, .foot-col2{width:250px;}
.foot-col h4, .foot-col2 h4{color:#b33125; text-transform:uppercase; font-size:16px; padding:15px 0 10px 0;}
.foot-col a,.foot-col2 a{color:#aaa; transition: .3s ease;}
.foot-col a:hover, .foot-col2 a:hover{color:#b33125;}
.footer hr{border: .5px solid #b33125!important;}

.mobile-foot-col{display:flex; flex-direction:row;}
.bottom-footer{width:40%; margin:0 auto; padding: 20px 0; line-height:14px; font-size:10px; text-align:center;}
.bottom-footer a{color:#666; margin: 0 auto; text-align: center;}
.bottom-left{width:55%;}
.bottom-links{display:flex; flex-direction:row; justify-content: center; margin:0 auto;}
.bottom-footer a:hover{color:#b33125}
.foot-map{width:400px;}


.thankyou{width:65%; margin: 0 auto; padding:80px 0px;}


/*----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: #b33125 !important;
    color: #000 !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: #b33125 !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: 1500px) {
	.hero{bottom:22%;}
	.hero h1{font-size:50px;}
	.about-container{width:80%;}
	.bottom-footer{width:55%;}
	.header-row{top:55px;}
	.contact-info{left:0}
	.message{margin-left:20%;}

}
@media only screen and (max-width: 1320px) {
	.foot-map{width:300px;}
}
@media only screen and (max-width: 1200px) {
	.hero h1{font-size:45px;}
	.hero p{font-size:15px;}
	.about-container{width:95%;}
	.about-left,.about-right{margin: 0 auto; width:50%;}
	.about-left img{width:95%;}
	.foot-container{width:80%;}
	.foot-map{width:250px;}
	.foot-col2{width:180px;}
	.bottom-footer{width:70%;}
	.hero{bottom: 17%;}
	.top-container{height:180px;}
	.sky{height:180px;}
	.sky img{height:180px; object-fit: cover;}
	.logo img{height:auto!important;}
	.contact-wrapper{width:95%;}
	.message{width:460px;}
	
	
}
@media only screen and (max-width: 1040px) {
	.top-info{display:none;}
	.hero h3{font-size:16px;}
	.hero h1{font-size:40px;}
	.hero p{font-size:14px;}
	.hero a{font-size:14px;}
	.top-container-home .main-hero img{height:400px; object-fit: cover;}
	.about{flex-direction:column-reverse;}
	.about-right, .about-left{width:500px;}
	.about-right{height:450px; }

}
@media only screen and (max-width: 940px) {
	.foot-row{flex-direction:column; margin:0 auto;}
	.foot-col, .mobile-foot-col, .foot-col2{margin:0 auto; width:auto;}
	.foot-map{width:400px;}
	.foot-col2{padding: 20px 5px 40px 5px;}
	.bottom-footer{width:80%;}
	.contact-wrapper{width:80%;}
	.contact-info{position:relative; width:100%; margin: 0 auto; padding:0px;}
	.cont-links{display:flex; flex-direction:row; justify-content:space-around; padding-bottom:30px;}
	.message{width:90%; margin-left:0;padding:5%;}
	.cont-links h5, .cont-links p{padding: 5px 0 0 0;}
}


@media only screen and (max-width: 700px) {
		.about-right, .about-left{width:80%; margin: 0 auto;}
	.about-img-cont{margin: 0 auto;}
	.red-box{left:5%; width:90%;}
	.red-box p{width: 90%; line-height:22px; font-size: 14px;}
}


@media only screen and (max-width: 500px) {
.hero h1{font-size:24px!important;}
	.hero h3{font-size:14px;}
	.hero p{font-size:13px; width:90%;}
	.foot-map{width:100%;}
	.bottom-footer{width:95%;}
	.contact-wrapper{width:95%;}
}

@media only screen and (max-width: 390px) {
	.red-box p{font-size:14px; line-height:24px; width:90%;}
	.about-right, .about-left{width:90%;}
	.foot-container{width:95%;}
	.foot-col2{padding: 0 5px 20px 5px;}
	.foot-col2 a{font-size:12px;}
	.cont-links{flex-direction:column; text-align:center;}
	
}






