﻿/***** 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;}


.currency-box {
	text-align: left !important;
}

.radio-icon {
    position: relative;
    margin: 0 1% 1%;
    width: 190px !important;
}



/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address, img {  
    display: block;  
} 

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

strong {font-family: 'Montserrat', sans-serif; color: #ec1f3f; font-weight: 700;}
h1 {font-family: 'Montserrat', sans-serif; font-size:26px; line-height: normal; font-weight: 700; color: #ec1f3f; text-transform: uppercase;}
h2 {font-family: 'Montserrat', sans-serif; font-size:38px; line-height: normal;font-weight: 700; color: #ec1f3f; text-transform: uppercase;}
h3 {font-family: 'Montserrat', sans-serif; font-size:28px; line-height: normal;font-weight: 700; color: #fff; text-transform: uppercase; padding-top: 160px;}
h4 {font-family: 'Montserrat', sans-serif; font-size:18px; line-height: normal; font-weight: 700; color: #fff; text-transform: uppercase;}
body {font-family: 'Montserrat', sans-serif; font-size:16px; line-height: 24px; font-weight: 400; color: #000; -webkit-text-size-adjust:none;}
a:link, a:visited, a:active {text-decoration:none; color:#ec1f3f;}
a:hover {text-decoration:none; color:#791A04;}

.header {background:url(../siteart/wood_1.png); margin:0px auto; height:auto; width:100%; background-repeat:repeat; background-attachment: fixed;}
.wrapper {width: 90%; max-width: 100%; margin: 0 auto; padding: 30px 0px;}
.logo {float: left; display: inline-block; max-width: 100%;}
.logo img{max-width: 100%; height: auto;}
.case {float: right; display: inline-block; max-width: 100%;}
.case img{max-width: 100%; height: auto;}
.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

.home {width: 90%; max-width: 100%; height: auto; padding: 30px 0px; margin: 0 auto;}
.left-notInv {width: 49%; max-width: 100%; display: inline-block; vertical-align: top;}
.right {width: 49%; max-width: 100%; display: inline-block; vertical-align: top;}


.products {width: 90%; max-width: 100%; height: auto; padding: 30px 0px; margin: 0 auto; text-align: center;}
.products img{max-width: 100%; height: auto; display: inline-block;}

/******MAIN NAVIGATION same as used for CMS******/
#nav {
    position:relative;
    float: right;
    display:inline-block;  
    z-index:9000;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:right;
    max-width:100%;
}
  
#nav ul, #nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
#nav ul li {
    display: inline-block;
    position: relative;
    text-align:center;
}
  
#nav li ul {
    display: none;
}
  
  
#nav ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight:700;
    font-size:16px;
    line-height:18px;
    transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
    padding:8px 15px;  
    height: 1%;
    text-transform: uppercase;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
}
 
 
#nav ul li a:hover { /* appearance of the first-level links on hover */
    height: 1%; 
    color:#fff; 
    background: #791a04;
    transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}
  
#nav ul li li a { /* appearance of the sub-level links */
    width:255px;
    padding:8px 0 8px 15px;
    text-align:left;
    background:#ec1f3f;
    border-bottom:1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;    
}
#nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#fff; 
    background:#791a04;     
    transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}
  
  
/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child  { /* Optional-use, this targets last li */
    border-left:0;
    border-right:0;
}
#nav ul li:last-child a {
    border-left:0;
    border-right:0;
}
#nav ul li:first-child  { /* Optional-use, this targets first li */
    border-left:0;
    border-right:0;
}
  
/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child  {
    border-left:0;
    border-right:0;
}
#nav ul li li:last-child a {
    border-right: 1px solid #333;
}
#nav ul li li:first-child  {
    border-left:0;
    border-right:0;
}
/* Optional-use, End targeting styles of first and last links */
  
  
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
    left:0;
}
  
#nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
#nav ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#4b0000; /* make sure your background color always matches your link styles!*/
}
  
#nav ul ul li {
    float: none; 
    position: relative;
}

/******************* SEARCH **********************/
#search {
	background: #ec1f3f; 
	padding: 20px 0px; 
	text-align: center; 
	width: 100%; 
	display: inline-block;}

.search-btn{
	background-color: #000!important;
	padding: 12px 0px !important;
	text-align: center !important;
	width: 93% !important;
	display: inline-block !important;
	color: #fff;
}
#search div {
    width: 49%; 
    max-width: 100%;
    display: inline-block;
}
#search input[type=text] {
    border: 1px solid #000;
    padding: 10px 5px;
    margin: 10px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    width: 90%;
}
#search input[type=text]:focus {
    border: 1px solid #791a04;
    
}

.container-notInv {
	background:url(../siteart/logo-bg.png);
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0px 80px 0px;
}

.finance-wrap, .sales-wrap, .service-wrap {width: 30%; max-width: 100%; height: auto; display: inline-block; background-position: center; vertical-align: top;}

.finance {background:url(../siteart/financing.png) no-repeat; width: 100%; height: 150px; background-position: center;}
.service {background:url(../siteart/repair.png) no-repeat; width: 100%; height: 150px; background-position: center;}
.sales {background:url(../siteart/sales.png) no-repeat; width: 100%; height: 150px; background-position: center;}
.finance:hover {background:url(../siteart/financing-hvr.png) no-repeat; width: 100%; height: 150px; background-position: center;}
.service:hover {background:url(../siteart/repair-hvr.png) no-repeat; width: 100%; height: 150px; background-position: center;}
.sales:hover {background:url(../siteart/sales-hvr.png) no-repeat; width: 100%; height: 150px; background-position: center;}

.parts-button {
	border-radius: 4px;
	background: #791a04;
	padding: 1% 20px;
	border: none;
	font-size: 18px;
	width: 33%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
}
.parts-button:hover{
	background: #4b0000;
	cursor: pointer;
	transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out;
}
.container-two {
	background: #272727;
	text-align: center;
	padding: 30px 0px;
	margin: 0 auto;
	width: 100%;
}

.four-cols {
	display: inline-block;
	width: 24%;
	max-width: 100%;
	font-size: 14px;
	color: #fff !important;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}

.four-cols-parts{
	display: inline-block;
	width: 24%;
	max-width: 100%;
	color: #000 !important;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}

.four-cols-wrapper {width: 90%; max-width: 100%; margin: 0 auto;}
.four-cols a:link, .four-cols a:visited, .four-cols a:active{text-decoration:none; color: #fff !important;}
.four-cols a:hover {text-decoration:underline; color: #fff !important;}

.hosted-content h1 {font-size: 24px;}
.hosted-content h2 {font-size: 24px;}
.hosted-content h3 {font-size: 18px;} 
 
.listing-name a:link, .listing-name a:visited, .listing-name a:active {color: #000;} /*Inventory Title Link Colors */ 
.listing-name a:hover {color: #000;}

.footer {background:url(../siteart/wood_1.png); margin:0px auto; height:auto; width:100%; background-repeat:repeat; background-attachment: fixed;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px;}
.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999;}
.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#999999;}
.divfooter {width:600px; max-width: 90%; text-align:center; margin:0 auto; padding: 30px 0px;}

/************************************************ Inventory Styles **/

.list-content .list-error-container .info button {
    background-color: #ec1f3f !important;
}


.list-content .list-listing .dealer-name{
   	color: #000 !important;
    padding-top: 0px !important;
}
.detail-additional-data h3{
	color: #000 !important;
    padding-top: 0px !important;
}

#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;
}
.view-listing-details-link {
    color: #fff !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 7px 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:#ec1f3f !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:#ec1f3f !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 #ec1f3f !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: #ec1f3f !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: 1800px){
.show-menu-for-mobile {display: none;}
#nav ul li a {font-size:13px;}

}

@media screen and (max-width: 1600px){
.header {text-align: center;}
.logo {float: none;}
.case {float: none;}
#nav {float: none;text-align:center;width:100%;
}
}

@media screen and (max-width: 1180px){
#nav ul li a {font-size:11px;padding:8px 12px;}
}

@media screen and (max-width: 1023px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.5rem;
	color:#fff;
}
#nav  {display:none;}

h1 {font-size:24px; line-height: 34px;}
h2 {font-size:36px; line-height: 46px;}
h3 {font-size:24px; line-height: 30px;}
h4 {font-size:16px; line-height: 20px;}
body {font-size:14px; line-height: 22px;}

#search div {width: 90%;}

}



@media screen and (max-width: 600px){
.home {width: 90%; max-width: 100%; height: auto; padding: 30px 0px; margin: 0 auto;}
.left {width: 100%;}
.right {width: 100%; padding-top: 20px;}

.finance-wrap, .sales-wrap, .service-wrap {width: 100%; padding-top: 50px;}
.four-cols {width: 100%; padding-top: 20px; text-align: center;}
.four-cols-parts {width: 100%; text-align: center;}

}
