@import 'boostrap/bootstrap.css';
@import url("https://fonts.cdnfonts.com/css/georgia");
.row {
  --bs-gutter-x: 40px;
}

.container {
  max-width: 1320px;
}

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

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

.devurl:before {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 200px;
  padding-top: 175px;
  color: #fff;
  content: "DEV";
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100000;
  text-align: center;
  background: #f00;
  height: 200px;
}

.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: #000;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0;
}
#cboxNext:after, #cboxPrevious:after {
  display: none;
}

#cboxPrevious {
  right: 42px;
}

#cboxClose {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#cboxClose:after {
  display: none;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

@font-face {
  font-family: "NeutraText";
  src: url("../fonts/NeutraTextBold.eot");
  src: url("../fonts/NeutraTextBold.eot") format("embedded-opentype"), url("../fonts/NeutraTextBold.woff2") format("woff2"), url("../fonts/NeutraTextBold.woff") format("woff"), url("../fonts/NeutraTextBold.ttf") format("truetype"), url("../fonts/NeutraTextBold.svg#NeutraTextBold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "NeutraText";
  src: url("../fonts/NeutraTextBook.eot");
  src: url("../fonts/NeutraTextBook.eot") format("embedded-opentype"), url("../fonts/NeutraTextBook.woff2") format("woff2"), url("../fonts/NeutraTextBook.woff") format("woff"), url("../fonts/NeutraTextBook.ttf") format("truetype"), url("../fonts/NeutraTextBook.svg#NeutraTextBook") format("svg");
}
h1, h2, h3, h4 {
  font-family: "NeutraText";
}

body {
  background: #F2F3F5;
  font-family: "Georgia", serif;
}
body p {
  font-size: 20px;
  margin-bottom: 30px;
}
body p:last-child {
  margin-bottom: 0;
}
body li {
  font-size: 20px;
}

ul {
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

.outtergrid {
  margin-left: -50px;
  margin-right: -50px;
}

.pretitle {
  font-size: 20px;
  font-style: italic;
  font-family: "Georgia", sans-serif;
}

img {
  max-width: 100%;
}

.btn {
  background: #B29559;
  color: #fff;
  font-family: "NeutraText";
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border: none;
  font-weight: bold;
}
.btn span {
  position: relative;
}
.btn:before {
  position: absolute;
  width: 100%;
  background: #826b3c;
  content: "";
  display: block;
  padding-bottom: 100%;
  top: 100%;
  left: 0;
  -webkit-clip-path: polygon(50% 0%, 0% 50%, 0% 100%, 100% 100%, 100% 50%);
          clip-path: polygon(50% 0%, 0% 50%, 0% 100%, 100% 100%, 100% 50%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover {
  color: #fff;
}
.btn:hover:before {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.btn.outline {
  border: 1px solid #B29559;
  background: none;
  color: #333;
}
.btn.outline:hover {
  color: #fff;
}
.btn.outline.outline-white {
  border-color: #fff;
  color: #fff;
}
.btn.outline.outline-white:hover {
  border-color: #B29559;
}
.btn.ico {
  position: relative;
  padding-left: 62px;
}
.btn.ico i {
  width: 45px;
  left: 0;
  height: 100%;
  text-align: center;
  background: #7D6A43;
  position: absolute;
  top: 0;
  font-size: 24px;
  padding-top: 10px;
}
.btn.white {
  background: #fff;
  color: #061016;
}
.btn.white:hover {
  color: #fff;
}
.btn .fa-long-arrow-right {
  margin-left: 10px;
  font-size: 20px;
}

.btn + .btn {
  margin-left: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroll header, .whiteheader header {
  background: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.scroll header .social a, .whiteheader header .social a {
  color: #061016;
}
.scroll header .mobilemenu span, .whiteheader header .mobilemenu span {
  background: #061016;
}
.scroll header .logo .l, .whiteheader header .logo .l {
  fill: #061016;
}
.nav-up header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.menuopen header {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
header .social {
  position: absolute;
  top: 60px;
  left: 50px;
  white-space: nowrap;
}
header .social a {
  display: inline-block;
  color: #fff;
  margin-right: 40px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .social a:hover {
  color: #B29559;
}
header .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -100px;
}
header .logo .l {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .mobilemenu {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 60px;
  right: 50px;
}
header .mobilemenu span {
  height: 2px;
  background: #fff;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .mobilemenu span:nth-child(2) {
  width: 20px;
  margin-left: 10px;
}
header .mobilemenu:hover span:nth-child(2) {
  margin-left: 0;
}
.menuopen header .mobilemenu span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.menuopen header .mobilemenu span:nth-child(2) {
  width: 0;
}
.menuopen header .mobilemenu span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  pointer-events: none;
}
nav:before {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
  display: block;
  background: #141A20;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  right: 0;
  width: 0%;
}
nav .mainmenu > ul {
  margin: 0;
  padding: 0;
  padding-top: 250px;
}
nav .mainmenu > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .mainmenu > ul > li {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
nav .mainmenu > ul > li a {
  line-height: 1em;
  font-size: 60px;
  font-family: "NeutraText";
  text-transform: uppercase;
  font-weight: bold;
  color: #B29559;
  position: relative;
  width: 100%;
  display: block;
}
nav .mainmenu > ul > li a em {
  font-style: normal;
  position: relative;
  display: block;
  color: #B29559;
  overflow: hidden;
}
nav .mainmenu > ul > li a em:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #141A20;
  content: "";
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
nav .mainmenu > ul > li a span {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  color: transparent;
  -webkit-text-stroke: 1px #B29559;
  width: 100%;
}
nav .mainmenu > ul > li a:hover em:after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
nav .mainmenu > ul > li.has-submenu:after {
  width: 0px;
  bottom: 0;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100px;
  background: #B29559;
  margin-bottom: -10px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
nav .mainmenu > ul > li.has-submenu:hover > a em:after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
nav .mainmenu > ul > li:hover {
  z-index: 10;
}
nav .mainmenu > ul > li:hover:after {
  width: 200px;
  right: -100px;
}
nav .mainmenu > ul > li:hover ul li {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  pointer-events: all;
}
nav .mainmenu > ul > li:hover ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}
nav .mainmenu > ul > li:hover ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
nav .mainmenu > ul > li:hover ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
nav .mainmenu > ul > li:hover ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
nav .mainmenu > ul > li:hover ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
nav .mainmenu > ul > li:hover ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
nav .mainmenu > ul > li ul {
  position: absolute;
  left: 100%;
  top: 30px;
  margin-left: 0px;
  padding-top: 0;
  padding-left: 40px;
}
nav .mainmenu > ul > li ul li {
  margin-bottom: 20px;
  text-align: left;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(30px);
          transform: translateX(0) translateY(30px);
  pointer-events: none;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
nav .mainmenu > ul > li ul li a {
  text-transform: none;
  text-rendering: none;
  font-family: "Georgia", serif;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav .mainmenu > ul > li ul li a:hover {
  color: #B29559;
}
.menuopen nav {
  pointer-events: all;
}
.menuopen nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
  right: auto;
  width: 100%;
}
.menuopen nav ul li {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuopen nav ul li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menuopen nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menuopen nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menuopen nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menuopen nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menuopen nav ul li:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
.hero .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(28.65%, rgba(0, 0, 0, 0)), color-stop(53.05%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 28.65%, rgba(0, 0, 0, 0) 53.05%, rgba(0, 0, 0, 0.5) 100%);
}
.hero video {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
.hero .video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hero .video:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(28.65%, rgba(0, 0, 0, 0)), color-stop(53.05%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 28.65%, rgba(0, 0, 0, 0) 53.05%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 5;
}
.hero .heading {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.hero .heading h1 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.9;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.hero .heading h1:after {
  position: absolute;
  bottom: 0px;
  left: 8px;
  right: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 50%;
  right: 50%;
}
.hero .heading h1 span {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
}
.hero .heading h1 span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hero .heading h1 span:nth-child(2) {
  font-size: 56%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hero .heading h1 span:nth-child(3) {
  font-size: 85%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.hero .heading .buttons {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.bodyin .hero .video {
  opacity: 1;
}
.bodyin .hero .heading h1 span {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.bodyin .hero .heading h1:after {
  left: 8px;
  right: 8px;
}
.bodyin .hero .heading .buttons {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}

.logoband {
  border-bottom: 1px solid rgba(20, 26, 32, 0.1);
  text-align: center;
}
.logoband .col {
  height: 110px;
}
.logoband .label {
  font-family: "NeutraText";
  font-size: 20px;
  color: #333333;
  display: inline-block;
  margin-right: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.logoband img {
  display: inline-block;
  margin-right: 50px;
}

.introp {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  margin-bottom: 100px;
}
.introp:before {
  background: url(../img/circlepattern.svg) no-repeat;
  background-position: right;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 2;
  pointer-events: none;
}
.introp .introin {
  background: #fff;
  padding: 90px 50px;
  position: relative;
  margin-left: -50px;
}
.introp .introin:after {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
}
.introp .contentcol {
  position: relative;
  z-index: 1;
}
.introp .contentcol img {
  position: absolute;
  bottom: -100px;
  left: 100%;
}
.introp h2 {
  text-transform: uppercase;
  color: #B29559;
  font-size: 140px;
  line-height: 0.9;
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.introp h2:after {
  width: 3000px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #B29559;
  content: "";
  display: block;
  opacity: 0.5;
}
.introp h2 span {
  display: block;
}
.introp h2 span:nth-child(2) {
  font-size: 180px;
}
.introp h3 {
  font-size: 32px;
  color: #333;
  font-family: "NeutraText";
  font-weight: bold;
  margin-bottom: 40px;
}
.introp p {
  font-size: 24px;
  margin-bottom: 40px;
}

.servicesaccess {
  margin-bottom: 150px;
}
.servicesaccess .title {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
.servicesaccess .title:before {
  width: 100%;
  left: 0;
  height: 500px;
  background: url(../img/servicetitle.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  top: -120px;
}
.servicesaccess .title h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  position: relative;
}
.servicesaccess .title h3 span {
  display: block;
  color: #333333;
}
.servicesaccess .title h3 span:nth-child(2) {
  color: #B29559;
}
.servicesaccess .outtergrid .img {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.servicesaccess .outtergrid .img .n {
  position: absolute;
  bottom: -30px;
  left: -20px;
  color: #F2F3F5;
  font-size: 210px;
  font-family: "NeutraText";
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.07em;
}
.servicesaccess .outtergrid h4 {
  color: #B29559;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 25px;
}
.servicesaccess .outtergrid .subtitle {
  font-weight: bold;
  font-family: "NeutraText";
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.servicesaccess .outtergrid p {
  margin-bottom: 30px;
}

.quotes {
  margin-bottom: 100px;
}
.quotes .quotein {
  background: #B29559 url(../img/quotebg.svg) no-repeat left;
  background-size: auto 100%;
  padding: 70px 100px 70px;
}
.quotes.black .quotein {
  background-color: #040A0A;
}
.quotes .singlequote {
  position: relative;
  padding-left: 400px;
  padding-top: 10px;
}
.quotes .singlequote .img {
  position: absolute;
  width: 250px;
  height: 250px;
  left: 50px;
  top: 10px;
}
.quotes .singlequote .img:before {
  width: 130px;
  height: 95px;
  background: url(../img/quoteicon.svg) no-repeat;
  position: absolute;
  top: -10px;
  right: -50px;
  content: "";
  display: block;
  opacity: 0.7;
}
.quotes .singlequote .img .imgin {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.quotes .active-slide .singlequote .imgin {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.quotes .active-slide p, .quotes .active-slide .author {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.quotes ul {
  margin: 0;
  padding: 0;
}
.quotes ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quotes h4 {
  color: #fff;
  margin-bottom: 40px;
}
.quotes p {
  font-size: 26px;
  color: #fff;
  font-style: italic;
  line-height: 160%;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.quotes .author {
  font-size: 26px;
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.quotes .author:before {
  width: 50px;
  height: 2px;
  position: absolute;
  left: -70px;
  content: "";
  display: block;
  top: 17px;
  background: #fff;
}
.quotes .author .company {
  font-size: 18px;
}
.quotes .bx-pager {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -20px;
}
.quotes .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}
.quotes .bx-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
  display: block;
  color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quotes .bx-pager .bx-pager-item a:after {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  opacity: 0;
  display: block;
  border-radius: 100%;
}
.quotes .bx-pager .bx-pager-item a.active {
  background: transparent;
}
.quotes .bx-pager .bx-pager-item a.active:after {
  opacity: 1;
}

.hotelierscorneracces {
  margin-bottom: 150px;
}
.hotelierscorneracces h2 {
  font-family: "NeutraText";
  color: #B29559;
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
.hotelierscorneracces h2 span {
  color: #333333;
  font-size: 60px;
  display: block;
  font-family: "Georgia", serif;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}
.hotelierscorneracces a {
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
}
.hotelierscorneracces a .img {
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
  margin-bottom: 13px;
  text-align: center;
  position: relative;
}
.hotelierscorneracces a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hotelierscorneracces a .valignout {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hotelierscorneracces a .title {
  color: #333;
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hotelierscorneracces a:hover .bg {
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hotelierscorneracces a:hover .title {
  color: #B29559;
}

.upcomingevent {
  margin-bottom: 150px;
}
.upcomingevent ul {
  margin: 0;
  padding: 0;
}
.upcomingevent ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.upcomingevent .sameheight ul, .upcomingevent .sameheight li {
  height: 100%;
}
.upcomingevent .sameheight .upcomingin {
  height: 100%;
}
.upcomingevent .upcomingin {
  position: relative;
  padding: 80px 70px 80px 730px;
  color: #fff;
}
.upcomingevent .img {
  position: absolute;
  background-position: center;
  background-size: cover;
  width: 570px;
  top: 0;
  left: 0;
  height: 100%;
}
.upcomingevent h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.upcomingevent h2 a {
  color: #fff;
}
.upcomingevent p {
  margin-bottom: 40px;
}
.upcomingevent .date {
  width: 136px;
  height: 136px;
  top: 40px;
  background: #B29559;
  text-align: center;
  position: absolute;
  right: -68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.upcomingevent .date .month, .upcomingevent .date .year {
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 0.8;
}
.upcomingevent .date .day {
  font-family: "NeutraText";
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.upcomingevent .date .text {
  font-family: "NeutraText";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.upcomingevent .slidercontainer {
  position: relative;
  background: #061016;
}
.upcomingevent .bx-pager {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 730px;
  text-align: center;
  z-index: 1000;
}
.upcomingevent .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}
.upcomingevent .bx-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
  display: block;
  color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.upcomingevent .bx-pager .bx-pager-item a:after {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  opacity: 0;
  display: block;
  border-radius: 100%;
}
.upcomingevent .bx-pager .bx-pager-item a.active {
  background: transparent;
}
.upcomingevent .bx-pager .bx-pager-item a.active:after {
  opacity: 1;
}

.booksslider {
  margin-bottom: 150px;
}
.booksslider .books {
  margin: 0;
  padding: 0;
}
.booksslider .books li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booksslider .books .bg {
  padding-bottom: 65%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.booksslider .books .bg .valignoutout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(137, 120, 83, 0.3);
  text-align: center;
  padding: 20px;
}
.booksslider .books .bg .valignoutout img {
  max-height: 480px;
  width: auto;
  margin: 0 auto;
  display: block;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
}
.booksslider .bx-controls {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.booksslider .bx-controls .bx-prev {
  width: 39px;
  height: 39px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.booksslider .bx-controls .bx-next {
  width: 39px;
  height: 39px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  background: url(../img/arrow.svg) no-repeat;
  position: absolute;
  top: 0%;
  right: 0;
}
.booksslider .bx-controls .bx-pager {
  font-size: 20px;
  position: absolute;
  left: 70px;
  top: -3px;
}
.booksslider .bookdetails {
  margin: 0;
  padding: 0;
}
.booksslider .bookdetails li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booksslider .bookdetails h3 {
  color: #B29559;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
}
.booksslider .bookdetails p {
  margin-bottom: 40px;
}
.booksslider .bookdetails h4 {
  color: #061016;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
.booksslider .bookdetails h3 + h4 {
  margin-top: -20px;
}

footer {
  padding: 70px 0;
  background: #fff url(../img/footerleft.svg) no-repeat left;
  background-size: auto 100%;
  text-align: center;
}
footer .footerlogo {
  background: url(../img/footerlogo.svg) no-repeat;
  width: 210px;
  height: 116px;
  margin: 0 auto 40px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
footer .social {
  margin-bottom: 40px;
}
footer .social a {
  color: #666666;
  display: inline-block;
  font-size: 20px;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .social a:hover {
  color: #B29559;
}
footer ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 40px;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  display: inline-block;
  padding: 0 20px;
}
footer ul li a {
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer ul li a:hover {
  color: #B29559;
}
footer .newsletter {
  max-width: 360px;
  background: #ddd;
  margin: 0 auto;
  padding-right: 95px;
  position: relative;
}
footer .newsletter input {
  height: 65px;
  background: none;
  border: none;
  width: 100%;
}
footer .newsletter .btn {
  width: 90px;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
}
footer .newsletter .btn:before {
  height: 190%;
}

.copy {
  text-align: center;
  font-size: 16px;
  padding: 30px 0 30px;
}
.copy p {
  font-size: 16px;
}

.abouthero {
  height: 100vh;
  position: relative;
  background: #000;
  overflow: hidden;
}
.abouthero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.abouthero .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(89.85deg, rgba(0, 0, 0, 0.6) 7.37%, rgba(0, 0, 0, 0) 62.18%);
}
.abouthero .text {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  color: #fff;
}
.abouthero .text h1 {
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.abouthero .text p {
  font-size: 28px;
  font-weight: bold;
  font-family: "NeutraText";
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.bodyin .abouthero .bg {
  opacity: 1;
}
.bodyin .abouthero .text h1, .bodyin .abouthero .text p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}

.sectiontitle {
  padding-top: 150px;
  position: relative;
  margin-bottom: 70px;
}
.sectiontitle:before {
  position: absolute;
  background: url(../img/sectiontitle.svg) no-repeat top left;
  content: "";
  display: block;
  height: 735px;
  width: 100%;
  top: 0;
  left: 0;
}
.sectiontitle .container {
  position: relative;
}
.sectiontitle .container .outlineletter {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 240px;
  font-family: "NeutraText";
  font-weight: bold;
  -webkit-text-stroke: 1px #B29559;
  line-height: 1;
  color: transparent;
}
.sectiontitle .container h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #B29559;
  font-weight: bold;
}
.sectiontitle .container h4 {
  font-weight: bold;
  font-size: 30px;
}

.pagecontent {
  position: relative;
  margin-bottom: 100px;
}
.pagecontent .offset-right {
  margin-right: -50px;
}
.pagecontent .offset-left {
  margin-left: -50px;
}
.pagecontent ul {
  margin-bottom: 30px;
}
.pagecontent h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #B29559;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 40px;
}
.pagecontent h2:only-child {
  margin-bottom: 0;
}
.pagecontent h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #B29559;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 40px;
}
.pagecontent h3:only-child {
  margin-bottom: 0;
}
.pagecontent h4 {
  font-weight: bold;
  font-size: 30px;
}
.pagecontent.hasshape:before {
  position: absolute;
  background: url(../img/sectiontitle.svg) no-repeat top left;
  content: "";
  display: block;
  height: 735px;
  width: 100%;
  top: -100px;
  left: 0;
}
.pagecontent.hasshape .row {
  position: relative;
}
.pagecontent p a, .pagecontent li a {
  color: #B29559;
}
.pagecontent p a:hover, .pagecontent li a:hover {
  color: #B29559;
  text-decoration: underline;
}

.defaultblock + .defaultblock {
  margin-top: -70px;
}

.img .footer {
  color: #666666;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #DCDEE0;
}

.family {
  margin-bottom: 100px;
}
.family .imgs {
  position: relative;
}
.family .imgs .outlineletter {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 240px;
  font-family: "NeutraText";
  font-weight: bold;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
  color: transparent;
  z-index: 100;
}
.family .imgs ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.family .imgs ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.family .img {
  padding-bottom: 42%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.family .text {
  background: #B29559 url(../img/familybg.svg) no-repeat right;
  background-size: auto 100%;
  padding: 50px;
  color: #fff;
}
.family .text h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
}
.family .text h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}
.family .bx-pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.family .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 10px;
}
.family .bx-pager .bx-pager-item:only-child {
  display: none;
}
.family .bx-pager .bx-pager-item a {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  font-size: 0;
  display: block;
  color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.family .bx-pager .bx-pager-item a:after {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  position: absolute;
  left: -2px;
  top: -2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  opacity: 0;
  display: block;
  border-radius: 100%;
}
.family .bx-pager .bx-pager-item a.active {
  background: transparent;
}
.family .bx-pager .bx-pager-item a.active:after {
  opacity: 1;
}

.programshero {
  height: 100vh;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
  background: #000;
}
.programshero .programsnav {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0);
          transform: translateX(-100px) translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bodyin .programshero .programsnav {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.programshero .programsnav ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.programshero .programsnav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.programshero .programsnav ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.programshero .programsnav ul li a {
  color: #fff;
  font-family: "NeutraText";
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
  position: relative;
}
.programshero .programsnav ul li a:after {
  content: "";
  display: block;
  height: 2px;
  background: #B29559;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.programshero .programsnav ul li a:hover:after {
  left: 0;
  width: 100%;
}
.programshero .programsnav ul li.active a:after {
  left: 0;
  width: 100%;
}
.programshero .programsslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.programshero .programsslider ul {
  margin: 0;
  padding: 0;
}
.programshero .programsslider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.programshero .programsslider ul li {
  height: 100vh;
  position: relative;
}
.programshero .programsslider ul li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
.programshero .programsslider ul li .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(270.18deg, rgba(0, 0, 0, 0) 0.19%, rgba(0, 0, 0, 0.5) 92.78%);
}
.programshero .programsslider ul li .text {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  color: #fff;
}
.programshero .programsslider ul li h2 {
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
}
.programshero .programsslider ul li p {
  font-family: "NeutraText";
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
}
.programshero .programsslider ul li .btnout {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
}
.programshero .programsslider ul li.active-slide h2, .programshero .programsslider ul li.active-slide p, .programshero .programsslider ul li.active-slide .btnout {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}

.programcontent {
  margin-bottom: 100px;
}
.programcontent .shadow {
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}
.programcontent h2 {
  background: #F2F3F5;
  font-size: 64px;
  color: #B29559;
  font-weight: bold;
  padding: 50px 50px 50px 0;
  margin-right: -150px;
  position: relative;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.programcontent h2:after {
  height: 1px;
  width: 1000px;
  height: 1px;
  background: #B29559;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.programcontent h4 {
  font-weight: bold;
  font-size: 26px;
}
.programcontent .img2 {
  margin-top: -100px;
}
.programcontent .textcol {
  padding-top: 100px;
}

.numberhl {
  background: #fff;
  padding: 70px 0;
  margin-bottom: 70px;
}
.numberhl h3 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.numberhl .item {
  border-bottom: 1px solid #B29559;
  padding-bottom: 40px;
  height: 100%;
}
.numberhl .item .n {
  font-family: "NeutraText";
  font-size: 108px;
  -webkit-text-stroke: 1px #B29559;
  font-weight: bold;
  color: transparent;
}
.numberhl .item p {
  font-size: 18px;
}

.readycta {
  text-align: center;
  margin-bottom: 70px;
}
.readycta .col {
  background: #B29559;
  padding-top: 70px;
  padding-bottom: 70px;
}
.readycta h3 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.programspagination {
  margin-bottom: 70px;
}
.programspagination a {
  display: inline-block;
  font-family: "NeutraText";
  text-transform: uppercase;
  font-weight: bold;
  color: #B29559;
  font-size: 40px;
}
.programspagination a span {
  display: block;
  font-family: "Georgia", serif;
  font-style: italic;
  color: #061016;
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
  position: relative;
}
.programspagination a.prev span {
  padding-left: 40px;
}
.programspagination a.prev span:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.programspagination a.next span {
  padding-right: 40px;
}
.programspagination a.next span:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "";
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  right: 0;
}

.team {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 100px;
}
.team:after {
  top: 300px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #B29559;
  content: "";
  display: block;
  position: absolute;
}
.team h2 {
  text-align: center;
  color: #B29559;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.team h2:after {
  width: 100px;
  height: 1px;
  background: #B29559;
  content: "";
  display: block;
  margin: 30px auto 0;
}
.team .row {
  position: relative;
  z-index: 1;
}
.team .member {
  max-width: 300px;
  margin: 0 auto;
}
.team .member img {
  margin-bottom: 30px;
}
.team .member h4 {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}
.team .member h4 a {
  position: absolute;
  top: 7px;
  right: 0;
  color: #fff;
  font-size: 20px;
}
.team .member .pos {
  font-style: italic;
  color: #fff;
}

.booksintro {
  padding-top: 250px;
  margin-bottom: 100px;
  position: relative;
}
.booksintro:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/bookhero.svg) no-repeat top right;
  opacity: 0.1;
}
.booksintro .row {
  position: relative;
}
.booksintro h1 {
  color: #B29559;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}
.booksintro h1:after {
  width: 100px;
  height: 1px;
  background: #B29559;
  content: "";
  display: block;
  margin: 30px 0 0;
}

.book {
  margin-bottom: 150px;
}
.book .bg {
  padding-bottom: 120%;
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.book .bg .valignout2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(137, 120, 83, 0.3);
  text-align: center;
  padding: 20px;
}
.book .bg .valignout2 img {
  max-height: 100%;
  width: auto;
}
.book .n {
  font-size: 210px;
  color: transparent;
  -webkit-text-stroke: 1px #B29559;
  font-family: "NeutraText";
  font-weight: bold;
  line-height: 0.4;
  margin-bottom: 70px;
}
.book h3 {
  color: #B29559;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
}
.book h4 {
  color: #061016;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.blackhl {
  margin-bottom: 100px;
}
.blackhl .hlin {
  background: #061016 url(../img/blackhlbg.svg) no-repeat right;
  background-size: auto 100%;
  position: relative;
  padding: 80px 100px;
  margin: 0 -20px;
  color: #fff;
}
.blackhl .hlin img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.blackhl .hlin h2 {
  color: #B29559;
  text-transform: uppercase;
  line-height: 1;
  font-size: 60px;
  font-weight: bold;
  margin: 40px 0;
}

.reccomendedbooksintro {
  padding-top: 250px;
  margin-bottom: 0px;
  padding-bottom: 150px;
  position: relative;
}
.reccomendedbooksintro img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reccomendedbooksintro:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url(../img/bookhero.svg) no-repeat top right;
  opacity: 0.1;
}
.reccomendedbooksintro .row {
  position: relative;
}
.reccomendedbooksintro h1 {
  color: #B29559;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}
.reccomendedbooksintro h1:after {
  width: 100px;
  height: 1px;
  background: #B29559;
  content: "";
  display: block;
  margin: 30px 0 0;
}

.filterbar {
  padding: 50px 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  background: #fff;
  margin-bottom: 100px;
}
.filterbar .lab {
  color: #B29559;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "NeutraText";
  margin-right: 40px;
}
.filterbar .lab i {
  margin-right: 10px;
}
.filterbar ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.filterbar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filterbar ul li {
  display: inline-block;
  margin-right: 40px;
}
.filterbar ul li a {
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "NeutraText";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.filterbar ul li a:hover {
  color: #061016;
}
.filterbar ul li.active a {
  color: #061016;
}

.recommendedbook {
  margin-bottom: 150px;
}
.recommendedbook .item {
  padding: 40px;
  border-bottom: 1px solid #DCDEE0;
  position: relative;
}
.recommendedbook .item h2 {
  text-transform: uppercase;
  color: #B29559;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.1;
}
.recommendedbook .item h2 span {
  font-size: 24px;
  display: block;
}
.recommendedbook .item .author {
  font-style: italic;
  font-size: 20px;
}
.recommendedbook .item:hover {
  z-index: 10;
}
.recommendedbook .item:hover .itemhover {
  opacity: 1;
  pointer-events: all;
}
.recommendedbook .itemhover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: #fff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.15));
}
.recommendedbook .itemhover .author {
  margin-bottom: 30px;
}

.viphero {
  position: relative;
  height: 100vh;
  margin-bottom: 100px;
  overflow: hidden;
  background: #000;
}
.viphero .bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.viphero .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.viphero img {
  left: 50%;
  bottom: 0;
  max-height: 90%;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
}
.viphero .text {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  color: #fff;
}
.viphero h1 {
  font-size: 90px;
  line-height: 1;
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.viphero h1 i {
  font-family: "Georgia", serif;
  text-transform: none;
  font-size: 60px;
  font-weight: normal;
  display: block;
}
.viphero h3 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  font-family: "NeutraText";
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.viphero h3:last-child {
  margin-bottom: 0;
}
.viphero h4 {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.viphero .btnout {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.viphero p {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.bodyin .viphero .bg {
  opacity: 1;
}
.bodyin .viphero img {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.bodyin .viphero .text h1, .bodyin .viphero .text h3, .bodyin .viphero .text h4, .bodyin .viphero .text .btnout, .bodyin .viphero .text p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}

.eventhl {
  margin-bottom: 100px;
}
.eventhl .textcol {
  padding: 70px;
  background: #B29559;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 50px 0;
}
.eventhl h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
}
.eventhl .img {
  height: 100%;
  margin-right: -200px;
  background-position: center;
  background-size: cover;
}

.vdisectiontitle {
  position: relative;
  margin-bottom: 40px;
}
.vdisectiontitle h2 {
  text-transform: uppercase;
  color: #B29559;
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.vdisectiontitle h2:before {
  width: 2000px;
  height: 1px;
  background: #B29559;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
}

.vdilayout {
  margin-bottom: 100px;
}
.vdilayout .img1 {
  margin-bottom: -70px;
  position: relative;
}
.vdilayout .textcol2 {
  padding-top: 70px;
}

.hoteliersslider {
  margin-bottom: 100px;
}
.hoteliersslider .slidrnav {
  margin: 0;
  padding: 0;
  border-top: 1px solid #DDDDDD;
  padding: 20px 0 20px 50px;
}
.hoteliersslider .slidrnav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hoteliersslider .slidrnav li {
  display: inline-block;
  margin-right: 40px;
}
.hoteliersslider .slidrnav li a {
  font-family: "NeutraText";
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
  opacity: 0.5;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hoteliersslider .slidrnav li a:after {
  right: 0;
  width: 0;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #B29559;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hoteliersslider .slidrnav li a:hover {
  opacity: 0.8;
}
.hoteliersslider .slidrnav li a:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}
.hoteliersslider .slidrnav li.active a {
  opacity: 1;
}
.hoteliersslider .slidrnav li.active a:after {
  left: 0;
  width: 100%;
}
.hoteliersslider .slider {
  margin: 0;
  padding: 0;
  background: #000;
}
.hoteliersslider .slider li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hoteliersslider .slider .item {
  height: 710px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 590px;
}
.hoteliersslider .slider .img {
  height: 100%;
  position: relative;
  padding: 250px 20px 0 50px;
  overflow: hidden;
}
.hoteliersslider .slider .img .bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
.hoteliersslider .slider .img .bg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.hoteliersslider .slider .img .logo {
  width: 200px;
  height: 200px;
  background: #B29559;
  text-align: center;
  position: absolute;
  left: 50px;
  top: 0;
  overflow: hidden;
  height: 0;
  padding: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hoteliersslider .slider .img h2 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hoteliersslider .slider .img h3 {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hoteliersslider .slider .img .cta {
  position: absolute;
  bottom: 40px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hoteliersslider .slider .text {
  position: absolute;
  width: 590px;
  height: 100%;
  right: 0;
  padding: 20px 50px;
  top: 0;
}
.hoteliersslider .slider .text ul {
  margin-bottom: 20px;
}
.hoteliersslider .slider .text ul li {
  list-style: disc;
}
.hoteliersslider .slider .text h3 {
  font-family: "Georgia", serif;
  color: #B29559;
  margin-bottom: 30px;
}
.hoteliersslider .votebanner {
  height: 120px;
  padding-left: 180px;
  background: #161C21 url(../img/votebanner.svg) no-repeat left;
  position: relative;
  display: block;
  font-family: "NeutraText";
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  overflow: hidden;
}
.hoteliersslider .votebanner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #B29559 url(../img/votebanner.svg) no-repeat left;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hoteliersslider .votebanner .i {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.hoteliersslider .votebanner .title {
  display: block;
  color: #B29559;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.hoteliersslider .votebanner .t {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.1;
  position: relative;
}
.hoteliersslider .votebanner:hover .title {
  color: #fff;
}
.hoteliersslider .votebanner:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hoteliersslider .active-slide .img .logo {
  height: 200px;
}
.hoteliersslider .active-slide .img h2, .hoteliersslider .active-slide .img h3 {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.hoteliersslider .active-slide .img .cta {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bookmodal .modal-dialog {
  max-width: 800px;
}
.bookmodal .modal-content {
  padding: 50px;
  background: #061016;
  background: #061016 url(../img/quotebg.svg) no-repeat top left;
  background-size: auto 100%;
  border-radius: 0;
  color: #fff;
  padding-left: 430px;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
  position: relative;
}
.bookmodal h2 {
  text-transform: uppercase;
  color: #B29559;
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: bold;
}
.bookmodal img {
  max-width: 400px;
  position: absolute;
  top: -30px;
  left: -50px;
  max-height: 100%;
}
.bookmodal .close {
  top: -50px;
  right: 0;
  color: #fff;
  position: absolute;
  font-size: 30px;
}
.bookmodal iframe {
  background: transparent !important;
  border-color: transparent !important;
  margin-top: 40px !important;
}
.bookmodal.noimage .modal-content {
  padding-left: 50px;
}
.bookmodal form {
  max-width: 500px;
  margin: 0 auto;
}
.bookmodal label {
  display: block;
  margin-bottom: 5px;
}
.bookmodal input, .bookmodal textarea {
  margin-bottom: 15px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 100%;
}
.bookmodal input:focus, .bookmodal textarea:focus {
  background: white;
}
.bookmodal textarea {
  height: 100px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.appform h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #B29559;
  font-weight: bold;
  margin-bottom: 50px;
}
.appform .step {
  margin-bottom: 100px;
  position: relative;
}
.appform .step .n {
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 40px;
  margin-top: -10px;
  font-size: 210px;
  font-family: "NeutraText";
  font-weight: bold;
  -webkit-text-stroke: 1px #B29559;
  line-height: 0.5;
  color: transparent;
}
.appform .step h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #20293C;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.appform .formselector {
  border-bottom: none;
}
.appform .formselector a {
  display: inline-block;
  font-family: "NeutraText";
  color: #999999;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 40px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.appform .formselector a:hover {
  color: #B29559;
}
.appform .formselector a.active, .appform .formselector a.active:hover {
  color: #000;
}
.appform .forms {
  min-height: 200px;
}
.appform .forms .fade {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.appform .forms .show {
  opacity: 1;
  max-height: 700px;
}
.appform .forms form .wpcf7-response-output {
  text-align: center;
  padding: 30px;
  background: #fff;
}
.appform form label {
  font-size: 20px;
  color: 333;
  margin-bottom: 10px;
}
.appform form input {
  border: none;
  background: #fff;
  height: 50px;
  margin-bottom: 28px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.appform form textarea {
  background: #fff;
  border: none;
  height: 280px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.appform form .wpcf7-not-valid {
  border-bottom: 1px solid #f00;
}
.appform .wpcf7-not-valid-tip {
  display: none !important;
}

@media only screen and (max-height: 800px) {
  nav .mainmenu > ul {
    padding-top: 220px;
  }
  nav .mainmenu > ul li a {
    font-size: 50px;
  }
  nav .mainmenu > ul li ul {
    top: 20px;
  }

  .programshero .programsslider ul li .text {
    bottom: 30px;
  }
  .programshero .programsslider ul li p {
    font-size: 22px;
  }
  .programshero .programsslider ul li h2 {
    font-size: 42px;
  }
  .programshero .programsnav ul {
    margin-top: 15px;
  }
  .programshero .programsnav ul li a {
    padding-bottom: 15px;
  }
}
@media only screen and (max-height: 670px) {
  nav .mainmenu > ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  .outtergrid {
    margin-left: -20px;
    margin-right: -20px;
  }

  .servicesaccess .outtergrid h4 {
    font-size: 48px;
  }
  .servicesaccess .outtergrid .subtitle {
    font-size: 24px;
  }

  .quotes .quotein {
    padding: 70px;
  }
  .quotes p, .quotes .author {
    font-size: 22px;
  }

  .upcomingevent .upcomingin {
    padding-left: 700px;
    padding-right: 50px;
  }
  .upcomingevent h2 {
    font-size: 48px;
  }

  .booksslider .books .bg .valignoutout img {
    max-height: 420px;
  }

  .abouthero .text h1 {
    font-size: 70px;
  }
  .abouthero .text p {
    font-size: 22px;
  }

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

  .programcontent h2 {
    font-size: 50px;
    padding: 30px 30px 30px 0;
  }
  .programcontent h4 {
    font-size: 22px;
  }

  .hoteliersslider .slider .img {
    padding-top: 200px;
  }
  .hoteliersslider .slider .img .logo {
    height: 160px;
    width: 160px;
  }
  .hoteliersslider .slider .img h2 {
    font-size: 52px;
  }
  .hoteliersslider .slider .img h3 {
    font-size: 24px;
  }

  .viphero h1 {
    font-size: 70px;
  }
  .viphero img {
    max-width: 50%;
  }

  .blackhl .hlin {
    padding: 80px 50px;
  }
  .blackhl .hlin h2 {
    font-size: 50px;
  }
  .blackhl img {
    max-width: 50%;
  }

  .reccomendedbooksintro {
    overflow: hidden;
  }
  .reccomendedbooksintro img {
    max-width: 70%;
    right: -15%;
  }

  .pagecontent h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  body p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  body li {
    font-size: 18px;
  }

  .hero .heading h1 {
    font-size: 120px;
  }

  nav .mainmenu > ul {
    padding-top: 200px;
  }
  nav .mainmenu > ul li a {
    font-size: 48px;
  }
  nav .mainmenu > ul li ul {
    top: 20px;
  }

  .introp h2 {
    font-size: 90px;
  }
  .introp h2 span:nth-child(2) {
    font-size: 120px;
  }
  .introp h3 {
    font-size: 28px;
  }
  .introp p {
    font-size: 22px;
  }
  .introp img {
    max-height: 140%;
    margin-left: 50px;
  }

  .upcomingevent .upcomingin {
    padding-left: 620px;
    padding-right: 40px;
  }
  .upcomingevent .date {
    right: 0px;
  }

  .booksslider .bookdetails h3 {
    font-size: 34px;
  }
  .booksslider .bookdetails h4 {
    font-size: 26px;
  }
  .booksslider .bookdetails p {
    font-size: 20px;
  }
  .booksslider .books .bg .valignoutout img {
    max-height: 380px;
  }

  .programshero .programsslider ul li h2 {
    font-size: 40px;
  }
  .programshero .programsslider ul li p {
    font-size: 22px;
  }

  .programcontent h2 {
    font-size: 44px;
    padding: 20px 30px 20px 0;
  }
  .programcontent h4 {
    font-size: 20px;
  }

  .team .member h4 {
    font-size: 32px;
  }

  .quotes .singlequote {
    padding-left: 360px;
  }
  .quotes .singlequote .img {
    left: 10px;
  }

  .pagecontent h3 {
    font-size: 30px;
  }

  .hoteliersslider .slider .item {
    padding-right: 500px;
    height: 670px;
  }
  .hoteliersslider .slider .text {
    width: 500px;
    padding: 20px;
  }

  .viphero h1 {
    font-size: 60px;
  }

  .booksintro h1 {
    font-size: 48px;
  }

  .book .bg .valignout2 img {
    max-height: 500px;
  }
  .book .n {
    font-size: 150px;
    margin-bottom: 60px;
  }
  .book h3 {
    font-size: 32px;
  }
  .book h4 {
    font-size: 26px;
  }

  .blackhl .hlin h2 {
    font-size: 46px;
  }

  .reccomendedbooksintro h1 {
    font-size: 50px;
  }

  .recommendedbook .item {
    padding: 20px;
  }
  .recommendedbook .item h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .recommendedbook .itemhover {
    padding: 20px;
  }

  .eventhl .textcol {
    padding: 40px;
  }
  .eventhl h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  header .social a {
    margin-right: 20px;
  }

  .logoband {
    height: auto;
    padding: 30px 0;
  }
  .logoband .col {
    height: auto;
  }
  .logoband img {
    margin-right: 20px;
  }
  .logoband .label {
    display: block;
    margin: 0 0 10px;
  }

  .introp {
    padding-top: 50px;
  }
  .introp:before {
    display: none;
  }
  .introp .contentcol img {
    margin-left: 0px;
    max-height: 120%;
  }

  .servicesaccess .title h3 {
    font-size: 40px;
  }
  .servicesaccess .outtergrid .img .n {
    font-size: 150px;
  }
  .servicesaccess .outtergrid h4 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .servicesaccess .outtergrid .subtitle {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .quotes .quotein {
    padding: 50px 20px;
  }
  .quotes .singlequote {
    padding-left: 320px;
  }
  .quotes .singlequote .img {
    width: 220px;
    height: 220px;
  }
  .quotes .singlequote p, .quotes .singlequote .author {
    font-size: 18px;
  }

  .hotelierscorneracces h2 {
    margin-bottom: 20px;
  }
  .hotelierscorneracces .row-cols-2 {
    margin-top: 40px;
  }

  .upcomingevent .img {
    position: relative;
    width: auto;
    padding-bottom: 50%;
    height: auto;
  }
  .upcomingevent .upcomingin {
    padding: 0;
  }
  .upcomingevent .date {
    right: auto;
    left: 40px;
    bottom: -20px;
    top: auto;
  }
  .upcomingevent .textin {
    padding: 40px;
  }
  .upcomingevent h2 {
    margin-bottom: 20px;
  }

  .booksslider .booksout {
    margin-bottom: 80px;
  }

  .abouthero {
    height: 70vh;
  }

  .family .img .outlineletter {
    font-size: 100px;
  }

  .programcontent .img2 {
    margin-top: 20px;
  }
  .programcontent .textcol {
    padding-top: 50px;
  }

  .numberhl .item .n {
    font-size: 70px;
  }

  .team .member h4 {
    font-size: 26px;
  }

  .readycta h3 {
    font-size: 32px;
  }

  .hoteliersslider .slidrnav {
    padding-left: 0;
  }
  .hoteliersslider .slider .item {
    padding: 0;
    height: auto;
  }
  .hoteliersslider .slider .img {
    height: auto;
    padding-bottom: 40%;
  }
  .hoteliersslider .slider .text {
    width: auto;
    position: relative;
    height: auto;
  }
  .hoteliersslider .slider .textin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    padding: 200px 20px 0 50px;
  }

  .vdilayout .textcol2 {
    padding-top: 0;
    margin-top: 30px;
  }
  .vdilayout .img2 {
    margin-top: 30px;
  }
  .vdilayout .img1 {
    margin-bottom: 30px;
  }

  .book .bg .valignout2 img {
    max-height: 360px;
  }

  .blackhl .hlin {
    padding: 40px;
  }
  .blackhl .hlin h2 {
    font-size: 32px;
  }

  .reccomendedbooksintro {
    padding-bottom: 100px;
  }
  .reccomendedbooksintro h1 {
    font-size: 40px;
  }
  .reccomendedbooksintro h1:after {
    display: none;
  }

  .recommendedbook .item h2 {
    font-size: 28px;
  }
  .recommendedbook .item .author {
    font-size: 18px;
  }

  .viphero {
    height: 75vh;
  }
  .viphero img {
    max-width: 70%;
  }

  .numberhl h3 {
    font-size: 24px;
  }
  .numberhl .item p {
    font-size: 15px;
  }

  footer ul {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  footer ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    height: 100px;
  }
  header .social {
    display: none;
  }
  header .logo {
    top: 10px;
  }
  header .logo svg {
    height: 70px;
  }
  header .mobilemenu {
    top: 40px;
    right: 30px;
  }

  nav .mainmenu > ul {
    padding-top: 150px;
  }
  nav .mainmenu > ul li a {
    font-size: 30px;
  }
  nav .mainmenu > ul li ul {
    position: relative;
    left: auto;
    text-align: right;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  nav .mainmenu > ul li ul li {
    text-align: right;
  }
  nav .mainmenu > ul li ul li a {
    font-size: 20px;
  }
  nav .mainmenu > ul li.has-submenu:after {
    display: none;
  }
  nav .mainmenu > ul li.h a em:after {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  nav .mainmenu > ul li.h ul {
    max-height: 300px;
  }
  nav .mainmenu > ul li.h ul li {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }

  .hero .heading {
    bottom: 30px;
  }
  .hero .heading h1 {
    font-size: 80px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .hero .heading .btn {
    margin-bottom: 10px;
  }

  .logoband {
    padding: 20px 0;
  }
  .logoband .label {
    font-size: 16px;
  }
  .logoband img {
    max-height: 40px;
    margin: 0 10px 15px;
  }

  .introp {
    padding-top: 0;
  }
  .introp .introin {
    padding: 50px 20px;
    margin-left: -20px;
    overflow: hidden;
    margin-right: -20px;
  }
  .introp h2 {
    font-size: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .introp h2 span:nth-child(2) {
    font-size: 70px;
  }
  .introp h3 {
    font-size: 24px;
    max-width: 60%;
    margin-bottom: 0;
  }
  .introp p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .introp .contentcol img {
    margin-left: -150px;
    max-height: 140%;
  }
  .introp .modilecontent {
    background: #B29559;
    padding: 20px 20px 40px;
    margin: 0 -20px;
    color: #fff;
  }
  .introp .btn {
    background: #fff;
    color: #333;
  }

  .servicesaccess {
    margin-bottom: 100px;
  }
  .servicesaccess .title h3 {
    font-size: 32px;
  }
  .servicesaccess .outtergrid p {
    font-size: 16px;
  }
  .servicesaccess .outtergrid .col {
    margin-bottom: 40px;
  }

  .quotes {
    margin-bottom: 70px;
  }
  .quotes .quotein {
    padding: 20px 20px 60px;
    margin: 0 -20px 0px;
  }
  .quotes .bx-viewport {
    margin-top: -95px;
  }
  .quotes .singlequote {
    padding: 180px 0px 0px;
    text-align: center;
  }
  .quotes .singlequote .img {
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
  }
  .quotes .singlequote .img:before {
    display: none;
  }
  .quotes .singlequote p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hotelierscorneracces {
    margin-bottom: 75px;
  }
  .hotelierscorneracces h2 {
    font-size: 60px;
  }
  .hotelierscorneracces h2 span {
    font-size: 40px;
  }
  .hotelierscorneracces .gridrow {
    margin-top: 30px;
  }

  .upcomingevent {
    margin-bottom: 75px;
  }
  .upcomingevent .date {
    width: 100px;
    height: 100px;
    left: 20px;
  }
  .upcomingevent .date .day {
    font-size: 40px;
    line-height: 0.8;
  }
  .upcomingevent .date .month, .upcomingevent .date .year {
    font-size: 18px;
  }
  .upcomingevent .textin {
    padding: 40px 20px;
  }
  .upcomingevent h2 {
    font-size: 26px;
  }
  .upcomingevent .img {
    padding-bottom: 60%;
  }

  .booksslider {
    margin-bottom: 75px;
  }
  .booksslider .books .bg {
    padding-bottom: 0;
    height: 240px;
  }
  .booksslider .books .bg .valignoutout {
    padding: 10px;
  }
  .booksslider .books .bg .valignoutout img {
    max-height: 200px;
  }
  .booksslider .bookdetails h3 {
    font-size: 28px;
  }
  .booksslider .bookdetails h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .booksslider .bookdetails p {
    font-size: 16px;
  }

  footer {
    padding: 40px 0;
  }
  footer ul {
    display: none;
  }

  .abouthero .bg {
    background-position: 70% 50%;
  }
  .abouthero .bg:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  }
  .abouthero .text {
    bottom: 30px;
  }
  .abouthero .text h1 {
    font-size: 40px;
  }
  .abouthero .text p {
    font-size: 18px;
  }

  .sectiontitle {
    padding-top: 75px;
    margin-bottom: 40px;
  }
  .sectiontitle .container h2 {
    font-size: 36px;
  }
  .sectiontitle .container h4 {
    font-size: 24px;
  }
  .sectiontitle .container .outlineletter {
    font-size: 150px;
    top: -35px;
    opacity: 0.5;
  }

  .pagecontent {
    margin-bottom: 50px;
  }
  .pagecontent .offset-right, .pagecontent .offset-left {
    margin: 30px 0;
  }

  .family {
    margin-bottom: 75px;
    overflow: hidden;
  }
  .family .container {
    padding: 0;
  }
  .family .img .outlineletter {
    display: none;
  }
  .family .text {
    padding: 40px 20px;
  }
  .family .text h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .family .text h4 {
    font-size: 22px;
  }

  .programshero {
    margin-bottom: 70px;
  }
  .programshero .programsnav {
    top: 140px;
  }
  .programshero .programsnav ul li {
    margin-right: 20px;
  }
  .programshero .programsnav ul li:last-child {
    margin-right: 0;
  }
  .programshero .programsnav ul li a {
    font-size: 15px;
  }
  .programshero .programsslider ul li .text {
    bottom: 30px;
  }
  .programshero .programsslider ul li h2 {
    font-size: 26px;
  }
  .programshero .programsslider ul li p {
    font-size: 18px;
  }

  .programcontent {
    overflow: hidden;
  }
  .programcontent h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .programcontent .shadow {
    margin: 30px 0;
  }
  .programcontent .textcol {
    padding-top: 0;
  }

  .numberhl .item {
    padding-bottom: 20px;
  }

  .programspagination a {
    font-size: 22px;
    line-height: 1.2;
  }
  .programspagination a span {
    margin-bottom: 10px;
  }

  .readycta .col {
    padding: 40px 20px;
  }
  .readycta h3 {
    font-size: 26px;
  }

  .team {
    padding-bottom: 40px;
    margin-bottom: 75px;
  }
  .team h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .team h2:after {
    margin-top: 20px;
  }
  .team .row-cols-3 .col {
    padding: 0 10px;
  }
  .team .member img {
    margin-bottom: 20px;
  }
  .team .member h4 {
    font-size: 20px;
    padding-right: 0;
  }
  .team .member h4 a {
    position: relative;
    top: auto;
    display: block;
    width: 30px;
    margin-top: 10px;
  }
  .team .member .pos {
    font-size: 16px;
  }
  .team:after {
    top: 150px;
  }

  .viphero {
    margin-bottom: 75px;
  }
  .viphero .text {
    bottom: 30px;
  }
  .viphero h1 {
    font-size: 40px;
    margin: 20px 0;
  }
  .viphero h1 i {
    font-size: 40px;
  }
  .viphero h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .viphero img {
    display: none;
  }

  .pagecontent {
    margin-bottom: 50px;
  }
  .pagecontent h3 {
    font-size: 26px;
  }
  .pagecontent [class^=col] {
    margin-bottom: 20px;
  }
  .pagecontent.hasshape:before {
    top: -75px;
  }
  .pagecontent h2 {
    font-size: 36px;
  }
  .pagecontent h4 {
    font-size: 26px;
  }

  .slidrnav {
    white-space: nowrap;
    overflow-x: auto;
  }

  .hoteliersslider {
    margin-bottom: 50px;
  }
  .hoteliersslider .slider .textin {
    padding: 120px 20px 0 20px;
  }
  .hoteliersslider .slider .img .logo {
    width: 100px;
    height: 100px;
    left: 20px;
  }
  .hoteliersslider .slider .img .logo img {
    max-height: 80px;
  }
  .hoteliersslider .slider .img h2 {
    font-size: 26px;
  }
  .hoteliersslider .slider .img h3 {
    font-size: 20px;
  }
  .hoteliersslider .slider .img .cta {
    bottom: 0;
    width: 100%;
  }
  .hoteliersslider .slider .img .cta a {
    width: 100%;
    display: block;
  }
  .hoteliersslider .slider .img .cta a i {
    display: none;
  }
  .hoteliersslider p {
    margin-bottom: 15px;
  }
  .hoteliersslider p, .hoteliersslider li {
    font-size: 16px;
  }
  .hoteliersslider .votebanner {
    margin-right: -20px;
    padding-left: 140px;
  }
  .hoteliersslider .votebanner .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .hoteliersslider .votebanner .t {
    font-size: 16px;
  }

  .vdisectiontitle h2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.1;
  }

  .booksintro {
    padding-top: 130px;
  }
  .booksintro h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .book {
    margin-bottom: 75px;
  }
  .book .bg {
    padding-bottom: 0;
    height: 240px;
  }
  .book .bg .valignout2 img {
    max-height: 200px;
  }
  .book .n {
    display: none;
  }
  .book h3 {
    margin-top: 15px;
    font-size: 28px;
  }
  .book h4 {
    font-size: 22px;
  }

  .blackhl {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .blackhl .hlin {
    padding: 40px 20px;
  }
  .blackhl .hlin h2 {
    margin: 20px 0 20px;
    font-size: 28px;
  }
  .blackhl .hlin img {
    display: none;
  }

  .blackhl + footer {
    margin-top: -50px;
  }

  .reccomendedbooksintro {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .reccomendedbooksintro h1 {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .reccomendedbooksintro img {
    display: none;
  }

  .filterbar {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .filterbar .lab {
    display: block;
    margin-bottom: 10px;
  }
  .filterbar li {
    margin: 0 10px 10px;
  }

  .recommendedbook {
    margin-bottom: 75px;
  }
  .recommendedbook .container {
    padding: 0;
  }
  .recommendedbook .itemhover p {
    font-size: 16px;
  }
  .recommendedbook .item h2 {
    font-size: 26px;
  }
  .recommendedbook .row {
    margin: 0;
  }
  .recommendedbook .col {
    padding: 0;
  }

  .eventhl {
    margin-bottom: 50px;
  }
  .eventhl .img {
    height: auto;
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    margin: 0 -20px;
  }
  .eventhl .textcol {
    margin: 0 -20px;
    padding: 40px 20px;
  }

  .eventhl + footer {
    margin-top: -50px;
  }

  .bookmodal.noimage .modal-content {
    padding-left: 20px;
  }

  .modal-dialog {
    margin: 0;
  }

  .bookmodal .modal-content {
    padding: 40px 20px;
    height: 100vh;
    overflow-y: hidden;
  }
  .bookmodal h2 {
    font-size: 24px;
  }
  .bookmodal .close {
    top: 5px;
    font-size: 26px;
    right: 20px;
  }
  .bookmodal iframe {
    max-width: 100%;
  }
}