html,
body,
ul,
li,
dl,
h6 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
address,
cite {
  font-style: normal;
}
img {
  display: block;
}
* {
  box-sizing: border-box;
}
.slick-slider {
  position: relative;
  display: block;
  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;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}
.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-slide:focus {
  outline: none;
}
@font-face {
  font-family: 'autoresq';
  src: url('/fonts/autoresq.eot');
  src: url('/fonts/autoresq.eot#iefix') format('embedded-opentype'), url('/fonts/autoresq.ttf') format('truetype'), url('/fonts/autoresq.woff') format('woff'), url('/fonts/autoresq.svg#autoresq') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'autoresq' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90c";
}
.icon-pause:before {
  content: "\e90d";
}
.icon-play:before {
  content: "\e90b";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-arrows-left:before {
  content: "\e900";
}
.icon-arrows-right:before {
  content: "\e901";
}
.icon-check:before {
  content: "\e902";
}
.icon-checklist:before {
  content: "\e903";
}
.icon-dealer:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-key:before {
  content: "\e906";
}
.icon-money:before {
  content: "\e907";
}
.icon-staff:before {
  content: "\e908";
}
.icon-star:before {
  content: "\e909";
}
/* Structure */

#Nav {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  padding: 40px 0;
  background: #090a0a;
}
#Nav .container > div {
  float: left;
  width: 21%;
}
#Nav .logo {
  display: block;
  float: left;
  padding: 9px 0;
  font-size: 1.5em;
}
#Nav a:hover {
  color: #9a9ea2;
}
#Nav .call {
  text-align: right;
  font-size: 2.2em;
  font-weight: 600;
  text-transform: uppercase;
}
#Nav .call span:nth-child(1),
#Nav .call span:nth-child(3) {
  display: none;
}
#Nav a {
  color: white;
}
#Nav ul {
  float: left;
  width: 58%;
  text-align: center;
}
#Nav li {
  display: inline-block;
}
#Nav li a {
  position: relative;
  display: block;
  padding: 12px 20px;
}
#Nav li a:after {
  content: '';
  position: absolute;
  bottom: 6px;
  display: block;
  width: 0;
  height: 2px;
  background: #d70926;
  transition: all 0.75s ease;
}
#Nav li a.active:after {
  width: 25px;
}
#MenuButton {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding: 4px 0;
  font-size: 25px;
  text-align: right;
  color: white;
  cursor: pointer;
}
#Nav .call .icon-phone {
  font-size: 0.84em;
  margin-right: 5px;
}
@media only screen and (max-width: 1180px) {
  #Nav li a {
    padding: 12px;
  }
  #Nav .call span:nth-child(1) {
    display: inline;
  }
  #Nav .call span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #Nav ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  #Nav {
    height: 48px;
    padding: 4px 0;
  }
  #Nav .logo {
    font-size: 1.2em;
  }
  #Nav ul {
    position: fixed;
    z-index: 50;
    top: 48px;
    left: 0;
    display: none;
    float: none;
    width: 100%;
    background: #222328;
  }
  #Nav li {
    display: block;
  }
  #Nav li a {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.025);
    font-size: 1.3em;
  }
  #Nav li a:after {
    top: 0;
    left: 0;
    height: 100%;
  }
  #Nav li a.active:after {
    width: 2px;
  }
  #Nav .container .call {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: 48px;
    background: #d70926;
    text-align: center;
    font-size: 1.3em;
  }
  #Nav .container .call a {
    display: block;
    height: 100%;
    padding: 11px 0;
  }
  #Nav .call span:nth-child(3) {
    display: inline;
  }
  #MenuButton {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  
}
body {
  background: #090a0a;
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h2,
h3,
h4,
h5 {
  margin: 0 0 50px 0;
  font-size: 2.5em;
  font-weight: 600;
}
h6 {
  font-size: 2em;
  font-weight: 600;
}
a {
  color: #090a0a;
  transition: all 0.3s ease;
}
p,
dd {
  margin: 0 0 35px 0;
  font-size: 1.1em;
  line-height: 1.8em;
}
.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
main {
  display: block;
  background: white;
}
section {
  padding: 100px 0;
}
.mid {
  display: table;
}
.mid > div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  h2,
  h3,
  h4,
  h5 {
    margin: 0 0 40px 0;
    font-size: 2em;
    font-weight: 600;
  }
}
.underline {
  display: inline-block;
  position: relative;
}
.underline:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #d70926;
  transition: all 0.3s ease;
}
.underline:hover:after {
  width: 25px;
}
#Footer {
  padding: 45px 0;
  color: #8c8f94;
  font-size: 0.9em;
}
#Footer div:nth-child(2) {
  text-align: right;
}
#Footer a {
  color: #8c8f94;
}
#Footer .half {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #Footer,
  #Footer div:nth-child(2) {
    text-align: center;
  }
  #Footer div:nth-child(2) {
    margin-top: 15px;
  }
  #Footer span {
    display: block;
  }
  #Footer .half {
    float: none;
    width: 100%;
  }
}
/* Modules */

#Header {
  position: relative;
  min-height: 160px;
  margin-top: 119px;
  color: white;
  background: #090a0a;
}
#Header img {
  width: 100%;
  opacity: 0.3;
}
#Header > div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#Header > div > .mid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#Header .mid .mid > div {
  width: 100%;
  text-align: center;
}
#Header .title h1,
#Header .title p {
  max-width: 530px;
}
h1,
#Header .phone {
  font-size: 4em;
  font-weight: 700;
}
#Header .phone {
  color: white;
  line-height: 1.2em;
}
#Header .phone:after {
  height: 6px;
}
#Header .phone:hover:after {
  width: 65px;
}
#Header .video {
  float: right;
  width: 66%;
}
#Header .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin: -33px 0 0 -33px;
  padding: 5px 0 0 5px;
  border: none;
  border-radius: 50%;
  background: #d70926;
  font-size: 2em;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
#Header .play:focus {
  outline: none;
}
#Header .video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
#Header .video.playing .play {
  opacity: 0;
}
#Header .facebook {
  float: right;
  clear: both;
  width: 66%;
  margin-top: 20px;
}
#Header .facebook a {
  color: white;
}
#Header .icon-facebook {
  position: relative;
  display: block;
  float: left;
  font-size: 2em;
  color: #d70926;
}
#Header .icon-facebook:before {
  position: relative;
  z-index: 2;
}
#Header .icon-facebook:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: white;
}
#Header .facebook strong {
  display: block;
  float: left;
  margin: 3px 0 0 7px;
  font-weight: inherit;
  font-size: 1.1em;
}
.embed-16by9 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-1by1 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 66%;
}
#Header .title h1,
#Header .title p {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  h1,
  #Header .phone {
    font-size: 3em;
  }
}
@media only screen and (max-width: 1024px) {
  #Header {
    margin-top: 96px;
  }
  #Header .videos {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #Header .phone,
  #Header p {
    display: none;
  }
  h1 {
    font-size: 2.5em;
    font-weight: 600;
  }
}
#Overview {
  text-align: center;
}
#Overview p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#Overview .facts {
  overflow: hidden;
}
#Overview .facts > div {
  float: left;
  width: 33.33%;
  height: 330px;
  border-bottom: 1px solid #d2d3d4;
}
#Overview .facts > div:nth-child(3n+2) {
  border-left: 1px solid #d2d3d4;
  border-right: 1px solid #d2d3d4;
}
#Overview .facts > div:nth-child(1n+4) {
  border-bottom-width: 0;
}
#Overview .facts strong {
  display: block;
  max-width: 240px;
  min-height: 52px;
  margin: 25px auto 0 auto;
  font-size: 1.3em;
}
#Overview [class^="icon-"],
#Overview [class*=" icon-"] {
  font-size: 90px;
  color: #d70926;
}
@media only screen and (max-width: 1024px) {
  #Overview .facts > div {
    width: 50%;
    height: 250px;
  }
  #Overview .facts strong {
    min-height: 46px;
    font-size: 1.2em;
  }
  #Overview .facts > div:nth-child(3n+2) {
    border-right-width: 0;
    border-left-width: 0;
  }
  #Overview .facts > div:nth-child(2n+2) {
    border-left: 1px solid #d2d3d4;
  }
  #Overview .facts > div:nth-child(4n) {
    border-bottom: 1px solid #d2d3d4;
  }
  #Overview [class^="icon-"],
  #Overview [class*=" icon-"] {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #Overview .facts > div {
    height: 220px;
  }
  #Overview .facts strong {
    max-width: 200px;
    min-height: 38px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 479px) {
  #Overview .facts > div {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
  #Overview .facts strong {
    min-height: 0;
  }
  #Overview .facts > div:nth-child(2n+2) {
    border-left: none;
  }
  #Overview .facts > div:nth-child(3n+2) {
    border-bottom: 1px solid #d2d3d4;
  }
  #Overview [class^="icon-"],
  #Overview [class*=" icon-"] {
    font-size: 50px;
  }
}
#Mechanic {
  position: relative;
  padding: 0;
  background: #090a0a;
}
#Mechanic img {
  width: 100%;
}
#Mechanic cite {
  position: absolute;
  bottom: 10%;
  right: 0;
  display: block;
  width: 380px;
  padding: 15px 20px;
  background: #d70926;
  color: white;
}
#Mechanic span {
  display: block;
  font-size: 2.5em;
  font-weight: 600;
}
#Mechanic small {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
  #Mechanic span {
    font-size: 2em;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  #Mechanic cite {
    position: static;
    width: auto;
    text-align: center;
  }
}
#Testimonials {
  padding: 100px 0 0 0;
  text-align: center;
}
#Testimonials .carousel-nav {
  display: none;
  height: 136px;
  margin-bottom: 56px;
}
#Testimonials .carousel-nav.slick-slider {
  display: block;
}
#Testimonials img {
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin: 23px auto 0 auto;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.75s ease;
}
#Testimonials .current img {
  width: 136px;
  height: 136px;
  margin-top: 0;
  opacity: 1;
}
#Testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  margin-top: -18px;
  font-size: 2.5em;
  line-height: 1em;
  color: #d2d3d4;
  cursor: pointer;
  transition: all 0.3s ease;
}
#Testimonials .slick-arrow:focus {
  outline: none;
}
#Testimonials .slick-arrow:hover {
  color: #d70926;
}
#Testimonials .slick-prev {
  left: 0;
}
#Testimonials .slick-next {
  right: 0;
}
#Testimonials q,
#Testimonials cite {
  display: block;
}
#Testimonials q {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
}
#Testimonials cite {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.03em;
}
#Testimonials .star-rating {
  margin: 40px 0;
  font-size: 1.5em;
}
#Testimonials .star-rating li {
  display: inline-block;
}
#Testimonials .star-rating .highlighted {
  color: #d70926;
}
#Testimonials blockquote {
  margin: 100px 0 0 0;
  transition: all 1s ease;
}
#Testimonials .slick-active blockquote {
  margin: 0 0 100px 0;
}
@media only screen and (max-width: 1024px) {
  #Testimonials q {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  #Testimonials {
    padding: 50px 0 0 0;
  }
  #Testimonials blockquote {
    margin: 50px 0 0 0;
  }
  #Testimonials .slick-active blockquote {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  #Testimonials .carousel-nav {
    height: 90px;
    margin-bottom: 30px;
  }
  #Testimonials img {
    margin: 0 auto;
  }
  #Testimonials img,
  #Testimonials .current img {
    width: 90px;
    height: 90px;
  }
  #Testimonials q {
    font-size: 1.3em;
  }
}
#Clients {
  background: #e8eded;
  text-align: center;
}
#Clients .title {
  margin: 0 0 70px 0;
}
#Clients img {
  width: 200px;
  max-width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  #Clients img {
    max-width: 80%;
  }
}
#Final {
  overflow: hidden;
  padding: 0;
  color: white;
}
#Final .container {
  position: relative;
  background: #222328;
}
#OpeningTimes,
#Terms {
  position: relative;
  float: left;
  padding: 100px 0;
}
#OpeningTimes h6,
#Terms h6 {
  margin-bottom: 120px;
}
/* Opening Times */

#OpeningTimes {
  width: 35%;
  background: #222328;
}
#OpeningTimes .email {
  color: #9a9ea2;
}
#OpeningTimes table {
  width: 100%;
}
#OpeningTimes td {
  padding: 10px 0;
}
#OpeningTimes td:nth-child(1) {
  width: 40%;
}
#OpeningTimes .saturday td {
  padding-top: 40px;
}
#OpeningTimes .sunday td {
  padding-bottom: 40px;
}
#OpeningTimes table,
#OpeningTimes .email,
#OpeningTimes address {
  font-size: 1.1em;
}
#OpeningTimes address {
  margin: 90px 0 20px 0;
}
/* Terms and conditions */

#Terms {
  width: 65%;
  padding-left: 120px;
  background: #d70926;
}
#Terms dt {
  margin-top: 70px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}
#Terms dt:first-of-type {
  margin-top: 0;
}
#Terms dd {
  margin: 34px 0 0 0;
}
/* Before and after color blocks */

#OpeningTimes:before,
#Final .container:before,
#OpeningTimes:after,
#Terms:before,
#Terms:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 3000px;
}
#OpeningTimes:before,
#Final .container:before {
  left: -3000px;
  background: #222328;
}
#OpeningTimes:after {
  display: none;
  right: -3000px;
  background: #222328;
}
#Terms:before {
  display: none;
  left: -3000px;
  background: #d70926;
}
#Terms:after {
  right: -3000px;
  background: #d70926;
}
@media only screen and (max-width: 1180px) {
  #Terms {
    padding-left: 80px;
  }
  #Terms dt {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 1024px) {
  #OpeningTimes,
  #Terms {
    float: none;
    width: 100%;
    text-align: center;
  }
  #OpeningTimes:after,
  #Terms:before {
    display: block;
  }
  #OpeningTimes h6,
  #Terms h6 {
    margin-bottom: 50px;
  }
  #OpeningTimes table {
    width: 350px;
    margin: 0 auto;
  }
  #OpeningTimes td:nth-child(1) {
    text-align: left;
    width: 50%;
  }
  #OpeningTimes td:nth-child(2) {
    text-align: right;
  }
  #OpeningTimes td {
    padding: 5px 0;
  }
  #OpeningTimes .saturday td {
    padding-top: 30px;
  }
  #OpeningTimes .sunday td {
    padding-bottom: 30px;
  }
  #OpeningTimes address {
    margin: 50px 0 20px 0;
  }
  #Terms {
    padding-left: 0;
  }
  #Terms dt {
    margin-top: 55px;
    font-size: 1.7em;
  }
  #Terms dd {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #OpeningTimes,
  #Terms {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  #OpeningTimes table {
    width: 280px;
  }
}
