/* Banner
****************************************/
@media only screen and (min-width: 1366px) {

.custom-banner .phonenumber-link a {
   padding-left: 100px;
}

.social-media-links {
    padding-left: 100px;
}
}
div.banner-container {
background-color: #333;
}
.custom-banner .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.custom-banner-logo img{
    width: 250px;  
}

.custom-banner-links,
.custom-banner .social-media-links {
    text-align: center;
}

.custom-banner .fa {
    color: #ff2512;
}

.custom-banner .address-link a,
.custom-banner .phonenumber-link a {
    font-size: 18px;
}

.custom-banner .media-icon .fa, 
.custom-banner .media-icon-small .fa {
    color: #fff!important;
}

.custom-banner .media-icon-facebook,
.custom-banner .media-icon-instagram {
    background-color: transparent !important;
    box-shadow: none;
}

.custom-banner .phonenumber-link a {
    font-weight: 600;
}

@media (min-width: 768px) {
.custom-banner a img {
        margin-left: 0!important;
}
.custom-banner-links,
.custom-banner .social-media-links {
    text-align: end;
}
.custom-banner-logo img{
    width: 300px;
}
}

.beforevalue {
    text-decoration: none!important;
}

.accent-color2, .menu-panel-selected, .active, .accent-bg1 {
    color:crimson !important;
}

.dropdown-menu .active {
  background-color: crimson !important;
  color: #eee !important;
}

.dropdown-menu > li > a:hover {
    background-color: #777 !important;
    color: #eee;
}

h1.pagetitle {
    background: none;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
div.vehicle-description {
    font-size: 16px;
}
a.drive {
    background: red;
    padding: 10px 16px;
    display: block;
    width: 200px;
    text-align: center;
    border-radius: 4px;
margin:auto;
margin-bottom:10px;
}
a.drive:hover {
    text-decoration: none;
    color: #fff;
    background: #7c0f06;
}
a.btn.btn-default.inventory_textus {
    background: red;
    color: #fff;
    border: none;
display:block;
width:200px;
margin:auto;
}

.promptPriceBtn a[data-target].btn.btn-default.accent-color1 {
color: #ffffff !important;
}