﻿/***** 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;	
    font-family: 'Roboto', sans-serif;
}

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 --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
font-family: 'Roboto', sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;
color: inherit;}
a:hover {color: inherit;
    text-decoration:underline;
cursor: pointer;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
.header {
    text-align: center;
    margin: 0 auto;
     background-image: url("../siteart/background.png");
    background-repeat: repeat;
    width: 100%;
    
}
.head-wrap {
    margin:  0 18px;
}
.head-bg {
   padding: 30px 0;
    border-bottom: 10px solid #c71920;
}

.logo-text {
    font-size: 40px;
    font-weight: 700;
}

.small-txt {
    font-size: 24px;
    font-weight: 400;
}
.phone-text{font-size: 22px; font-weight: 600; padding-top: 20px;}


/*---BODY--------------------------------*/

.background {
     background-image: url("../siteart/background.png");
    background-repeat: repeat;
    width: 100%;
    height: auto;
}


#cat-head {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;
}

.cat img {
    width: 100%;
}
.cat {
	padding: 0 20px;
	display: inline-block;
	width: 15%;
    font-size: 20px;
    font-weight: 600;
    color: #c71920;
}
.cat-wrap {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0 35px;
}

.contain {
    margin: 0 auto;
    width: 90%;
    padding: 40px 0;
}
.home-text {
    width: 80%;
    margin: 0 auto;
     padding: 40px 0;
}
.home-text p {
    font-size: 18px;
    padding: 10px 0;
}

.home-text h2 {
    border-left: 4.5px solid #c71920;
    padding: 0 8px;
}

.bottom {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.red-half {
    width: 50%;
    color: #fff;
    background: #c71920;
    display: inline-block;
    height: 300px;
}

#contact-text {
    width: 44%;
display: block;
font-size: 20px;
margin: 0 auto;
padding: 40px 0;
}

.map {
    display: inline-block;
    width: 50%;
    height: 300px;
    float:right;
}

.finance-logos {
    text-align: center;
}
.finance {
    width: 300px;
    padding: 60px;
    display: inline-block;
}

.fin {
    width: 80%;
    margin: 0 auto;
}
.fin h2 {
    font-size: 40px;
    border-left: 4.5px solid #c71920;
    padding-left: 5px;
}
/*--------FORM STYLES--------------------*/


.flex-form{
	width:100%;
	text-align: left;
	margin: 0 auto;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 15px;
}

.flex-form h3{
	width:100%;
	font-weight: 500;
	border-top:2px solid #eee;
	padding:20px 0 20px 0;
	margin-top:40px;
	text-align: left;
	letter-spacing: 2px;
    font-size: 24px;
}

.flex-form h4{
	width:100%;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:40px;
	padding:10px 0;
	font-size: 16px;
}
.flex-form label{font-weight: normal;}

.flex-form span{text-align: left; margin: 0; font-size: 12px;}


.flex-form #formpage input, select{margin-top:5px;}

.flex-form .flex-row{
	display: flex; 
	justify-content: space-between; 
	align-items: flex-end; 
	width: 100%;
}

.flex-border{
	border:2px solid #eee;
	padding:20px;
}

.flex-input{
	width:100%;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 5px 5px;
	text-align: left;
}



.check-container {display: inline-block; text-align: left; margin: 0;}
.check-container input[type="checkbox"]{display: inline-block; width:20px !important;}
	



/*form styles*/
.parts-request{
	width:100%;
	padding:40px 0;
	text-align:left;
	margin-top:40px;
	border-top:1px solid #eaeaea;
}

.parts-request h3{text-transform:uppercase;}

#formpage {
	width:100%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
}

#formpage p{
	text-align:left;
}
#formpage h4{margin-top:30px;}

.form-half{
	width:48%;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.add-part{
	padding:30px;
	border:1px solid #f1f1f1;
	margin:20px 0 0 0
}
.add-part h4{margin:0 0 10px 10px !important;}


.formfield {
	width: 100%;
	display:inline-block;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 175px;
	text-align:left;
}

#formpage input,select {
	padding: 6px 5px 10px;
	border: 1px solid #f1f1f1;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
    border-radius: 2px;
	background:#f1f1f1;
}

#formpage input:focus {
	border: 1px solid #c71920;
	border-radius:2px
}

#formpage option{color:#333;background:#fff;}

/*===PLACEHOLDER TEXT STYLES===*/

#formpage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
#formpage ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
#formpage :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
#formpage :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
#formpage input.submit-button, #formpage input.submit-button:focus {
	background:#c71920; 
	color:#fff;
	padding:10px;
	text-decoration:none;
	border-radius:2px;
	transition:ease-in .3s;
	width: 25%;
	border:none;
	font-size: 18px; 
	height:auto;
	letter-spacing: 2px;
	margin: 0 auto;
}



#formpage input.submit-button:hover{
	background:#000; 
	box-shadow:1px 1px 2px #848484;
	transition:ease-out .3s;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}

#formpage textarea {
	padding: 6px 5px;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 16px;
	background: #f1f1f1;
	height: 85px;
	border-radius:2px;
	margin-top:10px;
}

#formpage textarea:focus{
	border: 1px solid #c71920;
	border-radius:2px
} 

.CaptchaPanel{width:100%;}

.CaptchaImagePanel img{width:200px;}

.CaptchaAnswerPanel{
	max-width:400px;
	width: 100%;
	margin: 0 auto;
}
.CaptchaWhatsThisPanel a{color:#333;}

.submit-button{
	padding:10px 0px 10px 0px;
	position:relative;
	width:100%;
	text-align:center;
}



/*-------- FOOTER STYLES ----------------*/
.footer {background: #000; padding: 20px 0;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:  #979797;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:  #979797;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color: #979797;} 

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:  #979797;}

.divfooter {width:35%; text-align:center; margin:0 auto;}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
    background:  #c71920 !important;
}
.faceted-search-content .selected-facets-container .selected-facet {
    background:  #c71920 !important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn {
    background:  #c71920 !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price {
    color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #c71920 !important;
    color: #c71920 !important;
}
.detail-content .detail-additional-data .data-row .data-label {
    background:  #c71920 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
     background:  #c71920 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
     background:  #c71920 !important;
    border-color: transparent !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
    background:  #c71920 !important;
    border-color: transparent !important;
}
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background: #000 !important;
}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background:  #c71920 !important;
}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: #000 !important;
}
.list-content .list-listing-mobile .view-listing-details-link {
      background:  #c71920 !important;
    border-color: transparent !important;
}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {
    border-color: #c71920 !important;
    color: #c71920 !important;
}
.list-content .list-listing-mobile .price-container .price {
    color: #000 !important;
}
.list-content .list-title .list-listings-count {
    color: #c71920 !important;
}
/*---------- RESPONSIVE STYLES ----------*/
@media screen and (max-width: 1170px)  {
	.form-half{width: 46%;}
}

@media only screen and (max-width: 1075px) {
    .cat {
       width: 15%;
padding: 0 0 0 10px;
    }    
      .fin {
        width: 95%;
    }

    
}

@media only screen and (max-width: 1060px) {
  
}
@media only screen and (max-width: 953px) {
    #contact-text {
        font-size: 16px;
        width: 60%;
    }
}


@media screen and (max-width: 900px)  {
	.flex-form .flex-row{flex-wrap: wrap;}
}

@media only screen and (max-width: 820px) {
    .logo-text { font-size: 35px;}
    .small-txt {font-size: 22px;}
    .finance {width: 40%; padding: 20px 10px 10px;}
    .divfooter {width: 85%;}
    
}
@media only screen and (max-width: 720px) {
.cat {width: 30%;
        text-align: center;
    padding-bottom: 10px;
            }
    .cat-wrap {width: 100%;
    text-align: center;}
    .fin h2 {
        font-size: 30px;
    }
	
}

@media screen and (max-width: 700px)  {
	.form-half{width: 98%;}
}


@media only screen and (max-width: 650px) {
     .red-half { width: 100%;}
    .map {width: 100%;}
    #contact-text {font-size: 20px; width: 85%; margin: 0 auto;}
    .finance {
    width: 55%;
padding: 40px 10px 10px;}
}
@media only screen and (max-width: 590px) {
	.logo-text { font-size: 30px;}
    .small-txt {font-size: 18px;}
    .phone-text {font-size: 18px;}
    .cat {width: 45%; padding: 0 0 0 10px;}
   
}


@media screen and (max-width: 450px)  {
	.add-part{padding: 20px;}
}







