@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro-2');


#content {
    padding-top: 10px;
    background-color:transparent;
}
.fastlane-container-with-sidenav-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.fastlane-inventory-grid:hover,.fastlane-inventory-grid:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05)
}

.fastlane-inventory-grid:hover .fastlane-inventory-item__left-arrow,.fastlane-inventory-grid:hover .fastlane-inventory-item__right-arrow,.fastlane-inventory-grid:focus .fastlane-inventory-item__left-arrow,.fastlane-inventory-grid:focus .fastlane-inventory-item__right-arrow {
    display: block
}

@media (max-width: 991px) {
    .fastlane-inventory-grid:hover .fastlane-inventory-item__left-arrow,.fastlane-inventory-grid:hover .fastlane-inventory-item__right-arrow,.fastlane-inventory-grid:focus .fastlane-inventory-item__left-arrow,.fastlane-inventory-grid:focus .fastlane-inventory-item__right-arrow {
        display:none
    }
}

.fastlane-inventory-grid:active {
    -webkit-box-shadow: 0 10px 5px 0 rgba(0,0,0,0.05);
    box-shadow: 0 10px 5px 0 rgba(0,0,0,0.05)
}
.fastlane-inventory-grid {
    width: calc(33% - 15px);
    background-color: #fff;
    padding: 0;
    margin: 9px;
    cursor: default;
    border: 1px solid transparent;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 1340px) {
    .fastlane-inventory-grid {
        width: calc(50% - 18px);
    }
}

@media (max-width: 768px) {
    .fastlane-inventory-grid {
        width: 100%;
    }
}
.fastlane-vlp-wrap {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden
}

.fastlane-vlp-wrap img.hidden-vlp-thumb {
    position: relative;
    z-index: 1;
    padding: 20px 20px 10px 20px;
    width: 100%;
    height: auto
}

.fastlane-inventory-item__image-container {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.fastlane-inventory-item__image {
    width: 100%;
    height: auto;
    padding: 20px 20px 10px 20px;
    cursor: pointer
}

.fastlane-inventory-item__left-arrow,.fastlane-inventory-item__right-arrow {
    display: none;
    position: absolute;
    top: 48%;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer
}

.fastlane-inventory-item__left-arrow {
    left: 2px
}

.fastlane-inventory-item__right-arrow {
    right: 2px
}

.fastlane-inventory-item__container {
    padding: 10px 20px 20px 20px;
    position: relative;
    display: block
}

.fastlane-inventory-item__container:hover,.fastlane-inventory-item__container:active {
    color: unset;
    text-decoration: none
}

.fastlane-inventory-item__video {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.fastlane-inventory-item__title {
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-transform: uppercase
}

.fastlane-inventory-item__subtitle {
    font-family:'hn-lt-com-cn', sans-serif;
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--mycolor);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-style: italic
}

.fastlane-inventory-item__description {
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.43;
    letter-spacing: 0.1px;
    color: #1a1a1a;
    min-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.fastlane-inventory-item__price-container {
    margin-top: 17px
}

.fastlane-inventory-item__price-container:before,.fastlane-inventory-item__price-container:after {
    content: " ";
    display: table
}

.fastlane-inventory-item__price-container:after {
    clear: both
}

.fastlane-inventory-item__price,.fastlane-inventory-item__price-monthly {
    font-family: hn-lt-com-cn, sans-serif;
    letter-spacing: 1px
}

.fastlane-inventory-item__price {
    float: left;
    font-size: 21px;
    color: #1a1a1a
}

.fastlane-inventory-item__price-monthly {
    float: right;
    font-size: 16px;
    color: #b0b0b0;
    padding-top: 5px
}

.fastlane-inventory-item__info-icon {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 50%;
    background-image: url(/assets/fastlane/info-r-6c12a344264530832d1f247ec2766b2b.svg);
    cursor: help;
    position: relative;
    top: 3px;
    left: 1px;
    display: inline-block
}

.fastlane-inventory-item__info-icon:hover {
    background-color: #000
}

.fastlane-inventory-item__info-icon:hover span.tip {
    display: block;
    opacity: 1
}

.fastlane-inventory-item__info-icon span.tip {
    display: none;
    position: absolute;
    width: 250px;
    left: -195px;
    margin: 0;
    font-size: 15px;
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
    top: -55px;
    z-index: 30;
    background-color: var(--mycolor);
    color: #fff;
    padding: 5px;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.5s ease-in-out
}






.fastlane-gallery-crop {
    float: left;
    width: 100%;
    position: relative
}

.fastlane-gallery-crop img {
    width: 100%;
    height: auto
}

.fastlane-vehicle-lead-image-container {
    width: 100%;
    float: left;
    margin-top: 0;
    position: relative
}

.fastlane-vehicle-lead-image-container .fastlane-lead-image {
    float: left;
    width: 100%;
    height: auto
}

.fastlane-vehicle-lead-image-container a.back-to-inventory {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0
}

.fastlane-vehicle-lead-image-container .zoom-lead-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    width: 41px;
    padding: 0;
    background-color: #000;
    background-image: url(/assets/fastlane/zoom-9738ea424d9535088c29de3aba62e25d.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 7;
    opacity: 0.4;
    transition: all 0.2s ease-in-out
}

@media (max-width: 768px) {
    .fastlane-vehicle-lead-image-container .zoom-lead-image {
        display:none
    }
}

.fastlane-vehicle-lead-image-container .zoom-lead-image:focus,.fastlane-vehicle-lead-image-container .zoom-lead-image:active,.fastlane-vehicle-lead-image-container .zoom-lead-image:hover {
    opacity: 1
}

#fastlane-video-large {
    display: none;
    position: relative;
    padding: 0
}

@media (max-width: 991px) {
    #fastlane-video-large {
        margin-bottom:15px
    }
}

.vehicle-lead-image .lead-image-left .prev,.vehicle-lead-image .lead-image-right .next {
    z-index: 3
}

.vehicle-top-image {
    float: left;
    width: 100%;
    position: relative
}

.fastlane-vehicle-contact {
    background-color: var(--mycolor)
}

.fastlane-vehicle-contact .left-col {
    text-transform: uppercase;
    float: left;
    width: 50%;
    padding: 20px 10px 20px 20px
}

@media (max-width: 991px) {
    .fastlane-vehicle-contact .left-col {
        padding:20px;
        width: 100%
    }

    .fastlane-vehicle-contact .left-col img {
        width: 100%
    }
}

.fastlane-vehicle-contact .left-col h1 {
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: 'hn-lt-com-cn', helvetica;
    font-size: 70px
}

.fastlane-vehicle-contact .right-col {
    float: left;
    width: 50%;
    padding: 20px 20px 20px 10px
}

@media (max-width: 991px) {
    .fastlane-vehicle-contact .right-col {
        padding:20px;
        width: 100%
    }
}

.fastlane-vehicle-contact .right-col .fastlane-vehicle-contact-container {
    width: 100%
}

.fastlane-vehicle-contact .right-col .fastlane-vehicle-contact-container form {
    float: left;
    width: 100%
}

.fastlane-vehicle-contact .right-col .fastlane-vehicle-contact-container address {
    float: left;
    width: 100%
}

@media (max-width: 600px) {
    .fastlane-vehicle-contact .right-col .fastlane-vehicle-contact-container {
        display:block
    }
}

.fastlane-vehicle-contact .center-col {
    float: unset;
    width: 50%;
    padding: 20px 20px 20px 10px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .fastlane-vehicle-contact .center-col {
        padding:20px;
        width: 100%
    }
}

.fastlane-vehicle-contact .center-col .fastlane-vehicle-contact-container {
    width: 100%
}

.fastlane-vehicle-contact .center-col .fastlane-vehicle-contact-container form {
    float: left;
    width: 100%
}

.fastlane-vehicle-contact .center-col .fastlane-vehicle-contact-container address {
    float: left;
    width: 100%
}

@media (max-width: 600px) {
    .fastlane-vehicle-contact .center-col .fastlane-vehicle-contact-container {
        display:block
    }
}

.fastlane-vehicle-contact .fastlane-contact-btn.btn-primary {
    padding: 15px;
    font-size: 17px
}

.option-value {
    width: 20%;
    text-align: left
}

@media (max-width: 991px) {
    .option-value {
        width:100%
    }
}

.option-value li {
    text-indent: 0
}

.fastlane-wrap.show-car-thumbs-container {
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    max-width: none;
    margin-bottom: 35px
}

@media (max-width: 991px) {
    .fastlane-wrap.show-car-thumbs-container {
        margin-bottom:0
    }
}

@media (max-width: 600px) {
    .fastlane-wrap.show-car-thumbs-container {
        display:block
    }
}

@media (max-width: 991px) {
    .fastlane-container.fastlane-vehicle-gallery-container {
        padding:0
    }
}






.fastlane-vehicle-name {
    background-image: url(/public/images/fastlane-vehicle-name.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: top;
    width: 600px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media (max-width: 767px) {
    .fastlane-vehicle-name {
        display:none
    }
}

.fastlane-vehicle-name .name-container {
    position: absolute;
    top: 45px;
    left: 0;
    overflow: hidden
}

.fastlane-vehicle-name .name-container h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    margin-left: 29px;
    float: left;
    clear: both;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fastlane-vehicle-name .name-container h1 {
    color: #fff;
    font-family: 'hn-lt-com-cn';
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    font-size: 40px;
    padding-right: 10px;
    margin-bottom: -14px;
    margin-left: 20px;
    float: left;
    clear: both;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fastlane-vehicle-name .name-container .fastlane-vehicle-price {
    background-color: var(--mycolor);
    float: left;
    clear: both;
    color: #fff;
    font-family: 'hn-lt-com-cn';
    font-size: 28px;
    letter-spacing: 2px;
    padding: 5px 20px 5px 30px;
    transform: skew(-13deg, 0deg);
    -webkit-transform: skew(-13deg, 0deg);
    -moz-transform: skew(-13deg, 0deg);
    -o-transform: skew(-13deg, 0deg);
    -ms-transform: skew(-13deg, 0deg);
    margin-bottom: 15px;
    margin-left: -12px;
    margin-top: 25px
}

.fastlane-vehicle-name-mobile {
    display: none;
    float: left;
    width: 100%;
    background-color: var(--mycolor);
    margin-bottom: 5px
    margin-top:20px;
}

.fastlane-vehicle-name-mobile .name-container {
    text-align: center;
    padding: 30px 20px
}

.fastlane-vehicle-name-mobile h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px
}

.fastlane-vehicle-name-mobile h1 {
    margin: 0;
    color: #fff;
    font-family: 'hn-lt-com-cn';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 45px
}

.fastlane-vehicle-name-mobile .fastlane-vehicle-price {
    font-family: 'hn-lt-com-cn';
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    margin-top: 5px
}

.fastlane-vehicle-name-mobile .fastlane-name-break {
    margin: auto;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff
}
.fastlane-sm-line-break-side, .fastlane-xl-line-break-side {
    width: 6px;
    height: 22px;
    background-color: var(--mycolor);
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .fastlane-vehicle-name-mobile {
        display:block;
        margin-top:30px;
    }
}

.fastlane-vehicle-sold-mobile {
    display: none;
    background-color: var(--mycolor);
    color: #fff;
    font-family: 'hn-lt-com-cn';
    font-size: 28px;
    letter-spacing: 2px;
    padding: 5px 20px 5px 30px;
    transform: skew(-13deg, 0deg);
    -webkit-transform: skew(-13deg, 0deg);
    -moz-transform: skew(-13deg, 0deg);
    -o-transform: skew(-13deg, 0deg);
    -ms-transform: skew(-13deg, 0deg);
    position: absolute;
    top: 50px;
    left: -10px
}


.fastlane-wrap.show-car-thumbs-container {
    float: left;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    max-width: none;
    margin-bottom: 35px
}

@media (max-width: 991px) {
    .fastlane-wrap.show-car-thumbs-container {
        margin-bottom:0
    }
}

@media (max-width: 600px) {
    .fastlane-wrap.show-car-thumbs-container {
        display:block
    }
}

@media (max-width: 991px) {
    .fastlane-container.fastlane-vehicle-gallery-container {
        padding:0
    }
}

#fastlane-video-thumb {
    float: left;
    width: 16.666666667%;
    padding: 2px;
    height: auto;
    position: relative;
    padding-top: 10.125%;
    background-size: cover;
    background-position: center
}

#fastlane-video-thumb span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: white;
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    bottom: 16px;
    white-space: nowrap;
    font-family: "Figtree", Arial, sans-serif;
    font-weight: 600
}

@media (max-width: 991px) {
    #fastlane-video-thumb span {
        display:none
    }
}

#fastlane-video-thumb .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    transition: 0.2s ease-in-out;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center 40%
}

#fastlane-video-thumb .overlay.video {
    background-image: url(/assets/fastlane/video-play-1be453ba87b856dd005c8ca51f593d1b.svg)
}

#fastlane-video-thumb .overlay:hover {
    background-color: rgba(0,0,0,0.5);
    cursor: pointer
}

@media (max-width: 991px) {
    #fastlane-video-thumb .overlay {
        background-position:center;
        background-size: 25%
    }
}

@media (max-width: 991px) {
    #fastlane-video-thumb {
        width:12.5%;
        padding-top: 7.5%
    }
}

@media (max-width: 667px) {
    #fastlane-video-thumb {
        width:20%;
        padding-top: 12%
    }
}

.show-car-thumbs {
    float: unset;
    max-width: unset
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-car-thumbs {
        width: 100%;
        max-width: 100%
    }
}

.show-car-thumbs a {
    float: left;
    width: 16.666666667%;
    padding: 2px;
    height: auto;
    position: relative
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .show-car-thumbs a {
        width: 16.666666667%
    }
}

.show-car-thumbs a img {
    position: absolute
}

.show-car-thumbs a:before {
    content: '';
    position: absolute;
    opacity: 0;
    z-index: 3;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out
}

.show-car-thumbs a:after {
    padding-top: 61.25%;
    display: block;
    content: ''
}

.show-car-thumbs a:hover {
    opacity: 1
}

.show-car-thumbs a:hover:before {
    opacity: 0.4
}

@media (max-width: 991px) {
    .show-car-thumbs a {
        width:12.5%
    }
}

@media (max-width: 667px) {
    .show-car-thumbs a {
        width:20%
    }
}

.show-car-thumbs a.Current:before {
    opacity: 0.6;
    background-color: var(--mycolor)
}

.show-car-thumbs a img {
    float: left;
    width: 100%;
    height: auto
}


.fastlane-about-vehicle {
    background-color: #fff;
    margin-bottom: 20px
}

.fastlane-about-vehicle .bottom-box-row {
    width: 100%;
    border-top: 4px solid #DDDDDD
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap {
    padding: 50px
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 768px) {
    .fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container {
        flex-wrap:wrap;
        flex-direction: column
    }
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-1,.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-2,.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-3 {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 768px) {
    .fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-1,.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-2,.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-3 {
        margin-bottom:20px
    }
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-1,.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-2 {
    padding: 0 20px 0 0
}

@media (max-width: 768px) {
    .fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-1,.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .col-2 {
        padding:0
    }
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-finance-link {
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-finance-link h3 {
    font-family: 'hn-lt-com-cn';
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 0
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-inventory-item__price-monthly {
    font-family: 'hn-lt-com-cn';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-inventory-item__info-icon {
    width: 24px;
    height: 24px
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-finance-btn {
    width: 220px
}

.fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-finance-btn h4 {
    text-transform: uppercase;
    margin: 10px 0 12px
}

@media (max-width: 768px) {
    .fastlane-about-vehicle .bottom-box-row .fastlane-wrap .fastlane-container .fastlane-finance-btn {
        width:100%;
        padding: 10px 15px
    }
}

.fastlane-about-vehicle .center-btn {
    display: flex;
    justify-content: center
}

.fastlane-about-vehicle a.auction-btn {
    width: 185px;
    color: #fff;
    text-decoration: none;
    background: var(--mycolor);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 5%;
    padding: 12px 0 15px
}

@media (max-width: 768px) {
    .fastlane-about-vehicle a.auction-btn {
        padding:12px 28px
    }
}

.fastlane-about-vehicle a.auction-btn:hover {
    background-color: #fb4747;
    border-color: #fb4747
}

@media (max-width: 991px) {
    .fastlane-about-vehicle .fastlane-container {
        padding:0
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row {
    width: 100%;
    display: flex
}

@media (max-width: 991px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row {
        flex-wrap:wrap
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-l {
    width: 65%;
    padding: 50px 40px 95px 0;
    border-right: 4px solid #DDDDDD
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-l .hagerty-widget-container {
    margin-bottom: 4%
}

@media (max-width: 991px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row .col-l {
        width:100%;
        border-right: 0 solid #DDDDDD;
        border-bottom: 4px solid #DDDDDD;
        padding: 45px 20px
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r {
    width: 35%;
    padding: 95px 0 95px 40px
}

@media (max-width: 991px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row .col-r {
        width:100%;
        padding: 45px 20px
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container {
    width: 100%;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 0
}

@media (max-width: 600px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container {
        display:block
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .fastlane-sm-title.fastlane-vehicle-contact,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .fastlane-vehicle-contact.fastlane-xsm-title {
    width: 250px
}

@media (max-width: 600px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .fastlane-sm-title.fastlane-vehicle-contact,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .fastlane-vehicle-contact.fastlane-xsm-title {
        width:100%
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container address {
    margin: 20px 0 40px 0;
    padding: 0 10px
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list {
    padding: 0;
    margin: 0
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row .form-horizontal .form-group,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view .form-horizontal .form-group,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row .form-horizontal .form-group .col-sm-12,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view .form-horizontal .form-group .col-sm-12,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list .form-horizontal .form-group .col-sm-12,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row .form-horizontal .form-group .news-container-list,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view .form-horizontal .form-group .news-container-list,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list .form-horizontal .form-group .news-container-list {
    padding: 0 10px
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .col-row,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .col-row,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .col-row {
    display: flex;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 600px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .col-row,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .col-row,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .col-row {
        flex-wrap:wrap
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .col-row .col-xs-12,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .col-row .col-xs-12,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .col-row .col-xs-12,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .col-row .recent-inventory-slider,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .col-row .recent-inventory-slider,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .col-row .recent-inventory-slider,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .col-row .recent-inventory-search,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .col-row .recent-inventory-search,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .col-row .recent-inventory-search,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .col-row .testimonial-item,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .col-row .testimonial-item,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .col-row .testimonial-item {
    padding: 0 10px
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .form-group.has-error,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .form-group.has-error,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .form-group.has-error,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .form-group,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .form-group,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .form-group {
    width: 50%;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 600px) {
    .fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .form-group.has-error,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .form-group.has-error,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .form-group.has-error,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .row fieldset.fastlane-contact-from .form-group,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .inventory-list-view fieldset.fastlane-contact-from .form-group,.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container .testimonial-list fieldset.fastlane-contact-from .form-group {
        width:100%
    }
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container input.btn.btn-default.send.pull-right {
    background-color: #006400;
    color: #fff;
    font-weight: 500;
    border-color: #006400;
    font-size: 18px
}

.fastlane-about-vehicle .fastlane-container .text-box-row .col-r .fastlane-vehicle-contact-container input.btn.btn-default.send.pull-right:hover {
    background-color: #009700;
    border-color: #009700
}

.fastlane-about-vehicle .fastlane-container p {
    font-size: 25px;
    letter-spacing: 0.01em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 768px) {
    .fastlane-about-vehicle .fastlane-container p {
        font-size:18px
    }
}

.fastlane-about-vehicle .fastlane-container h2 {
    text-transform: uppercase;
    font-family: 'hn-lt-com-cn';
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 768px) {
    .fastlane-about-vehicle .fastlane-container h2 {
        font-size:26px
    }
}

.lead-image-left .carousel-control,.lead-image-right .carousel-control {
    max-height: initial
}


.fastlane-contact-btn .btn-primary {
    float: right;
    margin: 10px 0 10px 25px;
    background-color: var(--mycolor);
    width: 100%;
    border: solid 3px var(--mycolor);
    font-weight: 600;
    text-transform: uppercase;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

.fastlane-contact-btn .btn-primary:hover {
    background-color: #85020B;
}

.fastlane-vehicle-contact-container .fastlane-sm-line-break-side,.fastlane-vehicle-contact-container .fastlane-xl-line-break-side {
    height: 45px;
}

.fastlane-vehicle-contact-container .row,.fastlane-vehicle-contact-container .inventory-list-view,.fastlane-vehicle-contact-container .testimonial-list {
    padding: 20px;
}

.fastlane-vehicle-contact-container address h4 {
    color: #333;
}

.fastlane-vehicle-contact-container address .glyphicon,.fastlane-vehicle-contact-container address .rotating-inventory a.next-link,.rotating-inventory .fastlane-vehicle-contact-container address a.next-link,.fastlane-vehicle-contact-container address .rotating-inventory a.previous-link,.rotating-inventory .fastlane-vehicle-contact-container address a.previous-link,.fastlane-vehicle-contact-container address #cycler a.next-cycle,#cycler .fastlane-vehicle-contact-container address a.next-cycle,.fastlane-vehicle-contact-container address #cycler a.previous-cycle,#cycler .fastlane-vehicle-contact-container address a.previous-cycle,.fastlane-vehicle-contact-container address .dropdown-selected-remove,.fastlane-vehicle-contact-container address .vehicle-lead-image .lead-image-left .prev,.vehicle-lead-image .lead-image-left .fastlane-vehicle-contact-container address .prev,.fastlane-vehicle-contact-container address .vehicle-lead-image .lead-image-right .next,.vehicle-lead-image .lead-image-right .fastlane-vehicle-contact-container address .next {
    float: left;
    margin-right: 10px;
    font-size: 22px;
}

.fastlane-sm-title.fastlane-vehicle-contact,.fastlane-vehicle-contact.fastlane-xsm-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    width: 300px;
    display: inline-block;
    background: transparent;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}




.fastlane-vehicle-specs {
    float: left;
    width: 100%
}

.fastlane-vehicle-specs .fastlane-container {
    max-width: 1400px
}

.fastlane-vehicle-specs .fastlane-specs-wrap {
    padding: 50px;
    background-color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.fastlane-vehicle-specs .fastlane-specs-wrap .fastlane-specs-options {
    text-align: center
}

@media (max-width: 991px) {
    .fastlane-vehicle-specs .fastlane-specs-wrap .fastlane-specs-options {
        text-align:left
    }
}

.spec-section.fastlane-spec-col {
    float: left;
    width: 100%
}

@media (max-width: 600px) {
    .spec-section.fastlane-spec-col {
        padding:0
    }
}

.spec-section.fastlane-spec-col .col-md-12,.spec-section.fastlane-spec-col .fastlane-contact-container,.spec-section.fastlane-spec-col .fastlane-vehicle-contact-container {
    text-align: left;
    padding: 0
}

.spec-section.fastlane-spec-col .col-sm-12,.spec-section.fastlane-spec-col .news-container-list {
    padding: 0
}

.spec-section.fastlane-spec-col .fastlane-spec-type-header {
    float: left;
    width: 100%;
    font-family: 'hn-lt-com-cn';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px
}

@media (max-width: 1260px) {
    .spec-section.fastlane-spec-col .fastlane-spec-type-header {
        font-size:17px
    }
}

@media (max-width: 1136px) {
    .spec-section.fastlane-spec-col .fastlane-spec-type-header {
        font-size:15px
    }
}

@media (max-width: 991px) {
    .spec-section.fastlane-spec-col .fastlane-spec-type-header {
        font-size:20px
    }
}

.spec-section.fastlane-spec-col .fastlane-sm-line-break {
    float: left;
    width: 100%;
    background-color: var(--mycolor)
}

.spec-section.fastlane-spec-col dl.spec-section-list {
    float: left;
    width: 100%
}


.spec-section .fastlane-lg-title,.spec-section .fastlane-sm-title,.spec-section .fastlane-xsm-title {
    padding-left: 0;
    font-size: 20px;
    font-weight: 600
}

.spec-section .fastlane-sm-line-break {
    margin: 5px 0 8px 0;
    float: left
}

.spec-section .spec-header {
    color: #6a6a6a;
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase
}

.spec-section .spec-value {
    font-size: 22px;
    font-weight: 600
}

.spec-section.col-md-6 {
    padding-left: 0;
    margin-bottom: 50px;
    min-height: 260px
}

.spec-section-list div {
    padding-left: 0
}

.spec-section.fastlane-spec-col .spec-row {
    float: left;
    width: 100%
}

.fastlane-sm-title.fastlane-vehicle-contact,.fastlane-vehicle-contact.fastlane-xsm-title {
    background-color: transparent
}

.fastlane-call-btn {
    display: none;
}

@media (max-width: 600px) {
    .fastlane-call-btn {
        /* display:none; */
    }
}

@media (max-width: 667px) {
    .fastlane-sm-line-break-side,.fastlane-xl-line-break-side {
        display:none
    }
}


.spec-section .fastlane-sm-line-break {
    margin: 5px 0 8px 0;
    float: left;
}
.fastlane-sm-line-break {
    width: 40px;
    height: 6px;
    background-color: var(--mycolor);
}


@media (max-width: 600px) {
    .fastlane-vehicle-specs .fastlane-specs-wrap {
        padding: 30px;
        width: auto;
        margin-bottom: 50px;
    }
}





.vehicle-contact-form {
    border: 1px solid var(--mycolor);
    padding: 20px 20px;
    margin: 40px 0px;
    border-radius: 10px;
}

.read-more {
    position: relative;
}
        
.content {
    display: -webkit-box;
    -webkit-line-clamp: 10; /* Shows only 3 lines initially */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.read-more.expanded .content {
    -webkit-line-clamp: unset;
}

.toggle-btn {
    color: var(--mycolor);
    cursor: pointer;
    display: block;
}
.fastlane-wrap {
    width: 100%;
    float: left;
}