﻿@keyframes change-color {
  0% {
    color: #fff;
  }
  50% {
    color: #D8AD1C;
  }
  100% {
    color: #fff;
  }
}
/* default styles (all screens) */
@media only screen {
  .promo-link {
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    background: #b61920;
    padding: 0.75rem 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
  }
  .promo-link a {
    color: #fff;
    -webkit-animation: change-color 1.2s infinite;
    -moz-animation: change-color 1.2s infinite;
    -o-animation: change-color 1.2s infinite;
    -ms-transform: change-color 1.2s infinite;
    animation: change-color 1.2s infinite;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .promo-link a:hover {
    text-decoration: underline;
  }
  .seo-intro {
    padding: 4rem 0;
    text-align: center;
  }
  .seo-intro h1 {
    font-weight: 900;
    font-size: 28px;
    color: #141414;
    letter-spacing: -0.58px;
    font-family: "Roboto", sans-serif;
  }
  .seo-intro h2 {
    font-weight: 900;
    font-size: 26px;
    color: #141414;
    letter-spacing: -0.58px;
    font-family: "Roboto", sans-serif;
    margin-top: 2rem;
  }
  .seo-intro p {
    color: #000;
  }
  .seo-intro p a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .seo-intro p a:hover {
    color: #B61920;
    text-decoration: underline;
  }
  .seo-intro.vehicle-list-seo {
    text-align: left;
    padding: 2.5rem 0;
  }
  .seo-intro.vehicle-list-seo h1 {
    margin-bottom: 1rem;
  }
  .row {
    max-width: 1200px;
  }
  .editor-wrapper i {
    font-family: "tinymce" !important;
  }
  .admin-blog-wrap .editor-wrapper {
    margin: 1rem 0;
  }
  .blog-post .post-image .post-date, .blog-page-wrap .date {
    opacity: 0 !important;
  }
  .blog-page-wrap .last-section {
    opacity: 0.9;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
  }
  .blog-page-wrap .last-section h4 {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
  }
  .blog-page-wrap h1 {
    margin-bottom: 2rem;
    margin-top: 1.25rem;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
  }
  .blog-page-wrap h1:after {
    display: none;
  }
  .blog-page-wrap h2 {
    font-weight: 700;
    font-size: 20px;
  }
  .blog-page-wrap h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .blog-page-wrap h3:after {
    display: none;
  }
  .blog-page-wrap p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  .blog-page-wrap p + h2 {
    margin-top: 2rem;
  }
  .blog-page-wrap .blog-content {
    padding-top: 0.75rem;
  }
  .blog-page-wrap .date {
    color: #999999;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 0.25rem;
  }
  .blog-page-wrap .share-links {
    display: table;
    width: auto;
    margin: auto;
  }
  .blog-page-wrap .share-links a {
    padding-left: 0.5rem;
    color: #999999;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .blog-page-wrap .share-links a:hover {
    color: #B61920;
  }
  .blog-page-wrap .share-links a i {
    margin-right: 0.125rem;
  }
  .blog-page-wrap .featured-image {
    display: table;
    margin: 0 auto 1rem;
  }
  .blog-post {
    text-align: center;
    padding-bottom: 2rem;
  }
  .blog-post h5 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 1rem;
    color: #000;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.2px;
  }
  .blog-post h5 a {
    color: #000;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .blog-post h5 a:hover {
    color: #B61920;
  }
  .blog-post p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0.19px;
    line-height: 20px;
  }
  .blog-post .content {
    padding: 0.5rem;
  }
  .blog-post .post-image {
    position: relative;
    overflow: hidden;
    background: #eee;
  }
  .blog-post .post-image img {
    object-fit: cover;
    height: 250px;
  }
  .blog-post .post-image .post-date {
    background: #B61920;
    line-height: 28px;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.19px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 2rem;
    z-index: 10;
  }
  a {
    color: #B61920;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  a:hover {
    color: #333;
  }
  .menu-icon {
    height: 20px;
  }
  .section1-wrapper {
    background-color: #F8F8F8;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
  }
  .section1-wrapper .color4 {
    color: #000;
  }
  .section1-wrapper .title {
    letter-spacing: 0;
  }
  .section1-wrapper .swiper-slide-2018 img {
    max-width: 164px;
    margin: auto;
  }
  .section1-wrapper .cta {
    display: table;
    width: auto;
    margin: auto;
  }
  .section1-wrapper .home-btn {
    margin: 0.5rem;
    display: inline-block;
  }
  .no-matching-results {
    font-size: 20px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    padding: 2rem 0;
  }
  .home-btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: none;
    color: #B61920;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    padding: 0 1rem;
    min-width: 190px;
    border: 3px solid #B61920;
    letter-spacing: 0.32px;
  }
  .home-btn:hover, .home-btn:focus, .home-btn:active {
    background: #B61920;
    color: #fff;
  }
  .home-btn.gold-btn {
    color: #fff;
    border-color: #D8AD1C;
  }
  .home-btn.gold-btn:hover, .home-btn.gold-btn:focus, .home-btn.gold-btn:active {
    background: #D8AD1C;
    color: #fff;
  }
  header {
    background: #B61920;
    padding: 1.875rem 0;
    border-bottom: 6px solid #141414;
    border-top: 6px solid #A9040B;
  }
  header .logo {
    max-width: 254px;
    margin: 0 auto 1.5rem;
  }
  header .info-item {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    letter-spacing: 0;
  }
  header .info-item i {
    color: #D8AD1C;
    font-size: 26px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 0.375rem;
  }
  header .info-item a {
    color: #fff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  header .info-item a:hover {
    color: #D8AD1C;
  }
  footer {
    position: relative;
    padding-top: 4.5rem;
    padding-bottom: 0;
    background: #141414;
    text-align: center;
  }
  footer .content {
    color: #BABABA;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 0.75rem;
  }
  footer .content a {
    color: #BABABA;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  footer .content a:hover {
    color: #D8AD1C;
  }
  footer .contact-list {
    max-width: 170px;
    margin: auto;
  }
  footer .contact-list li {
    color: #BABABA;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-left: 33px;
    position: relative;
    margin-bottom: 0.75rem;
    text-align: left;
  }
  footer .contact-list li:last-child {
    margin-bottom: 0;
  }
  footer .contact-list li:before {
    content: "";
    font-family: "icons-custom";
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    text-align: center;
  }
  footer .contact-list li a {
    color: #BABABA;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  footer .contact-list li a:hover {
    color: #D8AD1C;
  }
  footer .contact-list li.ph:before {
    content: "\e921";
  }
  footer .contact-list li.email:before {
    content: "\e92e";
  }
  footer .contact-list li.addr:before {
    content: "\e922";
    font-size: 23px;
  }
  footer .other {
    margin-top: 2rem;
  }
  footer .other .bs-badge {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 200px;
    margin: 1.5rem auto 0;
  }
  footer h6 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.47px;
    line-height: 37px;
    margin-bottom: 1rem;
  }
  footer .location-sm {
    padding-top: 2rem;
  }
  footer .copyright {
    background: #000000;
    margin-top: 3.5rem;
    padding: 1.5rem 0 1.75rem;
    font-size: 12px;
    letter-spacing: 0.03125rem;
    text-transform: uppercase;
    color: #757575;
  }
  footer .copyright span {
    font-size: 1rem;
    vertical-align: sub;
    margin: 0 0.5rem 0 4px;
  }
  footer .copyright i {
    display: block;
    height: 0;
    overflow: hidden;
  }
  footer .copyright a {
    color: #757575;
  }
  footer .copyright a:hover {
    color: rgb(255, 255, 255);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .slide-section {
    position: relative;
    background: black;
    overflow: hidden;
  }
  .slide-section .bs-awards {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .slide-section .bs-awards a {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .slide-section .text {
    padding: 0 1rem 3.5rem;
  }
  .slide-section .text h3 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 22.5px;
    font-weight: 300;
    letter-spacing: -0.45px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 3px 23px rgba(36, 40, 46, 0.8), 0 3px 90px #23252A;
  }
  .slide-section .slide-bg {
    z-index: 0;
    overflow: hidden;
    height: 340px;
  }
  .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4 {
    height: 340px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .slide-section .slide-bg .slide1 {
    background: url(../../Userfiles/Image/banners/banner-1.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .slide-section .slide-bg .slide2 {
    background: url(../../Userfiles/Image/banners/banner-2.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .slide-section .slide-bg .slide3 {
    background: url(../../Userfiles/Image/banners/banner-3.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .slide-section .slide-bg .slide4 {
    background: url(../../Userfiles/Image/banner-3.jpg) 50% 50% no-repeat;
  }
  .slide-section .slick-dots {
    margin: -2.5rem auto 0;
    list-style: none;
    text-align: center;
    padding: 0;
    display: table !important;
    position: relative;
    z-index: 11;
  }
  .slide-section .slick-dots li {
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    color: rgba(255, 255, 255, 0);
    width: 10px;
    height: 10px;
    margin: 0 0.375rem;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .slide-section .slick-dots li.slick-active {
    background: #fff;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  #featured-section {
    padding: 3.5rem 0;
    text-align: center;
    position: relative;
    background: #fff;
    /*    .inner {
        position: relative;
        z-index: 5;
    }*/
  }
  #featured-section p.intro-text {
    color: #000;
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  #featured-section p.intro-text a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #featured-section p.intro-text a:hover {
    color: #B61920;
    text-decoration: underline;
  }
  #featured-section .clean-car-reebate-fee span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #featured-section .clean-car-reebate-fee .sp-hover-close {
    float: right;
  }
  #featured-section .vehicle-inner {
    position: relative;
  }
  #featured-section .vehicle-inner .clean-car-reebate-fee {
    display: flex;
    text-align: center;
    margin-top: 0.25rem;
    position: static;
    justify-content: center;
  }
  #featured-section .vehicle-inner .clean-car-reebate-fee img {
    width: auto;
  }
  #featured-section .vehicle-inner .clean-car-reebate-fee-details {
    max-width: none;
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  #featured-section .vehicle-inner .clean-car-reebate-fee-details .disclaimer {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    top: 0;
  }
  #featured-section .vehicle-inner .clean-car-reebate-fee-details a {
    text-align: right;
    width: 100%;
  }
  #featured-section .row {
    position: relative;
    z-index: 4;
  }
  #featured-section h2 {
    font-family: "Roboto", sans-serif;
    color: #141414;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.58px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 0;
  }
  #featured-section .home-btn {
    margin: 0.5rem auto;
    display: table;
  }
  #featured-section .featured-vehicles {
    clear: both;
    position: relative;
    z-index: 10;
  }
  #featured-section .cell-photo {
    border: none;
    overflow: hidden;
  }
  #featured-section .vehicle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #featured-section .vehicle .vehicle-inner {
    background: #F7F7F7;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
  }
  #featured-section h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #141414;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0 !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-bottom: 0.5rem;
  }
  #featured-section .price-wrapper, #featured-section .price-wrapper .special .amount {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    color: #B61920;
    letter-spacing: 0;
    font-weight: bold;
    letter-spacing: 0;
  }
  #featured-section .vehicle-info {
    font-size: 19px;
    line-height: 1.2;
    padding-bottom: 1.25rem;
    text-align: center;
    padding-top: 1.25rem;
  }
  #featured-section .vehicle-info .price-wrapper {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    color: #B61920;
    font-weight: 900;
  }
  #featured-section .vehicle-info .price-wrapper .special {
    color: #B61920;
  }
  #featured-section .vehicle-info .price-wrapper .special .amount {
    color: #B61920;
    font-size: 19px;
  }
  #featured-section .fuelsaver, #featured-section .vehicle-specs {
    display: none;
  }
  #featured-section .slick-arrow {
    display: none !important;
  }
  #featured-section .disclaimer {
    display: none;
  }
  #featured-section .slick-dots {
    margin: 1rem auto 0;
    list-style: none;
    text-align: center;
    padding: 0;
    display: table !important;
    position: relative;
    z-index: 11;
  }
  #featured-section .slick-dots li {
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    color: rgba(255, 255, 255, 0);
    width: 10px;
    height: 10px;
    margin: 0 0.375rem;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #featured-section .slick-dots li.slick-active {
    background: #B61920;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  #video-section {
    background: #141414;
    padding: 3.5rem 0;
  }
  #video-section h2 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.58px;
    line-height: 46px;
    text-align: center;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #finance-section {
    background: url(../../Userfiles/Image/finance-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 4.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #finance-section .text {
    padding: 0 1rem;
    max-width: 720px;
    margin: auto;
  }
  #finance-section h2 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: -0.75px;
    line-height: 49px;
    margin-bottom: 1rem;
  }
  #finance-section p {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
  }
  #finance-section p a {
    color: #FFFFFF;
    text-decoration: underline;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #finance-section p a:hover {
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: underline;
  }
  #finance-section .home-btn {
    margin-top: 1.25rem;
  }
  #why-section {
    background: #F7F7F7;
    position: relative;
    padding-top: 350px;
  }
  #why-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
    background: url(../../Userfiles/Image/why-img.jpg) 0 50% no-repeat;
    background-size: cover;
  }
  #why-section .text {
    padding: 3.5rem 0;
  }
  #why-section h2 {
    color: #141414;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.58px;
    line-height: 39px;
    margin-bottom: 1.25rem;
  }
  #why-section li {
    position: relative;
    padding-left: 40px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 1.25rem;
  }
  #why-section li:before {
    content: "\e98a";
    font-family: "icons-custom";
    color: #B61920;
    font-size: 30px;
    position: absolute;
    top: -1px;
    left: 0;
    font-style: normal;
  }
  #why-section li a {
    color: #000;
  }
  #why-section li a:hover {
    color: #B61920;
    text-decoration: underline;
  }
  #why-section .home-btn {
    margin-top: 1rem;
    margin-right: 0.75rem;
  }
  #partner-section {
    background: #fff;
    padding: 4rem 0;
    text-align: center;
  }
  #partner-section img {
    margin: 0.5rem;
    display: inline-block;
  }
  #reviews-section {
    background: #09589B;
    padding: 4.5rem 0;
    position: relative;
  }
  #reviews-section .row {
    position: relative;
    z-index: 2;
  }
  #reviews-section h2 {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 38px;
    text-align: center;
  }
  #reviews-section p.coming-soon {
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 15px;
    letter-spacing: -0.32px;
    text-align: center;
    text-transform: uppercase;
  }
  #reviews-section .r-powered-by {
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: -0.34px;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
  }
  #reviews-section .r-powered-by img {
    max-width: 122px;
    max-height: 20px;
    margin-left: 0.25rem;
  }
  #reviews-section .slick-arrow {
    display: none !important;
  }
  #reviews-section .comment {
    margin-top: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
  }
  #reviews-section .namedate {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    letter-spacing: 0.32px;
    margin-top: 1rem;
    font-family: "Roboto", sans-serif;
  }
  #reviews-section .buyerscorethumb {
    position: relative;
  }
  #reviews-section .buyerscorethumb:before {
    font-size: 21px;
    position: relative;
    top: -2px;
    left: 4px;
  }
  #reviews-section .buyerscorethumb:after {
    content: "Yes";
    color: #009e15;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    position: absolute;
    left: 2rem;
    top: -6px;
  }
  #reviews-section .buyerscoretestimonial {
    padding: 1rem 1rem 2rem;
  }
  #reviews-section .buyerscoretestimonial .inner {
    background: #F7FAFC;
    padding: 2rem 1.5rem;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.32);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.32);
  }
  #reviews-section .buyerscoretestimonial .inner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 31px 0 0;
    border-color: #F7FAFC transparent transparent transparent;
    position: absolute;
    bottom: -31px;
    left: 3rem;
  }
  #reviews-section .home-btn {
    margin: 1rem auto 0;
    display: table;
  }
  .inner-list {
    margin-left: 1.25rem;
    margin-bottom: 1rem;
  }
  .inner-list li {
    list-style: disc;
    margin-bottom: 0.25rem;
  }
}
/* min-width 470px */
@media only screen and (min-width: 470px) {
  footer .copyright {
    text-align: center;
  }
  footer .copyright i {
    display: inline;
  }
}
/* min-width 640px, 40.063em medium screens */
@media only screen and (min-width: 640px) {
  header {
    padding: 1.5rem 0;
  }
  header .logo {
    padding: 0;
    float: left;
    width: 254px;
    margin-bottom: 0;
  }
  header .logo img {
    width: auto;
  }
  header .hdr-container {
    width: calc(100% - 254px);
    float: right;
  }
  header .hdr-container .info {
    float: right;
    text-align: left;
    margin-top: 0.375rem;
  }
  header .info-item {
    margin-bottom: 1rem;
  }
  header .info-item:last-child {
    margin-bottom: 0;
  }
  header .info-item i {
    display: inline-block;
    width: 36px;
    text-align: center;
  }
  header .info-item i.ci-email {
    font-size: 25px;
    margin-right: 0;
  }
  footer {
    text-align: left;
  }
  footer .ftr-section {
    width: 50%;
    float: left;
  }
  footer .contact-list {
    margin-left: 0;
  }
  footer .other .bs-badge {
    margin-left: 0;
  }
  .no-matching-results {
    font-size: 30px;
  }
  .slide-section .slide-bg {
    height: 450px;
  }
  .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4 {
    height: 450px;
  }
  .slide-section .text h3 {
    font-size: 36px;
  }
  .section1-wrapper {
    padding: 2rem 0 3.5rem;
  }
  .section1-wrapper .cta {
    margin-top: 1rem;
  }
  #featured-section {
    padding: 4.5rem 0;
  }
  #featured-section h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  #featured-section .vehicle {
    padding-bottom: 2rem;
  }
  #featured-section .vehicle:nth-child(3) {
    display: none;
  }
  #video-section {
    padding: 4rem 0;
  }
  #video-section h2 {
    font-size: 35px;
  }
  #video-section .video-container {
    max-width: 863px;
    margin: auto;
  }
  #finance-section {
    padding: 5.5rem 0;
  }
  #finance-section h2 {
    font-size: 45px;
    line-height: 59px;
  }
  #why-section {
    padding-top: 450px;
  }
  #why-section:before {
    height: 450px;
  }
  #why-section .text {
    padding: 5rem 0;
  }
  #why-section h2 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 1.5rem;
  }
  #why-section ul {
    width: 50%;
    float: left;
  }
  #why-section .home-btn {
    margin-top: 1.25rem;
  }
  #reviews-section {
    padding-top: 4rem;
  }
  #reviews-section h2 {
    font-size: 35px;
  }
  #reviews-section .buyerscore-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  #reviews-section .buyerscoretestimonial .inner {
    padding: 2rem;
    min-height: 235px;
  }
  #reviews-section .home-btn {
    margin-top: 1.5rem;
  }
  .blog-page-wrap h1 {
    font-size: 32px;
  }
  .blog-page-wrap h2 {
    font-size: 26px;
  }
  .blog-page-wrap h3 {
    font-size: 22px;
  }
  .blog-page-wrap .date {
    text-align: left;
    display: inline-block;
  }
  .blog-page-wrap .share-links {
    display: inline-block;
    float: right;
  }
  .blogindex-page-wrap .blogentry-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blogindex-page-wrap .blogentry-flex .entry {
    width: 48%;
  }
}
/* min-width 760px */
/* min-width 1024px, large screens */
@media only screen and (min-width: 64em) {
  .seo-intro h1 {
    font-size: 36px;
    margin-bottom: 2rem;
  }
  .promo-link {
    font-size: 23px;
    padding: 1rem 0;
    letter-spacing: 1px;
  }
  .blog-index-container {
    max-width: 1232px;
  }
  .blog-post .content {
    padding: 1rem;
  }
  .blog-post .post-image {
    overflow: hidden;
    position: relative;
  }
  .blog-post .post-image img {
    height: 250px;
  }
  .blog-post .post-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    pointer-events: none;
  }
  .blog-post .post-image:after {
    content: "VIEW PROMO";
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.31px;
    position: absolute;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    margin-top: 10rem;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
  }
  .blog-post .post-image:hover:before {
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .blog-post .post-image:hover:after {
    margin-top: 0;
    opacity: 1;
  }
  .blog-post .post-image img {
    -webkit-transition: all, 3s;
    -moz-transition: all, 3s;
    -o-transition: all, 3s;
    transition: all, 3s;
  }
  .blog-post .post-image img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
    transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
  }
  .blogindex-page-wrap .blogentry-flex .entry {
    width: 32%;
  }
  nav.navigation {
    width: 100%;
    height: 50px;
    background: #141414;
    margin-top: 0;
  }
  nav.navigation > ul:before {
    display: none;
  }
  nav.navigation ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0;
    height: 50px;
  }
  nav.navigation ul li:not(:first-child) {
    border-top: none;
  }
  nav.navigation ul li:first-child {
    padding-top: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  nav.navigation ul li.bottom {
    padding-bottom: 0;
  }
  nav.navigation ul li {
    float: left;
    background: none;
    border: none;
    line-height: 50px;
    margin: 0;
    padding: 0;
  }
  nav.navigation ul li a {
    color: #C8C8C8;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 50px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.26px;
    padding: 0 1.75rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
  }
  nav.navigation ul li a:before {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 3px;
    left: 0.5rem;
    right: 0.5rem;
    background: #D8AD1C;
    opacity: 0;
  }
  nav.navigation ul li a.active, nav.navigation ul li a:hover, nav.navigation ul li a:hover .sub-arrow {
    color: #D8AD1C;
  }
  nav.navigation ul li a.active:before {
    opacity: 1;
  }
  nav.navigation ul li.has-submenu {
    position: relative;
  }
  nav.navigation ul li.has-submenu a .sub-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #C8C8C8 transparent transparent transparent;
    opacity: 0.9;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 4px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  nav.navigation ul li.has-submenu a:hover .sub-arrow {
    border-color: #D8AD1C transparent transparent transparent;
  }
  nav.navigation ul li.has-submenu ul {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding: 0.5rem 0;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    background: #141414;
    text-align: left;
    z-index: 500;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    border-bottom: 3px solid #D8AD1C;
  }
  nav.navigation ul li.has-submenu ul li {
    float: none;
    white-space: nowrap;
    padding: 0;
    background: none;
    border-top: none !important;
  }
  nav.navigation ul li.has-submenu ul li a {
    font-weight: bold;
    color: #C8C8C8 !important;
    opacity: 0.87;
    display: block;
    border: none !important;
    line-height: 1;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
    height: auto;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    position: relative;
    font-size: 13px;
  }
  nav.navigation ul li.has-submenu ul li a:after {
    content: "\e935";
    font-family: "icons-custom";
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    margin-left: -0.25rem;
    position: absolute;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: middle;
  }
  nav.navigation ul li.has-submenu ul li a:hover {
    opacity: 1;
    color: #D8AD1C !important;
  }
  nav.navigation ul li.has-submenu ul li a:hover:after {
    color: #D8AD1C;
    margin-left: 1.425rem;
  }
  nav.navigation ul li.has-submenu:hover ul {
    display: table;
  }
  nav.navigation ul li.has-submenu:hover a {
    background: #141414;
    color: #D8AD1C;
  }
  nav.navigation ul li.has-submenu:hover > ul.submenu {
    background: #141414;
    color: #D8AD1C;
  }
  nav.navigation ul li.has-submenu:hover > ul.submenu a {
    color: none;
  }
  nav.navigation ul li.nav-fav, nav.navigation ul .nav-search {
    float: right;
  }
  nav.navigation ul li.nav-fav a, nav.navigation ul .nav-search a {
    background: none;
    padding: 0 0.5rem;
    font-weight: 400;
    line-height: 50px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    color: #D8AD1C;
  }
  nav.navigation ul li.nav-fav a:hover, nav.navigation ul .nav-search a:hover {
    background: none;
    opacity: 0.7;
  }
  nav.navigation ul li.nav-fav a i, nav.navigation ul .nav-search a i {
    font-size: 22px;
    vertical-align: middle;
  }
  nav.navigation ul li.nav-fav .amount {
    padding-left: 0.25rem;
    font-size: 16px;
  }
  nav.navigation ul li.nav-search {
    padding-right: 0.75rem;
  }
  nav.navigation ul li.nav-search .small {
    margin-left: 0.125rem;
    display: none;
  }
  header {
    padding: 1.425rem 0;
    border-bottom: 0;
  }
  header .hdr-container {
    max-width: 800px;
    padding-left: 1rem;
    max-width: 752px;
  }
  header .other {
    float: left;
    width: calc(100% - 300px);
    margin-top: 0.5rem;
  }
  header .other .mtf-badge {
    float: left;
    margin-top: 1.5rem;
  }
  header .other .bs-badge {
    float: right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  header .info-item {
    margin-bottom: 0.75rem;
  }
  footer {
    padding-top: 4rem;
  }
  footer .google_map {
    background: rgba(255, 255, 255, 0.3);
    display: block;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  footer .ftr-section {
    width: 33.333%;
    float: left;
  }
  footer h6 {
    margin-top: 0.5rem;
  }
  .slide-section .slide-bg {
    height: 550px;
  }
  .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4 {
    height: 550px;
  }
  .slide-section .text {
    padding-bottom: 4.5rem;
  }
  .slide-section .text h3 {
    font-size: 53px;
  }
  .slide-section .slick-dots {
    margin-top: -3.5rem;
  }
  .no-matching-results {
    font-size: 40px;
  }
  .section1-wrapper {
    padding: 4.75rem 0;
    background: #F0F0F0;
  }
  .section1-wrapper .row {
    max-width: 900px;
  }
  .section1-wrapper .category-slider {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .section1-wrapper h2 {
    font-family: "Roboto", sans-serif;
    color: #141414;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -0.58px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .section1-wrapper .swiper-slide-2018 {
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .section1-wrapper .swiper-slide-2018 img {
    max-width: 160px;
  }
  .section1-wrapper .cta {
    margin-top: 0;
  }
  .section1-wrapper .home-btn {
    margin: 0 0.75rem;
  }
  #featured-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #featured-section .vehicle {
    padding-bottom: 2rem;
  }
  #featured-section .vehicle:nth-child(3) {
    display: block;
  }
  #featured-section .vehicle .vehicle-inner {
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  #featured-section .vehicle .vehicle-inner:hover {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #featured-section .cell-photo img {
    -webkit-transition: all, 3s;
    -moz-transition: all, 3s;
    -o-transition: all, 3s;
    transition: all, 3s;
  }
  #featured-section a:hover .cell-photo {
    overflow: hidden;
  }
  #featured-section a:hover .cell-photo .vehicle-media {
    z-index: 5;
  }
  #featured-section a:hover .cell-photo img {
    -webkit-transition: all, 3s;
    -moz-transition: all, 3s;
    -o-transition: all, 3s;
    transition: all, 3s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
    transition-timing-function: cubic-bezier(0, 0.88, 0.44, 1);
  }
  #video-section {
    padding: 5rem 0;
  }
  #video-section h2 {
    margin-bottom: 1.5rem;
  }
  #finance-section {
    padding: 6.875rem 0;
  }
  #why-section {
    padding-top: 0;
  }
  #why-section:before {
    height: auto;
    bottom: 0;
    left: 60%;
  }
  #why-section li {
    max-width: 290px;
  }
  #why-section ul:last-child {
    clear: both;
  }
  #why-section .text {
    width: 60%;
    padding-right: 2rem;
    float: left;
  }
  #partner-section {
    padding: 4rem 0;
  }
  #partner-section .partners {
    display: flex;
    justify-content: space-between;
  }
  #partner-section img {
    display: inline-block;
  }
  #reviews-section {
    padding: 6rem 0;
    overflow: hidden;
  }
  #reviews-section:before {
    content: "";
    height: 1164px;
    width: 1164px;
    opacity: 0.09;
    background: linear-gradient(233.49deg, rgba(0, 0, 0, 0) 0%, #000000 99.92%);
    position: absolute;
    bottom: -3rem;
    left: 50%;
    margin-left: -350px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  #reviews-section:after {
    content: "";
    height: 873px;
    width: 872px;
    opacity: 0.07;
    background: linear-gradient(53.59deg, #000000 0%, rgba(0, 0, 0, 0) 99.92%);
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: 180px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
  }
  #reviews-section .buyerscoretestimonial .inner {
    min-height: 241px;
  }
}
/* min-width 1280px */
@media only screen and (min-width: 1280px) {
  nav.navigation ul li a {
    padding: 0 2.25rem;
  }
  nav.navigation ul li a:before {
    left: 1rem;
    right: 1rem;
  }
  nav.navigation ul li.has-submenu ul {
    left: 10px;
  }
  header .hdr-container {
    max-width: 772px;
  }
  header .other {
    width: calc(100% - 320px);
  }
  footer .contact-section {
    width: 275px;
  }
  footer .hours-section {
    width: calc(100% - 847px);
  }
  footer .location-section {
    width: 572px;
    float: right;
  }
  #why-section:before {
    left: 55%;
  }
  #why-section .text {
    width: 55%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  #reviews-section .slick-arrow {
    display: block !important;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -60px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #reviews-section .slick-arrow:before {
    content: "";
    position: relative;
    font-family: "icons-custom";
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: 10;
    line-height: 100px;
    text-align: center;
    display: inline-block;
  }
  #reviews-section .slick-arrow:hover:before {
    color: #fff;
  }
  #reviews-section .slick-disabled {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #reviews-section .slick-prev {
    left: -2.25rem;
  }
  #reviews-section .slick-prev:before {
    content: "\e956";
  }
  #reviews-section .slick-next {
    right: -2.25rem;
    text-align: right;
  }
  #reviews-section .slick-next:before {
    content: "\e957";
    float: right;
  }
}
/* min-width 1921px, xxlarge screens */
