@import url(http://fonts.googleapis.com/css?family=Lato:400,700,700italic,900italic);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif; }

body {
  padding: 0;
  margin: 0; }

#home-popover {
  z-index: 5;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  #home-popover .home-popover-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    height: 50%;
    padding: 0 20px 0 20px; }
    #home-popover .home-popover-inner #close-home-popover {
      display: block;
      text-align: right;
      color: white;
      margin-bottom: 10px;
      cursor: pointer;
      text-transform: uppercase; }
    #home-popover .home-popover-inner a {
      display: block; }
      #home-popover .home-popover-inner a img {
        width: 100%; }

.car-counter-widget {
  position: fixed;
  bottom: 40px;
  right: 0;
  max-width: 350px;
  width: 100%;
  z-index: 5; }
  .car-counter-widget a {
    text-decoration: none;
    padding-left: 40px;
    padding-top: 10px;
    display: block;
    margin: 0; }
    .car-counter-widget a img {
      float: left;
      max-width: 80px; }
    .car-counter-widget a .inner {
      background-image: -webkit-linear-gradient(right, #1c6c3a 0%, #258f52 100%);
      background-image: linear-gradient(to left, #1c6c3a 0%, #258f52 100%);
      margin-left: 40px;
      height: 50px; }
      .car-counter-widget a .inner p {
        color: white;
        padding: 10px 10px 10px 50px;
        font-size: 12px; }

.none-found {
  text-align: center; }
  .none-found a {
    color: inherit;
    text-decoration: none; }

.back-search {
  display: none; }

.mobile-selector {
  display: none; }

.upscroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3; }

.green {
  color: #1C8C51; }

.red {
	color: #C42A2A;
} 

.full-testimonial {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  text-align: center; }
  .full-testimonial .popup {
    background-color: #eee;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 20px; }
    .full-testimonial .popup a.close {
      position: absolute;
      right: 0;
      top: -20px;
      color: white;
      text-decoration: none;
      z-index: 6;
      font-size: 14px;
      text-transform: uppercase;
      font-family: sans-serif;
      font-weight: 100; }
    .full-testimonial .popup blockquote {
      margin: 0; }
      .full-testimonial .popup blockquote p {
        font-size: 14px; }

header {
  background-image: -webkit-linear-gradient(right, #1c6c3a 0%, #258f52 100%);
  background-image: linear-gradient(to left, #1c6c3a 0%, #258f52 100%);
  height: 120px;
  opacity: 0.9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5; }
  header nav {
    float: right;
    padding: 0 10% 0 0; }
    header nav .mobile-toggle, header nav .mobile-close {
      display: none; }
      header nav .mobile-toggle img, header nav .mobile-close img {
        max-width: 60px;
        width: 100%;
        margin: 40px 0 0 0; }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      header nav ul li {
        display: inline-block;
        padding: 0 40px 0 0;
        line-height: 120px;
        font-family: "Lato", sans-serif;
        font-style: italic;
        font-size: 18px; }
        header nav ul li a {
          color: white;
          text-decoration: none;
          border-width: 0px;
          -webkit-transition: border-width 0.1s ease-in-out;
          -moz-transition: border-width 0.1s ease-in-out;
          transition: border-width 0.1s ease-in-out; }
          header nav ul li a:hover {
            border-bottom: 2px solid white; }
  header .logo {
    padding: 10px 0 10px 10%;
    height: 120px; }
    header .logo a {
      text-decoration: none;
      outline: none; }
      header .logo a img {
        height: 80px;
        transition: all 0.5s ease-in-out;
        border-radius: 50%;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        margin: 10px 0 10px 0; }
        header .logo a img:hover {
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
      header .logo a h1 {
        display: inline-block;
        color: white;
        font-family: "Lato", sans-serif;
        font-style: italic;
        font-size: 30px;
        vertical-align: top;
        padding: 10px 0 0 20px; }

.page-content {
  margin: 100px 0 0 0; }
  .page-content.service-page .contact-form {
    margin-top: 40px; }
  .page-content.service-page .motab-links {
    margin: 20px 0 0 0; }
    .page-content.service-page .motab-links .col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .page-content.service-page .motab-links .col:last-child {
        margin-right: 0; }
      .page-content.service-page .motab-links .col a {
        text-decoration: none;
        opacity: 1;
        display: block;
        transition: opacity 0.5s ease-in-out; }
        .page-content.service-page .motab-links .col a:hover {
          opacity: 0.7; }
      .page-content.service-page .motab-links .col img {
        width: 100%; }
      .page-content.service-page .motab-links .col .button {
        color: white;
        font-style: italic;
        padding: 20px; }
        .page-content.service-page .motab-links .col .button.dacia {
          background-image: -webkit-linear-gradient(left, #4b6281 0%, #00569a 100%);
          background-image: linear-gradient(to right, #4b6281 0%, #00569a 100%); }
        .page-content.service-page .motab-links .col .button.hyundai {
          background-image: -webkit-linear-gradient(left, #007cc2 0%, #019cdc 100%);
          background-image: linear-gradient(to right, #007cc2 0%, #019cdc 100%); }
        .page-content.service-page .motab-links .col .button.renault {
          background-image: -webkit-linear-gradient(left, #d17c55 0%, #f38e22 100%);
          background-image: linear-gradient(to right, #d17c55 0%, #f38e22 100%); }
        .page-content.service-page .motab-links .col .button.vauxhall {
          background-image: -webkit-linear-gradient(left, #d20012 0%, #730d00 100%);
          background-image: linear-gradient(to right, #d20012 0%, #730d00 100%); }
        .page-content.service-page .motab-links .col .button h3 {
          margin: 0;
          padding: 0;
          font-size: 20px; }
        .page-content.service-page .motab-links .col .button span {
          font-size: 16px; }
  .page-content.clear-top {
    margin: 0; }
    .page-content.clear-top .container {
      padding: 0; }
  .page-content .contact-form {
    background-color: #ADAEAD;
    padding: 20px 0 20px 0; }
    .page-content .contact-form h3 {
      color: white;
      border-bottom: 2px dotted white;
      font-family: "Lato", sans-serif;
      font-size: 40px;
      font-style: italic;
      margin: 30px 0 30px 0; }
    .page-content .contact-form form {
      padding: 0 0 40px 0;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-content .contact-form form::after {
        clear: both;
        content: "";
        display: table; }
      .page-content .contact-form form .right, .page-content .contact-form form .left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .page-content .contact-form form .right:last-child, .page-content .contact-form form .left:last-child {
          margin-right: 0; }
      .page-content .contact-form form .right:last-of-type {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-content .contact-form form .right:last-of-type::after {
          clear: both;
          content: "";
          display: table; }
      .page-content .contact-form form .item {
        height: 80px;
        font-family: "Lato", sans-serif; }
        .page-content .contact-form form .item.double {
          height: 160px; }
        .page-content .contact-form form .item > * {
          outline: none; }
        .page-content .contact-form form .item.submit {
          -webkit-box-align: end;
          -moz-box-align: end;
          box-align: end;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          -o-align-items: flex-end;
          align-items: flex-end;
          -ms-flex-align: end;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -moz-box-pack: end;
          box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end;
          -ms-flex-pack: end; }
        .page-content .contact-form form .item label {
          display: block;
          color: #404040;
          font-size: 18px;
          font-weight: 300;
          margin: 0 0 10px 0; }
        .page-content .contact-form form .item select,
        .page-content .contact-form form .item input[type="text"],
        .page-content .contact-form form .item input[type="email"],
        .page-content .contact-form form .item input[type="tel"] {
          width: 100%;
          padding: 10px;
          font-style: italic;
          border: 0; }
        .page-content .contact-form form .item select {
          background: white url("../img/down-arrow.png") no-repeat right;
          background-size: 24px;
          line-height: 1;
          border: 0;
          border-radius: 0;
          -webkit-appearance: none; }
        .page-content .contact-form form .item textarea {
          border: 0;
          display: block;
          width: 100%;
          height: 120px;
          outline: none;
          font-style: italic;
          padding: 10px; }
        .page-content .contact-form form .item input[type="submit"] {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          max-width: 200px;
          height: 60px;
          background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
          background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%);
          border: none;
          text-align: center;
          font-size: 26px;
          color: white;
          line-height: 60px; }
          .page-content .contact-form form .item input[type="submit"]:last-child {
            margin-right: 0; }
          .page-content .contact-form form .item input[type="submit"]:hover {
            cursor: pointer; }
  .page-content #map {
    height: 600px; }
  .page-content .contact-template {
    padding: 20px 0 40px 0; }
    .page-content .contact-template p {
      font-weight: 300; }
    .page-content .contact-template .left, .page-content .contact-template .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .page-content .contact-template .left:last-child, .page-content .contact-template .right:last-child {
        margin-right: 0; }
      .page-content .contact-template .left img, .page-content .contact-template .right img {
        width: 100%; }
      .page-content .contact-template .left p, .page-content .contact-template .right p {
        font-weight: 300; }
  .page-content .main-page-template {
    padding: 20px 0 20px 0; }
    .page-content .main-page-template .left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .page-content .main-page-template .left:last-child {
        margin-right: 0; }
      .page-content .main-page-template .left .content {
        font-weight: 300; }
    .page-content .main-page-template .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .page-content .main-page-template .right:last-child {
        margin-right: 0; }
      .page-content .main-page-template .right .offer {
        display: inline-block;
        text-align: left;
        font-weight: 300;
        background-color: white;
        overflow: hidden; }
        .page-content .main-page-template .right .offer .top, .page-content .main-page-template .right .offer .bottom {
          background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
          background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%); }
          .page-content .main-page-template .right .offer .top p, .page-content .main-page-template .right .offer .bottom p {
            color: white;
            padding: 20px 20px 20px 20px;
            font-size: 18px; }
        .page-content .main-page-template .right .offer a {
          text-decoration: none; }
          .page-content .main-page-template .right .offer a .bottom p {
            text-align: center;
            font-size: 24px;
            font-style: italic; }
        .page-content .main-page-template .right .offer .middle {
          padding: 10px 10px 10px 10px; }
          .page-content .main-page-template .right .offer .middle img {
            width: 100%; }
          .page-content .main-page-template .right .offer .middle .label {
            font-size: 12px;
            font-weight: 400;
            font-style: italic;
            margin: 10px 0 0 0;
            color: #404040;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .page-content .main-page-template .right .offer .middle .label::after {
              clear: both;
              content: "";
              display: table; }
            .page-content .main-page-template .right .offer .middle .label p {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 48.82117%;
              margin-top: 0;
              margin-bottom: 0; }
              .page-content .main-page-template .right .offer .middle .label p:last-child {
                margin-right: 0; }
          .page-content .main-page-template .right .offer .middle .prices {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            border-top: 2px dotted #ADAEAD;
            margin: 10px 0 0 0;
            padding: 10px 0 0 0;
            font-style: italic;
            height: 20px;
            line-height: 20px; }
            .page-content .main-page-template .right .offer .middle .prices::after {
              clear: both;
              content: "";
              display: table; }
            .page-content .main-page-template .right .offer .middle .prices .left, .page-content .main-page-template .right .offer .middle .prices .right {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 48.82117%;
              text-align: center;
              padding: 5px 0 0 0; }
              .page-content .main-page-template .right .offer .middle .prices .left:last-child, .page-content .main-page-template .right .offer .middle .prices .right:last-child {
                margin-right: 0; }
              .page-content .main-page-template .right .offer .middle .prices .left span, .page-content .main-page-template .right .offer .middle .prices .right span {
                color: #888;
                font-size: 14px; }
            .page-content .main-page-template .right .offer .middle .prices .left {
              border-right: 2px dotted #ADAEAD;
              font-weight: 400;
              color: black; }
            .page-content .main-page-template .right .offer .middle .prices .right {
              color: #B91C34; }
  .page-content .full-width-page h2 {
    padding-top: 40px; }
  .page-content .full-width-page p {
    font-weight: 300; }
  .page-content .product-panels .panel {
    margin: 10px 0 10px 0; }
    .page-content .product-panels .panel .header {
      background-color: #ADAEAD;
      text-align: right;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      padding: 0 20px 0 20px; }
      .page-content .product-panels .panel .header:hover {
        cursor: pointer; }
      .page-content .product-panels .panel .header p {
        margin: 0;
        color: white;
        text-align: right;
        height: 100%;
        display: inline-block;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        font-weight: 300;
        font-size: 18px; }
      .page-content .product-panels .panel .header img {
        display: inline-block;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
        padding: 10px;
        max-width: 50px;
        max-height: 50px;
        width: 100%; }
    .page-content .product-panels .panel .body {
      height: 0px;
      overflow: hidden;
      transition: all 0.5s ease-in-out; }
      .page-content .product-panels .panel .body.open {
        height: 340px;
        overflow: scroll;
        padding: 20px; }
      .page-content .product-panels .panel .body .tech-spec {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-content .product-panels .panel .body .tech-spec::after {
          clear: both;
          content: "";
          display: table; }
        .page-content .product-panels .panel .body .tech-spec .col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .page-content .product-panels .panel .body .tech-spec .col:last-child {
            margin-right: 0; }
          .page-content .product-panels .panel .body .tech-spec .col p {
            font-weight: bold; }
          .page-content .product-panels .panel .body .tech-spec .col ul, .page-content .product-panels .panel .body .tech-spec .col li {
            font-weight: 300; }
      .page-content .product-panels .panel .body .standard-equipment {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-content .product-panels .panel .body .standard-equipment::after {
          clear: both;
          content: "";
          display: table; }
        .page-content .product-panels .panel .body .standard-equipment .col {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .page-content .product-panels .panel .body .standard-equipment .col:last-child {
            margin-right: 0; }
          .page-content .product-panels .panel .body .standard-equipment .col p {
            font-weight: bold; }
          .page-content .product-panels .panel .body .standard-equipment .col ul, .page-content .product-panels .panel .body .standard-equipment .col li {
            font-weight: 300; }
  .page-content .green-testimonials {
    background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
    background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%); }
    .page-content .green-testimonials .customer-reviews {
      margin: 10px 0 10px 0; }
      .page-content .green-testimonials .customer-reviews .title {
        color: white;
        padding: 20px 0 0 0; }
      .page-content .green-testimonials .customer-reviews .testimonials .quotes .quote .text p {
        color: white; }
        .page-content .green-testimonials .customer-reviews .testimonials .quotes .quote .text p a {
          color: #888;
          font-size: 14px;
          text-decoration: none; }
      .page-content .green-testimonials .customer-reviews .testimonials .quotes .quote .by p {
        color: white; }
  .page-content .product-image-slider {
    margin: 30px 0 30px 0;
    position: relative;
    max-width: 100% !important; }
    .page-content .product-image-slider .slides {
      max-width: 100% !important; }
    .page-content .product-image-slider .slick-prev,
    .page-content .product-image-slider .slick-next {
      position: absolute;
      top: calc(50% - 20px);
      height: 40px;
      width: 40px;
      border: 0;
      color: transparent;
      outline: none;
      background-color: transparent;
      background-size: 40px;
      background-repeat: no-repeat; }
    .page-content .product-image-slider .slick-prev {
      left: 20px;
      background-image: url("../img/left-arrow.png"); }
    .page-content .product-image-slider .slick-next {
      right: 20px;
      background-image: url("../img/right-arrow.png"); }
    .page-content .product-image-slider .item {
      margin: 0 10px 0 10px;
      width: 100% !important;
      max-width: 200px; }
      .page-content .product-image-slider .item a img {
        width: 100%; }
  .page-content .meta {
    padding: 20px 0 0 0; }
    .page-content .meta span {
      display: inline-block;
      margin: 0 10px 0 10px; }
    .page-content .meta a {
      color: #1C8C51;
      text-decoration: none; }
      .page-content .meta a img {
        width: 24px;
        position: relative;
        top: 6px; }
  .page-content .product {
    padding: 20px 0 0 0; }
    .page-content .product .top {
      background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
      background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%);
      padding: 10px 20px 10px 20px;
      margin: 0 0 10px 0; }
      .page-content .product .top p {
        font-size: 18px;
        color: white;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        margin: 5px 0 5px 0; }
        .page-content .product .top p span {
          float: right; }
          .page-content .product .top p span a {
            color: white;
            text-decoration: none; }
            .page-content .product .top p span a:hover {
              border-bottom: 1px solid white; }
    .page-content .product .middle {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .page-content .product .middle::after {
        clear: both;
        content: "";
        display: table; }
      .page-content .product .middle .left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        position: relative; }
        .page-content .product .middle .left:last-child {
          margin-right: 0; }
        .page-content .product .middle .left .icon-bar {
          position: absolute;
          z-index: 3;
          background-color: rgba(0, 0, 0, 0.4);
          width: 100%;
          display: block;
          padding: 10px; }
          .page-content .product .middle .left .icon-bar img {
            max-width: 120px;
            display: inline-block;
            width: 100%;
            margin: 0 20px 0 0; }
        .page-content .product .middle .left img {
          width: 100%; }
      .page-content .product .middle .right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        .page-content .product .middle .right:last-child {
          margin-right: 0; }
        .page-content .product .middle .right .price {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 0 0 20px 0; }
          .page-content .product .middle .right .price::after {
            clear: both;
            content: "";
            display: table; }
          .page-content .product .middle .right .price .label {
            color: #404040;
            font-style: italic;
            border-bottom: 2px dotted #404040;
            font-size: 20px;
            margin: 0;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .page-content .product .middle .right .price .label::after {
              clear: both;
              content: "";
              display: table; }
            .page-content .product .middle .right .price .label p {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 48.82117%;
              margin: 0; }
              .page-content .product .middle .right .price .label p:last-child {
                margin-right: 0; }
          .page-content .product .middle .right .price .now-price {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            .page-content .product .middle .right .price .now-price:last-child {
              margin-right: 0; }
            .page-content .product .middle .right .price .now-price p {
              font-size: 2em;
              font-style: italic;
              margin: 10px 0 0 0; }
          .page-content .product .middle .right .price .was-price {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            .page-content .product .middle .right .price .was-price:last-child {
              margin-right: 0; }
            .page-content .product .middle .right .price .was-price p {
              color: #B81730;
              font-style: italic;
              font-size: 2em;
              margin: 10px 0 0 0; }
          .page-content .product .middle .right .price .now-price span, .page-content .product .middle .right .price .was-price span {
            color: #888;
            font-size: 14px; }
        .page-content .product .middle .right .location p {
          font-size: 14px;
          text-align: center; }
        .page-content .product .middle .right .spec {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin: 0 0 10px 0; }
          .page-content .product .middle .right .spec::after {
            clear: both;
            content: "";
            display: table; }
          .page-content .product .middle .right .spec > p {
            border-bottom: 2px dotted #404040;
            font-style: italic;
            font-size: 20px;
            color: #404040;
            margin: 10px 0 10px 0; }
          .page-content .product .middle .right .spec .icon {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%;
            text-align: center;
            margin: 0; }
            .page-content .product .middle .right .spec .icon:last-child {
              margin-right: 0; }
            .page-content .product .middle .right .spec .icon img {
              width: 100%;
              max-width: 50px;
              display: block;
              margin: 0 auto; }
            .page-content .product .middle .right .spec .icon p {
              font-style: italic;
              font-weight: 300;
              font-size: 12px; }
              .page-content .product .middle .right .spec .icon p span {
                display: block;
                font-weight: 400; }
        .page-content .product .middle .right .buttons {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto; }
          .page-content .product .middle .right .buttons::after {
            clear: both;
            content: "";
            display: table; }
          .page-content .product .middle .right .buttons a {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            text-decoration: none; }
            .page-content .product .middle .right .buttons a:last-child {
              margin-right: 0; }
            .page-content .product .middle .right .buttons a .contact, .page-content .product .middle .right .buttons a .callback {
              padding: 5px;
              text-align: center;
              color: white;
              font-size: 18px;
              font-weight: bold;
              font-style: italic;
              margin: 5px 0 5px 0; }
              .page-content .product .middle .right .buttons a .contact:hover, .page-content .product .middle .right .buttons a .callback:hover {
                opacity: 0.8; }
            .page-content .product .middle .right .buttons a .contact {
              background-image: -webkit-linear-gradient(left, #B81830 0%, #8A2939 100%);
              background-image: linear-gradient(to right, #B81830 0%, #8A2939 100%); }
            .page-content .product .middle .right .buttons a .callback {
              background-image: -webkit-linear-gradient(right, #1c6c3a 0%, #258f52 100%);
              background-image: linear-gradient(to left, #1c6c3a 0%, #258f52 100%); }
  .page-content .search-results {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-content .search-results::after {
      clear: both;
      content: "";
      display: table; }
    .page-content .search-results .search {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-content .search-results .search:last-child {
        margin-right: 0; }
      .page-content .search-results .search .used-car-search {
        padding: 0 10px 20px 10px; }
        .page-content .search-results .search .used-car-search form {
          padding-top: 20px; }
          .page-content .search-results .search .used-car-search form .reset-btn, .page-content .search-results .search .used-car-search form input[type="submit"] {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            display: block;
            margin: 10px auto 10px auto !important;
            float: none;
            max-width: 100%; }
            .page-content .search-results .search .used-car-search form .reset-btn:last-child, .page-content .search-results .search .used-car-search form input[type="submit"]:last-child {
              margin-right: 0; }
    .page-content .search-results .results {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .page-content .search-results .results:last-child {
        margin-right: 0; }
      .page-content .search-results .results .pagination {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-content .search-results .results .pagination::after {
          clear: both;
          content: "";
          display: table; }
        .page-content .search-results .results .pagination .links {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          font-size: 24px; }
          .page-content .search-results .results .pagination .links:last-child {
            margin-right: 0; }
          .page-content .search-results .results .pagination .links a {
            text-decoration: none;
            font-style: italic;
            color: #1C8C51; }
        .page-content .search-results .results .pagination .links ul {
          list-style: none;
          padding: 0;
          margin: 0;
          text-align: center; }
          .page-content .search-results .results .pagination .links ul li {
            display: inline-block;
            margin: 0 10px 10px 10px; }
            .page-content .search-results .results .pagination .links ul li a {
              color: black; }
            .page-content .search-results .results .pagination .links ul li.active a {
              color: #1C8C51; }
      .page-content .search-results .results p.search-stats {
        color: #1C8C51;
        font-size: 20px;
        text-align: center;
        margin: 0 0 20px 0; }
      .page-content .search-results .results .result .top {
        background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
        background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%);
        padding: 10px 20px 10px 20px;
        margin: 0 0 10px 0; }
        .page-content .search-results .results .result .top p {
          font-size: 18px;
          color: white;
          font-family: "Lato", sans-serif;
          font-weight: 300;
          margin: 5px 0 5px 0; }
      .page-content .search-results .results .result .middle {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-content .search-results .results .result .middle::after {
          clear: both;
          content: "";
          display: table; }
        .page-content .search-results .results .result .middle .left {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%; }
          .page-content .search-results .results .result .middle .left:last-child {
            margin-right: 0; }
          .page-content .search-results .results .result .middle .left img {
            width: 100%; }
        .page-content .search-results .results .result .middle .right {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 57.35098%; }
          .page-content .search-results .results .result .middle .right:last-child {
            margin-right: 0; }
          .page-content .search-results .results .result .middle .right .location p {
            font-size: 12px;
            text-align: center; }
          .page-content .search-results .results .result .middle .right .spec {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .page-content .search-results .results .result .middle .right .spec::after {
              clear: both;
              content: "";
              display: table; }
            .page-content .search-results .results .result .middle .right .spec > p {
              border-bottom: 2px dotted #404040;
              font-style: italic;
              font-size: 14px;
              color: #404040; }
            .page-content .search-results .results .result .middle .right .spec .icon {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 23.23176%;
              text-align: center; }
              .page-content .search-results .results .result .middle .right .spec .icon:last-child {
                margin-right: 0; }
              .page-content .search-results .results .result .middle .right .spec .icon img {
                width: 100%;
                max-width: 50px;
                display: block;
                margin: 0 auto; }
              .page-content .search-results .results .result .middle .right .spec .icon p {
                font-style: italic;
                font-weight: 300;
                font-size: 12px; }
                .page-content .search-results .results .result .middle .right .spec .icon p span {
                  display: block;
                  font-weight: 400; }
          .page-content .search-results .results .result .middle .right .price {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto; }
            .page-content .search-results .results .result .middle .right .price::after {
              clear: both;
              content: "";
              display: table; }
            .page-content .search-results .results .result .middle .right .price > p {
              border-bottom: 2px dotted #404040;
              font-style: italic;
              font-size: 14px;
              color: #404040;
              max-width: 100%;
              margin-left: auto;
              margin-right: auto; }
              .page-content .search-results .results .result .middle .right .price > p::after {
                clear: both;
                content: "";
                display: table; }
              .page-content .search-results .results .result .middle .right .price > p span {
                float: left;
                display: block;
                margin-right: 2.35765%;
                width: 48.82117%; }
                .page-content .search-results .results .result .middle .right .price > p span:last-child {
                  margin-right: 0; }
            .page-content .search-results .results .result .middle .right .price .left, .page-content .search-results .results .result .middle .right .price .right {
              float: left;
              display: block;
              margin-right: 2.35765%;
              width: 48.82117%;
              text-align: center;
              font-style: italic;
              height: 25px;
              line-height: 25px; }
              .page-content .search-results .results .result .middle .right .price .left:last-child, .page-content .search-results .results .result .middle .right .price .right:last-child {
                margin-right: 0; }
              .page-content .search-results .results .result .middle .right .price .left p, .page-content .search-results .results .result .middle .right .price .right p {
                font-size: 20px; }
            .page-content .search-results .results .result .middle .right .price .right p {
              color: #B91C34;
              margin: 0; }
            .page-content .search-results .results .result .middle .right .price .left {
              border-right: 2px dotted #404040; }
              .page-content .search-results .results .result .middle .right .price .left.no-border {
                border: 0; }
              .page-content .search-results .results .result .middle .right .price .left p {
                margin: 0; }
      .page-content .search-results .results .result a {
        text-decoration: none; }
        .page-content .search-results .results .result a .bottom {
          background-color: #ADAEAD;
          padding: 10px;
          margin: 10px 0 10px 0; }
          .page-content .search-results .results .result a .bottom p {
            text-align: right;
            color: white;
            font-style: italic;
            font-size: 24px;
            margin: 0; }
            .page-content .search-results .results .result a .bottom p img {
              vertical-align: middle;
              width: 5%;
              margin: 0 0 0 10px; }

.selector {
  max-width: 100%;
  overflow: hidden;
  margin: 120px 0 0 0; }
  .selector .panels {
    max-width: 150%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    padding: 15px 0 20px 0; }
    .selector .panels::after {
      clear: both;
      content: "";
      display: table; }
    .selector .panels:after {
      content: normal; }
    .selector .panels section {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-right: 0;
      margin-left: 20px;
      width: 28%;
      -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      transform: skew(-20deg);
      -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left;
      overflow: hidden;
      position: relative; }
      .selector .panels section:last-child {
        margin-right: 0; }
      .selector .panels section .cover {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 80px 150px 0 150px;
        text-align: center;
        opacity: 0;
        transition: opacity 0.2s ease-in-out; }
        .selector .panels section .cover p, .selector .panels section .cover img {
          -webkit-transform: skew(20deg);
          -ms-transform: skew(20deg);
          transform: skew(20deg);
          -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
          transform-origin: bottom left; }
        .selector .panels section .cover p {
          font-family: "Lato", sans-serif;
          color: white;
          font-weight: 300; }
        .selector .panels section .cover img {
          max-width: 80px;
          line-height: 0; }
      .selector .panels section img.main {
        width: 100%; }
      .selector .panels section .manufacturer {
        position: absolute;
        background-color: #1C8C51;
        z-index: 1;
        top: 65%;
        left: 0px;
        padding: 10px 10px 10px 30px;
        margin: 0 0 0 100px;
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out; }
        .selector .panels section .manufacturer h2 {
          font-family: "Lato", sans-serif;
          color: white;
          margin: 0px;
          font-weight: 900; }
      .selector .panels section:first-of-type {
        margin: 0 0 0 -220px; }
        .selector .panels section:first-of-type .manufacturer {
          margin: 0 0 0 240px; }
      .selector .panels section:hover .manufacturer {
        opacity: 0.7; }
      .selector .panels section:hover .cover {
        opacity: 1; }

.selector-icons {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: -160px 0 200px 0;
  position: relative;
  z-index: 1;
  pointer-events: none; }
  .selector-icons::after {
    clear: both;
    content: "";
    display: table; }
  .selector-icons .icon {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: center; }
    .selector-icons .icon:last-child {
      margin-right: 0; }
    .selector-icons .icon img {
      display: inline-block;
      width: 100%;
      max-width: 400px; }

.search-used {
  background-color: #1C8C51;
  height: 25px;
  width: 100%;
  position: relative;
  margin-top: -100px; }
  .search-used:hover {
    cursor: pointer; }
  .search-used .search-container {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .search-used .search-container img {
      display: inline-block;
      max-width: 400px; }

.wrap {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

.container {
  padding: 20px 0 0 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container .title {
    font-family: "Lato", sans-serif;
    color: #1C8C51;
    font-size: 40px;
    font-style: italic;
    margin: 30px 0 30px 0; }
    .container .title.dotted {
      border-bottom: 2px dotted #1C8C51; }
  .container .used-car-search {
    background-color: #ADAEAD; }
    .container .used-car-search .search-counter-small {
      color: white;
      text-align: center;
      display: block;
      width: 100%;
      padding: 0 0 20px 0;
      font-family: "Lato", sans-serif;
      font-style: italic; }
    .container .used-car-search form {
      padding: 40px 0 40px 0;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .container .used-car-search form::after {
        clear: both;
        content: "";
        display: table; }
      .container .used-car-search form .right, .container .used-car-search form .left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .container .used-car-search form .right:last-child, .container .used-car-search form .left:last-child {
          margin-right: 0; }
      .container .used-car-search form .right:last-of-type {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .container .used-car-search form .right:last-of-type::after {
          clear: both;
          content: "";
          display: table; }
      .container .used-car-search form .item {
        height: 80px;
        font-family: "Lato", sans-serif; }
        .container .used-car-search form .item.drop {
          display: none; }
        .container .used-car-search form .item > * {
          outline: none; }
        .container .used-car-search form .item label {
          display: block;
          color: #404040;
          font-size: 18px;
          font-weight: 300;
          margin: 0 0 10px 0; }
        .container .used-car-search form .item select, .container .used-car-search form .item input[type="text"] {
          width: 100%;
          padding: 10px;
          font-style: italic; }
        .container .used-car-search form .item select {
          background: white url("../img/down-arrow.png") no-repeat right;
          background-position: 98%;
          background-size: 24px;
          line-height: 1;
          border: 0;
          border-radius: 0;
          -webkit-appearance: none; }
        .container .used-car-search form .item .reset-btn, .container .used-car-search form .item input[type="submit"] {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          max-width: 200px;
          height: 60px;
          background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
          background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%);
          border: none;
          text-align: center;
          font-size: 26px;
          color: white;
          line-height: 60px; }
          .container .used-car-search form .item .reset-btn:last-child, .container .used-car-search form .item input[type="submit"]:last-child {
            margin-right: 0; }
          .container .used-car-search form .item .reset-btn:hover, .container .used-car-search form .item input[type="submit"]:hover {
            cursor: pointer; }
        .container .used-car-search form .item input[type="radio"] {
          margin: 0 20px 0 5px; }
        .container .used-car-search form .item .slider-widget {
          text-align: center;
          color: white;
          font-weight: 300; }
          .container .used-car-search form .item .slider-widget input[type='text'] {
            width: 80px;
            background-color: transparent;
            border: none;
            display: inline-block;
            outline: none;
            font-style: normal; }
            .container .used-car-search form .item .slider-widget input[type='text']:first-of-type {
              text-align: left; }
            .container .used-car-search form .item .slider-widget input[type='text']:last-of-type {
              text-align: right; }
          .container .used-car-search form .item .slider-widget #price-slider, .container .used-car-search form .item .slider-widget #mileage-slider {
            width: calc(100% - 200px);
            display: inline-block;
            z-index: 1;
            margin: 0 20px 0 10px; }
          .container .used-car-search form .item .slider-widget .ui-slider-horizontal .ui-slider-range {
            background-color: #1C8C51; }
          .container .used-car-search form .item .slider-widget .ui-slider-horizontal .ui-slider-handle {
            width: 2em;
            height: 2em;
            top: -0.7em; }
          .container .used-car-search form .item .slider-widget .ui-slider-horizontal .ui-state-default {
            border: none;
            outline: none; }
            .container .used-car-search form .item .slider-widget .ui-slider-horizontal .ui-state-default:first-of-type {
              background: transparent url(../img/left-arrow.png) no-repeat scroll 50% 50%;
              background-size: cover; }
            .container .used-car-search form .item .slider-widget .ui-slider-horizontal .ui-state-default:last-of-type {
              background: transparent url(../img/right-arrow.png) no-repeat scroll 50% 50%;
              background-size: cover; }
        .container .used-car-search form .item.radio-buttons {
          color: white;
          font-weight: 300;
          margin: 0 5px 0 5px;
          font-size: 18px; }
  .container .body p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #404040; }
  .container .offer-belt {
    background-color: #ADAEAD;
    text-align: center;
    max-height: 320px;
    margin: 100px 0 0 0; }
    .container .offer-belt .wrap {
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .container .offer-belt .offer {
      display: inline-block;
      text-align: left;
      width: 350px;
      margin: -96px 20px 0 20px;
      font-weight: 300;
      background-color: white;
      overflow: hidden; }
      .container .offer-belt .offer .top, .container .offer-belt .offer .bottom {
        background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
        background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%); }
        .container .offer-belt .offer .top p, .container .offer-belt .offer .bottom p {
          color: white;
          padding: 20px 20px 20px 20px;
          font-size: 18px; }
      .container .offer-belt .offer a {
        text-decoration: none; }
        .container .offer-belt .offer a .bottom p {
          text-align: center;
          font-size: 24px;
          font-style: italic; }
      .container .offer-belt .offer .middle {
        padding: 10px 10px 10px 10px; }
        .container .offer-belt .offer .middle img {
          width: 100%; }
        .container .offer-belt .offer .middle .label {
          font-size: 12px;
          font-weight: 400;
          font-style: italic;
          margin: 10px 0 0 0;
          color: #404040;
          max-width: 100%;
          margin-left: auto;
          margin-right: auto; }
          .container .offer-belt .offer .middle .label::after {
            clear: both;
            content: "";
            display: table; }
          .container .offer-belt .offer .middle .label span {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%; }
            .container .offer-belt .offer .middle .label span:last-child {
              margin-right: 0; }
        .container .offer-belt .offer .middle .prices {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          border-top: 2px dotted #ADAEAD;
          margin: 10px 0 0 0;
          padding: 10px 0 0 0;
          font-style: italic;
          height: 20px;
          line-height: 20px; }
          .container .offer-belt .offer .middle .prices::after {
            clear: both;
            content: "";
            display: table; }
          .container .offer-belt .offer .middle .prices .left, .container .offer-belt .offer .middle .prices .right {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            text-align: center;
            padding: 5px 0 0 0;
            font-size: 24px; }
            .container .offer-belt .offer .middle .prices .left:last-child, .container .offer-belt .offer .middle .prices .right:last-child {
              margin-right: 0; }
            .container .offer-belt .offer .middle .prices .left span, .container .offer-belt .offer .middle .prices .right span {
              color: #888;
              font-size: 14px; }
          .container .offer-belt .offer .middle .prices .left {
            border-right: 2px dotted #ADAEAD;
            font-weight: 400; }
          .container .offer-belt .offer .middle .prices .right {
            color: #B91C34; }
          .container .offer-belt .offer .middle .prices .left {
            color: black; }
  .container .customer-reviews {
    margin: 140px 0 0 0; }
    .container .customer-reviews.no-top {
      margin: 0; }
    .container .customer-reviews .testimonials {
      position: relative; }
      .container .customer-reviews .testimonials .quotes .quote {
        display: none;
        text-align: center; }
        .container .customer-reviews .testimonials .quotes .quote.active {
          display: block; }
        .container .customer-reviews .testimonials .quotes .quote .text p {
          font-size: 20px;
          padding: 0 80px 0 80px;
          margin: 0;
          color: #404040;
          font-weight: 300; }
          .container .customer-reviews .testimonials .quotes .quote .text p a {
            color: #888;
            font-size: 14px;
            text-decoration: none; }
          .container .customer-reviews .testimonials .quotes .quote .text p.full {
            display: none; }
        .container .customer-reviews .testimonials .quotes .quote .by p {
          padding: 20px 80px 20px 80px;
          margin: 0;
          font-size: 12px; }
      .container .customer-reviews .testimonials .left, .container .customer-reviews .testimonials .right {
        position: absolute;
        top: 20%;
        z-index: 1; }
        .container .customer-reviews .testimonials .left:hover, .container .customer-reviews .testimonials .right:hover {
          cursor: pointer; }
      .container .customer-reviews .testimonials .left {
        left: 0; }
      .container .customer-reviews .testimonials .right {
        right: 0; }

footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-linear-gradient(left, #1c6c3a 0%, #258f52 100%);
  background-image: linear-gradient(to right, #1c6c3a 0%, #258f52 100%);
  margin: 40px 0 0 0;
  padding: 20px 20px 20px 20px; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  footer section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    border-right: 2px dotted white;
    color: white;
    height: 220px; }
    footer section:last-child {
      margin-right: 0; }
    footer section:last-of-type {
      border: none; }
    footer section h4.title {
      font-size: 20px;
      font-style: italic; }
    footer section.dealerships p {
      font-weight: 300;
      font-size: 14px; }
      footer section.dealerships p a {
        text-decoration: none;
        color: white;
        line-height: 1.4; }
        footer section.dealerships p a:hover {
          border-bottom: 1px solid white; }
    footer section.social p {
      font-weight: 300;
      font-size: 18px; }
    footer section.social a {
      text-decoration: none;
      text-align: center; }
      footer section.social a img {
        display: inline-block;
        max-width: 300px;
        width: 100%; }
    footer section.links .left, footer section.links .right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      footer section.links .left:last-child, footer section.links .right:last-child {
        margin-right: 0; }
      footer section.links .left ul, footer section.links .right ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        footer section.links .left ul li, footer section.links .right ul li {
          margin: 5px 0px 5px 0px; }
          footer section.links .left ul li a, footer section.links .right ul li a {
            color: white;
            text-decoration: none;
            font-weight: 300;
            font-size: 14px; }
            footer section.links .left ul li a:hover, footer section.links .right ul li a:hover {
              border-bottom: 1px solid white; }

p.legal {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 10px 0 10px 0; }
  p.legal a {
    color: inherit;
    text-decoration: none; }
    p.legal a:hover {
      border-bottom: 1px solid #666; }

/* Small Desktop */
@media (max-width: 1520px) {
  .selector-icons {
    margin: -150px 0 150px 0; }

  header nav ul li {
    padding: 0 20px 0 0; } }
/* Wrapper Increase */
@media (max-width: 1350px) {
  .wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .wrap::after {
      clear: both;
      content: "";
      display: table; }

  .car-counter-widget {
    display: none; }

  header nav {
    padding: 0 5% 0 0; }
    header nav ul li {
      padding: 0 14px 0 0;
      font-size: 18px; }
  header .logo {
    padding: 10px 0 10px 5%; }
    header .logo h1 {
      font-size: 20px;
      padding: 24px 0 0 20px; }

  .selector .panels section .cover p {
    display: none; } }
/* Tablet */
@media (max-width: 1200px) {
  header nav ul li {
    font-size: 13px; }

  .search-used {
    margin-top: 0; }

  .container .customer-reviews {
    margin: 80px 0 0 0; }
    .container .customer-reviews .testimonials .controls .left,
    .container .customer-reviews .testimonials .controls .right {
      width: 30%; }

  .selector-icons {
    display: none; }

  .page-content.service-page .motab-links .col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .page-content.service-page .motab-links .col:last-child {
      margin-right: 0; }
    .page-content.service-page .motab-links .col .button {
      padding: 10px; }
      .page-content.service-page .motab-links .col .button h3 {
        font-size: 18px; }
      .page-content.service-page .motab-links .col .button span {
        font-size: 14px; }

  .selector .panels section .manufacturer {
    display: block;
    top: 40%; }
  .selector .panels section:first-of-type .manufacturer {
    margin: 0 0 0 180px; }
  .selector .panels section .cover img {
    display: none; }

  footer section {
    border: none; } }
/* Header Fix */
@media (max-width: 1000px) {
  header .logo a h1 {
    font-size: 22px;
    padding: 24px 0 0 20px; }

  .page-content.service-page .motab-links .col {
    margin: 0;
    padding: 10px;
    width: 50%; }
    .page-content.service-page .motab-links .col .button {
      padding: 10px; }
      .page-content.service-page .motab-links .col .button h3 {
        font-size: 18px; }
      .page-content.service-page .motab-links .col .button span {
        font-size: 14px; } }
/* Mobile */
@media (max-width: 900px) {
  .back-search {
    display: block;
    color: #1C8C51;
    text-decoration: none;
    margin: 40px 0 0 0;
    vertical-align: middle;
    font-size: 45px; }
    .back-search img {
      width: 30px;
      margin: 0 20px 0 0; }

  header nav ul {
    display: none; }
  header nav.open {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1C8C51;
    padding: 0;
    z-index: 999; }
    header nav.open ul {
      display: block; }
      header nav.open ul li {
        display: block;
        text-align: center;
        margin: 10px 0;
        line-height: 1; }
        header nav.open ul li a {
          display: block;
          padding: 20px;
          font-size: 20px; }
          header nav.open ul li a:hover {
            border: none; }
    header nav.open .mobile-toggle {
      display: none; }
    header nav.open .mobile-close {
      display: block;
      position: fixed;
      top: 20px;
      left: 20px;
      width: 50px;
      height: 50px; }
      header nav.open .mobile-close img {
        margin: 0;
        width: 100%; }
      header nav.open .mobile-close:hover {
        cursor: pointer; }
  header nav .mobile-toggle {
    display: block; }

  .selector {
    display: none; }

  .search-used {
    display: none; }

  .mobile-selector {
    display: block;
    margin: 120px 0 0 0; }
    .mobile-selector .item {
      display: block;
      line-height: 0;
      padding: 20px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .mobile-selector .item::after {
        clear: both;
        content: "";
        display: table; }
      .mobile-selector .item.green {
        background-color: #0D713B; }
      .mobile-selector .item.blue {
        background-color: #017DB9; }
      .mobile-selector .item.navy {
        background-color: #01447B; }
      .mobile-selector .item.orange {
        background-color: #D0801D; }
      .mobile-selector .item.red {
        background-color: #C42A2A;
        display: none; }
      .mobile-selector .item p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        color: white;
        font-size: 26px;
        font-style: italic; }
        .mobile-selector .item p:last-child {
          margin-right: 0; }
      .mobile-selector .item img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .mobile-selector .item img:last-child {
          margin-right: 0; }

  .container .title {
    font-size: 18px; }
  .container .used-car-search form .left, .container .used-car-search form .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .container .used-car-search form .left:last-child, .container .used-car-search form .right:last-child {
      margin-right: 0; }
    .container .used-car-search form .left .item.drop, .container .used-car-search form .right .item.drop {
      display: block; }
    .container .used-car-search form .left .item.slider, .container .used-car-search form .right .item.slider {
      display: none; }
  .container .customer-reviews {
    margin: 0; }
    .container .customer-reviews .testimonials .left, .container .customer-reviews .testimonials .right {
      width: 8%; }
  .container .offer-belt {
    max-height: 100%;
    margin: 0; }
    .container .offer-belt .wrap {
      display: block; }
      .container .offer-belt .wrap .offer {
        margin: 10px 0 10px 0; }
        .container .offer-belt .wrap .offer .middle .prices {
          margin: 20px 0 20px 0; }
        .container .offer-belt .wrap .offer p {
          margin: 0 !important; }

  .page-content .product .middle .left, .page-content .product .middle .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-content .product .middle .left:last-child, .page-content .product .middle .right:last-child {
      margin-right: 0; }
  .page-content .product .middle .right {
    text-align: center; }
  .page-content .product .middle .left .icon-bar {
    z-index: 1; }
  .page-content .search-results .search {
    display: none; }
  .page-content .search-results .results {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-content .search-results .results:last-child {
      margin-right: 0; }

  footer section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    text-align: center;
    height: auto; }
    footer section:last-child {
      margin-right: 0; } }
@media (max-width: 780px) {
  .customer-reviews {
    display: none; }

  .page-content .contact-form form .right, .page-content .contact-form form .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-content .contact-form form .right:last-child, .page-content .contact-form form .left:last-child {
      margin-right: 0; }
  .page-content .main-page-template .right {
    display: none; }
  .page-content .main-page-template .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-content .main-page-template .left:last-child {
      margin-right: 0; }
  .page-content .product-panels .panel .body .tech-spec {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-content .product-panels .panel .body .tech-spec::after {
      clear: both;
      content: "";
      display: table; }
    .page-content .product-panels .panel .body .tech-spec .col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .page-content .product-panels .panel .body .tech-spec .col:last-child {
        margin-right: 0; } }
/* Small Mobile */
@media (max-width: 450px) {
  .page-content #map {
    height: 300px; }

  .back-search {
    font-size: 35px; }
    .back-search img {
      width: 25px; }

  header .logo a h1 {
    display: none; }

  .container .customer-reviews .testimonials .left, .container .customer-reviews .testimonials .right {
    display: block;
    margin: 10px;
    width: 15%; }
  .container .offer-belt .offer {
    width: auto; }

  .selector .panels section {
    width: 170%; }

  .page-content .product .top p span {
    float: none;
    display: block;
    margin: 10px 0 0 0; }
  .page-content .product .middle .right .price, .page-content .product .middle .right .spec {
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0; }
  .page-content .product .middle .right .buttons a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-content .product .middle .right .buttons a:last-child {
      margin-right: 0; }
  .page-content .search-results .results .result .middle .left, .page-content .search-results .results .result .middle .right {
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .page-content .search-results .results .result .middle .left:last-child, .page-content .search-results .results .result .middle .right:last-child {
      margin-right: 0; }
  .page-content .search-results .results .result .middle .left img {
    margin: 0 0 20px 0; }
  .page-content.service-page .motab-links .col {
    float: none;
    display: block;
    width: 100%; } }

/*# sourceMappingURL=styles.css.map */


form .form-required.has-error { border: 2px solid #1C8C51 !important; }
.swapit-price { color: #009933; }
.swapit-price-black { color: #000000 !important; }
.watermark-icon { position: absolute; top: 10px; right: 10px; max-width: 80px; z-index: 10; }
.watermark-icon img { width: 100%; }