﻿/***** 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 --------
red: #ba1f2f;
LIGHT GRAY: adb5bd
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
::-moz-selection {
    background: #f3f3f3;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #f3f3f3;
    color: #000;
    text-shadow: none;
}
/*-------- BODY STYLES --------*/

body {
	width: 100%;
	font-family: 'Poppins', sans-serif; 
	font-size:15px; 
	line-height: 26px; 
	-webkit-text-size-adjust:none; 
	font-weight:400;
	overflow-x:hidden;
}
h1 { font-size: 35px; font-weight:800; color:#ba1f2f; line-height: 40px; padding-bottom: 10px; letter-spacing: .5px; font-style: italic; text-transform: uppercase;}
h1 span{font-size: 25px; font-weight: 400; font-style: normal;}
h2 {font-size: 25px; color:inherit; font-weight:700; letter-spacing: 1px;}
h3 {font-size:20px; color: inherit; font-weight: 700; letter-spacing: 1px;}
h4{color:inherit; font-size: 18px; font-weight:700; letter-spacing: 1px; font-style: italic}

.h1-style {
	font-size: 35px;
    font-weight: 800;
    color: #ba1f2f;
    line-height: 40px;
    padding-bottom: 10px;
    letter-spacing: .5px;
    font-style: italic;
    text-transform: uppercase;
}
.h1-style span{font-size: 25px; font-weight: 400; font-style: normal;}
.h2-style {font-size: 25px; color:inherit; font-weight:700; letter-spacing: 1px;}
.h3-style {font-size:20px; color: inherit; font-weight: 700; letter-spacing: 1px;}
.h4-style {color:inherit; font-size: 18px; font-weight:700; letter-spacing: 1px; font-style: italic}


p{letter-spacing: .75px;}

a{color:inherit; text-decoration: none;}
a:hover {color: inherit; text-decoration: underline;}
strong {font-weight: 700;}

#l-pad{padding: 5% 0;}
#pad{padding: 3% 0;}
#s-pad{padding: 40px 0;}

#red-border{border-top: solid 6px #ba1f2f; width: 150px; text-align: center; margin: 5px auto 20px auto;}

.clear{clear:both;}

.red{color: #ba1f2f;}

.fine-print{font-size: 13px;}



/*--- HEADER STYLES --------------------------*/
header {
	width:100%;
	float:left;
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.4);

}

#topleft {
	width:30%;
	position: absolute;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    z-index: 9999999;
	background:#fff;
}

.logo {
	padding-left: 5%;
	
}
.logo img{width:100%; max-width: 298px;
	display: inline-block;
}

#topright {
	background:#000; 
	width:76%;
	float:right;
	text-align: right;
	padding:13px 0;
	display:inline-block;
}
#topright p{display: inline-block; color: #ccc; text-transform: uppercase; margin: 0 20px; font-weight: 400; letter-spacing: 1px; font-size: 15px;}
#topright p a{color: #ccc;}

/*---BODY--------------------------------*/
.gray-bg{background: url(../siteart/gray-bg.jpg)repeat; width: 100%; }
.red-bg{background: #ba1f2f; color: #fff;}
.black-bg{background: #000; color: #fff;}

.wrapper-inner {padding: 20px 0px; width: 65%; margin: 0 auto;}
.wrapper-inner p { margin: 0 auto; padding: 5px 0px;}

.wrapper-center {width: 65%; margin: 0 auto; text-align: center;}

.red-border{border-top: 10px solid #ba1f2f; width: 200px; margin: 0 auto; top: -6px; z-index: 999; position: relative;}

#pageimage{display: block; width: 100%;}


/*---BUTTONS-------------------------------*/
#white-button{background: #fff; color: #ba1f2f; width: 200px; display: inline-block; font-weight: 600; text-decoration: none; padding: 10px 0; text-align: center;}
#white-button:hover{background: #ba1f2f; color: #fff;}

.red-bg #white-button:hover{background: #000;}

#red-button{background: #ba1f2f; color: #fff; width: 200px; display: inline-block; font-weight: 600; text-decoration: none; padding: 10px 0; text-align: center;}
#red-button:hover{background: #000;}

#black-button{background: #000; color: #fff; width: 200px; display: inline-block; font-weight: 700; text-decoration: none; padding: 10px 0; text-align: center; font-style: italic; letter-spacing: 1px;}
#black-button:hover{background: #ba1f2f; color: #fff;}

/*---SLIDER STYLES-----------------------------*/

.center h3{
  opacity:0.6;
  /* //transition:all 300ms ease; */
}
.center .slick-center h3{
  /* -moz-transform:scale(1.08);
  -ms-transform:scale(1.08);
  -o-transform:scale(1.08);
  -webkit-transform:scale(1.08);
  transform:scale(1.08); */

  opacity:1;
}

.slide-title{background: #000; color: #fff;}
.slide-title h2{color: #ba1f2f; padding-bottom: 0;}


/*---CATEGORIES----------------------------*/
.button-wrapper{width: 100%; display: flex;}


#red-cat-btn{display: inline-block; width: 18%; background: #ba1f2f; color: #fff; font-weight: 800; font-style: italic; font-size: .95em; text-align: center; letter-spacing: 1px; text-decoration: none; padding: 15px 0; margin-right: 1px;align-content: center; text-transform: uppercase;}
#red-cat-btn:hover{background: #620001;}


/*---HOME PAGE-----------------------------*/
.welcome{width: 45%; text-align: center; margin: 0 auto;}
.welcome-title{color: #ba1f2f; font-weight: 700; text-transform: uppercase; font-style: italic; font-size: 22px}


/*--SCROLLING INVENTORY--*/
.scrolling-wrap {
    width:80%;
    height:90px;
    overflow:hidden;
	margin: 0 auto;
}
 
.scrolling{
    width:100%;
    height:92px;
	display: inline-block;
}

/*--MAP--*/
.map{align-items: center; display: flex; flex-direction: row; width: 100%;}
.map-inner {display: flex; align-items: center; width: 100%; margin:0 auto;}

.map-left{align-items: center; background: #ba1f2f; text-align: left; width: 30%; min-height: 450px;}
.map-left .wrapper-inner{margin-top: 25%}
.map-left h3{font-size: 50px; color: #fff; line-height: 50px; padding-bottom: 0;}
.map-left span{font-size: 35px;}
.map-right{align-items: center; text-align: center; width: 70%;}
.map-right iframe{height: 450px;}

/*---CONTACT ----------------------*/
.contact-col{display: inline-block; vertical-align: top; width: 30%; margin-right: 20px; text-align: left; }
.contact-col h4{padding-bottom: 8px;}

/*---FOOTER STYLES -------------------------*/
.footer-col{display: inline-block; vertical-align: top; width: 30%; color: #fff; margin-right: 20px; text-align: left; }
.footer-col h4{padding-bottom: 8px;}

.footer-col p{font-size: 14px; color: #fff !important}
.footer-col a {color: #fff !important;}
.footer-col a:hover{color: #fff;}


.copyright{background: #212121; width: 100%; padding: 10px 0; text-align: center; margin: 0 auto; color: #fff;}
.copyright p, .copyright a{color: #767575; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;}
.copyright a:hover{color: #767575;}


/*---INVENTORY PAGES------------------------------*/
.list-content .list-title .list-listings-count{color: #000 !important;}

.faceted-search-content .selected-facets-container .selected-facet{padding: 0 10px !important; background: #000 !important;}

.view-listing-details-link {margin: 0 0 1px!important;}

.view-listing-details-link, .faceted-view-more-btn{background-color: #ba1f2f !important;color: #ffffff !important; text-decoration: none!important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price{color: #ba1f2f !important;}

.list-content .list-title .list-title-text{font-family: 'Poppins' !important;}

.detail-content .detail-additional-data .data-row .data-label{background-color: #000 !important;}

.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn{background-color:#ba1f2f !important; margin: 10px auto!important;}

.detail-content .search-results{color: #ba1f2f !important;}

.detail-content .detail-main-body .main-detail-data .detail-price{color: #ba1f2f !important;}

.parts-title-text span {font-weight: 700;font-size: 28px;}

/*--------FORM STYLES--------------------------------------*/
#formpage { vertical-align:top; margin: 0 auto; font-family: 'Poppins' !important;}

#formpage div {
	vertical-align:top;
	padding:5px 5px;
	text-align: left;
	font-family: 'Poppins' !important;
}

#formpage input {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	font-size:13px;
	background:#fff;
	font-family: 'Poppins' !important;
}

#formpage textarea {
	padding:6px 5px 10px;
	border:1px solid #8e8d8d;
	color:#000;
	font-size:13px;
	background:#fff;
	margin-top: 5px;
	-webkit-appearance:none;
}

/* 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;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
	font-family: 'Poppins' !important;
}

.formfield {
	width:30%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	color: #000;
	font-family: 'Poppins' !important;
	
}
#formpage input  {
    width:100%;
	margin-top: 5px;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
	font-family: 'Poppins' !important;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }

#formpage input.checkbox {
    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:#000;
	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:190px;
	display: inline-block;
    background: #000; 
    color:#fff;
	border:none;
	padding: 12px 0px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight:700;
	text-decoration:none; 
	text-transform: uppercase;
	-webkit-appearance:none;
	font-family: 'Poppins' !important;
	font-style: italic;
}

#formpage input.button:hover {
    background: #ba1f2f;
    color:#fff;
	text-decoration:none; 
	
}

/* 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 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:inherit;width: 30%; float:left; }

.CaptchaImagePanel {
	
margin-top: 10px;
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;
text-align: center;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:inherit;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 




/*-------- RESPONSIVE STYLES --------*/
@media screen and (max-width:1500px){

}

@media screen and (max-width:1400px){

.header-inner, .wrapper-center, .wrapper-inner,.welcome{width: 85%;}
}

@media screen and (max-width:1200px){
	.map-left{width: 45%;}
	.map-left h3 {font-size: 42px;}

#logo img {max-width: 278px; padding: 3px 0;}	
	
}

@media screen and (max-width:1024px){
	
	#topleft {width:100%; position:relative; text-align: center; }

	.logo {padding-left: 0%;}
	.logo img{max-width: 250px; display: inline-block;}

	#topright {width:100%; float: none; padding: 5px 0; text-align: center; margin:  0 auto;}

	#red-cat-btn{font-size: .8em}


.formfield {width:98%;}
.CaptchaPanel{width: 98% !important;}
	

.contact-col{width: 100%; margin:10px 0; text-align: left}	
	
	
	.button-wrapper{display: block;}
	#red-cat-btn{width: 49.5%; font-size: .95em;  margin-bottom: 2px;}
	#red-cat-btn:last-child{width:99.5%; padding: 10px 0; margin-bottom: 2px;}
}


@media screen and (max-width:800px){

.map-inner{display: block;}	
.map-left{width: 100%; display: block; min-height: auto;}
.map-left .wrapper-inner{margin-top: 0;}
.map-left h3{text-align: center; font-size: 30px; line-height: 35px;}
.map-left h3 span{font-size: 20px;}
	
.map-right{width: 100%; display: block;}
.map-right iframe{height:300px;}

.footer-col{width: 100%; margin:10px 0; text-align: center}
	
}


@media screen and (max-width:649px){
	#red-cat-btn{width:100%; padding: 10px 0; margin-bottom: 2px;}
	#red-cat-btn:last-child{width:100%; margin-bottom: 2px;}


}

@media screen and (max-width:490px){


}


