﻿@charset "utf-8";

/* ---------------------------------------------------------------------- labelS */
/* ------------------------------------ Global label Style (small - default) */
.label {
    font-size: 11px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 2px;
    padding: 5px 10px 4px 10px;
    position: relative;
    margin-bottom: 5px;
}

.label-pill {
    border-radius: 10rem;
    border: 1px solid #174678;
    color: #174678;
    background-color: #fff !important;
    font-weight: 900;
}
/* ------------------------------------ The Icon (small - default) */
.label:before {
    font: normal normal normal 15px/1 "Material Design Icons";
    text-rendering: optimizeLegibility;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 3px;
}

/* ------------------------- NEW */
.label-new {
    background-color: #ff7800;
    color: #000 !important;
}

/*    .label-new:before {
        content: "\F4FA";
    }*/
/* ------------------------- IN STOCK */
.label-instock {
    background-color: #f0ad4e;
    color: #000 !important;
}

/*    .label-instock:before {
        content: "\f134";
    }*/
/* ------------------------- REDUCED */
.label-reduced {
    background-color: #d9534f;
    color: #000;
}

/*    .label-reduced:before {
        content: "\f533";
    }*/
/* ------------------------- SALE */
.label-sale {
    background-color: #5cb85c;
}
/*
    .label-sale:before {
        content: "\F5AF";
    }*/
/* ------------------------- SPECIAL */
.label-special {
    background-color: #337ab7;
}

/*    .label-special:before {
        content: "\f4ce";
    /*}*/
/* ------------------------- AVAILABLE TO ORDER */
.label-available-to-order {
    background-color: #18c46d;
}

/*    .label-available-to-order:before {
        content: "\f09e";
    }*/
/* ------------------------- COMING SOON */
.label-coming-soon {
    background-color: #95c418;
}

/*    .label-coming-soon:before {
        content: "\f024";
    }*/
/* ------------------------- CONSIGNMENT */
.label-consignment {
    background-color: #a23083;
}
/*
    .label-consignment:before {
        content: "\f516";
    }*/
/* ------------------------- ON DEPOSIT */
.label-on-deposit {
    background-color: #007200;
}
/*
    .label-on-deposit:before {
        content: "\f070";
    }*/
/* ------------------------- ALL LOCATIONS */
.label-all-locations {
    background-color: #c4a218;
}

/*    .label-all-locations:before {
        content: "\f350";
    }*/
/* ------------------------- ON ORDER */
.label-on-order {
    background-color: #1e98b7;
}

/*    .label-on-order:before {
        content: "\F580";
    }*/
/* ------------------------- SALE PENDING */
.label-sale-pending {
    background-color: #6918c4;
}
/*
    .label-sale-pending:before {
        content: "\f124";
    }*/
/* ------------------------- RECENT TRADE-IN */
.label-recent-trade-in {
    background-color: #e92c80;
}

/*    .label-recent-trade-in:before {
        content: "\f456";
    }*/
/* ------------------------- SOLD */
.label-sold {
    background-color: #c42020;
}

/*    .label-sold:before {
        content: "\f449";
    }*/
/* ------------------------- AS-IS */
.label-as-is {
    background-color: #474747;
}

/*    .label-as-is:before {
        content: "\f4d0";
    }*/

.label-under-warranty {
    background-color: #d5ad1f;
}

/*    .label-under-warranty:before {
        content: "\f12c";
    }*/


.label-360-tour {
    background-color: #0cacf4;
}

/*    .label-360-tour:before {
        content: "\f464";
    }*/


.label-bank-repo {
    background-color: #4f4f4f;
}

/*    .label-bank-repo:before {
        content: "\f6f8";
    }
*/
/* ------------------------- BLOW OUT PRICE */
.label-blow-out-price {
    background-color: #48c59c;
}

/*    .label-blow-out-price:before {
        content: "\f6bc";
    }*/

/* ------------------------- HANDICAP EQUIPPED */
.label-handicap-equipped {
    background-color: #095fa1;
}

/*    .label-handicap-equipped:before {
        content: "\f5a4";
    }*/

/* ------------------------- RENTAL */
.label-rental {
    background-color: #00642a;
}
/*
    .label-rental:before {
        content: "\f4f9";
    }*/

/* ------------------------- WHOLESALE */
.label-wholesale {
    background-color: #2e2e2e;
}
/*
    .label-wholesale:before {
        content: "\f1b3";
    }*/

/* ---------------------------------------------------------------------- BUTTONS */
/* ------------------------------------ Button */
.btn-lg-action {
    font-weight: bold;
    margin: 10px;
    padding: 2px 10px 2px 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #999;
    border-radius: 15px;
    background-color: #fff;
    color: #999;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

    .btn-lg-action:hover {
        background-color: #c4c4c4;
        color: #fff;
    }
    /* ------------------------------------ The Icon */
    .btn-lg-action:before {
        font: normal normal normal 24px/1 "Material Design Icons";
        text-rendering: optimizeLegibility;
        display: inline-block;
        position: absolute;
        margin: -10px 0 0 -43px;
        border-radius: 50%;
        border: 2px solid #fff;
        padding: 5px;
        color: #fff;
        text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.32);
        background: rgba(207,207,207,1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(207,207,207,1) 0%, rgba(153,153,153,1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(207,207,207,1)), color-stop(100%, rgba(153,153,153,1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(207,207,207,1) 0%, rgba(153,153,153,1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(207,207,207,1) 0%, rgba(153,153,153,1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(207,207,207,1) 0%, rgba(153,153,153,1) 100%);
        background: radial-gradient(ellipse at center, rgba(207,207,207,1) 0%, rgba(153,153,153,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#999999', GradientType=1 );
        font-weight: normal;
    }

/* ------------------------- GET SALE PRICE */
.btn-sale-price {
    border-color: #00da00;
    color: #00da00;
}

    .btn-sale-price:before {
        content: "\f46f";
        background: #00da00;
    }
/* ------------------------- MAKE OFFER */
.btn-make-offer {
    border-color: #00da00;
    color: #00da00;
}

    .btn-make-offer:before {
        background: #00da00;
    }
/* ------------------------- PRINT UNIT INFO */
.btn-print:before {
    content: "\f42a";
}
/* ------------------------- VIEW UNIT VIDEOS */
.btn-video:before {
    content: "\f567";
}
/* ------------------------- CONTACT DEALER */
.btn-contact-dealer:before {
    content: "\f18e";
}
/* ------------------------- EMAIL TO FRIEND */
.btn-email-friend:before {
    content: "\f501";
}
/* ------------------------- LOCATE DEALER */
.btn-locate-dealer:before {
    content: "\f352";
}
/* ------------------------- CALCULATE PAYMENT */
.btn-calculate-payment:before {
    content: "\f0ec";
}

/* HR */
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(34, 77, 68, 0.5), rgba(0, 0, 0, 0));
    text-align: center;
    width: 60%;
}

@media all and (-ms-high-contrast:none) {
    hr {
        width: 100%;
    }
    /* IE10 */
    *::-ms-backdrop, hr {
        width: 100%;
    }
    /* IE11 */
}

hr:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: optimizeLegibility;
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px;
    background: #fff;
    color: #224d44;
    font-size: 18px;
}

hr.style-1:after {
    content: '\f6a4';
}

hr.style-2:after {
    content: '\f3c4';
}

hr.style-3:after {
    content: '\f195';
}
