h5#myModalLabel2 {
    color: white;
}

/***********************************
Vehicle Comparsion 
************************************/
nav.navbar.navbar-default.navbar-fixed-bottom.inventory-comparison {
    background: rgba(50, 50, 50, 0.8);
    border-top: 1px solid #ccc;
}

.inventory-comparison .container {
    background: rgba(0, 0, 0, 0);
}

a#compare {
    margin-top: 30px;
}
.addCompare {
    background: #F44336;
    border-radius: 0;
    color: #fff;
    transition: all .5s;
}

.modal-dialog.compare-dialog .close {
    color: #fff;
    opacity: 1;
}
a.photo-button {
    cursor: pointer;
}



div#vehicle-link-photos-modal a {
    background: red;
    color: #fff;
    padding: 13px;
    font-weight: 700;
    font-size: 18px;
}
@media(max-width:768px){
.element-heading.element-heading-vehicledetails h4 {
    display: none;
}
}