﻿div.banner-container {
    background: #f0c84e;
}
.accent-color1 {
    color: #f0c84e !important;
}

.media-icon, .media-icon-small {
    color: #fff;
    background: #a83;
}

.accent-bg1, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { 
    background-color: #333 !important;
}
a.vehicle-panel:hover {
    background: #f0c84e !important;
    color: #111; 
}

.flex-direction-nav a {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.5);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover,.form-info-icon, a:hover, a:focus {
    color: #f0c84e;
}

.form-control:focus {
    border-color: #aaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.5)
}
::-moz-selection { /* Code for Firefox */
    color: #111;
    background: #f0c84e;
}
::selection {
    color: #111;
    background: #f0c84e;
}


/***********************************************
Quick Link Buttons - OBSOLETE - TO BE DELETED!!!
***********************************************/
.animatedbutton {
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #eee;
}

.animatedbutton:hover, .animatedbutton:active {
    color: #f0c84e !important;
    border: 1px solid #f0c84e;
}

.animatedbutton:hover .animatedbuttonspan:after, .animatedbutton:active .animatedbuttonspan:after, .animatedbutton:hover {
    border-color: #f0c84e;
}