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

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

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

@media (max-width: 767px) {
  .logo-otm {
    width: 208px; } }

header .header .header-info {
  font-family: "Gilmer-Medium", sans-serif;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  header .header .header-info .info-cls {
    display: inline-flex;
    margin-top: 3px;
    font-family: "Gilmer-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    float: right; }
  header .header .header-info .social-cls {
    float: right;
    margin-left: 10px; }
    header .header .header-info .social-cls img {
      margin-left: 5px; }
  header .header .header-info .phone-class {
    display: inline-block;
    margin-right: 20px; }
    header .header .header-info .phone-class a {
      color: #000;
      width: 100%;
      margin-left: 10px; }
      header .header .header-info .phone-class a img {
        float: left;
        margin-top: 3px;
        height: 19px; }
      header .header .header-info .phone-class a:hover, header .header .header-info .phone-class a:focus {
        text-decoration: none;
        color: #000; }
  header .header .header-info .address-class a {
    color: #000;
    width: 100%; }
    header .header .header-info .address-class a img {
      float: left;
      margin-right: 10px;
      margin-top: 3px;
      height: 19px; }
    header .header .header-info .address-class a:hover, header .header .header-info .address-class a:focus {
      text-decoration: none;
      color: #000; }

header .header .header-content {
  background: #000; }
  header .header .header-content .header-logo {
    margin: 15px 0; }
    @media (min-width: 768px) {
      header .header .header-content .header-logo {
        float: left; } }
    @media (max-width: 767px) {
      header .header .header-content .header-logo {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        header .header .header-content .header-logo img.cp-icon-m {
          height: 30px; }
        header .header .header-content .header-logo img.logo {
          margin-top: 5px; } }
  header .header .header-content .menu-main {
    font-family: "Gilmer-Bold", sans-serif;
    /*@media (max-width: 992px) {
                    display: inline-block;
                    width: 100%;
                }*/ }
    @media (min-width: 768px) {
      header .header .header-content .menu-main {
        float: right; } }

header .menu-desktop {
  font-family: "Gilmer-Medium", sans-serif; }
  header .menu-desktop ul {
    margin-bottom: 0;
    padding-left: 0; }
    @media (min-width: 1200px) {
      header .menu-desktop ul {
        display: flex;
        justify-content: space-between;
        margin-top: 10px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      header .menu-desktop ul {
        text-align: center; } }
    header .menu-desktop ul li {
      list-style-type: none; }
      @media (min-width: 768px) and (max-width: 1199px) {
        header .menu-desktop ul li {
          display: inline-block; } }
      header .menu-desktop ul li a {
        color: #000;
        text-decoration: none;
        display: inline-block;
        -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 ul li a:hover {
          color: #000; }
        @media (min-width: 993px) {
          header .menu-desktop ul li a {
            margin: 16px 25px;
            font-size: 16px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          header .menu-desktop ul li a {
            margin: 16px 25px;
            font-size: 16px; } }
      @media (max-width: 992px) {
        header .menu-desktop ul li .home {
          display: none; } }

header .menu-right {
  text-transform: uppercase;
  /*@media (min-width: 768px) and (max-width: 992px) {
            float: none !important;
            width: 100%;
            display: inline-block;
            text-align: center;
        }*/ }
  @media (max-width: 767px) {
    header .menu-right {
      float: none !important; } }
  header .menu-right .navbar-default {
    background: transparent;
    border: none !important;
    color: #000;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.15), 0 0px 0px rgba(0, 0, 0, 0.075); }
  header .menu-right .navbar {
    margin-bottom: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0; }
  header .menu-right .navbar .nav > li a {
    font-weight: normal;
    color: #fff; }
  header .menu-right .navbar .nav > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    header .menu-right .navbar .nav > li > a:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #595959;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
  header .menu-right .navbar .nav > li a:hover, header .menu-right .navbar .nav > li a:focus {
    color: #fff !important;
    background: transparent; }
    header .menu-right .navbar .nav > li a:hover::after, header .menu-right .navbar .nav > li a:focus::after {
      transform: scaleX(1);
      transform-origin: bottom left; }
  header .menu-right .navbar-default .navbar-nav > .active > a, header .menu-right .navbar-default .navbar-nav > .active > a:hover, header .menu-right .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #595959;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }
  @media (min-width: 768px) {
    header .menu-right .navbar > .container {
      padding-left: 0px;
      padding-right: 0px; }
    header .menu-right .navbar-nav {
      margin-left: 0%; }
    header .menu-right .navbar-collapse {
      padding-left: 0;
      padding-right: 0; }
    header .menu-right .nav.navbar-nav {
      display: inline-block;
      float: none; } }
  @media (min-width: 768px) and (min-width: 993px) {
    header .menu-right .nav.navbar-nav {
      margin: 20px 0px 0 0px; }
      header .menu-right .nav.navbar-nav > li a.top-level {
        padding: 15px 5px 5px 5px;
        margin-left: 30px;
        margin-right: 0px; }
      header .menu-right .nav.navbar-nav > li a {
        font-size: 14px; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
    header .menu-right .nav.navbar-nav {
      margin: 5px 0px 0 0px; }
      header .menu-right .nav.navbar-nav > li a.top-level {
        padding: 15px 5px 5px 5px;
        margin-left: 20px;
        margin-right: 0px; }
      header .menu-right .nav.navbar-nav > li a {
        font-size: 13px; } }
  @media (max-width: 767px) {
    header .menu-right .nav.navbar-nav {
      margin-bottom: -6px; } }
  @media (min-width: 768px) {
    header .menu-right .dropdown .dropdown-menu {
      display: none; } }
  header .menu-right .dropdown.open a.dropdown-toggle:link, header .menu-right .dropdown.open a.dropdown-toggle:visited, header .menu-right .dropdown.open a.dropdown-toggle:hover, header .menu-right .dropdown.open a.dropdown-toggle:active {
    color: #000;
    background: transparent;
    /*border-bottom: 5px solid $color-teal;*/
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }
  header .menu-right .dropdown .dropdown-menu {
    padding: 0 !important;
    border: none;
    border-top: 3px solid #000; }
    header .menu-right .dropdown .dropdown-menu.nm-cars-class {
      width: 165px;
      text-align: center;
      left: 0%;
      margin-left: 1px; }
      header .menu-right .dropdown .dropdown-menu.nm-cars-class ul {
        padding-left: 0;
        list-style: none; }
        header .menu-right .dropdown .dropdown-menu.nm-cars-class ul li {
          border-bottom: 1px solid #F6F6F6; }
          header .menu-right .dropdown .dropdown-menu.nm-cars-class ul li:last-child {
            border-bottom: 1px solid #fff; }
          header .menu-right .dropdown .dropdown-menu.nm-cars-class ul li a, header .menu-right .dropdown .dropdown-menu.nm-cars-class ul li a:focus {
            padding: 10px 20px !important;
            background: #fff;
            color: #000 !important;
            -webkit-transition: 0.2s ease all;
            transition: 0.2s ease all;
            display: inline-block;
            width: 100%;
            text-decoration: none; }
            header .menu-right .dropdown .dropdown-menu.nm-cars-class ul li a:hover, header .menu-right .dropdown .dropdown-menu.nm-cars-class ul li a:focus:hover {
              background: #fff !important;
              color: #000 !important;
              border: 0;
              display: inline-block;
              width: 100%;
              text-decoration: none; }

/*---------------------- 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: #000; }
  .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: #000;
    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: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 99999;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-100%, 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: "Gilmer-Regular", sans-serif;
  color: #000; }
  .menu-mobile .menu-class .title {
    font-size: 14px;
    color: #999FA4; }
  .menu-mobile .menu-class h2 {
    font-family: "Gilmer-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: "Gilmer-Bold", 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: #000;
  margin-top: 0px;
  padding: 10px 15px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(106, 106, 106, 0.4); }
  .menu-mobile .menu-class h2:hover {
    background: #000; }

.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: #000; }

@media (max-width: 767px) {
  .close-popup {
    float: right; }
    .close-popup img {
      width: 24px; }
  .logo-mobi {
    margin: 35px 0 30px 0;
    text-align: center; }
    .logo-mobi img {
      display: inline-block; }
  .social-mobi {
    text-align: center;
    margin: 30px 0 15px 0; }
    .social-mobi img {
      margin: 0 3px; }
  .link-mobi a, .link-mobi a:focus {
    color: #fff;
    margin: 0 5px; } }

body {
  font-family: "Gilmer-Regular", sans-serif;
  line-height: 26px; }
  @media (min-width: 768px) {
    body {
      font-size: 15px; } }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

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

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

.c-1400, .c-1230 {
  width: 100%;
  max-width: 1230px; }

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

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

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

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

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

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

@media (max-width: 767px) {
  h2 {
    font-size: 20px; } }

@media (min-width: 768px) {
  .featured {
    margin-top: 20px; } }

.featured .featured-detail .featured-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }
  .featured .featured-detail .featured-title h2 {
    color: #000;
    font-size: 24px;
    margin: 0px; }

.slider-featured {
  /*@media (max-width: 767px) {
        .owl-nav {
            display: none;
        }
    }*/ }
  @media (min-width: 768px) and (max-width: 1440px) {
    .slider-featured {
      padding-left: 35px;
      padding-right: 35px; } }
  .slider-featured .item {
    padding-bottom: 1px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background: #fff; }
  .slider-featured .vehicleList-home {
    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: 5px;
        border-top-right-radius: 5px; }
    .slider-featured .vehicleList-home .box-resize {
      width: 100%;
      padding-top: 65%;
      /* 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-info {
      padding: 15px; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-title {
        min-height: 62px; }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-title h3 {
          font-family: "Gilmer-Medium", sans-serif;
          font-size: 18px;
          line-height: 18px;
          text-transform: uppercase;
          color: #424242;
          margin: 0px; }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-title p {
          color: #999FA4;
          font-size: 13px;
          text-transform: uppercase;
          margin: 0; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-price {
        color: #000;
        padding: 5px 0 0 0; }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-price .price-class {
          margin-bottom: 0;
          border: 0; }
          .slider-featured .vehicleList-home .vehicleList-info .vehicleList-price .price-class .nowprice h4 {
            font-size: 22px;
            line-height: 20px;
            margin-bottom: 0;
            margin-top: 5px;
            font-family: "Gilmer-Bold", sans-serif;
            float: left;
            color: #181818; }
          .slider-featured .vehicleList-home .vehicleList-info .vehicleList-price .price-class .nowprice span {
            font-size: 11px;
            text-transform: uppercase;
            padding-top: 5px;
            padding-left: 5px;
            font-family: "Gilmer-Medium", sans-serif;
            display: inline-block;
            color: #999FA4; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications {
        color: #000;
        margin: 10px -5px 0 -5px;
        display: inline-block;
        width: calc(100% + 10px); }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications .col-opt {
          width: calc(25% - 10px);
          float: left;
          margin: 0 5px; }
          .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications .col-opt:nth-child(2) {
            width: 15%; }
          .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications .col-opt:last-child {
            width: calc(32% - 10px); }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-specifications p {
          border: 1px solid #C4C4C4;
          text-align: center;
          border-radius: 6px;
          width: 100%;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 1.2;
          padding: 7px 2px;
          display: flex;
          justify-content: center;
          align-items: center; }
      .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft {
        background-color: #000;
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
        font-family: "Gilmer-Medium", sans-serif;
        border-radius: 4px;
        -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: 0;
        text-align: center;
        width: 100%;
        position: relative; }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:focus, .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:hover {
          background-color: #000;
          text-decoration: none;
          color: #fff; }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:after {
          content: '';
          position: absolute;
          width: 120px;
          transform: scaleX(0);
          height: 1px;
          bottom: 10px;
          left: calc(50% - 60px);
          background-color: #595959;
          transform-origin: bottom right;
          transition: transform 0.25s ease-out; }
        .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:hover, .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:focus {
          text-decoration: none; }
          .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:hover::after, .slider-featured .vehicleList-home .vehicleList-info .vehicleList-btn span.btn-veh-ft:focus::after {
            transform: scaleX(1);
            transform-origin: bottom left; }
    .slider-featured .vehicleList-home:hover .vehicleList-title h3 {
      color: #000; }
    .slider-featured .vehicleList-home:hover .vehicleList-info .vehicleList-price .moreDetails-class a {
      background: #000;
      color: #fff; }
    .slider-featured .vehicleList-home:hover .vehicleList-btn span.btn-veh-ft::after {
      transform: scaleX(1);
      transform-origin: bottom left; }
  .slider-featured a:hover {
    text-decoration: none; }
    .slider-featured a:hover h3 {
      color: #000; }
    .slider-featured a:hover .moreDetails-class span {
      background: #000 !important; }
  .slider-featured .owl-carousel .owl-nav {
    margin-top: 20px;
    /*@media (max-width: 992px) {
                margin-top: -31% !important;
            }
            @media (min-width: 993px) and (max-width: 1199px) {
                margin-top: -27% !important;
            }                
            @media (min-width: 1200px) {
                margin-top: -16% !important;
            }
            position: absolute;
            width: 100%;
            .owl-prev, .owl-next {
                background: url($content-path + "/images/svg/arrow-b.svg") no-repeat center right !important;
                width: 32px;
                height: 32px;
                text-indent: -999px;
            }
            .owl-prev {
                float: left;
                margin-left: -50px !important;
                transform: matrix(-1, 0, 0, 1, 0, 0);
            }
            .owl-next {
                float: right;
                margin-right: -50px !important;
            }*/ }
    .slider-featured .owl-carousel .owl-nav .owl-prev, .slider-featured .owl-carousel .owl-nav .owl-next {
      background-color: #E9ECEF;
      background-image: url("../../Content/images/svg/arrow-right.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 24px 8px;
      text-indent: -900px;
      -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: 10px 30px; }
      @media (max-width: 992px) {
        .slider-featured .owl-carousel .owl-nav .owl-prev, .slider-featured .owl-carousel .owl-nav .owl-next {
          text-indent: -230px; } }
      .slider-featured .owl-carousel .owl-nav .owl-prev:hover, .slider-featured .owl-carousel .owl-nav .owl-next:hover {
        background-color: rgba(233, 236, 239, 0.7);
        background-image: url("../../Content/images/svg/arrow-right.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 24px 8px;
        text-indent: -900px;
        padding: 10px 30px; }
        @media (max-width: 992px) {
          .slider-featured .owl-carousel .owl-nav .owl-prev:hover, .slider-featured .owl-carousel .owl-nav .owl-next:hover {
            text-indent: -230px; } }
    .slider-featured .owl-carousel .owl-nav .owl-prev {
      margin-left: -50px !important;
      transform: matrix(-1, 0, 0, 1, 0, 0); }
    .slider-featured .owl-carousel .owl-nav .owl-next {
      margin-right: -50px !important; }
  .slider-featured .owl-dots {
    display: none;
    /*@media (min-width: 768px) {
            display: none;
        }
        @media (max-width: 767px) {
            margin-top: 20px;
        }*/ }

.vehicle-footer {
  margin: 0 10px 5px 10px; }
  .vehicle-footer a, .vehicle-footer a:focus {
    background: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #000;
    -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); }
    .vehicle-footer a.btn-veh-ft-phone, .vehicle-footer a:focus.btn-veh-ft-phone {
      padding: 6px 20px 10px 20px;
      border-radius: 5px; }
      @media (min-width: 1200px) and (max-width: 1300px) {
        .vehicle-footer a.btn-veh-ft-phone, .vehicle-footer a:focus.btn-veh-ft-phone {
          padding: 6px 15px 10px 15px; } }
      .vehicle-footer a.btn-veh-ft-phone img, .vehicle-footer a:focus.btn-veh-ft-phone img {
        height: 18px;
        display: inline-block; }
    .vehicle-footer a.btn-veh-ft-email, .vehicle-footer a:focus.btn-veh-ft-email {
      padding: 6px 20px 10px 20px;
      border-radius: 5px; }
      @media (min-width: 1200px) and (max-width: 1300px) {
        .vehicle-footer a.btn-veh-ft-email, .vehicle-footer a:focus.btn-veh-ft-email {
          padding: 6px 15px 10px 15px; } }
      .vehicle-footer a.btn-veh-ft-email img, .vehicle-footer a:focus.btn-veh-ft-email img {
        height: 14px;
        display: inline-block; }
    .vehicle-footer a.btn-veh-ft, .vehicle-footer a:focus.btn-veh-ft {
      padding: 9px 20px;
      text-transform: uppercase;
      border-radius: 5px;
      float: right;
      background: #fff;
      border: 1px solid #000;
      color: #000;
      font-size: 14px;
      font-family: "Gilmer-Medium", sans-serif; }
      @media (min-width: 1200px) and (max-width: 1300px) {
        .vehicle-footer a.btn-veh-ft, .vehicle-footer a:focus.btn-veh-ft {
          padding: 9px 15px; } }
    .vehicle-footer a:hover, .vehicle-footer a:focus:hover {
      color: #fff;
      background: #000;
      text-decoration: none;
      border: 1px solid #000; }

.btn-featured {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  font-family: "Gilmer-Medium", sans-serif;
  border-radius: 4px;
  -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; }
  .btn-featured:focus, .btn-featured:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff; }
  @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; } }

.finance-calculate {
  position: absolute;
  z-index: 9;
  right: 25px;
  top: 10px; }
  .finance-calculate a, .finance-calculate a:focus {
    color: #fff !important;
    background: #000;
    border-radius: 10px;
    display: inline-block; }
    .finance-calculate a .finance-calculate-content h3, .finance-calculate a:focus .finance-calculate-content h3 {
      font-size: 16px;
      margin: 0;
      font-family: "Gilmer-Medium", sans-serif; }
      .finance-calculate a .finance-calculate-content h3 span, .finance-calculate a:focus .finance-calculate-content h3 span {
        font-family: "Gilmer-Regular", sans-serif;
        font-size: 14px; }
    .finance-calculate a .finance-calculate-content h4, .finance-calculate a:focus .finance-calculate-content h4 {
      font-size: 14px;
      margin: 0 0 3px 0; }
    .finance-calculate a .finance-calculate-content .finance-from, .finance-calculate a:focus .finance-calculate-content .finance-from {
      float: left;
      padding: 6px 12px;
      height: 48px; }
    .finance-calculate a .finance-calculate-content .btn-apply, .finance-calculate a:focus .finance-calculate-content .btn-apply {
      background: #000;
      float: right;
      height: 48px;
      border-radius: 0 10px 10px 0;
      font-family: "Gilmer-Medium", sans-serif;
      width: 43px;
      font-size: 10px;
      line-height: 1.2;
      padding: 5px; }
    .finance-calculate a:hover, .finance-calculate a:focus:hover {
      background: #000;
      color: #fff !important;
      text-decoration: none; }
      .finance-calculate a:hover h3, .finance-calculate a:focus:hover h3 {
        color: #fff !important; }

.finance-page .frm-class {
  background: #F6F6F6;
  border: 1px solid #E9ECEF;
  padding: 25px 30px;
  margin-top: 40px; }
  .finance-page .frm-class h3 {
    font-family: "Gilmer-Bold", sans-serif;
    font-size: 24px;
    margin: 10px 0 20px 0;
    text-transform: uppercase; }

.finance-page .finance-list-btn {
  text-align: center;
  margin-bottom: 20px; }
  .finance-page .finance-list-btn a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    font-family: "Gilmer-Medium", sans-serif;
    border-radius: 4px;
    -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;
    margin: 0 10px 20px 10px; }
    .finance-page .finance-list-btn a:focus, .finance-page .finance-list-btn a:hover {
      background-color: #000;
      text-decoration: none;
      color: #fff; }
    @media (min-width: 768px) and (max-width: 992px) {
      .finance-page .finance-list-btn a {
        padding: 15px 20px; } }
    @media (max-width: 767px) {
      .finance-page .finance-list-btn a {
        width: 100%;
        margin: 10px 0; } }

.finance-page h2 {
  font-family: "Gilmer-Bold", sans-serif;
  font-size: 20px;
  margin-top: 0; }

.finance-page a.btn-financeenquiry {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  font-family: "Gilmer-Medium", sans-serif;
  border-radius: 4px;
  -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;
  position: relative; }
  .finance-page a.btn-financeenquiry:focus, .finance-page a.btn-financeenquiry:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff; }
  .finance-page a.btn-financeenquiry:after {
    content: '';
    position: absolute;
    width: 140px;
    transform: scaleX(0);
    height: 1px;
    bottom: 10px;
    left: calc(50% - 70px);
    background-color: #595959;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .finance-page a.btn-financeenquiry:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.finance-page .frm-class {
  background: #F6F6F6;
  box-shadow: inherit; }
  @media (min-width: 993px) {
    .finance-page .frm-class {
      padding: 30px 40px; } }
  .finance-page .frm-class h3 {
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 35px; }
  .finance-page .frm-class .loan-repayments-class {
    text-align: center; }
    .finance-page .frm-class .loan-repayments-class #payment {
      background: #000;
      color: #fff;
      display: inline-block;
      border-radius: 18px;
      padding: 18px 18px 8px 18px;
      font-size: 36px;
      margin-bottom: 15px; }

.individual {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .individual {
      padding: 30px 0; } }
  .individual h1 {
    display: inline-block;
    color: #fff;
    font-family: "Gilmer-Regular", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-size: 33px;
    margin-bottom: 0;
    margin-top: 0; }
    @media (max-width: 767px) {
      .individual h1 {
        font-size: 24px;
        letter-spacing: 0.2em;
        padding: 5px 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; } }
  .main-page a, .main-page a:focus {
    color: #000; }
  .main-page.sitemap-page h2 a, .main-page.sitemap-page h2 a:focus {
    text-transform: uppercase;
    text-decoration: none; }
    .main-page.sitemap-page h2 a:hover, .main-page.sitemap-page h2 a:focus:hover {
      text-decoration: none; }

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

.parts-page, .sourcing-page, .testimonials-page {
  padding-bottom: 40px;
  background: #F8F8F8; }
  .parts-page h2, .sourcing-page h2, .testimonials-page h2 {
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .parts-page h2, .sourcing-page h2, .testimonials-page h2 {
        font-size: 26px;
        margin-top: 10px; } }
  .parts-page h3, .sourcing-page h3, .testimonials-page h3 {
    margin-top: 0;
    font-family: "Gilmer-Bold", sans-serif;
    font-size: 32px;
    color: #000; }
    @media (max-width: 767px) {
      .parts-page h3, .sourcing-page h3, .testimonials-page h3 {
        font-size: 24px; } }
  .parts-page .service-title, .sourcing-page .service-title, .testimonials-page .service-title {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -50px;
    margin-bottom: 50px; }
  .parts-page a, .parts-page a:focus, .sourcing-page a, .sourcing-page a:focus, .testimonials-page a, .testimonials-page a:focus {
    color: #000; }

.contact-page {
  margin: 50px 0 40px 0; }
  .contact-page .title {
    margin-bottom: 40px;
    margin-top: 30px; }
    .contact-page .title h1 {
      font-family: "Gilmer-Bold", sans-serif;
      font-size: 38px; }
      @media (max-width: 767px) {
        .contact-page .title h1 {
          font-size: 24px; } }
    .contact-page .title p {
      font-size: 18px; }
  .contact-page a .phone, .contact-page a .address, .contact-page a .email, .contact-page a:focus .phone, .contact-page a:focus .address, .contact-page a:focus .email {
    background: #F6F6F6;
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    -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);
    color: #000;
    text-decoration: none; }
  .contact-page a:hover .phone, .contact-page a:hover .address, .contact-page a:hover .email, .contact-page a:focus:hover .phone, .contact-page a:focus:hover .address, .contact-page a:focus:hover .email {
    border: 1px solid #999FA4;
    border-radius: 4px;
    color: #000;
    text-decoration: none; }
  .contact-page .phone, .contact-page .address, .contact-page .email {
    color: #000;
    padding: 0 15px;
    margin-bottom: 50px;
    border: 1px solid #000; }
    @media (min-width: 768px) {
      .contact-page .phone, .contact-page .address, .contact-page .email {
        display: inline-block; } }
    @media (min-width: 993px) {
      .contact-page .phone, .contact-page .address, .contact-page .email {
        min-width: 100%;
        min-height: 200px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .contact-page .phone, .contact-page .address, .contact-page .email {
        min-width: 220px;
        min-height: 200px; } }
    @media (max-width: 767px) {
      .contact-page .phone, .contact-page .address, .contact-page .email {
        padding: 0 6px 20px 6px; } }
    .contact-page .phone img, .contact-page .address img, .contact-page .email img {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .contact-page .phone img, .contact-page .address img, .contact-page .email img {
          height: 50px; } }
      @media (max-width: 767px) {
        .contact-page .phone img, .contact-page .address img, .contact-page .email img {
          height: 50px; } }
    .contact-page .phone h4, .contact-page .address h4, .contact-page .email h4 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-family: "Gilmer-Medium", sans-serif; }
      @media (min-width: 993px) {
        .contact-page .phone h4, .contact-page .address h4, .contact-page .email h4 {
          font-size: 20px; } }
      @media (max-width: 992px) {
        .contact-page .phone h4, .contact-page .address h4, .contact-page .email h4 {
          font-size: 18px; } }
    .contact-page .phone p, .contact-page .address p, .contact-page .email p {
      font-family: "Gilmer-Regular", sans-serif; }
  .contact-page .phone p {
    color: #000; }
    @media (min-width: 768px) {
      .contact-page .phone p {
        font-size: 22px; } }
  .contact-page h2 {
    margin-top: 0;
    font-family: "Gilmer-Bold", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .contact-page h2 {
        font-size: 24px;
        margin-top: 10px; } }
  .contact-page .hours {
    background: #F6F6F6;
    border: 1px solid #E9ECEF;
    padding: 25px 20px 10px 20px;
    border-radius: 4px; }
    .contact-page .hours h3 {
      font-family: "Gilmer-Medium", sans-serif;
      margin: 0 0 20px 0;
      font-size: 22px; }
    .contact-page .hours p span {
      font-family: "Gilmer-Medium", sans-serif;
      width: 100px;
      display: inline-block; }

.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;
    font-family: "Gilmer-Bold", sans-serif;
    font-size: 13px;
    text-transform: uppercase; }

.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; }

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

.sell-you-caravan li.active span.text-tab {
  color: #000; }

.line-h {
  height: 8px;
  background: #F6F6F6;
  margin-top: 6px; }
  @media (min-width: 768px) {
    .line-h {
      margin-top: 4px; } }

@keyframes leaves {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

@keyframes leaves-1 {
  0% {
    transform: scaleX(0.5); }
  100% {
    transform: scaleX(1); } }

@media (min-width: 768px) {
  .sell-you-caravan .nav-tabs > li {
    width: 33.33%; } }

.sell-you-caravan .nav-tabs > li a .text-tab, .sell-you-caravan .nav-tabs > li a:focus .text-tab, .sell-you-caravan .nav-tabs > li a:hover .text-tab {
  width: 100%; }

.sell-you-caravan .nav-tabs > li a:after, .sell-you-caravan .nav-tabs > li a:focus:after, .sell-you-caravan .nav-tabs > li a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 8px;
  bottom: 0;
  left: 0;
  background-color: #D9D9D9;
  transform-origin: bottom left;
  margin-bottom: -13px; }
  @media (min-width: 768px) {
    .sell-you-caravan .nav-tabs > li a:after, .sell-you-caravan .nav-tabs > li a:focus:after, .sell-you-caravan .nav-tabs > li a:hover:after {
      margin-bottom: -11px; } }

.sell-you-caravan .nav-tabs > li a .text-tab:after, .sell-you-caravan .nav-tabs > li a:focus .text-tab:after, .sell-you-caravan .nav-tabs > li a:hover .text-tab:after {
  content: '';
  position: absolute;
  width: 50%;
  transform: scaleX(0);
  height: 8px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom left;
  margin-bottom: -13px; }
  @media (min-width: 768px) {
    .sell-you-caravan .nav-tabs > li a .text-tab:after, .sell-you-caravan .nav-tabs > li a:focus .text-tab:after, .sell-you-caravan .nav-tabs > li a:hover .text-tab:after {
      margin-bottom: -12px; } }

@media (max-width: 767px) {
  .sell-you-caravan .nav-tabs > li.active {
    width: 100%; } }

.sell-you-caravan .nav-tabs > li.active a::after, .sell-you-caravan .nav-tabs > li.active a:focus::after, .sell-you-caravan .nav-tabs > li.active a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  animation: leaves 0.7s ease-in alternate; }

@media (max-width: 767px) {
  .sell-you-caravan .nav-tabs > li.active a .text-tab, .sell-you-caravan .nav-tabs > li.active a:focus .text-tab, .sell-you-caravan .nav-tabs > li.active a:hover .text-tab {
    display: inherit;
    width: 100%; } }

.sell-you-caravan .nav-tabs > li.active a .text-tab:after, .sell-you-caravan .nav-tabs > li.active a:focus .text-tab:after, .sell-you-caravan .nav-tabs > li.active a:hover .text-tab:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  animation: leaves 0.7s ease-in alternate; }

.sell-you-caravan .nav-tabs > li.tabs-1 {
  display: none; }
  .sell-you-caravan .nav-tabs > li.tabs-1 .text-tab:after {
    display: none; }
  .sell-you-caravan .nav-tabs > li.tabs-1.active {
    display: inherit; }
    @media (max-width: 767px) {
      .sell-you-caravan .nav-tabs > li.tabs-1.active a:after, .sell-you-caravan .nav-tabs > li.tabs-1.active a:focus:after, .sell-you-caravan .nav-tabs > li.tabs-1.active a:hover:after {
        width: 33%; } }

.sell-you-caravan .nav-tabs > li.tabs-2 {
  display: none; }
  .sell-you-caravan .nav-tabs > li.tabs-2.active {
    display: inherit;
    width: 66%; }
    .sell-you-caravan .nav-tabs > li.tabs-2.active a::after, .sell-you-caravan .nav-tabs > li.tabs-2.active a:focus::after, .sell-you-caravan .nav-tabs > li.tabs-2.active a:hover::after {
      animation: leaves-1 0.5s ease-in alternate; }
    .sell-you-caravan .nav-tabs > li.tabs-2.active a .text-tab:after, .sell-you-caravan .nav-tabs > li.tabs-2.active a:focus .text-tab:after, .sell-you-caravan .nav-tabs > li.tabs-2.active a:hover .text-tab:after {
      animation: leaves 0.5s ease-in alternate; }

.sell-you-caravan .nav-tabs > li.tabs-3 {
  display: none; }
  .sell-you-caravan .nav-tabs > li.tabs-3.active {
    display: inherit;
    width: 100%; }
    .sell-you-caravan .nav-tabs > li.tabs-3.active a .text-tab:after, .sell-you-caravan .nav-tabs > li.tabs-3.active a:focus .text-tab:after, .sell-you-caravan .nav-tabs > li.tabs-3.active a:hover .text-tab:after {
      width: 70%; }
    .sell-you-caravan .nav-tabs > li.tabs-3.active a::after, .sell-you-caravan .nav-tabs > li.tabs-3.active a:focus::after, .sell-you-caravan .nav-tabs > li.tabs-3.active a:hover::after {
      animation: leaves-1 0.4s ease-in alternate; }
    .sell-you-caravan .nav-tabs > li.tabs-3.active a .text-tab:after, .sell-you-caravan .nav-tabs > li.tabs-3.active a:focus .text-tab:after, .sell-you-caravan .nav-tabs > li.tabs-3.active a:hover .text-tab:after {
      animation: leaves-1 0.4s ease-in alternate; }

@media (max-width: 767px) {
  .inputfirstname-val-cls {
    margin-bottom: 15px; } }

.sell-you-caravan .nav-tabs > li a {
  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; }
  .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 {
  background: #fff; }
  .trade-ins-page div.tooltip {
    background-color: transparent !important; }
  .trade-ins-page .frm-sellyour {
    padding: 0; }
    .trade-ins-page .frm-sellyour .content-step5 label {
      font-weight: normal;
      font-family: "Gilmer-Regular", sans-serif;
      color: #000; }
    .trade-ins-page .frm-sellyour .nav-tabs {
      background: transparent !important;
      border: 0; }
      .trade-ins-page .frm-sellyour .nav-tabs .text-tab {
        z-index: 9;
        position: relative;
        line-height: 1.4;
        display: inline-block; }
        @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;
      display: inline-block;
      padding-bottom: 5px;
      font-size: 19px;
      text-transform: uppercase;
      font-family: "Gilmer-Regular", sans-serif; }
  .trade-ins-page .prev-step {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    font-family: "Gilmer-Medium", sans-serif;
    border-radius: 4px;
    -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: 1px solid #000;
    margin: 30px 0;
    position: relative; }
    .trade-ins-page .prev-step:focus, .trade-ins-page .prev-step:hover {
      background-color: #000;
      text-decoration: none;
      color: #fff; }
    .trade-ins-page .prev-step:after {
      content: '';
      position: absolute;
      width: calc(100% - 40px);
      transform: scaleX(0);
      height: 1px;
      bottom: 10px;
      left: 20px;
      background-color: #595959;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .trade-ins-page .prev-step:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left; }
  .trade-ins-page .next-step {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    font-family: "Gilmer-Medium", sans-serif;
    border-radius: 4px;
    -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: 1px solid #000;
    margin: 30px 0;
    position: relative; }
    .trade-ins-page .next-step:focus, .trade-ins-page .next-step:hover {
      background-color: #000;
      text-decoration: none;
      color: #fff; }
    .trade-ins-page .next-step:after {
      content: '';
      position: absolute;
      width: calc(100% - 40px);
      transform: scaleX(0);
      height: 1px;
      bottom: 10px;
      left: 20px;
      background-color: #595959;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .trade-ins-page .next-step:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left; }

.ui-sortable > .ui-state-default:last-child > div {
  margin-bottom: 20px;
  background: url("../../Content/images/svg/add-photo.svg") center center no-repeat #fff !important;
  width: 240px;
  height: 75px;
  cursor: pointer; }
  .ui-sortable > .ui-state-default:last-child > div img {
    display: none; }

.brands-list {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .brands-list {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .brands-list h2 {
    color: #000;
    font-size: 24px;
    margin: 0 0 20px 0; }
  .brands-list .brands {
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    display: inline-block; }
    @media (max-width: 992px) {
      .brands-list .brands {
        padding: 10px 0; } }
    .brands-list .brands img {
      display: inline-block; }
      @media (min-width: 1601px) {
        .brands-list .brands img {
          margin: 20px 26px; } }
      @media (min-width: 1401px) and (max-width: 1600px) {
        .brands-list .brands img {
          margin: 20px 15px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .brands-list .brands img {
          margin: 20px 10px;
          height: 50px; } }
      @media (min-width: 993px) and (max-width: 1199px) {
        .brands-list .brands img {
          margin: 20px 9px;
          height: 40px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .brands-list .brands img {
          margin: 10px 5px;
          height: 50px; } }
      @media (max-width: 767px) {
        .brands-list .brands img {
          margin: 10px 5px;
          height: 30px; } }

footer .info-contant {
  color: #fff;
  background: #181818;
  padding-top: 50px;
  padding-bottom: 40px; }
  footer .info-contant .row > div {
    padding-bottom: 10px; }
    footer .info-contant .row > div h3 {
      font-family: "Gilmer-Bold", sans-serif;
      font-size: 24px;
      color: #fff;
      margin-bottom: 20px; }
    footer .info-contant .row > div .hour {
      text-transform: uppercase; }
      @media (max-width: 767px) {
        footer .info-contant .row > div .hour {
          margin-bottom: 10px;
          display: inline-block; } }
      footer .info-contant .row > div .hour img.time {
        float: left; }
      footer .info-contant .row > div .hour > div {
        float: right; }
        @media (min-width: 768px) {
          footer .info-contant .row > div .hour > div {
            width: calc(100% - 30px); } }
        footer .info-contant .row > div .hour > div p {
          margin-bottom: 0px; }
      footer .info-contant .row > div .hour span {
        color: #fff;
        font-family: "Gilmer-Medium", sans-serif; }
    footer .info-contant .row > div .info img {
      display: inline-block;
      margin-right: 10px; }
      footer .info-contant .row > div .info img.address {
        height: 20px; }
      footer .info-contant .row > div .info img.phone {
        height: 20px; }
      footer .info-contant .row > div .info img.time {
        height: 18px;
        margin-top: 6px; }
  footer .info-contant .logo-footer {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      footer .info-contant .logo-footer {
        text-align: center; } }
    @media (max-width: 767px) {
      footer .info-contant .logo-footer a {
        width: 100%;
        float: left;
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      footer .info-contant .logo-footer .logo {
        float: left;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      footer .info-contant .logo-footer .logo {
        display: inline-block; } }
    footer .info-contant .logo-footer span.social a {
      float: inherit; }
    footer .info-contant .logo-footer span.social img {
      margin-left: 5px; }
      @media (max-width: 767px) {
        footer .info-contant .logo-footer span.social img {
          margin-left: 0;
          margin-right: 5px; } }
  footer .info-contant a, footer .info-contant a:focus {
    color: #fff;
    text-decoration: inherit;
    font-family: "Gilmer-Bold", sans-serif;
    text-transform: uppercase; }
    footer .info-contant a:hover, footer .info-contant a:focus:hover {
      color: #fff;
      text-decoration: inherit; }

footer .copyright {
  background: #fff;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Gilmer-Medium", sans-serif;
  font-size: 14px; }
  footer .copyright img {
    display: inline-block;
    max-width: 120px; }
    @media (max-width: 767px) {
      footer .copyright img {
        margin-bottom: 10px; } }
  footer .copyright span {
    display: inline-table;
    padding: 0 5px; }
  @media (max-width: 767px) {
    footer .copyright {
      font-size: 12px; } }
  footer .copyright a, footer .copyright a:focus {
    color: #000;
    text-decoration: inherit; }
    footer .copyright a:hover, footer .copyright a:focus:hover {
      color: #000;
      text-decoration: inherit; }

.detail-info-company {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 0px 20px 10px 20px; }
  .detail-info-company h2 {
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 2.3px; }
  .detail-info-company .hour {
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .detail-info-company .hour {
        margin-bottom: 10px;
        display: inline-block; } }
    .detail-info-company .hour img.time {
      float: left; }
    .detail-info-company .hour > div {
      float: right;
      width: calc(100% - 30px); }
      .detail-info-company .hour > div p {
        margin-bottom: 0px; }
    .detail-info-company .hour span {
      color: #000;
      font-family: "Gilmer-Medium", sans-serif; }
  .detail-info-company .info {
    display: inline-block;
    margin-bottom: 20px; }
    .detail-info-company .info img {
      display: inline-block;
      margin-right: 10px; }
      .detail-info-company .info img.address {
        height: 20px; }
      .detail-info-company .info img.phone {
        height: 20px; }
      .detail-info-company .info img.time {
        height: 18px;
        margin-top: 6px; }
  .detail-info-company a, .detail-info-company a:focus {
    color: #000;
    text-decoration: inherit;
    font-family: "Gilmer-Bold", sans-serif;
    text-transform: uppercase; }
    .detail-info-company a:hover, .detail-info-company a:focus:hover {
      color: #000;
      text-decoration: inherit; }

.form-control {
  border-radius: 0; }

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

.btn-enquiry {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  font-family: "Gilmer-Medium", sans-serif;
  border-radius: 4px;
  -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: 0;
  position: relative; }
  .btn-enquiry:focus, .btn-enquiry:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff; }
  @media (min-width: 993px) {
    .btn-enquiry {
      padding: 14px 35px; } }
  .btn-enquiry:after {
    content: '';
    position: absolute;
    width: 140px;
    transform: scaleX(0);
    height: 1px;
    bottom: 10px;
    left: calc(50% - 70px);
    background-color: #595959;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .btn-enquiry:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.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/svg/right-arrow-1.svg") left center no-repeat;
    background-size: 22px;
    line-height: 1.4;
    color: #000; }
    @media (min-width: 768px) {
      .list-type-1 li {
        width: 49%;
        display: inline-block; } }

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

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

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

@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: #000; }

.testimonials-page .testimonials-title {
  background: #fff;
  padding: 30px;
  margin-top: -50px; }
  .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 .box-class {
    padding: 20px 30px;
    margin: 10px 0;
    background: #E9ECEF; }
  .testimonials-page .testimonials-content .main-testimonials .box-line {
    background: #F8F8F8; }
  .testimonials-page .testimonials-content .main-testimonials > .row > .col-md-12 {
    text-align: center; }

.testimonials-page .btn-loadmore {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 20px 11px 20px;
  text-decoration: none;
  font-family: "Gilmer-Medium", sans-serif;
  border-radius: 4px;
  -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: 0;
  display: inline-block;
  margin-top: 15px; }
  .testimonials-page .btn-loadmore:focus, .testimonials-page .btn-loadmore:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff; }

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

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

.customers-say-class {
  margin: 40px 0 50px 0;
  display: inline-block;
  width: 100%;
  color: #181818; }
  .customers-say-class h2 {
    font-family: "Gilmer-Bold", sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .customers-say-class h2 {
        font-size: 21px; } }

.google-range .google-range-items .box-item {
  background: #F8F8F8;
  padding: 20px 20px 25px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: left;
  display: inline-block;
  width: 100%; }
  .google-range .google-range-items .box-item .avatar {
    display: inline-block;
    width: 100%; }
    .google-range .google-range-items .box-item .avatar img {
      width: 50px;
      float: left;
      border-radius: 50%; }
    .google-range .google-range-items .box-item .avatar .title {
      float: left;
      padding-left: 10px; }
      .google-range .google-range-items .box-item .avatar .title .star > div {
        float: left;
        padding-right: 10px; }
      .google-range .google-range-items .box-item .avatar .title p {
        margin-bottom: -2px; }
        .google-range .google-range-items .box-item .avatar .title p.name {
          font-weight: 700; }
        .google-range .google-range-items .box-item .avatar .title p.star small {
          opacity: 0.7; }
  .google-range .google-range-items .box-item h3 {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
  .google-range .google-range-items .box-item .google-post img {
    width: 30px;
    float: left;
    padding-top: 5px;
    margin-right: 10px; }
  .google-range .google-range-items .box-item .google-post .post {
    float: left; }
    .google-range .google-range-items .box-item .google-post .post p {
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 700; }
    .google-range .google-range-items .box-item .google-post .post h4 {
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      color: #000; }

.google-range .owl-carousel .owl-nav .owl-prev, .google-range .owl-carousel .owl-nav .owl-next {
  background-color: #E9ECEF;
  background-image: url("../../Content/images/svg/arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 8px;
  text-indent: -900px;
  border: 0;
  -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: 10px 30px; }
  @media (max-width: 992px) {
    .google-range .owl-carousel .owl-nav .owl-prev, .google-range .owl-carousel .owl-nav .owl-next {
      text-indent: -230px; } }
  .google-range .owl-carousel .owl-nav .owl-prev:hover, .google-range .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(233, 236, 239, 0.7);
    background-image: url("../../Content/images/svg/arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 8px;
    text-indent: -900px;
    padding: 10px 30px; }
    @media (max-width: 992px) {
      .google-range .owl-carousel .owl-nav .owl-prev:hover, .google-range .owl-carousel .owl-nav .owl-next:hover {
        text-indent: -230px; } }

.google-range .owl-carousel .owl-nav .owl-prev {
  margin-left: -50px !important;
  transform: matrix(-1, 0, 0, 1, 0, 0); }

.google-range .owl-carousel .owl-nav .owl-next {
  margin-right: -50px !important; }

.google-range .owl-dots {
  display: none; }

a.btn-load, a.btn-load:focus {
  background: #000;
  color: #fff;
  padding: 14px 25px;
  text-decoration: none;
  border-radius: 18px;
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-family: "Gilmer-Bold", sans-serif;
  letter-spacing: .1em;
  -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);
  cursor: pointer; }
  @media (min-width: 993px) {
    a.btn-load, a.btn-load:focus {
      padding: 14px 35px; } }
  a.btn-load:hover, a.btn-load:focus:hover {
    background: #000;
    text-decoration: none; }

.cus-star {
  background-image: url("../../Content/images/star-icon.png");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-indent: -9999px; }

.cus-star_1 {
  background-position: 0 center; }

.cus-star_2 {
  background-position: -28px center; }

.cus-star_3 {
  background-position: -56px center; }

.cus-star_4 {
  background-position: -84px center; }

.cus-star_5 {
  background-position: -112px center; }

.home-about {
  padding-top: 40px; }
  .home-about .title {
    text-align: center;
    margin-bottom: 40px; }
    .home-about .title h2 {
      text-transform: uppercase;
      line-height: 1.3;
      font-size: 24px;
      margin-top: 10px;
      color: #000; }
      @media (min-width: 993px) {
        .home-about .title h2 {
          max-width: 993px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .home-about .title h2 {
          font-size: 18px; } }
    .home-about .title p {
      color: #6A6A6A; }
  .home-about .box-about {
    padding-bottom: 40px;
    position: relative; }
    .home-about .box-about a, .home-about .box-about a:focus {
      text-decoration: none; }
      .home-about .box-about a img, .home-about .box-about a:focus img {
        border-radius: 4px; }
      .home-about .box-about a .box-about-content, .home-about .box-about a:focus .box-about-content {
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        border-radius: 4px; }
        .home-about .box-about a .box-about-content h2, .home-about .box-about a:focus .box-about-content h2 {
          color: #fff;
          font-size: 28px;
          font-family: "Gilmer-Bold", sans-serif;
          margin-top: 0; }
        .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
          background-color: #969696;
          color: #fff;
          display: inline-block;
          padding: 11px 30px;
          text-decoration: none;
          font-family: "Gilmer-Bold", sans-serif;
          border-radius: 4px;
          border: 1px solid #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);
          text-transform: uppercase; }
          .home-about .box-about a .box-about-content p:focus, .home-about .box-about a .box-about-content p:hover, .home-about .box-about a:focus .box-about-content p:focus, .home-about .box-about a:focus .box-about-content p:hover {
            background-color: #303030;
            text-decoration: none;
            color: #fff;
            border: 1px solid #fff; }
          @media (min-width: 768px) {
            .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
              min-width: 210px; } }
          @media (max-width: 767px) {
            .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
              padding: 12px 25px; } }
        .home-about .box-about a .box-about-content:hover p, .home-about .box-about a:focus .box-about-content:hover p {
          background-color: #303030;
          color: #fff;
          display: inline-block;
          padding: 11px 30px;
          text-decoration: none;
          font-family: "Gilmer-Bold", sans-serif;
          border-radius: 4px;
          border: 1px solid #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);
          text-transform: uppercase; }
          .home-about .box-about a .box-about-content:hover p:focus, .home-about .box-about a .box-about-content:hover p:hover, .home-about .box-about a:focus .box-about-content:hover p:focus, .home-about .box-about a:focus .box-about-content:hover p:hover {
            background-color: #303030;
            text-decoration: none;
            color: #fff;
            border: 1px solid #fff; }
        @media (min-width: 1200px) {
          .home-about .box-about a .box-about-content, .home-about .box-about a:focus .box-about-content {
            padding: 56px 0; }
            .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
              margin-top: 30px; } }
        @media (min-width: 993px) and (max-width: 1199px) {
          .home-about .box-about a .box-about-content, .home-about .box-about a:focus .box-about-content {
            padding: 33px 0; }
            .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
              margin-top: 30px; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .home-about .box-about a .box-about-content, .home-about .box-about a:focus .box-about-content {
            padding: 55px 0; }
            .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
              margin-top: 15px; } }
        @media (max-width: 767px) {
          .home-about .box-about a .box-about-content, .home-about .box-about a:focus .box-about-content {
            padding: 50px 0; }
            .home-about .box-about a .box-about-content p, .home-about .box-about a:focus .box-about-content p {
              margin-top: 15px; } }

.frm-email-enquiry-4 select.form-control, .frm-email-enquiry-4 input.form-control, .contact-page select.form-control, .contact-page input.form-control, .frm-mail-sellyour select.form-control, .frm-mail-sellyour input.form-control, .frm-finance select.form-control, .frm-finance input.form-control {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #D9D9D9; }

.frm-email-enquiry-4 .controls, .contact-page .controls, .frm-mail-sellyour .controls, .frm-finance .controls {
  position: relative; }

.frm-email-enquiry-4 .floating-label, .contact-page .floating-label, .frm-mail-sellyour .floating-label, .frm-finance .floating-label {
  position: absolute;
  pointer-events: none;
  left: 13px;
  top: 12px;
  font-weight: normal;
  transition: 0.2s ease all; }
  @media (max-width: 767px) {
    .frm-email-enquiry-4 .floating-label, .contact-page .floating-label, .frm-mail-sellyour .floating-label, .frm-finance .floating-label {
      top: 14px; } }

.frm-email-enquiry-4 .form-control:focus, .contact-page .form-control:focus, .frm-mail-sellyour .form-control:focus, .frm-finance .form-control:focus {
  box-shadow: none;
  border: 1px solid #D9D9D9; }

.frm-email-enquiry-4 .val-no-empty, .contact-page .val-no-empty, .frm-mail-sellyour .val-no-empty, .frm-finance .val-no-empty {
  color: #000; }
  .frm-email-enquiry-4 .val-no-empty .floating-label, .contact-page .val-no-empty .floating-label, .frm-mail-sellyour .val-no-empty .floating-label, .frm-finance .val-no-empty .floating-label {
    top: 3px;
    bottom: 10px;
    left: 13px;
    font-size: 11px;
    opacity: 0.75; }
    @media (max-width: 767px) {
      .frm-email-enquiry-4 .val-no-empty .floating-label, .contact-page .val-no-empty .floating-label, .frm-mail-sellyour .val-no-empty .floating-label, .frm-finance .val-no-empty .floating-label {
        top: 3px; } }
  .frm-email-enquiry-4 .val-no-empty .inputText.form-control, .contact-page .val-no-empty .inputText.form-control, .frm-mail-sellyour .val-no-empty .inputText.form-control, .frm-finance .val-no-empty .inputText.form-control {
    padding: 16px 12px 0px 12px;
    color: #000; }

.frm-email-enquiry-4 .labelHideTradeIn, .frm-email-enquiry-4 .labelTradeIn, .contact-page .labelHideTradeIn, .contact-page .labelTradeIn, .frm-mail-sellyour .labelHideTradeIn, .frm-mail-sellyour .labelTradeIn, .frm-finance .labelHideTradeIn, .frm-finance .labelTradeIn {
  cursor: pointer; }
  .frm-email-enquiry-4 .labelHideTradeIn:hover, .frm-email-enquiry-4 .labelTradeIn:hover, .contact-page .labelHideTradeIn:hover, .contact-page .labelTradeIn:hover, .frm-mail-sellyour .labelHideTradeIn:hover, .frm-mail-sellyour .labelTradeIn:hover, .frm-finance .labelHideTradeIn:hover, .frm-finance .labelTradeIn:hover {
    color: #000; }

.frm-email-enquiry-4 .ckbFlagMarketing, .contact-page .ckbFlagMarketing, .frm-mail-sellyour .ckbFlagMarketing, .frm-finance .ckbFlagMarketing {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 8px; }
  .frm-email-enquiry-4 .ckbFlagMarketing input:checked:after, .frm-email-enquiry-4 .ckbFlagMarketing input:after, .contact-page .ckbFlagMarketing input:checked:after, .contact-page .ckbFlagMarketing input:after, .frm-mail-sellyour .ckbFlagMarketing input:checked:after, .frm-mail-sellyour .ckbFlagMarketing input:after, .frm-finance .ckbFlagMarketing input:checked:after, .frm-finance .ckbFlagMarketing input:after {
    visibility: visible;
    font-family: FontAwesome;
    font-size: 24px;
    height: 24px;
    width: 20px;
    position: relative;
    top: -7px;
    left: 0px;
    background-color: #E9ECEF;
    display: inline-block; }
  .frm-email-enquiry-4 .ckbFlagMarketing input:checked:after, .contact-page .ckbFlagMarketing input:checked:after, .frm-mail-sellyour .ckbFlagMarketing input:checked:after, .frm-finance .ckbFlagMarketing input:checked:after {
    content: '';
    background: url("../../Content/images/stock-filter.png") left -21px no-repeat #fff; }
  .frm-email-enquiry-4 .ckbFlagMarketing input:after, .contact-page .ckbFlagMarketing input:after, .frm-mail-sellyour .ckbFlagMarketing input:after, .frm-finance .ckbFlagMarketing input:after {
    content: '';
    background: url("../../Content/images/stock-filter.png") left 2px no-repeat #fff; }
  .frm-email-enquiry-4 .ckbFlagMarketing input, .contact-page .ckbFlagMarketing input, .frm-mail-sellyour .ckbFlagMarketing input, .frm-finance .ckbFlagMarketing input {
    float: left;
    margin-left: -25px; }
  .frm-email-enquiry-4 .ckbFlagMarketing label, .contact-page .ckbFlagMarketing label, .frm-mail-sellyour .ckbFlagMarketing label, .frm-finance .ckbFlagMarketing label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
    /* 16.52px */
    text-transform: capitalize; }

.frm-email-enquiry-4 textarea.form-control, .contact-page textarea.form-control, .frm-mail-sellyour textarea.form-control, .frm-finance textarea.form-control {
  border-radius: 4px; }

.with-errors span {
  color: #940000; }

/*@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: #F9F9F9;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .container-listview15 .boxFilterLeft {
      border: 1px solid #E7E7E7; } }
  .container-listview15 .boxFilterLeft .controls {
    padding: 15px 15px 10px 15px; }
    @media (max-width: 767px) {
      .container-listview15 .boxFilterLeft .controls {
        padding: 10px 15px; } }
    .container-listview15 .boxFilterLeft .controls label {
      font-family: "Gilmer-Medium", sans-serif;
      font-weight: normal; }
    .container-listview15 .boxFilterLeft .controls .cl-multimake {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; }
      .container-listview15 .boxFilterLeft .controls .cl-multimake h4 {
        text-transform: uppercase; }
    .container-listview15 .boxFilterLeft .controls.StockNumber-class input {
      height: 44px;
      border-radius: 0; }
    .container-listview15 .boxFilterLeft .controls.StockNumber-class button {
      float: right;
      margin-top: -40px;
      margin-right: 3px;
      font-size: 22px; }
    .container-listview15 .boxFilterLeft .controls.header-filter-left {
      background-color: #181818;
      color: white;
      font-size: 18px;
      font-family: "Gilmer-Medium", sans-serif;
      padding: 15px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .container-listview15 .boxFilterLeft .controls.header-filter-left {
          border-radius: 5px 5px 0 0; } }
      .container-listview15 .boxFilterLeft .controls.header-filter-left i {
        background-image: url("../../Content/images/filter-icon.png");
        width: 29px;
        height: 19px;
        display: none; }
    .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 {
      margin-bottom: 10px; }
      .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;
        font-size: 14px;
        padding: 10px;
        text-decoration: none;
        border: 1px solid #000;
        border-radius: 5px;
        -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); }
        .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: #000;
        color: white;
        margin-bottom: 10px; }
      .container-listview15 .boxFilterLeft .controls.btn-frm .btn-clear-filters {
        color: #000;
        font-family: "Gilmer-Medium", sans-serif; }
        .container-listview15 .boxFilterLeft .controls.btn-frm .btn-clear-filters:hover {
          background: #000;
          border: 1px solid #000;
          color: white; }
  .container-listview15 .boxFilterLeft .ckb-filter {
    padding: 15px 15px 10px 15px; }
    .container-listview15 .boxFilterLeft .ckb-filter .cbk-filter-title {
      font-family: "Gilmer-Medium", sans-serif;
      font-size: 14px;
      margin-bottom: 15px;
      margin-top: 0; }
    .container-listview15 .boxFilterLeft .ckb-filter .ckb-group > div {
      display: inline-block;
      width: 100%;
      margin-bottom: 0px; }
    .container-listview15 .boxFilterLeft .ckb-filter .ckb-group input:checked:after, .container-listview15 .boxFilterLeft .ckb-filter .ckb-group input:after {
      visibility: visible;
      font-family: FontAwesome;
      font-size: 24px;
      height: 24px;
      width: 20px;
      position: relative;
      top: -5px;
      left: 0px;
      background-color: #fff;
      display: inline-block; }
    .container-listview15 .boxFilterLeft .ckb-filter .ckb-group input:checked:after {
      content: '';
      background: url("../../Content/images/stock-filter.png") left -21px no-repeat #fff; }
    .container-listview15 .boxFilterLeft .ckb-filter .ckb-group input:after {
      content: '';
      background: url("../../Content/images/stock-filter.png") left 2px no-repeat #fff; }
    .container-listview15 .boxFilterLeft .ckb-filter .ckb-group input {
      float: left; }
    .container-listview15 .boxFilterLeft .ckb-filter .ckb-group label {
      width: calc(100% - 28px);
      float: right;
      padding-top: 0px;
      font-family: "Gilmer-Bold", sans-serif;
      font-size: 12px;
      text-transform: uppercase; }

.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: #000 !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-showing b {
          font-weight: normal; }
      .container-listview15 .container-filter-top .veh-sortby-class {
        margin-top: -28px; } }
  .container-listview15 .container-filter-top .veh-showing {
    padding-top: 10px;
    font-family: "Gilmer-Medium", sans-serif;
    color: #000; }
    @media (min-width: 993px) {
      .container-listview15 .container-filter-top .veh-showing {
        font-size: 24px; } }
    @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;
    /*.ddl-group {
                @media(min-width:768px) {
                    width: calc(100% - 90px);
                }
                @media(max-width:767px) {
                }
            }*/
    /*To remove button from IE11, thank you Matt */ }
    @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; } }
    .container-listview15 .container-filter-top .veh-sortby label {
      font-family: "Gilmer-Regular", sans-serif;
      text-shadow: none;
      text-transform: uppercase;
      font-weight: normal;
      color: #000; }
      @media (min-width: 768px) {
        .container-listview15 .container-filter-top .veh-sortby label {
          width: 90px;
          font-size: 16px; } }
      @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; } }
    .container-listview15 .container-filter-top .veh-sortby .ddl-group {
      position: relative;
      display: inline-block;
      width: calc(100% - 90px); }
    .container-listview15 .container-filter-top .veh-sortby select::-ms-expand {
      display: none; }
    .container-listview15 .container-filter-top .veh-sortby .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 .container-filter-top .veh-sortby .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; }

.container-listview15 .container-stock-list .card-cols .veh-item {
  background: white;
  margin-bottom: 30px;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  transition: box-shadow .3s;
  /*-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);*/ }
  .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;
        border-radius: 5px 5px 0 0; }
  @media (min-width: 768px) {
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-info {
      padding: 5px 15px 15px 15px; } }
  @media (max-width: 767px) {
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-info {
      padding: 15px 10px 10px 10px; } }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-title {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-title {
        height: 60px; } }
    .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-size: 18px;
        line-height: 18px;
        font-family: "Gilmer-Bold", sans-serif;
        text-transform: uppercase;
        color: #424242;
        margin: 0; }
      .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 {
      color: #999FA4;
      font-size: 13px;
      line-height: 26px;
      text-transform: uppercase;
      margin: 0; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-price h4 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: -5px;
    font-family: "Gilmer-Bold", sans-serif;
    float: left;
    color: #181818; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-price h4 label {
      font-size: 11px;
      text-transform: uppercase;
      padding-top: 5px;
      font-family: "Gilmer-Medium", sans-serif;
      display: inline-block;
      color: #999FA4;
      font-weight: normal; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a, .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:focus {
    font-family: "Gilmer-Medium", sans-serif;
    background-color: black;
    font-size: 14px;
    color: white;
    padding: 11px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    position: relative; }
    @media (min-width: 993px) {
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a, .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:focus {
        padding: 10px 20px; } }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:after, .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:focus:after {
      content: '';
      position: absolute;
      width: 120px;
      transform: scaleX(0);
      height: 1px;
      bottom: 10px;
      left: calc(50% - 60px);
      background-color: #595959;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:hover, .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:focus:hover {
      background-color: black !important;
      text-decoration: none; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:hover::after, .container-listview15 .container-stock-list .card-cols .veh-item .veh-btn-detail a:focus:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left; }
  .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;
    display: none; }
  .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields {
    display: inline-block;
    width: calc(100% + 10px);
    text-align: center;
    color: black;
    margin: 10px -5px; }
    @media (min-width: 768px) {
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields {
        /*background: $color-0;  
                        min-height: 85px;*/ } }
    .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div {
      border: 1px solid #C4C4C4;
      text-align: center;
      border-radius: 6px;
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.2;
      padding: 5px 5px 3px 5px;
      font-family: "Gilmer-Regular", sans-serif;
      width: calc(25% - 10px);
      margin: 0 5px;
      /*@media(min-width:768px) {
                            width: 25%;
                        }
                        @media(max-width:767px) {
                            float: left;
                            width: auto;
                            padding-top: 0;
                            padding-bottom:0;
                        }*/ }
      @media (min-width: 1200px) and (max-width: 1330px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div {
          padding-bottom: 0; } }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div:nth-child(2) {
        width: 15%; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div:last-child {
        width: calc(32% - 10px); }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div i {
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        margin-bottom: 5px;
        width: 100%;
        /*@media(min-width:768px) {
                                width: 100%;
                            }                         
                            @media(max-width:767px) {
                                //width: 40px;
                                margin-right: 5px;
                            }*/
        display: none; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div span {
        /*height: 30px;
                            display: flex;
                            justify-content: center;
                            align-items: center;*/
        /*@media(min-width: 1200px) and (max-width: 1330px) {
                                height: 30px;
                                display: inline-block;
                            }*/ }
      @media (max-width: 767px) {
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div span {
          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.odometer i {
        height: 20px;
        background-image: url("../../Content/images/veh-icon/odo.svg");
        background-size: 17px; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.enginesizeliterfuel i, .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.enginesizeliterfuel i, .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.enginesizeliter i {
        height: 20px;
        background-image: url("../../Content/images/svg/stock-icon-2.png");
        background-size: 17px 17px; }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.cylindersfuel {
        /*@media(max-width:767px) {
                                display: none;
                            }
                            i {
                                background-position: center -30px;
                            }*/ }
        .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.cylindersfuel i {
          height: 20px;
          background-image: url("../../Content/images/svg/stock-icon-3.svg"); }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.Colour i {
        height: 20px;
        background-image: url("../../Content/images/svg/stock-icon-4.svg"); }
      .container-listview15 .container-stock-list .card-cols .veh-item .veh-spec-fields > div.transmission i {
        height: 20px;
        background-image: url("../../Content/images/veh-icon/transmission.svg");
        background-size: 17px; }
  .container-listview15 .container-stock-list .card-cols .veh-item:hover {
    text-decoration: none;
    box-shadow: 0 0 10px 2px #ececec; }
    .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: #000 !important; }
      .container-listview15 .container-stock-list .card-cols .veh-item:hover .veh-btn-detail a::after, .container-listview15 .container-stock-list .card-cols .veh-item:hover .veh-btn-detail a:focus::after {
        transform: scaleX(1);
        transform-origin: bottom left; }

.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;
    margin-bottom: 0; }
    .container-listview15 .container-pagination .justify-content-md-center ul.pagination li a {
      color: black;
      background-color: #f2f2f2;
      border-radius: 5px;
      float: left;
      padding: 10px 20px;
      border: none;
      text-transform: uppercase;
      margin: 9px; }
      @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: #181818;
        color: white; }
    .container-listview15 .container-pagination .justify-content-md-center ul.pagination li.active a {
      background-color: #181818;
      color: white;
      border-radius: 5px;
      float: left;
      border: none;
      margin: 9px;
      padding: 10px 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: 13px; }
    @media (min-width: 1200px) {
      .container-detailview18 .veh-title .title-show-desktop .title-vehInfo {
        float: left;
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .container-detailview18 .veh-title .title-show-desktop .title-vehInfo {
        font-size: 18px;
        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;
    font-size: 18px;
    color: #000; }
  @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%;
    line-height: 1.8;
    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/svg/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/svg/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: #000;
        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: #000;
    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: #000;
    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: #000;
    color: white;
    border: 0;
    border-radius: 0; }

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

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

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

.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;
    min-height: initial !important; }

.container-detailview18 .veh-info {
  margin-top: 40px; }
  .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 .fueltype 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;
    font-weight: bold; }
    .container-detailview18 .veh-content ul li a, .container-detailview18 .veh-content ul li a:focus, .container-detailview18 .veh-content ul li a:hover {
      color: black;
      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: #000;
      text-transform: uppercase;
      background: transparent;
      border-bottom: 2px solid #000;
      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: #000;
    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: black;
    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: #EA4A42;
        color: white;
        padding: 0px 5px 1px;
        border-radius: 50%;
        opacity: 0.75; }
        .modal-open .modal-dialog.modal-md .modal-content .modal-header button span {
          text-shadow: none; }
    .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; }

.veh-info .pw {
  display: none; }

.detail-page .container-backpage-v24, .detail-page .container-content-v24, .detail-page .container-similar-v24 {
  max-width: 1600px;
  width: 100%; }

.detail-page .g-recaptcha {
  transform: scale(0.79);
  transform-origin: 0 0; }

.detail-page .container-detailview19 > .container {
  max-width: 1400px;
  width: 100%; }

.detail-page .veh-backpage {
  background: #F2F4F5;
  margin-bottom: 40px; }
  .detail-page .veh-backpage a.btn-black, .detail-page .veh-backpage a.btn-black:focus {
    color: #424242;
    margin: 15px 0;
    display: block;
    text-transform: uppercase; }
    .detail-page .veh-backpage a.btn-black:hover, .detail-page .veh-backpage a.btn-black:focus:hover {
      color: black;
      text-decoration: none; }

.detail-page .section-gallery .veh-title-top {
  display: inline-block;
  width: 100%; }
  .detail-page .section-gallery .veh-title-top .title-vehInfo {
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .detail-page .section-gallery .veh-title-top .title-vehInfo {
        width: calc(100% - 180px);
        float: left; } }
    .detail-page .section-gallery .veh-title-top .title-vehInfo h1 {
      font-family: "Gilmer-Medium", sans-serif;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 35px;
      color: #303030; }
      @media (min-width: 768px) and (max-width: 1400px) {
        .detail-page .section-gallery .veh-title-top .title-vehInfo h1 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .detail-page .section-gallery .veh-title-top .title-vehInfo h1 {
          font-size: 24px; } }
    .detail-page .section-gallery .veh-title-top .title-vehInfo h3 {
      font-size: 21px;
      color: #969696;
      margin: 5px 0 20px 0; }
      @media (max-width: 767px) {
        .detail-page .section-gallery .veh-title-top .title-vehInfo h3 {
          font-size: 18px; } }
  .detail-page .section-gallery .veh-title-top .veh-header-left {
    padding-bottom: 17px;
    color: #6A6A6A;
    font-family: "Gilmer-Medium", sans-serif;
    text-transform: uppercase;
    /*@media (max-width: 767px) {
                    display: none;
                }*/ }
    @media (min-width: 768px) {
      .detail-page .section-gallery .veh-title-top .veh-header-left {
        width: 180px;
        float: right;
        text-align: right; } }
    .detail-page .section-gallery .veh-title-top .veh-header-left .product-price {
      font-size: 35px;
      color: #303030;
      display: block;
      margin-bottom: 10px;
      margin-top: 5px; }
      @media (max-width: 1400px) {
        .detail-page .section-gallery .veh-title-top .veh-header-left .product-price {
          font-size: 28px; } }
    .detail-page .section-gallery .veh-title-top .veh-header-left .drive-away-label {
      font-size: 14px; }

.detail-page .section-gallery .product-comments {
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (min-width: 993px) {
    .detail-page .section-gallery .product-comments {
      font-size: 14px; } }

.detail-page .product-slider .galleria-stage, .detail-page .product-slider .galleria-bar {
  border: 1px solid #EAEAEA;
  border-radius: 4px; }

.detail-page .product-slider .galleria-info {
  display: none !important; }

.detail-page .product-slider .galleria-stage {
  padding-bottom: 30px; }

.detail-page .product-slider .galleria-image, .detail-page .product-slider .galleria-stage {
  background: white; }

.detail-page .product-slider .galleria-image-nav-right, .detail-page .product-slider .galleria-image-nav-left {
  width: 32px;
  height: 32px;
  background-color: transparent; }
  .detail-page .product-slider .galleria-image-nav-right:hover, .detail-page .product-slider .galleria-image-nav-left:hover {
    background-color: transparent !important; }

.detail-page .product-slider .galleria-image-nav-right {
  background-image: url("../../Content/images/right-1.png"); }

.detail-page .product-slider .galleria-image-nav-left {
  background-image: url("../../Content/images/left-1.png"); }

.detail-page .product-slider .galleria-thumb-nav-right, .detail-page .product-slider .galleria-thumb-nav-left {
  background-color: #a2a2a2; }
  .detail-page .product-slider .galleria-thumb-nav-right:hover, .detail-page .product-slider .galleria-thumb-nav-left:hover {
    background-color: #0070b4 !important; }

.detail-page .product-slider .galleria-container {
  background: transparent !important;
  border: 0;
  margin-bottom: 30px; }

.detail-page .product-slider .galleria-thumbnails .galleria-image {
  border: 1px solid #a2a2a2; }

.detail-page .product-slider .galleria-fullscreen, .detail-page .product-slider .galleria-play {
  width: 32px;
  height: 32px;
  background-color: #a2a2a2;
  border-right: 0 !important;
  display: none; }

@media (min-width: 768px) {
  .detail-page .product-slider .galleria-play {
    background-position: 50% 8px;
    margin-top: 3px; } }

@media (min-width: 768px) {
  .detail-page .product-slider .galleria-play.pause {
    background-position: 50% -92px;
    margin-top: 3px; } }

.detail-page .product-slider .galleria-container.fullscreen .galleria-fullscreen {
  background-position: 50% -92px; }

@media (min-width: 768px) {
  .detail-page .product-slider .galleria-fullscreen {
    background-position: 50% 8px;
    left: 0px;
    margin-top: 36px; } }

@media (min-width: 768px) {
  .detail-page .product-slider .galleria-thumbnails-container {
    left: 5px;
    top: 2px; } }

@media (max-width: 767px) {
  .detail-page .product-slider .galleria-bar {
    height: 48px; }
  .detail-page .product-slider .galleria-stage {
    bottom: 48px; }
  .detail-page .product-slider .galleria-play {
    background-position: 50% 8px !important;
    margin-top: 6px; }
  .detail-page .product-slider .galleria-play.pause {
    background-position: 50% -92px !important;
    margin-top: 6px; }
  .detail-page .product-slider .galleria-fullscreen {
    background-position: 50%  8px !important;
    margin-top: 6px;
    left: 36px; }
  .detail-page .product-slider .galleria-thumbnails-container {
    left: 75px;
    top: 3px; }
  .detail-page .product-slider .galleria-thumb-nav-left, .detail-page .product-slider .galleria-thumb-nav-right {
    top: 10px; }
  .detail-page .product-slider .galleria-image {
    height: 40px;
    width: auto; }
    .detail-page .product-slider .galleria-image img {
      height: 40px;
      width: auto; }
  .detail-page .product-slider .galleria-info-description {
    padding-top: 15px;
    margin-bottom: 2px; }
  .detail-page .product-slider .galleria-thumbnails {
    width: 100% !important; } }

.detail-page .product-slider .galleria-container.notouch .galleria-thumblink:hover, .detail-page .product-slider .galleria-container.touch .galleria-thumblink:active, .detail-page .product-slider .galleria-thumblink.open, .detail-page .product-slider .galleria-container.notouch .galleria-fullscreen:hover, .detail-page .product-slider .galleria-container.touch .galleria-fullscreen:active, .detail-page .product-slider .galleria-container.notouch .galleria-play:hover, .detail-page .product-slider .galleria-container.touch .galleria-play:active, .detail-page .product-slider .galleria-container.notouch .galleria-popout:hover, .detail-page .product-slider .galleria-container.touch .galleria-popout:active {
  background-color: #000; }

@media (max-width: 767px) {
  .detail-page .btn-buynow {
    display: none; } }

.detail-page .btn-buynow a, .detail-page .btn-buynow a:focus {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 11px 25px 13px;
  border-radius: 18px;
  text-align: center;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  font-family: "Gilmer-Bold", sans-serif;
  /*i {
                background: url($content-path + "/images/svg/add-cart.svg"); 
                float: right;
                width: 32px;
                height: 30px;
            }*/
  /*b {
                display: block;
                font-family: $fontTitle;
                font-weight: normal;
                font-size: 14px;
            }*/ }
  .detail-page .btn-buynow a span, .detail-page .btn-buynow a:focus span {
    font-size: 16px;
    margin: 4px 10px 0 0;
    display: inline-block; }
  .detail-page .btn-buynow a:hover, .detail-page .btn-buynow a:focus:hover {
    background: #000; }

.detail-page .btn-buynow:hover {
  text-decoration: none; }

.detail-page .veh-title-price {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  .detail-page .veh-title-price .title-vehInfo2 {
    font-family: "Gilmer-Bold", sans-serif;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px; }
  .detail-page .veh-title-price .product-header {
    color: #000;
    font-family: "Gilmer-Bold", sans-serif;
    text-transform: uppercase; }
    .detail-page .veh-title-price .product-header .product-price {
      font-size: 26px; }
    .detail-page .veh-title-price .product-header .drive-away-label {
      font-size: 14px; }
  @media (min-width: 768px) {
    .detail-page .veh-title-price .btn-buynow {
      float: right;
      margin-top: -30px; }
      .detail-page .veh-title-price .btn-buynow a {
        width: auto; } }
  @media (max-width: 767px) {
    .detail-page .veh-title-price .btn-buynow {
      margin-top: 10px;
      display: block; } }
  @media (min-width: 768px) {
    .detail-page .veh-title-price .title-vehInfo2, .detail-page .veh-title-price .product-header {
      width: calc(100% - 280px);
      display: inline-block; } }

.detail-page .hdf-btn-enquire {
  margin: 30px 0; }
  .detail-page .hdf-btn-enquire a, .detail-page .hdf-btn-enquire a:focus {
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 13px 25px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-family: "Gilmer-Medium", sans-serif;
    border: 0; }
    .detail-page .hdf-btn-enquire a:hover, .detail-page .hdf-btn-enquire a:focus:hover {
      background: #000; }

.detail-page .widget.form {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 7px 20px; }
  @media (min-width: 768px) {
    .detail-page .widget.form {
      margin-top: 94px; } }
  .detail-page .widget.form h3 {
    font-family: "Gilmer-Regular", sans-serif;
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .detail-page .widget.form .textTitle {
    font-family: "Gilmer-Regular", sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 10px;
    display: none; }
  .detail-page .widget.form button.btn-send {
    font-family: "Gilmer-Medium", sans-serif;
    background: #000;
    color: #fff;
    padding: 13px 25px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    -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); }
    .detail-page .widget.form button.btn-send:after {
      content: '';
      position: absolute;
      width: 140px;
      transform: scaleX(0);
      height: 1px;
      bottom: 10px;
      left: calc(50% - 70px);
      background-color: #595959;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .detail-page .widget.form button.btn-send:hover {
      background: #000;
      color: #fff; }
      .detail-page .widget.form button.btn-send:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left; }

.detail-page .veh-spec-section {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
  padding: 23px 0px 0px 0px;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .detail-page .veh-spec-section {
      padding: 23px 0px 0px 0; } }
  @media (max-width: 767px) {
    .detail-page .veh-spec-section {
      padding: 20px 0px 0px 0; } }
  .detail-page .veh-spec-section .veh-spec-fields > div {
    font-family: "Gilmer-Bold", sans-serif;
    /*@media (min-width: 1200px) {
                    height: 150px;
                }
                @media (min-width: 768px) and (max-width: 1199px) {
                    height: 140px;
                }*/ }
    @media (min-width: 1401px) {
      .detail-page .veh-spec-section .veh-spec-fields > div {
        width: 27%; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .detail-page .veh-spec-section .veh-spec-fields > div {
        width: 24%; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .detail-page .veh-spec-section .veh-spec-fields > div {
        width: 24%; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .detail-page .veh-spec-section .veh-spec-fields > div {
        width: 25%; } }
    .detail-page .veh-spec-section .veh-spec-fields > div.seats {
      width: 140px; }
    @media (min-width: 1401px) {
      .detail-page .veh-spec-section .veh-spec-fields > div.transmission {
        width: calc(46% - 140px); } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .detail-page .veh-spec-section .veh-spec-fields > div.transmission {
        width: calc(52% - 140px); } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .detail-page .veh-spec-section .veh-spec-fields > div.transmission {
        width: calc(52% - 140px); } }
    @media (min-width: 768px) and (max-width: 992px) {
      .detail-page .veh-spec-section .veh-spec-fields > div.transmission {
        width: calc(50% - 140px); } }
    @media (max-width: 767px) {
      .detail-page .veh-spec-section .veh-spec-fields > div {
        height: 70px;
        font-size: 11px;
        width: 50%;
        float: left; } }
    .detail-page .veh-spec-section .veh-spec-fields > div.spec-extra-cols {
      width: calc(100% - 60px);
      display: inline-block;
      text-align: left;
      height: auto; }
      .detail-page .veh-spec-section .veh-spec-fields > div.spec-extra-cols > div {
        width: auto;
        padding: 0;
        margin-right: 50px; }
        @media (min-width: 768px) {
          .detail-page .veh-spec-section .veh-spec-fields > div.spec-extra-cols > div {
            margin-left: 3%; } }
        @media (max-width: 767px) {
          .detail-page .veh-spec-section .veh-spec-fields > div.spec-extra-cols > div {
            margin-right: 30px; } }
  .detail-page .veh-spec-section .veh-spec-fields i {
    height: 42px;
    width: 42px;
    float: left;
    margin-top: 3px;
    margin-right: 10px; }
  .detail-page .veh-spec-section .veh-spec-fields p {
    margin-bottom: 0px;
    float: left;
    text-align: left;
    width: calc(100% - 52px);
    text-transform: uppercase;
    font-size: 12px;
    color: #6A6A6A; }
    .detail-page .veh-spec-section .veh-spec-fields p b {
      font-weight: normal; }
  .detail-page .veh-spec-section .veh-spec-fields span {
    text-transform: uppercase;
    float: left;
    margin-top: -5px; }
    @media (min-width: 1441px) {
      .detail-page .veh-spec-section .veh-spec-fields span {
        font-size: 18px; } }
    @media (min-width: 1200px) and (max-width: 1440px) {
      .detail-page .veh-spec-section .veh-spec-fields span {
        font-size: 16px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .detail-page .veh-spec-section .veh-spec-fields span {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .detail-page .veh-spec-section .veh-spec-fields span {
        font-size: 12px; } }

.detail-page .veh-content {
  margin-bottom: 30px; }
  .detail-page .veh-content h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2.3px; }
  .detail-page .veh-content .wsstock-vehdetail > div h4 {
    display: none; }
  .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body table {
    margin-bottom: 30px; }
  .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr td, .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr th {
    border-top: 0;
    border-bottom: 1px solid #EAEAEA;
    text-transform: uppercase;
    padding-left: 0;
    padding: 10px 0px;
    font-weight: normal; }
    .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr td b, .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr th b {
      font-weight: normal; }
  .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr th {
    color: #6A6A6A;
    font-family: "Gilmer-Regular", sans-serif; }
  .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr td {
    text-align: right;
    font-family: "Gilmer-Medium", sans-serif; }
  .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr:last-child td, .detail-page .veh-content .wsstock-vehdetail > div .vehicle-detail-body tr:last-child th {
    border-bottom: 0; }
  .detail-page .veh-content ul {
    background: #f2f2f2;
    border: 0;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 5px; }
    .detail-page .veh-content ul li a, .detail-page .veh-content ul li a:focus, .detail-page .veh-content ul li a:hover {
      color: black;
      text-transform: uppercase;
      background: transparent;
      border: 0;
      padding: 0 0 4px 0;
      margin: 15px 20px; }
      @media (max-width: 767px) {
        .detail-page .veh-content ul li a, .detail-page .veh-content ul li a:focus, .detail-page .veh-content ul li a:hover {
          margin: 15px 9px; } }
    .detail-page .veh-content ul li.active a, .detail-page .veh-content ul li.active a:focus, .detail-page .veh-content ul li.active a:hover {
      color: #000;
      text-transform: uppercase;
      background: transparent;
      border-bottom: 2px solid #000;
      padding: 0 0 4px 0;
      margin: 15px 20px; }
      @media (max-width: 767px) {
        .detail-page .veh-content ul li.active a, .detail-page .veh-content ul li.active a:focus, .detail-page .veh-content ul li.active a:hover {
          margin: 15px 9px; } }

.detail-page .wssd-dlr-btns-section > div {
  float: left;
  margin-right: 10px;
  margin-top: 10px; }
  .detail-page .wssd-dlr-btns-section > div a, .detail-page .wssd-dlr-btns-section > div a:focus {
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 13px 25px 11px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    font-family: "Gilmer-Bold", sans-serif; }
    .detail-page .wssd-dlr-btns-section > div a:hover, .detail-page .wssd-dlr-btns-section > div a:focus:hover {
      background: #000; }

.detail-page .similar-item-section {
  margin-top: 40px; }
  .detail-page .similar-item-section .similar-title {
    text-align: center;
    margin-bottom: 25px;
    font-family: "Gilmer-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 28px; }
  .detail-page .similar-item-section .list-similar {
    margin-bottom: 30px; }
    .detail-page .similar-item-section .list-similar .owl-item .item .veh-img {
      margin-bottom: 20px;
      width: 100%;
      padding-top: 65%;
      /* 1:1 Aspect Ratio */
      position: relative; }
      .detail-page .similar-item-section .list-similar .owl-item .item .veh-img .resize-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .detail-page .similar-item-section .list-similar .owl-item .item .veh-img .resize-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          overflow: hidden; }
    .detail-page .similar-item-section .list-similar .owl-item .item a, .detail-page .similar-item-section .list-similar .owl-item .item a:focus {
      color: black;
      text-decoration: none; }
      .detail-page .similar-item-section .list-similar .owl-item .item a .content h4, .detail-page .similar-item-section .list-similar .owl-item .item a:focus .content h4 {
        font-family: "Gilmer-Bold", sans-serif;
        font-size: 16px;
        line-height: 1.4; }
      .detail-page .similar-item-section .list-similar .owl-item .item a .veh-price, .detail-page .similar-item-section .list-similar .owl-item .item a:focus .veh-price {
        margin-bottom: 10px; }
        .detail-page .similar-item-section .list-similar .owl-item .item a .veh-price h3, .detail-page .similar-item-section .list-similar .owl-item .item a:focus .veh-price h3 {
          font-size: 18px;
          margin: 0;
          font-family: "Gilmer-Bold", sans-serif; }
        .detail-page .similar-item-section .list-similar .owl-item .item a .veh-price span, .detail-page .similar-item-section .list-similar .owl-item .item a:focus .veh-price span {
          font-size: 14px; }
      .detail-page .similar-item-section .list-similar .owl-item .item a .btn-similar, .detail-page .similar-item-section .list-similar .owl-item .item a:focus .btn-similar {
        color: #000;
        background: white;
        border: 1px solid #000;
        text-align: center;
        padding: 12px 0 10px 0;
        border-radius: 5px;
        border: 1px solid #000;
        font-family: "Gilmer-Medium", sans-serif;
        text-transform: uppercase;
        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); }
        .detail-page .similar-item-section .list-similar .owl-item .item a .btn-similar:hover, .detail-page .similar-item-section .list-similar .owl-item .item a:focus .btn-similar:hover {
          color: white;
          background: #000;
          border: 1px solid #000; }
      .detail-page .similar-item-section .list-similar .owl-item .item a:hover, .detail-page .similar-item-section .list-similar .owl-item .item a:focus:hover {
        text-decoration: none; }
        .detail-page .similar-item-section .list-similar .owl-item .item a:hover h4, .detail-page .similar-item-section .list-similar .owl-item .item a:focus:hover h4 {
          color: #000; }
        .detail-page .similar-item-section .list-similar .owl-item .item a:hover .btn-similar, .detail-page .similar-item-section .list-similar .owl-item .item a:focus:hover .btn-similar {
          color: white;
          background: #000;
          border: 1px solid #000; }
    .detail-page .similar-item-section .list-similar .owl-dots {
      text-align: center; }
      .detail-page .similar-item-section .list-similar .owl-dots button {
        padding: 5px 10px;
        margin: 3px; }
        .detail-page .similar-item-section .list-similar .owl-dots button.owl-dot {
          background: #999FA4;
          border-radius: 3px;
          border: 0; }
          .detail-page .similar-item-section .list-similar .owl-dots button.owl-dot.active {
            background: #000; }

.detail-page .veh-spec-fields.veh-vehicle .odometer i {
  background: url("../../Content/images/veh-icon/odo.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .year i {
  background: url("../../Content/images/veh-icon/year-model.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .cylindersfuel i, .detail-page .veh-spec-fields.veh-vehicle .cylinders i {
  background: url("../../Content/images/veh-icon/cylinders.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .transmission i {
  background: url("../../Content/images/veh-icon/transmission.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .body i {
  background: url("../../Content/images/veh-icon/body.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .veh-drivetype i {
  background: url("../../Content/images/veh-icon/body.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .veh-doors i {
  background: url("../../Content/images/veh-icon/doors.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .colour i {
  background: url("../../Content/images/veh-icon/body.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .seats i {
  background: url("../../Content/images/veh-icon/seats.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .enginesizeliterfuel i {
  background: url("../../Content/images/veh-icon/engine-size-2.svg") center center no-repeat;
  background-size: contain; }

.detail-page .veh-spec-fields.veh-vehicle .stocknumber i {
  background: url("../../Content/images/veh-icon/number.svg") center center no-repeat;
  background-size: contain; }

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

.view-cart-page {
  margin: 50px 0; }

.sc-checkout-by-sourcetype-view .veh-title-section {
  border: 1px solid #F6F6F6;
  box-shadow: 0 0 19px 4px #F6F6F6;
  border-radius: 14px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  .sc-checkout-by-sourcetype-view .veh-title-section h1 {
    font-size: 24px;
    line-height: 1.4;
    float: left;
    font-family: "Gilmer-Bold", sans-serif; }
    @media (min-width: 993px) {
      .sc-checkout-by-sourcetype-view .veh-title-section h1 {
        margin: 15px 0 0 0; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .sc-checkout-by-sourcetype-view .veh-title-section h1 {
        margin: 15px 0 0 0; } }
    @media (min-width: 768px) {
      .sc-checkout-by-sourcetype-view .veh-title-section h1 {
        width: calc(100% - 220px); } }
    @media (max-width: 767px) {
      .sc-checkout-by-sourcetype-view .veh-title-section h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%; } }
  .sc-checkout-by-sourcetype-view .veh-title-section img {
    float: right;
    height: 60px; }
  @media (max-width: 767px) {
    .sc-checkout-by-sourcetype-view .veh-title-section {
      text-align: center; }
      .sc-checkout-by-sourcetype-view .veh-title-section img {
        float: inherit;
        display: inline-block; } }

.sc-checkout-by-sourcetype-view .checkout-content-left {
  display: inline-block;
  width: 100%; }
  .sc-checkout-by-sourcetype-view .checkout-content-left .line {
    height: 170px;
    width: 3px;
    background: #C4C4C4;
    position: absolute;
    left: 78px; }
    @media (max-width: 767px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left .line {
        display: none; } }
  .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs {
    border: 0;
    float: left;
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs {
        width: 280px; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs {
        width: 260px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs {
        width: 180px; } }
    .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li {
      float: inherit;
      margin: 0; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.tabs-1, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.tabs-2, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.tabs-3 {
        margin-bottom: 30px; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus {
        padding: 0;
        display: flex;
        background: transparent;
        border: 0; }
        .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a span, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus span {
          line-height: 1.6; }
        .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a .step-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus .step-tabs {
          width: 55px;
          opacity: 0; }
          @media (max-width: 767px) {
            .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a .step-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus .step-tabs {
              display: none; } }
        .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a .round-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus .round-tabs {
          height: 19px;
          width: 19px;
          border-radius: 50%;
          background: #000; }
        .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a .text-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus .text-tabs {
          padding-left: 10px;
          color: #000; }
          @media (max-width: 767px) {
            .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a .text-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li a:focus .text-tabs {
              padding-right: 10px;
              font-size: 11px;
              padding-left: 5px;
              padding-top: 2px; } }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a .step-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a:focus .step-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a:hover .step-tabs {
        color: #000;
        opacity: 1; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a .round-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a:focus .round-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a:hover .round-tabs {
        background: #000; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a .text-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a:focus .text-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.active a:hover .text-tabs {
        color: #000; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a .step-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a:focus .step-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a:hover .step-tabs {
        opacity: 0; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a .round-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a:focus .round-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a:hover .round-tabs {
        background: #C4C4C4; }
      .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a .text-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a:focus .text-tabs, .sc-checkout-by-sourcetype-view .checkout-content-left ul.nav-tabs li.disabled a:hover .text-tabs {
        color: #999FA4; }
  .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content {
    float: right; }
    @media (min-width: 1200px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content {
        width: calc(100% - 340px); } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content {
        width: calc(100% - 320px); } }
    @media (min-width: 768px) and (max-width: 992px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content {
        width: calc(100% - 184px);
        margin-right: -5px; } }
    @media (min-width: 768px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content {
        margin-right: 60px; } }
    @media (max-width: 767px) {
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content {
        margin-bottom: 20px; } }
    .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .google-login a, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .google-login a:focus {
      background: #000;
      color: #fff;
      padding: 8px 20px 8px 10px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      border-radius: 10px; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .google-login a i, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .google-login a:focus i {
        width: 32px;
        height: 32px;
        background: url("../../Content/images/svg/google_plus2.png") left center no-repeat;
        background-size: 32px;
        float: left; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .google-login a span, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .google-login a:focus span {
        float: left;
        padding: 7px 0 0 10px; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .or-cls {
      margin-top: 15px;
      margin-bottom: 20px; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content h2 {
      font-size: 20px;
      margin-top: 0;
      margin-bottom: 15px;
      font-family: "Gilmer-Bold", sans-serif; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .radio label {
      border: 1px solid #999FA4;
      padding: 10px 20px;
      text-align: center;
      border-radius: 10px;
      min-width: 320px;
      margin-bottom: 10px; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .radio label span b {
        text-transform: capitalize; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .radio label input {
        display: none; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .radio label.active {
        border: 1px solid #000;
        color: #000; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a:focus {
      color: #000;
      text-decoration: none;
      display: inline-block;
      width: 100%;
      cursor: pointer; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a h4, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a:focus h4 {
        font-family: "Gilmer-Bold", sans-serif;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 16px; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a p, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a:focus p {
        margin-bottom: 0; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a:hover, .sc-checkout-by-sourcetype-view .checkout-content-left .tab-content .payment-class a:focus:hover {
        color: #000; }
  .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev {
    margin-top: 20px;
    display: inline-block;
    width: 100%; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev a.btn-prev {
      border-radius: 0;
      float: left;
      font-family: "Gilmer-Bold", sans-serif;
      background: #000;
      color: #fff;
      padding: 12px 40px 10px 40px;
      font-size: 18px;
      -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);
      display: inline-block;
      text-transform: capitalize;
      border-radius: 18px;
      border: 0; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev a.btn-prev:hover {
        background: #000;
        color: #fff; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev a.btn-next {
      border-radius: 0;
      float: right;
      font-family: "Gilmer-Bold", sans-serif;
      background: #000;
      color: #fff;
      padding: 12px 40px 10px 40px;
      font-size: 18px;
      -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);
      display: inline-block;
      text-transform: capitalize;
      border-radius: 18px;
      border: 0; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev a.btn-next:hover {
        background: #000;
        color: #fff; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev .btn-next button {
      border-radius: 0;
      float: right;
      font-family: "Gilmer-Bold", sans-serif;
      background: #000;
      color: #fff;
      padding: 12px 40px 10px 40px;
      font-size: 18px;
      -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);
      display: inline-block;
      text-transform: capitalize;
      border-radius: 18px;
      border: 0; }
      .sc-checkout-by-sourcetype-view .checkout-content-left .btn-next-prev .btn-next button:hover {
        background: #000;
        color: #fff; }
  .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image h3 {
    font-size: 14px;
    font-weight: 700; }
  .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image .btn-add-photo {
    /*background: url($content-path + "/images/addDocument-img.png") center center no-repeat;
                background-size: 300px 200px;
                min-height: 200px !important;
                width: 300px;
                float: left;*/
    background-image: url("../../Content/images/add-image.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 54px;
    height: 75px;
    min-height: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image .btn-add-photo:hover {
      border: 1px solid #000; }
  .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image .btn-delete, .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image .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; }
    .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image .btn-delete i:before, .sc-checkout-by-sourcetype-view .checkout-content-left .upload-image .btn-delete:hover i:before {
      display: none; }

.checkout-content-right, .thanks-content-left {
  border: 1px solid #F6F6F6;
  box-shadow: 0 0 19px 4px #F6F6F6;
  border-radius: 14px; }
  @media (min-width: 993px) {
    .checkout-content-right, .thanks-content-left {
      padding: 30px; } }
  @media (max-width: 992px) {
    .checkout-content-right, .thanks-content-left {
      padding: 20px 15px; } }
  .checkout-content-right h3, .thanks-content-left h3 {
    font-family: "Gilmer-Bold", sans-serif;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.4; }
  .checkout-content-right .veh-title, .thanks-content-left .veh-title {
    text-align: center; }
  .checkout-content-right .veh-price, .thanks-content-left .veh-price {
    display: inline-block;
    width: 100%; }
    .checkout-content-right .veh-price .veh-price-title, .thanks-content-left .veh-price .veh-price-title {
      float: left;
      width: calc(100% - 90px); }
    .checkout-content-right .veh-price .veh-price-item, .thanks-content-left .veh-price .veh-price-item {
      float: right;
      font-family: "Gilmer-Bold", sans-serif;
      color: #000;
      font-size: 18px;
      margin-top: 5px; }
  .checkout-content-right .veh-colour, .thanks-content-left .veh-colour {
    display: inline-block;
    width: 100%; }
    .checkout-content-right .veh-colour h3, .thanks-content-left .veh-colour h3 {
      float: left;
      width: 50%;
      margin-bottom: 0; }
    .checkout-content-right .veh-colour .veh-colour-item, .thanks-content-left .veh-colour .veh-colour-item {
      float: right;
      font-family: "Gilmer-Bold", sans-serif;
      color: #000;
      font-size: 20px;
      text-transform: capitalize; }
  .checkout-content-right .veh-price-placedeposit, .thanks-content-left .veh-price-placedeposit {
    display: inline-block;
    width: 100%; }
    .checkout-content-right .veh-price-placedeposit h3, .thanks-content-left .veh-price-placedeposit h3 {
      float: left;
      width: calc(100% - 90px);
      margin-bottom: 0; }
    .checkout-content-right .veh-price-placedeposit .veh-price-placedeposit-item, .thanks-content-left .veh-price-placedeposit .veh-price-placedeposit-item {
      float: right;
      font-family: "Gilmer-Bold", sans-serif;
      color: #000;
      font-size: 20px;
      text-transform: capitalize; }
  .checkout-content-right .veh-price-remaining, .thanks-content-left .veh-price-remaining {
    display: inline-block;
    width: 100%; }
    .checkout-content-right .veh-price-remaining h3, .thanks-content-left .veh-price-remaining h3 {
      float: left;
      width: calc(100% - 90px);
      margin-bottom: 0; }
    .checkout-content-right .veh-price-remaining .veh-price-remaining-item, .thanks-content-left .veh-price-remaining .veh-price-remaining-item {
      float: right;
      font-family: "Gilmer-Bold", sans-serif;
      color: #000;
      font-size: 20px;
      text-transform: capitalize; }
  .checkout-content-right hr, .thanks-content-left hr {
    margin-top: 10px;
    margin-bottom: 15px; }

.thankyou-page {
  margin-top: 50px;
  margin-bottom: 50px; }
  .thankyou-page h2 {
    margin-top: 0;
    font-family: "Gilmer-Medium", sans-serif; }
  .thankyou-page .logo-cls {
    display: none; }
  .thankyou-page .c-1600 {
    max-width: 1200px; }
  .thankyou-page .thanks-title-section {
    text-align: center;
    margin-bottom: 30px; }
    .thankyou-page .thanks-title-section p span {
      font-family: "Gilmer-Bold", sans-serif; }
  @media (min-width: 1200px) {
    .thankyou-page .thanks-content-section .thanks-content-right {
      margin-left: 80px; } }
  @media (min-width: 993px) and (min-width: 1199px) {
    .thankyou-page .thanks-content-section .thanks-content-right {
      margin-left: 50px; } }
  .thankyou-page .thanks-content-section .thanks-content-right h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .thankyou-page .thanks-content-section .thanks-content-right h2 {
        margin-top: 30px; } }
  .thankyou-page .thanks-content-section .thanks-content-right .thanks-content-text {
    margin-bottom: 40px;
    display: flex; }
    .thankyou-page .thanks-content-section .thanks-content-right .thanks-content-text img {
      width: 85px;
      float: left;
      margin-right: 30px; }
    .thankyou-page .thanks-content-section .thanks-content-right .thanks-content-text .content h3 {
      font-family: "Gilmer-Bold", sans-serif;
      margin-top: 0;
      font-size: 20px;
      line-height: 1.4; }

/*.product-gallery-slider {    
    .sd-gallery {
        .embla__viewport {
            overflow: hidden;
            width: 100%;
        }
        .embla-main {            
            .embla__slide {
                position: relative;
                width: 100%;
                flex-shrink: 0;
            }
        }        
        img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            height: auto;
        }
        @media (min-width: 500px) {
            .embla-thumbs {
                display: block;
            }
        }
        .embla-thumbs {            
            .is-selected {
                .embla__slide__inner {
                    opacity: 0.5;
                }
            }
        }
        .embla__arrows {
            .embla__button {
                opacity: .7;
                outline: 0;
                cursor: pointer;
                background-color: initial;
                touch-action: manipulation;
                position: absolute;
                z-index: 1;
                top: 50%;
                transform: translateY(-50%);
                border: 0;
                width: 32px;
                height: 64px;
                justify-content: center;
                align-items: center;
                fill: #fff;
                padding: 20px 6px;
                background-color: rgba(0, 0, 0, .5);
                &.embla__button--prev {
                    left: 0;
                    right: auto;
                    border-radius: 0 3px 3px 0;
                }
                &.embla__button--next {
                    right: 0;
                    border-radius: 3px 0 0 3px;
                }
                &.embla__button--prev, &.embla__button--next {   
                    -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);                 
                    &:hover {
                        background-color: rgba(0, 0, 0, .9);
                    }
                }
            }
        }
    }
}*/
.lineUp-2 {
  animation: 2s anim-lineUp ease-out; }

.lineUp-3 {
  animation: 3s anim-lineUp ease-out; }

.lineUp-4 {
  animation: 4s anim-lineUp ease-out; }

.lineUp-5 {
  animation: 5s anim-lineUp ease-out; }

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%); }
  20% {
    opacity: 0; }
  50% {
    opacity: 1;
    transform: translateY(0%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

.home-banner-title {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0; }
  @media (min-width: 1921px) {
    .home-banner-title {
      padding: 169px 0; } }
  @media (min-width: 1441px) and (max-width: 1920px) {
    .home-banner-title {
      padding: 154px 0; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .home-banner-title {
      padding: 123px 0; } }
  @media (min-width: 993px) and (max-width: 1199px) {
    .home-banner-title {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .home-banner-title {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .home-banner-title {
      padding: 52px 0; } }
  .home-banner-title .title {
    text-align: center;
    color: #fff; }
    .home-banner-title .title p {
      font-family: "Gilmer-Bold", sans-serif;
      font-size: 32px;
      margin-bottom: 40px; }
      @media (min-width: 993px) and (max-width: 1199px) {
        .home-banner-title .title p {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .home-banner-title .title p {
          font-size: 22px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .home-banner-title .title p {
          font-size: 16px;
          margin-bottom: 0; } }
    .home-banner-title .title h1 {
      font-size: 48px;
      line-height: 65px;
      font-family: "Gilmer-Bold", sans-serif;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 40px; }
      @media (min-width: 993px) and (max-width: 1199px) {
        .home-banner-title .title h1 {
          font-size: 40px;
          line-height: 52px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .home-banner-title .title h1 {
          font-size: 32px;
          line-height: 42px; } }
      @media (max-width: 767px) {
        .home-banner-title .title h1 {
          font-size: 21px;
          line-height: 34px;
          margin-bottom: 20px; } }
    .home-banner-title .title h3 {
      font-family: "Gilmer-Medium", sans-serif;
      font-size: 18px;
      line-height: 28px;
      margin-top: 0px;
      margin-bottom: 25px;
      text-transform: uppercase; }
      @media (min-width: 768px) and (max-width: 992px) {
        .home-banner-title .title h3 {
          margin-bottom: 20px;
          margin-top: 0px;
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .home-banner-title .title h3 {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 10px;
          margin-top: 0px; } }
  .home-banner-title .btn-banner-list {
    text-align: center; }
    .home-banner-title .btn-banner-list a {
      background-color: #fff;
      color: #000;
      display: inline-block;
      padding: 11px 30px;
      text-decoration: none;
      font-family: "Gilmer-Bold", sans-serif;
      border-radius: 4px;
      border: 1px solid #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);
      text-transform: uppercase; }
      .home-banner-title .btn-banner-list a:focus, .home-banner-title .btn-banner-list a:hover {
        background-color: #303030;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff; }
      @media (min-width: 768px) {
        .home-banner-title .btn-banner-list a {
          min-width: 220px;
          margin: 0 20px; } }
      @media (max-width: 767px) {
        .home-banner-title .btn-banner-list a {
          padding: 12px 25px;
          margin: 10px 5px 0 5px; } }
  @media (max-width: 767px) and (max-width: 376px) {
    .home-banner-title .btn-banner-list a {
      margin: 10px 2px 0 2px;
      padding: 12px 20px; } }
      .home-banner-title .btn-banner-list a.btn-2 {
        background: #303030;
        color: #fff; }
        .home-banner-title .btn-banner-list a.btn-2:hover {
          background: #fff;
          color: #000; }

@media (max-width: 1500px) {
  .carousel-control {
    display: none; } }

.carousel-control.left .fa, .carousel-control.right .fa {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  height: 52px;
  width: 52px; }

.carousel-control.left .fa {
  left: 20%;
  background: url("../../Content/images/svg/arrow-left.png") center center no-repeat rgba(0, 0, 0, 0.3); }

.carousel-control.right .fa {
  right: 20%;
  background: url("../../Content/images/svg/arrow-right.png") center center no-repeat rgba(0, 0, 0, 0.3); }

@media (min-width: 1921px) {
  .banner .carousel-inner {
    height: 610px; } }

@media (min-width: 1846px) and (max-width: 1920px) {
  .banner .carousel-inner {
    height: 580px; } }

.banner .carousel-inner .item {
  text-align: center; }
  .banner .carousel-inner .item img {
    display: inline-block; }
    @media (min-width: 1846px) {
      .banner .carousel-inner .item img {
        width: 100%; } }
    @media (min-width: 1441px) and (max-width: 1845px) {
      .banner .carousel-inner .item img {
        height: 580px; } }
    @media (min-width: 1200px) and (max-width: 1440px) {
      .banner .carousel-inner .item img {
        height: 520px; } }
    @media (min-width: 993px) and (max-width: 1199px) {
      .banner .carousel-inner .item img {
        height: 406px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .banner .carousel-inner .item img {
        height: 337px; } }
    @media (min-width: 768px) {
      .banner .carousel-inner .item img {
        max-width: inherit; } }
    @media (max-width: 767px) {
      .banner .carousel-inner .item img {
        max-width: inherit;
        height: 285px; } }

.banner .carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.banner .carousel-fade .carousel-inner .item,
.banner .carousel-fade .carousel-inner .active.left,
.banner .carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.banner .carousel-fade .carousel-inner .active,
.banner .carousel-fade .carousel-inner .next.left,
.banner .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.banner .carousel-fade .carousel-inner .next,
.banner .carousel-fade .carousel-inner .prev,
.banner .carousel-fade .carousel-inner .active.left,
.banner .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.banner .carousel-fade .carousel-control {
  z-index: 2; }

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