/* 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; 	
	-webkit-text-size-adjust:none;
	font-family: 'Montserrat', sans-serif;
}



a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p{
	padding:20px 0;
}

.detailed-search ::placeholder{
	color:#FFF!important;
}

 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {text-align:left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}

body { 

}

.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}

.sub-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
	margin-top:40px;
}

.sub-wrapper h1{
	text-transform:uppercase;
	font-weight:400;
	font-size:24px;
	padding-bottom:20px;
}



::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/

.hero-img{
	position:relative;
	margin:0 auto;
	background:url(../siteart/main-img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	height:800px;
}

.header{
	width:100%;
	display:inline-block;
	margin:0 auto;
	padding-top:90px;
}

.logo{
	text-align:left;
	margin:0 auto;
	display:inline-block;
	position:absolute;
	top:-30px;
}

.logo img{
	width:200px;
	margin:0 auto;
}




/* HOME PAGE STYLES
-----------------------------------------------*/

/* category buttons */
.cat-bar{
	width:100%;
	display:inline-block;
	text-align:center;
	padding:30px 0;
	margin:0 auto;
}

.cat{
	width:30%;
	display:inline-block;
	background:#fff;
	border-radius:10px;
	vertical-align:middle;
	height:400px;
	box-shadow:1px 1px 3px #333;
	padding:5px;
	margin:0 10px;
	transition:ease-out .3s;
	border:1px solid #fff;
}

.cat-bar a:hover .cat{
	box-shadow:none;
	transition:ease-in .3s;
	background:#818181;
	border:1px solid #818181;
}

.cat-bar a:hover .cat h3{color:#fff; transition:ease-in .2s;}


.heavy-duty{
	width:100%;
	height:322px;
	border-radius:5px;
	background:url(../siteart/heavy_duty.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.medium-duty{
	width:100%;
	height:322px;
	border-radius:5px;
	background:url(../siteart/medium_duty.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.conventional{
	width:100%;
	height:322px;
	border-radius:5px;
	background:url(../siteart/conventional.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}


.cat img{
	width:100%;
	display:block;
}

.cat h3{
	color:#14115f;
	text-transform:uppercase;
	text-align:center;
	padding:20px 0;
	transition:ease-out .2s;
}

/*welcome*/

.welcome-section{
	background:#14115F;
	margin-top:-230px;
	padding:300px 0 60px 0;
	color:#fff;
}

.welcome-section h1{
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	font-weight:200;
}

.welcome-section h1 .welcome-bold{
	font-size:37px;
	font-weight:500; 
	padding-bottom:30px;
}

/* search */

.home-search{ 
	width: 100%;
	padding:20px 0;
	background:url(../siteart/bg-texture.png) #ca0000;
	box-shadow:1px 1px 3px #000;
}


/*options page*/

.options-btn{
	margin:10px 10px 30px 0;
	display:inline-block;
	padding:10px;
	text-transform:uppercase;
	border:2px solid #14115F;
	color:#14115F;
	border-radius:5px;
	transition:ease-in .3s;
}

.options-btn p{padding:0;}

.options-btn:hover{
	background:#14115F;
	color:#fff;
	text-shadow:1px 1px 3px #000000;
	text-shadow:1px 1px 3px #000000;
	transition:ease-out .3s;
}

.accordion h3{font-weight:normal;}
	
.accordion-panel {
  width:100%;
  background:#fff;
  border:1px solid #eaeaea;
  margin-bottom:20px;
}

.accordion-panel .accordion {
}
.accordion-panel .accordion dt {
  display: block;
  padding: 25px;
  color: #555;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  background: #F4F4F4;
}

.accordion-panel .accordion .content {
  padding: 25px;
  overflow: auto;
  width:100%;
  margin:0 auto;
}
.accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -12px;
}
.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
  content: '';
  background: #14115F;
  position: absolute;
}
.accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}
.accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
.accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
.accordion-panel .hidden {
  display: none;
}
.accordion-panel .open-btn,
.accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}
.accordion-panel .buttons-wrapper {
  position: relative;
}
.accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}

.row{
	width:100%;
	display:block;
	padding:20px;
}
.row p{padding:0;}

.gray {background:#eaeaea;}

.CaptchaAnswerPanel{margin:0 auto;}

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#c90000 !important;
}
.hosted-content h1{
	font-size:20px;
	color:#000;
	text-transform:none;
	padding-bottom:0 !important;
	font-weight:bold;
}
	
.hosted-content h3{
	text-transform:none !important;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2{
	text-transform:none !important;
}

.compare-chkbox-container .compare-listings .fa-check{top:0!important;left:2px!important;}
.detail-content{margin-top:50px!important;}
.detail-content-mobile, .list-content{margin-top:75px!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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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:#c90000 !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:#c90000 !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 #c90000 !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: #c90000 !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;}





/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/* FOOTER
------------------------------*/
.footer{
	width:100%;
	padding:60px 0;
	background:#333;
}

.foot-left{
	width:55%;
	display:inline-block;
	vertical-align:top;
	margin:0 110px 0 0;
	text-align:left;
}

.footer h4{
	text-transform:uppercase;
	color:#fff;
	padding:10px 0;
	border-bottom:1px solid #fff;
	text-align:left;
	font-weight:500;
	font-size:20px;
}

.foot-left .col-1-2{
	width:49%;
	text-align:left;
	display:inline-block;
	padding:20px 0;
}

.foot-left .col-1-2 p{
	text-align:left;
	color:#fff;
	font-size:18px;
	padding:5px 0;
}

.foot-left a:hover{color:#C60000; text-decoration:none;}

.foot-button{
	padding:10px;
	color:#524ce1;
	border:2px solid #524ce1;
	border-radius:5px;
	text-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
	text-transform:uppercase;
	text-decoration:none;
	transition:ease-in .3s;
}

.foot-button:hover{
	color:#fff !important;
	background:#524ce1;
	transition:ease-out .3s;
}
	
	
.foot-right{
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
}

.foot-right p{
	color:#fff;
	font-size:14px;
}

.foot-right a{color:#fff; text-decoration:none;}
.foot-right a:hover{color:#fff; text-decoration:underline;}




@media screen and (max-width:1116px){
	.cat{height:350px;}
	.heavy-duty{height:275px;}
	.medium-duty{height:275px;}
	.conventional{height:275px;}
}


@media screen and (max-width:880px){
	.cat-bar{background:#14115F;}
	.cat{height:auto;width:80%; margin:5px auto; padding:0;}
	.heavy-duty{display:none;}
	.medium-duty{display:none;}
	.conventional{display:none;}
	
	.welcome-section{padding:30px 0; margin-top:0;}
	
	.foot-left{width:100%; margin:0 auto;}
	.foot-right{width:100%;}
}

@media screen and (max-width:650px){
	.sub-wrapper h1{
		border-top:1px solid #eaeaea;
		padding-top:20px;
		padding-bottom: 0;
		margin-top:20px;
	}
}

@media screen and (max-width:550px){
	.foot-left .col-1-2{width:100%;}
}

@media screen and (max-width:450px){
	.cat h3{padding:10px 0; font-size:18px;}
	.welcome-section h1{font-size:22px;}
	.welcome-section h1 .welcome-bold{font-size:28px;}
	
	.options-btn{font-size:14px;}
}