/*
 * Main Configs:
 * Green: $color-primary 100%
 * Black: #000000
 * White (Opacity): #fff 80%
 *
 * Title Size: 36px (35px Spacing)
 * Text Size: 24px
 * Button Text Size: 17px (5px Character Spacing)
 *
 * Font: Berthold City Medium
 * Font 2: Caslon Pro
 */

/* General */
body {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}

a {
  color: #000;
  text-decoration: underline #000;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #6e6e6e;
}

h3, h4, h5 {
  font-weight: 700;
}

.max-site-width {
  max-width: 1240px;
}

.margin-center {
  margin: 0 auto;
}

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

.color-green {
  color: #6e6e6e;
}

.color-white {
  color: white;
}

.text-dec-none {
  text-decoration: none;
}

.text-dec-none:hover,
.text-dec-none:focus,
.text-dec-none:active {
  text-decoration: none;
}

.capitalize {
  text-transform: uppercase !important;
  /*font-family: "city",sans-serif;*/
  font-weight: normal;
}

.button-main,
.button-white,
.button-main:hover,
.button-white:hover {
  text-decoration: none;
  margin: 15px 0;
  line-height: 60px;
  text-transform: uppercase;
  /*font-family: "city",sans-serif;*/
  font-weight: bold;
}

.button-main,
.button-main:focus {
  padding: 10px 15px;
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
  color: white;
}

.button-main:hover {
  padding: 10px 15px;
  background-color: transparent;
  color: #6e6e6e;
  border: 1px solid #6e6e6e;
}

.button-white,
.button-white:focus {
  padding: 10px 15px;
  background-color: white;
  color: #6e6e6e;
  /*font-family: "city",sans-serif;*/
  font-weight: normal;
}

.button-white:hover {
  padding: 10px 15px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

/* Navigation */
#main-nav {
  background-color: #6e6e6e;
  height: 50px;
  max-height: 50px;
  z-index: 110;
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.3);
}

.nav-menu-container {
  position: relative;
}

.main-nav-list li.nav-item {
  padding: 15px;
  font-size: 18px;
}

.main-nav-list li.nav-item a.nav-link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.main-nav-list li.nav-item a.nav-link:hover {
  color: #000 !important;
}

a.nav-link-active {
  color: #000 !important;
}

.nav-collapsed-lang {
  display: inline-block;
  max-width: 33.333%;
  padding: 15px;
  margin: 0 !important;
}

.nav-languages {
  position: absolute;
  float: left !important;
  left: -100px;
  top: 24px;
}

.nav-book-now {
  position: absolute;
  right: 0;
  top: auto;
  height: 50px;
}

.book-now-button {
  background-color: #fff;
  color: #6e6e6e;
  height: 100%;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  font-weight: bold;
}

.nav-link.is-primary {
  background-color: #fff;
  color: #6e6e6e !important;
  font-weight: bold;
  padding: 0.3em 1em;
  margin: 0.2em 0;
}

@media (max-width: 1372px) {
  .nav-languages {
    position: absolute;
    float: left !important;
    left: -65px;
    top: 24px;
  }
}
.nav-languages > a {
  padding-right: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.nav-languages > a:hover {
  color: #000;
}

#left-menu .nav-collapsed-lang-container {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
}

#left-menu .nav-collapsed-lang {
  display: inline-block;
  max-width: 30%;
  width: 30%;
  padding: 15px;
  margin: 0 !important;
}

#left-menu .nav-languages {
  position: absolute;
  float: left !important;
  left: 0;
  top: 25px;
}

#left-menu .nav-languages > a {
  padding-right: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

#left-menu .nav-languages > a:hover {
  color: #000;
}

#left-menu {
  background-color: #6e6e6e;
}

#left-menu .nav-item {
  padding: 0 15px;
}

#left-menu .nav-item:hover {
  background-color: #b1b1b1;
}

#left-menu .nav-item a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .nav-menu-container {
    min-width: 100%;
    width: 100%;
    background-color: #6e6e6e;
  }

  .nav-menu-container .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .main-nav-list li.nav-item {
    padding: 0 15px;
  }

  .navbar-brand img {
    float: right;
    max-width: 45px;
    margin-top: -10px;
  }
}
/* Landing */
section#home {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  margin-top: 15px;
  z-index: 10 !important;
}

.landing-container {
  height: 100%;
  padding-top: 75px;
  width: 100vw !important;
  max-width: none !important;
  background-color: #0000001F;
}

.landing-container,
.landing-container > div {
  margin: 0 auto;
  max-width: 768px;
}

.landing-container a {
  text-decoration: none !important;
}

.landing-logo {
  max-width: 100%;
  width: 600px;
  padding: 0 0 50px;
  margin: 0 auto;
}

.landing-logo img {
  width: 100%;
}

.landing-news {
  margin: 0 auto;
  padding-bottom: 25px;
  width: 300px;
  min-height: 200px;
}

.landing-news .landing-news-header {
  background-color: #6e6e6e;
  text-align: center;
  padding: 10px 15px;
}

.landing-news-header h5 {
  font-weight: normal !important;
}

.landing-news:hover .landing-news-header h5 {
  color: #000 !important;
}

.landing-news:hover .landing-news-body {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.landing-news .landing-news-body {
  padding: 15px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  transition: background-color 0.3s ease;
}

.landing-reservation a {
  font-weight: normal;
}

.landing-reservation a:hover {
  background-color: #fff;
}

.landing-contact {
  padding-top: 15px;
}

.landing-contact p {
  line-height: 24px;
  letter-spacing: 3px;
}

.landing-contact a {
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .landing-logo {
    width: 150px;
    padding: 0 0 30px;
    margin: 0 auto;
  }

  .landing-logo img {
    width: 150px;
  }
}
@media (max-width: 400px) {
  .landing-logo {
    display: none;
  }
}
/* Site */
.site-wrapper {
  max-width: 100%;
  overflow: hidden;
}

/* Content */
.white,
.white::before,
.white::after {
  background-color: white;
}

.green,
.green::before,
.green::after {
  background-color: #6e6e6e;
}

.grey,
.grey::before,
.grey::after {
  background-color: #ececec;
}

section.content {
  position: relative;
  z-index: 100;
  padding: 15px;
  padding-bottom: 75px;
}

section.content::before {
  overflow: hidden;
  content: "";
  position: absolute;
  left: -30px;
  width: calc(50% + 25px);
  height: 55px;
  top: -45px;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
}

section.content::after {
  overflow: hidden;
  content: "";
  position: absolute;
  right: -30px;
  width: calc(50% + 25px);
  height: 55px;
  top: -45px;
  -webkit-transform: skew(-50deg);
  -moz-transform: skew(-50deg);
  -o-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  transform: skew(-50deg);
}

section.content.max-content-width > div,
footer.content.max-content-width > div {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px;
}

.content-container {
  padding: 30px 0 !important;
}

.content-container > div {
  float: left;
}

.content-title-caption {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-image-wrapper {
  margin-top: 35px !important;
  max-height: 330px !important;
  overflow: hidden;
}

.content-image-wrapper,
.content-image-wrapper img {
  margin-top: -25px;  
}

.content-image-caption {
  padding: 10px 0;
  font-size: 16px;
  font-style: italic;
  max-width: 500px;
}

.image-slider {
  max-height: 350px;
}

.slider-arrow-image {
  width: 50px;
  height: 50px;
}

.slider-arrow-left,
.slider-arrow-right {
  position: absolute;
  top: calc(50% - 6px);
  z-index: 10;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

.slider-arrow-left {
  left: 25px;
}

.slider-arrow-right {
  right: 115px;
}

@media (max-width: 1024px) {
  .slider-arrow-left {
    left: 0;
  }

  .slider-arrow-right {
    right: 0;
  }
}
@media (max-width: 1024px) {
  section.content {
    padding: 0 0 30px !important;
  }

  section.content.max-content-width > div,
footer.content.max-content-width > div {
    width: 100%;
    max-width: 100%;
  }

  .content-container {
    padding: 0 0 30px !important;
  }

  .content-image-wrapper,
.content-image-wrapper img {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
/* Contact */
.contact-form input,
.contact-form textarea {
  border: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #989898;
  font-family: "city", sans-serif;
  letter-spacing: 5px;
  font-weight: normal;
  text-transform: uppercase !important;
}

/* Google Maps */
.map {
  width: 100%;
  height: 500px;
}

/* Footer */
footer > .content-container {
  padding: 15px 0 !important;
}

footer .footer-social {
  float: left;
  text-align: left;
}

footer .footer-social > a {
  padding-right: 15px;
}

footer .footer-social a:hover > i,
footer .footer-up a:hover > i,
footer .footer-menu a:hover,
footer .footer-menu a:active,
footer .footer-menu a:focus {
  color: #000 !important;
}

footer .footer-menu {
  margin: 0 auto;
}

footer .footer-menu a {
  padding: 0 15px;
}

footer .footer-up {
  float: right;
  text-align: right;
  font-size: 24px;
  line-height: 30px;
  margin-top: -5px;
}

footer a,
footer i {
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  footer .footer-social {
    max-width: 50%;
  }

  footer .footer-up {
    max-width: 50%;
  }
}
/* Left Nav - active state, i.e. menu open */
html.slideout-open .fixed-open-left #left-nav.hamburger-icon.htx span {
  background: none;
}

html.slideout-open .fixed-open-left #left-nav.hamburger-icon.htx span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.slideout-open .fixed-open-left #left-nav.hamburger-icon.htx span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.slideout-open .fixed-open-left #left-nav.hamburger-icon.htx span::before,
html.slideout-open .fixed-open-left #left-nav.hamburger-icon.htx span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.hamburger {
  padding: 0 !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #fff !important;
}

/* Slideout Styles
========================================================================== */
#left-nav {
  float: left;
  z-index: 1000;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.fixed {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}

.fixed.fixed-open-left {
  -webkit-transform: translate3d(256px, 0px, 0px);
  transform: translate3d(256px, 0px, 0px);
}

.fixed.fixed-open-right {
  -webkit-transform: translate3d(-256px, 0px, 0px);
  transform: translate3d(-256px, 0px, 0px);
}

.page-wrapper {
  padding: 60px 10px 10px;
  background-color: #fff;
}

.flipbook-container {
  width: 100%;
  height: 100%;
  background-color: #333;
  overflow: hidden;
}

.flipbook-container .page-wrapper {
  padding: 0;
  background-color: inherit;
}

.btn-dir {
  width: 5%;
  min-width: 5%;
  top: 45%;
  position: relative;
  border: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
}

.btn-left {
  float: left;
}

.btn-right {
  float: right;
}

#flipbook {
  position: relative !important;
  width: 90%;
  float: left;
}

#flipbook .hard {
  width: 100%;
  height: 100%;
  line-height: 100%;
}

@media screen and (max-width: 500px) {
  #flipbook {
    margin-left: 5% !important;
    max-width: 430px;
    max-height: 430px;
  }

  .btn-dir {
    width: 50%;
    text-align: center;
    top: inherit;
    bottom: 0;
    position: absolute;
  }

  .btn-left {
    float: none;
    left: 5%;
  }

  .btn-right {
    float: none;
    right: 5%;
  }

  #flipbook .page {
    background-color: white;
  }
}
@media screen and (min-width: 501px) and (max-width: 750px) {
  #flipbook {
    width: 80% !important;
  }

  .btn-dir {
    width: 10%;
    top: 40%;
  }
}
.lastpage {
  margin-left: 0px !important;
}

#reservation {
  cursor: pointer;
}

.landing-booking {
  position: absolute;
  right: calc(50vw - 200px);
  top: 50vh;
  width: 400px;
  max-width: 400px;
}
.landing-booking a {
  display: block;
  background: linear-gradient(#d40a28, #ac0a23);
  color: #ffffff;
  border-radius: 5px;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.48);
  transition: background-color, 0.5s;
}
.landing-booking a:hover {
  background: linear-gradient(#ac0a23, #8d091e);
}

.re-score {
  border: none;
}

@media screen and (max-width: 992px) {
  .re-score {
    display: none;
  }

  .landing-booking {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 0 25px;
  }

  .landing-content {
    position: absolute !important;
    bottom: 100px !important;
  }

  .landing-news {
    min-height: auto !important;
  }

  .landing-news-body {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
