﻿
.accent-color1 {
    color: #00897b !important;
}

.media-icon, .media-icon-small {
    color: #fff;
    background: #080;
}

.accent-bg1, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #143d17 !important;
}

a.vehicle-panel:hover {
    background: #122e14 !important;
    color: #eee;
}

.flex-direction-nav a {
    background: none repeat scroll 0 0 rgba(240, 255, 240, 0.5);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .form-info-icon, a:hover, a:focus {
    color: #5cb85c;
}

.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);
}

a.vehicle-panel:hover {
    background: #00897B !important;
    color: #fff;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #00897B;
}

::selection {
    color: #fff;
    background: #00897B;
}


/***********************************************
Quick Link Buttons - OBSOLETE - TO BE DELETED!!!
***********************************************/
.animatedbutton {
    background: #122e14;
    border: 1px solid #122e14;
    color: #eee;
}

    .animatedbutton:hover, .animatedbutton:active {
        color: #5cb85c !important;
        border: 1px solid #5cb85c;
    }

        .animatedbutton:hover .animatedbuttonspan:after, .animatedbutton:active .animatedbuttonspan:after, .animatedbutton:hover {
            border-color: #5cb85c;
        }

/*New CSS Luxury*/
body.main-body {
    background-color: #000000;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .form-info-icon, a:hover, a:focus {
    color: #fff;
}

.accent-bg1, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #00897B !important;
}

.accent-color1 {
    color: #00897b !important;
}
/*Banner*/
div.banner-container {
    background: #004D40;
}

a.banner-link .fa,
.browse-inventory-image a:before {
    color: #00897b;
}

/*Menu*/
.navbar-default {
    background-color: #00897B;
}

.navbar-fixed-top {
    background-color: rgba(0,137,123,0.95);
}

.navbar-default .navbar-nav > .active > a:after {
    background: #00897b;
}

a.menu-heading span:after {
    background-color: #FCFFCE;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0) !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.dropdown-menu {
    background: #00675d !important;
    border: 0;
}

li.menu-heading.dropdown.open span.caret {
    border-top-color: #00897b;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: rgba(21,76,71,0.80) !important;
}

/*Content*/
/*Search*/
.element-type-inventorysearch {
    background: radial-gradient(circle at 50% 100%, #3e3e3e, #1b1b1b 58%, #272727);
    padding: 10px 0 5px 0;
}

    .element-type-inventorysearch .form-group {
        width: 60%;
    }

    .element-type-inventorysearch .btn-default {
        color: #d6d6d6;
        background-color: #00897b;
        border-radius: 0;
        padding: 10px 25px;
    }

    .element-type-inventorysearch .form-control {
        border: 1px solid #555 !important;
    }

.form-control::-webkit-input-placeholder {
    color: #555;
}

.element-heading h4 {
    color: #FFF;
}

    .element-heading h4:after {
        background-color: #00897b;
    }

.browse-inventory-image a, .element-heading h4 {
    border-color: #00897b;
}

/*Inverted Row*/
.inverted .container {
    background-color: transparent;
}

.inverted {
    background-color: #0e0e0e;
}

/*Footer*/
div.footer-container {
    background-color: #00897B;
}


/* This is for QUICK LINKS*/
span.quicklinkbutton-label-img {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(0, 137, 123);
    color: #ffffff;
}

span.quicklinkbutton-img:hover span.filter i {
    color: #fff;
}

span.filter {
    background-color: rgba(0, 137, 123, .59);
}

    span.filter i {
        font-size: 40px;
        color: #fff;
    }

span.quicklinkbutton-label-img i {
    color: #000;
}

span.quicklinkbutton-label-img:hover {
    background-color: #00897b;
    color: #000;
}

/*************************************
 Child themes Styles
********************************************/

/*********** Child Themes - slider Text ***********/
div.slider-text a {
    background: linear-gradient(to bottom,rgb(255, 141, 0) 0,rgb(216, 110, 0) 100%);
}

/*********** Child Themes - H1,H2,H3 ***********/

/*********** Child Themes - New Quick Links ***********/
    .luxury-new-quicklink a:after {
        background-color:#fff;
    }
/*********** Child Themes - Inverted Class ***********/

.inverted {
    background-color: #003a30;
    border-top: 5px solid #0056b1;
    border-image: linear-gradient(to right, #dc7100 0%, #dc7100 25%, #ed1c24 25%, #ed1c24 50%, #ed1c24 50%, #ed1c24 75%, #dc7100 75%, #dc7100 100%) 1;
}

/*********** Child Themes - Highway 3 ***********/
.highway3-quicklinks .quicklinkbutton-bigicon {
    background-color: #2abe75;
}

