.featured-vehicles.opt-1 {
    padding-top: 56px;
    padding-bottom: 56px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
.featured-vehicles.opt-1 .vehicle-section {
    position: relative;
}
.featured-vehicles.opt-1 .vehicles-container {
    overflow: hidden;
    position: relative;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots, .featured-vehicles.opt-1 .vehicles-container .owl-pagination {
    padding-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .vehicles-container .owl-dots, .featured-vehicles.opt-1 .vehicles-container .owl-pagination {
        padding-bottom: 25px;
    }
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0;
    border: 1px solid #cdd0d2;
    background: #05141f;
    position: relative;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot:before, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
    background: #05141f;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot.active, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot.active, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page.active, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page.active {
    height: 16px;
    width: 16px;
    background: #05141f;
    border-color: #cdd0d2;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot.active:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot.active:before, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page.active:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page.active:before {
    background: #05141f;
    height: 12px;
    width: 12px;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot.active:hover, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot.active:hover, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page.active:hover, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page.active:hover {
    background: #05141f;
    border-color: #cdd0d2;
    height: 16px;
    width: 16px;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot.active:hover:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot.active:hover:before, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page.active:hover:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page.active:hover:before {
    background: #05141f;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot:focus, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot:focus, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page:focus, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page:focus {
    outline: none;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot:hover, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot:hover, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page:hover, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page:hover {
    cursor: pointer;
    background: #cdd0d2;
    border-color: #123046;
}
.featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-dot:hover:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-dot:hover:before, .featured-vehicles.opt-1 .vehicles-container .owl-dots .owl-page:hover:before, .featured-vehicles.opt-1 .vehicles-container .owl-pagination .owl-page:hover:before {
    background: #cdd0d2;
    height: 0;
    width: 0;
}
.featured-vehicles.opt-1 .owl-wrapper {
    flex-shrink: 0;
}
.featured-vehicles.opt-1 .owl-controls {
    padding-top: 19px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .owl-controls {
        padding-bottom: 25px;
    }
}
.featured-vehicles.opt-1 .owl-buttons {
    display: none;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev, .featured-vehicles.opt-1 .owl-buttons .owl-next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 35px;
    height: 35px;
    border-radius: 0;
    border: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.25s;
    background: rgba(5, 20, 31, 0.8);
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev span, .featured-vehicles.opt-1 .owl-buttons .owl-next span {
    color: #f7f7f8;
    transition: all ease-in-out 0.25s;
    line-height: 1;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev span .svg-icon, .featured-vehicles.opt-1 .owl-buttons .owl-next span .svg-icon {
    display: inline-block;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev:hover, .featured-vehicles.opt-1 .owl-buttons .owl-next:hover {
    background: #05141f;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev:hover span, .featured-vehicles.opt-1 .owl-buttons .owl-next:hover span {
    color: #f7f7f8;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev:active, .featured-vehicles.opt-1 .owl-buttons .owl-next:active {
    background: #05141f;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev:active span, .featured-vehicles.opt-1 .owl-buttons .owl-next:active span {
    color: #f7f7f8;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev:focus, .featured-vehicles.opt-1 .owl-buttons .owl-next:focus {
    outline: none;
}
.featured-vehicles.opt-1 .owl-buttons .owl-prev {
    left: 0;
}
.featured-vehicles.opt-1 .owl-buttons .owl-next {
    right: 0;
}
.featured-vehicles.opt-1 .owl-stage {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 19px;
    padding-bottom: 19px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .owl-stage {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.featured-vehicles.opt-1 .owl-item {
    display: flex;
}
.featured-vehicles.opt-1 .model-item {
    display: flex;
    flex: 1;
    padding: 0 10px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .model-item {
        padding: 0 13px;
    }
}
.featured-vehicles.opt-1 .model-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.featured-vehicles.opt-1 .model-item .year-make {
    color: #37434b;
}
.featured-vehicles.opt-1 .model-item .title {
    color: #37434b;
}
.featured-vehicles.opt-1 .model-item .top-wrapper {
    position: relative;
    padding-top: 75%;
}
.featured-vehicles.opt-1 .model-item .top-wrapper .img-wrapper {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.featured-vehicles.opt-1 .model-item .data-wrapper {
    padding: 10px;
    background: #f7f7f8;
    flex: auto;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .model-item .data-wrapper {
        padding: 13px;
    }
}
.featured-vehicles.opt-1 .model-item .model-year-container {
    padding-bottom: 10px;
    border-bottom: 1px solid #697278;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .model-item .model-year-container {
        padding-bottom: 13px;
    }
}
.featured-vehicles.opt-1 .model-item .mileage-price-container {
    padding-top: 10px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .model-item .mileage-price-container {
        padding-top: 13px;
    }
}
.featured-vehicles.opt-1 .model-item .mileage-price-container .mileage .units {
    padding-left: 10px;
}
.featured-vehicles.opt-1 .model-item .mileage-price-container .price {
    color: #37434b;
}
.featured-vehicles.opt-1 .model-item .cta {
    padding-top: 10px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .model-item .cta {
        padding-top: 13px;
    }
}
.featured-vehicles.opt-1 header {
    padding-bottom: 56px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 header {
        padding-bottom: 75px;
    }
}
.featured-vehicles.opt-1 header .slider-title {
    text-align: center;
}
.featured-vehicles.opt-1 header .tagline {
    text-align: center;
}
.featured-vehicles.opt-1 .view-all-button {
    padding-top: 19px;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .view-all-button {
        padding-top: 25px;
    }
}
.featured-vehicles.opt-1 .disclaimer {
    padding-top: 19px;
    display: block;
    text-align: center;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .disclaimer {
        padding-top: 25px;
    }
}
.featured-vehicles.opt-1 .units {
    text-transform: capitalize;
}
.featured-vehicles.opt-1 .msrp {
    display: block;
}
@media all and (min-width: 768px) {
    .featured-vehicles.opt-1 .units {
        display: block;
    }
    .featured-vehicles.opt-1 .owl-buttons {
        display: block;
    }
    .featured-vehicles.opt-1 .vehicle-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    .featured-vehicles.opt-1 .model-item .price-field {
        text-align: right;
    }
    .featured-vehicles.opt-1 .model-item .mileage-price-container .mileage .units {
        padding-left: 0;
    }
}

