﻿/* view detail page code */
.opt-btn-div .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px !important;
    margin: 4px 2px;
    transition-duration: 0.4s !important;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
}


.buttonblue {
    background-color: #008CBA !important;
    color: white !important;
    border: 2px solid #008CBA !important;
   
   
    
}
.alignPrice1, .alignPrice2, .alignPrice3 {
    font-size: 15px;
    padding: 7px 5px;
    text-align: left;
    font-weight: 600;
}

.alignPrice2 {
    background-color: red;
    color: #fff !important;
}

.alignPrice1 {
    background-color: #00F;
    color: #fff !important;
}

.alignPrice3 {
    color: white;
    background-color: green;
}
    .buttonblue:hover {
        background-color: #fff !important;
        color: #008CBA !important;
        border: 2px solid #008CBA !important;
    }
.float-end {
    float: right;
}
.buttonred {
    background-color: #CB1A1E !important;
    color: black;
    border: 2px solid #CB1A1E !important;
}

    .buttonred:hover {
        background-color: #fff !important;
        color: #CB1A1E !important;
        border: 2px solid #CB1A1E !important;
    }
.vid-btn-div {
    position: absolute;
    z-index: 2;
    right: 0;
    border-radius: 0px !important;
}
    .vid-btn-div .btn-video {
        background-color: #1D7CC0 !important;
        border: none;
        color: white;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
       
        cursor: pointer;
        border-radius: 0px !important;
        transition-duration: 0.4s !important;
    }
        .vid-btn-div .btn-video:hover {
            background-color: #15639C !important;
        }
a {
    color: #337ab7;
}
    a:hover {
        color: #8e8d8d;
    }

.print-cont-view {
    width: 18px;
    height: 25px;
    float: right;
    margin-top: -23px
}

.vd-btn-list {
    padding: 0px;
}

    .vd-btn-list i {
        color: #bbb;
    }



    .vd-btn-list ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

    .vd-btn-list li {
        display: inline-block;
        margin: 10px 0px;
    }

        .vd-btn-list li a {
            border: 1px solid #868686;
            color: #111;
            padding: 5px 12px;
            border-radius: 15px;
            transition: .35s;
            font-size: 12px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .vd-btn-list li a:hover {
                border: 1px solid #fff;
                color: #fff;
            }

.vd-btn-list li a:hover {
    border: 1px solid #111;
    color: #111;
}

div.example-tabs .nav-tabs > li.active > a {
    color: #3a3a3a !important;
}


.availbility-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0.7em 3.7em;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #2da3ee;
    width: 100%;
    margin-bottom: 15px;
}

    .availbility-btn:hover, .availbility-btn:focus {
        text-decoration: none;
        background-color: #428bca;
        background-size: 100%;
        color: #fff;
    }

.vd-cont h1 {
    font-size: 2em;
    font-weight: 600;
    color: #111;
}

.right-link-btn-cont {
   /* background-color: #505051;
    padding: 10px 10px;
    margin-top: 28px;*/
}

.price-vd-2 {
  
    font-size: 30px;
    padding: 10px;
    color: #fff;
}

.get-e-price-vd {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1.0em .7em;
    max-width: 20em;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #d02e2b;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 500;
}

    .get-e-price-vd:hover, .get-e-price-vd:focus {
        text-decoration: none;
        background-color: #dd0b0b;
        background-size: 100%;
        color: #fff;
    }

.get-pre-qualified-vd {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 1.0em .7em;
    max-width: 20em;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: #2da3ee;
    font-weight: 500;
}

    .get-pre-qualified-vd:hover, .get-pre-qualified-vd:focus {
        text-decoration: none;
        background-color: #428bca;
        background-size: 100%;
        color: #fff;
    }

.fone-cont-vd {
    font-size: 1.938em;
    font-weight: 700;
    float: left;
    width: 85%;
}

    .fone-cont-vd i {
        color: #D02E2B;
        margin-right: 5px;
    }

.print-icon-cont-vd {
    float: right;
    width: 15%;
}

.price-tag1-vd {
    background: #D02E2B;
    position: relative;
    width: auto;
    display: inline-block;
    height: 30px;
    line-height: 0px;
    margin: 20px 5px;
    border-radius: 4px;
    color: #FFF;
    border: 1px solid #D02E2B;
    padding: 13px;
    font-size: 20px;
}

    .price-tag1-vd::after {
        position: absolute;
        content: '';
        height: 21px;
        width: 17px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #D02E2B;
        border: 1px solid #D02E2B;
        left: -8px;
        top: 2px;
    }

    .price-tag1-vd::before {
        position: absolute;
        content: '';
        height: 4px;
        width: 4px;
        border-radius: 50%;
        border: 1px solid #FBCFCF;
        background-color: #d02e2b;
        left: 0px;
        top: 12px;
        z-index: 2;
    }




.print-icon-cont-vd i {
    color: #2d2d2d;
}

.sm-link-cont {
    width: 32.333%;
    background-color: #e0e0e0;
    float: left;
    text-align: center;
    font-size: .8125em;
    height: 100px;
    margin: 1px;
    padding: 5px;
    color: #000;
    font-weight: 300;
}

    .sm-link-cont:hover {
        background-color: #e6e6e6;
        cursor: pointer;
        text-decoration: underline;
    }

    .sm-link-cont i {
        font-size: 70px;
        color: #353434;
        text-shadow: 1px 1px #fff;
    }

#small-link-container {
    margin: 15px 0px;
}

.table > tbody > tr > td:first-child {
    width: 45%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    color: #111;
}

.list-feature-vd {
    text-align: right;
    font-size: 12px;
    padding: 10px;
    border: 4px solid #505051;
    margin-top: 24px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 0px !important;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px !important;
    border-bottom: 1px solid #505051 !important;
    color: #111;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td:last-child {
        border-bottom: none;
    }

.list-feature-vd .table {
    margin-bottom: 0px !important;
}



.current-view {
    background-color: #505051;
    padding: 2px 5px;
}

    .current-view h3 {
        font-size: 1.125em;
        font-weight: 300;
        color: #ffffff;
        margin: 11px 0px;
    }

    .current-view h4 {
        font-size: .8125em;
        font-weight: 700;
        margin: 5px 0px;
        color: #969698;
    }

.milage-vd {
    margin: 0px;
    font-size: 12px;
    color: #969698;
}

.footer-phone-text {
    font-size: 1.2em;
    color: #fff;
}

.footer-phone-Address {
    font-size: .8em;
}

    .footer-phone-Address i {
        color: #25a8e0;
    }

.footerphoneBold {
    font-size: 1.5em;
    color: #969698;
    font-weight: bold;
}

.btn-view {
    display: inline-block;
    /*display: inline;*/
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
/* CSS Document */

.similar-car h4 {
    font-size: .8125em;
    font-weight: 700;
    margin: 5px 0px;
    color: #969698;
}

.similar-car {
    border: 1px solid #505051;
    padding: 5px;
}

.inven-heading-hover {
    font-size: 20px;
    margin: 0;
}

.view-list-lp {
    font-family: Lato;
    padding: 5px;
    margin: 5px;
    font-weight: 400;
}

    .view-list-lp li {
        list-style: none;
        padding: 2px 0px;
        border-bottom: 1px solid #f9f7f7;
        font-size: 12px;
    }

    .view-list-lp a {
        text-decoration: none;
        color: #484848;
        font-weight: normal;
    }

        .view-list-lp a:hover {
            text-decoration: underline;
            color: #d02e2b;
        }

.panel-title i {
    margin-right: 10px;
    color: #d02e2b;
    text-shadow: 1px 1px #fff;
}

.testi-vd ul {
    list-style: none;
}


.testi-vd blockquote {
    color: #000;
    font-size: 14px;
}

.testi-vd author {
    color: #CE1119;
}

.vd-fa-margin {
    margin-top: -9px;
}

    .vd-fa-margin i {
        color: #5de533;
        text-shadow: 1px 1px #953131;
    }

    .vd-fa-margin  a {
        color: #fff;
        text-shadow: 1px 1px #953131;
    }

.accordion-rmore {
    background-color: #f5f5f5;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 11px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .accordion-rmore:hover {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        border-radius: 2px;
        border: 1px solid #c8c8c8;
        text-decoration: none !important;
    }
/*Pagination*/


.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
}

.pagination-list {
    float: right;
}

.fa-compress::before {
    font-size: 17px;
    color: #31b131;
    margin-right: 12px;
}

.cars-listing-form {
    font-size: 20px;
}

#accordion .panel-default > .panel-heading {
    background-color: #505051;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px !important;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-top-width: 1px;
    border-radius: 0;
}

.panel-title > a {
    color: #fff;
}

.glyphicon {
    padding-right: 10px;
}

.tab-content > .active {
    display: block;
    color: #111;
}

.nav-tabs {
    border-bottom: 1px solid #505051 !important;
}

.address-footer-vd-color {
    color: #969698;
    font-size: 12px;
}

#features ul li .fa-li {
    left: -8px;
    top: 5px;
    color: #25a8e0;
}

.footer-contact .fill-form a {
    color: #25a8e0;
}

.default-btn, .btn-inventory, button, input[type="reset"], input[type="button"], input[type="submit"] {
    font-size: 15.5px;
    padding: 5px 13px;
    background-color: #25a8e0;
    border-radius: 4px;
    border: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}


.listing-slider {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none;
    border-radius: 3px;
}

.flexslider {
    background: #21292c !important;
}

@media all and (max-width:991px) {
    .table > tbody > tr > td {
        text-align: left;
        font-size: 10px;
    }

    .transmission-tr {
        display: none;
    }
}

@media all and (max-width:800px) {
    .list-feature-vd {
        text-align: left;
    }
}


@media all and (max-width:767px) {

    .list-feature-vd {
        text-align: right;
    }

    .content-nav ul li.gradient_button, .gradient_button.view-details, .gradient_button.view-video, div.example-tabs .nav-tabs > li > a {
        height: 36px;
    }

    .table > tbody > tr > td {
        font-size: 12px;
    }

    
}
@media all and (max-width:480px) {
    .vid-btn-div {
        width: 46%;
    }
}


    @media all and (max-width:320px) {

        .table > tbody > tr > td {
            font-size: 10px;
        }
        .vid-btn-div {
            width: 50%;
        }
    }

/**********pending-sale-css-starts*********/

.pending-div {
    position: relative;
}

.skewed-pending {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 22%;
    font-size: 77px;
    text-align: center;
    -moz-font-feature-settings: "ss09";
    -webkit-font-feature-settings: "ss09";
    font-feature-settings: "ss09";
    transform: skew(0deg, -12deg);
    background-color: black;
    text-transform: uppercase;
    padding: 50px;
    opacity: .8;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    position: absolute;
    width: 100%;
}


.pndng-sle-txt {
    position: relative;
}

    .pndng-sle-txt h5 {
        position: absolute;
        right: 0;
        margin-top: 6%;
        background-color: #333;
        padding: 4px 26px;
        font-size: 14px;
    }

@media all and (max-width : 1171px) {
    .skewed-pending {
        font-size: 52px;
        padding: 40px;
    }
}

@media all and (max-width : 992px) {
    .pndng-sle-txt h5 {
        margin-top: 8%;
    }

    .skewed-pending {
        font-size: 42px;
        padding: 25px;
    }
}

@media all and (max-width : 835px) {
    .pndng-sle-txt h5 {
        margin-top: 9%;
    }

    .skewed-pending {
        font-size: 40px;
        padding: 20px;
    }
}

@media all and (max-width : 767px) {
    .pndng-sle-txt h5 {
        margin-top: 11%;
    }
}

@media all and (max-width : 640px) {
    .pndng-sle-txt h5 {
        padding: 4px 16px;
    }
}

@media all and (max-width : 480px) {
    .pndng-sle-txt h5 {
        margin-top: 16%;
        padding: 4px 6px;
    }

    .skewed-pending {
        font-size: 30px;
    }
}

@media all and (max-width : 415px) {
    .pndng-sle-txt h5 {
        margin-top: 17%;
        font-size: 14px;
    }

    .skewed-pending {
        font-size: 22px;
        padding: 10px;
    }
}

@media all and (max-width : 360px) {
    .pndng-sle-txt h5 {
        margin-top: 23%;
    }
}

@media all and (max-width : 320px) {
    .skewed-pending {
        font-size: 24px;
        padding: 6px;
    }
}
/**********pending-sale-css-ends*********/