body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 15px;
}

.body {
  height: 100%;
}

.slider {
  height: 35%;
}

.home50 {
  width: 50%;
  height: 21.66666%;
  float: left;
}

.home50.oceansuite {
  background-image: url('../images/oceansuitebg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home50.chipshop {
  background-image: url('../images/chippy-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home50.victoriatearooms {
  background-image: url('../images/tearooms-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home50._1901-bar {
  background-color: #000;
  background-image: url('../images/1901-Main-Sign_v3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.home50.atlantis {
  background-image: url('../images/atlantis-hp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home50.events {
  background-image: url('../images/Pier41.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home50.events.stretch {
  width: 100%;
}

.home50.airbourne {
  background-image: url('../images/events-inner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/pierslidenight.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/pierslidenight.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.link100 {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-decoration: none;
}

.link100:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.home-title-holder {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 300%;
  text-align: center;
}

.rye {
  font-family: Rye, sans-serif;
}

.lobster {
  font-family: Lobster, sans-serif;
  letter-spacing: 4px;
}

.martel {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Martel, sans-serif;
  color: #fff;
  font-weight: 400;
}

.martel.ocean-suite-page {
  margin-bottom: 30px;
  color: #fff;
  font-size: 300%;
}

.martel.ocean-suite-page.right-justify {
  text-align: right;
}

.martel.right-justify {
  text-align: right;
}

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

.martel.on-white {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3b8eba;
}

.pacifico {
  font-family: Pacifico, sans-serif;
}

.pacifico.neon {
  color: #dfdfdf;
  text-shadow: 0 -4px 15px #007ca8;
}

.orbitron {
  font-family: Orbitron, sans-serif;
}

.orbitron.gold {
  color: #d4af37;
}

.lato {
  font-family: Lato, sans-serif;
}

.navigation-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar {
  background-color: transparent;
}

.navlink {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.navlink:hover {
  text-decoration: underline;
}

.navlink.red.w--current {
  color: #fff;
  text-decoration: underline;
}

.navlink.white.w--current {
  color: #fff;
  text-decoration: underline;
}

.navlink.white.sub.w--current {
  color: #fff;
  text-decoration: underline;
}

.navlink.blue.w--current {
  color: #fff;
  text-decoration: underline;
}

.navlink.dark.sub.w--current {
  color: #fff;
  text-decoration: underline;
}

.brand {
  margin-left: 20px;
}

.brand.w--current {
  max-width: 100%;
}

.slide3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/waterfront-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/waterfront-inner.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/chippy-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/chippy-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/events-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/events-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/tearooms-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/tearooms-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top {
  height: 400px;
}

.inner-image-top.oceansuite {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.75)), to(rgba(59, 142, 186, 0.75))), url('../images/oceansuite-bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.75), rgba(59, 142, 186, 0.75)), url('../images/oceansuite-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top._1901-bar {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/1901-Main-Sign_v3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/1901-Main-Sign_v3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.atlantis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/atlantis-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/atlantis-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.tea-rooms {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/tearooms-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/tearooms-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.chippy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/chippy-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/chippy-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.events {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/events-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/events-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/slide4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.holding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/events-inner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/events-inner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner-image-top.airbourne {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/events-home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/events-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section {
  padding: 50px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.last {
  padding-bottom: 0px;
}

.section.atlantis-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020b32), to(#000));
  background-image: linear-gradient(180deg, #020b32, #000);
}

.section._1901-wrapper {
  background-image: radial-gradient(circle closest-corner at 52% 10%, #0e1d33, #020001);
}

.section.airbourne-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.ocean-suite-paragraph {
  font-family: Martel, sans-serif;
  color: #3b8eba;
}

.medium-margin-bottom {
  margin-bottom: 30px;
}

.medium-margin-bottom.testimonial {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.medium-margin-bottom.testimonial.picture-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e1e1e1;
  font-family: 'Open Sans', sans-serif;
}

.footera {
  width: 50%;
  float: left;
}

.footerb {
  width: 50%;
  float: left;
  text-align: right;
}

.picture-section {
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 75px;
  padding-bottom: 75px;
  border-top: 1px solid #3b8eba;
  border-bottom: 1px solid #3b8eba;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.8)), to(rgba(59, 142, 186, 0.8))), url('../images/weddigs-bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.8), rgba(59, 142, 186, 0.8)), url('../images/weddigs-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Martel, sans-serif;
}

.picture-section.corporate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.75)), to(rgba(59, 142, 186, 0.75))), url('../images/corporate-bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.75), rgba(59, 142, 186, 0.75)), url('../images/corporate-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-section.parties {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.75)), to(rgba(59, 142, 186, 0.75))), url('../images/parties-bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.75), rgba(59, 142, 186, 0.75)), url('../images/parties-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-section.parties.testimonials {
  margin-bottom: 0px;
}

.picture-section.events {
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.75)), to(rgba(59, 142, 186, 0.75))), url('../images/events-bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.75), rgba(59, 142, 186, 0.75)), url('../images/events-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-section.victoria-suite-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.8)), to(rgba(59, 142, 186, 0.8))), url('../images/victoria-bg-image.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.8), rgba(59, 142, 186, 0.8)), url('../images/victoria-bg-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-section.albert-suite-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.8)), to(rgba(59, 142, 186, 0.8))), url('../images/albert-bg-image.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.8), rgba(59, 142, 186, 0.8)), url('../images/albert-bg-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-section.alice-suite-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.8)), to(rgba(59, 142, 186, 0.8))), url('../images/alice-bg-image.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.8), rgba(59, 142, 186, 0.8)), url('../images/alice-bg-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.picture-section.blog {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 142, 186, 0.8)), to(rgba(59, 142, 186, 0.8))), url('../images/blog-bg.jpg');
  background-image: linear-gradient(180deg, rgba(59, 142, 186, 0.8), rgba(59, 142, 186, 0.8)), url('../images/blog-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.dropdown-list {
  background-color: transparent;
}

.arrow {
  bottom: 2%;
  margin-top: auto;
  margin-bottom: 0px;
}

.slide4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav {
  bottom: 2%;
}

.inline-link {
  color: #4534ff;
  font-weight: 600;
  text-decoration: none;
}

.inline-link:hover {
  color: #83bcd7;
  text-decoration: underline;
}

.inline-link.white {
  color: #fff;
  text-decoration: none;
}

.inline-link.white:hover {
  text-decoration: underline;
}

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

.flex-body-wrapper {
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

.list-item {
  margin-bottom: 15px;
}

.gold {
  color: #d4af37;
}

.medium-margin-top {
  margin-top: 30px;
}

.flex-gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.flex-gallery-wrapper.center-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-thumbnail-wrapper {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-thumbnail-wrapper.right-justify {
  margin-left: 10px;
  padding: 10px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.gallery-thumbnail-wrapper.airborne {
  width: 50%;
}

.os-imagehover {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.os-imagehover:hover {
  opacity: 0.5;
  -webkit-filter: none;
  filter: none;
}

.atlantis-image-hover {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.atlantis-image-hover:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.underline {
  text-decoration: underline;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wedding-contact-form-wrapper {
  width: 60%;
}

.submit-button {
  width: 100%;
  border-radius: 2px;
  background-color: #26243c;
  font-family: 'Open Sans', sans-serif;
}

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

.text-field {
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
}

.notes {
  padding-bottom: 65px;
}

.contact-info-wrapper {
  width: 40%;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #e1e1e1;
}

.contact-info-wrapper.vtr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  font-family: 'Open Sans', sans-serif;
}

.error-message {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.no-margin-top {
  margin-top: 0px;
}

.no-margin-top.white.martel.events {
  margin-right: 10px;
  margin-bottom: 20px;
}

.menu {
  box-shadow: 2px 2px 4px 0 #7a7a7a;
}

.pdflink {
  margin-top: 30px;
}

.pdflink.right-justify {
  float: right;
}

.event-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}

.event-wrapper.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.event-wrapper.single {
  border-bottom-style: none;
}

.ocean-suite-testimonial-credit {
  float: right;
  font-style: italic;
}

.drop-shadow {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.parties-para {
  margin-top: 15px;
}

.white {
  color: #fff;
}

.white.medium-margin-top.jazzy {
  color: #ba9d4e;
}

.os-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.6666%;
  padding: 15px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #3b8eba;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Martel, sans-serif;
  color: #fff;
  text-decoration: none;
}

.os-tab-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

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

.rich-text-martel {
  font-family: Martel, sans-serif;
}

.divider {
  display: block;
  width: 960px;
  height: 1px;
  margin: 30px auto;
  background-color: #fff;
}

.testimonial-image-wrapper {
  width: 25%;
  margin-right: 25px;
}

.ocean-blue {
  color: #3b8eba;
}

.testimonial-read-more {
  display: block;
  overflow: hidden;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

._1901-flex-neg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.menu-cell {
  width: 50%;
  padding: 15px;
}

.rich-text-white {
  color: #fff;
}

.rich-text-white a {
  color: #fff;
  text-decoration: none;
}

.rich-text-white a:hover {
  text-decoration: underline;
}

.rich-text-white.jazzy {
  color: #ba9d4e;
}

.atlantis-testimonial-wrapper {
  padding: 100px 20px;
  background-color: #020b32;
}

.atlantis-testimonial-slider {
  height: 250px;
  background-color: transparent;
}

.a-test-wrap {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.a-test-credit-wrap {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.a-test-date {
  margin-top: 5px;
  color: #777;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._1901-events-slider {
  background-color: transparent;
}

.cinema-background {
  height: 25%;
  border-bottom: 1px solid #333;
}

.main-cinema-bg {
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, #e1e1e1);
}

.ed-overall-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.month-wrapper {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 66px;
  line-height: 58px;
}

.ed-date {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 99px;
  line-height: 88px;
}

._1901-date-event {
  width: 50%;
  margin-left: 10px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 36px;
  line-height: 43px;
}

._1901-arrow {
  color: #333;
}

.text-span {
  float: right;
  text-align: right;
}

.text-span-2 {
  float: right;
}

.text-span-3 {
  float: right;
}

.text-span-4 {
  float: right;
}

.text-span-5 {
  float: right;
}

.text-span-6 {
  float: right;
}

.text-span-7 {
  float: right;
}

.text-span-8 {
  float: right;
}

.one-off-t {
  margin-top: 25px;
}

.pdf-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._50-flex {
  width: 25%;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
}

.wedding-flex {
  display: none;
}

._25-flex {
  padding-left: 0px;
}

._25-flex.margin {
  padding-left: 25px;
}

.airborne {
  font-family: 'Airborne gp', sans-serif;
}

.airborne.blue {
  color: #0060a0;
}

.holding-info {
  color: #fff;
  text-align: center;
}

.btn-primary {
  margin-top: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-primary:hover {
  background-color: #fff;
  color: #000;
}

.btn-primary.reverse {
  border-color: #000;
  color: #000;
}

.btn-primary.reverse:hover {
  background-color: #000;
  color: #fff;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centre {
  text-align: center;
}

.christmas-party-nights {
  border-radius: 3px;
}

.xmas-text {
  display: block;
  padding: 10px;
  background-color: #3b8eba;
  font-family: Martel, sans-serif;
  color: #fff;
  text-align: center;
}

.christmas-party-dates {
  font-size: 17px;
  letter-spacing: 1px;
}

.events-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.party-cell {
  width: 60%;
}

.christmas-party-cell {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Martel, sans-serif;
  color: #3b8eba;
  font-size: 18px;
  letter-spacing: 1px;
}

.opaque {
  color: rgba(59, 142, 186, 0.51);
}

.list-white {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.list-white.right {
  text-align: right;
  list-style-type: none;
}

.list-white.left-no-bullets {
  padding-left: 0px;
  list-style-type: none;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dadada;
}

.team-rooms-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tea-rooms {
  padding: 15px;
  text-align: center;
}

.menu-txt {
  margin-top: 10px;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .home-title-holder {
    font-size: 200%;
  }

  .navbar {
    margin-right: 20px;
    margin-left: 20px;
  }

  .navlink.red {
    background-color: #c65a33;
  }

  .navlink.red.w--current {
    background-color: #c65a33;
  }

  .navlink.white {
    background-color: #fff;
    color: #333;
  }

  .navlink.white.w--current {
    color: #333;
  }

  .navlink.blue {
    background-color: #83bcd7;
  }

  .navlink.dark {
    background-color: #26243c;
  }

  .brand {
    margin-left: 0px;
  }

  .brand.w--current {
    position: absolute;
  }

  .menu-button {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
  }

  .menu-button.w--open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #c65a33;
  }

  .inner-image-top._1901-bar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/1901-Main-Sign_v3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/1901-Main-Sign_v3.jpg');
    background-size: auto, cover;
  }

  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .flex-body-wrapper {
    overflow: hidden;
  }

  .os-tab-link {
    font-size: 12px;
  }

  .atlantis-testimonial-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .atlantis-testimonial-slider {
    height: 300px;
  }

  ._1901-date-event {
    font-size: 29px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .home50 {
    min-height: 100px;
  }

  .home-title-holder {
    line-height: 30px;
  }

  .martel.right-justify {
    margin-top: 15px;
  }

  .navlink {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }

  .navlink.blue {
    width: 100%;
  }

  .navlink.dark {
    width: 100%;
  }

  .navlink.dark.sub {
    width: 50%;
  }

  .brand {
    margin-left: 0px;
    padding-left: 0px;
  }

  .inner-image-top {
    height: 200px;
  }

  .inner-image-top.holding {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .medium-margin-bottom.testimonial.picture-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footera {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .footerb {
    width: 100%;
    text-align: center;
  }

  .picture-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-image {
    width: 70px;
  }

  .gallery-thumbnail-wrapper.right-justify.events {
    width: 100%;
    margin-left: 0px;
  }

  .dropdown {
    position: static;
    float: none;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .wedding-contact-form-wrapper {
    width: 100%;
  }

  .contact-info-wrapper {
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .os-tab-link {
    width: 33.3333%;
  }

  .testimonial-image-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .atlantis-testimonial-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-flex {
    width: 50%;
  }

  .wedding-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._25-flex {
    text-align: center;
  }

  .events-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .party-cell {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home-title-holder {
    font-size: 170%;
  }

  .navlink.red.sub {
    width: 100%;
  }

  .navlink.white.sub {
    width: 100%;
  }

  .navlink.white.sub.w--current {
    color: #333;
  }

  .navlink.dark.sub {
    width: 100%;
  }

  .inner-image-top.holding {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .picture-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/weddingbg.png');
    background-image: linear-gradient(180deg, null, null), url('../images/weddingbg.png');
  }

  .logo-wrapper-mobile-only {
    position: absolute;
    z-index: 500;
    max-width: 170px;
    float: left;
  }

  .medium-margin-top.lower-gallery {
    margin-top: 0px;
  }

  .flex-gallery-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery-thumbnail-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .gallery-thumbnail-wrapper.airborne {
    width: 100%;
  }

  .no-margin-top.white.martel.events {
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .os-tab-link {
    width: 50%;
  }

  .atlantis-testimonial-slider {
    height: auto;
  }

  .month-wrapper {
    font-size: 40px;
    line-height: 46px;
  }

  .ed-date {
    font-size: 65px;
    line-height: 59px;
  }

  ._1901-date-event {
    font-size: 23px;
    line-height: 27px;
  }

  .pdf-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-flex {
    width: 100%;
    margin-top: 12px;
  }

  .airborne.blue {
    font-size: 30px;
  }

  .airborne.mobile {
    font-size: 65%;
  }

  .christmas-party-nights {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.46)), color-stop(96%, #fff)), url('../images/1-29.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.46), #fff 96%), url('../images/1-29.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@font-face {
  font-family: 'Airborne gp';
  src: url('../fonts/AIRBORNE-GP.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}