div.footer-container {
border: none;
}

/* Credit Application Page
***********************************/
/*background*/
.pageid-fca,
.pageid-fca div.pagetitle-container .container,
.pageid-fca .container {
    background-color: #fff;
}

/*typography*/
.pageid-fca h1.pagetitle,
.pageid-fca label,
.pageid-fca h1,
.pageid-fca h2,
.pageid-fca h3,
.pageid-fca h4,
.pageid-fca h5,
.pageid-fca h6  {
    color: #121212!important;
}

/*input*/
.pageid-fca .form-control {
    background-color: #fff;
    color: #121212;   
    border: 1px solid #ccc!important;
    border-radius: 5px;
}

/*button*/ 
.pageid-fca a#FilterReset {
    margin-top: 7px;
}

@media (min-width: 768px) {
.form-inline .form-control {
    min-width: 125px;
}
.pageid-fca a#FilterReset {
    margin-top: 0px;
}
}

/******************
		Google Fonts
******************/
@import url(https://fonts.googleapis.com/css?family=Abel);

/* homepage - page-ttitle */
.pageid-hom .pagetitle-container {
     background-color: #FF3821;
}

.pageid-hom .pagetitle-container .container {
    background-color: transparent!important;
}

/*----- Body -----*/

body {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
}

/*
div.main-container, body.main-body {
	background: #E7E7E7;
}*/
/*
h4 {
	font-size: 25px;
    padding: 10px;
    text-align: center;
    color: #F0C84E;
    background: -webkit-linear-gradient(#aaa, #000);
    background: -moz-linear-gradient(#aaa, #000);
    background: -o-linear-gradient(#aaa, #000);
    background: linear-gradient(#aaa, #000);
}*/


/*----- Banner -----*/
.banner-text-wrapper {
	text-align: center !important;
}

/*----- Home Page Photo -----*/
img[src="http://photos4.automanager.com/017703/images/slideshow/img_0033.jpg"] {
	max-width: 560px !important;
	display: block !important;
	margin: auto !important;
}


/*----- Footer -----*/
div.footer-container {    width: 100%;}
/*
.footer-links-heading {
	color: #000;
}

div.footer-container {
    border-top: none;
    border-bottom: 2px solid #F0C84E;
}

div.row.footer-links a {
	color: #000 !important;
}
*/
#element-0defec74e020403ca5ee46fb5641995a img[src="http://photos4.automanager.com/017703/images/screen shot .jpg"] {
	max-width: 600px;
	width: 80% !important;
}

/*----- Inventory list -----*/
div.inventory-details-column, div.inventory-header, div.inventory-report a, span.accent-color2.specifics-label, span.specifics-value a {
	color: #E8BC3D !important;
}

div.accent-color2.vehicle-heading, span.contact-info-label.accent-color2, span.contact-info-label, div.contact-info a {
	color: #fff !important;
}

h5.accent-color2.feature-category, h5.accent-color2 b, div.element-sub-heading.accent-color2, div.hours table th, div.element-sub-heading.accent-color2 a {
	color: #F0C84E !important;
}

div.clearfix.inventory-panel.palette-bg2 {
	background: #333 !important;
}

div.accent-color2 b, div.col-md-3.col-sm-6 a, div.col-xs-12 div div:nth-child(10) a {
	color: #F0C84E !important;
}

div.form-info.bg-info {
	color: #fff;
}

div.inventory-photo-column a, div.accent-color2.thumbnails-label {
	color: #fff !important;
}

h1.pagetitle {
	color: #fff;
}

.palette-box2, .palette-box1 {
	background: #222;
}

div.palette-bg2.inventory-header {
	background: #333;
}

.element-container.element-type-creditapplication {
    background: #e6e6e6!important;
}


div#element-CreditApp .element-type-creditapplication {
    background: red!important;
}

/* VDP
*****************/
span.specifics-value {
    color: #fff!important;
    font-weight: 700;
}

.specifics-label {
    color: #ffffff;
}

.btn-default {
    min-width: 302px;
}

/* Banner
*****************/
div.banner-container {
background: #0a275b;
}