﻿@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../../Content/fonts/OpenSans-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../../Content/fonts/OpenSans-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Shelby';
  src: url("../../Content/fonts/DancingScript-Regular.woff2") format("woff2"); }

header .header {
  background: #000;
  padding: 8px 0;
  justify-content: space-around;
  align-items: center; }
  header .header > .container {
    /*padding-left: 0;
            padding-right: 0;*/ }
  header .header .header-info {
    order: 2;
    text-align: right; }
    header .header .header-info .logo-mobile {
      display: none; }
    header .header .header-info .info-detail {
      margin-top: 3px;
      margin-bottom: 5px;
      font-family: "OpenSans-Regular", sans-serif; }
      header .header .header-info .info-detail .location-class {
        font-size: 15px;
        text-align: center;
        padding-top: 5px;
        line-height: 1.3; }
        header .header .header-info .info-detail .location-class a, header .header .header-info .info-detail .location-class a:focus {
          color: #fff; }
      @media (min-width: 768px) {
        header .header .header-info .info-detail .phone-class {
          color: #fff;
          font-size: 22px;
          text-transform: uppercase;
          display: flex;
          justify-content: center;
          padding: 0 20px; }
          header .header .header-info .info-detail .phone-class span {
            padding-right: 15px;
            margin-right: 10px;
            border-right: 1px solid #fff;
            font-style: italic; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    header .header .header-info .info-detail .phone-class {
      padding: 0 15px; }
      header .header .header-info .info-detail .phone-class span {
        padding-right: 10px; } }
      @media (min-width: 768px) {
          header .header .header-info .info-detail .phone-class a {
            font-size: 21px;
            font-family: "OpenSans-Semibold", sans-serif; } }
      header .header .header-info .info-detail .phone-class a, header .header .header-info .info-detail .phone-class a:focus {
        color: #fff; }
      header .header .header-info .info-detail .location-class, header .header .header-info .info-detail .phone-class {
        /*i {
                        display: none;
                    }
                    @media (max-width: 767px) {
                        i {
                            display: inline-block;
                            font-size: 16px;
                            color: $color-white;
                            background-color: $color-red;
                            border-radius: 50%;
                            padding: 7px;
                            top: 0;
                            margin-bottom: 3px;
                        }
                        span {
                            display: none;
                        }
                    }*/ }
  header .header .header-left {
    order: 1; }
    @media (min-width: 768px) and (max-width: 992px) {
      header .header .header-left .logo {
        max-width: 330px;
        margin-top: 5px; } }
    @media (min-width: 768px) {
      header .header .header-left {
        margin-top: 5px;
        float: left; }
        header .header .header-left .noosa-village-logo {
          float: left; } }
    @media (min-width: 768px) and (min-width: 993px) and (max-width: 1199px) {
      header .header .header-left .noosa-village-logo img {
        height: 50px;
        margin-top: 5px; } }
    @media (min-width: 768px) {
        header .header .header-left .title-top {
          display: inline-block; } }
    @media (min-width: 768px) and (min-width: 1301px) {
      header .header .header-left .title-top {
        margin: 5px 0 0 95px; } }
    @media (min-width: 768px) and (min-width: 1200px) and (max-width: 1300px) {
      header .header .header-left .title-top {
        margin: 5px 0 0 45px; } }
    @media (min-width: 768px) and (min-width: 993px) and (max-width: 1199px) {
      header .header .header-left .title-top {
        margin: 12px 0 0 20px;
        height: 35px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      header .header .header-left .title-top {
        display: none; } }
  header .header a, header .header a:focus, header .header a:hover {
    text-decoration: none; }

header .menu-desktop {
  background: #231f20;
  text-align: center;
  font-family: "OpenSans-Regular", sans-serif; }
  header .menu-desktop .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0; }
  header .menu-desktop .container-fluid ul {
    background: #231f20;
    color: #fff;
    padding: 0; }
    header .menu-desktop .container-fluid ul li a {
      color: #fff;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
    header .menu-desktop .container-fluid ul li > a:hover, header .menu-desktop .container-fluid ul li.active > a, header .menu-desktop .container-fluid ul li.active > a:hover, header .menu-desktop .container-fluid ul li.active > a:focus {
      background: #080707;
      color: #fff !important;
      box-shadow: inset 0 0px 0px transparent; }
  header .menu-desktop .navbar-default .navbar-nav > li > a:hover, header .menu-desktop .navbar-default .navbar-nav > li > a:focus {
    color: #fff; }
  header .menu-desktop .dropdown.open a.dropdown-toggle:link, header .menu-desktop .dropdown.open a.dropdown-toggle:visited, header .menu-desktop .dropdown.open a.dropdown-toggle:hover, header .menu-desktop .dropdown.open a.dropdown-toggle:active {
    background: #af0000 !important;
    color: #c80000; }
  header .menu-desktop ul.dropdown-menu {
    border-radius: 0;
    border: 0; }
    header .menu-desktop ul.dropdown-menu li {
      /*&.title {
                    width: 100%;
                    font-size: 18px;
                    padding: 15px 0 0 15px;
                    a {
                        display: inline-block;
                        background: $color-red-1;
                        padding: 3px 10px !important;
                        margin-left: 15px;
                        font-size: 20px;
                        &:hover {
                            background: $color-red-1;
                        }
                    }
                }*/ }
      header .menu-desktop ul.dropdown-menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #fff; }
      header .menu-desktop ul.dropdown-menu li hr {
        margin: 0;
        border-top: 1px solid #333; }
  header .menu-desktop .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -5px; }
  header .menu-desktop .navbar-nav > .dropdown > a:hover .caret, header .menu-desktop .navbar-nav > .dropdown.active > a .caret {
    border-top-color: #c80000 !important;
    border-bottom-color: #c80000 !important; }
  header .menu-desktop > .container {
    padding-left: 0;
    padding-right: 0; }
  header .menu-desktop .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1441px) {
      header .menu-desktop .container-fluid ul li a {
        padding: 20px 35px;
        font-size: 15px; } }
    @media (min-width: 1200px) and (max-width: 1440px) {
      header .menu-desktop .container-fluid ul li a {
        padding: 20px 32px;
        font-size: 15px; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      header .menu-desktop .container-fluid ul li a {
        padding: 20px 20px;
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      header .menu-desktop .container-fluid ul li a {
        padding: 17px 14px;
        font-size: 13px; } }

@media (min-width: 768px) {
  header .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  header ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; }
  header .navbar-nav {
    text-align: center;
    float: none; }
    header .navbar-nav > li {
      display: inline-block;
      float: none; } }

@media (max-width: 767px) {
  header {
    display: block; }
    header .logo-mobile {
      display: block;
      width: 210px; }
    header .pull-right .info-detail i {
      margin-bottom: 0; }
    header .header-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .header-info .phone-mobile-class .cp-icon-m {
        height: 30px; }
      header .header-info .info-detail {
        /*display: flex;
                align-items: center;*/ }
        header .header-info .info-detail a {
          line-height: 0;
          margin: 0 3px; }
        header .header-info .info-detail .location-class, header .header-info .info-detail .phone-class {
          display: inline-block;
          margin-top: -15px;
          margin-bottom: 5px; } }

/*---------------------- end menu -----------------------------*/
.sidenav .right-sidenav, .sidenav .right-sidenav:focus {
  display: inline-block;
  z-index: 2;
  position: fixed;
  right: -170px;
  transition: 0.3s;
  padding: 15px;
  width: 230px;
  text-decoration: none;
  font-size: 20px;
  top: 170px; }
  @media (max-width: 767px) {
    .sidenav .right-sidenav, .sidenav .right-sidenav:focus {
      display: none; } }
  .sidenav .right-sidenav h2, .sidenav .right-sidenav:focus h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: -12px;
    left: -15px;
    margin-left: 0px;
    background: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  .sidenav .right-sidenav ul, .sidenav .right-sidenav:focus ul {
    padding-left: 0;
    list-style: none;
    background: #000;
    font-size: 16px; }
    .sidenav .right-sidenav ul li, .sidenav .right-sidenav:focus ul li {
      background: #000;
      margin-bottom: 1px;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .sidenav .right-sidenav ul li img, .sidenav .right-sidenav:focus ul li img {
        display: inline-block;
        width: 42px;
        background: #fff;
        padding: 5px;
        margin-right: 5px; }
      .sidenav .right-sidenav ul li a, .sidenav .right-sidenav ul li a:focus, .sidenav .right-sidenav:focus ul li a, .sidenav .right-sidenav:focus ul li a:focus {
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: inline-block; }
      .sidenav .right-sidenav ul li:hover, .sidenav .right-sidenav:focus ul li:hover {
        background: #af0000; }
  .sidenav .right-sidenav:hover, .sidenav .right-sidenav:focus:hover {
    right: -15px; }

.sidenav .left-sidenav, .sidenav .left-sidenav:focus {
  display: inline-block;
  z-index: 9;
  position: fixed;
  left: -317px;
  transition: 0.3s;
  padding: 20px 15px;
  width: 317px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  top: 185px;
  background-color: #000; }
  @media (max-width: 767px) {
    .sidenav .left-sidenav, .sidenav .left-sidenav:focus {
      display: none; } }
  .sidenav .left-sidenav h2, .sidenav .left-sidenav:focus h2 {
    font-size: 31px;
    color: #fff;
    background: #af0000;
    padding: 8px 12px;
    position: absolute;
    top: 138px;
    right: -141px;
    margin: 0px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
    .sidenav .left-sidenav h2 img, .sidenav .left-sidenav:focus h2 img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .sidenav .left-sidenav h3, .sidenav .left-sidenav:focus h3 {
    margin-top: 0; }
  .sidenav .left-sidenav:hover, .sidenav .left-sidenav:focus:hover {
    left: 0px; }

/**
 * Sliding swipe menu CSS
 */
.menu-class {
  height: 100%;
  width: 280px;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 99999;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-280px, 0); }

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99998; }

@media (min-width: 993px) {
  .menu-mobile {
    display: none; } }

.menu-mobile .menu-class {
  padding: 15px;
  font-family: "OpenSans-Regular", sans-serif;
  text-transform: uppercase;
  color: #000; }
  .menu-mobile .menu-class .title {
    font-size: 14px;
    color: #231f20; }
  .menu-mobile .menu-class h2 {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px; }
    .menu-mobile .menu-class h2 a, .menu-mobile .menu-class h2 a:focus {
      color: #fff;
      font-size: 14px;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .menu-mobile .menu-class h2 a:hover, .menu-mobile .menu-class h2 a:focus:hover {
        text-decoration: none;
        color: #fff; }
  .menu-mobile .menu-class h3 {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 15px; }
    .menu-mobile .menu-class h3 a, .menu-mobile .menu-class h3 a:focus {
      color: #fff;
      font-size: 14px;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .menu-mobile .menu-class h3 a:hover, .menu-mobile .menu-class h3 a:focus:hover {
        text-decoration: none;
        color: #fff; }
  .menu-mobile .menu-class ul {
    padding-left: 20px; }
    .menu-mobile .menu-class ul li a, .menu-mobile .menu-class ul li a:focus {
      font-size: 14px;
      color: #fff;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
      .menu-mobile .menu-class ul li a:hover, .menu-mobile .menu-class ul li a:focus:hover {
        text-decoration: none;
        color: #fff; }
  .menu-mobile .menu-class .btn-link span {
    font-size: 12px !important;
    padding: 0px 10px;
    min-width: 180px;
    height: 36px; }
  .menu-mobile .menu-class .logo-menu-mobile img {
    margin-bottom: 10px; }

/* width */
.menu-mobile ::-webkit-scrollbar {
  width: 4px; }

/* Track */
.menu-mobile ::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.menu-mobile ::-webkit-scrollbar-thumb {
  background: #ccc; }

/* Handle on hover */
.menu-mobile ::-webkit-scrollbar-thumb:hover {
  background: #ccc; }

.menu-class {
  background: #000; }

.menu-mobile .menu-class h2 {
  background: #c80000;
  margin-top: 0px;
  padding: 10px 15px;
  letter-spacing: 2px;
  color: #fff; }
  .menu-mobile .menu-class h2:hover {
    background: #af0000; }

.menu-class li {
  list-style-type: none; }

.menu-mobile .menu-class ul li a, .menu-mobile .menu-class ul li a:focus {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  padding: 5px 0;
  display: inline-block; }
  .menu-mobile .menu-class ul li a:hover, .menu-mobile .menu-class ul li a:focus:hover {
    color: #af0000; }

body {
  font-family: "OpenSans-Regular", sans-serif;
  line-height: 1.6;
  color: #231f20; }
  @media (min-width: 993px) {
    body {
      font-size: 15px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    body {
      font-size: 14px; } }
  @media (max-width: 767px) {
    body {
      font-size: 13px; } }

.c-1900 {
  width: 100%;
  max-width: 1910px; }

.c-1600 {
  width: 100%;
  max-width: 1600px; }

.c-1300 {
  width: 100%;
  max-width: 1300px; }

.c-1200 {
  width: 100%;
  max-width: 1200px; }

.c-750 {
  width: 100%;
  max-width: 750px; }

.home-search .home-search-class {
  margin-top: 40px;
  background: #303030;
  padding: 20px 20px 10px 20px;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .home-search .home-search-class .select-padleft {
      padding-right: 5px; }
    .home-search .home-search-class .select-padright {
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .home-search .home-search-class {
      padding: 15px; } }
  .home-search .home-search-class .title-search {
    color: #fff;
    margin-bottom: 15px; }
    .home-search .home-search-class .title-search img {
      float: left;
      margin-right: 15px; }
    .home-search .home-search-class .title-search h3 {
      margin: 0;
      font-size: 14px;
      font-family: "OpenSans-Semibold", sans-serif; }
    .home-search .home-search-class .title-search h1 {
      margin: 0;
      font-size: 20px;
      font-family: "OpenSans-Semibold", sans-serif; }
  .home-search .home-search-class .form-control {
    height: 45px;
    border-radius: 0; }
  .home-search .home-search-class select {
    margin-bottom: 10px; }
  .home-search .home-search-class .btn-filter {
    font-size: 15px;
    background-color: #c80000;
    color: #fff;
    display: inline-block;
    padding: 12px 20px 11px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    border: 0; }
    .home-search .home-search-class .btn-filter:focus, .home-search .home-search-class .btn-filter:hover {
      background-color: #af0000;
      text-decoration: none;
      color: #fff; }
    @media (max-width: 767px) {
      .home-search .home-search-class .btn-filter {
        font-size: 12px; } }

.service-class {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .service-class {
      padding-top: 30px;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .service-class .mg-xs {
      padding-left: 5px;
      padding-right: 5px; } }
  .service-class .box-service {
    margin-bottom: 50px; }
    .service-class .box-service a, .service-class .box-service a:focus {
      text-decoration: none; }
      .service-class .box-service a img, .service-class .box-service a:focus img {
        border-radius: 5px; }
      .service-class .box-service a h2, .service-class .box-service a:focus h2 {
        font-family: "OpenSans-Semibold", sans-serif;
        font-size: 18px;
        color: #c80000; }
      .service-class .box-service a p, .service-class .box-service a:focus p {
        color: #231f20;
        padding-bottom: 10px; }
      .service-class .box-service a span, .service-class .box-service a:focus span {
        color: #fff;
        font-family: "OpenSans-Regular", sans-serif;
        -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
        transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
        padding: 12px 75px 12px 30px;
        text-align: left;
        border-radius: 5px;
        margin: 0;
        text-decoration: none;
        /*i {
                    background: url($content-path + "/images/icons/right-arrow.svg") center center no-repeat;
                    width: 28px;
                    height: 22px;
                    float: right;
                }*/ }
        @media (min-width: 768px) and (max-width: 1199px) {
          .service-class .box-service a span, .service-class .box-service a:focus span {
            padding: 12px 55px 12px 20px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .service-class .box-service a span, .service-class .box-service a:focus span {
            padding: 12px 55px 12px 20px; } }
        @media (min-width: 768px) {
          .service-class .box-service a span, .service-class .box-service a:focus span {
            background: url("../../Content/images/icons/right-arrow.svg") right 15px center no-repeat #c80000;
            background-size: 28px;
            display: flex;
            align-items: center; } }
        @media (max-width: 767px) {
          .service-class .box-service a span, .service-class .box-service a:focus span {
            background: #c80000;
            font-size: 13px;
            padding: 15px 0px;
            text-align: center;
            width: 100%;
            display: inline-block; } }
      .service-class .box-service a:hover, .service-class .box-service a:focus:hover {
        text-decoration: none; }
        .service-class .box-service a:hover span, .service-class .box-service a:focus:hover span {
          text-decoration: none;
          color: #fff;
          /*i {
                        background: url($content-path + "/images/icons/right-arrow-1.svg") center center no-repeat;
                    }*/ }
          @media (min-width: 768px) {
            .service-class .box-service a:hover span, .service-class .box-service a:focus:hover span {
              background: url("../../Content/images/icons/right-arrow.svg") right 15px center no-repeat #af0000;
              background-size: 28px; } }
          @media (max-width: 767px) {
            .service-class .box-service a:hover span, .service-class .box-service a:focus:hover span {
              background: #af0000; } }

.featured {
  background: #edeef0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .featured .title {
    font-family: "OpenSans-Semibold", sans-serif;
    color: #231f20;
    font-size: 32px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px; }
    .featured .title span {
      font-family: "OpenSans-Regular", sans-serif;
      font-style: italic; }
    @media (max-width: 767px) {
      .featured .title {
        font-size: 24px; } }

.slider-featured .item {
  padding-bottom: 1px; }

.slider-featured .vehicleList-home {
  border: 1px solid rgba(99, 99, 99, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: inherit;
  display: inline-block;
  width: 100%; }
  .slider-featured .vehicleList-home .vehicleList-img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .slider-featured .vehicleList-home .vehicleList-img .resize-img img {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }
  .slider-featured .vehicleList-home .box-resize {
    width: 100%;
    padding-top: 56%;
    /* 1:1 Aspect Ratio */
    position: relative; }
    .slider-featured .vehicleList-home .box-resize > .resize-img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .slider-featured .vehicleList-home .box-resize > .resize-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden; }
  .slider-featured .vehicleList-home .vehicleList-title h3 {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #231f20;
    height: 80px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .slider-featured .vehicleList-home .vehicleList-title p {
    color: #000; }
  .slider-featured .vehicleList-home .vehicleList-info .vehicleList-description {
    /*font-family: $fontAcuminLight;*/
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #000;
    padding: 0 15px;
    margin: 15px 0;
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications {
    background: #F6F6F6;
    height: 85px;
    color: #000;
    padding: 10px 10px 0px 10px;
    font-size: 14px;
    text-align: center; }
    .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications > .row > div {
      padding-left: 5px;
      padding-right: 5px; }
    .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p {
      line-height: 1.2; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p i {
        height: 28px;
        margin-bottom: 5px;
        background-image: url("../../Content/images/iconStockView19_Bike.png");
        background-repeat: no-repeat;
        float: left;
        width: 100%; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p.cl-type i {
        background-position: center -76px; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p.cl-odometer i {
        background-position: center 0; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p.cl-senginedes i {
        background-position: center -26px; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p.cl-body i {
        background-position: center -50px; }
  .slider-featured .vehicleList-home .vehicleList-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding: 0 15px 15px 15px; }
    .slider-featured .vehicleList-home .vehicleList-price .price-class {
      margin-bottom: 0;
      height: 50px;
      border: 0; }
      .slider-featured .vehicleList-home .vehicleList-price .price-class .nowprice {
        text-align: left;
        line-height: 1.1; }
        .slider-featured .vehicleList-home .vehicleList-price .price-class .nowprice h4 {
          font-family: "OpenSans-Semibold", sans-serif;
          color: #c80000;
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 0;
          margin-top: 5px; }
        .slider-featured .vehicleList-home .vehicleList-price .price-class .nowprice span {
          font-size: 13px;
          text-transform: uppercase; }
    .slider-featured .vehicleList-home .vehicleList-price .moreDetails-class span {
      font-size: 15px;
      background-color: #c80000;
      color: #fff;
      display: inline-block;
      padding: 12px 20px 11px 20px;
      text-decoration: none;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      text-transform: uppercase;
      border-radius: 5px;
      border: 0; }
      .slider-featured .vehicleList-home .vehicleList-price .moreDetails-class span:focus, .slider-featured .vehicleList-home .vehicleList-price .moreDetails-class span:hover {
        background-color: #af0000;
        text-decoration: none;
        color: #fff; }
      @media (max-width: 767px) {
        .slider-featured .vehicleList-home .vehicleList-price .moreDetails-class span {
          font-size: 12px; } }
      .slider-featured .vehicleList-home .vehicleList-price .moreDetails-class span:hover, .slider-featured .vehicleList-home .vehicleList-price .moreDetails-class span:focus {
        text-decoration: none; }
    .slider-featured .vehicleList-home .vehicleList-price .listButton-class {
      display: none; }
  .slider-featured .vehicleList-home:hover .vehicleList-title h3 {
    color: #c80000; }
  .slider-featured .vehicleList-home:hover .vehicleList-info .vehicleList-price .moreDetails-class a {
    background: #af0000;
    color: #fff; }

.slider-featured a:hover {
  text-decoration: none; }
  .slider-featured a:hover h3 {
    color: #c80000; }
  .slider-featured a:hover .moreDetails-class span {
    background: #af0000 !important; }

.slider-featured .owl-carousel .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: 55px;
  bottom: -85px; }
  @media (max-width: 767px) {
    .slider-featured .owl-carousel .owl-nav {
      position: initial; } }
  @media (min-width: 768px) and (max-width: 993px) {
    .slider-featured .owl-carousel .owl-nav {
      left: 0; } }
  .slider-featured .owl-carousel .owl-nav .owl-prev, .slider-featured .owl-carousel .owl-nav .owl-next {
    padding: 0;
    width: 90px;
    height: 50px;
    text-indent: -9999px;
    border-radius: 0; }
  .slider-featured .owl-carousel .owl-nav .owl-prev {
    background: url("../../Content/images/icons/arrow-left.png") center center no-repeat #E9ECEF !important; }
    @media (min-width: 1400px) {
      .slider-featured .owl-carousel .owl-nav .owl-prev {
        margin-left: -55px !important; } }
  .slider-featured .owl-carousel .owl-nav .owl-next {
    background: url("../../Content/images/icons/arrow-right.png") center center no-repeat #E9ECEF !important; }

.slider-featured .owl-dots {
  display: none; }

.btn-featured {
  font-size: 15px;
  background-color: #af0000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  text-transform: uppercase;
  border-radius: 5px; }
  .btn-featured:focus, .btn-featured:hover {
    background-color: #c80000;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    .btn-featured {
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 993px) {
    .btn-featured {
      float: right; } }
  @media (min-width: 768px) {
    .btn-featured {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .btn-featured {
      margin-top: 15px; } }

.individual {
  text-align: center; }
  .individual h1 {
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    font-family: "OpenSans-Regular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 30px;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.8); }
    @media (max-width: 767px) {
      .individual h1 {
        font-size: 24px;
        letter-spacing: 0.2em;
        padding: 5px 10px 15px 10px; } }

.main-page {
  padding: 50px 0; }
  @media (min-width: 768px) and (max-width: 992px) {
    .main-page {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .main-page {
      padding: 20px 0; } }

.CarsSlider-class {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .CarsSlider-class {
      margin-top: 10px;
      margin-bottom: 0px; } }

.service-page, .contact-page, .parts-page, .finance-page, .about-page, .sourcing-page, .testimonials-page {
  padding-bottom: 40px; }
  .service-page h2, .contact-page h2, .parts-page h2, .finance-page h2, .about-page h2, .sourcing-page h2, .testimonials-page h2 {
    margin-top: 0;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 38px;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .service-page h2, .contact-page h2, .parts-page h2, .finance-page h2, .about-page h2, .sourcing-page h2, .testimonials-page h2 {
        font-size: 26px;
        margin-top: 10px; } }
  .service-page h3, .contact-page h3, .parts-page h3, .finance-page h3, .about-page h3, .sourcing-page h3, .testimonials-page h3 {
    margin-top: 0;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 30px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #c80000; }
    @media (max-width: 767px) {
      .service-page h3, .contact-page h3, .parts-page h3, .finance-page h3, .about-page h3, .sourcing-page h3, .testimonials-page h3 {
        font-size: 24px; } }
  .service-page .service-title, .contact-page .service-title, .parts-page .service-title, .finance-page .service-title, .about-page .service-title, .sourcing-page .service-title, .testimonials-page .service-title {
    margin-bottom: 50px; }
    .service-page .service-title h4, .contact-page .service-title h4, .parts-page .service-title h4, .finance-page .service-title h4, .about-page .service-title h4, .sourcing-page .service-title h4, .testimonials-page .service-title h4 {
      font-size: 22px;
      text-transform: uppercase;
      line-height: 1.3;
      margin-bottom: 15px; }
  .service-page a, .service-page a:focus, .contact-page a, .contact-page a:focus, .parts-page a, .parts-page a:focus, .finance-page a, .finance-page a:focus, .about-page a, .about-page a:focus, .sourcing-page a, .sourcing-page a:focus, .testimonials-page a, .testimonials-page a:focus {
    color: #af0000; }

.finance-page h2.title {
  background: #fff;
  color: #c80000;
  font-family: "OpenSans-Semibold", sans-serif;
  font-size: 36px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .finance-page h2.title {
      font-size: 26px; } }

.finance-page .frm-class {
  background: rgba(233, 236, 239, 0.5);
  padding: 30px 30px 20px 30px;
  color: #000; }

.finance-page h3 {
  text-transform: inherit; }

.contact-page .info-class address {
  line-height: 1.8; }

.sell-you-caravan {
  margin: 0px auto; }
  .sell-you-caravan .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0; }
  .sell-you-caravan > div.sell-you-caravan-inner {
    position: relative; }
  .sell-you-caravan .connecting-line {
    height: 2px;
    background: #080707;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .sell-you-caravan .connecting-line {
        top: 40%; } }
    @media (max-width: 767px) {
      .sell-you-caravan .connecting-line {
        top: 50%; } }

.sell-you-caravan .nav-tabs > li.active > a, .sell-you-caravan .nav-tabs > li.active > a:hover, .sell-you-caravan .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent; }

.sell-you-caravan span.round-tab {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  border: 2px solid #080707;
  background: #080707;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px; }

.sell-you-caravan span.text-tab {
  color: #080707; }

.sell-you-caravan span.round-tab i {
  color: #080707; }

.sell-you-caravan li.active span.round-tab {
  background: #c80000;
  border: 2px solid #c80000;
  color: #fff; }

.sell-you-caravan li.active span.round-tab i, .sell-you-caravan li.active span.text-tab {
  color: #c80000; }

span.round-tab:hover {
  border: 2px solid #c80000; }

.sell-you-caravan .nav-tabs > li {
  width: 33.33%; }

.sell-you-caravan li:after {
  content: " ";
  position: absolute;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #c80000;
  transition: 0.1s ease-in-out; }
  @media (min-width: 993px) {
    .sell-you-caravan li:after {
      left: 44%; } }
  @media (max-width: 992px) {
    .sell-you-caravan li:after {
      left: 40%; } }

.sell-you-caravan li.active:after {
  content: " ";
  position: absolute;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 15px solid transparent;
  border-bottom-color: #c80000; }
  @media (min-width: 993px) {
    .sell-you-caravan li.active:after {
      left: 46%; } }
  @media (max-width: 992px) {
    .sell-you-caravan li.active:after {
      left: 40%; } }

.sell-you-caravan .nav-tabs > li a {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0; }

.sell-you-caravan .nav-tabs > li a:hover {
  background: transparent; }

.sell-you-caravan .tab-pane {
  position: relative;
  padding-top: 30px; }

.sell-you-caravan h3 {
  margin-top: 0; }

@media (max-width: 585px) {
  .sell-you-caravan {
    height: auto !important; }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .sell-you-caravan .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .sell-you-caravan li.active:after {
    content: " ";
    position: absolute;
    left: 35%; } }

.btn-delete, .btn-delete:hover {
  background: url("../../Content/images/icon-delete.png") center center no-repeat;
  width: 24px;
  height: 24px;
  border: oldlace;
  border-radius: 0;
  position: absolute; }
  .btn-delete i:before, .btn-delete:hover i:before {
    display: none; }

.u-recaptcha img {
  margin-bottom: 5px; }

.trade-ins-page .title h3 {
  margin-bottom: 10px; }

.trade-ins-page .frm-tradeIn {
  padding: 0; }

.trade-ins-page div.tooltip {
  background-color: transparent !important; }

.trade-ins-page .frm-sellyour {
  padding: 0; }
  .trade-ins-page .frm-sellyour .nav-tabs {
    background: transparent !important;
    border: 0; }
    @media (min-width: 768px) {
      .trade-ins-page .frm-sellyour .nav-tabs {
        padding-bottom: 30px; } }
    .trade-ins-page .frm-sellyour .nav-tabs .text-tab {
      z-index: 9;
      position: relative;
      line-height: 1.4;
      font-family: "OpenSans-Regular", sans-serif;
      display: inline-block;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 993px) {
        .trade-ins-page .frm-sellyour .nav-tabs .text-tab {
          width: 290px;
          font-size: 18px;
          margin-left: -115px;
          margin-top: 70px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .trade-ins-page .frm-sellyour .nav-tabs .text-tab {
          width: 132px;
          margin-left: -36px;
          margin-top: 70px; } }
      @media (max-width: 767px) {
        .trade-ins-page .frm-sellyour .nav-tabs .text-tab {
          display: none; } }
    .trade-ins-page .frm-sellyour .nav-tabs li.active:after {
      margin-bottom: -30px;
      display: none; }
  .trade-ins-page .frm-sellyour h3 {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #c80000;
    display: inline-block;
    padding-bottom: 5px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 24px; }

.trade-ins-page .prev-step {
  font-size: 15px;
  background-color: #c80000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  text-transform: uppercase;
  border-radius: 5px;
  margin: 30px 0;
  border: 0; }
  .trade-ins-page .prev-step:focus, .trade-ins-page .prev-step:hover {
    background-color: #af0000;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    .trade-ins-page .prev-step {
      font-size: 12px; } }

.trade-ins-page .next-step {
  font-size: 15px;
  background-color: #c80000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  text-transform: uppercase;
  border-radius: 5px;
  margin: 30px 0;
  border: 0; }
  .trade-ins-page .next-step:focus, .trade-ins-page .next-step:hover {
    background-color: #af0000;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    .trade-ins-page .next-step {
      font-size: 12px; } }

.customerssay-class {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "Shelby", sans-serif;
  font-size: 36px;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .customerssay-class {
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 32px; } }
  .customerssay-class .owl-carousel .item {
    padding-left: 10px;
    padding-right: 10px; }
    .customerssay-class .owl-carousel .item h3 {
      font-size: 36px;
      line-height: 1.3;
      margin: 0; }
      @media (max-width: 767px) {
        .customerssay-class .owl-carousel .item h3 {
          font-size: 32px; } }
    .customerssay-class .owl-carousel .item .list-star {
      background: url("../../Content/images/icons/star.svg") left center no-repeat;
      background-size: auto 24px;
      padding-top: 30px;
      margin-bottom: 5px;
      min-width: 125px;
      display: inline-block; }
  .customerssay-class a.btn-read {
    font-size: 15px;
    background-color: #af0000;
    color: #fff;
    display: inline-block;
    padding: 12px 20px 11px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "OpenSans-Semibold", sans-serif; }
    .customerssay-class a.btn-read:focus, .customerssay-class a.btn-read:hover {
      background-color: #af0000;
      text-decoration: none;
      color: #fff; }
    @media (max-width: 767px) {
      .customerssay-class a.btn-read {
        font-size: 12px; } }
  .customerssay-class .owl-nav {
    display: none; }
  .customerssay-class .owl-dots {
    margin-top: 20px; }
  .customerssay-class .desc-testimonials .read-more a {
    color: #c80000; }
  .customerssay-class .toggledText span.trimmed {
    display: none; }
  .customerssay-class .read-more .more:before {
    content: 'Read More'; }
  .customerssay-class .showAll .toggledText span.morePoints {
    display: none; }
  .customerssay-class .showAll .toggledText span.trimmed {
    display: inline; }
  .customerssay-class .showAll .read-more .more:before {
    content: 'Read Less'; }

/*---------------------- begin footer ------------------------------*/
footer {
  background: #edeef0; }
  footer > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      footer > .container {
        padding-bottom: 10px;
        padding-top: 0px; } }
  footer .logo {
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      footer .logo {
        max-height: 65px; } }
  footer .phone {
    font-size: 28px;
    font-family: "OpenSans-Semibold", sans-serif; }
  footer .footer-title {
    padding-bottom: 10px;
    text-transform: uppercase; }
    footer .footer-title .title {
      font-family: "OpenSans-Semibold", sans-serif;
      font-size: 49px;
      margin-bottom: 30px; }
      footer .footer-title .title h2 {
        margin-top: 0; }
      footer .footer-title .title hr {
        border-top: 5px solid #af0000;
        width: 100px; }
  footer a, footer a:focus {
    color: #231f20;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  footer a:hover {
    color: #c80000;
    text-decoration: none; }
  footer .footer-info {
    display: inline-block;
    width: 100%; }
    footer .footer-info .footer-left {
      margin-bottom: 40px;
      color: #231f20; }
      @media (max-width: 767px) {
        footer .footer-info .footer-left {
          margin-bottom: 10px; } }
      footer .footer-info .footer-left h5 {
        font-size: 22px;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(35, 31, 32, 0.2);
        padding-bottom: 5px;
        padding-top: 20px;
        font-family: "OpenSans-Semibold", sans-serif; }
        @media (max-width: 767px) {
          footer .footer-info .footer-left h5 {
            font-size: 17px; } }
      footer .footer-info .footer-left p {
        line-height: 1.6;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          footer .footer-info .footer-left p {
            font-size: 16px; } }
      footer .footer-info .footer-left .follow span {
        float: left;
        margin-right: 15px; }
        footer .footer-info .footer-left .follow span .youtube-icon {
          margin-top: 4px; }
    footer .footer-info .footer-right p {
      margin-top: 20px; }
      footer .footer-info .footer-right p a.get-directions {
        background: #af0000;
        padding: 12px 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        width: 100%;
        display: inline-block;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-family: "OpenSans-Regular", sans-serif;
        border-radius: 5px;
        font-family: "OpenSans-Semibold", sans-serif; }
      footer .footer-info .footer-right p a.get-directions:hover, footer .footer-info .footer-right p a.get-directions:focus {
        background: #c80000;
        text-decoration: inherit;
        color: #fff; }
  footer .footer-bottom {
    border-top: 1px solid #E9ECEF;
    background: rgba(48, 48, 48, 0.05);
    color: #231f20;
    padding: 15px;
    font-size: 13px; }
    footer .footer-bottom .pad-left, footer .footer-bottom .footer-bottom-link {
      display: inline-block; }
      footer .footer-bottom .pad-left a, footer .footer-bottom .pad-left a:focus, footer .footer-bottom .footer-bottom-link a, footer .footer-bottom .footer-bottom-link a:focus {
        padding: 0 15px; }
    footer .footer-bottom .pad-left {
      padding-left: 10px; }
  @media (min-width: 993px) {
    footer .google_map {
      height: 355px;
      padding: 5px 5px 0 5px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    footer .google_map {
      height: 300px;
      padding: 5px 5px 0 5px; } }
  @media (max-width: 767px) {
    footer .google_map {
      height: 300px; } }

/*---------------------- end footer ------------------------------*/
.form-control {
  border-radius: 0; }

select.form-control, input.form-control {
  height: 46px; }

.btn-enquiry {
  font-size: 15px;
  background-color: #c80000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  text-transform: uppercase;
  border-radius: 5px;
  border: 0; }
  .btn-enquiry:focus, .btn-enquiry:hover {
    background-color: #af0000;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    .btn-enquiry {
      font-size: 12px; } }

.with-errors span {
  color: red; }

.list-type-1 {
  padding-left: 0; }
  .list-type-1 li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    display: block;
    background: url("../../Content/images/icons/right-arrow-1.svg") left center no-repeat;
    background-size: 22px;
    line-height: 1.4;
    color: #c80000; }
    @media (min-width: 768px) {
      .list-type-1 li {
        width: 49%;
        display: inline-block; } }

.frm-content label {
  text-transform: uppercase; }

div.tooltip {
  background-color: #c80000 !important; }

#btnTopPages {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 999;
  background: #c80000;
  padding: 7px 10px 3px; }

#btnTopPages a, #btnTopPages a:focus, #btnTopPages:hover {
  color: #fff !important;
  text-decoration: inherit;
  background: #c80000; }

@media (min-width: 768px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; } }

.events-class {
  margin-bottom: 40px; }
  .events-class .owl-nav {
    display: none; }

.privacy-page a, .privacy-page a:focus, .sitemap-page a, .sitemap-page a:focus {
  color: #af0000; }

.thankyou-page h2 {
  text-transform: uppercase;
  margin-top: 0; }

.about-page h3 {
  font-size: 30px; }

.testimonials-page .testimonials-title {
  background: #fff; }
  .testimonials-page .testimonials-title h3 {
    margin: 0; }

.testimonials-page .testimonials-content {
  padding-top: 20px; }
  .testimonials-page .testimonials-content .main-testimonials > .row > div {
    margin-left: 0;
    width: 100%; }
  .testimonials-page .testimonials-content .main-testimonials .content-testimonials {
    width: 100%;
    float: left;
    padding: 10px 30px; }
    .testimonials-page .testimonials-content .main-testimonials .content-testimonials em {
      font-family: "Shelby", sans-serif;
      color: #c80000;
      font-size: 24px; }
  .testimonials-page .testimonials-content .main-testimonials .box-class {
    padding: 20px 30px;
    margin: 10px 0; }
  .testimonials-page .testimonials-content .main-testimonials .box-line {
    background: #edeef0; }
  .testimonials-page .testimonials-content .main-testimonials > .row > .col-md-12 {
    text-align: center; }

.testimonials-page .btn-loadmore {
  font-size: 15px;
  background-color: #c80000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  display: inline-block;
  margin-top: 15px; }
  .testimonials-page .btn-loadmore:focus, .testimonials-page .btn-loadmore:hover {
    background-color: #af0000;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    .testimonials-page .btn-loadmore {
      font-size: 12px; } }

.labelTradeIn, .labelHideTradeIn {
  cursor: pointer;
  color: #af0000; }
  .labelTradeIn:hover, .labelHideTradeIn:hover {
    color: #c80000; }

.container-detailview18 {
  padding-top: 40px; }
  .container-detailview18 > .container {
    max-width: 1300px;
    width: 100%; }

/*@import "_stock.scss";*/
.container-listview15 .btn-fiiter-results {
  border: 0;
  text-transform: uppercase;
  background: url("/Content/images/search-icon.png") right center no-repeat transparent;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  padding-right: 25px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .container-listview15 .btn-fiiter-results {
      position: absolute;
      margin-top: 10px;
      z-index: 9; } }

.container-listview15 .boxFilterLeft {
  background: #f8f8f8; }
  .container-listview15 .boxFilterLeft .controls {
    padding: 15px;
    border-bottom: 1px solid #f8f8f8; }
    @media (max-width: 767px) {
      .container-listview15 .boxFilterLeft .controls {
        padding: 10px 15px; } }
    .container-listview15 .boxFilterLeft .controls.header-filter-left {
      background-color: #c80000;
      font-family: "OpenSans-Semibold", sans-serif;
      color: white;
      font-size: 20px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .container-listview15 .boxFilterLeft .controls.header-filter-left i {
        background-image: url("/Content/images/filter-icon.png");
        width: 29px;
        height: 19px; }
    .container-listview15 .boxFilterLeft .controls.cl-branch, .container-listview15 .boxFilterLeft .controls.cl-veh-type, .container-listview15 .boxFilterLeft .controls.cl-make, .container-listview15 .boxFilterLeft .controls.cl-model {
      /*To remove button from IE11, thank you Matt */ }
      .container-listview15 .boxFilterLeft .controls.cl-branch .ddl-group, .container-listview15 .boxFilterLeft .controls.cl-veh-type .ddl-group, .container-listview15 .boxFilterLeft .controls.cl-make .ddl-group, .container-listview15 .boxFilterLeft .controls.cl-model .ddl-group {
        position: relative;
        display: inline-block;
        width: 100%; }
      .container-listview15 .boxFilterLeft .controls.cl-branch select::-ms-expand, .container-listview15 .boxFilterLeft .controls.cl-veh-type select::-ms-expand, .container-listview15 .boxFilterLeft .controls.cl-make select::-ms-expand, .container-listview15 .boxFilterLeft .controls.cl-model select::-ms-expand {
        display: none; }
      .container-listview15 .boxFilterLeft .controls.cl-branch .ddl-group:after, .container-listview15 .boxFilterLeft .controls.cl-veh-type .ddl-group:after, .container-listview15 .boxFilterLeft .controls.cl-make .ddl-group:after, .container-listview15 .boxFilterLeft .controls.cl-model .ddl-group:after {
        content: '<>';
        font: 17px "Consolas", monospace;
        color: #333;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 11px;
        /*Adjust for position however you want*/
        top: 11px;
        padding: 0 0 2px;
        border-bottom: 1px solid #999;
        /*left line */
        position: absolute;
        pointer-events: none; }
      .container-listview15 .boxFilterLeft .controls.cl-branch .ddl-group select, .container-listview15 .boxFilterLeft .controls.cl-veh-type .ddl-group select, .container-listview15 .boxFilterLeft .controls.cl-make .ddl-group select, .container-listview15 .boxFilterLeft .controls.cl-model .ddl-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Add some styling */
        display: block;
        width: 100%;
        height: 44px;
        float: right;
        line-height: 2;
        -ms-word-break: normal;
        word-break: normal;
        text-transform: uppercase; }
    .container-listview15 .boxFilterLeft .controls.btn-frm .btn-show-results, .container-listview15 .boxFilterLeft .controls.btn-frm .btn-clear-filters {
      display: inline-block;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      padding: 10px;
      text-decoration: none; }
      .container-listview15 .boxFilterLeft .controls.btn-frm .btn-show-results:hover, .container-listview15 .boxFilterLeft .controls.btn-frm .btn-clear-filters:hover {
        text-decoration: none; }
    .container-listview15 .boxFilterLeft .controls.btn-frm .btn-show-results {
      background: #af0000;
      color: white;
      margin-bottom: 10px; }
    .container-listview15 .boxFilterLeft .controls.btn-frm .btn-clear-filters {
      color: black; }

.container-listview15 .rzslider .rz-pointer {
  top: -9px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: white;
  border-radius: 0 !important;
  box-shadow: #ececec 0 0 10px 4px; }
  .container-listview15 .rzslider .rz-pointer:after {
    display: none; }

.container-listview15 .rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: black;
  font-weight: 300;
  cursor: default;
  font-size: 13px; }

.container-listview15 .rzslider .rz-selection {
  z-index: 2;
  background: #af0000 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.container-listview15 .rz-bubble.rz-limit.rz-ceil, .container-listview15 .rz-bubble.rz-limit.rz-floor {
  display: none; }

.container-listview15 .container-filter-top {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .container-listview15 .container-filter-top {
      font-size: 13px; }
      .container-listview15 .container-filter-top select.form-control {
        padding: 5px 0;
        height: 32px; }
      .container-listview15 .container-filter-top .veh-showing {
        padding-right: 0; }
      .container-listview15 .container-filter-top .veh-sortby-class {
        margin-top: -28px; } }
  .container-listview15 .container-filter-top .veh-showing {
    padding-top: 12px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .container-listview15 .container-filter-top .veh-showing {
        padding-left: 200px;
        padding-top: 8px; } }
  .container-listview15 .container-filter-top .veh-sortby {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .container-listview15 .container-filter-top .veh-sortby {
        float: right; }
        .container-listview15 .container-filter-top .veh-sortby a, .container-listview15 .container-filter-top .veh-sortby a:focus, .container-listview15 .container-filter-top .veh-sortby a:hover {
          color: black; } }
    @media (min-width: 768px) {
      .container-listview15 .container-filter-top .veh-sortby label {
        width: 90px; } }
    @media (max-width: 767px) {
      .container-listview15 .container-filter-top .veh-sortby label {
        background: url("/Content/images/sort-descending.png") right center no-repeat transparent;
        margin-bottom: 0;
        padding-right: 20px; } }
    @media (min-width: 768px) {
      .container-listview15 .container-filter-top .veh-sortby .ddl-group {
        width: calc(100% - 90px); } }

.container-listview15 .container-stock-list .card-cols .veh-item {
  background: #f8f8f8;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
  transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3); }
  @media (min-width: 768px) {
    .container-listview15 .container-stock-list .card-cols .veh-item {
      text-align: center; } }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-img {
    width: 100%;
    padding-top: 65%;
    /* 1:1 Aspect Ratio */
    position: relative; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-img .resize-img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-img .resize-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden; }
  @media (min-width: 768px) {
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-title {
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-title {
      padding: 10px 15px 5px 15px; } }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-title a {
    display: block; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-title a h3 {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: black;
      margin-bottom: 0;
      margin-top: 0; }
      @media (min-width: 768px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-title a h3 {
          height: 60px;
          display: flex;
          justify-content: center;
          align-items: center; } }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-title a:hover {
      text-decoration: none; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-title a:hover h3 {
        text-decoration: none; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-title h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c80000; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-price-mobi h4 {
    margin: 0 10px 10px 10px;
    font-weight: bold; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-price-mobi h4 label {
      font-weight: normal;
      font-size: 14px; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom {
    padding: 0 15px 10px 15px; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-price {
      margin-top: -10px; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-price h4 {
        font-weight: 600;
        font-size: 24px;
        text-transform: capitalize;
        color: #c80000;
        margin: 0;
        display: grid;
        text-align: left; }
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-price h4 .drive-away-label {
          color: #6C6C6C;
          font-size: 13px;
          text-transform: uppercase;
          display: block;
          font-weight: 300; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a, .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a:focus {
      background-color: #c80000;
      font-size: 14px;
      color: white;
      padding: 11px;
      text-decoration: none; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a:hover, .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-btn-detail a:focus:hover {
        background-color: #af0000 !important;
        text-decoration: none; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-bottom .veh-stock-number {
      margin-top: 10px;
      font-size: 14px;
      color: black;
      font-weight: 700;
      text-transform: uppercase; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-description {
    padding: 0 15px;
    margin: 0 0 15px 0;
    display: -webkit-box;
    height: 70px;
    line-height: 1.4;
    font-size: 17px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields {
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields {
        background: #f2f2f2;
        min-height: 85px; } }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div {
      padding: 10px 5px;
      font-size: 14px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div {
          width: 25%; } }
      @media (max-width: 767px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div {
          float: left;
          width: auto;
          padding-top: 0;
          padding-bottom: 0; } }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div i {
        background-image: url("/Content/images/iconStockView19_Bike.png");
        background-repeat: no-repeat;
        float: left;
        height: 26px;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div i {
            width: 100%; } }
        @media (max-width: 767px) {
          .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div i {
            width: 40px;
            margin-right: 5px; } }
      @media (max-width: 767px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div span {
          padding-top: 5px;
          display: inline-block; } }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div p {
        display: none; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.seats i {
        background-position: center -78px; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.odometer i {
        background-position: center 0px; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.body i {
        background-position: center -50px; }
      @media (max-width: 767px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.cylinders {
          display: none; } }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.cylinders i {
        background-position: center -26px; }
  .container-listview15 .container-stock-list .card-cols .veh-item:hover {
    text-decoration: none;
    box-shadow: #ececec 0 0 10px 2px; }
    .container-listview15 .container-stock-list .card-cols .veh-item:hover h3 {
      text-decoration: none; }
    .container-listview15 .container-stock-list .card-cols .veh-item:hover .veh-btn-detail a, .container-listview15 .container-stock-list .card-cols .veh-item:hover .veh-btn-detail a:focus {
      background-color: #af0000 !important; }

.container-listview15 .container-pagination .justify-content-md-center {
  text-align: center; }
  .container-listview15 .container-pagination .justify-content-md-center p {
    display: none; }
  .container-listview15 .container-pagination .justify-content-md-center ul.pagination {
    margin-top: 0; }
    .container-listview15 .container-pagination .justify-content-md-center ul.pagination li a {
      color: black;
      background-color: #f2f2f2;
      border-radius: 0;
      float: left;
      padding: 13px 20px;
      border: none;
      text-transform: uppercase;
      margin: 9px;
      font-size: 17px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .container-listview15 .container-pagination .justify-content-md-center ul.pagination li a {
          padding: 7px 14px;
          margin: 5px; } }
      .container-listview15 .container-pagination .justify-content-md-center ul.pagination li a:hover {
        background-color: #c80000;
        color: white; }
    .container-listview15 .container-pagination .justify-content-md-center ul.pagination li.active a {
      background-color: #c80000;
      color: white;
      border-radius: 0;
      float: left;
      border: none;
      margin: 9px;
      font-size: 17px;
      font-weight: 700;
      padding: 13px 20px; }
      @media (max-width: 767px) {
        .container-listview15 .container-pagination .justify-content-md-center ul.pagination li.active a {
          padding: 7px 14px;
          margin: 5px; } }

@media (max-width: 992px) {
  #pm_menu {
    position: fixed;
    height: 100%;
    width: 330px;
    background: white;
    top: 0;
    z-index: 1001;
    -webkit-animation: backSlideOut .3s both ease;
    -moz-animation: backSlideOut .3s both ease;
    animation: backSlideOut .3s both ease;
    overflow: scroll;
    display: none; }
  #pm_menu.pm_open {
    left: 0px;
    display: block;
    -webkit-animation: backSlideIn .5s both ease;
    -moz-animation: backSlideIn .5s both ease;
    animation: backSlideIn .5s both ease; }
  .pm_overlay {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    -webkit-animation: fadeOut .5s both ease;
    -moz-animation: fadeOut .5s both ease;
    animation: fadeOut .5s both ease; }
  .pm_overlay.pm_show {
    display: block;
    -webkit-animation: fadeIn .3s both ease;
    -moz-animation: fadeIn .3s both ease;
    animation: fadeIn .3s both ease; }
  .pm_overlay.pm_hide {
    display: none; } }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@-webkit-keyframes backSlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%); } }

@-moz-keyframes backSlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%); } }

@keyframes backSlideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%); } }

@-webkit-keyframes backSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px); } }

@-moz-keyframes backSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px); } }

@keyframes backSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px); } }

.container-detailview18 .veh-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .container-detailview18 .veh-title {
      background: white; } }
  @media (max-width: 767px) {
    .container-detailview18 .veh-title .pull-left {
      float: right !important; }
    .container-detailview18 .veh-title .pull-right {
      float: left !important; } }
  .container-detailview18 .veh-title .title-show-desktop .title-vehInfo {
    font-weight: bold;
    margin-top: 10px; }
    @media (min-width: 1200px) {
      .container-detailview18 .veh-title .title-show-desktop .title-vehInfo {
        float: left;
        font-size: 24px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .container-detailview18 .veh-title .title-show-desktop .title-vehInfo {
        font-size: 20px;
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .container-detailview18 .veh-title .title-show-desktop .product-header {
      float: right;
      margin-top: 10px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .container-detailview18 .veh-title .title-show-desktop .product-header {
      margin-bottom: 5px; } }
  .container-detailview18 .veh-title .title-show-desktop .product-header .product-price {
    font-weight: bold; }
  @media (min-width: 993px) {
    .container-detailview18 .veh-title .cl_search_results {
      margin-right: -15px;
      margin-left: 5px; } }
  @media (max-width: 767px) {
    .container-detailview18 .veh-title .cl_search_results {
      margin-left: -15px; } }
  .container-detailview18 .veh-title .cl_search_results a, .container-detailview18 .veh-title .cl_search_results a:focus, .container-detailview18 .veh-title .cl_search_results a:hover {
    text-align: center;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .container-detailview18 .veh-title .cl_search_results a i, .container-detailview18 .veh-title .cl_search_results a:focus i, .container-detailview18 .veh-title .cl_search_results a:hover i {
        background-image: url("/Content/images/icons/arrow.svg");
        background-repeat: no-repeat;
        transform: rotate(180deg);
        float: left;
        height: 24px;
        width: 18px;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .container-detailview18 .veh-title .cl_search_results a i, .container-detailview18 .veh-title .cl_search_results a:focus i, .container-detailview18 .veh-title .cl_search_results a:hover i {
        background-image: url("/Content/images/icons/right-arrow-1.svg");
        background-repeat: no-repeat;
        transform: rotate(180deg);
        float: left;
        height: 20px;
        width: 14px;
        margin: 0px 0 0 6px; } }
    @media (min-width: 1200px) {
      .container-detailview18 .veh-title .cl_search_results a, .container-detailview18 .veh-title .cl_search_results a:focus, .container-detailview18 .veh-title .cl_search_results a:hover {
        padding: 9px; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .container-detailview18 .veh-title .cl_search_results a, .container-detailview18 .veh-title .cl_search_results a:focus, .container-detailview18 .veh-title .cl_search_results a:hover {
        padding: 18px 10px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .container-detailview18 .veh-title .cl_search_results a, .container-detailview18 .veh-title .cl_search_results a:focus, .container-detailview18 .veh-title .cl_search_results a:hover {
        padding: 10px 20px;
        margin-top: 8px; } }
    @media (min-width: 768px) {
      .container-detailview18 .veh-title .cl_search_results a, .container-detailview18 .veh-title .cl_search_results a:focus, .container-detailview18 .veh-title .cl_search_results a:hover {
        background: #c80000;
        color: white; } }
    @media (max-width: 767px) {
      .container-detailview18 .veh-title .cl_search_results a, .container-detailview18 .veh-title .cl_search_results a:focus, .container-detailview18 .veh-title .cl_search_results a:hover {
        margin-top: 5px; } }
  @media (max-width: 767px) {
    .container-detailview18 .veh-title .btn-enquire {
      margin-right: -15px; } }
  .container-detailview18 .veh-title .btn-enquire a, .container-detailview18 .veh-title .btn-enquire a:focus, .container-detailview18 .veh-title .btn-enquire a:hover {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 9px 20px;
    background: #c80000;
    color: white;
    text-decoration: none;
    text-transform: capitalize; }

.container-detailview18 .veh-enquire .tab-content {
  background: white;
  margin-bottom: 30px; }
  .container-detailview18 .veh-enquire .tab-content .tab-pane {
    padding: 20px; }
    @media (max-width: 767px) {
      .container-detailview18 .veh-enquire .tab-content .tab-pane {
        padding: 10px 15px 5px 15px; } }

.container-detailview18 .veh-enquire ul {
  border: 0; }
  @media (max-width: 767px) {
    .container-detailview18 .veh-enquire ul {
      background: white;
      padding: 10px 9px; } }
  .container-detailview18 .veh-enquire ul li a, .container-detailview18 .veh-enquire ul li a:focus {
    background: #af0000;
    color: white;
    border: 0;
    border-radius: 0; }
  .container-detailview18 .veh-enquire ul li.active a, .container-detailview18 .veh-enquire ul li.active a:focus {
    background: #c80000;
    color: white;
    border: 0;
    border-radius: 0; }

.container-detailview18 .veh-enquire .frm-content h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0; }

.container-detailview18 .veh-enquire .frm-content .btn-send {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  background: #c80000;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  font-size: 14px; }

.container-detailview18 .veh-enquire .frm-content label {
  font-size: 16px; }
  @media (max-width: 767px) {
    .container-detailview18 .veh-enquire .frm-content label {
      font-size: 14px; } }

.container-detailview18 .veh-enquire .frm-content .ckb-is-finace-options input, .container-detailview18 .veh-enquire .frm-content .ckb-is-add-trade-in input {
  margin-right: 5px; }

.container-detailview18 .veh-enquire .frm-content .ckb-is-add-trade-in {
  margin-bottom: 10px; }

.container-detailview18 .veh-enquire .frm-content .addPhoto .ui-sortable .ui-state-default:last-child {
  width: 100%; }

.container-detailview18 .veh-enquire .frm-content .addPhoto .ui-state-default {
  margin-bottom: 15px; }
  @media (min-width: 993px) {
    .container-detailview18 .veh-enquire .frm-content .addPhoto .ui-state-default {
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .container-detailview18 .veh-enquire .frm-content .addPhoto .ui-state-default {
      width: 25%; } }
  @media (max-width: 767px) {
    .container-detailview18 .veh-enquire .frm-content .addPhoto .ui-state-default {
      width: 50%; } }
  .container-detailview18 .veh-enquire .frm-content .addPhoto .ui-state-default .btn-add-photo {
    background: url("/Content/images/clickhere.jpg");
    height: 40px;
    width: 180px;
    cursor: pointer; }

.container-detailview18 .veh-info {
  margin-top: 40px; }
  .container-detailview18 .veh-info .pw {
    display: none; }
  .container-detailview18 .veh-info i {
    background-image: url("/Content/images/iconStockView19_Bike.png");
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .container-detailview18 .veh-info i {
        width: 40px;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .container-detailview18 .veh-info i {
        width: 100%; } }
  @media (max-width: 767px) {
    .container-detailview18 .veh-info {
      margin-top: 20px;
      text-align: center; }
      .container-detailview18 .veh-info > div {
        padding-left: 5px;
        padding-right: 5px; }
      .container-detailview18 .veh-info span {
        padding-top: 5px;
        display: inline-block;
        line-height: 1.4; } }
  .container-detailview18 .veh-info .cylinders-cls i {
    background-position: center -26px; }
  .container-detailview18 .veh-info .odometer i {
    background-position: center 0px; }
  .container-detailview18 .veh-info .body-cls i {
    background-position: center -51px; }
  .container-detailview18 .veh-info .pw i {
    background-position: center -130px; }

.container-detailview18 .veh-content {
  margin-bottom: 30px; }
  .container-detailview18 .veh-content ul {
    background: white;
    border: 0;
    margin-bottom: 15px;
    margin-top: 30px; }
    .container-detailview18 .veh-content ul li a, .container-detailview18 .veh-content ul li a:focus, .container-detailview18 .veh-content ul li a:hover {
      color: #999FA4;
      text-transform: uppercase;
      background: transparent;
      border: 0;
      padding: 0 0 4px 0;
      margin: 15px 20px; }
      @media (max-width: 767px) {
        .container-detailview18 .veh-content ul li a, .container-detailview18 .veh-content ul li a:focus, .container-detailview18 .veh-content ul li a:hover {
          margin: 15px 9px; } }
    .container-detailview18 .veh-content ul li.active a, .container-detailview18 .veh-content ul li.active a:focus, .container-detailview18 .veh-content ul li.active a:hover {
      color: #c80000;
      text-transform: uppercase;
      background: transparent;
      border-bottom: 2px solid #c80000;
      padding: 0 0 4px 0;
      margin: 15px 20px; }
      @media (max-width: 767px) {
        .container-detailview18 .veh-content ul li.active a, .container-detailview18 .veh-content ul li.active a:focus, .container-detailview18 .veh-content ul li.active a:hover {
          margin: 15px 9px; } }

.container-detailview18 .title-show-mobi {
  background: white;
  padding: 10px; }
  .container-detailview18 .title-show-mobi h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
  .container-detailview18 .title-show-mobi .sn-vehinfo {
    margin-bottom: 0; }
  .container-detailview18 .title-show-mobi .product-header .product-price {
    font-size: 20px;
    color: #c80000;
    font-weight: bold; }

.container-detailview18 .section-gallery .product-title .detail-item {
  margin: 0 -15px 50px -15px; }

.container-detailview18 .section-gallery .galleria-info {
  display: none !important; }

.container-detailview18 .section-gallery .galleria-stage {
  padding-bottom: 30px; }

.container-detailview18 .section-gallery .galleria-image, .container-detailview18 .section-gallery .galleria-stage {
  background: #f2f2f2; }

.container-detailview18 .section-gallery .galleria-image-nav-right, .container-detailview18 .section-gallery .galleria-image-nav-left {
  width: 32px;
  height: 32px;
  background-color: transparent; }
  .container-detailview18 .section-gallery .galleria-image-nav-right:hover, .container-detailview18 .section-gallery .galleria-image-nav-left:hover {
    background-color: transparent !important; }

.container-detailview18 .section-gallery .galleria-image-nav-right {
  background-image: url("/Areas/Stock/Content/images/right-1.png"); }

.container-detailview18 .section-gallery .galleria-image-nav-left {
  background-image: url("/Areas/Stock/Content/images/left-1.png"); }

.container-detailview18 .section-gallery .galleria-thumb-nav-right, .container-detailview18 .section-gallery .galleria-thumb-nav-left {
  background-color: #a2a2a2; }
  .container-detailview18 .section-gallery .galleria-thumb-nav-right:hover, .container-detailview18 .section-gallery .galleria-thumb-nav-left:hover {
    background-color: #0070b4 !important; }

.container-detailview18 .section-gallery .galleria-container {
  background: transparent !important;
  border: 0;
  margin-bottom: 30px; }

.container-detailview18 .section-gallery .galleria-thumbnails .galleria-image {
  border: 1px solid #a2a2a2; }

.container-detailview18 .section-gallery .galleria-fullscreen, .container-detailview18 .section-gallery .galleria-play {
  width: 32px;
  height: 32px;
  background-color: #a2a2a2;
  border-right: 0 !important; }

@media (min-width: 768px) {
  .container-detailview18 .section-gallery .galleria-play {
    background-position: 50% 8px;
    margin-top: 3px; } }

@media (min-width: 768px) {
  .container-detailview18 .section-gallery .galleria-play.pause {
    background-position: 50% -92px;
    margin-top: 3px; } }

.container-detailview18 .section-gallery .galleria-container.fullscreen .galleria-fullscreen {
  background-position: 50% -92px; }

@media (min-width: 768px) {
  .container-detailview18 .section-gallery .galleria-fullscreen {
    background-position: 50% 8px;
    left: 0px;
    margin-top: 36px; } }

@media (min-width: 768px) {
  .container-detailview18 .section-gallery .galleria-thumbnails-container {
    left: 32px; } }

.container-detailview18 .section-gallery .galleria-container.notouch .galleria-thumblink:hover, .container-detailview18 .section-gallery .galleria-container.touch .galleria-thumblink:active, .container-detailview18 .section-gallery .galleria-thumblink.open, .container-detailview18 .section-gallery .galleria-container.notouch .galleria-fullscreen:hover, .container-detailview18 .section-gallery .galleria-container.touch .galleria-fullscreen:active, .container-detailview18 .section-gallery .galleria-container.notouch .galleria-play:hover, .container-detailview18 .section-gallery .galleria-container.touch .galleria-play:active, .container-detailview18 .section-gallery .galleria-container.notouch .galleria-popout:hover, .container-detailview18 .section-gallery .galleria-container.touch .galleria-popout:active {
  background-color: #0070b4 !important; }

.container-detailview18 .section-gallery .product-slider .galleria-bar {
  background: #f2f2f2; }

@media (max-width: 767px) {
  .container-detailview18 .section-gallery .product-slider .galleria-bar {
    height: 48px; }
  .container-detailview18 .section-gallery .product-slider .galleria-stage {
    bottom: 48px; }
  .container-detailview18 .section-gallery .product-slider .galleria-play {
    background-position: 50% 9px !important;
    margin-top: 10px; }
  .container-detailview18 .section-gallery .product-slider .galleria-play.pause {
    background-position: 50% -91px !important;
    margin-top: 10px; }
  .container-detailview18 .section-gallery .product-slider .galleria-fullscreen {
    background-position: 50%  9px !important;
    margin-top: 10px;
    left: 36px; }
  .container-detailview18 .section-gallery .product-slider .galleria-thumbnails-container {
    left: 75px; }
  .container-detailview18 .section-gallery .product-slider .galleria-thumb-nav-left, .container-detailview18 .section-gallery .product-slider .galleria-thumb-nav-right {
    top: 10px; }
  .container-detailview18 .section-gallery .product-slider .galleria-image {
    height: 40px;
    width: auto; }
    .container-detailview18 .section-gallery .product-slider .galleria-image img {
      height: 40px;
      width: auto; }
  .container-detailview18 .section-gallery .product-slider .galleria-info-description {
    padding-top: 15px;
    margin-bottom: 2px; }
  .container-detailview18 .section-gallery .product-slider .galleria-thumbnails {
    width: 100% !important; }
  .container-detailview18 .section-gallery .container-detailview10 .product-title .title-vehInfo {
    margin: 0; }
  .container-detailview18 .section-gallery .container-detailview10 .product-title .col-md-8.col-lg-9 {
    margin-top: 10px; } }

.modal-open .modal-backdrop.fade.ng-scope.in {
  height: 100%; }

.modal-open .modal-dialog.modal-md {
  margin: 40% 22% 0 22%; }
  .modal-open .modal-dialog.modal-md .modal-content {
    background: #c80000;
    color: white; }
    .modal-open .modal-dialog.modal-md .modal-content .modal-header {
      border: 0;
      position: absolute;
      right: 0;
      z-index: 999; }
      .modal-open .modal-dialog.modal-md .modal-content .modal-header button {
        background: #af0000;
        color: white;
        padding: 0px 5px 2px;
        border-radius: 50%; }
    .modal-open .modal-dialog.modal-md .modal-content .modal-footer {
      display: none; }
    .modal-open .modal-dialog.modal-md .modal-content .modal-body {
      padding: 10px; }
      .modal-open .modal-dialog.modal-md .modal-content .modal-body ul {
        padding: 0 20px;
        list-style: none;
        margin-top: 10px;
        line-height: 1.8; }

.banner img {
  margin: 0 auto; }

.banner-home {
  margin-top: 40px;
  /*.carousel-inner > .item {
		img {
			max-width: inherit !important;
		}
	}	
	.carousel-inner .item {
		img {
		    display: inline-block;
            @media (min-width: 768px) and (max-width: 992px) {
                height: 280px;
            }
            @media (max-width: 767px) {
                height: 220px;
            }
		}
	}*/ }
  .banner-home .banner-bg {
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 993px) {
      .banner-home .banner-bg {
        height: 275px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .banner-home .banner-bg {
        height: 275px; } }
    @media (max-width: 767px) {
      .banner-home .banner-bg {
        height: 180px; } }
  .banner-home .text-banner {
    background: #636363;
    color: #fff; }
    @media (min-width: 1281px) {
      .banner-home .text-banner {
        padding: 30px; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .banner-home .text-banner {
        padding: 25px; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .banner-home .text-banner {
        padding: 20px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .banner-home .text-banner {
        padding: 15px; } }
    @media (max-width: 767px) {
      .banner-home .text-banner {
        padding: 20px; } }
    .banner-home .text-banner h2 {
      font-size: 30px;
      line-height: 1.3;
      margin-bottom: 10px;
      margin-top: 0; }
      @media (min-width: 993px) and (max-width: 1199px) {
        .banner-home .text-banner h2 {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .banner-home .text-banner h2 {
          font-size: 24px; } }
    @media (max-width: 767px) {
      .banner-home .text-banner h2 {
        font-size: 16px;
        margin-top: 0; } }
    .banner-home .text-banner a {
      font-size: 15px;
      background-color: #c80000;
      color: #fff;
      display: inline-block;
      padding: 10px 25px;
      text-decoration: none;
      -webkit-transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      transition: all 0.2s cubic-bezier(0.53, 1, 0.53, 1.3);
      text-transform: uppercase;
      border-radius: 5px;
      margin-top: 5px; }
      .banner-home .text-banner a:focus, .banner-home .text-banner a:hover {
        background-color: #af0000;
        text-decoration: none;
        color: #fff; }
      @media (max-width: 767px) {
        .banner-home .text-banner a {
          font-size: 12px; } }
  .banner-home .carousel-indicators {
    background: #af0000;
    left: auto;
    margin-left: 40px;
    bottom: 20px;
    text-align: right;
    padding: 5px 10px; }
    @media (min-width: 768px) {
      .banner-home .carousel-indicators {
        width: 560px; } }
    @media (max-width: 767px) {
      .banner-home .carousel-indicators {
        display: none; } }
  .banner-home .btn-slider {
    background: transparent;
    margin-top: -47px;
    position: absolute;
    width: 100%;
    z-index: 9;
    font-size: 24px;
    justify-content: center;
    align-items: center; }
    .banner-home .btn-slider a, .banner-home .btn-slider a:focus {
      color: #af0000;
      background: rgba(35, 48, 56, 0.5);
      padding: 3px 14px 6px 17px; }
      .banner-home .btn-slider a:hover, .banner-home .btn-slider a:focus:hover {
        background-color: #af0000; }
    @media (max-width: 993px) {
      .banner-home .btn-slider {
        display: none; } }
    .banner-home .btn-slider .prev-icon {
      transform: matrix(-1, 0, 0, 1, 0, 0);
      float: right; }
    .banner-home .btn-slider .next-icon {
      float: right;
      margin-left: 2px; }
  .banner-home .carousel-fade .carousel-inner .item {
    transition-property: opacity;
    background: transparent;
    background: #636363; }
  .banner-home .carousel-fade .carousel-inner .item,
  .banner-home .carousel-fade .carousel-inner .active.left,
  .banner-home .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .banner-home .carousel-fade .carousel-inner .active,
  .banner-home .carousel-fade .carousel-inner .next.left,
  .banner-home .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .banner-home .carousel-fade .carousel-inner .next,
  .banner-home .carousel-fade .carousel-inner .prev,
  .banner-home .carousel-fade .carousel-inner .active.left,
  .banner-home .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
  .banner-home .carousel-fade .carousel-control {
    z-index: 2; }
  .banner-home .carousel-caption {
    left: 0; }

/*@import "_nm.scss";*/
