@keyframes arrow {
  0% {
    top: 0; }
  10% {
    top: -8px; }
  20% {
    top: 0; }
  30% {
    top: -8px; }
  40% {
    top: 0; }
  100% {
    top: 0; } }

@font-face {
  font-family: Market Fresh;
  src: url("/userfiles/fonts/Market-Fresh.woff") format("woff"); }

@font-face {
  font-family: Market Fresh All Caps;
  src: url("/userfiles/fonts/Market-Fresh-Bold-ALL-CAPS.woff") format("woff"); }

@font-face {
  font-family: Milocha;
  src: url("/userfiles/fonts/milocha.woff") format("woff"); }

/* default styles (all screens) */
@media only screen {
  .hours-modal {
    padding: 2rem;
    font-family: "Market Fresh", sans-serif;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    background: #F37521;
    border: #F37521; }
    .hours-modal h4 {
      font-weight: 800;
      color: #fff;
      margin-bottom: 0; }
    .hours-modal .close-button {
      font-size: 15px;
      top: 1.25rem;
      color: #fff; }
    .hours-modal .ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
      margin: 1.5rem auto; }
    .hours-modal .sp-text {
      color: #fff;
      margin-bottom: 0;
      font-family: "Market Fresh All Caps", sans-serif;
      font-size: 14px; }
  .is-reveal-open .hours-modal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .temp-message {
    background: #F37521;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: "Market Fresh All Caps", sans-serif; }
    .temp-message p {
      margin-bottom: 0; }
  .market-fresh {
    font-family: "Market Fresh", sans-serif; }
  .market-fresh-all-caps {
    font-family: "Market Fresh All Caps", sans-serif; }
  .milocha {
    font-family: "Milocha", sans-serif; }
  .column, .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .row .row {
    margin-left: -1rem;
    margin-right: -1rem; }
  .inner-list {
    margin-left: 1.25rem;
    margin-bottom: 1.5rem; }
    .inner-list li {
      list-style: disc; }
  .top-bar-title .menu-title {
    font-family: "Milocha", sans-serif;
    font-weight: 400;
    letter-spacing: 1px; }
  .show-for-x-large {
    display: none !important; }
  .row {
    max-width: 1200px; }
  a {
    color: #F37521;
    -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: #f9f9f9;
    text-align: center; }
    .section1-wrapper .title {
      letter-spacing: 0.5px; }
  .no-matching-results {
    font-size: 20px;
    font-weight: 900;
    font-family: "Market Fresh All Caps", sans-serif;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 2rem 0; }
  .home-btn {
    font-size: 18px;
    font-family: "Market Fresh", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(0, 3, 2, 0.7);
    border: 2px solid rgba(0, 3, 2, 0.7);
    display: inline-block;
    text-align: center;
    line-height: 51px;
    padding: 0 1.875rem;
    letter-spacing: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .home-btn:hover, .home-btn:focus, .home-btn:active {
      background: #F37521;
      border-color: #F37521;
      color: #fff;
      -webkit-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
      -moz-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
      box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5); }
    .home-btn.light-btn {
      border-color: rgba(255, 255, 255, 0.7);
      color: rgba(255, 255, 255, 0.7); }
      .home-btn.light-btn:hover, .home-btn.light-btn:focus, .home-btn.light-btn:active {
        background: #F37521;
        border-color: #F37521;
        color: #fff;
        -webkit-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        -moz-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5); }
    .home-btn.white-btn {
      background: #fff;
      border-color: #fff;
      color: #F37521;
      font-weight: bold; }
      .home-btn.white-btn:hover, .home-btn.white-btn:focus, .home-btn.white-btn:active {
        background: #f2f2f2;
        border-color: #f2f2f2;
        color: #F37521;
        -webkit-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        -moz-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5); }
    .home-btn.orange-btn {
      background: #F37521;
      border-color: #F37521;
      color: #fff;
      font-weight: bold; }
      .home-btn.orange-btn:hover, .home-btn.orange-btn:focus, .home-btn.orange-btn:active {
        background: #f48439;
        border-color: #f48439;
        color: #fff;
        -webkit-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        -moz-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5); }
  header {
    background: #000302;
    padding: 2rem 0; }
    header .logo {
      max-width: 180px;
      margin: 0 auto; }
  footer {
    position: relative;
    padding-top: 10.5rem;
    padding-bottom: 0;
    background: url(../../Userfiles/Image/footer-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    border-top: 6px solid #F37521; }
    footer .flex-container {
      display: flex;
      flex-direction: column;
      gap: 3rem; }
    footer .content {
      color: rgba(255, 255, 255, 0.78);
      display: block;
      font-size: 16px;
      font-family: "Milocha", sans-serif;
      font-weight: 400;
      line-height: 34px; }
      footer .content a {
        color: rgba(255, 255, 255, 0.78);
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s; }
        footer .content a:hover {
          color: #F37521; }
    footer h6 {
      font-family: "Milocha", sans-serif;
      color: #F5F9FB;
      font-size: 21px;
      margin-bottom: 1.5rem;
      letter-spacing: 0; }
      footer h6 i {
        color: #F37521;
        font-size: 24px;
        margin-right: 14px;
        vertical-align: middle;
        position: relative;
        top: -2px; }
    footer .social {
      margin-top: 1rem; }
      footer .social a {
        color: #fff;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        font-size: 24px; }
        footer .social a:hover {
          color: #F37521; }
    footer .contact-item {
      margin-bottom: 1rem; }
    footer .copyright {
      margin-top: 4.5rem;
      padding: 1.5rem 0 2rem;
      font-size: 12px;
      letter-spacing: 0.02063rem;
      text-transform: uppercase;
      color: #F2F2F2; }
      footer .copyright span {
        font-size: 1rem;
        vertical-align: sub;
        margin: 0 .5rem 0 4px; }
      footer .copyright i {
        display: block;
        height: 0;
        overflow: hidden; }
      footer .copyright a {
        color: white; }
        footer .copyright a:hover {
          color: rgba(255, 255, 255, 0.7);
          -webkit-transition: all, 0.3s;
          -moz-transition: all, 0.3s;
          -o-transition: all, 0.3s;
          transition: all, 0.3s; }
    footer .hourday {
      background: transparent;
      display: block;
      font-family: "Milocha", sans-serif;
      line-height: 34px;
      max-width: 280px;
      margin: auto;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.78); }
      footer .hourday .day {
        float: left;
        text-align: left; }
      footer .hourday .time {
        float: right;
        text-align: right; }
      footer .hourday:after {
        content: "";
        clear: both;
        display: block; }
    footer .hourday.active {
      background: transparent;
      color: #F37521; }
      footer .hourday.active span {
        background: transparent; }
    footer .google_map {
      background: rgba(255, 255, 255, 0.3);
      display: block;
      height: 232px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden; }
  .slide-section {
    position: relative;
    background: black;
    overflow: hidden; }
    .slide-section .ctas {
      display: flex;
      gap: 1rem;
      flex-flow: wrap;
      justify-content: center; }
    .slide-section .home-btn {
      background: rgba(255, 255, 255, 0.5); }
      .slide-section .home-btn:hover, .slide-section .home-btn:focus, .slide-section .home-btn:active {
        background: #F37521; }
    .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; }
      .slide-section .slide-bg .slide1 {
        background: url(../../Userfiles/Image/banners/banner.jpg) 80% 50% no-repeat;
        background-size: cover;
        padding-top: 2rem; }
      .slide-section .slide-bg .slide2 {
        background: url(../../Userfiles/Image/banner-1.jpg) 50% 50% no-repeat; }
      .slide-section .slide-bg .slide3 {
        background: url(../../Userfiles/Image/banner-2.jpg) 50% 50% no-repeat; }
      .slide-section .slide-bg .slide4 {
        background: url(../../Userfiles/Image/banner-3.jpg) 50% 50% no-repeat; }
  #video-section {
    padding-bottom: 56.25%;
    position: relative; }
  .vid-container {
    background: #000;
    position: relative;
    z-index: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .vid-container svg {
      position: relative;
      z-index: -1; }
    .vid-container #muteControl {
      position: absolute;
      z-index: 9999;
      top: 3.5rem;
      left: 1rem; }
      .vid-container #muteControl a {
        display: block;
        font-size: 20px;
        color: #fff;
        position: relative; }
        .vid-container #muteControl a:before, .vid-container #muteControl a:after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          transition: all 0.2s; }
        .vid-container #muteControl a:before {
          opacity: 1;
          background: url(../../Userfiles/Image/speaker.svg) top left/cover; }
        .vid-container #muteControl a:after {
          opacity: 0;
          background: url(../../Userfiles/Image/mute.svg) top left/cover; }
        .vid-container #muteControl a.muted:before {
          opacity: 0; }
        .vid-container #muteControl a.muted:after {
          opacity: 1; }
    .vid-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .featured-vehicles {
    background: #000302;
    padding: 3.5rem 0;
    text-align: center; }
    .featured-vehicles .clean-car-reebate-fee span {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .featured-vehicles .clean-car-reebate-fee .sp-hover-close {
      float: right; }
    .featured-vehicles .vehicle-inner {
      position: relative; }
      .featured-vehicles .vehicle-inner .clean-car-reebate-fee {
        display: flex;
        text-align: left;
        margin-top: 0.25rem;
        position: static; }
        .featured-vehicles .vehicle-inner .clean-car-reebate-fee img {
          width: auto; }
      .featured-vehicles .vehicle-inner .clean-car-reebate-fee-details {
        max-width: none;
        margin-left: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%; }
        .featured-vehicles .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-vehicles .vehicle-inner .clean-car-reebate-fee-details a {
          text-align: right;
          width: 100%; }
    .featured-vehicles h2 {
      font-family: "Milocha", sans-serif;
      color: #fff;
      font-size: 30px;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 1rem; }
      .featured-vehicles h2 i {
        color: #F37521;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 1rem;
        font-size: 37px; }
    .featured-vehicles .featured-vehicles {
      clear: both;
      position: relative;
      z-index: 10; }
    .featured-vehicles .vehicle {
      padding-top: 1.25rem; }
    .featured-vehicles .inner {
      position: relative;
      z-index: 5; }
    .featured-vehicles .cell-photo {
      border: none;
      -webkit-box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden; }
    .featured-vehicles h6 {
      font-family: "Milocha", sans-serif;
      color: #fff;
      font-size: 17px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 25px;
      padding-bottom: 0.5rem !important;
      padding-top: 0.5rem !important;
      margin-bottom: 0;
      text-align: left; }
    .featured-vehicles .price-wrapper, .featured-vehicles .price-wrapper .special .amount {
      font-family: "Milocha", sans-serif;
      font-size: 30px;
      color: #F37521;
      letter-spacing: 0; }
    .featured-vehicles .vehicle-info {
      font-size: 20px;
      line-height: 1.2;
      padding-bottom: 1rem;
      text-align: left;
      padding-top: 1rem; }
      .featured-vehicles .vehicle-info .price-wrapper {
        font-family: "Milocha", sans-serif;
        font-size: 30px;
        line-height: 1.2;
        padding-bottom: 0.5rem;
        color: #F37521; }
        .featured-vehicles .vehicle-info .price-wrapper .special {
          color: #F37521; }
          .featured-vehicles .vehicle-info .price-wrapper .special .amount {
            color: #F37521;
            font-size: 30px; }
    .featured-vehicles .finance-custom, .featured-vehicles .fuelsaver, .featured-vehicles .disclaimer {
      display: none; }
    .featured-vehicles .vehicle-specs {
      color: #FFFFFF;
      font-family: "Market Fresh", sans-serif;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 20px;
      padding-top: 0.5rem; }
    .featured-vehicles .finance-small-print .sp-per-week {
      color: #FFFFFF;
      font-family: "Market Fresh", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px; }
    .featured-vehicles .sp-total, .featured-vehicles .sp-hover-link, .featured-vehicles .sp-hover {
      display: none; }
    .featured-vehicles .slick-arrow {
      display: none !important; }
    .featured-vehicles .slick-dots {
      margin: 0 auto 0;
      list-style: none;
      text-align: center;
      padding: 2rem 0;
      display: table !important;
      position: relative;
      z-index: 11; }
      .featured-vehicles .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; }
        .featured-vehicles .slick-dots li.slick-active {
          background: #F37521;
          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); }
  .scrolling-container {
    background: #F37521;
    overflow: hidden;
    padding: 1rem 0; }
  #trends {
    *z-index: 1;
    _z-index: 1;
    position: relative;
    zoom: 1;
    height: 70px;
    /*        .fade {
            @include background-image(linear-gradient(90deg, #fff 0, #fff 30%, rgba(27,27,27,0) 100%));
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 60px;
            height: 40px;
            padding: 0;
            zoom: 1;
            _visibility: hidden;
            z-index: 30;
            pointer-events: none;
        }

        .fade-right {
            @include background-image(linear-gradient(90deg, rgba(27,27,27,0) 0,#F5C024 30%, #F5C024 100%));
            left: auto;
            right: 0;
        }*/ }
    #trends .inner {
      width: 100%;
      overflow: hidden;
      zoom: 1;
      position: relative;
      display: inline; }
    #trends ul {
      line-height: 70px;
      background: #F37521;
      margin: 0;
      padding: 0;
      list-style: none;
      white-space: nowrap;
      zoom: 1;
      position: relative;
      z-index: 2; }
    #trends li {
      margin: 0;
      padding: 0;
      display: inline;
      zoom: 1;
      font-size: 18px;
      color: #fff;
      font-family: "Market Fresh All Caps", sans-serif;
      letter-spacing: 1.35px;
      text-transform: uppercase; }
  #reviews-section {
    background: #F0F0F0;
    padding: 4.5rem 0 11rem;
    position: relative; }
    #reviews-section .row {
      position: relative;
      z-index: 2; }
    #reviews-section h2 {
      font-family: "Milocha", sans-serif;
      color: #000302;
      font-size: 30px;
      letter-spacing: 0;
      line-height: 52px;
      text-align: center; }
    #reviews-section p.coming-soon {
      font-family: "Roboto", sans-serif;
      color: white;
      font-size: 15px;
      letter-spacing: -0.32px;
      text-align: center;
      text-transform: uppercase; }
    #reviews-section .r-powered-by {
      font-family: "Market Fresh", sans-serif;
      text-transform: uppercase;
      color: rgba(146, 146, 146, 0.72);
      font-size: 14px;
      letter-spacing: 0.65px;
      text-align: center;
      display: block;
      margin-bottom: 1rem; }
      #reviews-section .r-powered-by img {
        max-width: 163px;
        max-height: 27px;
        margin-left: 0.25rem; }
    #reviews-section .slick-arrow {
      display: none !important; }
    #reviews-section .comment {
      margin-top: 1rem;
      font-family: "Milocha", sans-serif;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 21px; }
    #reviews-section .namedate {
      color: rgba(146, 146, 146, 0.99);
      font-size: 14px;
      letter-spacing: 0.3px;
      margin-top: 1rem;
      font-family: "Milocha", 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: #fff;
        padding: 2rem 1.5rem;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1)); }
        #reviews-section .buyerscoretestimonial .inner:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 31px 31px 0 0;
          border-color: #ffff transparent transparent transparent;
          position: absolute;
          bottom: -31px;
          left: 3rem; }
    #reviews-section .home-btn {
      margin: 1rem auto 0;
      display: table; }
  .bodystyle-search {
    background: #fff;
    padding: 3.5rem 0;
    text-align: center; }
    .bodystyle-search img {
      width: 200px; }
    .bodystyle-search h2 {
      font-family: "Milocha", sans-serif;
      color: #000302;
      font-size: 30px;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 1rem; }
    .bodystyle-search h6 {
      font-family: "Market Fresh", sans-serif;
      color: rgba(23, 27, 50, 0.47);
      font-size: 15px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 1rem;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
    .bodystyle-search .item {
      padding: 0 1rem; }
    .bodystyle-search a h6, .bodystyle-search a img {
      position: relative;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
    .bodystyle-search a img {
      top: 0; }
    .bodystyle-search a:hover h6 {
      color: #F37521;
      font-family: "Market Fresh All Caps", sans-serif; }
    .bodystyle-search a:hover img {
      top: -4px; }
    .bodystyle-search .home-btn {
      margin-top: 2rem; }
  #search-horizontal {
    padding-top: 0;
    padding-bottom: 4.5rem;
    background: #fff; }
    #search-horizontal h2 {
      font-family: "Milocha", sans-serif;
      color: #000302;
      font-size: 30px;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 1rem;
      line-height: 42px;
      text-align: center;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      #search-horizontal h2:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        cursor: pointer; }
      #search-horizontal h2 span {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #000302 transparent transparent transparent;
        position: absolute;
        margin: 18px 6px 0;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s; }
      #search-horizontal h2.active span {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #search-horizontal .search-panel input, #search-horizontal .search-panel select {
      font-size: 17px;
      letter-spacing: 0;
      margin-bottom: 0;
      margin-top: 0; }
      #search-horizontal .search-panel input:focus, #search-horizontal .search-panel select:focus {
        border-color: #F37521; }
    #search-horizontal .search-panel .search-input-wrapper {
      margin-bottom: 20px; }
      #search-horizontal .search-panel .search-input-wrapper input {
        background: #fff;
        height: 54px;
        line-height: 54px; }
      #search-horizontal .search-panel .search-input-wrapper a {
        display: none; }
    #search-horizontal .search-panel .custom-dropdown-area {
      background: #fff;
      height: 54px;
      line-height: 54px;
      margin-bottom: 20px; }
      #search-horizontal .search-panel .custom-dropdown-area:hover {
        border-color: #F37521; }
      #search-horizontal .search-panel .custom-dropdown-area a {
        background: none;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 54px; }
      #search-horizontal .search-panel .custom-dropdown-area ul {
        top: 53px;
        padding-bottom: 0.75rem; }
    #search-horizontal .search-panel .zselect {
      background: none;
      font-size: 17px;
      letter-spacing: 0;
      margin-bottom: 20px; }
      #search-horizontal .search-panel .zselect > span {
        line-height: 53px; }
      #search-horizontal .search-panel .zselect span {
        font-size: 15px; }
      #search-horizontal .search-panel .zselect ul {
        background-color: #fff;
        top: 53px;
        padding-bottom: 0.75rem; }
        #search-horizontal .search-panel .zselect ul li span {
          padding-top: 0;
          display: block !important;
          padding-left: 0.5rem; }
    #search-horizontal .search-panel .zselect, #search-horizontal .search-panel .custom-dropdown-button {
      background: #fff;
      height: 54px;
      line-height: 54px; }
    #search-horizontal .search-panel .home-search-btn {
      max-width: 280px; }
    #search-horizontal .search-panel .home-btn {
      line-height: 51px;
      font-size: 18px;
      letter-spacing: 2px;
      font-family: "Market Fresh", sans-serif;
      font-weight: 400;
      color: #fff;
      background: #F37521;
      border-color: #F37521; }
      #search-horizontal .search-panel .home-btn i {
        margin-right: 0.5rem;
        vertical-align: middle;
        font-size: 16px;
        position: relative;
        top: -2px; }
      #search-horizontal .search-panel .home-btn:hover, #search-horizontal .search-panel .home-btn:focus, #search-horizontal .search-panel .home-btn:active {
        background: #f48439;
        border-color: #f48439;
        color: #fff;
        -webkit-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        -moz-box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5);
        box-shadow: 0 2px 12px rgba(243, 117, 33, 0.5); }
    #search-horizontal .search-panel .btn-reset {
      margin-top: 10px;
      text-align: center;
      font-size: 12px;
      font-family: "Lato", sans-serif;
      color: #494949; }
  #scrolling-section {
    text-align: center;
    position: relative;
    background: #000; }
    #scrolling-section .trust-slider {
      position: relative; }
    #scrolling-section .scrolling-item {
      position: relative;
      background: url(../../Userfiles/Image/scrolling-slider/1.jpg) 50% 50% no-repeat;
      background-size: cover;
      border: 3px solid #fff;
      border-left: none; }
      #scrolling-section .scrolling-item img {
        height: 160px; }
  #finance-section {
    background: #000302;
    padding: 3.5rem 0;
    position: relative; }
    #finance-section:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      background: url(../../Userfiles/Image/finance-img.jpg) 80% 50% no-repeat;
      background-size: cover;
      width: 546px;
      height: 310px; }
    #finance-section .row {
      position: relative;
      z-index: 2; }
    #finance-section h2 {
      color: #fff;
      font-family: "Milocha", sans-serif;
      font-size: 30px;
      line-height: 52px;
      text-align: center;
      margin-bottom: 1rem; }
    #finance-section p {
      color: #fff;
      font-family: "Milocha", sans-serif;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 23px;
      text-align: center; }
    #finance-section .what-can {
      padding-top: 8px; }
      #finance-section .what-can .arrow-right {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent #3E2C22;
        position: absolute;
        top: 22px;
        right: 16px; }
      #finance-section .what-can a {
        background: #F37521;
        line-height: 52px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        padding: 0 2.25rem 0 1.25rem;
        color: #3E2C22;
        font-family: "Market Fresh", sans-serif;
        font-size: 15px;
        width: auto;
        display: inline-block;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        position: relative; }
        #finance-section .what-can a:hover {
          background: #f69351; }
    #finance-section .fin-provider {
      margin-top: 1.5rem; }
    #finance-section .text {
      width: 100%;
      max-width: 502px;
      margin: auto;
      padding-bottom: 3.5rem; }
      #finance-section .text h2, #finance-section .text p, #finance-section .text .home-btn, #finance-section .text .fin-provider {
        position: relative;
        top: 1rem;
        opacity: 0;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s; }
      #finance-section .text.text-reveal h2, #finance-section .text.text-reveal p, #finance-section .text.text-reveal .home-btn, #finance-section .text.text-reveal .fin-provider {
        opacity: 1;
        top: 0; }
      #finance-section .text.text-reveal p {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      #finance-section .text.text-reveal .home-btn {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      #finance-section .text.text-reveal .fin-provider {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
    #finance-section .home-btn {
      margin: 2rem auto 0;
      display: table; }
    #finance-section .home-fin-calc {
      min-height: 456px;
      background: #292929;
      -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);
      width: 100%;
      max-width: 586px;
      margin: auto;
      padding: 2rem 1.25rem 1rem;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      #finance-section .home-fin-calc .pay-term-select {
        width: 100%;
        position: relative; }
      #finance-section .home-fin-calc .what-can {
        width: 182px;
        float: right;
        padding-right: 0;
        padding-top: 5px; }
      #finance-section .home-fin-calc .home-calc-disclaimer {
        padding: 1.5rem 0.5rem 0;
        display: inline-block;
        margin-bottom: 0; }
        #finance-section .home-fin-calc .home-calc-disclaimer p {
          font-family: "Market Fresh", sans-serif;
          font-weight: 400;
          color: #fff;
          font-size: 12px;
          letter-spacing: 0;
          line-height: 14px;
          text-align: left;
          margin-bottom: 0; }
      #finance-section .home-fin-calc label {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.6px;
        font-family: "Milocha", sans-serif;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
        display: block;
        line-height: 1; }
      #finance-section .home-fin-calc .calc-input {
        display: table; }
        #finance-section .home-fin-calc .calc-input .input-wrapper {
          position: relative; }
          #finance-section .home-fin-calc .calc-input .input-wrapper input {
            font-family: "Milocha", sans-serif;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 0;
            padding-left: 1.5rem;
            margin-bottom: 1.5rem;
            height: 52px;
            line-height: 52px;
            border: 2px solid #000302;
            background: #000302;
            color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px; }
          #finance-section .home-fin-calc .calc-input .input-wrapper input + span:before {
            content: "$";
            font-family: "Milocha", sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            letter-spacing: 0;
            position: absolute;
            top: 0;
            left: 0.875rem;
            line-height: 52px;
            height: 52px; }
          #finance-section .home-fin-calc .calc-input .input-wrapper input:focus, #finance-section .home-fin-calc .calc-input .input-wrapper input:active {
            background: #000302;
            color: #fff;
            font-weight: 400;
            border-color: #F37521;
            -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
            #finance-section .home-fin-calc .calc-input .input-wrapper input:focus + span:before, #finance-section .home-fin-calc .calc-input .input-wrapper input:active + span:before {
              color: #fff; }
      #finance-section .home-fin-calc .pay-term-amount {
        font-family: "Market Fresh", sans-serif;
        font-size: 38px;
        color: #fff;
        letter-spacing: 0;
        line-height: 52px;
        padding-left: 0.625rem; }
        #finance-section .home-fin-calc .pay-term-amount sup {
          color: #fff;
          font-size: 16px;
          font-weight: 400;
          top: -15px;
          left: 2px; }
        #finance-section .home-fin-calc .pay-term-amount.hidden {
          display: none; }
      #finance-section .home-fin-calc .pay-term-select .custom-dropdown-button {
        border: 2px solid #000302;
        font-family: "Milocha", sans-serif;
        font-weight: 400;
        color: #fff;
        background: #000302;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        letter-spacing: 0;
        font-size: 15px;
        padding: 0 7px 0 0.75rem !important;
        height: 52px;
        line-height: 52px;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s; }
        #finance-section .home-fin-calc .pay-term-select .custom-dropdown-button:after {
          position: absolute;
          font-family: icons-custom;
          content: "";
          right: 10px;
          background: none;
          top: calc(50% - 2px);
          color: #fff;
          z-index: 1;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 5px 0 5px;
          border-color: #9C9C9C transparent transparent;
          opacity: 0.5; }
        #finance-section .home-fin-calc .pay-term-select .custom-dropdown-button:hover {
          color: #fff;
          -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          border-color: #F37521; }
          #finance-section .home-fin-calc .pay-term-select .custom-dropdown-button:hover:after {
            border-color: #fff transparent transparent; }
        #finance-section .home-fin-calc .pay-term-select .custom-dropdown-button a {
          color: #fff; }
      #finance-section .home-fin-calc .pay-term-select .custom-dropdown-area ul {
        z-index: 20;
        border-color: #000302;
        background: #000302;
        top: 52px; }
      #finance-section .home-fin-calc .pay-term-select .custom-dropdown-area li {
        line-height: 42px; }
      #finance-section .home-fin-calc .pay-term-select .custom-dropdown-area li a {
        color: #fff;
        font-family: "Milocha", sans-serif; }
      #finance-section .home-fin-calc .pay-term-select .custom-dropdown-area li:not(.optgroup):hover {
        background: rgba(255, 255, 255, 0.1); }
      #finance-section .home-fin-calc .term-select {
        padding-bottom: 1.5rem;
        margin-bottom: 3rem; }
      #finance-section .home-fin-calc .noUi-marker {
        display: none; }
      #finance-section .home-fin-calc .noUi-value-sub, #finance-section .home-fin-calc .noUi-value {
        font-family: "Milocha", sans-serif;
        font-size: 14px;
        letter-spacing: 0.6px;
        color: #fff;
        padding-left: 9px; }
      #finance-section .home-fin-calc .sliderTerm {
        width: 100%;
        max-width: calc(100% - 4rem);
        margin: auto;
        background: #000302;
        border: none;
        height: 8px;
        box-shadow: none;
        position: relative;
        margin-top: 1rem; }
        #finance-section .home-fin-calc .sliderTerm:before {
          content: '';
          position: absolute;
          top: 0;
          left: -2rem;
          right: calc(100% - 1rem);
          height: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          background: #000302; }
        #finance-section .home-fin-calc .sliderTerm:after {
          content: '';
          position: absolute;
          top: 0;
          right: -2rem;
          left: calc(100% - 1rem);
          height: 8px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          -o-border-radius: 8px;
          border-radius: 8px;
          background: #000302; }
      #finance-section .home-fin-calc .noUi-origin {
        -webkit-transition: -webkit-transform 0.1s;
        -moz-transition: -moz-transform 0.1s;
        -o-transition: -o-transform 0.1s;
        transition: transform 0.1s; }
      #finance-section .home-fin-calc .noUi-horizontal .noUi-handle {
        width: 24px;
        height: 24px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        border: none;
        box-shadow: none;
        cursor: pointer;
        background: #F37521; }
        #finance-section .home-fin-calc .noUi-horizontal .noUi-handle:before, #finance-section .home-fin-calc .noUi-horizontal .noUi-handle:after {
          display: none; }
        #finance-section .home-fin-calc .noUi-horizontal .noUi-handle .noUi-touch-area {
          position: relative; }
          #finance-section .home-fin-calc .noUi-horizontal .noUi-handle .noUi-touch-area:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #F37521;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            opacity: 0.2; }
        #finance-section .home-fin-calc .noUi-horizontal .noUi-handle:hover .noUi-touch-area:before {
          top: -10px;
          right: -10px;
          left: -10px;
          bottom: -10px; }
  #sold-vehicles .vehicle-specs, #sold-vehicles .finance-small-print, #sold-vehicles .clean-car-reebate-fee, #sold-vehicles .price {
    display: none; }
  #sold-vehicles h2 i {
    font-size: 35px; }
  #why-section {
    background: #fff;
    padding: 2rem 0 0; }
    #why-section .img {
      width: 100%;
      max-width: 586px;
      margin: auto;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden; }
    #why-section .text {
      width: 100%;
      max-width: 502px;
      margin: auto;
      padding: 4rem 0; }
    #why-section h2 {
      color: #000302;
      font-family: "Milocha", sans-serif;
      font-size: 30px;
      line-height: 52px;
      text-align: left;
      margin-bottom: 1rem; }
    #why-section p {
      color: #000302;
      font-family: "Milocha", sans-serif;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 23px;
      text-align: left; }
    #why-section .home-btn {
      margin-top: 1.5rem; }
  #more-section {
    background: #000302;
    padding: 4.5rem 0;
    position: relative; }
    #more-section:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url(../../Userfiles/Image/highlights-img.jpg) 80% 50% no-repeat;
      background-size: cover;
      width: 546px;
      height: 310px; }
    #more-section .row {
      position: relative;
      z-index: 3; }
    #more-section .item {
      padding: 0 21px;
      max-width: 393px; }
    #more-section .img {
      width: 100%;
      max-width: 372px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
      -webkit-box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 43px rgba(0, 0, 0, 0.1); }
    #more-section h6 {
      color: #FFFFFF;
      font-family: "Milocha", sans-serif;
      font-size: 30px;
      letter-spacing: 0;
      line-height: 35px;
      margin-top: 42px;
      margin-bottom: 27px; }
    #more-section p {
      color: #FFFFFF;
      font-family: "Milocha", sans-serif;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 23px; }
    #more-section .home-btn {
      margn-top: 1.5rem; }
    #more-section .slick-dots {
      margin: 0 auto 0;
      list-style: none;
      text-align: center;
      padding: 2rem 0;
      display: table !important;
      position: relative;
      z-index: 11; }
      #more-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; }
        #more-section .slick-dots li.slick-active {
          background: #F37521;
          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); }
  #bs-badges {
    position: relative;
    z-index: 5; }
    #bs-badges .badge-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-wrap: wrap;
      gap: 21px;
      width: 270px;
      margin-top: 5px; }
  .suggested .featured-vehicles {
    background: #fff !important; } }

/* 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: 2rem 0; }
  footer {
    text-align: left;
    padding-top: 8rem; }
    footer .flex-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%; }
    footer .ftr-section {
      display: flex;
      flex-direction: column;
      flex-basis: 50%;
      flex: 1; }
      footer .ftr-section.location-section {
        flex: 2;
        flex-basis: 100%; }
    footer .hourday {
      margin: 0; }
    footer .contact-item {
      display: table;
      width: 100%;
      margin-bottom: 1rem; }
  .no-matching-results {
    font-size: 30px; }
  .featured-vehicles {
    padding: 4.5rem 0; }
    .featured-vehicles h2 {
      font-size: 35px; }
  #reviews-section {
    padding-top: 4rem;
    padding-bottom: 8rem; }
    #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: 2rem; }
  .bodystyle-search {
    padding: 4.5rem 0; }
    .bodystyle-search h2 {
      font-size: 35px;
      margin-bottom: 1.5rem; }
  #search-horizontal .home-search-container {
    margin-top: 0; }
  #finance-section {
    padding: 4.5rem 0; }
    #finance-section h2 {
      font-size: 35px;
      line-height: 42px;
      letter-spacing: 0;
      margin-bottom: 1.5rem; }
    #finance-section .home-btn {
      margin-top: 2rem; }
    #finance-section .text {
      padding-bottom: 4.5rem; }
      #finance-section .text .fin-provider {
        margin-top: 2.5rem; }
    #finance-section .home-fin-calc {
      padding-top: 3rem;
      padding-left: 2rem;
      padding-right: 2rem; }
      #finance-section .home-fin-calc .home-calc-disclaimer {
        padding-top: 0; }
      #finance-section .home-fin-calc .pay-term-select {
        width: 50%;
        float: right;
        position: relative;
        top: -6px; }
        #finance-section .home-fin-calc .pay-term-select select, #finance-section .home-fin-calc .pay-term-select .custom-dropdown-area {
          float: left; }
      #finance-section .home-fin-calc .what-can {
        width: 182px;
        float: right;
        padding-right: 0;
        padding-top: 5px; }
      #finance-section .home-fin-calc .pay-term-amount {
        width: 50%;
        float: left;
        padding-left: 0.9375rem; }
      #finance-section .home-fin-calc .sliderTerm {
        max-width: calc(100% - 8rem); }
        #finance-section .home-fin-calc .sliderTerm:before {
          left: -4rem;
          right: calc(100% - 3rem); }
        #finance-section .home-fin-calc .sliderTerm:after {
          right: -4rem;
          left: calc(100% - 3rem); }
  .slide-section .slide-bg {
    height: 440px; }
    .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4 {
      height: 440px; }
  #bs-badges .badge-container {
    width: 100%;
    justify-content: center;
    margin-top: 0; }
  .temp-message {
    font-size: 22px; } }

/* min-width 760px */
@media only screen and (min-width: 760px) {
  .slide-section .ctas {
    justify-content: flex-start; }
  .slide-section .home-btn {
    background: rgba(255, 255, 255, 0); }
    .slide-section .home-btn:hover, .slide-section .home-btn:focus, .slide-section .home-btn:active {
      background: #F37521; } }

/* min-width 1024px, large screens */
@media only screen and (min-width: 64em) {
  .hours-modal {
    width: 800px; }
    .hours-modal h4 {
      font-size: 30px; }
  nav.navigation {
    width: auto;
    height: 4.5rem;
    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: 1170px;
      margin: 0 auto;
      width: auto;
      position: relative;
      top: 0;
      height: 4.5rem;
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      flex-direction: row; }
      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 {
        background: none;
        border: none;
        line-height: 4.5rem;
        margin: 0;
        padding: 0; }
        nav.navigation ul li a {
          color: #fff;
          font-family: "Market Fresh", sans-serif;
          font-size: 18px;
          font-weight: 400;
          height: 4.5rem;
          display: block;
          text-transform: uppercase;
          letter-spacing: 2px;
          padding: 0 15px;
          -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.active, nav.navigation ul li a:hover, nav.navigation ul li a:hover .sub-arrow {
          color: rgba(255, 255, 255, 0.8); }
      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: #fff 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: rgba(255, 255, 255, 0.8) 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: -10px;
          top: 4.5rem;
          background: black;
          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; }
          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: 400;
              color: #fff;
              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: 90%; }
              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: rgba(255, 255, 255, 0.8); }
              nav.navigation ul li.has-submenu ul li a:hover:after {
                color: rgba(255, 255, 255, 0.8);
                margin-left: 1.425rem; }
      nav.navigation ul li.has-submenu:hover ul {
        display: table; }
      nav.navigation ul li.has-submenu:hover > ul.submenu a {
        color: none; }
      nav.navigation ul li.nav-fav a, nav.navigation ul .nav-search a {
        background: none;
        padding: 0;
        font-weight: 400;
        line-height: 4.5rem;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s; }
        nav.navigation ul li.nav-fav a i, nav.navigation ul .nav-search a i {
          font-size: 20px; }
          nav.navigation ul li.nav-fav a i.ci-favourite, nav.navigation ul .nav-search a i.ci-favourite {
            font-size: 18px; }
      nav.navigation ul li.nav-fav .amount {
        padding-left: 0.25rem;
        font-size: 16px; }
      nav.navigation ul li.nav-search .small {
        margin-left: 0.125rem;
        display: none; }
      nav.navigation ul .social a {
        font-size: 24px;
        padding: 0; }
  .inner-wrap {
    padding-top: 3.25rem; }
  header {
    padding: 2rem 0; }
    header .logo {
      width: 276px;
      max-width: none; }
  footer {
    padding-top: 8rem; }
    footer .ftr-section {
      display: flex;
      flex-direction: column;
      flex-basis: 33.333%;
      flex: 1; }
      footer .ftr-section.location-section {
        flex: 1;
        flex-basis: min-content; }
  .no-matching-results {
    font-size: 40px; }
  .slide-section .slide-bg {
    height: calc(100vh - 176px);
    min-height: 600px; }
    .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4 {
      height: calc(100vh - 176px);
      min-height: 600px; }
    .slide-section .slide-bg .slide1 {
      padding-top: 4rem; }
  .move-content {
    position: absolute;
    bottom: 1rem;
    z-index: 10;
    width: 100%;
    text-align: center; }
    .move-content a {
      color: #fff;
      font-size: 40px;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s;
      position: relative;
      -webkit-animation: arrow 2.5s infinite;
      -moz-animation: arrow 2.5s infinite;
      -o-animation: arrow 2.5s infinite;
      -ms-transform: arrow 2.5s infinite;
      animation: arrow 2.5s infinite;
      animation-delay: 3s; }
      .move-content a:hover {
        animation-play-state: paused;
        color: #F37521; }
  .featured-vehicles {
    padding: 4.875rem 0 2.5rem; }
    .featured-vehicles .cell-photo {
      overflow: hidden;
      position: relative; }
      .featured-vehicles .cell-photo .vehicle-media {
        z-index: 5; }
      .featured-vehicles .cell-photo img {
        -webkit-transition: all, 3s;
        -moz-transition: all, 3s;
        -o-transition: all, 3s;
        transition: all, 3s; }
        .featured-vehicles .cell-photo 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); }
  #sold-vehicles {
    padding: 5.5rem 0 4.75rem; }
  .scrolling-container {
    overflow: visible; }
  #reviews-section {
    padding: 6rem 0 9rem;
    overflow: hidden; }
    #reviews-section .buyerscoretestimonial .inner {
      min-height: 241px; }
  .bodystyle-search {
    padding: 4.75rem 0 3rem; }
    .bodystyle-search h2 {
      margin-bottom: 2.25rem; }
    .bodystyle-search h6 {
      margin-top: 1.5rem; }
    .bodystyle-search .bodystyle-slider .item {
      opacity: 0;
      position: relative;
      top: 1rem;
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
    .bodystyle-search .bodystyle-slider.text-reveal .item {
      opacity: 1;
      top: 0; }
      .bodystyle-search .bodystyle-slider.text-reveal .item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .bodystyle-search .bodystyle-slider.text-reveal .item:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .bodystyle-search .bodystyle-slider.text-reveal .item:nth-child(4) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .bodystyle-search .bodystyle-slider.text-reveal .item:nth-child(5) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      .bodystyle-search .bodystyle-slider.text-reveal .item:nth-child(6) {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
      .bodystyle-search .bodystyle-slider.text-reveal .item:nth-child(7) {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
  #search-horizontal {
    padding-top: 2rem;
    padding-bottom: 5rem; }
    #search-horizontal .home-btn {
      max-width: none;
      margin: 0 auto 0; }
  #scrolling-section {
    max-height: 329px;
    overflow: hidden; }
    #scrolling-section .scrolling-item img {
      height: auto; }
  #finance-section {
    padding: 4rem 0 4.875rem; }
    #finance-section:before {
      width: 1091px;
      height: 621px; }
    #finance-section h2, #finance-section p {
      text-align: left; }
    #finance-section .home-btn {
      margin-left: 0;
      margin-top: 2rem; }
    #finance-section .home-fin-calc {
      float: right;
      width: 586px;
      padding: 3.25rem 1.5rem 1rem; }
      #finance-section .home-fin-calc .calc-input {
        margin-bottom: 1rem; }
    #finance-section .text {
      width: 100%;
      max-width: calc(100% - 586px);
      float: left;
      padding: 0 3rem 0 0;
      min-height: 456px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left; }
  #why-section {
    padding: 80px 0; }
    #why-section .flex-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 3rem;
      place-items: center; }
    #why-section .text {
      padding: 0; }
    #why-section h2 {
      font-size: 35px; }
  #more-section {
    padding: 168px 0 127px; }
    #more-section:before {
      width: 1091px;
      height: 621px; }
    #more-section h6 {
      font-size: 35px; }
    #more-section p {
      min-height: 100px; }
  .vehicle-results.gallery .vehicle-list .vehicle {
    width: 33.333% !important;
    float: left; }
    .vehicle-results.gallery .vehicle-list .vehicle:nth-child(2n+1) {
      clear: none; }
    .vehicle-results.gallery .vehicle-list .vehicle:nth-child(3n+1) {
      clear: both !important; }
    .vehicle-results.gallery .vehicle-list .vehicle:nth-child(4n+1) {
      clear: none !important; }
  #video-section {
    height: calc(100vh - 101.59px);
    padding: 0;
    overflow: hidden; }
  .vid-container {
    width: calc(100% + 10rem);
    height: calc(100% + 20rem);
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .vid-container #muteControl {
      top: 15rem;
      left: 7rem; } }

/* min-width 1280px */
@media only screen and (min-width: 1280px) {
  footer .contact-item {
    display: flex;
    flex-direction: row;
    gap: 37px; } }

/* min-width 1380px */
@media only screen and (min-width: 1380px) {
  .inner-wrap {
    padding-top: 0; }
  .header-container {
    background: #000302;
    height: 101.59px;
    position: relative; }
  header {
    padding: 0.925rem 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
    header.affix {
      background: rgba(20, 20, 20, 0.7);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s; }
      header.affix:after {
        opacity: 0;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s; }
      header.affix nav.navigation ul li.has-submenu ul {
        background: rgba(20, 20, 20, 0.7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    header .hdr-content {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
    header .logo {
      margin: 0; }
    header .row {
      max-width: calc(100% - 2.5rem); }
  .show-for-x-large {
    display: block !important; }
  .hide-for-x-large {
    display: none !important; }
  .slide-section .slide-bg {
    height: calc(100vh - 101.59px);
    min-height: 600px; }
    .slide-section .slide-bg .slide1, .slide-section .slide-bg .slide2, .slide-section .slide-bg .slide3, .slide-section .slide-bg .slide4 {
      height: calc(100vh - 101.59px);
      min-height: 600px; }
    .slide-section .slide-bg .slide1 {
      padding-top: 5.5rem; }
  #video-section {
    height: calc(100vh - 101.59px); }
  .temp-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 1000;
    font-size: 30px;
    padding: 0;
    line-height: 70px; }
    .temp-message p {
      line-height: 70px; } }

/* min-width 1480px, xlarge screens */
@media only screen and (min-width: 1480px) {
  header .row {
    max-width: calc(100% - 5rem); }
  .featured-vehicles .slick-dots {
    display: none !important; }
  .featured-vehicles .slick-arrow {
    display: block !important;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 50px;
    height: 50px;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }
    .featured-vehicles .slick-arrow:before {
      content: '';
      position: relative;
      font-family: "icons-custom";
      font-size: 40px;
      color: rgba(255, 255, 255, 0.5);
      -webkit-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -o-transition: all, 0.3s;
      transition: all, 0.3s;
      z-index: 10;
      opacity: 1;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: inline-block; }
    .featured-vehicles .slick-arrow:hover:before {
      color: rgba(255, 255, 255, 0.8); }
  .featured-vehicles .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; }
  .featured-vehicles .slick-prev {
    left: -3.75rem; }
    .featured-vehicles .slick-prev:before {
      content: "\e95a"; }
  .featured-vehicles .slick-next {
    right: -3.75rem;
    text-align: right; }
    .featured-vehicles .slick-next:before {
      content: "\e959";
      float: right; }
  .featured-vehicles .home-btn {
    margin-top: 2.5rem; }
  #reviews-section .slick-arrow {
    display: block !important;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -70px;
    -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: 40px;
      color: rgba(0, 0, 0, 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: #000; }
  #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: -3.75rem; }
    #reviews-section .slick-prev:before {
      content: "\e95a"; }
  #reviews-section .slick-next {
    right: -3.75rem;
    text-align: right; }
    #reviews-section .slick-next:before {
      content: "\e959";
      float: right; }
  #finance-section .text {
    padding: 0 5rem 0 0; } }

/* min-width 1921px, xxlarge screens */
