﻿/* 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 { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent;  
}

ol, ul {}
blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: '';}  

ol ul.tab{
	margin-left: 25px;
}
/* TEXT/LINK FORMATTING
------------------------------------------------*/

	/* LINKS */
	a:link, a:visited {color:#BD382A; text-decoration:underline;}
	a:hover, a:active {color:#b1b1b1; text-decoration:none;}

	/* PARAGRAPH/LIST/GENERAL TEXT */
	p, ul, li {font-size: 12px;}

	/* HEADERS */
	h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}
	h1 {font-size:28px; color:#c63b2b; font-family: 'source_sans_proSBdIt';}
	h2 {font-size:24px;}
	h3 {font-size:24px; color:#c63b2b; font-family: 'source_sans_proSBdIt';}
	h4 {font-size:20px; color:#c63b2b; font-family: 'source_sans_prosemibold';}
	h5 {font-size:16px;}
	h6 {font-size:14px;}

a.link-bold {text-decoration: none;}
a.link-bold:hover {color:#BD382A;text-decoration: underline;}
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float:left;}
.right {float:right;}

body {font-family: 'source_sans_proregular'; color:#232323; background:#fff;}

img {display:block;}

.content {width:85%; margin:0 auto;}
.content-header {width:92.5%; margin:0 auto;}

/* SELECTION
------------------------------------------------*/	
::selection {color:#fff; background: #b83627;}
::-moz-selection {color:#fff; background: #b83627;}

/* HOVER STYLING
------------------------------------------------*/	
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* HEADER
------------------------------------------------*/	
header {
	padding:30px 0 35px 0;
	border-bottom:4px #232323 solid;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23fafafa' fill-opacity='0.56' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* LOGO
------------------------------------------------*/	
header .logo-wrap {width:46%; float:left; position:relative;}
header .logo {float:left; position:relative; margin:32px 0 0 0;}
header .logo img {width:100%; max-width: 529px;}

/* ADDRESS
------------------------------------------------*/	
header .financing {width:15%; margin:40px 1% 0; float:left; position:relative; text-align:center;}
header .financing img {width:100%; max-width:200px;}

/* ADDRESS
------------------------------------------------*/	
header address {
	font-style:normal;
	width:18%;
	float:left;
   	position:relative;
	font-size:18px;
	line-height:18px;
	text-align:right;
	margin:22px 0 0 0;
}

header address a[href^="tel:"]{font-size:24px; color:#c63b2b; font-family: 'source_sans_proSBdIt'; line-height:45px; text-decoration: none;}



/*  NAVIGATION
------------------------------------------------*/
#menu-button{
	display: none;
}

nav.mobile {
	display:none;
}

nav.primary {
	padding:0;
	margin:0;
	width:100%;
	z-index: 500;
	position:relative;
	background: #c63b2b;
	margin:3px 0 0 0;
}

nav.primary ul {
	margin:0 auto;
	padding:0;
}

nav.primary ul li {
	margin:0;
	paddding:0;
	float:left;
	width:9.86%;
	list-style-type:none;	
	
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

nav.primary ul li:last-of-type {width:11.2%;}

nav.primary ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

nav.primary ul li:hover, nav.primary ul li:focus, nav.primary ul li:active {color: #fff;}
nav.primary ul li:hover:before, nav.primary ul li:focus:before, nav.primary ul li:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}
				
nav.primary ul li a {
	display:block;
	color:#f3f3f3;
	font-weight:normal;
	font-size:18px;
	line-height:60px;
	text-decoration:none;
	padding:0;
	margin:0;
	text-align:center;
	font-family: 'source_sans_prosemibold';
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#fff; background: #262626;}


/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 230px;}
nav.primary ul li li:last-of-type {width: 230px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	font-size:16px;
    line-height:16px;
	padding:10px 18px;
	
	color:#fff;
	background: #181818;
	width: 230px;
	
	text-align:left;
	
	border-right:none;
	border-left:none;
	border-bottom: #fff solid 1px;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {
	color:#060606;
	background:#eee;
}


/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {
    display: none;
    position: absolute; 
}
  
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 {
    float: none; 
    position: relative;
    margin:0;
}


/*  SLIDESHOW
------------------------------------------------*/
.cycle-slideshow {
	width:100%;
	line-height:0;
	z-index:10;
	position:relative;
}

.cycle-slideshow img{width:100%; z-index:40; position:relative;}

/*  MAIN CONTENT
------------------------------------------------*/	
.main {border-bottom:8px #202020 solid; margin:0 0 4px 0;}
.hosted-content .fluid {margin:40px 0 0 0;}

.contact-card{
	background:#eaeaea;
	padding:10px;
	width:200px;
	float:left;
	margin:35px auto 10px 20px;
}

.contact-card p{
	font-size:14px !important;
}

/*  ARTICLE
------------------------------------------------*/
article {width:73%; float:left; position:relative; margin:35px 0 40px 0;}
article.full {width:100%;}
article h1{}
article.full h3 {margin:16px 0 8px 0;}
article.full p {font-size:19px; line-height:24px;}
article.full ul {list-style:inside circle;}
article.full ol {list-style:inside decimal;}
article.full ul li, article.full ol li{margin-left:20px; padding:5px 0; font-size:19px; line-height:1.5;}
article p{font-size:19px; line-height:24px;}
article table {width:100%; margin-bottom: 20px;}
article table td {margin: 20px; line-height: 1.5em;}
article table th {margin: 20px; text-align: left;}

/*  ASIDE
------------------------------------------------*/
aside {width:22%; margin:40px 0 40px 5%; float:left; position:relative;}
aside img {width:100%; padding:0 0 4px 0; border-bottom:5px #c63b2b solid;}


.page-photos {padding:35px 0 15px 0; width:100%;}
.page-photos div{float:left; position:relative; width:32.3%; padding-top:10px; padding-right:10px;}
.page-photos img{width:100%; max-width:425px;}

.contact-info {width:33.3%; float:left; position:relative; text-align:center; margin:0 0 25px 0;}

.map-framed {border:0; margin:0 0 45px 0;}

/*  SECTION
------------------------------------------------*/
section {margin:35px 0 40px 0;}

section .site-categories {
	width:18%;
	float:left;
	position:relative;
	margin:0 1% 0 1%;
	overflow:hidden;	
	background:#6f2d25;
}

section .site-categories .cat-bg{margin:0 0; width:100%; opacity:.5;}
section .site-categories:hover {background: #c63b2b;}

section .site-categories .icon {width:20%; float:left; position:relative;}
section .site-categories .icon img {width:40px; padding:10px;}
section .site-categories .category-title {float:left; position:relative;
	width:75%;

	color:#fff;
	padding:15px 5% 0 0;
	font-size:22px;
	text-align:right;
	text-transform:uppercase;
	font-family: 'source_sans_prosemibold';
}
section .site-categories .category-title img{width:10%; position:absolute; padding:2%; top:-30%; left:10%; background:#4b4b4b;}

  
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
	width:100%;
	height:92px;
	overflow:hidden;
	padding:30px 0;
	background-color: #1e1e1e;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='https://www.w3.org/2000/svg'%3E%3Cg fill='%23282828' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.scrolling{width:100%; height:92px;}

/*  BRANDS
------------------------------------------------*/
.brands-wrap {background:#F4F4F4;}
.brands {width:13.6%; padding:25px 3%; float:left; position:relative;}
.brands a{display:block;}
.brands img{width:100%;}

/*  FOOTER
------------------------------------------------*/
footer {
	padding:65px 0;
	border-top:8px #c63b2b solid;
	background:#282828;
}

/*  Stylized Footers 
------------------------------------------------*/
.divfooter {
	width:85%;
	color:#fff;
	margin:0 auto;
	font-size:12px;
	line-height:14px;
	text-align:center;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{color:#fff; text-decoration:underline;}
a.footerlink:hover {color:#fff; text-decoration:none;}


/************************************************ 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;}

.view-listing-details-link{color: white !important; text-decoration: none !important;}
.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#c63b2b !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:#c63b2b !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 #c63b2b !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: #c63b2b !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: 1150px) {
	header .logo-wrap {width: 100%;}
	header .logo {float: none; margin: 32px auto 0;}
	header .logo-wrap img{margin: 0 auto;}
	header .financing {width: 39%;}
}

@media screen and (max-width: 1024px) {
	.content {width:93.6%; margin:0 3.2%;}
	.content-full{width:100%; margin:0;}

	nav.primary{display:none;}
	
	#menu-button{
		display: block;
		font-size: 24px;
		line-height:60px;
		width:90px;
		position: relative;
		z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
		margin:3px 0 0 0;
		background: #c63b2b;
		width:100%;
		
	}
	#menu-button a{
		color:#fff;
		text-decoration: none;
		padding:0 0 0 .8em;
		font-weight:100;
	}
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	nav.mobile .mmheader { /* Menu header styles */
		position: relative;
		padding: 12px 10px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 400;
		border-bottom: 4px solid #222;
	}
	nav.mobile .menu-toggle { /* Menu close button */
		position: absolute;
		top: 12px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-family: Arial, sans-serif;
		font-weight: 100;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		vertical-align: top;
	}
	nav.mobile .menu-toggle:hover {color: #fff;}
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	}
	nav.mobile ul li a {
		position: relative;
		display: block;
		padding: 15px 0px 15px 20px;
		color: #999;
		font-size:15px;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {background: #c63b2b; color: #fff;}
	
	nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
		background:url(../siteart/menu-arrow.png) 10px 8px no-repeat;
		background-size:55%;
		position:relative;
		display:block;
		float:right;
		margin:-44px 0 0 0;
		cursor:pointer;
		z-index: 12399994;
		width:44px;
		height:44px;
		-webkit-transition:background-size .3s ease-in-out;
		-moz-transition:background-size .3s ease-in-out;
		transition:background-size .3s ease-in-out;
	}
	nav.mobile ul li span.click:hover{background-size:60%;}
	
	nav.mobile ul li li a { /* appearance of the sub-level links */
		background: #434343;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
		background: #37424e;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #000;
		text-decoration: none;
	}
	
	article {width:65%;}
	aside {width:30%;}
	
	section .site-categories .category-title {float:left; position:relative; padding:21px 5% 0 0; font-size:15px;}
}

@media screen and (max-width: 900px) {
/*	header .logo {float:left; position:relative; margin:38px 0 0 25px;}
	header .logo img {width:80%;}	
	header .logo-text {font-size:22px; line-height:26px; margin:22px 0 0 0px; float:left;}	
	header .logo-text span {font-size:26px; line-height:26px;}	*/
	
	header address {width:100%; text-align:center; margin:22px 0 0 0;}
	header .financing {width:46%; margin:30px 2%; text-align:center;}
	header .financing img {margin:0 auto;}
	
	header address {font-size:16px; line-height:16px; margin:22px 0 0 0;}
	header address h3 {font-size:20px;}
	
	.page-photos {padding:35px 0 15px 0; width:100%; margin:0 auto;}
	.page-photos div{float:left; position:relative; width:30%; margin:0 auto; padding-top:10px;}	
}

@media screen and (max-width: 768px) {	
	/*header .logo-wrap {width:95%; margin:0 0 0 5%;}
	header .logo {width:100%;}	
	header .logo img{margin:0; min-width:80px;}*/
	

	article {width:100%; margin:35px 0 30px 0;}
	aside {width:85%; margin:10px 7.5% 45px 7.5%; float:left; position:relative;}
	aside img {width:100%;}
	
	section .site-categories {width:30.3%; margin:15px 1.5% 35px 1.5%;}
	section .site-categories:nth-of-type(4) {margin:10px 1.5% 15px 17.6%;}
	section .site-categories:nth-of-type(5) {margin:10px 17.6% 15px 1.5%;}
	
	.brands {width:27.3%; padding:25px 3% 30px 3%;}
	
	.page-photos {padding:35px 0 15px 0; width:100%; margin:0 auto;}
	.page-photos div{float:left; position:relative; width:45%; margin:0 auto; padding-top:10px;}
}

@media screen and (max-width: 600px){
	
	
	.contact-info {width:100%;}
	
	.page-photos div{width:50%; margin:10px 0 20px 0;}
	
	.page-photos {padding:35px 0 15px 0; width:100%; margin:0 auto;}
	.page-photos div{float:left; position:relative; width:45%; margin:0 auto; padding-top:10px;}
}

@media screen and (max-width: 450px){
	header .logo-wrap {width:100%; margin:0;}
	header .logo {width:100%; text-align:center; margin:0 0 12px 0;}
	header .logo img{margin:0 auto; text-align:center;}

	section .site-categories {width:90%; margin:15px 5%;}
	section .site-categories:nth-of-type(n+4) {margin:15px 5%;}
	
	.page-photos {padding:35px 0 15px 0; width:100%; margin:0 auto;}
	.page-photos div{float:none; position:relative; width:100%; margin:0 auto; padding-top:15px;}
	
}