@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("/js/slick/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  src: url("/js/slick/fonts/slick.eot");
  src: url("/js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/js/slick/fonts/slick.woff") format("woff"), url("/js/slick/fonts/slick.ttf") format("truetype"), url("/js/slick/fonts/slick.svg#slick") format("svg");
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\2190';
}

[dir='rtl'] .slick-prev:before {
  content: '\2192';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\2192';
}

[dir='rtl'] .slick-next:before {
  content: '\2190';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

@media (max-width: 767px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}

.ds .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ds .slick-dots {
  bottom: 20px;
}

.ds .slick-dots li button {
  width: 5px;
  height: 5px;
  border: 1px solid #AD9D91;
  color: transparent;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 0px;
  padding: 3px !important;
}

.ds .slick-dots li button:hover {
  background-color: #AD9D91;
}

.ds .slick-dots li button:before {
  content: "" !important;
}

.ds .slick-dots li.slick-active button {
  border: 1px solid #7D6C5F;
  background: #7D6C5F;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2001;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(/build/css/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/build/css/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 2101;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 2121;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(/build/css/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 2051;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.dealer-landing-header {
  background-position: center top;
  background-size: cover;
  width: 100%;
  min-height: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

@media (min-width: 992px) {
  .dealer-landing-header {
    padding: 15px 15px 70px 15px;
  }
}

.dealer-landing-header__h1 {
  font-size: 36px;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px #000;
}

.dealer-landing-header__message {
  text-align: center;
  display: block;
  width: 100%;
  color: #FF4444;
  text-shadow: 1px 1px 3px #000;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .dealer-landing-header__message {
    font-size: 26px;
  }
}

.dealer-landing-header__message a {
  color: #FF4444;
}

@media (max-width: 991px) {
  .dealer-landing-header__h1 {
    font-size: 29px;
  }
}

.call-now-box {
  margin-top: -65px;
  padding: 10px 10px 10px 20px;
  height: 65px;
  line-height: 44px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left !important;
  background: #f2f2f2;
  font-size: 22px;
  font-family: "foco_light",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}

.call-now-box .fb-like {
  float: right;
}

@media (max-width: 991px) {
  .call-now-box {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.42857;
    text-align: center !important;
    height: auto;
  }
  .call-now-box .opening-times {
    margin-top: 15px;
  }
  .call-now-box .opening-times .col-xs-3 {
    padding: 0;
    font-size: 11px;
  }
  .call-now-box .addr-dets {
    font-size: 13px;
  }
  .call-now-box .btn {
    float: none !important;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .call-now-box .fb-like {
    float: none;
    display: block;
    margin: 5px auto;
  }
}

@font-face {
  font-family: 'vauxhall';
  font-display: swap;
  src: url("/fonts/vauxhall/VauxhallNeue-Regular.eot");
  src: url("/fonts/vauxhall/VauxhallNeue-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/vauxhall/VauxhallNeue-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'vauxhall-icons';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/vauxhall/Vauxhall-OEM.eot");
  src: url("/fonts/vauxhall/Vauxhall-OEM.eot?#iefix") format("embedded-opentype"), url("/fonts/vauxhall/Vauxhall-OEM.woff2") format("woff2"), url("/fonts/vauxhall/Vauxhall-OEM.ttf") format("truetype");
}

.dealer-locator__header-bg {
  background-size: cover;
  height: auto;
  padding: 100px 0;
  background-position: center center;
}

.no-webp .dealer-locator__header-bg {
  background-image: url(/images/dealers/dealer-locator-heading-bg-mobile.jpg);
}

.webp .dealer-locator__header-bg {
  background-image: url(/images/dealers/dealer-locator-heading-bg-mobile.webp);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-webp .dealer-locator__header-bg {
    background-image: url(/images/dealers/dealer-locator-heading-bg-mobile@2x.jpg);
  }
  .webp .dealer-locator__header-bg {
    background-image: url(/images/dealers/dealer-locator-heading-bg-mobile@2x.webp);
  }
}

@media only screen and (min-width: 768px) {
  .dealer-locator__header-bg {
    padding: 150px 0;
  }
  .no-webp .dealer-locator__header-bg {
    background-image: url(/images/dealers/dealer-locator-desktop.jpg);
  }
  .webp .dealer-locator__header-bg {
    background-image: url(/images/dealers/dealer-locator-desktop.webp);
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .dealer-locator__header-bg {
    background-image: url(/images/dealers/dealer-locator-desktop@2x.jpg);
  }
  .webp .dealer-locator__header-bg {
    background-image: url(/images/dealers/dealer-locator-desktop@2x.webp);
  }
}

.dealer-locator__frosted-form {
  position: relative;
  padding: 30px 25px 40px 25px;
  margin: 0 auto 0 0;
  width: 100%;
  max-width: 550px;
  background: rgba(255, 255, 255, 0.75);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-35.29%, rgba(255, 255, 255, 0.5)), color-stop(92.78%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) -35.29%, #fff 92.78%);
}

@media only screen and (max-width: 767px) {
  .dealer-locator__frosted-form {
    padding: 25px;
  }
}

.dealer-locator__frosted-form-title {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dealer-locator__frosted-form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__frosted-form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.dealer-locator__frosted-form-control {
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__frosted-form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}

.dealer-locator__frosted-form-btn {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dealer-locator__search-results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto;
}

.dealer-locator__search-results-header-btn {
  height: 35px;
  padding-bottom: 0;
  padding-top: 0;
}

.dealer-locator__search-results-header-btn-search {
  margin-right: 10px;
  height: 35px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__search-results-header-btn-search {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .dealer-locator__search-results-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 30px auto;
  }
  .dealer-locator__search-results-header .form-control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.dealer-locator__search-results-header-form-control {
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 266px;
  max-width: 266px;
}

.dealer-locator__result-margin {
  margin-bottom: 15px;
}

.dealer-locator__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 11px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 24px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  -webkit-transition: 200ms -webkit-transform ease-out, 200ms -webkit-box-shadow ease-out;
  transition: 200ms -webkit-transform ease-out, 200ms -webkit-box-shadow ease-out;
  transition: 200ms transform ease-out, 200ms box-shadow ease-out;
  transition: 200ms transform ease-out, 200ms box-shadow ease-out, 200ms -webkit-transform ease-out, 200ms -webkit-box-shadow ease-out;
}

.dealer-locator__result:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
}

.dealer-locator__result-image-container {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1400px) {
  .dealer-locator__result-image-container {
    min-height: 298px;
  }
}

.dealer-locator__result-image {
  width: 100%;
  margin: 0;
}

.dealer-locator__result-details {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
  gap: 10px;
}

.dealer-locator__result-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dealer-locator__result-title {
  margin: 0;
  text-align: left;
}

.dealer-locator__result-logo {
  display: block;
  max-width: 70px;
  margin-left: 10px;
  margin: 0 0 0 auto;
  max-height: 55px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__result-logo {
    max-width: 55px;
  }
}

.dealer-locator__result-logo--peugeot {
  max-width: 60px;
}

.dealer-locator__result-logo--peugeot-small {
  max-width: 40px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__result-logo--peugeot-small {
    max-width: 20px;
    margin-right: 5px;
  }
}

.dealer-locator__result-logo--distrigo {
  max-width: 120px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__result-logo--distrigo {
    max-width: 100px;
  }
}

.dealer-locator__result-multi-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dealer-locator__result-multi-logo {
  display: block;
  max-width: 50px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__result-multi-logo {
    max-width: 30px;
    margin-right: 4px;
  }
}

.dealer-locator__result-multi-logo:last-child {
  margin-right: 0;
}

.dealer-locator__result-phone a {
  font-size: 18px;
  color: #FFA100;
  font-family: "foco_normal",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

.dealer-locator__result-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .dealer-locator__result-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.dealer-locator__result-btn {
  width: 100%;
}

.dealer-locator__result-btn.btn-secondary {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .dealer-locator__result-btn.btn-secondary {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.dealer-locator__result-extra-message {
  display: block;
  color: #FF4444;
  text-align: left;
  font-size: 16px;
  padding: 8px 0;
  font-family: "foco_normal",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

.dealer-locator__result-what3words {
  padding-top: 20px;
}

.dealer-locator__result-what3words-graphic {
  height: 1.5em;
  width: 1.5em;
}

.dealer-locator__result-what3words-link {
  margin-left: 5px;
  color: #000;
  font-family: monospace;
  letter-spacing: 1.5px;
}

.dealer-locator__result-coming-soon {
  background-color: #ECF9FF;
  color: #0293d6;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  min-height: 45px;
  margin-top: auto;
}

.dealer-results, #dealer-locator-map {
  margin-bottom: 40px;
}

.dealer-opening-hours {
  width: 100%;
}

.dealer-opening-hours__col {
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .dealer-opening-hours__col {
    text-align: left;
  }
  .dealer-opening-hours__col:first-child {
    padding-left: 0;
  }
  .dealer-opening-hours__col:last-child {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .dealer-opening-hours__day {
    font-size: 16px;
  }
  .dealer-opening-hours__col {
    display: block !important;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .dealer-opening-hours__col--title {
    font-size: 18px;
  }
  .dealer-opening-hours__col:last-child {
    padding-bottom: 20px;
  }
}

.offer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  -webkit-transition: -webkit-transform 255ms linear;
  transition: -webkit-transform 255ms linear;
  transition: transform 255ms linear;
  transition: transform 255ms linear, -webkit-transform 255ms linear;
}

.offer:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.offer__heading {
  color: #1B365E;
  font-size: 22px;
  text-decoration: none;
}

.offer__ends {
  font-size: 13px;
  text-transform: uppercase;
}

.offer__content {
  background-color: #F2F2F2;
  padding: 20px 15px 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.offer__content p {
  text-align: left;
  margin-bottom: 0;
}

.offer__text {
  padding-top: 15px;
}

.offer__text ul {
  padding-left: 15px;
  text-align: left;
}

.business-centre-icon-small {
  width: 16px;
}

.dealer-box {
  text-align: left;
}

.dealer-box.search-box label[for="postcode"] {
  margin-top: 0;
}

.dealer-box.search-box .search-form .row .col-sm-5 {
  padding-left: 5px;
  padding-right: 0;
}

.dealer-box.search-box .search-form-inputs {
  color: #1E3567;
  background-color: #EEEEEE;
  padding: 20px;
}

.dealer-box.search-box input:not([type="checkbox"]), .dealer-box.search-box select {
  margin: 5px auto 0 auto;
  font-size: 15px;
}

.dealer-box.search-box .btn-primary {
  padding: 10px 15px 10px 20px;
  min-width: 100px;
  width: 100%;
}

.dealer-content > h2 {
  margin: 0;
  padding: 0 0 5px 0;
}

.dealer-content > p {
  margin: 0;
  padding: 0 0 20px 0;
}

.offers {
  padding-top: 20px;
  padding-bottom: 20px;
}

.offers--grey {
  background-color: #eeeeee;
}

.offers__carousel {
  margin-right: -15px;
  margin-left: -15px;
}

.offers .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .offers .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
}

.offers .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offers .slick-slide {
  height: inherit;
}

.offers .slick-slide > div, .offers__slide {
  height: 100%;
}

.offers__slide {
  padding: 15px;
}

@media (min-width: 768px) {
  .offers__slide {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.offers__text h1, .offers__text h2, .offers__text h3, .offers__text h4, .offers__text h5, .offers__text h6 {
  text-align: center;
}

.offers__text p {
  text-align: center;
}

.offers__btn-wrapper {
  text-align: center;
}

.offers__btn {
  min-width: 255px;
}

@media (min-width: 768px) {
  .offers {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .offers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .offers {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#dealer-locator-map {
  display: block;
  min-height: 610px;
  width: 100%;
}

.map-dealer-popup {
  position: absolute;
  left: 10%;
  top: 10%;
  background-color: #1E3567;
  padding: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 527px;
  color: #FFFFFF;
  overflow-y: auto;
}

.map-dealer-popup h2 {
  padding: 0 20px;
  margin: 0 auto;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .map-dealer-popup {
    max-height: calc(610px - 20%);
  }
}

.remodal-wrapper .remodal.map-dealer-popup h2 {
  padding: 0 20px;
  margin: 0 auto;
  color: #FFFFFF;
}

.map-dealer-popup .dealer-white-content {
  width: 100%;
  padding: 0 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.map-dealer-popup .dealer-white-content.tri-marque {
  width: 100%;
  padding: 0 10px;
  background-color: #FFFFFF;
  color: #333333;
}

.map-dealer-popup .dealer-white-content.tri-marque .map-group-dealer {
  padding: 10px 20px;
}

.map-dealer-popup .dealer-white-content.tri-marque h3 {
  margin: 0 auto 0 0;
}

.map-dealer-popup .dealer-white-content.tri-marque .btn-md {
  margin-bottom: 0;
}

.map-dealer-popup .dealer-white-content.tri-marque .services .row {
  padding-top: 0;
  padding-bottom: 0;
}

.map-dealer-popup .img-responsive {
  margin: 0 0 0 auto;
  display: block;
  padding: 0 0 20px 0;
  max-width: 77px;
}

.map-dealer-popup h3 {
  display: block;
  margin: 0 auto 10px 0;
}

.map-dealer-popup .services .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.map-dealer-popup .btn-md {
  min-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
}

.map-dealer-popup .address {
  display: block;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px auto;
}

.map-dealer-popup .map-group-dealer {
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCA;
}

.map-dealer-popup .map-group-dealer:last-child {
  border: 0;
}

@media (max-width: 991px) {
  .map-dealer-popup {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #dealer-locator-map {
    display: block;
    min-height: 400px;
  }
  .citroen-dealership, .ds-dealership, .peugeot-dealership {
    margin: 0 auto 10px auto;
  }
  .dealer-results article .col-md-8, .dealer-results article .logos {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .dealer-locator .search-box.dealer-box .btn-primary {
    margin-bottom: 15px;
  }
  .dealer-locator .search-box.dealer-box .service-filters .filter {
    padding-right: 0;
  }
  .dealer-locator .search-box.dealer-box .service-filters img {
    display: none;
  }
  .dealer-locator .dealer-search-mobile-logo {
    max-width: 30%;
    margin: 10px auto;
  }
}

.dealer-slick-content {
  padding: 30px 0;
}

.dealer-slick-content .car-photo {
  width: 100%;
}

.dealer-slick-content .btn {
  display: block;
  margin: 10px auto 0 auto;
}

#slick {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#slick-count-bg {
  position: relative;
}

.dealer-slick-content, .dealer-detail {
  background: #FFFFFF;
  position: relative;
}

#slick .used-car-slide img {
  margin: 0 auto 20px auto;
}

#slick .slick-prev:before, #slick .slick-next:before {
  color: #000000;
}

.used-car-count a {
  padding: 0 20px;
}

.dealer-view-all-stock {
  display: block;
  max-width: 200px;
  margin: 20px auto;
}

#slick .used-car-slide {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "foco_light",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}

#slick .used-car-slide span {
  color: #08113c;
  text-align: center;
  width: 100%;
  display: block;
}

#slick .used-car-slide div {
  color: #08113c;
  text-align: center;
  width: 100%;
}

#slick-count-bg {
  background-color: #23396b;
  padding: 20px 0;
  width: 100%;
}

#slick-count a {
  font-size: 22px;
  line-height: 42px;
  color: #FFFFFF;
}

#slick-count a span {
  font-size: 14px;
  color: #FFA100;
}

#slick-count .slick-prev:before, #slick-count .slick-next:before {
  display: none;
}

.dealer-tel a {
  font-family: "foco_normal",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

.dealer-contact-form .slim {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding: 30px;
}

@media (max-width: 767px) {
  .dealer-contact-form .slim {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .dealer-contact-form #dealer-facebook {
    border-left: 1px solid #7b7b7b;
    padding-left: 30px;
    margin-top: 45px;
  }
  .dealer-contact-form #dealer-facebook h2 {
    margin-bottom: 30px;
  }
}

.dealer-detail .brand-logo {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 auto;
}

.dealer-detail .title {
  color: #1E3567;
  padding: 10px 0 10px 0;
}

.dealer-detail .subtitle {
  text-align: center;
  font-size: 20px;
}

.dealer-detail .nice-text h4 {
  padding: 10px 0 10px 0;
  color: #1E3567;
}

.dealer-detail .news {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dealer-detail .news .news-date {
  color: #999999;
  padding: 10px 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .dealer-detail .news .nice-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dealer-detail .news .nice-text .btn {
    margin-top: 10px;
  }
}

.dealer-detail .news hr {
  background-color: #e8e8e8;
  border: 1px solid #f3f3f3;
}

.dealer-detail .news .row {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .news-article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 480px) {
  .news-slick {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.dealer-detail .news .preview-image {
  background-size: 100%;
  height: 0;
  padding-bottom: 53.07017544%;
}

.dealer-detail .news .preview-image img {
  width: 100%;
}

.dealer-results .extra-message {
  text-align: center;
  display: block;
  width: 100%;
  color: #FF4444;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 0 0 auto;
}

.dealer-results .extra-message a {
  color: #FF4444;
}

.fb-like {
  margin-right: 30px;
  line-height: 35px;
}

.fb_iframe_widget_fluid {
  display: inline-block !important;
}

table.center-block {
  display: table;
}

section.info-card {
  background-color: #f2f2f2;
  padding: 1em;
  margin-bottom: 1em;
}

section.info-card h4 {
  color: #1E3567;
  padding: 0 0 0.5em 0;
  margin: 0;
}

section.info-card p {
  padding-bottom: 1em;
}

section.info-card p img {
  position: relative;
  top: -2px;
  margin-right: 0.7em;
}

section.info-card .btn {
  margin-top: 1em;
}

@media (max-width: 767px) {
  section.info-card .btn {
    display: block;
    margin: 1em auto;
  }
}

section.info-card .agent-photo {
  max-width: 132px;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin: 10px auto 10px auto;
}

section.info-card .agent-name {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 1em 0;
}

section.info-card .agent-tel {
  display: block;
  text-align: center;
}

section.info-card .agent-tel, section.info-card .agent-tel a {
  color: #fe5d26;
  font-size: 16px;
  line-height: 16px;
}

.container.extra-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.dealer-landing .map-dealer-popup .address {
  padding: 0;
  margin-top: 0;
}

.dealer-landing .stats {
  margin: 0 auto;
}

.dealer-landing .dealer-contact-form {
  background-color: #eeeeee;
  padding: 30px;
  width: 100%;
}

.dealer-landing .dealer-detail .nice-text h2 {
  padding: 0 0 1em 0;
  color: #1E3567;
}

.dealer-landing .dealer-detail .brand-logo {
  border-radius: 120px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
  max-width: 80%;
}

.dealer-landing #dealer-map {
  width: 100%;
  height: 440px;
}

.dealer-landing #dealer-map .container {
  width: 100%;
  height: 0px;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.dealer-landing #dealer-map .container .map-dealer-popup {
  z-index: 100;
  padding: 20px;
  left: 15px;
  top: 30px;
}

.dealer-landing #dealer-map .container .map-dealer-popup h3 {
  color: #ffffff;
}

.dealer-landing #dealer-map .container .map-dealer-popup .address {
  padding: 0;
  margin-top: 0;
}

.dealer-landing #dealer-map .container .map-dealer-popup .opening-times {
  font-size: 14px;
  font-family: "foco_normal",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

.dealer-landing #dealer-map .container .map-dealer-popup .opening-times .row {
  padding-top: 3px;
  padding-bottom: 3px;
}

.dealer-landing #dealer-map .container .map-dealer-popup .opening-times div:first-child {
  font-size: 14px;
  font-family: "foco_normal",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-style: normal;
}

.dealer-landing #dealer-map .container .map-dealer-popup .opening-times div {
  font-size: 14px;
}

@media (max-width: 767px) {
  .dealer-landing #dealer-map .container {
    max-width: 750px;
  }
  .dealer-landing .dealer-detail {
    padding: 25px 0;
  }
  .dealer-landing .dealer-detail ul li {
    text-align: left;
  }
  .dealer-landing .dealer-contact-form {
    margin-top: 20px;
  }
  .dealer-landing .dealer-contact-form .btn {
    width: 100%;
  }
  .dealer-landing .stats .btn {
    width: 100%;
  }
  .dealer-landing .dealer-slick-content {
    padding: 20px 0;
    background: #eee !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dealer-landing .dealer-contact-form {
    background-color: #eeeeee;
    padding: 16px 20px 66px 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .dealer-landing .dealer-contact-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .dealer-landing .stats .details {
    color: #1E3567;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .dealer-landing .dealer-contact-form h3 {
    font-size: 22px;
  }
}

@media (min-width: 991px) {
  .dealer-landing #dealer-map .container {
    max-width: 970px;
  }
}

@media (min-width: 1199px) {
  .dealer-landing #dealer-map .container {
    max-width: 1170px;
  }
}

.vauxhall .site-content .dealer-tel a {
  font-weight: bold;
  line-height: 22px;
  font-size: 22px;
  color: #4A4A4A;
}

.vauxhall .site-content .extra-message {
  color: white;
}

.service-phone-message__ul {
  margin-top: 15px;
  list-style-type: none;
  padding-left: 0;
}

.service-phone-message__li {
  padding: 8px 15px;
  margin-bottom: -15px;
  -webkit-box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 11px 24px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ECF9FF;
}
