:root {
  --chocolate: #eb6218;
  --white-smoke: #ededed;
  --dark-slate-gray: #202e3d;
  --dodger-blue: #0098ff;
  --teal: #0b6599;
  --gainsboro: #ddd;
  --firebrick: #c3151f;
  --dim-gray: #6b6b6b;
  --dark-slate-gray-2: #3d3d3d;
  --black: #151718;
  --white-smoke-2: #f0f0f0;
  --lavender: #d9e5f0;
  --dark-slate-gray-3: #2c3e50;
  --tomato: #f16253;
  --dark-slate-gray-4: #3d5266;
  --light-slate-gray: #8392a2;
  --gainsboro-2: #e2e2e2;
  --black-2: #0f1011;
}

h2 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

h5 {
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

p {
  color: #6b6b6b;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 24px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

.section {
  background-color: #151718;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-style: none none solid;
  border-top-width: 5px;
  border-top-color: #0098ff;
  border-bottom-width: 2px;
  border-bottom-color: #eb6218;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: block;
  box-shadow: 0 0 6px #3d3d3d52;
}

.navbar {
  background-color: #151718;
  border-radius: 0;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section {
  background-color: #151718;
  background-image: linear-gradient(#151718d1, #151718d1), linear-gradient(to top, #0000, #151718), url('../images/streaks.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-bottom: 5px #0098ff;
  padding: 60px 15px 0;
  position: relative;
}

.hero-section.content {
  text-align: center;
  background-color: #202e3d;
  background-image: linear-gradient(#151718e3, #151718e3), url('../images/streaks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 140px;
  padding-bottom: 0;
}

.container {
  text-align: center;
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container.fixed-bottom {
  text-align: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  border-top: 3px #fff;
  border-bottom: 1px #ddd;
  max-width: 1200px;
  margin-top: 40px;
  padding: 40px 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.container.fixed-bottom.content-pages {
  text-align: left;
  border-top-style: none;
  border-top-color: #eb6218;
  border-bottom-style: solid;
  padding: 40px 30px;
  position: relative;
}

.container.with-padding {
  perspective: 1000px;
  background-color: #fff;
  border-bottom: 1px #ededed;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.content {
  text-align: center;
  background-color: #fff;
  border-top: 1px #0098ff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.container.testimonials {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.container.booking {
  background-color: #151718;
  border: 1px solid #151718;
  padding: 30px 30px 70px;
}

.container.booking.magin-bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.container.google {
  position: relative;
}

.container.padding {
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.navlink {
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px 15px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: color .2s;
}

.navlink:hover {
  color: #eb6218;
}

.navlink.w--current {
  color: #eb6218;
  letter-spacing: 1px;
  background-color: #0000;
}

.slider {
  background-color: #0000;
  border: 3px #fff;
  height: 360px;
}

.slide {
  padding: 0 0 0 30px;
}

.large-heading {
  color: #151718;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

.large-heading.content-page {
  color: #151718;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}

.body {
  background-color: #ededed;
  height: 100%;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.service-block {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  flex: 1;
  padding: 50px 30px;
  transition: background-color .2s;
}

.service-block:hover {
  background-color: #fafafa;
}

.service-block.end {
  border-right: 1px #000;
  padding-bottom: 50px;
}

.service-block.end:hover {
  background-color: #fafafa;
}

.service-block.extra-padding {
  padding-bottom: 90px;
}

.service-icon {
  background-color: #eb621859;
  border-radius: 40px;
  width: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: block;
}

.service-icon.make-a-booking {
  z-index: 30;
  background-color: #3d3d3d;
  margin-top: -65px;
  position: relative;
}

.service-title {
  color: #151718;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.service-title.cta {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-title.left-align {
  text-align: left;
  font-size: 19px;
}

.service-title.white-title {
  color: #f0f0f0;
  margin-bottom: 15px;
}

.paragraph-small {
  color: #8a8a8a;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.subhead {
  color: #15171880;
  letter-spacing: .5px;
  padding-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.subhead.cta {
  color: #ddd;
  background-color: #0000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.col-no-padding {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.col-no-padding.tablet-bp {
  margin-top: 0;
}

.button {
  color: #eb6218;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #eb6218;
  border-radius: 23px;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  transition: background-color .2s;
}

.button:hover {
  color: #fff;
  background-color: #eb6218;
  border-color: #eb6218;
}

.button.on-dark {
  float: left;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-width: 2px;
  border-color: #eb6218;
  border-radius: 24px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.button.on-dark:hover {
  color: #fff;
  background-color: #eb6218;
  border-color: #eb6218;
}

.button.on-dark.booking {
  border: 2px solid #eb6218;
  margin-left: 0;
}

.button.submit {
  float: left;
  background-color: #151718;
  margin-top: 24px;
}

.button.submit:hover {
  background-color: #eb6218;
}

.hero-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 100;
  line-height: 50px;
}

.hero-cols {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.logo.w--current {
  margin-top: 30px;
}

.section-content {
  z-index: 10;
  background-color: #f0f0f0;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.section-content.no-bg {
  background-color: #0000;
  padding-top: 0;
  position: relative;
}

.section-no-top-padding {
  background-color: #fff;
  padding: 60px 20px;
  display: none;
}

.testimonial {
  text-align: center;
  letter-spacing: 0;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.testimonial.name {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.testimonial-slider {
  background-color: #0000;
  width: auto;
  height: auto;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-one {
  height: auto;
  min-height: 0;
}

.slider-nav {
  color: #f16253;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  font-size: 14px;
}

.field-label {
  color: #ddd;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 3px;
  font-size: 13px;
}

.text-field {
  color: #fff;
  background-color: #0f1011;
  border: 1px solid #333;
  border-radius: 30px;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.text-field:focus {
  border-color: #eb6218;
}

.text-field.message {
  height: 128px;
}

.field-wrapper {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.field-wrapper.left {
  padding-right: 0;
}

.form-wrapper {
  padding-top: 20px;
  display: none;
}

.phone-number {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0f1011;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #3d3d3d;
  border-radius: 24px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.phone-number.mobile {
  margin-top: 0;
}

.phone-number.holding-page {
  background-color: #000;
  border-color: #eb6218;
}

.phone-number.in-contact-form {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-section {
  background-color: #151718;
  background-image: none;
  margin-top: 0;
  padding: 40px 15px 0;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-link {
  float: none;
  color: #ededed;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-link.w--current {
  letter-spacing: 1px;
  border-bottom-style: none;
  border-bottom-color: #3d3d3d;
  font-weight: 300;
}

.footer-title {
  color: #ededed;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.address {
  color: #969696;
  margin-bottom: 5px;
  line-height: 22px;
}

.address.margin-bottom {
  margin-bottom: 10px;
}

.address.center {
  text-align: center;
}

.copyright {
  color: #687b8d;
  text-transform: none;
  background-color: #0000;
  border-top: 1px solid #3d3d3d;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
}

.bmw-image {
  display: inline-block;
}

.navmenu.services {
  float: left;
  display: block;
}

.intro-paragraph {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.text-cols {
  padding-left: 0;
  padding-right: 20px;
}

.icon-service {
  background-color: #eb621833;
  border-radius: 60px;
  margin-bottom: 10px;
  padding: 5px;
  display: block;
}

.car {
  z-index: 10;
  width: 520px;
  margin-top: -252px;
  position: absolute;
  top: 0;
  right: 0;
}

.car.bm {
  width: 460px;
  margin-top: -228px;
  margin-right: 20px;
}

.car.golf {
  width: 420px;
  margin-top: -99px;
  margin-right: 50px;
}

.heading-with-underline {
  color: #eb6218;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 30px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.or {
  float: left;
  color: #6b6b6b;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.call-to-action-container {
  display: inline-block;
}

.grey-blue {
  float: left;
  background-color: #2c3e50;
  width: 25%;
  height: 190px;
}

.grey-blue.blue {
  background-color: #0098ff;
}

.grey-blue.red {
  background-color: #f16253;
}

.colour-tash {
  height: 5px;
  margin-bottom: 15px;
  display: block;
}

.colour-tash.centered {
  width: 45px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.tash {
  background-color: #0098ff;
  width: 75px;
  height: 10px;
}

.tash.red-tash {
  float: left;
  background-color: #eb6218;
  width: 45px;
  height: 3px;
}

.row {
  background-color: #fff;
  border: 1px #ddd;
  border-top: 1px solid #f0f0f0;
  padding: 30px;
}

.row.last-row {
  border-bottom-style: solid;
}

.row.first {
  border-top-style: none;
}

.copyright-footer {
  color: #6b6b6b;
}

.full-height-wrapper {
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/streaks.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.centered-wrapper {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.coming-soon-copy {
  float: none;
  clear: none;
  color: #f0f0f0;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0000, #151718 51%, #0000);
  border-top: 1px solid #eb6218;
  border-bottom: 1px solid #eb6218;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 18px 10px 20px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.holding-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.unordered-list {
  color: #6b6b6b;
  text-align: left;
  padding-right: 90px;
  line-height: 20px;
}

.success-message {
  background-color: #151718;
  border: 1px solid #3d3d3d;
}

.booking-copy {
  color: #eb6218;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.empty-div {
  width: auto;
  height: 35px;
}

.google-map {
  display: block;
}

.flex-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.black-bold {
  color: #eb6218;
}

.black-bold.white {
  color: #fff;
}

.map {
  opacity: 1;
  width: 90%;
  height: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-footer {
  margin-bottom: 20px;
  display: block;
}

.footer-tagline {
  color: #969696;
  max-width: 70%;
  font-size: 16px;
}

.col-with-padding-top {
  padding-top: 40px;
  padding-left: 20px;
}

.alink {
  color: #eb6218;
  text-decoration: none;
}

.service-navigation {
  background-color: #ededed80;
  border: 1px solid #ddd;
  border-top-style: none;
  border-bottom: 2px solid #eb6218;
  padding: 15px 30px;
}

.service-navigation.tagline {
  color: #151718;
  text-align: left;
  border-bottom: 2px solid #eb6218;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.service-navigation.openning-hours {
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 20px;
}

.navbar-services {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.navlink-services {
  color: #151718;
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
}

.navlink-services:hover {
  background-color: #fff;
}

.navlink-services.w--current {
  color: #151718;
}

.navlink-services.lable {
  border-style: none;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-weight: 600;
}

.navlink-services.lable:hover {
  background-color: #0000;
}

.services-lable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.small-title {
  color: #151718;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #eb6218;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 1px 15px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.hero-sub-text {
  color: #dddddda6;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  text-align: center;
}

.phone-link {
  color: var(--chocolate);
  text-decoration: none;
}

.phone-number-copy {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0f1011;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #3d3d3d;
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.phone-number-copy.holding-page {
  background-color: #000;
  border-color: #eb6218;
}

.phone-number-copy.in-contact-form {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block {
  margin-bottom: 20px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.phone-links {
  color: var(--white-smoke);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .navbar {
    padding: 15px 15px 15px 25px;
    position: relative;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section.content {
    background-color: #000;
    background-image: linear-gradient(#0000008a, #0000008a), url('../images/streaks.jpg');
    background-position: 0 0, 50%;
    height: 220px;
    margin-top: 0;
    padding: 60px 20px 30px;
  }

  .container.fixed-bottom {
    margin-top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .container.fixed-bottom.content-pages {
    border-bottom-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .container.with-padding, .container.content, .container.testimonials {
    margin-left: 0;
    margin-right: 0;
  }

  .container.booking {
    margin-top: 0;
    padding: 20px;
  }

  .container.padding-all-round {
    padding-bottom: 0;
  }

  .container.padding {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 21px;
  }

  .navlink {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #212425;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider {
    height: auto;
  }

  .slide {
    padding-left: 0;
  }

  .large-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .large-heading.content-page {
    font-size: 34px;
    line-height: 34px;
  }

  .service-block {
    border-right: 1px #000;
    min-height: 310px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-block.end {
    border-top: 1px solid #ededed;
    border-bottom: 1px #ededed;
    padding-bottom: 90px;
  }

  .service-block.extra-padding {
    padding-bottom: 50px;
  }

  .service-icon.make-a-booking {
    margin-top: -60px;
  }

  .service-title.left-align {
    margin-right: 0;
  }

  .subhead {
    width: 100%;
    margin-right: auto;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .col-no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .col-no-padding.tablet-bp {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.on-dark {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.submit {
    float: right;
    margin-top: 15px;
  }

  .hero-title {
    text-align: center;
    font-size: 38px;
    line-height: 50px;
  }

  .hero-cols {
    transform: none;
  }

  .logo {
    margin-top: 0;
    margin-left: 0;
  }

  .logo.w--current {
    margin-top: 7px;
  }

  .section-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-content.no-bg, .section-no-top-padding {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial {
    width: 69%;
  }

  .testimonial-slider {
    min-height: 230px;
  }

  .slider-nav {
    padding-left: 0;
    position: relative;
  }

  .text-field {
    height: 45px;
  }

  .field-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .phone-number {
    float: none;
    display: inline-block;
  }

  .phone-number.mobile {
    float: right;
    margin-right: 15px;
    position: relative;
  }

  .footer-section {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-link {
    letter-spacing: 1px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .footer-link.w--current {
    font-weight: 400;
  }

  .footer-link.last {
    border-bottom: 1px #000;
  }

  .copyright {
    margin-top: 30px;
  }

  .bmw-image {
    max-width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button {
    color: #eb6218;
    padding: 20px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .navmenu {
    z-index: 349;
    background-color: #0f1011;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
  }

  .car {
    width: 370px;
    margin-top: -163px;
  }

  .car.bm {
    width: 350px;
    margin-top: -161px;
  }

  .car.golf {
    width: 340px;
    margin-top: -59px;
  }

  .heading-with-underline {
    text-align: left;
    text-transform: none;
    margin-bottom: 25px;
  }

  .call-to-action-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .colour-tash {
    width: 135px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .footer-tagline {
    max-width: 90%;
  }

  .service-navigation {
    padding: 20px;
  }

  .service-navigation.tagline {
    border-top-style: solid;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }

  .small-title {
    margin-bottom: 15px;
  }

  .phone-number-copy {
    position: relative;
  }

  .phone-number-copy.mobile {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }

  p {
    font-size: 13px;
    line-height: 23px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 20px;
  }

  .hero-section.content {
    background-image: linear-gradient(#0000008f, #0000008f), url('../images/streaks.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.fixed-bottom {
    margin-top: 40px;
    padding: 40px 62px 35px;
  }

  .container.fixed-bottom.content-pages {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    border-top-style: none;
    padding: 30px 15px;
  }

  .container.content {
    margin-top: 20px;
  }

  .container.booking {
    margin-top: 0;
  }

  .container.padding {
    padding-top: 0;
  }

  .navlink {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navlink.w--current {
    padding-top: 25px;
    padding-bottom: 26px;
  }

  .slider {
    height: auto;
  }

  .slide {
    height: auto;
    display: inline-block;
  }

  .large-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .large-heading.content-page {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
  }

  .service-block {
    border-right: 1px #000;
  }

  .service-block.end {
    border-top: 1px solid #ededed;
    border-bottom: 1px #ededed;
  }

  .service-title.cta {
    font-size: 15px;
    line-height: 18px;
  }

  .service-title.left-align {
    margin-bottom: 15px;
  }

  .subhead {
    color: #3d3d3d;
    text-align: center;
    width: 100%;
    padding-top: 0;
    font-size: 17px;
    line-height: 24px;
    display: none;
  }

  .col-no-padding {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .col-no-padding.tablet-bp {
    padding-left: 0;
    padding-right: 0;
  }

  .button.on-dark {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .hero-cols {
    position: relative;
    top: 0%;
    transform: none;
  }

  .logo {
    order: 0;
    width: 213px;
    margin-top: 0;
    padding-left: 0;
  }

  .testimonial {
    width: 67%;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-slider {
    min-height: 240px;
  }

  .slider-nav {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    position: relative;
  }

  .footer-link {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .footer-link:hover {
    border-bottom-style: none;
  }

  .footer-link.last {
    margin-bottom: 10px;
  }

  .footer-title {
    text-align: center;
    margin-top: 20px;
  }

  .address {
    text-align: center;
    margin-bottom: 10px;
  }

  .copyright {
    text-align: center;
    margin-top: 20px;
  }

  .bmw-image {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .navmenu {
    padding-top: 0;
  }

  .intro-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .car {
    width: 300px;
    margin-top: -141px;
    display: inline-block;
  }

  .heading-with-underline {
    text-transform: none;
    margin-bottom: 20px;
  }

  .call-to-action-container {
    width: auto;
    display: inline-block;
  }

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

  .map {
    width: 100%;
  }

  .logo-footer {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-tagline {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .col-with-padding-top {
    padding-top: 0;
    padding-left: 0;
  }

  .small-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 23px;
  }

  p {
    margin-bottom: 15px;
    line-height: 21px;
  }

  li {
    font-size: 13px;
  }

  .section {
    z-index: 40;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar {
    padding: 0;
  }

  .hero-section {
    background-image: linear-gradient(#151718e6, #151718e6), linear-gradient(to top, #0000, #151718), url('../images/streaks.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    margin-top: 64px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section.content {
    background-image: linear-gradient(#151718b0, #151718b0), url('../images/streaks.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 140px;
    padding: 20px;
  }

  .container.fixed-bottom {
    margin-top: 40px;
    padding: 30px 20px 15px;
  }

  .container.fixed-bottom.content-pages {
    margin-top: 0;
    padding: 15px 0;
  }

  .container.with-padding {
    margin-left: 0;
    margin-right: 0;
  }

  .container.content {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .container.content.contact-page {
    margin-top: 0;
    padding: 0;
  }

  .container.testimonials {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .container.booking {
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.booking.magin-bottom {
    margin-top: 0;
  }

  .container.padding-all-round {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink, .navlink.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider {
    height: auto;
  }

  .large-heading {
    font-size: 27px;
    line-height: 34px;
  }

  .large-heading.content-page {
    text-align: left;
    font-size: 26px;
    line-height: 30px;
  }

  .service-block {
    padding: 30px 15px;
  }

  .service-block.end {
    border-top: 1px solid #ededed;
    border-bottom: 1px #ededed;
    padding-bottom: 30px;
  }

  .service-icon.make-a-booking {
    width: 70px;
    margin-top: -55px;
  }

  .service-title {
    padding-right: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .service-title.cta {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .service-title.left-align {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .service-title.white-title {
    padding-right: 0;
  }

  .paragraph-small {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 21px;
  }

  .subhead {
    color: #3d3d3d;
    text-align: center;
    width: 100%;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .col-no-padding {
    margin-top: 0;
  }

  .col-no-padding.tablet-bp {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .button.on-dark {
    float: none;
    width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .button.on-dark.booking {
    float: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.submit {
    float: none;
    width: 100%;
    margin-top: 0;
    font-size: 12px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 37px;
  }

  .hero-cols {
    position: static;
    transform: none;
  }

  .logo {
    width: 113px;
    margin-left: 20px;
    padding-left: 0;
  }

  .section-content {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-content.no-bg {
    background-color: #fff;
    padding: 0 0 20px;
  }

  .section-no-top-padding {
    padding: 20px 15px 15px;
  }

  .testimonial {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-slider {
    min-height: 270px;
  }

  .slider-nav {
    text-align: center;
    padding-left: 0;
    position: relative;
  }

  .field-label {
    font-size: 11px;
  }

  .text-field {
    height: 45px;
    font-size: 13px;
  }

  .form-wrapper {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .phone-number.mobile {
    letter-spacing: 1px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 10px;
  }

  .footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link {
    margin-right: 0;
    font-size: 11px;
    display: block;
  }

  .footer-link.last {
    border-bottom: 1px #000;
  }

  .menu-button {
    padding: 20px;
  }

  .menu-button.w--open {
    color: #eb6218;
    background-color: #0000;
  }

  .navmenu {
    z-index: auto;
    display: block;
    top: 64px;
    left: 0;
  }

  .mobile-logo {
    float: left;
    order: -1;
    width: 140px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 5px;
  }

  .intro-paragraph {
    margin-bottom: 15px;
  }

  .text-cols {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-service {
    width: 70px;
  }

  .heading-with-underline {
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .call-to-action-container {
    text-align: center;
    width: 100%;
  }

  .row {
    padding: 20px;
  }

  .centered-wrapper {
    width: 80%;
  }

  .coming-soon-copy {
    padding-left: 1px;
    padding-right: 1px;
    font-size: 18px;
    line-height: 20px;
  }

  .unordered-list {
    padding-left: 30px;
  }

  .black-bold {
    display: none;
  }

  .footer-tagline {
    max-width: 100%;
  }

  .service-navigation.openning-hours {
    padding-bottom: 30px;
    display: block;
  }

  .small-title {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .hero-sub-text {
    font-size: 14px;
    line-height: 20px;
  }

  .phone-number-copy.mobile {
    letter-spacing: 1px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 10px;
  }
}


