body {
  color: #333;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.container {
  max-width: 100%;
  width: 90%;
}
.container-narrow {
  max-width: 70%;
  width: 70%;
}
a {
  color: #267bb2;
}
.page-title,
.section-title {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.page-title::after,
.section-title::after {
  bottom: 0;
  display: block;
  content: '\00a0\00a0';
  font-size: 80%;
  left: 0;
  letter-spacing: 16px;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: rgba(38, 123, 178, 0.6);
  width: 100%;
}
.section-title {
  font-size: 30px;
}
.subtitle {
  color: #267bb2;
  font-size: 22px;
  font-weight: 800;
  margin: 50px 0 20px;
}
ul,
ol,
address,
p {
  line-height: 1.9;
  margin-bottom: 20px;
}
p.lead {
  font-size: 18px;
  margin-bottom: 30px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
p.contact-details {
  font-size: 20px;
}
#header {
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#header:after {
  clear: both;
  content: '';
  display: table;
  height: 0;
}
#header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 0;
}
#header__brand {
  height: 75px;
}
#header__brand img {
  height: 100%;
  width: auto;
}
#header__nav {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#header__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header__nav ul li {
  display: inline-block;
  margin: 0 10px;
}
#header__nav a {
  color: rgba(38, 123, 178, 0.8);
  position: relative;
}
#header__nav a::after {
  background: #267bb2;
  display: block;
  content: '';
  height: 2px;
  margin: 2px auto;
  width: 0;
  -webkit-transition: width 0.1s ease;
}
#header__nav a:hover {
  color: #267bb2;
  text-decoration: none;
}
#header__nav a:hover::after {
  width: 100%;
}
#header__nav li.active a {
  color: #267bb2;
}
#header__nav li.active a:after {
  width: 100%;
}
#header__basket {
  background: #267bb2;
  border-radius: 50px;
  color: #fff;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header__basket i {
  font-size: 20px;
}
#header__basket:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#homepage-splash {
  height: 650px;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 0;
}
#homepage-splash img {
  bottom: -20%;
  filter: grayscale(1);
  position: absolute;
  width: 100%;
}
#homepage-splash:after {
  background: #267bb2;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#homepage-splash::before {
  background-image: url('../img/splash-bg.jpg');
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.splash__content {
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 50px 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.splash__content .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.splash__left {
  width: 50%;
}
.splash__right {
  width: 30%;
}
.splash__title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.splash__intro {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.8;
  margin: 40px auto 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.splash__intro a {
  color: #fff;
  text-decoration: underline;
}
.splash__booking-form {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.splash__booking-form .field {
  margin-bottom: 20px;
  width: 100%;
}
.splash__booking-form .field label {
  font-weight: 600;
}
.splash__booking-form .field label i {
  color: rgba(38, 123, 178, 0.5);
  float: left;
  font-size: 20px;
  margin-right: 5px;
}
.splash__booking-form .buy-row {
  display: flex;
  justify-content: space-between;
}
.splash__booking-form .buy-row * {
  flex-grow: 0;
  flex-shrink: 0;
}
.splash__booking-form .buy-row input {
  width: 30%;
}
.splash__booking-form .buy-row button {
  width: 50%;
}
.splash__booking-form-title {
  color: #267bb2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.splash__booking-form-terms {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.splash__booking-form-terms a {
  color: #fff;
  text-decoration: underline;
}
.splash__booking-form-terms a:hover {
  text-decoration: none;
}
.splash__learn-more {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
#footer {
  background: #fff;
  margin-top: 40px;
  padding: 20px 0;
}
#footer img {
  max-width: 100%;
}
#footer h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
}
#footer .row {
  align-items: justify;
}
#footer .col-sm-3 {
  align-items: center;
  display: flex;
  padding: 20px 40px;
  position: relative;
}
#footer .col-sm-3:after {
  background: #ddd;
  display: block;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
#footer .col-sm-3:last-child::after {
  display: none;
}
.footer__telephone {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer__telephone a,
.footer__email a {
  color: #267bb2;
}
.footer__telephone a:hover,
.footer__email a:hover {
  color: #1d5e88;
  text-decoration: none;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links li {
  line-height: 28px;
}
.footer__links a {
  color: #267bb2;
}
.footer__rspb-logo {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.footer__social {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.footer__social li {
  display: inline-block;
  margin-right: 5px;
}
.footer__social li a {
  background: #267bb2;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__social li a:hover {
  background: #1d5e88;
}
#footer__primary {
  padding-bottom: 20px;
}
#footer__secondary {
  margin-top: 50px;
}
#footer__secondary p {
  color: rgba(0, 0, 0, 0.75);
  font-size: 13px;
  margin-bottom: 10px;
  text-align: center;
}
#footer__secondary a {
  color: #267bb2;
  text-decoration: none;
}
#footer__secondary a:hover {
  text-decoration: underline;
}
#section__book {
  padding: 30px 0;
}
#section__book .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
#section__book h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.section__blue {
  background: #267bb2;
}
.section__white {
  background: #fff;
}
.section__alt {
  background: rgba(38, 123, 178, 0.05);
}
.section__border {
  border-bottom: 1px solid #eee;
}
.section__text {
  padding: 75px 0;
}
.section__parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 500px;
  min-height: 500px;
}
.section__parallax > .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.section__parallax .parallax-section-content {
  text-align: center;
  width: 100%;
}
.section__parallax .parallax-section-content .title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.section__parallax .parallax-section-content .description {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  margin: 40px auto;
  width: 70%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.section__map {
  height: 600px;
  position: relative;
}
.section__map .section__map-map {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.section__map .section__map-content {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.section__map .section__map-content .container {
  align-items: center;
  display: flex;
  height: 100%;
}
.contact-form {
  background: rgba(38, 123, 178, 0.1);
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn {
  display: inline-block;
}
.btn-white {
  background: #fff;
  color: #267bb2;
  font-weight: bold;
}
.btn-white-o {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}
.btn-white-o:hover {
  background: #fff;
  color: #267bb2;
}
.btn-brand {
  background: #267bb2;
  color: #fff;
  font-weight: bold;
}
.btn-brand:hover {
  background: #1d5e88;
  color: #fff;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  width: 100%;
}
.gallery .thumb {
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  width: 25%;
}
.gallery .thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gallery .thumb img {
  filter: grayscale(1);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery .thumb.thumb-portrait img {
  height: auto;
  width: 100%;
}
.gallery .thumb:hover img {
  filter: grayscale(0);
}
.fancybox-bg {
  background: #267bb2;
}
.map-overlay {
  background: #267bb2;
  color: #fff;
  width: 400px;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.map-overlay address {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
}
.ticket-list {
  background: whiteSmoke;
  float: left;
  padding: 20px;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ticket-list h5 {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ticket-list h5 .icon {
  color: #267bb2;
  float: left;
  font-size: 18px;
  margin-right: 8px;
}
.ticket-list-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ticket-list-list li {
  display: flex;
  margin-bottom: 10px;
}
.ticket-list-list li:last-child {
  margin-bottom: 0;
}
.ticket-list-list .ticket-name {
  display: block;
  flex-grow: 0;
  width: 250px;
}
.ticket-list-list .ticket-price {
  text-align: right;
  flex-grow: 1;
}
.ticket-list-list .ticket-price b.free {
  text-transform: uppercase;
}
.ticket-list-list .ticket-name-subtitle {
  color: #999;
  display: block;
  font-size: 90%;
  font-style: italic;
}
.ticket-dates {
  background: rgba(38, 123, 178, 0.1);
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ticket-dates .date-subtitle {
  color: #999;
  display: block;
  font-style: italic;
  line-height: normal;
  margin-bottom: 10px;
}
#modal-terms {
  font-size: 13px;
}
#modal-terms .subtitle {
  font-size: 16px;
  margin: 20px 0 10px;
}
.basket {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.basket-row {
  display: flex;
  justify-content: stretch;
}
.basket-row .basket-col {
  padding: 15px 20px;
  width: 20%;
}
.basket-row .center {
  text-align: center;
}
.basket-row .basket-col-item {
  width: 50%;
}
.basket-row .basket-col-price,
.basket-row .basket-col-total {
  font-size: 16px;
  font-weight: 600;
}
.basket-row:nth-child(even) .basket-col {
  background: rgba(38, 123, 178, 0.05);
}
.basket-row-header .basket-col {
  background: #267bb2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}
.basket-row-header .basket-col:first-child {
  border-top-left-radius: 5px;
}
.basket-row-header .basket-col:last-child {
  border-top-right-radius: 5px;
}
.basket-item-name {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.basket-col-qty a.text-danger {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.basket-col-qty a.text-danger:hover {
  text-decoration: none;
}
.basket-item-actions {
  font-size: 12px;
}
.basket-item-desc {
  color: rgba(0, 0, 0, 0.5);
}
.input-qty {
  margin: 0 auto;
  max-width: 100px;
}
.basket-row-footer {
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.basket-row-footer .basket-footer-total {
  color: #267bb2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.basket-row-footer .basket-footer-total .amount {
  color: #333;
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.basket-footer-col {
  flex-grow: 0;
}
.basket-footer-col-last {
  flex-grow: 1;
  text-align: right;
  padding-left: 20px;
}
.basket-contact {
  background: whiteSmoke;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.basket-contact ul {
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.basket-contact li:first-child {
  margin-bottom: 30px;
}
.basket-contact .basket-contact-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.basket-contact .basket-contact-title i {
  color: #267bb2;
  margin-right: 10px;
}
.basket-contact .basket-contact-method {
  font-size: 20px;
}
.basket-terms {
  color: #666;
  font-size: 13px;
}
#btn-checkout {
  background: #ffc439;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 5px;
  padding: 15px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#btn-checkout:hover {
  background: #ffbc20;
}
#btn-checkout img {
  height: 20px;
}
#overlay-cart-updating {
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
#overlay-cart-updating p {
  color: #267bb2;
  font-weight: bold;
  margin: 0;
}
.homepage-widgets {
  display: flex;
  justify-content: space-around;
}
.homepage-widget {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  width: 28%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.homepage-widget .icon {
  border: 3px solid rgba(0, 0, 0, 0.1);
  color: #267bb2;
  font-size: 30px;
  height: 70px;
  line-height: 64px;
  margin-bottom: 20px;
  text-align: center;
  width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.homepage-widget h3 {
  color: #267bb2;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.homepage-widget p {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0;
  text-align: center;
}
.homepage-widget:hover {
  border-color: #267bb2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hire-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.hire-column {
  background: whiteSmoke;
  margin-top: 75px;
  padding: 20px;
  text-align: center;
  width: 30%;
}
.hire-column h3 {
  color: #267bb2;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hire-column *:last-child {
  margin-bottom: 0;
}
.hire-column-image {
  align-items: center;
  border: 5px solid #267bb2;
  display: flex;
  height: 150px;
  justify-content: center;
  margin: -95px auto 40px;
  overflow: hidden;
  width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.hire-column-image img {
  display: block;
  height: 100%;
}
.hire-column-george .hire-column-image {
  border-color: maroon;
}
.hire-prices {
  line-height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.catering-row {
  justify-content: space-around;
  padding: 25px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catering-row:nth-child(even) {
  background: #fff;
}
.catering-row:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.catering-image {
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.catering-option {
  color: #267bb2;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}
.catering-description {
  color: #666;
  font-size: 16px;
  margin: 0;
}
.catering-price {
  color: #666;
  line-height: normal;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.catering-price .symbol {
  color: #267bb2;
  font-weight: 700;
  margin-right: 1px;
}
.catering-price .pence {
  font-size: 75%;
}
.catering-price .divide {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.show-phone {
  display: none !important;
}
#header__nav-reveal {
  float: right;
  height: 30px;
  margin-top: 10px;
  width: 30px;
}
#header__nav-reveal span {
  background: #267bb2;
  display: block;
  height: 4px;
  margin-top: 5px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 800px) {
  .show-phone {
    display: block !important;
  }
  body {
    padding-top: 75px;
  }
  .container,
  .container-narrow {
    max-width: 90%;
    width: 90%;
  }
  .section__text {
    padding: 40px 0;
  }
  .section__parallax {
    background-attachment: scroll;
    background-size: cover;
  }
  #header {
    height: 75px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header .container {
    display: block;
  }
  #header .container::after {
    clear: both;
    content: '';
    display: table;
    height: 0;
  }
  #header__brand {
    float: left;
    height: auto;
    width: 200px;
  }
  #header__brand img {
    height: auto;
    width: 100%;
  }
  #header__nav {
    clear: both;
    float: left;
    height: 0;
    opacity: 0;
    margin-top: 30px;
    width: 100%;
  }
  #header__nav li {
    width: 100%;
  }
  #header__nav li a {
    display: block;
    padding: 20px 0;
  }
  #header__nav li.active a {
    background: rgba(38, 123, 178, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #header__nav li.active a:after {
    display: none;
  }
  #header__basket {
    display: none;
  }
  #section__book .container {
    display: block;
    text-align: center;
    padding: 0;
  }
  #section__book .container h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #footer__primary {
    display: block;
    text-align: center;
  }
  #footer__primary .col-sm-3:after {
    display: none;
  }
  #footer__primary .footer__links,
  #footer__primary .footer__contact {
    width: 100%;
  }
  #homepage-splash {
    height: auto;
  }
  .splash__content .container {
    display: block;
  }
  .splash__content .splash__left,
  .splash__content .splash__right {
    width: 100%;
  }
  .splash__content .splash__left {
    margin-bottom: 20px;
    text-align: center;
  }
  .homepage-widgets {
    display: block;
  }
  .homepage-widgets .homepage-widget {
    margin-top: 30px;
    width: 100%;
  }
  .homepage-widgets .homepage-widget:first-child {
    margin-top: 0;
  }
  .section__parallax .parallax-section-content .title {
    font-size: 26px;
  }
  .section__parallax .parallax-section-content .description {
    font-size: 20px;
    width: 100%;
  }
  .section__map .section__map-content .container {
    align-items: flex-start;
    margin-top: 10px;
  }
  .section__map .map-overlay {
    width: 100%;
  }
  .section__map .map-overlay h4,
  .section__map .map-overlay address {
    font-size: 14px;
  }
  .hire-row {
    display: block;
  }
  .hire-column {
    margin-top: 100px;
    width: 100%;
  }
  .gallery .thumb {
    width: 50%;
  }
  .catering-option,
  .catering-description {
    text-align: center;
  }
  .catering-image {
    display: block;
    margin: 0 auto 20px;
    width: 40%;
  }
  .basket {
    margin-top: 20px;
  }
  .basket .basket-col-qty,
  .basket .basket-col-price {
    display: none;
  }
  .basket .basket-col-item {
    width: 70%;
  }
  .basket .basket-col-total {
    width: 30%;
  }
  .basket-row-footer {
    display: block;
  }
  .basket-row-footer .basket-footer-col {
    text-align: center;
  }
  .basket-row-footer .basket-footer-total {
    display: block;
    margin-bottom: 20px;
  }
  .basket-row-footer .basket-terms {
    font-size: 11px;
  }
  body.mobile-nav-in {
    overflow: hidden;
  }
  body.mobile-nav-in #header {
    height: 100vh;
  }
  body.mobile-nav-in #header__nav {
    opacity: 1;
  }
  body.mobile-nav-in #header__nav-reveal span:nth-child(2) {
    opacity: 0;
  }
  body.mobile-nav-in #header__nav-reveal span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 0 0;
  }
  body.mobile-nav-in #header__nav-reveal span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 0 100%;
  }
}
.clearfix::after {
  clear: both;
  content: '';
  display: table;
  height: 0;
}
