﻿/***** 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 Condensed', 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 {}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
hr {
  border: #000 1px solid;
}
.contain-box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-bottom: -130px;
  display: flex;
  align-items: stretch;
}
.ford-box {
  background: #000 !important;
  width: 100%;
  display: inline-block;
  color: #fff !important;
  margin-right: 0;
  vertical-align: bottom;
}
.box-text {
  margin: 0px 40px 35px;
}
.box-text p {
  font-size: 15px;
  letter-spacing: .5px;
  margin-top: 20px;
  line-height: 25px;
}
.ram-box {
  background: #212121;
  width: 100%;
  display: inline-block;
  color: #fff !important;
  vertical-align: bottom;
}
#ram-border {
  border: #d42600 15px solid;
  margin: 0;
  width: 20px;
  margin-bottom: 15px;
  background: #212121;
}
#ford-border {
  background: #000;
  border: #2f5cec 15px solid;
  margin: 0;
  width: 20px;
  margin-bottom: 15px;
}
.background-home {
  background: #303030;
  padding-top: 155px;
  display: inline-flex;
  padding-bottom: 50px;
}
.three-image {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.img-1 {
  width: 32.5%;
  margin-right: 15px;
}
.img-1:last-child {
  margin-right: 0;
}
.sale-map {
  background: #000;
  text-align: center;
  padding-bottom: 20px;
}
.sale-map img {
  width: 50%;
}
/*--- HEADER STYLES ---------------------*/
header {
  background: #000;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.logo {
  display: inline-block;
  width: 30%;
  padding: 0 1%;
}
.logo img {
  width: 100%;
}
.left-head {
  float: left;
  width: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
.right-head {
  color: #e9e5ef;
  text-align: right;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 18px;
  padding-top: 20px;
}
.right-head a {
  color: #e9e5ef !important;
}
.right-head a:hover {
  color: #d42600 !important;
}
/* SLIDESHOW */
.cycle-slideshow {
  width: 100%;
  line-height: 0;
  z-index: 10;
  position: relative;
}
.cycle-slideshow img {
  width: 100%;
  z-index: 5 !important;
  position: relative;
}
.cycle-slideshow .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 25 !important;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}
.cycle-slideshow .cycle-pager span {
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 30px;
  line-height: 30px;
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.cycle-slideshow .cycle-pager span.cycle-pager-active {
  color: #D42612;
}
.cycle-slideshow .cycle-pager > * {
  cursor: pointer;
}
.slide {
  width: 100%;
  z-index: 5 !important;
  margin-bottom: 50px !important;
}
.slide img {
  width: 100%;
  z-index: 5 !important;
}
.slide .slide-link {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 25px;
  box-sizing: border-box;
  color: #fff;
  z-index: 30;
  line-height: normal;
  text-align: left;
  ;
}
.slide .slide-link .link-text h2 {
  text-transform: uppercase;
  margin: 10px 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 50px;
  font-style: italic;
  text-shadow: 2px 2px 4px #000;
}
.slide .button-link a {
  display: block;
  margin: 10px 0;
  background: #F05423;
  padding: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  max-width: 250px;
  transition: .3s ease;
  font-family: 'montserratsemi_bold', sans-serif;
}
.slide .button-link a:hover {
  background: #333;
  color: #fff;
}
/*---BODY--------------------------------*/
.width-90 {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.width-80 {
  width: 80%;
  margin: 0 auto;
  height: auto;
  padding: 30px 0px;
}

.box-text h2 {
	color: #fff !important;
	font-style: italic;
	font-size: 34px;
}
.contact {
  text-align: center;
}
.left-contact {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left !important;
}
.left-contact p {
  font-size: 18px;
  line-height: 24px;
}
.left-contact h2 {
  color: #d42600;
  font-size: 36px;
}
 .about-page h1 {

  font-size: 36px;
}
 h1 {

  font-size: 38px;
}
.left-contact a {
  color: #d42600;
}
.left-contact a:hover {
  text-decoration: underline;
}
.right-map {
  text-align: right;
  display: inline-block;
  height: 250px;
  width: 65%;
  border: .3px #000 solid;
}
.about-page p {
  font-size: 18px;
  line-height: 24px;
}
.about-page h3, h2 {
  color: #d42600;
  font-size: 36px;
}
.red{
  color: #d42600;
	
}
.about-page a {
  color: #d42600;
}
.about-page a:hover {
  text-decoration: underline;
}
/*--------FORM STYLES--------------------*/
/* Financing Form Styles */
.flex-form {
  width: 75%;
  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: 600;
  padding: 20px 0 20px 0;
  color: #d42600;
  font-size: 36px;
}
.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 #000;
  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 10px;
  border: 1px solid #000;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 18px;
  margin-top: 5px;
  border-radius: 2px;
  background: #fff;
}
#formpage input:focus {
  border: 1px solid #eaeaea;
  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: #d42600;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  border-radius: 3px;
  transition: ease-in .3s;
  border: none;
  height: auto;
  text-align: center;
  font-size: 18px;
  width: 400px;
}
#CaptchaAnswer {
  padding: 3px !important;
}
#formpage input.submit-button:hover {
  background: #2f5cec !important;
  box-shadow: 1px 1px 2px #848484;
  transition: ease-out .3s;
  cursor: pointer;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}
#formpage textarea {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 6px 5px;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 85px;
  border-radius: 2px;
  margin-top: 10px;
}
#formpage textarea:focus {
  border: 1px solid #eaeaea;
  border-radius: 2px
}
.CaptchaPanel {
  width: 100%;
  font-size: 18px;
  padding: 0 !important;
}
.CaptchaImagePanel img {}
.CaptchaAnswerPanel {}
.CaptchaWhatsThisPanel a {
  color: #333;
  font-size: 16px;
}
.submit-button {
  padding: 0px 0px 10px 0px;
  position: relative;
  width: 100%;
  text-align: center;
}
/*end form styles*/
/*-------- FOOTER STYLES ----------------*/
footer {
  background-color: #000 !important;
  color: #fff !important;
}
.contain {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.left-foot {
  display: inline-block;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.right-foot {
  float: right;
  text-align: right;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.left-foot a, .right-foot a {
  color: #e9e5ef !important;
}
.left-foot a:hover, .right-foot a:hover {
  color: #d42600 !important;
  -webkit-transition: .4s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  font-weight: 500;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.list-container-flexrow .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .detail-content .detail-additional-data .data-row .data-label, .compare-listings-container .compare-container .button, .paging-container .page-navs .page-nav, .contact-options a, .detail-content-mobile .detail-additional-data .data-row .data-label {
  background: #d42600 !important;
}
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  font-size: 13px !important;
}
.list-container-flexrow .listing-card-thumb .price-container {
  text-align: center !important;
}
.list-content .list-title .list-listings-count, .list-container-flexrow .price-container .price, .detail-content .detail-main-body .main-detail-data .detail-price, .compare-listings-container .compare-container .compare-price, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
  color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
  border-color: #d42600 !important;
  color: #d42600 !important;
}
.detail-content .detail-additional-data .data-row .data-value {
  font-weight: 500 !important;
}

.fin-calc-mobile>a, .detail-content-mobile .detail-contact-bar .contact-bar-btn, #calculator-mobile .modal-content .form-main-content .modal-left-col .calculator-btns .calculator-btn {
	background: #000 !important;
}

.detail-content-mobile .contact-options a, .detail-content-mobile .detail-additional-data .data-row .data-label, .fin-calc-mobile>a, .detail-content-mobile .detail-contact-bar .contact-bar-btn span, .detail-content-mobile .detail-additional-data .data-row .data-value {
	font-size: 16px !important ;
	font-weight: normal !important;
}

.detail-content-mobile .detail-main-body .main-detail-data h4 {
	font-size: 20px !important;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1515px) {
  .img-1 {
    width: 32.5%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1388px) {
  .right-head {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1170px) {
  .form-half {
    width: 46%;
  }
	
	.flex-form {
		width: 100% !important;
	}
}
@media screen and (max-width: 1059px) {
  .left-contact {
    width: 100%;
  }
  .right-map {
    width: 100%;
    margin-top: 20px;
  }
	
	
}
@media only screen and (max-width: 1014px) {
  .contain-box {
    display: block !important;
    margin-bottom: 0;
    width: 90%;
  }
  .main-body {
    background: #303030;
    margin-top: -50px !important;
    padding-bottom: 30px;
  }
  .background-home {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
  }
  .three-image {
    width: 90%;
  }
  .logo {
    display: inline-block;
    width: 40%;
    padding: 0 1%;
  }
  .width-90 {
    display: flex;
  }
  .left-head {
    width: 100%;
  }
  .slide .slide-link .link-text h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 902px) {
  .img-1 {
    margin-right: 0;
    width: 100%;
    padding-bottom: 5px;
  }
  .sale-map img {
    width: 80%;
  }
  .img-1:last-child {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 900px) {
  .flex-form .flex-row {
    flex-wrap: wrap;
  }
	
	.logo {
		width: 45%;
	}
}
@media only screen and (max-width: 878px) {
  .right-head {
    display: none;
  }
  .left-head {
    float: none;
    text-align: center;
  }
  .slide .slide-link .link-text h2 {
    font-size: 36px;
  }
  #formpage input.submit-button, #formpage input.submit-button:focus {
    width: 100% !important;
  }
}
@media only screen and (max-width: 718px) {
  #ford-border {
    width: auto;
    border: #2f5cec 6px solid;
  }
  #ford-border {
    width: auto;
    border: #2f5cec 6px solid;
  }
  #ram-border {
    border: #d42600 6px solid;
    width: auto;
  }
  .contain-box {
    width: 100%;
  }
  .main-body {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .form-half {
    width: 98%;
  }
}
@media only screen and (max-width: 646px) {
  .right-foot {
    float: none;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .left-foot {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 450px) {
  .add-part {
    padding: 20px;
  }
}