@charset "UTF-8";
/* José Pizarro */
/* Font */
@import url("../assets/bootstrap/css/bootstrap.min.css");
@import url("fullcalendar.min.css");
@import url("animate.css");
/* Variables */
@font-face {
  font-family: "NeuzeitGroteskW01";
  src: url("../fonts/NeuzeitGroteskW01-Regular.eot");
  src: url("../fonts/NeuzeitGroteskW01-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroteskW01-Regular.woff2") format("woff2"), url("../fonts/NeuzeitGroteskW01-Regular.woff") format("woff"), url("../fonts/NeuzeitGroteskW01-Regular.ttf") format("truetype"), url("../fonts/NeuzeitGroteskW01-Regular.svg#NeuzeitGroteskW01-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitS-Book";
  src: url("../fonts/NeuzeitS-Book.eot");
  src: url("../fonts/NeuzeitS-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitS-Book.woff2") format("woff2"), url("../fonts/NeuzeitS-Book.woff") format("woff"), url("../fonts/NeuzeitS-Book.ttf") format("truetype"), url("../fonts/NeuzeitS-Book.svg#NeuzeitS-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuzeitGroteskCondW01";
  src: url("../fonts/NeuzeitGroteskCondW01-Black.eot");
  src: url("../fonts/NeuzeitGroteskCondW01-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroteskCondW01-Black.woff2") format("woff2"), url("../fonts/NeuzeitGroteskCondW01-Black.woff") format("woff"), url("../fonts/NeuzeitGroteskCondW01-Black.ttf") format("truetype"), url("../fonts/NeuzeitGroteskCondW01-Black.svg#NeuzeitGroteskCondW01-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 30640 Std";
  src: url("../fonts/DINNeuzeitGroteskStd-Light.eot");
  src: url("../fonts/DINNeuzeitGroteskStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNeuzeitGroteskStd-Light.woff2") format("woff2"), url("../fonts/DINNeuzeitGroteskStd-Light.woff") format("woff"), url("../fonts/DINNeuzeitGroteskStd-Light.ttf") format("truetype"), url("../fonts/DINNeuzeitGroteskStd-Light.svg#DINNeuzeitGroteskStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Imports */
html,
body {
  width: 100%;
  height: 100%;
}

*,
*:focus {
  outline: none !important;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 500;
}
a:hover, a:focus {
  color: #EBA898;
  text-decoration: none;
}

body {
  font-size: 100%;
  color: #252807;
  background-color: white;
  font-family: "NeuzeitS-Book", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
.h1,
.h2 {
  font-family: "Mansalva", sans-serif;
}

/* Sticky Header End */
@-webkit-keyframes headerSlide {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headerSlide {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.h1,
h1 {
  font-size: 3.2rem;
}

.h2,
h2 {
  font-size: 2.8rem;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }
}
.form-control,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn {
  font-family: "NeuzeitGroteskCondW01";
  font-weight: 900;
}

.btn,
.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

.form-control {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.form-control:hover {
  border-color: rgba(0, 0, 0, 0.7);
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.9);
}

.section-hero {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: black;
  overflow-y: hidden;
}
.section-hero .hero-book-table {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.section-hero .hero-book-table .btn {
  padding: 1em 2em;
}
.section-hero video {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-hero video::-webkit-media-controls, .section-hero video::-webkit-media-controls-panel, .section-hero video::-webkit-media-controls-play-button, .section-hero video::-webkit-media-controls-start-playback-button, .section-hero video::-webkit-media-controls-enclosure {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
  pointer-events: none;
}
.section-hero .btn p {
  margin-bottom: 0;
}

.section-hero-shadow:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); /* Standard syntax (must be last) */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.homepage .header-right {
  -ms-flex-pack: center;
  justify-content: center;
}

.header .dropdown-basket {
  width: 300px;
  font-size: 0.8em;
}
.header .dropdown-basket .form-actions {
  margin-bottom: 0;
}
.header .dropdown-basket .form-actions small,
.header .dropdown-basket .form-actions p {
  font-size: 1em;
}
.header .dropdown-basket,
.header .dropdown-login {
  padding: 1em !important;
  background-color: #191918;
  color: white;
}
.header .dropdown-basket a,
.header .dropdown-login a {
  color: white;
}
.header .dropdown-basket li,
.header .dropdown-login li {
  height: auto;
}
.header .dropdown-basket p,
.header .dropdown-login p {
  margin-bottom: 0;
}
.header .dropdown-login {
  width: 250px;
}
.header .dropdown-login.logged {
  padding: 0 !important;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-menu {
  top: 200%;
  padding: 0;
  margin: 0;
}
.header .dropdown .dropdown-item {
  color: white;
  background-color: #252807;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 2px;
  border-bottom: 2px solid #2d2d2a;
  padding: 1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .dropdown .dropdown-item:hover, .header .dropdown .dropdown-item.active {
  color: #EBA898;
}
.header .dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.header .dropdown .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header .dropdown-hover:hover > a {
    color: #EBA898;
    background-color: #252807;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .header .dropdown-hover:hover > .dropdown-menu {
    display: block;
    top: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .header .dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
.header .header-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 50px 0 0;
}
.header .header-content.sticky-header {
  background-color: white;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  position: fixed;
  -webkit-animation: headerSlide 0.2s ease-out;
  animation: headerSlide 0.2s ease-out;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  height: 74px;
}
.header .header-content.sticky-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-content.sticky-header .header-left {
  min-width: 230px;
}
.header .header-content.sticky-header .logo {
  margin-bottom: 0;
  margin-top: -5px;
  height: 35px;
  background-image: url("../img/logo-horizontal2.svg");
}
.header .header-content.sticky-header .nav {
  height: 74px;
  font-weight: bold;
  font-family: "Roboto Condensed";
}
.header .header-content.sticky-header .nav > ul > li {
  height: 74px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-content.sticky-header .nav > ul > li > a, .header .header-content.sticky-header .nav > ul > li > button {
  height: 74px;
  line-height: 74px;
  color: black;
  background-color: transparent;
}
.header .header-content.sticky-header .nav > ul > li > a svg, .header .header-content.sticky-header .nav > ul > li > button svg {
  display: block;
}
.header .header-content.sticky-header .nav > ul > li > a svg g,
.header .header-content.sticky-header .nav > ul > li > a svg path,
.header .header-content.sticky-header .nav > ul > li > a svg circle, .header .header-content.sticky-header .nav > ul > li > button svg g,
.header .header-content.sticky-header .nav > ul > li > button svg path,
.header .header-content.sticky-header .nav > ul > li > button svg circle {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  fill: black;
}
.header .header-content.sticky-header .nav > ul > li > a .arrow-menu, .header .header-content.sticky-header .nav > ul > li > button .arrow-menu {
  display: none;
}
.header .header-content.sticky-header .nav > ul > li > a .badge, .header .header-content.sticky-header .nav > ul > li > button .badge {
  color: white;
}
.header .header-content.sticky-header .nav > ul > li > a:hover, .header .header-content.sticky-header .nav > ul > li > button:hover {
  color: #EBA898;
}
.header .header-content.sticky-header .nav > ul > li > a:hover svg g,
.header .header-content.sticky-header .nav > ul > li > a:hover svg path,
.header .header-content.sticky-header .nav > ul > li > a:hover svg circle, .header .header-content.sticky-header .nav > ul > li > button:hover svg g,
.header .header-content.sticky-header .nav > ul > li > button:hover svg path,
.header .header-content.sticky-header .nav > ul > li > button:hover svg circle {
  fill: #EBA898;
}

.internal-page {
  padding-top: 74px;
}
.internal-page .header-content {
  background: #252807;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 0;
}
.internal-page .header-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.internal-page .header-content .header-left {
  min-width: 230px;
}
.internal-page .header-content .logo {
  margin-bottom: 0;
  margin-top: -5px;
  height: 35px;
  background-image: url("../img/logo-horizontal-w2.svg");
}
.internal-page .header-content .nav {
  height: 74px;
  vertical-align: middle;
}
.internal-page .header-content .nav > ul > li {
  vertical-align: middle;
  height: 74px;
}
.internal-page .header-content .nav > ul > li > a, .internal-page .header-content .nav > ul > li > button {
  height: 74px;
  line-height: 74px;
  background-color: transparent;
}

.shop {
  padding-top: 74px;
}
.shop .page-header {
  text-align: center;
}
.shop .header-content .nav > ul > li > a:hover, .shop .header-content .nav > ul > li > a.active {
  color: #EBA898;
}
.shop .header-content .nav > ul > li > a:hover .badge, .shop .header-content .nav > ul > li > a.active .badge {
  color: white;
}
.shop .header-content .nav > ul > li > a:hover svg g,
.shop .header-content .nav > ul > li > a:hover svg path,
.shop .header-content .nav > ul > li > a:hover svg circle, .shop .header-content .nav > ul > li > a.active svg g,
.shop .header-content .nav > ul > li > a.active svg path,
.shop .header-content .nav > ul > li > a.active svg circle {
  fill: #EBA898;
}

.banner {
  position: relative;
}
.banner h1 {
  letter-spacing: 1px;
  letter-spacing: 2px;
}
.banner .banner-content .container {
  height: 400px;
}
.banner .breadcrumb {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: 0 0;
  margin-bottom: 0;
}
.banner .breadcrumb a,
.banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.banner .breadcrumb .breadcrumb-item.active {
  color: white;
}

.dark {
  color: white;
}
.dark .bcg {
  background-color: #1d1d1b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  background-attachment: scroll !important;
}

.no-padding {
  padding: 0 !important;
}

.bg-dark-mid {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: auto;
  top: 0;
  right: 0;
}

.tp-bgimg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

.logo {
  display: block;
  max-width: 240px;
  height: 100px;
  width: 100%;
  margin: 0 auto 1em;
  background: url("../img/logo-w2.svg") center center no-repeat;
  padding: 0 0.5em;
}

.nav {
  font-weight: bold;
  font-family: "Roboto Condensed";
}
.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}
.nav > ul > li {
  display: inline-block;
  height: 42px;
}
.nav > ul > li > a .arrow-menu {
  display: none;
}
.nav > ul > li > a {
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  padding: 0 24px;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto Condensed";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav > ul > li > a svg g,
.nav > ul > li > a svg path,
.nav > ul > li > a svg circle {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  fill: white;
}
.nav > ul > li > a:hover, .nav > ul > li > a.active {
  color: #EBA898;
}
.nav > ul > li > a:hover svg g,
.nav > ul > li > a:hover svg path,
.nav > ul > li > a:hover svg circle, .nav > ul > li > a.active svg g,
.nav > ul > li > a.active svg path,
.nav > ul > li > a.active svg circle {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
  fill: #EBA898;
}

.btn-default {
  background-color: #252807;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1em 2em;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.btn-default:hover, .btn-default:focus {
  color: white;
  background-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
}

.footer {
  background-color: #F4E7D8;
  color: #1d1d1b;
  padding: 4em 0 2em;
}
.footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.footer .footer-nav ul li {
  display: block;
}
.footer .footer-nav ul li > a {
  text-decoration: none;
  padding: 0.5em 0;
  display: block;
  font-weight: bold;
  font-family: "Roboto Condensed";
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .f-follower {
  padding: 0 0 38px;
  margin: 0 1em;
  display: block;
}
.footer .f-follower h6 {
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 12px;
  color: black;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: bold;
  font-family: "Roboto Condensed";
}
.footer .f-follower ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .f-follower ul li {
  display: inline-block;
}
.footer .f-follower ul li a {
  padding: 0 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .f-follower ul li a svg {
  opacity: 0.6;
}
.footer .f-follower ul li a:hover svg, .footer .f-follower ul li a:focus svg {
  opacity: 0.8;
}
.footer .f-social-follower {
  text-align: right;
}
.footer .copyright {
  font-size: 10px;
  color: #666666;
  margin: 1em auto;
  text-align: center;
  padding-top: 4em;
  letter-spacing: 2px;
}
.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright a {
  color: #666666;
}
.footer .copyright a:hover {
  color: #EBA898;
}
.footer .title-partners {
  text-align: center;
  display: block;
  font-weight: bold;
  font-family: "Roboto Condensed";
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 35px 0 10px;
}

/* ======== Loader Start ===========*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1d1d1b;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1d1d1b;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1d1d1b;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: white;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loader-logo {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  margin: -125px auto 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loaded #loader,
.loaded .loader-logo {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.section-title {
  text-align: center;
  margin-bottom: 2em;
}
.section-title a {
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-title a:hover {
  color: #EBA898;
}
.section-title h2 {
  letter-spacing: 2px;
}
.section-title p {
  font-weight: bold;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.product-jp {
  text-align: center;
}
.product-jp .product-jp-title h3 {
  margin-top: 2em;
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.8em;
}
.product-jp .product-jp-title h3 a {
  font-weight: bold;
  width: 100%;
  display: block;
}
.product-jp .product-jp-price {
  display: block;
  color: #252807;
}
.product-jp .product-jp-price-full {
  color: rgba(0, 0, 0, 0.6);
}
.product-jp .product-badget-new {
  position: absolute;
  line-height: 1;
  right: 2em;
  top: 2em;
  background-color: #EBA898;
  color: white;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 0.6em;
  pointer-events: none;
  font-size: 0.6em;
  display: block;
  z-index: 2;
  text-transform: uppercase;
}
.product-jp .product-jp-img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-jp .product-jp-img a {
  display: block;
  position: relative;
}
.product-jp:hover .product-jp-img {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.col-venue {
  padding: 0;
}

.venue-item {
  height: 380px;
  background-size: cover;
  position: relative;
  background-color: black;
  background-position: center center;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
}
.venue-item .venue-item-img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: black;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.venue-item:hover, .venue-item:focus {
  color: white;
}
.venue-item:hover .venue-item-img, .venue-item:focus .venue-item-img {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}
.venue-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(36, 40, 7, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.venue-item .venue-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.venue-item .venue-item-caption a {
  color: white;
}
.venue-item .venue-item-caption .venue-item-title {
  font-weight: bold;
  font-size: 1em;
  padding: 1em;
  display: inline-block;
  letter-spacing: 2px;
}
.venue-item .venue-item-caption .venue-item-title h3 {
  font-size: 1.7rem;
}
.venue-item .venue-item-caption .venue-item-title p {
  font-family: "Mansalva", sans-serif;
  margin-bottom: 0;
  line-height: 1;
}
.venue-item .venue-item-caption .venue-item-description {
  margin-top: auto;
  margin-bottom: auto;
}
.venue-item .venue-item-caption .venue-item-description p {
  margin-bottom: 0;
  line-height: 1;
}
.venue-item .venue-item-caption .venue-item-description svg {
  fill: white;
}
.venue-item .venue-item-caption .venue-item-description svg g,
.venue-item .venue-item-caption .venue-item-description svg path,
.venue-item .venue-item-caption .venue-item-description svg circle {
  fill: white;
}
.venue-item .venue-item-caption .btn-reserve {
  font-weight: bold;
  font-family: "Roboto Condensed";
  background-color: transparent;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 0 0.3em;
  letter-spacing: 2px;
  border-bottom: 2px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.venue-item .venue-item-caption .btn-reserve:hover {
  color: #EBA898;
  border-color: #EBA898;
}

.press-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.press-item .press-img {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
  position: relative;
}
.press-item .press-item-content {
  padding: 12px 4px 0;
}
.press-item .press-description {
  display: block;
}
.press-item .press-title {
  display: inline-block;
}
.press-item .press-title h3 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0.2em;
  font-size: 1.3em;
  color: black;
  letter-spacing: 1px;
  font-weight: 900;
}
.press-item .press-title:hover h3 {
  color: #EBA898;
}
.press-item .press-more {
  color: black;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 0 0.3em;
  letter-spacing: 2px;
  border-bottom: 2px solid white;
  font-family: "NeuzeitGroteskCondW01";
  font-weight: 900;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.press-item .press-more:hover {
  color: #EBA898;
  border-color: #EBA898;
}
.press-item .press-date {
  display: block;
  font-size: 0.7em;
}
.press-item p {
  font-size: 0.9em;
}
.press-item .press-date,
.press-item p {
  color: rgba(0, 0, 0, 0.7);
}
.press-item:hover .press-img {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.section-press {
  padding: 5em 0;
}

.section-newsletter {
  position: relative;
  padding: 8em 0;
  background-image: url("../img/newsletter-bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.section-newsletter:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(36, 40, 7, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-newsletter .form-control {
  height: 50px;
  border-radius: 0;
}
.section-newsletter .container {
  position: relative;
  z-index: 2;
}
.section-newsletter .btn {
  color: white;
  border-radius: 0;
  border-color: #EBA898;
  background-color: #EBA898;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.section-newsletter .btn:hover {
  border-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
  background-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
}
.section-newsletter .form-newsletter {
  max-width: 420px;
  margin: 0 auto;
}
.section-newsletter .section-title p {
  color: white;
}

.ios .section-newsletter {
  background-attachment: scroll;
}

.section-products-evidence {
  padding: 6em 0;
}

.section-about .col-img {
  position: relative;
}
.section-about .section-about-text {
  padding: 3em;
}
.section-about .col-text {
  text-align: left;
}
.section-about .col-text .section-title {
  text-align: left;
  margin-bottom: 1em;
}

@keyframes mousemove {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 8px;
    opacity: 0;
  }
}
.arrow-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
}
.arrow-down svg {
  position: absolute;
  left: 0;
  right: 0;
  animation: mousemove 1.5s infinite;
}

.toast {
  background-color: #030303;
}
.toast p {
  margin-bottom: 0;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.badge-total-basket {
  background-color: #EBA898;
}

.btn-header-action-basket {
  position: relative;
}
.btn-header-action-basket .badge {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -17px;
  margin-top: -16px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 18px;
  padding: 0;
  font-family: "NeuzeitS-Book";
}
.btn-header-action-basket .badge.badge-big {
  position: absolute;
  top: -3px;
  right: -9px;
  border-radius: 10px;
  padding: 3px 7px;
  width: auto;
  height: auto;
  line-height: 1;
}
.btn-header-action-basket:hover .badge {
  color: white;
}

.page-header h1 {
  letter-spacing: 1px;
}

.page {
  padding-top: 5em;
  padding-bottom: 5em;
}

.account-profile .page-header {
  text-align: left;
}
.account-profile .nav-pills .nav-link {
  color: #252807;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.account-profile .nav-pills .nav-link.active {
  background-color: #252807;
  color: white;
}

.btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn-primary {
  background-color: #EBA898;
  border-color: #EBA898;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
  border-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
}

.nav-checkout {
  background-color: #ccc;
}
.nav-checkout ul {
  text-align: center;
  width: 100%;
  display: block;
}
.nav-checkout ul li {
  padding: 0 1em;
  display: inline-block;
}
.nav-checkout ul li.active {
  font-weight: bold;
}

.help-block {
  color: #6c757d !important;
  display: block;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: 400;
}

.basket-mini-title-prod {
  color: white;
}

.basket-box {
  padding: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f8f8f8;
}

.section-image-title {
  padding: 5em 0;
  min-height: 450px;
  display: block;
  color: white;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.section-image-title .container {
  z-index: 2;
  position: relative;
}
.section-image-title:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}

.form-contact {
  width: 100%;
}
.form-contact label {
  font-size: 0.9em;
  font-weight: bold;
}
.form-contact .btn {
  text-transform: uppercase;
}

.form-check label a {
  font-weight: bold;
  border-bottom: 2px solid black;
}
.form-check label a:hover {
  border-bottom: 2px solid #EBA898;
}

.contact-box strong {
  text-transform: uppercase;
  font-size: 0.9em;
}

.basket .basket-box .h3 {
  font-size: 1.2rem;
}
.basket .basket-box .basket-title {
  border-bottom: 1px solid #dee2e6;
}
.basket .basket-box .checkout-quantity .form-control {
  max-width: 70px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.basket .basket-box .basket-items {
  border-bottom: 1px solid #dee2e6;
}
.basket .basket-box .basket-items h3 {
  font-size: 1.4rem;
}

.c-hover {
  cursor: pointer;
}

.form-reservation {
  margin-top: 1em;
  max-width: 520px;
}
.form-reservation .map-content {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  display: block;
}
.form-reservation .map-content #map {
  height: 100%;
}
.form-reservation label {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}
.form-reservation .form-control:hover, .form-reservation .form-control:focus {
  border-color: #ced4da;
}
.form-reservation .input-group .input-group-prepend {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.form-reservation .input-group .form-control {
  -webkit-appearance: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.form-reservation .btn {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.side_categories .nav-list li {
  margin: 0.5em;
}
.side_categories .btn {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.side_categories .btn-outline-dark {
  color: #1d1d1b;
  border-color: #1d1d1b;
}
.side_categories .btn-outline-dark:hover {
  background-color: #1d1d1b;
  color: white;
}
.side_categories .btn-filter-active {
  border-color: #EBA898;
  color: #EBA898;
}
.side_categories .btn-filter-active:hover {
  background-color: #EBA898;
  color: white;
}

.venue-box-item .venue-box-img {
  max-width: 420px;
  display: block;
}
.venue-box-item .venue-item-title {
  text-transform: uppercase;
}
.venue-box-item .venue-item-title,
.venue-box-item .venue-item-description {
  line-height: 1;
}
.venue-box-item .btn-reserve {
  background-color: transparent;
  border: none;
  color: #1d1d1b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 0 0.3em;
  letter-spacing: 2px;
  border-bottom: 2px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.venue-box-item .btn-reserve:hover {
  color: #EBA898;
  border-color: #EBA898;
}

.venues .container-venues {
  max-width: 890px;
}

.header-menu-btn {
  display: none !important;
}

.venue-reservation-content .venue-reservation-title {
  line-height: 0.5;
  font-size: 2.3em;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
.venue-reservation-content .venue-reservation-address {
  line-height: 0.5;
}

.btn-custom {
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.label-radio-box {
  cursor: pointer;
}
.label-radio-box:hover {
  border: 1px solid rgba(0, 0, 0, 0.325);
}

.accordion-custom .btn {
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "NeuzeitS-Book", sans-serif;
}
.accordion-custom .card-header {
  background-color: transparent;
  padding: 0 0.5em;
}

.product_main .price_color {
  font-size: 1.5em;
}
.product_main .accordion-custom .btn {
  color: black;
}
.product_main .accordion-custom .card-body {
  max-height: 217px;
  overflow: auto;
}

.product-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7em;
}

.venue-single .bg-dark-mid {
  background: rgba(0, 0, 0, 0.6);
}

.map-jp {
  position: relative;
  width: 100%;
  display: block;
  height: 500px;
}
.map-jp #map {
  height: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: url("../img/arrow.svg");
}

.carousel-control-prev-icon {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li {
  background-color: #1d1d1b;
  text-indent: -9999px;
}

.add-to-basket .form-group label {
  display: none;
}

.modal-login .modal-title {
  margin: 0.5em auto;
  text-align: center;
}
.modal-login .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-login .modal-logo {
  max-width: 40px;
}
.modal-login .modal-content {
  position: relative;
  max-width: 380px;
  padding: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.modal-login .btn-link {
  color: #1d1d1b;
}
.modal-login .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin: 1em auto;
}
.modal-login .btn-primary {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.modal-login .password-forgotten a {
  opacity: 0.4;
}
.modal-login .password-forgotten a:hover, .modal-login .password-forgotten a:focus {
  opacity: 0.6;
}

.form-mailchimp #mc_embed_signup {
  background-color: transparent;
}
.form-mailchimp #mc_embed_signup input.email {
  border-radius: 0;
}
.form-mailchimp #mc_embed_signup input.email,
.form-mailchimp #mc_embed_signup .button {
  height: 50px;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  border: none;
}
.form-mailchimp #mc_embed_signup form {
  text-align: left;
  padding: 0;
}
.form-mailchimp #mc_embed_signup .button {
  font-family: "NeuzeitGroteskCondW01";
  font-weight: 900;
  color: white;
  border-radius: 0;
  border-color: #EBA898;
  background-color: #EBA898;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
.form-mailchimp #mc_embed_signup .button:hover {
  border-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
  background-color: rgb(226.7073170732, 131.9268292683, 109.2926829268);
}
.form-mailchimp #mc_embed_signup_scroll {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.form-mailchimp #mc_embed_signup input.email {
  padding-left: 22px;
  padding-right: 22px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.form-mailchimp #mc_embed_signup .button {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.calendario-jp .fc-day-grid-event .fc-content {
  white-space: normal;
}

.cookieChoiceInfo {
  font-size: 0.9em !important;
}
.cookieChoiceInfo #cookieChoiceReject {
  display: none;
}
.cookieChoiceInfo span {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.cookieChoiceInfo a {
  color: #EBA898;
}
.cookieChoiceInfo .btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.9em;
}

.rich-text img {
  max-width: 100%;
  height: auto;
}

.file-upload {
  display: block;
  text-align: center;
  font-size: 12px;
}

.file-upload .file-select {
  display: block;
  border: 1px solid rgba(3, 130, 207, 0.5);
  border-radius: 0.25rem;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select .file-select-button {
  background: rgba(3, 130, 207, 0.2);
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 38px;
}

.file-upload .file-select .file-select-name {
  line-height: 38px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select:hover {
  border-color: #EBA898;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
  background: #EBA898;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
  border-color: #EBA898;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
  background: #EBA898;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.accordion-jobs h2 .btn {
  font-size: 0.7em;
}
.accordion-jobs h2 .btn:after {
  width: 20px;
  text-align: center;
  content: "-";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-jobs h2 .btn.collapsed:after {
  content: "+";
}
.accordion-jobs h2 .position-local {
  font-size: 0.5em;
  opacity: 0.6;
  display: block;
}

.pagination .page-link {
  color: #EBA898;
}
.pagination .page-link svg g,
.pagination .page-link svg path,
.pagination .page-link svg circle {
  fill: #EBA898;
}
.pagination .page-item.active .page-link {
  background-color: #EBA898;
  color: white;
}

.hero-msg {
  color: white;
  max-width: 700px;
  margin: 0 auto 1em;
}

.modal-msg .modal-content,
.modal-msg .modal-dialog {
  max-width: 800px;
}

.pdfobject-container {
  height: 960px;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toast-message .btn {
  margin: 0 2px;
  font-size: 13px;
}

.form-control-qty {
  max-width: 80px;
}

.datetimepicker th span.glyphicon.glyphicon-arrow-right {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.datetimepicker th span.glyphicon.glyphicon-arrow-right:before {
  content: "\f054";
}

.datetimepicker th span.glyphicon.glyphicon-arrow-left {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.datetimepicker th span.glyphicon.glyphicon-arrow-left:before {
  content: "\f053";
}

.icon-calendar.glyphicon-calendar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.icon-calendar.glyphicon-calendar:before {
  content: "\f133";
}

.input-group.date .input-group-addon {
  cursor: pointer;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  text-align: center;
  color: #495057;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  margin-left: -1px;
  transition: all 0.2s ease-in-out;
}
.input-group.date .input-group-addon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.datetimepicker {
  padding: 10px !important;
  border-radius: 0 !important;
}

.docs-datepicker-container {
  border: 1px dashed #eee;
  display: block;
  margin: 10px auto;
  min-height: 160px;
  position: relative;
}
.docs-datepicker-container .datepicker-container {
  margin: 0 auto;
}

.custom-date-picker {
  max-width: 234px;
  margin: 0 auto;
}

.product-addon {
  text-align: left;
}
.product-addon .form-group-quantity {
  margin-bottom: 0;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -20px;
}
.product-addon .form-group-quantity .btn-secondary {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.product-addon .form-group-quantity .form-control {
  height: 40px !important;
}
.product-addon .product-badget-new {
  left: 4px;
  top: 4px;
  right: inherit;
  font-size: 0.4em;
}
.product-addon .product-jp-img {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 18%;
}
.product-addon .form-check {
  padding-left: 0;
  width: 100%;
}
.product-addon .form-check-label {
  cursor: pointer;
  padding-right: 3em;
  display: block;
}
.product-addon .form-check-label h3 {
  margin-top: 0;
}
.product-addon .form-check-label .price_color {
  margin-bottom: 0;
}
.product-addon .form-check-label.form-checked {
  padding-right: 160px;
}
.product-addon .form-check-input {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -6px;
}
.product-addon .product-jp-title {
  width: 82%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.34);
  display: inline-block;
  vertical-align: middle;
}
.product-addon:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.product-addon:hover .product-jp-title {
  border-bottom: 1px solid transparent;
}

.modal-product-master .modal-content {
  border-radius: 0;
  height: 100%;
}
.modal-product-master .close {
  position: absolute;
  right: 20px;
  top: 7px;
  font-size: 42px;
}
.modal-product-master .modal-dialog {
  width: 90%;
  max-width: 1600px;
  min-height: 90%;
  height: 90%;
  max-height: calc(100vh - 48px);
}
.modal-product-master .modal-product-content {
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex: 0 0 50%;
  min-height: 100%;
  overflow-y: auto;
  padding: 2em;
}
.modal-product-master .modal-product-gallery {
  flex: 0 0 50%;
  position: relative;
  height: auto;
  max-height: 100%;
}
.modal-product-master .modal-product-gallery .carousel,
.modal-product-master .modal-product-gallery .thumbnail,
.modal-product-master .modal-product-gallery .carousel-inner {
  width: 100%;
  height: 100%;
}
.modal-product-master .modal-product-gallery .carousel-item-modal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}
.modal-product-master .modal-dialog {
  overflow-y: initial !important;
}
.modal-product-master .modal-body {
  padding: 0;
  height: auto;
  max-height: 100%;
}
.modal-product-master .btn-custom {
  display: block;
  width: 100%;
}

.product-description {
  font-family: "NeuzeitS-Book", sans-serif !important;
}
.product-description p,
.product-description div,
.product-description span {
  font-family: "NeuzeitS-Book", sans-serif !important;
}

.form-group-quantity .btn-secondary {
  border-color: black;
  background-color: black;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
}
.form-group-quantity .input-quantity-group .form-control-qty {
  text-align: center;
  background: transparent;
  height: 50px;
  border-color: black;
}
.form-group-quantity .input-quantity-group {
  /* Chrome, Safari, Edge, Opera */
}
.form-group-quantity .input-quantity-group input::-webkit-outer-spin-button,
.form-group-quantity .input-quantity-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group-quantity .input-quantity-group {
  /* Firefox */
}
.form-group-quantity .input-quantity-group input[type=number] {
  -moz-appearance: textfield;
}

.form-pick-date:disabled {
  background-color: #ffffff;
  cursor: default;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #e4221e;
  border-color: #e4221e;
  cursor: default;
}

.btn-info {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-info:hover, .btn-info:focus {
  background-color: #5a6268;
  border-color: #545b62;
}

.change-date-link {
  font-size: 22px;
}

.scroll-top {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 99;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 4px;
  line-height: 1;
  width: 40px;
  height: 40px;
  -webkit-animation: jump 3.5s linear infinite;
  animation: jump 3.5s linear infinite;
  cursor: pointer;
  background-color: #1d1d1b;
  color: white;
  outline: none !important;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.scroll-top::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/up-arrow.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

.section-text-animate {
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.section-text-animate .sliding-text {
  position: relative;
}

.section-text-animate .sliding-text * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  will-change: transform;
  white-space: pre;
}

.section-text-animate .sliding-text .sliding-text-wrapper {
  will-change: transform;
}

.section-text-animate .sliding-text .sliding-text-wrapper .sliding-text-item {
  font-family: "Mansalva", sans-serif;
  letter-spacing: 0.3rem;
  font-size: 2.3em;
  text-transform: lowercase;
  font-weight: bold;
  color: #EBA898;
  cursor: default;
  position: relative;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-text-animate .sliding-text .sliding-text-wrapper .sliding-text-item span {
  margin: 0 0.4em;
}
.section-text-animate .sliding-text .sliding-text-wrapper .sliding-text-item span:hover {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #EBA898 !important;
}

@-moz-keyframes sliding-text {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes sliding-text {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes sliding-text {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.sliding-text-reverse {
  overflow: hidden;
  position: relative;
}

.sliding-text-reverse .text-slide-reverse {
  display: inline-flex;
  white-space: nowrap;
  font-size: 90px;
  line-height: 100px;
  color: #000;
  font-weight: 900;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sliding-text-reverse .outline {
  margin: 0 0.3em;
  color: transparent !important;
  -webkit-text-stroke: 2px var(--dark) !important;
}

@-moz-keyframes sliding-text-reverse {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-webkit-keyframes sliding-text-reverse {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
@keyframes sliding-text-reverse {
  0% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.text-normal {
  text-transform: none;
}

.card {
  border: none;
}
.card .book-img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.card:hover .book-img {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.btn-more {
  color: black;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 0 0.3em;
  letter-spacing: 2px;
  border-bottom: 2px solid white;
  font-family: "NeuzeitGroteskCondW01";
  font-weight: 900;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-more:hover {
  color: #EBA898;
  border-color: #EBA898;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-item img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(36, 40, 7, 0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-item:hover:after {
  background-color: rgba(36, 40, 7, 0.5);
}
.gallery-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.press-single .container-press {
  max-width: 800px;
}

.radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.full-image {
  position: relative;
  padding: 5em 0;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
.full-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(36, 40, 7, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.full-image .container {
  position: relative;
  z-index: 2;
}
.full-image .btn-reserve {
  font-weight: bold;
  font-family: "Roboto Condensed";
  background-color: transparent;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 0 0.3em;
  letter-spacing: 2px;
  border-bottom: 2px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.full-image .btn-reserve:hover {
  color: #EBA898;
  border-color: #EBA898;
}

.hero-header {
  height: auto;
}
.hero-header .banner-content {
  z-index: 10;
  position: relative;
}
.hero-header .banner h1 {
  text-transform: none;
}
.hero-header .container {
  height: 400px;
  text-align: center;
  color: white;
}

.box-whats {
  background-color: #f1f1f1;
}
.box-whats ul {
  padding: 0;
  list-style-position: inside;
}

.date-box {
  text-align: center;
}
.date-box .date-box-dates {
  cursor: pointer;
  background-color: #f1f1f1;
  padding: 2em;
  border-radius: 32px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.date-box .date-box-dates:hover {
  background-color: #e8e8e8;
}
.date-box .date-box-dates.sold-out {
  cursor: default;
}
.date-box .date-box-dates.sold-out:hover {
  background-color: #f1f1f1;
}
.date-box .date-box-dates h4 {
  font-family: "NeuzeitS-Book", sans-serif;
  font-weight: normal;
}

.modal-contact .modal-title {
  margin: 0.5em auto;
  text-align: center;
}
.modal-contact .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-contact .modal-logo {
  max-width: 40px;
}
.modal-contact .modal-content {
  position: relative;
  padding: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.modal-contact .btn-link {
  color: #1d1d1b;
}
.modal-contact .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin: 1em auto;
}
.modal-contact .btn-primary {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 1px;
}

.section-timeline {
  position: relative;
}
.section-timeline:after {
  background-color: rgba(37, 40, 7, 0.25) !important;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.section-timeline .timeline-item,
.section-timeline .timeline-big-item {
  position: relative;
  padding: 0.5em 0;
}
.section-timeline .timeline-item:after,
.section-timeline .timeline-big-item:after {
  border: 2px solid #EBA898;
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  z-index: 1;
  background-color: white;
  border-radius: 30px;
  left: -30px;
}
.section-timeline .timeline-big-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-timeline .timeline-big-item:after {
  left: -32px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background-color: #EBA898;
}
.section-timeline .timeline-left .timeline-item,
.section-timeline .timeline-left .timeline-big-item {
  text-align: right;
}
.section-timeline .timeline-left .timeline-item:after,
.section-timeline .timeline-left .timeline-big-item:after {
  right: -30px;
  left: inherit;
}
.section-timeline .timeline-left .timeline-big-item:after {
  right: -32px;
  left: inherit;
}

.sold-out-msg {
  font-weight: bold;
  color: #EBA898;
}

.box-short-video {
  position: relative;
  height: 587px;
  display: block;
  overflow: hidden;
  background-color: rgb(238, 238, 238);
}
.box-short-video video {
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}
.box-short-video .box-short-video-content {
  height: 76%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0), rgba(32, 32, 32, 0.75));
  transition: all 0.5s;
  z-index: 2;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.5rem;
  color: white;
}
.box-short-video .box-short-video-play-btn {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 0.5rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: block;
}
.box-short-video .box-short-video-play-btn:before {
  content: "";
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 0 0 0.4rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.box-short-video.start-video .box-short-video-play-btn {
  display: none;
}

.logo-dynamic {
  width: 100%;
  height: 100%;
  display: block !important;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.theme_jp {
  --cc-btn-primary-bg: $primary;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: $primary-h;
}

.theme_jp #c-ttl {
  color: var(--cc-btn-primary-bg);
}

.theme_jp .cc_div .c-bn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.9em;
}
.theme_jp .cc_div *,
.theme_jp .cc_div *:hover,
.theme_jp .cc_div :before,
.theme_jp .cc_div :after {
  font-family: "NeuzeitS-Book", sans-serif;
}

/* Custom border radius */
.theme_jp #s-bl .act .b-acc,
.theme_jp #s-inr,
.theme_jp .cc_div .b-tl,
.theme_jp .cc_div .c-bl {
  border-radius: 1.2em;
}

.theme_jp #cm {
  border-top-left-radius: 1.2em;
  border-top-right-radius: 1.2em;
}

.theme_jp .cc_div .c-bn {
  border-radius: 50px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.scrollable-swiper .swiper-slide {
  max-width: 350px;
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: #EBA898;
}

.widget-full-content #sr-res-root {
  width: 250px !important;
}
.widget-full-content #sr-res-root span {
  max-width: 190px !important;
}

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