@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
body {
  padding-top: 70px;
}
body::-webkit-scrollbar {
  width: .35em;
}
 
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.mt25 {
  margin-top: 25px;
}
.text-underline {
  text-decoration: underline;
}
.position-relative {
  position: relative;
}
.navbar.home {
  box-shadow: none;
  background: #FFF;
}
.navbar {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  height: 70px;
  background: #FFF;
}
.navbar.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  height: 70px;
  background: #FFF;
}
.navbar-brand {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-brand img {
  max-width: 130px;
  padding-top: 5px;
}
.navbarButton {
  display: inline-block;
  margin-right: 15px;
  float: right;
  position: relative;
}
.navbarButton-img {
  background: url(/../img/book-ticket.png) no-repeat center / contain;
  width: 80px;
  height: 75px;
  position: absolute;
  left: -52px;
  top: -8px;
}
.btn.btn-header {
  background: url(/../img/book-button.jpg) no-repeat center / cover;
  color: #FFF;
  font-size: 15px;
  letter-spacing: .05em;
  padding: 10px 20px 6px;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.navbarButton-christmas .btn.btn-header {
  background: url(/../img/christmas/christmas-button.jpg) no-repeat center / cover;
  padding: 5px 30px 4px;
  margin-right: 85px;
  line-height: 1;
}
.navbarButton-christmas .navbarButton-img {
  background: url(/../img/christmas/christmas-button-img.png) no-repeat center / contain;
  left: -80px;
}
.navbarButton-christmas span {
  line-height: 1;
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 155px;
    padding-top: 0;
  }
  .navbar.sticky.home .navbar-brand {
    opacity: 1;
  }
  .navbar.home .navbar-brand {
    opacity: 0;
    padding-top: 0;
  }
  .navbarButton {
    margin-right: 20px;
  }
  .navbarButton-img {
    width: 110px;
    height: 105px;
    left: -88px;
    top: -8px;
  }
}
.overlay {
  box-shadow: 0 0 17px 5px rgba(0, 0, 0, .2);
  width: 250px;
  height: 470px;
  background: #FFF;
  position: absolute;
  top: -600px;
  right: 0;
  z-index: 1000000;
  display: table;
  margin-right: -25px;
  transition: all .8s ease
}
@media (max-width: 767px) {
  .overlay {
    height: 380px;
  }
}
@media screen and (min-width:45em) {
  .overlay {
    top: -120vh
  }
}
.overlay .nav__menu {
  margin-right: 24px !important;
  margin-top: 24px !important
}
.overlay.slide-bottom {
  top: -24px
}
.overlay nav {
  vertical-align: top;
  padding-top: 72px;
  padding-bottom: 72px;
  transition: all .3s ease;
  width: 100%;
}
@media screen and (min-width:45em) {
  .overlay nav {
    padding-top: 84px;
    padding-bottom: 35px
  }
}
.overlay nav ul {
  color: #5B5B5B;
  max-width: 950px !important;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding-left: 0;
}
.overlay nav ul.nav__list--top {
  margin-bottom: 24px
}
@media screen and (min-width:45em) {
  .overlay nav ul.nav__list--top {
    margin-bottom: 48px
  }
}
@media screen and (max-height:550px) {
  .overlay nav {
    padding-top: 72px;
    padding-bottom: 72px
  }
  .overlay nav ul.nav__list--top {
    margin-bottom: 12px
  }
}
.overlay nav ul.nav__list--top li {
  margin-bottom: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1
}
@media screen and (min-width:45em) {
  .overlay nav ul.nav__list--top li {
    margin-bottom: 24px
  }
}
@media screen and (max-height:550px) {
  .overlay nav ul.nav__list--top li {
    margin-bottom: 6px
  }
}
.overlay nav ul.nav__list--middle {
  margin-bottom: 24px
}
@media screen and (min-width:45em) {
  .overlay nav ul.nav__list--middle {
    margin-bottom: 48px
  }
}
@media screen and (max-height:550px) {
  .overlay nav ul.nav__list--middle {
    margin-bottom: 12px
  }
}
.overlay nav ul.nav__list--middle li {
  margin-bottom: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1
}
@media screen and (min-width:45em) {
  .overlay nav ul.nav__list--middle li {
    margin-bottom: 18px
  }
}
@media screen and (max-height:550px) {
  .overlay nav ul.nav__list--middle li {
    margin-bottom: 6px
  }
}
.nav__item--bottom {
  text-align: center;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1
}
.nav__terms-and-conditions {
  color: #9B9B9B;
  display: inline-block;
  margin-bottom: 12px
}
.nav__terms-and-conditions:after {
  background: #CBCBCB
}
.nav__copy-right {
  color: #9B9B9B
}
.overlay nav ul li a {
  position: relative;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, .3);
  color: #000;
}
@media screen and (max-height:550px) {
  .overlay nav ul li a {
    margin-top: 6px;
    margin-bottom: 6px
  }
}
.overlay nav ul li a:after,
.overlay nav ul li a:before {
  display: inline-block;
  opacity: 0;
  transition: transform .3s, opacity .2s
}
.overlay nav ul li a:before {
  margin-right: 10px;
  transition: transform .3s, opacity .2s;
  -ms-transform: translateX(20px);
  transform: translateX(20px)
}
.overlay nav ul li a:after {
  position: inherit;
  height: inherit;
  background: inherit;
  width: inherit;
  display: inline-block;
  opacity: 0;
  transition: transform .3s, opacity .2s;
  margin-left: 10px;
  -ms-transform: translateX(-20px);
  transform: translateX(-20px)
}
.overlay nav ul li a:hover:after,
.overlay nav ul li a:hover:before {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.page-head {
  background: #FFF;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000;
  transition: all .4s ease
}
@media screen and (min-width:64em) {
  .page-head {
    position: fixed
  }
}
.page-head .float-left,
.page-head .float-right,
.page-head .wrapper {
  height: 36px;
  position: relative
}
.header--float-right {
  position: relative;
  z-index: 10000000
}
.float-right:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}
.float-left:before {
  content: none;
  display: block;
  height: 100%
}
.overlay nav ul li a:after,
.overlay nav ul li a:before {
  content: '-'
}
.page-head__menu-inner-wrapper {
  padding: 20px;
  margin-left: -11px;
  margin-top: -12px
}
.page-head__menu {
  cursor: pointer;
  float: right;
  height: 14px;
  margin-top: 2px;
  position: relative;
  top: 50%;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all .5s ease-in-out;
  width: 25px
}
.page-head__menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #585858;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .25s ease-in-out
}
.page-head__menu span:nth-child(1) {
  top: 0
}
.page-head__menu span:nth-child(2),
.page-head__menu span:nth-child(3) {
  top: 7px
}
.page-head__menu span:nth-child(4) {
  top: 14px
}
.page-head__menu.open:hover {
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.page-head__menu.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%
}
.page-head__menu.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.page-head__menu.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.page-head__menu.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%
}
/**/
.text-center {
  text-align: center;
}
.pull-left {
  float: left
}
section {
  padding: 100px 0;
}
.scroll {
  -webkit-animation: fadein 5s;
  -moz-animation: fadein 5s;
  -ms-animation: fadein 5s;
  -o-animation: fadein 5s;
  animation: fadein 5s;
}
.scroll p {
  position: absolute;
  width: 100%;
  bottom: 35px;
  left: 20px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transform: rotate(270deg);
  z-index: 3;
  text-transform: uppercase;
}
.scrollLine {
  width: 1px;
  background: #000;
  height: 90px;
  margin: 15px auto 0;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 3;
}
@-webkit-keyframes scrollLine {
  from {
    height: 75px;
  }
  to {
    height: 5px;
  }
}
@keyframes scrollLine {
  from {
    height: 75px;
  }
  to {
    height: 0px;
  }
}
.scrollLine {
  animation-duration: 1s;
  animation-name: scrollLine;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.welcome {
  max-width: 100%;
  padding: 25px;
  text-align: center;
  position: relative;
}
.welcome h1 {
  font-size: 28px;
  line-height: 1.5;
  margin: 25px auto 15px;
  max-width: 375px;
  text-transform: uppercase;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
}
.welcome img {
  width: 130px;
}
.welcome .tfdLogo {
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -ms-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-embed {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.video-embed video {
  object-fit: cover;
  height: 310px;
  margin-top: -3px;
}
.video-sound {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  color: #000;
  z-index: 99;
  font-style: italic;
  padding: 10px 20px;
  font-size: 14px;
}
.hero__video-wrapper {
  margin-bottom: 75px
}
.hero__video-wrapper, 
.hero__video-container, 
.video-embed {
  cursor: url('/../img/rope-2.png'), auto; 
  height: 300px;
}
.video-embed__video {
  width: 100%
}

.podcasts {
  position: absolute;
  right: 0;
  top: 0%;
  background: url('/../img/podcasts.jpg') no-repeat center right / contain;
  width: 50px;
  height: 150px;
  z-index: 999;
  pointer-events: all;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .podcasts {
    top: 5%;
    width: 60px;
    height: 180px
  }
}
.questionEverything {
  position: fixed;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 19vw;
  color: #e8e8e8;
  white-space: nowrap;
  opacity: .3;
  z-index: -1;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.question {
  left: 100%;
  top: 35%;
}
 .everything {
  right: 100%;
  top: 60%;
}
.introduction {
  position: relative;
  text-align: center;
}
.introTitle {
  font-size: 10vw;
  margin: 35px 0 0;
  letter-spacing: .20em;
  text-transform: uppercase;
  line-height: 1;
  max-width: 1150px;
}
.introTitle span {
  font-size: 5vw;
}
.introTitle .word-wrapper {
  padding-top: 5px;
  padding-bottom: 13px;
  display: inline-block;
  overflow-y: hidden;
}
.introTitle .word-wrapper div {
  position: relative; 
  transform: translate(0px, 100%);
}
.introTitle .word-wrapper.down div {
  transform: translate(0px, -100%);
}/*
.introTitle .twenty {
  text-align: left;
}
.introTitle .five {
  text-align: right;
  margin-right: -6%;
}
.introTitle .years {
  text-align: right;
  letter-spacing: .25em;
  margin-right: -2%;
}*/
.word-wrapper {
  display: inline-block;
  overflow-y: hidden;
}
.word-wrapper div {
  position: relative; 
  display: inline-block; 
  transform: translate(0px, 100%);
}
.word-wrapper.down div {
  transform: translate(0px, -100%);
}

@media (min-width: 1200px) {
  .introTitle {
    font-size: 90px;
  }
}
.textWrap {
  margin: 25px auto;
  max-width: 440px;
}
.introTextWrap {
  margin: 25px auto;
  max-width: 445px;
  max-width: 100%;
  text-align: left;
  padding: 0;
}
img.coatOfArms {
  max-width: 225px;
}
.nextSection {
  position: relative;
  padding: 85px 0 45px;
}
.nextSection h3 {
  z-index: 99;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 99;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 28px;
}
.nextSection.trekSection h3 {
  z-index: 99;
  margin-bottom: 10px;
  position: unset;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 22px;
  margin-top: 25px;
}
.nextSection-text {
  padding-top: 30px;
  text-align: left;
}
.nextSection.trekSection .nextSection-text {
  padding-top: 0;
  margin-top: -15px;
}
.quote {
  width: 80px;
  height: 85px;
}
.quote.quoteLeft {
  margin-bottom: 15px;
  background: url(/../img/icons/quote-left.png) no-repeat center left / contain;
}
.quote.quoteRight {
  margin-top: -15px;
  float: right;
  background: url(/../img/icons/quote-right.png) no-repeat center left / contain;
}
.background-2 {
  background: url(/../img/illustration-2.png) no-repeat center left / contain;
  height: 310px;
  width: 110px;
  position: absolute;
  bottom: 19%;
  z-index: 1;
  mix-blend-mode: multiply;
  z-index: 999;
  pointer-events: none;
}
.background-3 {
  background: url(/../img/home/illustration-3.png) no-repeat center right / contain;
  height: 380px;
  width: 75px;
  position: absolute;
  top: -15%;
  z-index: 1;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 999;
  pointer-events: none;
}
.s-background-left {
  background: url(/../img/home/s-graphic-left.png) no-repeat left top / contain;
  position: absolute;
  height: 835px;
  width: 180px;
  position: absolute;
  top: -5%;
  left: 0;
}
.s-background-left-2 {
  background: url(/../img/home/s-graphic-left-2.png) no-repeat left bottom / contain;
  position: absolute;
  height: 770px;
  width: 450px;
  position: absolute;
  bottom: -5%;
  left: 0;
  mix-blend-mode: multiply;
}
.s-background-right {
  background: url(/../img/home/s-graphic-right.png) no-repeat center right / contain;
  position: absolute;
  height: 1040px;
  width: 50%;
  position: absolute;
  top: 3%;
  z-index: 1;
  right: 0;
  mix-blend-mode: multiply;
  z-index: 999;
  pointer-events: none;
}
.home-testimonialWrap {
  padding: 0 15px;
}
.home-testimonial{
  position: relative;
  font-style: italic;
  max-width: 1000px;
  margin: 0 0 0 auto;
  padding-top: 50px;
}
.home-testimonial .quote{
  background: url(/../img/home/open-quote.png) no-repeat center / contain;
  position: absolute;
  height: 95px;
  width: 95px;
  position: absolute;
  top: 0%;
  z-index: 1;
  left: -25px;
  mix-blend-mode: multiply;
  z-index: 999;
  pointer-events: none;
}
.home-testimonial .testimonial {
  font-size: 18px;
  line-height: 1.5;
}
.home-testimonial .testimonialAuthor {
  font-size: 16px;
}
@media (min-width: 992px) {
  .home-testimonialWrap {
    padding-left: 0;
    padding-right: 6%;
  }
  .home-testimonial{
    padding-top: 70px;
  }
  .home-testimonial .testimonial {
    font-size: 26px;
    line-height: 1.4
  }
  .home-testimonial .testimonialAuthor {
    font-size: 18px;
  }
  .home-testimonial .quote{
    height: 125px;
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .home-testimonialWrap {
    padding-left: 0;
    padding-right: 6%;
  }
}
.menus {
  text-align: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 0px;
}
.menusBg {
  background: url(/../img/home/illustration-4.png) no-repeat center left / contain;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  left: 0;
  height: 500px;
  width: 450px;
  bottom: 7%;
}
.hb-brain {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.cloudLeft {
  background: url(/../img/cloud-left.png) no-repeat center left / contain;
  mix-blend-mode: multiply;
  height: 165px;
  width: 230px;
  position: absolute;
  top: 45%;
  z-index: 10;
  left: -200px;
}
.cloudRight {
  background: url(/../img/cloud.png) no-repeat center right / contain;
  mix-blend-mode: multiply;
  height: 202px;
  width: 230px;
  position: absolute;
  top: -90px;
  z-index: 99;
  right: -200px;
}
.birdsLeft {
  background: url(/../img/birds-left.png) no-repeat center left / contain;
  mix-blend-mode: multiply;
  height: 200px;
  width: 140px;
  position: absolute;
  top: 25%;
  z-index: 99;
  left: 0%;
}
.birdsRight {
  background: url(/../img/birds-right.png) no-repeat center left / contain;
  mix-blend-mode: multiply;
  height: 200px;
  width: 140px;
  position: absolute;
  top: 20%;
  z-index: 99;
  right: 10%;
}
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
.menusImg {
  margin-top: -35px;
  display: inline-block;
}
.menuWrapper {
  /*background: url('/../img/menus-background.jpg') no-repeat center;*/
  padding: 15px 15px 0;;
  text-align: center;
  position: relative;
}
.menuBlock {
  position: relative;
  z-index: 10;
  mix-blend-mode: multiply;
}
.menuBlockBg {
  margin: 0 auto;
  background: url(/../img/home/menu-bg.jpg) no-repeat center / cover;
  text-align: center;
  position: absolute;
  width: 90%;
  height: 75vw;
  left: 0;
  right: 0;
  top: 5%;
  z-index: -1;
}
.menuBorder {
  border-left: 1px solid #FFF
}
.menuBackground, .menuList {
  padding: 15px;
}
.menuBackground .btn {
  background: #FFF;
  padding: 14px 35px 10px;
  margin-top: 20px;
}
.modalTitle {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8em;
  font-size: 26px;
  margin-bottom: 25px;
}
.menuTitle {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 5px;
}
.menuDish {
  font-size: 16px;
  max-width: 350px;
  margin: 0 auto 2px;
  text-transform: uppercase;
}
.menuItem {
  margin-bottom: 13px;
}
.menuItem.menuItemPage2 {
  margin-top: 0px;
}
.menuDesc {
  margin-bottom: 0;
}
.menuPageIntro {
  margin-bottom: 20px;
}
.mailingList {
  position: relative;
  margin: 25px 0;
}
.mailingList .form-control {
  font-size: 12px;
}
.mailingList .response {
  margin-top: 15px;
}
#Volume-2 .menuDish {
  font-size: 15px;
  margin: 0 auto 10px
}
#Volume-2 .menuTextWrap {
  margin: 0 auto;
}
#Volume-2 .modalTitle {
  margin-bottom: 10px;
}
#Volume-2 .menuPageWrap {
  padding: 0 10px;
}
#Volume-4 .menuDish {
  margin: 0 auto 8px
}
.menuBlock .sensorium-logo {
  max-width: 350px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .menuItem.menuItemPage2 {
    margin-top: 25px;
  }
  .menuBlock .sensorium-logo {
    max-width: 500px;
  }
  .textWrap {
    margin: 25px auto 50px auto;
  }
  .introduction {
    padding-top: 70px;
  }
  .introTitle {
    margin: 50px auto 0;
    line-height: .9;
    max-width: 1365px;
  }
  .welcome {
    padding: 20px 36px 35px;
    height: 450px;
  }
  .welcome h1 {
    font-size: 26px;
    line-height: 1.5;
    margin: 25% auto 0;
  }
  .welcome img {
    width: 250px;
  }
  .hero__video-wrapper {
    margin-bottom: 0
  }
  .hero__video-wrapper, 
  .hero__video-container, 
  .video-embed {
    height: 450px;
  }
  .video-embed video  {
    height: 460px;
  }
  .background-2 {
    height: 430px;
    width: 150px;
    bottom: 6%;
  }
  .background-3 {
    height: 620px;
    width: 180px;
    top: -10%;
  }
  img.coatOfArms {
    max-width: 300px;
  }
  .nextSection {
    padding: 100px 0;
  }
  .nextSection h3 {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 99;
    margin-bottom: 0;
    font-size: 30px;
  }
  .nextSection-text {
    padding-top: 100px;
    padding-left: 15px;
  }
  .quote {
    width: 100px;
    height: 65px;
  }
  .quote.quoteLeft {
    margin-bottom: 25px;
  }
  .quote.quoteRight {
    margin-top: 5px;
  }
  .menus {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .menuWrapper {
    padding: 100px 0;
  }
  .menusBg {
    height: 470px;
    width: 430px;
    top: 40%;
  }
  .menuBackground, .menuList {
    padding: 35px 50px;
  }
  .menuTitle {
    margin-bottom: 25px;
  }
  .menuItem {
    margin-bottom: 20px;
  }
  .cloudLeft {
    height: 300px;
    width: 400px;
    top: 18%;
    left: -350px;
  }
  .cloudRight {
    width: 630px;
    height: 520px;
    top: -35px;
    right: -600px;
  }
}
@media (min-width: 992px) {
  .welcome h1 {
    font-size: 30px;
    line-height: 1.5;
    margin: 35% auto 0;
  }
  .welcome img {
    width: 225px;
  }
  .welcome {
    padding: 65px 20px 75px;
    height: 700px;
  }
  .hero__video-wrapper, 
  .hero__video-container, 
  .video-embed {
    height: 700px;
  }
  .video-embed video  {
    height: 710px;
  }
  img.coatOfArms {
    max-width: 400px;
  }
  .nextSection h3 {
    top: 85px;
  }
  .nextSection-text {
    padding-top: 175px;
    padding-left: 30px;
  }
  .quote {
    width: 110px;
    height: 75px;
  }
  .background-2 {
    height: 765px;
    width: 190px;
    bottom: 0%;
  }
  .background-3 {
    height: 750px;
    width: 320px;
    top: 25%;
  }
  .menuWrapper {
    padding: 0px 50px 0;
  }
  .menus {
    margin-bottom: 0;
    margin-top: 100px;
  }
  .menusBg {
    height: 580px;
    width: 375px;
    top: 35%;
  }
  .birdsLeft {
    left: 10%;
  }
  .menuBlockBg {
    width: 50vw;
    height: 45vw;
    top: 25%;
  }
}
@media (min-width: 1200px) {
  .background-3 {
    height: 980px;
    width: 390px;
    top: 25%;
  }
  .menuBlockBg {
    width: 50vw;
    height: 35vw;
  }
  .menusBg {
    height: 890px;
    width: 450px;
  }
}
@media (max-width: 767px) {
  .btn.btn-header {
    margin-top: 10px;
    font-size: 16px;
  }
  .menus .container {
    padding-left: 0;
    padding-right: 0;
  }
  .menuWrapper .textWrap {
    padding: 0 10px;
  }
  form {
    margin-top: 25px;
  }
}

.aboutQuoteWrapper {
  margin-bottom: 35px;
}
.aboutQuote {
  font-style: italic;
  font-size: 18px;
}
@media (min-width: 992px) {
  .aboutQuote {
    font-size: 22px;
  }
}

/*About*/
.aboutModal .modal-dialog {
  max-width: 935px;
  background: url(/../img/menus/xs-menu-book.jpg) no-repeat top center / cover;
  padding: 35px 15px;
}
.aboutModal .modalTitle {
  color: #001142;
  font-size: 20px;
  letter-spacing: 0.35em;
  margin-bottom: 15px;
}
.aboutModal .menuPageWrap {
  padding: 0;
  font-size: 12.5px;
  text-align: left;
}
.aboutModal .close {
  right: 15px;
  top: 15px;
}

/*STATEMENT BOOK*/
.bookWrapper {
  position: relative;
  padding: 0 0 100px;
}
.bookWrapper h2 {
  font-size: 23px;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  z-index: 99;
  position: relative;
  margin: 10% 0 0px;
}
.statement-background-1 {
  background: url(/../img/statement/illustration-1.png) no-repeat center left / contain;
  height: 585px;
  width: 185px;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  z-index: 999;
  pointer-events: none;
}
.statement-background-2 {
  background: url(/../img/statement/illustration-2.png) no-repeat center right / contain;
  height: 600px;
  width: 200px;
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  z-index: 999;
  pointer-events: none;
}
.signature {
  margin: 0;
  text-align: center;
  mix-blend-mode: multiply;
  display: inline-block;
}
.signature img {
  max-width: 235px;
}
@media (min-width: 768px) {
  .gallery .leftIndent {
    padding-left: 15%
  }
  .bookWrapper {
    padding: 0;
  }
  .bookWrapper h2 {
    font-size: 40px;
    margin: 8% 0 0;
    letter-spacing: .25em;
  }
  .statement-background-1 {
    height: 800px;
    width: 225px;
    top: 15%;
  }
}
/**/
/*FAQs*/
.faqs {
  background: url(../img/faqs/background.jpg) no-repeat top left / cover;
  margin-bottom: 50px
}
.faqsWrapper {
  padding: 0 25px;
}
.faqsWrapper h2 {
  text-transform: uppercase;
  font-size: 10vw;
  letter-spacing: .25em;
}
.faqsWrapper img {
  mix-blend-mode: multiply;
}
.faqsScroller {
  max-height: 750px;
  overflow-y: scroll;
  font-size: 14px;
}
.faqQuestion {
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs {
    margin-bottom: 0;
    background: url(../img/faqs/background.jpg) no-repeat top left / 90% 100%;
  }
  .faqsWrapper img {
    margin-top: -50px;
  }
  .faqsWrapper {
    padding-right: 9%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .faqsScroller {
    margin-top: 25px;
  }
  .faqsScroller ul {
    padding-left: 15px;
  }
  .faqs {
    padding-bottom: 40px;
  }
}
/**/
/*CONTACT*/
.contentHeader {
  position: relative;
  padding-top: 3%;
}
.contentHeading {
  font-size:12vw;
  letter-spacing: .25em;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
  z-index: 99;
  position: absolute;
  top: -5%;
  color: #FFF;
  mix-blend-mode: exclusion;
  right: -5px;
  margin-top: 0;
}
.contactTitle {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .contentHeader {
    padding-top: 5%;
  }
  .contentHeading {
    margin-top: 15px;
    right: -15px;
  }
  .leftIndent {
    padding-left: 7%;
  }
  .rightIndent {
    padding-right: 7%;
  }
  .contactTitle {
    font-size: 24px;
  }
}
/**/
/*TERMS*/
.termsWrapper {
  background: #F7F7F7;
  padding: 50px;
}
.smallTerms {
  font-size: 14px;
  margin-top: 50px;
}
.termsWrapper a {
  color: #000;
}
.termsWrapper h4:first-child {
  margin-top: 0;
}
.termsWrapper h4 {
  margin-top: 20px;
}
.termsWrapper ul {
  padding-left: 15px;
}
.termsWrapper ul li {
  margin-bottom: 7px;
}

.bookingCta {
  position: fixed;
  right: 0;
  z-index: 999;
  bottom: 0;
  max-width: 250px;
}
.bookingCta.hidden {
  display: none;
}

@media (min-width: 550px) {
  .bookingCta {
    max-width: 350px;
  }
} 

.booking {
  padding: 50px 0;
}

.booking-widget {
  text-align: center;
  margin-bottom: 25px;
}

.s20 {
  font-size: 20px;
}
.mb15 {
  margin-bottom: 15px !important
}

.christmasPage h1 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
  font-size: 26px;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.christmas-menuBlockBg {
  padding: 50px 0;
  background: url(/../img/home/menu-bg.jpg) no-repeat center / cover;
}

.christmas-menu .menu-title {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 13px;
}
.christmas-menu .menu-wrap {
  padding: 60px 15px 80px 85px;
}
.christmas-img-1 {
  max-width: 200px;
  margin-bottom: -98px;
  margin-left: auto;
  margin-right: 0;
}
.christmas-img-2 {
  max-width: 515px;
  margin-top: -135px;
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}
.christmas-img-3 {
  mix-blend-mode: multiply;
  margin-top: -90px;
  max-width: 100%;
  margin-left: 0;
}
.christmas-menu {
  background: url('/../img/christmas/book.png') no-repeat 0 0 / cover; 
  mix-blend-mode: multiply;
  font-size: 13px;
}
.christmas-menu p {
  margin-bottom: .70rem;
}
@media (min-width: 768px) {
  .christmas-img-1 {
    max-width: 300px;
    margin-bottom: -105px;
  }
  .christmas-img-2 {
    max-width: 370px;
    margin-top: -40px;
  }
  .christmas-img-3 {
    margin-top: 20%;
    margin-top: 105px;
    max-width: 110%;
  }
  .christmas-img-1 {
    max-width: 315px;
    margin-bottom: -128px;
    margin-left: 55px;
    margin-right: unset;
  }
}
@media (min-width: 1050px) {
  .s20 {
    font-size: 20px;
  }
  .booking-widget {
    text-align: left;
    margin-bottom: 0;
  }
  .christmas-menuBlockBg {
    padding: 50px 0;
  }
  .christmas-menu .menu-wrap {
    padding: 85px 25px 110px 130px
  }
  .christmas-img-1 {
    max-width: 315px;
    margin-bottom: -128px;
    margin-left: 55px;
    margin-right: unset;
  }
  .christmas-img-2 {
    max-width: 515px;
    margin-top: -135px;
    mix-blend-mode: multiply;
    margin-left: auto;
    margin-right: auto;
  }
  .christmas-img-3 {
    mix-blend-mode: multiply;
    margin-top: 105px;
    max-width: 110%;
    margin-left: -60px;
  }
  .christmas-menu {
    background: url('/../img/christmas/book.png') no-repeat center / contain; 
    mix-blend-mode: multiply;
  }
  .christmas-menu .menu-title {
    font-size: 15px;
    margin-bottom: 1px;
  }
  .christmas-menu {
    font-size: 15px;
  }
  .christmas-menu p {
    margin-bottom: 1rem;
  }
}

.christmas-popover .modal-dialog {
  background: #FFF;
  max-width: 800px;
  padding: 15px 15px 0;
}
.christmas-popover .modal-title {
  font-size: 26px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.christmas-popover .btn.btn-header,
.christmas-popover .navbarButton {
  margin: 0px auto;
  line-height: 1.1;
  text-align: center;
  float: none;
}
.christmas-popover .popover-wrap {
  padding: 35px 0 25px;
}
.christmas-popover .close {
  top: 0px;
  right: 15px;
  pointer-events: all;
  z-index: 9999;
}
.christmas-popover img {
  max-width: 450px;
}
@media (min-width: 768px) {
  .christmas-popover img {
    max-width: 350px;
  }
  .christmas-popover .modal-dialog {
    padding: 15px 35px 0 0px;
  }
  .christmas-popover .close {
    top: 0px;
    right: -10px;
  }
  .christmas-popover .popover-wrap {
    padding: 75px 0;
  }
}
.navbarButtons {
  display: none;
}
.navbarButtons-xs {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #162b65;
}
.navbarButtons-xs .navbarButton {
  width: 50%;
  margin: 0;
}
.navbarButtons-xs  .btn.btn-header {
  margin: 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.1;
  padding: 5px;
}
@media (min-width: 875px) {
  .navbarButtons {
    display: block;
  }
  .navbarButtons-xs {
    display: none;
  }
}

/*FOOTER*/
footer {
  padding: 50px 0 0;
  background-size: 50%;
  margin-top: 50px;
  margin-bottom: 47px;
  font-size: 12px;
  position: relative;
  background: url('../img/footer/background.jpg') no-repeat top right / cover;
}
footer .footerContent {
  position: relative;
  padding: 0 15px; 
  background: none
}
footer .footerLogo {
  text-align: center;
}
footer .footerContent img {
  margin: 0 0 0 0;
}
footer .footerLogo img {
  max-width: 200px;
  margin-bottom: 40px;
}
footer .title {
  font-size: 18px;
  text-transform: uppercase;
}
footer hr {
  margin: 25px 0;
  border-top: 1px solid #000;
}
footer .contactInfo {
  margin: 20px 0 25px;
}
footer .contactInfo p {
  margin-bottom: 5px;
}
footer .social span {
  margin: 0 5px;
}
footer .restaurants {
  margin-top: 40px;
}
footer .restaurants div {
  display: block;
  margin-bottom: 5px;
}
footer .restaurants img {
  mix-blend-mode: multiply;
}
footer .withThanks {
  font-size: 13px;
}
footer .copyright {
  text-align: center;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  pointer-events: none;
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright img {
  max-width: 235px;
  margin-bottom: 15px;
}
footer .questionFooter {
  text-transform: uppercase;
  letter-spacing: 0.75em;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.4;
}
footer .credit {
  text-align: right;
  color: #FFF;
  position: absolute;
  right: 15px;
  bottom: 5px;
  z-index: 99;  
  font-size: 13px;
}
footer .credit p {
  width: 155px;
  line-height: 1.8;
  margin-bottom: 0;
}
footer .credit img {
  margin-top: -7px;
}
footer .footerIllustration img {
  visibility: visible;
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  footer {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 100px 0 0;
    background: none;
    font-size: 14px;
  }
  footer .footerLogo img {
    max-width: 210px;
    margin-bottom: 50px;
  }
  footer .copyright {
    margin-top: -250px;
  }
  footer .copyright img {
    max-width: 180px;
    margin-bottom: 15px;
  }
  footer .contactInfo {
    margin: 25px 0 30px;
  }
  footer .footerContent {
    background: url('../img/footer/background.jpg') no-repeat top right / cover;
    padding: 75px 80px 30px;
  }
  footer .credit {
    bottom: 0;
  }
  footer .footerIllustration {
    background: url(../img/footer/illustration-footer.gif) no-repeat bottom right / 55%;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  footer .footerIllustration img {
    visibility: hidden;
  }
  footer .questionFooter {
    letter-spacing: 0.5em;
    font-size: 24px;
    line-height: 1

  }
}

@media (max-width: 767px) {
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .menusImg {
    margin-top: -5px; 
  }
  .contentPage section:first-child {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .contentPage section + section {
    padding-top: 50px;
  }
  footer .restaurants {
    text-align: center;
  }
}


.ripples-wrapper{
  position:relative;
  display: inline-block; 
}
.ripples-wrapper img{
  display:block;
  visibility:hidden; /* Hidden, but keep place */
}
.ripples-img{
  position:absolute;
  display:inline-block;
  width:100%;
  height:100%;
  z-index:10;
  top:0;
  left:0;
  background-repeat:no-repeat;
  background-size: contain;
}
.book-wrapper {
  position: relative;
  margin: 0 auto 5%;
  width: 775px;
}
.volumes-pages-container {
  text-align: center;
}
.volumes-pages-container .end-page img {
  margin: 0 auto 7px;
  max-width: 130px;
}
.volumes-pages-container p.bookIntro {
  font-size: 13px;
}
.volumes-pages-container p.bookTitle {
  letter-spacing: .75em;
  line-height: 1.5;
}
.volumes-pages-container .pages-content {
  padding: 40px 20px;
}
.volume-page img {
  height: 215px;
  margin: 0 auto 20px;
}
.volume-page p.bookTitle {
  letter-spacing: .5em;
  line-height: 1.8;
  margin-bottom: 8px;
}
.volume-page .volumeDesc {
  max-width: 215px;
  margin: 0 auto;
}
.pages-container {
  position: absolute;
  top: 4%;
  left: 3%;
  right: 0;
  bottom: 0;
  width: 91.5%;
  height: 91%;
}
.pages [class^="page-num-"],
.pages2 [class^="page-num-"] {
  background-image: url("https://img00.deviantart.net/cbb9/i/2005/258/c/4/paper_texture_v5_by_bashcorpo.jpg");
  background-size: auto 100%;
  position: relative;
}
.pages-content {
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8% 10%;
  font-size: 14px;
}
.content-inner {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.book-wrapper {
  user-select: none;
}
.bookSm {
  margin-top: 35px;
}
.mid-page img {
  max-width: 200px;
  margin: 0 auto 20px;
}
.front-page img {
  max-width: 240px;
  margin: 0 auto 25px;
}
.end-page img {
  display: block;
  margin: 0 auto 10px;
  max-width: 250px;
}
.bookSm [class^="page-"] {
  padding: 15px;
  background-image: url("https://img00.deviantart.net/cbb9/i/2005/258/c/4/paper_texture_v5_by_bashcorpo.jpg");
  background-size: cover;
  position: relative;
  height: 550px;
}
p.bookTitle {
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 20px;
  color: #001142;
}
.bookSm p.bookTitle {
  font-size: 17px;
  letter-spacing: .15em;
  margin-bottom: 8px;
}
.bookSm p {
  font-size: 14px;
}
.bookSm .end-page p.bookTitle,
.bookSm .front-page p.bookTitle {
  font-size: 24px;
}
.bookSm .end-page img,
.bookSm .front-page img {
  margin-bottom: 10px;
  max-width: 280px;
}

.menuModal .close {
  position: absolute;
  right: 70px;
  top: 60px;
  z-index: 999;
  pointer-events: all;
}
.menuModal .modal-dialog {
  max-width: 900px;
  padding: 55px 75px;
  text-align: center;
}
.volumesModal .modal-dialog {
  max-width: 650px;
}
#Volume-1 .modal-dialog .modal-content {
  color: #3D3625;
}
#Volume-1 .menuPageIntro {
  margin-bottom: 20px;
  font-size: 15px;
}
#Volume-1 .menuIllustration {
  margin-bottom: 15px;
}
#Volume-1 .menuIllustration img {
  max-width: 230px;
}
#Volume-1 .menuPageWrap {
  padding: 0;
}
#Volume-5 .modal-dialog .modal-content,
#Volume-5-Christmas .modal-dialog .modal-content,
#Sensorium .modal-dialog .modal-content,
#Sensorium2 .modal-dialog .modal-content {
  color: #001037;
}
#Volume-5,
#Volume-5-Christmas {
  font-size: 13px;
}
#Volume-5 .menuPageWrap,
#Volume-5 .menuPageWrap2,
#Volume-5-Christmas .menuPageWrap,
#Volume-5-Christmas .menuPageWrap2 {
  padding: 35px 10px;
}
#Volume-5 .modal-title,
#Volume-5-Christmas .modal-title {
  margin-bottom: 10px
}
#Volume-5 .menuItem,
#Volume-5-Christmas .menuItem {
  margin-bottom: 15px;
}
#Volume-5 .menuIllustration {
  position: absolute;
  right: -6px;
  bottom: -35px;
}
#Volume-5 .menuIllustration img{ 
  max-width: 275px
}
#Volume-5-Christmas .menuIllustration {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -35px;
}
#Volume-5-Christmas .menuIllustration img { 
  max-width: 250px
}
#Volume-2 .modal-dialog .modal-content {
  color: #4E182E;
}
#Volume-2 .menuIllustration img {
  margin-top: -12px;
  max-width: 335px;
}
#Volume-3 .menuIllustration {
  margin-top: -50px;
}
#Volume-3 .modal-dialog .modal-content {
  color: #324249;
}
#Volume-3 .menuIllustration {
  width: 435px;
  margin-left: -55px;
  margin-top: 105px;
}
#Volume-4 .modal-dialog .modal-content {
  color: #852542;
}
#Volume-4 .menuIllustration {
  width: 450px;
  margin-left: -70px;
  margin-top: 50px;
}
#Volume-4 .menuIllustration img {
  /*max-width: 250px;*/
  margin-top: 78px;
}
.menuIllustration {
  pointer-events: none;
  mix-blend-mode: multiply;
}
.menuTextWrap {
  max-width: 300px;
  margin: 35px auto;
}
#Volume-3 .menuTextWrap {
  margin: 15px auto;
}
.menuPageWrap {
  padding: 50px 10px;
}
#Sensorium .sensoriumText,
#Sensorium2 .sensoriumText {
  color: #001142;
}
#Sensorium .menuPageWrap,
#Sensorium2 .menuPageWrap {
  padding: 50px 0px 0 0px;
}
#Sensorium .modalTitle,
#Sensorium2 .modalTitle {
  font-size: 25px;
  color: #001142;
  letter-spacing: 0.4em;
}
#Sensorium .btn, .btn.booking,
#Sensorium2 .btn, .btn.booking {
  margin-top: 15px;
  background: url(/../img/book-button.jpg) no-repeat center / cover;
  color: #FFF;
  font-size: 15px;
  letter-spacing: .05em;
  padding: 9px 20px 3px;
  margin-bottom: 0;
  box-shadow: none;
}
.btn.booking {
  margin-top: 15px;
  background: url(/../img/book-button.jpg) no-repeat center / cover;
  color: #FFF;
  font-size: 15px;
  letter-spacing: .05em;
  padding: 9px 20px 3px;
  margin-bottom: 0;
  box-shadow: none;
}
@media (max-width: 990px) {
  .menuModal .modal-dialog {
    background: url(/../img/menus/xs-menu-book.jpg) no-repeat top center / cover;
    padding: 35px 15px;
  }
  .menuModal .modal-content {
    font-size: 14px;
  }
  .menuModal .close {
    right: 15px;
    top: 15px;
  }
}

@media (min-width: 992px) {
  #Volume-1 .modal-dialog {
    max-width: 1000px;
    background: url(/../img/menus/volume-1.png) no-repeat top center / contain;
  }
  #Volume-1 .menuIllustration img {
    max-width: initial;
  }
  #Volume-1 .menuPageWrap,
  #Volume-5 .menuPageWrap {
    padding: 35px 10px;
  }
  #Volume-1 .menuIllustration {
    margin-bottom: 5px;
    margin-top: -20px;
  }
  #Volume-1 .menuPageIntro {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #Volume-5 .modal-dialog {
    background: url(/../img/menus/fable-tree.png) no-repeat top center / contain;
  }
  #Volume-5-Christmas .modal-dialog {
    background: url(/../img/menus/fable-tree.png) no-repeat top center / contain;
  }
  #Volume-2 .modal-dialog {
    background: url(/../img/menus/volume-2.png) no-repeat top center / contain;
  }
  #Volume-3 .modal-dialog {
    background: url(/../img/menus/volume-3.png) no-repeat top center / contain;
  }
  #Volume-4 .modal-dialog {
    background: url(/../img/menus/volume-4.png) no-repeat top center / contain;
  }
  .menuModal .modal-dialog {
    min-height: 665px;
  }
  #Sensorium .modal-dialog,
  #Sensorium2 .modal-dialog {
    /*background: url(/../img/menus/sensorium-2.png) no-repeat top center / contain;*/
    background: url(/../img/menus/fable-tree.png) no-repeat top center / contain;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #Sensorium .menuPageWrap,
  #Sensorium2 .menuPageWrap {
    padding: 50px 20px 0 0px;
  }
  #Sensorium.menuModal .modal-dialog,
  #Sensorium2.menuModal .modal-dialog {
    padding: 55px 60px
  }
}
.sensoriumImg {
  mix-blend-mode: multiply;
}
.sensoriumImg1 {
  padding-right: 10px;
  margin-left: -30px;
  margin-top: -50px;
}
.sensoriumImg2 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .sensoriumImg1 {
    margin-left: -15px;
  }
}
.sensoriumText {
  max-width: 355px;
  margin: 25px 12px 0;
}
.sensoriumText p {
  color: #000;
  margin-top: 25px;
  text-align: left;
}
.sensoriumText span {
  float: left;
  margin-bottom: 50px;
  text-align: left;
  padding-right: 13px;
}

@media (max-width: 990px) {
  #Volume-5 .menuPageWrap,
  #Volume-5-Christmas .menuPageWrap {
    padding-bottom: 0 !important;
  }
  #Volume-5 .menuPageWrap2,
  #Volume-5-Christmas .menuPageWrap2 {
    padding-top: 0 !important;
  }
}




.anthology {
  margin-bottom: 8px;
  line-height: 1.3;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 16px;
}

.error-page {
  padding: 50px 0;
  text-align: center;
}
.error-page h1 {
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 4.7vw;
  text-align: center;
}
.error-page img {
  margin-top: -8%;
  position: relative;
  z-index: -1;
  margin-bottom: -5%;
}
.error-page .textWrap {
  max-width: 320px;
  margin: 50px auto 30px;
}
.error-page a {
  text-transform: uppercase;
  letter-spacing: .25em
}

@media (max-width: 768px) {
  .error-page {
    padding-top: 40px;
  }
  .error-page .textWrap  {
    margin: 35px;
  }
}

.tablesModal.menuModal .modal-dialog {
  background: url(/../img/popover-background.jpg) no-repeat bottom center / cover;
  text-align: left;
  position: relative;
  min-height: 350px !important;
  padding: 30px 20px 120px 20px;
}
.tablesModal p.tablesModalTitle {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 15px;
}
.tablesModal img {
  position: absolute;
  left: 0;
  bottom: -75px;
  max-width: 250px;
  right: 0;
  margin: 0 auto;
}
.tablesModal .dateWrapper {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.tablesModal .dateWrapper p {
  margin: 10px 0 0;
}
.tablesModal .dateWrapper .btn {
  background: #000;
  color: #FFF;
  padding: 7px 10px;
}
.text-right {
  text-align: center;
  margin-top: 15px;
}
h2 .word-wrapper-sm {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .15em;
  max-width: 600px;
}
@media (min-width: 992px) {
  .tablesModal.menuModal .modal-dialog {
    padding: 55px 75px 80px 100px;
  }
  .tablesModal p.tablesModalTitle {
    font-size: 30px;
    padding-right: 0;
  }
  .text-right {
    text-align: right;
    margin-top: 0;
  }
  .tablesModal img {
    left: -20%;
    bottom: -65px;
    max-width: 350px;
    right: unset;
    margin: 0;
  }
  h2 .word-wrapper-sm {
    font-size: 18px;
    max-width: 780px;
  }
  h3.trek-heading, .nextSection.trekSection h3 {
    text-align: left;
    margin: 35px 0 0 45px;
    font-size: 28px;
  }
  .nextSection.trekSection .nextSection-text {
    padding-top: 0px;
    margin-top: 0;
  }
}

/*LOGIN*/
.admin-login{
  max-width:400px;
  margin: 85px auto;
  border: 1px solid #ccc;
  padding:25px;
}
.admin-login .admin-logo {
  margin: 0 auto;
  text-align: center;
}
.admin-login .admin-logo img {
  max-width: 250px;
}
.admin-login form{
  margin-top:20px;
}
.admin-login .btn{
  width: 165px;
  background: #000;
  color: #fff;
}
.admin-login form {
  margin-bottom:0;
}