@font-face {
  font-family: 'VauxhallNeue-Black';
  src: url("VauxhallNeue-Black.eot");
  src: url("VauxhallNeue-Black.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-Black.woff") format("woff"), url("VauxhallNeue-Black.ttf") format("truetype"), url("VauxhallNeue-Black.svg#VauxhallNeue-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VauxhallNeue-Bold';
  src: url("VauxhallNeue-Bold.eot");
  src: url("VauxhallNeue-Bold.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-Bold.woff") format("woff"), url("VauxhallNeue-Bold.ttf") format("truetype"), url("VauxhallNeue-Bold.svg#VauxhallNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VauxhallNeue-ExtraBold';
  src: url("VauxhallNeue-ExtraBold.eot");
  src: url("VauxhallNeue-ExtraBold.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-ExtraBold.woff") format("woff"), url("VauxhallNeue-ExtraBold.ttf") format("truetype"), url("VauxhallNeue-ExtraBold.svg#VauxhallNeue-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VauxhallNeue-Heavy';
  src: url("VauxhallNeue-Heavy.eot");
  src: url("VauxhallNeue-Heavy.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-Heavy.woff") format("woff"), url("VauxhallNeue-Heavy.ttf") format("truetype"), url("VauxhallNeue-Heavy.svg#VauxhallNeue-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VauxhallNeue-Light';
  src: url("VauxhallNeue-Light.eot");
  src: url("VauxhallNeue-Light.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-Light.woff") format("woff"), url("VauxhallNeue-Light.ttf") format("truetype"), url("VauxhallNeue-Light.svg#VauxhallNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VauxhallNeue-Regular';
  src: url("VauxhallNeue-Regular.eot");
  src: url("VauxhallNeue-Regular.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-Regular.woff") format("woff"), url("VauxhallNeue-Regular.ttf") format("truetype"), url("VauxhallNeue-Regular.svg#VauxhallNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VauxhallNeue-Thin';
  src: url("VauxhallNeue-Thin.eot");
  src: url("VauxhallNeue-Thin.eot?#iefix") format("embedded-opentype"), url("VauxhallNeue-Thin.woff") format("woff"), url("VauxhallNeue-Thin.ttf") format("truetype"), url("VauxhallNeue-Thin.svg#VauxhallNeue-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ----- Check what color to use based on background */
body {
  color: #999;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  font-family: "VauxhallNeue-Regular","Arial",sans-serif;
  text-decoration: none;
}

a {
  color: #999;
}
a:hover {
  color: #d3181f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "VauxhallNeue-Bold","Arial",sans-serif;
  color: #000;
}

h1 {
  font-family: "VauxhallNeue-Light","Arial",sans-serif;
  font-size: 40px;
  line-height: 44px;
}
h1 span.biggerHead {
  font-family: "VauxhallNeue-Heavy","Arial",sans-serif;
  font-size: 60px;
  line-height: 70px;
}

h2:before {
  display: block;
  content: '';
  position: relative;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 2px;
  width: 60px;
  background: #fff;
}

p {
  font-size: 16px;
}

header {
  position: relative;
  border-top: 3px solid #d3181f;
}
header .headWrap {
  position: relative;
}
header img.logo {
  display: block;
  width: 160px;
  height: auto;
  top: 35px;
  left: 0px;
}
header img.subLogo {
  text-align: right;
  right: 0px;
  display: inline-block;
  width: 110px;
}

.red {
  color: #d3181f;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

.allDataFetched {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-delay: 0s;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 0s;
  animation-duration: 1s;
  animation-delay: 0s;
}

/* Login Form*/
.loginForm {
  padding: 100px 0px 0px 0px;
  animation-duration: 3s;
  animation-delay: 1s;
}
.loginForm .form-control:focus {
  border: 1px solid #d3181f;
  outline: 0;
  box-shadow: none;
}
.loginForm .form-control {
  border-radius: 0px;
  color: #000;
  vertical-align: top;
  display: inline-block;
  width: 70%;
  height: 50px;
  background: #fff;
  border: 1px solid #d3181f;
  font-size: 21px;
  padding: 2px 15px;
  font-family: "VauxhallNeue-Regular","Arial",sans-serif;
}
@media screen and (max-width: 768px) {
  .loginForm .form-control {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.loginForm .form-control:focus {
  border-color: #d3181f;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.loginForm .login-btn:hover, .loginForm .login-btn:focus, .loginForm .login-btn:active:focus {
  color: #fff;
  border-color: #d3181f;
  outline: none;
}
.loginForm .btn {
  vertical-align: top;
  margin-left: -3px;
  width: calc(29% - 4px);
  height: 50px;
  border-radius: 0;
  background: #d3181f;
  transition: all .2s linear;
  font-family: "VauxhallNeue-Regular","Arial",sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .loginForm .btn {
    width: 90%;
    margin: 10px auto;
    display: block;
  }
}
.loginForm .login-btn:active, .loginForm .btn-group-sm .btn:active {
  border-color: #d3181f;
  background: #d3181f;
}
.loginForm .btn:active, .loginForm .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.loginForm .btn:hover, .loginForm .btn:focus {
  color: #fff;
  text-decoration: none;
}
.loginForm .login-btn, .loginForm .btn-group-sm .btn {
  padding: 6px 20px;
  background: #d3181f;
  border-color: #d3181f;
  color: #fff;
}

/* Booking Form */
.bookingForm, .thankyou-btn {
  padding: 50px 0px;
}
.bookingForm .submit-btn:hover, .bookingForm .submit-btn:focus, .bookingForm .submit-btn:active:focus, .thankyou-btn .submit-btn:hover, .thankyou-btn .submit-btn:focus, .thankyou-btn .submit-btn:active:focus {
  color: #fff;
  border-color: #d3181f;
  outline: none;
}
.bookingForm .btn, .thankyou-btn .btn {
  vertical-align: top;
  width: 50%;
  height: 50px;
  border-radius: 0;
  background: #d3181f;
  color: #fff;
  transition: all 0.2s linear;
  font-family: "VauxhallNeue-Regular","Arial",sans-serif;
  margin-left: -3px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bookingForm .btn, .thankyou-btn .btn {
    width: 90%;
    margin: 10px auto;
    display: block;
  }
}
.bookingForm .submit-btn:active, .thankyou-btn .submit-btn:active {
  border-color: #d3181f;
  background: #d3181f;
}
.bookingForm .btn:active, .bookingForm .btn.active, .thankyou-btn .btn:active, .thankyou-btn .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bookingForm .btn:hover, .bookingForm .btn:focus, .thankyou-btn .btn:hover, .thankyou-btn .btn:focus {
  color: #fff;
  text-decoration: none;
}
.bookingForm .submit-btn, .thankyou-btn .submit-btn {
  padding: 6px 20px;
  background: #d3181f;
  border-color: #d3181f;
  color: #fff;
}
.bookingForm .btn-secondary, .thankyou-btn .btn-secondary {
  width: 100px;
  margin-top: 70px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bookingForm .btn-secondary.pull-left, .thankyou-btn .btn-secondary.pull-left {
    float: none !important;
    text-align: center !important;
    display: inline-block;
    margin: 0 auto;
  }
  .bookingForm .btn-secondary.pull-right, .thankyou-btn .btn-secondary.pull-right {
    float: none !important;
    text-align: center !important;
    display: inline-block;
    margin: 0 auto;
  }
}
.bookingForm .nav li a:focus, .bookingForm .nav li a:active, .bookingForm .nav li a:hover, .thankyou-btn .nav li a:focus, .thankyou-btn .nav li a:active, .thankyou-btn .nav li a:hover {
  text-decoration: none;
  background-color: #ccc;
}
.bookingForm .partExWrap, .thankyou-btn .partExWrap {
  margin: 20px 0px;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #d3181f;
  -webkit-text-fill-color: #d3181f;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
  text-align: center;
}
footer img {
  width: 30px;
  height: auto;
}

.carBlock img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

[hidden] {
  display: none !important;
}

.card-footer .button:nth-child(3) {
  display: none;
}
