body, html {
  height: 100%;
  /* margin: 0 auto; */
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  position: relative;
}

.terms-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  padding: 10px;
}

.terms-table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 20px;
}

.terms-table tr:nth-child(even) {
  background-color: #f0f0f0;
}

.form-pad {
  padding: 10px;
}

.pointer-cursor {
  cursor: pointer;
}
/* ------ TEXT */

h1 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 130pt;
  color: #fff;
  line-height: 130pt;
}

h3 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 45pt;
  color: #fff;
  line-height: 45pt;
}

.body-text {
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 13pt;
  line-height: 18pt;
}

.body-text-bold {
	font-weight: 700;
}

.phone-number {
  font-size: 20pt;
}

.terms-body-text {
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 10pt;
  line-height: 13pt;
}

.terms-bold {
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16pt;
  text-align: left;
}

.terms-body-bold {
  font-weight: 700;
}


.light-text {
  color: #ffffff;
}

.dark-text {
  color: #191919;
}

.med-dark-text {
  color: #1e2832;
}

.grey-text {
  color: #333333;
}
.dark-header-text {
  color: #1e2832;
}

.subheader-text {
  margin: 0 auto;
  
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20pt;
  text-align: left;
}

.section-header {
  margin: 0 auto;
  
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30pt;
  text-align: center;
  padding-top: 60px;
  width: 80%; 
}

.reasons-header {
  margin: 0 auto;
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20pt;
  text-align: left;
}

.testimonial-name-text {
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16pt;
}

.italic-text {
  font-style: italic;
}

.body-header-small {
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12pt;
}

.footer-header {
  font-family: whitman, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12pt;
  margin: 0;
  margin-bottom: 10px;
}

.footer-body-text {
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 11pt;
  line-height: 16pt;
  margin: 0;
}

.super-asterix-header {
  font-weight: 400;
  font-size: 65px;
}

.super-asterix-sub {
  font-weight: 400;
  font-size: 65px;
}

/* ------ UTILS */ 

.pad-top {
  padding-top: 30px;
}
.left-pad {
  padding-left: 10%;
}

.left-margin {
  margin-left: 10%;
}

.right-margin {
  margin-right: 10%;
}

.no-pad-margin-top {
  margin-top: 0;
  padding-top: 0;
}
.center {
 /*  padding-left: 135px; */
 display: block;
 margin: 0 auto;
}

.section-header-line {
  width: 60px;
  border: 1px solid #d20000;
}

.shadow-on {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
}

.shadow-off {
  box-shadow: none;
}

/* ------ HEADER */

#header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-width: 100%;
}

#branding-small {
  cursor: pointer;
  display: none;
  margin: 0 auto;
}

#branding-large {
  cursor: pointer;
}

/* ------- NAV */

#nav {
	display: inline-block;
	position: fixed;
  top: 40px;
  right: 0px;
  /* float: right; */
  
  
	width: calc( 80% - 100 );
	height: auto;
	overflow: hidden;
	/*background-color: rgba(100, 100, 100, 0.5);*/
}

#nav-ul {
	margin-top: 0;
  float: right;
  padding-left: 0;
  margin-left: 0
}

.nav-li {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	padding-left: 10px;
	margin-top: 0;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.nav-light {
	color: #fff;
	/* filter: drop-shadow( 0.25px 0.25px 0.5px rgba(0,0,0,1)); */
}


.nav-li.nav-light a{text-decoration:none;color:#fff;}

.mobile-nav-li.nav-light a{text-decoration:none;color:#fff;}

.nav-dark {
	color: #191919;
	/* filter: drop-shadow( 0.25px 0.25px 0.5px rgba(0,0,0,0)); */
}

.clearfix {
    overflow: auto;
}

.drop-shadow {
	filter: drop-shadow( 0.25px 0.25px 0.5px rgba(0,0,0,1));
}

/* ------- MOBILE NAV */

#book-mobile {
	display: none;
	position: fixed;
	right: 20px;
	top: 40px;
	float: right;
	cursor: pointer;
}

#nav-mobile {
	display: none;
	position: fixed;
  top: 40px;
  margin-left: 35px;
	
  cursor: pointer;
  /* background-color: rgba( 255, 255, 255, 0.3 ); */
  width: 35px;
  height: 35px;
}

.burger-menu-div {
  width: 35px;
  height: 4px;
  margin: 7px 0;
  background-color: #fff;
}

#nav-menu-open {
  z-index: 9999999999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}

#nav-menu-open-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1e2832;
  opacity: 0.85;
}

#mobile-nav-ul {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 0;
  margin-top: 140px;
}

.mobile-nav-li {
	display: block;
	font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
	font-style: normal;
  font-size: 16px;
  padding-bottom: 20px;
	color: #fff;
	cursor: pointer;
	margin-top: 0;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.center-button-pos {
  margin: 0 auto;
  
}

.branding-small-mobile-menu {
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  -webkit-transform: translateX(-66px);
}
/* ------ INTRO */

#intro {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  /* background-color: #191919; */
}

#intro-block-1 {
  width: 100%;
  height: 20%;
  /* transform: translate(-100%, 0px); */
  
}

#intro-block-2 {
  width: 100%;
  height: 20%;
  /* transform: translate(-100%, 0px); */
}

#intro-block-3 {
  width: 100%;
  height: 20%;
  /* transform: translate(-100%, 0px); */
}

#intro-block-4 {
  width: 100%;
  height: 20%;
  /* transform: translate(-100%, 0px); */
}

#intro-block-5 {
  width: 100%;
  height: 20%;
  /* transform: translate(-100%, 0px);*/
}

.intro-block {
  background-color: #000000;
}

/* ------ SPLASH */

#splash {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #1e2832;
}


#splash-image {
  position: relative;
  min-width: 100%;
  height: 100%;
  /* margin: 0 auto; */
}


#splash-bg-1 { 
  
  background-image: url("/imgs/splash/img1.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1e2832;
  opacity: 0.1;

  /* position: absolute; */
  z-index: 2;
}

/* ------ SPLASH CONTENT */

#splash-overlay {
  position: absolute;
  width:100%;
  height: 100%;
  z-index: 2;
}

#splash-messages {
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: block; */
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba( 255, 0, 0, 0.0 ); 
}

.splash-message {
  text-align: center;
}

#splash-message-1 {
/*   width: 100%;
  height: auto; */
  background-color: rgba( 255, 0, 0, 0.0 );

}

#splash-message-2 {
  display: none;
  width: auto;
  height: auto;
  background-color: rgba( 255, 0, 0, 0.0 );
}

#splash-message-3 {
  display: none;
  width: auto;
  height: auto;
  background-color: rgba( 255, 0, 0, 0.0s );
}

#splash-message-4 {
  display: none;
  width: auto;
  height: auto;
  background-color: rgba( 255, 0, 0, 0.0s );
}

/* ------ SPLASH MESSAGING PARAMS */

.splash-message-header-h1 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 140px;
  text-align: center;
  margin: 0;
}

.splash-message-header-h2 {
  font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 115px;
  text-align: center;
  margin: 0;
}

.splash-message-subheader {
  font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 60px;
  text-align: center;
  margin: 0;
}

.vat-text {
  font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 25px;
  text-align: center;
  margin: 0;
}

.splash-message-subheader-bold {
  font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 60px;
  text-align: center;
  margin: 0;
}

.splash-asterix {
  font-size: 30px;
}

.splash-button-pos {
  position: absolute;
  margin-left: -57px;
  padding-top: 130px;
}
/* ------ CONTENT */

#content { 
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* opacity: 0; */
}

/* ------ REASONS */

#reasons { 
  /* position: relative; */
  /* width: 100%; */
  height: auto;
  background-color: #ffffff;
  padding-bottom: 60px;
}

/* ------ GALLERY */

#gallery { 
  /* position: relative; */
  width: 100%;
height:auto;
  background-color: #f0f0f0;
  padding-bottom: 60px;padding-top: 60px;

}

.gallery-container {
  width: 80%;
/*   height: 500px; */
  margin: 0 auto;

}

.gallery-div {
  /* max-width: 300px;
  height: auto; */
}

#gallery-cont {
  padding-top: 30px;
  width: 60%;
max-width:600px;
  min-height:500px;
  /* background-color: rgba( 255, 0, 0, 0.3 ); */
  margin: 0 auto;
  display: flex; 
  justify-content: center;
  position: relative;
}

.gallery-img {
  margin: 0 auto;
  max-height: 400px;
width:100%;
  position: absolute;
}

#gallery-next-button {
  left: 50%;
  top: 450px;
}

#gallery-prev-button {
  right: 50%;
  top: 450px;
}

.gallery-button {
  position: absolute;
}

/* ------ TESTIMONIALS */

#testimonials { 
  position: relative;
  /* width: 100%; */
  height: auto;
  background-color: #ffffff;
  padding-bottom: 60px;
}

#testimonials-container {
  position: relative;
  text-align: center;
}

.testimonial {
  padding-top: 30px;
  /* position: absolute; */
  width: 80%;
  height: auto;
  /* background-color: rgba( 255, 0, 0, 0.1 ); */
  margin: 0 auto;
  
}

.testimonial-body {
  margin-top: 10px;
}


.star {
  display: inline-block;
  background-image: url( '/imgs/star.svg' );
  width: 20px;
  height: 25px;
  border: none;
  background-repeat: no-repeat;
}

/* ------ ABOUT */ 

#about {
  background-color: #f0f0f0;
  height: auto;
  padding-bottom: 60px;
}

/* ------ CAREERS */

#careers-view {
  height: auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fff;
}

.careers-content {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}

.careers-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

/* ------ FLYER */

#flyer {
  position: relative;
  /* width: 100%; */
  height: auto;
  background-color: #ffffff;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flyer-content {
  text-align: center;
}

.flyer-button {
/*   width: 20%;
  height: auto; */
  font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	cursor: pointer;
	margin-top: 0;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  padding: 15px 25px 15px 25px;
  
  background-color: #d20000;
  border: none;
}

/* ------ TERMS */ 

#terms-view {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fff;
}

.terms-content {

  width: 80%;
  margin: 0 auto;
}

/* ------ privacy */ 

#privacy-view {
  height: auto;
  padding-bottom: 60px;
  background-color: #f0f0f0;
}

/* ------ REASONS */

#reasons-view {
  height: auto;
  padding-bottom: 60px;
  background-color: #fff;
}

.reasons-content {
  width: 100%;
  margin-top: 60px;
  margin-right: auto;
 
}

.reasons-padding-right {
  padding-right: 10%;
}

.reasons-padding-left {
  padding-left: 10%;
}

.reasons-content-generic {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.reasons-content-generic div {
  display: inline-block;
  width: 45%;
}

.reasons-content-generic img {
  display: inline-block;
  max-width: 45%;
  height: auto;
  right: 0;
  /* float: right; */
  
  overflow: hidden;
  /* background-image: url('/imgs/reasons/reasons-img.jpg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

/* ------ BOTTOM BAR */

#bottom-bar {
  width: 100%;
  height: 40px;
  background-color: #101010;
}

/* ------ FOOTER */

#footer {
  height: 340px;
  background-color: #1e2832;
  padding: 0;
  margin: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  

  background-image: url( '/imgs/branding-symbol.svg' );
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: 500px 540px;
  background-position: -150px -150px;
  

}


#footer-content {
  margin-top: 60px;
  margin-left: -15%;
  width: 70%;
  height: 80%;
  display: flex;
  /* opacity: 0.1; */
  /* margin: 0 auto; */
  /* background-color: #d20000; */
}

#footer-column-1 {
  display: inline-block;
  /* background-color: rgba( 255, 255, 0, 0.3); */
  width: 25%;
  height: auto;
}

#footer-column-2 {
  display: inline-block;
  /* background-color: rgba( 255, 0, 255, 0.3); */
  width: 20%;
  height: auto;
}

#footer-column-3 {
  display: inline-block;
  /* background-color: rgba( 0, 255, 255, 0.3); */
  width: 25%;
  height: auto;
}

#footer-column-4 {
  display: inline-block;
  /* background-color: rgba( 0, 255, 255, 0.3); */
  width: 25%;
  height: auto;
}

/* ----- VIEW */

.view {
  width: 100%;
  /* height: 800px; */
}


/* ----- BOOKING FORM */

#booking-form {
  padding-top: 100px;
  height: auto;
  padding-bottom: 0px;
  
  background-color: #fff;
}

.booking-form-container {
  margin: 0 auto;
}

#booking-content {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 60px;
}


#booking-form-content {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 60px;
}

.red-placeholder::-webkit-input-placeholder {
  color: #d20000;
}

/* ---- SUCCESS */

#success-view {
  padding-top: 100px;
  height: auto;
  padding-bottom: 160px;
  background-color: #fff;
}

#success-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

/* --- */

.booking-table input {
  width: 350px;
  padding: 10px;
  margin-top: 5px;
}

.form-button {
  max-width: 100px;
  float: left;
  padding-top: 20px;
}

.form-postcode {
  max-width: 100px;
}

/* ----- LAYOUT */

.left-text-right-image-div {
  display: flex;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;
}

.left-text-div {
  position: relative;
  display: inline-block;
  width: 50%;
  
  height: auto;
  /* float: left; */
}

.left-text-div {
  position: relative;
  display: inline-block;
  width: 50%;
  
  height: auto;
  /* float: left; */
}



.left-text-right-image-img {
  display: inline-block;
  width: 50%;
  height: auto;
  padding-left: 5%;
  right: 0;
  /* float: right; */
  
  overflow: hidden;
  /* background-image: url('/imgs/reasons/reasons-img.jpg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.right-text-left-image-div {
  display: flex;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;
}

.right-text-div {
  position: relative;
  display: inline-block;
  width: 50%;
  
  height: auto;
  /* float: left; */
}

.right-text-left-image-img {
  display: inline-block;
  width: 50%;
  height: auto;
  padding-right: 5%;
  right: 0;
  /* float: right; */
  
  overflow: hidden;
  /* background-image: url('/imgs/reasons/reasons-img.jpg'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

/* ------ GENERIC */

.button-text {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	padding-left: 10px;
	margin-top: 0;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.button-text-footer {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
  margin-top: 0;
 
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.generic-button {
  padding: 10px;
  background-color: #d20000;
  border: none;
}

.generic-button-footer {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 5px;
  background-color: #d20000;
  border: none;
}

.menu-button-pad {
  margin-left: 10px;
}

.text-div-btn {
  position: absolute;
  /* margin: 0 auto;
  bottom:   0; */
}

.generic-para {
  padding-top: 30px;
  width: 80%;
  margin: 0 auto;
}

.centered {
  margin: 0 auto;
}

.centered-text {
  text-align: center;
}

.pad-60 {
  margin-bottom: 35px;
}

.right-text {
  align-items: right;
}

#header-phone-number {
  position: absolute;
  right: 10%;
  margin-top: 9px;
  font-size: 16px;
  z-index: 10;
}

/* MEDIA QUERIES */

@media screen and (max-width:4260px){

  .super-asterix-sub {
    font-size: 40px;
  }

}

@media screen and (max-width:950px){

  h1 {
    font-size: 55pt;
    line-height: 55pt;
    text-align: center;

  }
  
  h3 {

    font-size: 16pt;
    line-height: 16pt;
    text-align: center;
  }
  
  .footer-body-text {
    font-size: 9pt;
    line-height: 13pt;
    margin: 0;
  }

  .input-text {
    display: block;
    width: 250px;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .generic-button {
    padding: 6px 8px 6px 8px;
  }

  .button-text {
    font-size: 12px;
  }

  #footer-column-1 {
    width: 40%;
  }
  
  #footer-column-2 {
    width: 30%;
  }
  
  #footer-column-3 {
    width: 33%;
  }

  #footer-content {
    width: 80%;
    margin-left: 0;
  }

  #branding-large { display: none; }
  #branding-small { display: block; }

  #nav { display: none; }
  #nav-mobile { display: block; }
  #book-mobile { display: block; }  

  .left-text-right-image-div { 
    height: auto;
    display:flex;
    flex-flow: column;
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .left-text-div { 
    
    display: block;
    text-align: center; 
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-text-right-image-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  /* */

  .right-text-left-image-div { 
    height: auto;
    display:flex;
    flex-flow: column;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .right-text-div { 
    order: 1;
    display: block;
    text-align: center; 
    width: 100%;
    margin: 0 auto;
    
  }

  .right-text-left-image-img {
    order: 2;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-div-btn {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
  }

  .subheader-text {
    text-align: center;
  }

  .splash-message-header-h1 {
    font-size: 90px;

  }
  
  .splash-message-header-h2 {
    font-size: 80px;
  }

  .splash-message-subheader, .splash-message-subheader-bold {
    font-size: 40px;
  }

  .super-asterix-header {
    font-size: 20px;
  }

  .super-asterix-sub {
    font-size: 10px;
  }

  #header-phone-number {
    right: 20px;
  }
}

@media screen and (max-width:768px){
  
  #branding-large { display: none; }
  #branding-small { display: block; }

  #nav { display: none; }
  #nav-mobile { display: block; }
  #book-mobile { display: block; }

  .splash-message-header-h1 {
    font-size: 60px;

  }
  
  .splash-message-header-h2 {
    font-size: 50px;
  }

  .splash-message-subheader, .splash-message-subheader-bold{
    font-size: 25px;
  }

  .super-asterix-header {
    font-size: 25px
  }

  .super-asterix-sub {
    font-size: 10px;
  }

  #header-phone-number {
    right: 20px;
  }
}

@media screen and (max-width: 500px){

#gallery { 

height:400px;

}

#gallery-cont {
  height:300px;
}

#gallery-next-button {

  top: 250px;
}

#gallery-prev-button {

  top: 250px;
}


}


.clear{clear:both;}

#video {margin-bottom:50px;}
