﻿lol
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	
}
svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 

.clear { clear: both;}

img { border: 0;} 
	
/* typography */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size: 24px;
		font-weight:700;
		color:#c92933;
		padding:2% 0 3% 0;
		text-transform: uppercase;
		font-family: 'source_sans_proregular', sans-serif;;
	}
	h2 {
		font-size: 19px;
		font-weight:600;
		color:#c92933;
		padding:2% 0 1% 0;
		text-transform: uppercase;
		font-family: 'source_sans_proregular', sans-serif;	}
	h3 {
		font-size: 20px;
		font-weight:700;
		color:#c92933;
		text-transform: uppercase;
		font-family: 'source_sans_proregular', sans-serif;
	}
	h4 {
		font-size: 18px;
		font-weight:700;
		color:#fff;
		padding:2% 0;
		text-transform: uppercase;
		font-family: 'source_sans_proregular', sans-serif;
	}


p {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	font-size:16px;
	font-weight:400;
	padding:0 0 3% 0;
	color:#fff;
	line-height: 30px;
	}

/* header styles  */

.header-wrap {
	width: 100%;
	 border-bottom: 4px solid #c92933;
	 background: #fff;
	 position: sticky;
	  z-index:9999;
	top:0;
}
.head-right { width: 100%; }
header {
	margin: 0 auto;
	max-width: 1100px;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	}
header h3{ 
	padding-top: 70px; 
	padding-left: 10px; 
}

.logo{
	padding:2% 0 1% 0;
	width:100%;
	max-width:174px; 
	box-sizing: border-box;
}
#main-img{
	width: 100%; 
	max-width: 800px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
}


/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile, .mobile-nav-cont-1 { display:none;} /* New class to help control screen width visability */

nav.primary {
	padding:0;
	display:block;
	position:relative;
    width: 100%;
	}
	nav.primary ul {
        width:100%;
		margin:0 auto; 
		padding:0;
        display: flex;
        justify-content: flex-end;
		}
		nav.primary ul li {
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				font-family: 'source_sans_proregular', sans-serif;
				color:#000;
                padding: 20px 25px 15px 25px;
  				font-size: 18px;
				text-decoration: none;
				display: flex;
				align-items: center;
				gap:0 5px;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
				-webkit-transition: .1s ease-in;
				-moz-transition: .1s ease-in;
				-o-transition: .1s ease-in;
				transition: .1s ease-in;
				font-weight: 700;
				list-style: none;
				}	
			nav.primary ul li a span {
				position: relative;
				width:10px;
				height: 10px;
				display: inline-flex;
				justify-content: center;
				align-items: center;
			}
			nav.primary ul li a span:after {
				content:"";
				width:10px;
				height: 2px;
				background:#000;
				display: block;
				position: absolute;
			}
			nav.primary ul li a span:before {
				content:"";
				width:10px;
				height: 2px;
				background:#000;
				transform: rotate(90deg);
				display: block;
				position: absolute;
				transition: .1s ease-in;
			}
			nav.primary ul li a:hover {
				color: #c92933;
				}
			nav.primary ul li a:hover span:before {
					width:0px;
				}
			nav.primary ul li:hover a span:before {
					width:0px;
				}
			
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:12px;
				padding: 11px 15px;
				color:#000;
				text-align: left;
				background: #fff;
				border-bottom: #000 solid 1px;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
	width:auto;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 500;
}
nav.primary ul ul li {
	display: block;
    float: none; 
	width: 160px;
    position: relative;
    margin:0;
}



/*scrolling banner styles */
.scrolling{
	width:100%;
	height:92px;
	
}
.banner {
	width:100%;
	height:92px;
	overflow:hidden;
	background: #c92933;
	padding: 10px 0px 10px 0px;
}


/* content styles */

.google-maps {
    padding-bottom:0;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
    width: 100% !important;
    height: 450px;
}

/* layout styles */

.wrap {
	width: 100%;
	margin: 0 auto;
	background: url(../siteart/background.jpg);
}

.container-notInv {
	max-width: 1100px;
	margin: 0 auto;
	width: 90%;	
	padding-bottom: 100px;
}

.container-notInv li {color: #fff; line-height: 25px;}

.container .cf{background: #fff; margin-top: 15px;}
.manu { width: 100%; max-width: 1000px; margin: 0 auto; padding-top: 30px; }
.manu img {padding: 0 30px 20px 30px; }

/*Icon Styles */
#feature { 
	width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.icon {
	display: inline-block;
	width:170px;
	margin:40px 40px 40px 40px;
	position:relative;
}
.icon h4 { padding:2% 0 0 20%;}
.icon a{
	text-decoration:none !important;
	-webkit-transition:.3s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}
.icon a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.icon a:active{
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}	
.icon img {
	width:100%;
	z-index:4000;
	position:relative;
}

/* end Icon Styles*/

/* Form styles */
#formpage {
vertical-align:top;
padding-bottom: 30px;
}

#formpage div {
vertical-align:top;
padding:5px 5px;
}

#formpage input {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family:'Franklin Gothic Medium', Arial, sans-serif;
	color:#000;
	font-size:12px;
	background:#fff;
}

#formpage textarea {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family:'Franklin Gothic Medium', Arial, sans-serif;
	color:#000;
	font-size:12px;
	background:#fff;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	font-family:'Franklin Gothic Medium', Arial, sans-serif;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {width:31%; float:left; margin:5px 10px; color: #fff;}
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#abacac; 
	color:#FFF;
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:200px; 
    margin:0;
    padding:7px 0;
    background: #c92933; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#c92933, #951416); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c92933, #951416); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c92933, #951416); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#c92933, #951416); /* Standard syntax */
    border:2px #951416 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:'FranklinGothicITCbyBT-Heavy', Arial, sans-serif;
	text-transform:uppercase;
}
#formpage input.button:hover {
	background: #951416; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#951416, #c92933); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#951416, #c92933); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#951416, #c92933); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#951416, #c92933); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #951416 solid;
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}

 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
color:#fff;
}


.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:#fff;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
.captcha {width:50%; margin:0 auto;}




/*---PARTS SEARCH -----------------------------------*/
.search-bg{background:#f3f3f3;}
.search-bg p{color:#000;}
#searchparts {width:100%; margin:20px auto;}

.searchfieldtopwrap {float:left; width:80%;}
.searchfieldtop {width:49%; float:left; margin-right:11px; background:#fff; padding:11px 0;}
.searchfieldwrap {float:left; width:75%;}

.searchfield {background:#fff; padding:11px 15px; border:2px solid #fff; text-align: left;}

#searchform input.text {color:#262262; padding:11px 10px; width:91%;}
#searchform select {color:#fff; padding:10px 10px; width:97%;}

.search-box{border:none; font-weight:300; text-transform:uppercase; width: 100%;}

.radio{text-align:left; padding: 10px;}

#searchform input.button,
#searchform input.button:focus {
	background: #c92933; /* For browsers that do not support gradients */
	color:#f3f3f3; 
	text-transform:uppercase;
	text-decoration:none; 
	font-weight:700; 
	width:195px;
	font-size:14px;
	text-align:center;
	margin:0 auto;
    padding:16px 0;
    border: none;
    line-height:14px;
}

#searchform input.button:hover {
	background: #000; /* For browsers that do not support gradients */
	color:#f3f3f3;
}




/*===================== 
	footer styles 
=======================*/

#bottomwrap {
	background: #000;
	width: 100%;
	color:#fff;
	margin:0 auto;
	border-top: 4px solid #fff;
	text-align: left;
	padding-bottom: 20px;
}

.footer {margin: 0 auto; padding-bottom:15px; width:100%; max-width:1100px; text-align: left;}

.footer-contact {
	width: 28.83333%;
    margin: 3% 2% 0 0;
    padding-left: 3.5%;
    float: left;
    background: url(../siteart/location.png)  no-repeat center left;
    background-size: 6%;
}
.footer-contact p{ color: #fff; line-height: 18px;}
.footer-phone {
    width: 21%;
    float: left;
    padding-left: 3.5%;
    margin: 3% 0 0 0;
    background: url(../siteart/phone.png) no-repeat center left;
    background-size: 6%;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: #fff;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: #999999;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff; text-align: left;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff; }

.divfooter {width: 40%;   text-align:center; text-align: left; float: right; padding-bottom: 20px; margin: 3% 0 0 0;}

/*===================== 
   Inventory Styles
=======================*/
.container {
    padding: 20px 0!important;
    background: white;
}



/*===================== 
   Inventory Styles
=======================*/


#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#c92933 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a {background:#c92933 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #c92933 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #c92933 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}





/*===================== 
   Responsive Styles
=======================*/
@media screen and (max-width: 1118px ) {
	.footer{ width: 95%;}	
}

@media screen and (max-width:924px) {
	.footer {height: 200px;}
}
@media screen and (max-width:860px) {
	nav.primary ul li a {
		padding: 20px 20px 15px 20px;
		font-size: 17px;
	}
}
@media screen and (max-width:805px) {
.head-right { display:inline-block; margin: 0 auto;}
}

@media screen and (max-width:765px) {
	
	.head-right { display:none;}
	
	.footer-contact, .footer-phone { background-size: 10%;}
	
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
    .mobile-nav-cont-1 { display:block;} /* New class to help control screen width visability */
    
	#menu-button{ 
		width: 100%;
		display: block;
		position: relative;
        box-sizing: border-box;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #fff;
        padding:15px 20px;
	}
	
    .menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:25px;
        height: 21px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#000;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#000;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#000;
        height: 3px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
    
	nav.mobile { /* this section is new updated position width and positioning*/
		display:none;
		position: absolute;
		left: 0px;
		top:100%;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 500; 
		overflow:auto;
		border-bottom:2px solid #c92933;
	}



	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #000;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		padding: 18px 20px 12px 8px;
	    font-size: 14px;
		font-family: 'source_sans_proregular', sans-serif;
  		font-weight: bold;
		position: relative;
		color:#000;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
	}
	nav.mobile ul li a:hover {
		color: #c92933;
	}

	/* SECOND LEVEL */
	nav.mobile ul li li a {
		padding: 11px 15px 11px 25px;
	}

	nav.mobile ul li a span{
		position: absolute;
		top:0;
		right:0;
		width:44px;
		height: 100%;
		background:#fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	nav.mobile ul li a span:after {
		content:"";
		position:absolute;
		width:10px;
		height: 2px;
		background:#000;
	}
	nav.mobile ul li a span:before {
		content:"";
		position:absolute;
		width:10px;
		height: 2px;
		background:#000;
		transform: rotate(90deg);
		transition:.2s ease-in;
	}
	nav.mobile ul li a.clickopen span:before {
		width:0;
	}
	nav.mobile ul li a.clickopen span {
		background:#c92933;
	}

	
	
	
}

@media screen and (max-width:630px) {
	.formfield{width: 90%;}
}

@media screen and (max-width:580px) {
	.footer-contact, .footer-phone{ width: 95%; text-align: center; background-size: 6%;}
	.divfooter {width: 95%; text-align: center; margin: 0 auto; padding-top: 20px;}
	

}
@media screen and (max-width:520px) {
	#feature { max-width: 240px;}

}

@media screen and (max-width:415px) {
	.logo { padding-left: 10px;}
	header h3 { padding-top: 10px;}
	
}
@media screen and (max-width:400px) {
	#feature { max-width: 250px;}
	.manu { max-width: 200px;}
	.footer-contact{ float:none; text-align: center;}	
	.footer {float:none; padding-bottom:15px; width:90%;}
	.divfooter { padding-top:20px; padding-bottom:20px; text-align: center;}
}

@media screen and (max-width:319px) {
	.footer-contact{ float:none; text-align: center;}
	.footer {float:none; padding-bottom:15px; width:100%;}
	.divfooter {width:100%; padding-top:10px; padding-bottom:20px; text-align: center;}
header h3{ font-size: 18px;}
}