﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/***** BEGIN RESET *****/

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 --------

*/

/***** 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 {
overflow-x: hidden;
	font-size: 16px; 
	line-height: 27px;
	font-family: 'Roboto';
}

a:link, a:visited, a:active {text-decoration:none;color:#65272A;}
a:hover {text-decoration:none; color:#060142;}


hr{border:#000 1px solid;}
h1,  h2, h3, h4 {font-family: 'Roboto';}
h1 {letter-spacing: 1px; font-size: 40px; line-height: 45px;}
h2 {letter-spacing: 1px; font-size: 32px; line-height: 40px;}
h3 {font-size: 22px; line-height: 30px; text-transform: uppercase; }
h4 {font-size: 20px;}
.red-text {color:#65272A !important;}
.lt-font {font-weight: 300;}
p {color:#000; letter-spacing: 1px;font-family: 'Roboto';}
#padding100 {padding: 100px 0;}
#padding50 {padding: 50px 0;}
/*--- HEADER STYLES ---------------------*/
.header { text-align: center; margin: 0 auto; padding-top:10px; padding-bottom: 10px;}
.logo {display: inline-block; width: 30%; vertical-align: middle;}
.logo img {max-width: 350px; width: 100%; }
.header-contact {display: inline-block; width: 39%; text-align: center; vertical-align: middle; }
.header-contact h4 {font-size: 35px; line-height: 35px;}
.header-contact h4 a{color:#65272A;}
.header-right {display: inline-block; width: 30%; vertical-align: top; text-align: right;}
.header-right p {font-weight: 600; font-size: 18px; text-align: left;}
.header-right img {max-width: 400px; width: 100%; text-align: right; margin-top:-15px;}


/*---BODY--------------------------------*/
.column-count {column-count: 2}
.width-90 {width: 90%; margin: 0 auto;}
.width-70 {width: 70%; margin: 0 auto;}
.line-top {width: 260px; height: 10px; background:#060142; margin-bottom: 15px; }
.hp-sect h1 {text-transform: uppercase; }
.hp-sect p {padding: 20px 0; column-count: 2;}
.blue-btn {background: #060142; border: 1px solid #060142; padding: 10px 35px; text-align: center; color:#fff; display: inline; font-weight: 600; letter-spacing: 1px; border-radius: 5px; transition: .3s ease;}
.blue-btn:hover {background: #fff; color:#060142}


.pg-flex {display: flex; flex-direction: row; align-content: top; padding: 2% 0;}
.content-left {width: 30%; justify-content: flex-start; }
.content-left-mobile {width: 90%; margin: 0 auto; display: none;}
.content-left h3 {color:#65272A}
.content-left .fas {font-size: 12px;color:#65272A;}
.content-bio { padding: 25px 0; margin-bottom: 25px; border-bottom: 1px solid #ddd;}
.content-right {width: 70%; justify-content: flex-start; align-items: top;}
.content-right h1, .content-right h2 {text-transform: uppercase; letter-spacing: 1px;}
.content-right h1 {font-size: 30px; line-height: 40px; color:#65272A;}
.content-right h2 {font-size: 25px; line-height: 30px;}
.content-right p {line-height:30px;}
.content-right .fas {font-size: 12px; color:#ddd;}
.content-right h3 {font-size: 18px; font-weight: 300;}

.sect-line {height: 1px; background: #ddd; width: 100%; margin: 25px 0;}

.part-logo {display: inline-block; width: 35%; vertical-align: top; padding: 10px 0; }
.part-logo img {width: 100%; max-width: 100px; text-align: center;}

.map-left, .map-right {float: left; width: 50%;}
.map-left h2, .map-right h2 {font-size: 22px; color:#fff; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
.map-left p, .map-right p{font-size: 16px; color:#fff;letter-spacing: 1px; text-align: center;}
.map-left p a, .map-right p a{font-size: 16px; color:#ddd;letter-spacing: 1px; text-align: center;}
.map-left {background: #060142;}

.map-right {background:#030029;}

.liftgate-flex {display: flex; flex-direction: row; align-items: center; margin: 0 auto; background: #333; text-align: center;}
.liftgate1 {width: 28%; justify-content: flex-start;}
.liftgate2 {width: 50%; justify-content: flex-start;}
.liftgate1 img, .liftgate2 img {width: 100%}

.team-container {padding: 3% 0; background:#ddd}
.team-member {display: flex; flex-direction: row; margin: 0 auto; }
.team {justify-content: flex-start; width: 25%; padding: 15px 0;}
.team h4 {font-weight: 300; letter-spacing: .5px; font-size: 18px;}
.team h4 b {text-transform: uppercase; font-size: 20px;}

.service-repair img {display: inline-block; vertical-align: middle; width: 48%;}

textarea[name="Message"] {
	padding: 6px 5px 10px;
	border: 1px solid #848484;
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
	font-size: 16px;
	width: 100%;                  
	box-sizing: border-box;      
}

textarea[name="Message"]::placeholder {
	color: #999;                  
	font-style: italic;   
	
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:130px;
    overflow:hidden;
	padding: 20px 0;
	background: #000;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/**---- SCROLLING MANU BAR -----------------------------*/
.brandbar{
	background:#fff;
	text-align: center;
	width:100%;
	top:0;
	left: 0;
	right:0;
	border-top:6px solid #060142;
	border-bottom:6px solid #060142;
	padding: 50px 0;
	margin: 10px 0;
}
.manu-slider img{  padding: 0px 15px; border:.5px solid #fff;}
.manu-slider img:hover {opacity:.7; border:.5px solid #ddd;-webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s;}


/*---POP-UP -----------------------------------*/

*, *:after, *:before {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.box {
                width: 50%;
                margin: 0 auto;
                background: rgba(0,0,0,0.2);
                padding: 35px;
                border-radius: 20px/50px;
                background-clip: padding-box;
                text-align: center;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
                transition: all 0.2s;
                font-size: 30px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                border: 1px solid #fff;
                padding:0 5px 5px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}


/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
                content:"";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                background: rgba(0, 0, 0, 0.7);
                position: fixed;
                z-index: 99999;
}
.overlay .popup {
                background: #060142;
                border:3px solid #ffffff;
                border-radius: 5px;
                width: 100%;
                max-width: 1300px;
                position: absolute;
                top: 6vw;
                left: 0;
                right: 0;
                float:none;
                padding: 40px 0;
                margin: 0 auto;
                text-align:left;
                z-index: 99999999;
                -webkit-transition: all 0.6s ease-in-out;
                -moz-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                color:#fff;
                font-size: 16px;font-weight: 400;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}
.popup h1 {letter-spacing: 1px; color:#ddd}
.popup img {max-width: 400px; width: 100%;}
.popup p {padding: 25px 0; color:#fff; }

/*-------- FOOTER STYLES ----------------*/
footer{ text-align: center; background: #fff; width: 100%; padding: 10px; text-transform: uppercase; letter-spacing: 1px; color:#000; border-top:1px solid #000;}







/*----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: #060141 !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: #060141 !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: #F1F1F1 !important;
    color: #000 !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-----------------------*/
}

.dealer-contact__button:hover{
	color:#000!important;
}



/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1340px) {
	.header {padding-bottom: 0}
	.brandbar {margin: 0 auto;}	
	.logo {width: 20%; display: inline-block; vertical-align: middle; }
	.logo img {max-width: 250px; width: 100%; padding-top:0;}
	.header-right {width: 30%;display: inline-block;}
	.header-contact {width: 30%; text-align: right;display: inline-block; vertical-align: middle; margin-top:0; margin: 0 8%; }
	.header-contact img {max-width: 350px; width:100%;}
	
}
@media only screen and (max-width: 1200px) {
	.pg-flex {display: block;}
	.content-right {width: 100%;}
	.content-left {display: none;}
	.content-left-mobile {width: 100%; margin: 0 auto; display: block; padding: 25px 0;}
	.part-logo {width: 30%;}
	.width-70 {width: 90%;}
	.width-90 {width: 95%;}

	
}

@media only screen and (max-width: 1020px) {
.team-member {display: block;  margin: 0 auto; }
.team {display: inline-block; width: 48%; vertical-align: top;}
	
}
@media only screen and (max-width: 900px) {
	.logo{width: 100%; text-align: center; padding-top:5px;}
	.logo img{width: 100%;max-width: 200px; padding-top:0;}
	.header-right {width: 45%;display: inline-block;}
	.header-contact {width: 48%; text-align: right;display: inline-block; vertical-align: middle; margin-top:0; margin: 0 2%;}
	
	.hp-sect h1 {font-size: 28px; line-height: 34px;}
	.hp-sect p {column-count: 1;}
	.map-left, .map-right {width: 100%; float: none;}
	.map-left h2, .map-right h2 {font-size: 18px; color:#fff; text-transform: uppercase; letter-spacing: 1px; text-align: center;}
	.map-left p, .map-right p{font-size: 14px; color:#fff;letter-spacing: 1px; text-align: center;}
	
}


@media only screen and (max-width: 767px) {
	.logo img {padding-top:5px; max-width: 300px; width: 100%; text-align: center;}
	.logo {width: 100%;}
	.header-contact {margin-top:0;}
	.header-contact h4 {font-size: 28px;}
	.team-container {margin: 0 auto; text-align: center;}
	.team {display: inline-block; width: 100%; vertical-align: top;}
	.service-repair img {width: 100%; padding: 5px 0;}

}
@media only screen and (max-width: 600px) {
	.logo {width: 100%;}
	.logo img {max-width: 150px;}
	.header-contact {text-align: center; width: 100%;}
	.header-right {text-align: center; width: 100%;}
	.header-right p {text-align: center}
	footer {text-align: center; font-size: 13px; padding: 10px 0;}
	.popup img {max-width: 200px; width: 100%;}

}






