.hook-navbar-nav-item {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}
.transparent-nav .hook-navbar-nav-item {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 1.1rem;
  padding: 0 15px;
}
.main-menu.transparent-nav .uk-navbar-right {
  margin-right: 50px;
}
.linear {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.ease {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ease-in {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.ease-out {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ease-in-out {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ease-in-sine {
  -webkit-transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ease-out-sine {
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  -ms-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
}
.ease-in-out-sine {
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.ease-in-quad {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
  -ms-transition: all 0.5s cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
  -o-transition: all 0.5s cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
  transition: all 0.5s cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
}
.ease-out-quad {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.ease-in-out-quad {
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-cubic {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-out-cubic {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-in-out-cubic {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-quart {
  -webkit-transition: all 0.5s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
  -moz-transition: all 0.5s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
  -ms-transition: all 0.5s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
  -o-transition: all 0.5s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
  transition: all 0.5s cubic-bezier(0.895, 0.03, 0.6850000000000001, 0.22);
}
.ease-out-quart {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-in-out-quart {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-quint {
  -webkit-transition: all 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-transition: all 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -ms-transition: all 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: all 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: all 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-out-quint {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-in-out-quint {
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -ms-transition: all 0.5s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
}
.ease-in-expo {
  -webkit-transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -ms-transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: all 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-out-expo {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-in-out-expo {
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.ease-in-circ {
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: all 0.5s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-circ {
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-circ {
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ease-in-back {
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.ease-out-back {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ease-in-out-back {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.default-shadow {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}
button {
  font-family: "Montserrat", sans-serif;
}
.top-menu .contact-info {
  padding: 12px 0;
}
.top-menu + .main-menu {
  margin-top: 25px;
}
img[data-src][src*='data:image'] {
  background: rgba(0, 0, 0, 0.1);
}
h1 {
  line-height: 2.8rem;
}
iframe[id^=FormBuilderViewport]:not(#FormBuilderViewport_signup) {
  background: white;
  max-width: 800px;
  margin: auto;
  display: block;
  box-shadow: 5px 4px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(230, 230, 230, 0.45098039);
}
@media (max-width: 959px) {
  .hero + #main-content {
    margin-top: 0 !important;
  }
}
main > section {
  overflow: hidden;
  position: relative;
}
.section-headline {
  font-size: 1.2rem;
  color: #353535;
  border-bottom: 1px solid #DEDEDE;
  font-weight: normal;
  padding: 15px 0 5px;
  letter-spacing: 0.16rem;
}
@media (min-width: 960px) {
  .section-headline {
    margin-bottom: -20px;
  }
}
.main-color-background {
  background-color: #353535 !important;
}
.round-border {
  border-radius: 10px;
}
.text-shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.text-content ul {
  list-style-type: none;
  padding: 0;
}
.text-content ul li {
  padding: 10px 0;
  margin: 0px 10%;
  position: relative;
}
.text-content ul li:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.text-content ul li span.icon {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .text-content ul li span.icon {
    left: -25px;
  }
}
.text-content ul [class^="icon-"]:before,
.text-content ul [class*=" icon-"]:before {
  font-size: 2em;
  line-height: 2em;
}
.main-menu .uk-button {
  font-weight: bold;
  letter-spacing: 2px;
}
.main-menu .ot-dtp-picker {
  position: relative;
}
.main-menu .ot-powered-by {
  position: absolute;
  bottom: -30px;
  width: 109px;
  /* top: 10px; */
  right: 0;
  left: 0;
  margin: auto;
}
.main-menu #ot-reservation-widget {
  padding: 0 !important;
}
.main-menu .ot-button {
  background: #d2bb96 !important;
  border-color: #d2bb96 !important;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 19px 0 19px;
}
.main-menu.uk-sticky-fixed {
  z-index: 981;
}
.main-menu:not(.transparent-nav) .uk-navbar-container .uk-navbar-nav > li:not(:last-child) > a {
  position: relative;
}
.main-menu:not(.transparent-nav) .uk-navbar-container .uk-navbar-nav > li:not(:last-child) > a:after {
  content: '';
  height: 50%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  position: absolute;
  right: 0;
}
.main-menu.transparent-nav .main-logo {
  display: none;
}
.main-menu.transparent-nav nav.uk-sticky-fixed .main-logo {
  display: block;
}
.main-menu.transparent-nav nav.uk-sticky-fixed .main-logo img {
  width: 100px;
}
.main-menu.transparent-nav nav.uk-sticky-fixed .inverted-logo {
  display: none;
}
.mobile-menu {
  margin: 20px 0;
}
.mobile-menu:before {
  position: absolute;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.85) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mobile-menu .uk-logo {
  padding: 0 10px;
}
.mobile-menu .reserve-mobile {
  background-color: #353535;
}
@media screen and (max-width: 320px) {
  .mobile-menu a.uk-padding-small {
    padding: 0 10px;
  }
  .mobile-menu .uk-navbar-toggle {
    padding: 0 15px;
  }
}
.mobile-menu.uk-sticky-fixed {
  background-color: white;
}
.mobile-menu.uk-sticky-fixed .reserve-mobile a {
  color: white;
}
.mobile-menu.uk-sticky-fixed:before {
  display: none;
}
.mobile-menu.uk-sticky-fixed .uk-logo {
  display: none;
}
#offcanvas-menu #open-hours-offcanvas td {
  padding: 10px;
  text-align: center;
}
#offcanvas-menu .offcanvas-contact img,
#offcanvas-menu .offcanvas-contact table {
  display: none;
}
#offcanvas-menu .offcanvas-contact p {
  margin: 0;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
}
#offcanvas-menu .offcanvas-contact h5 {
  margin: 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 960px) {
  .push-left {
    transform: translateX(-20px);
  }
  .push-right {
    transform: translateX(20px);
  }
}
.top-branding {
  top: 20px;
  width: 260px;
  left: 20px;
}
.top-branding .status-container {
  background-color: #353535;
  margin-top: 20px;
}
.top-branding .status-container span {
  padding: 10px 15px;
}
.top-branding .dropdown-toggle-top {
  cursor: pointer;
}
.top-branding .dropdown-toggle-top .uk-icon {
  right: 10px;
}
.top-branding .dropdown-toggle-top:hover {
  color: white;
}
.top-branding .open-hours {
  min-width: 260px;
}
.top-branding .open-hours button {
  color: white;
  background: transparent;
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.top-branding .open-hours-dropdown {
  margin-top: 10px;
  background: white;
}
.top-branding .open-hours-dropdown .uk-table td {
  padding: 10px 7px;
}
.top-branding .logo {
  background: white;
}
.top-branding .logo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #353535;
  left: -10px;
  top: 10px;
  z-index: -1;
  border-radius: 5px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 959px) {
  .uk-container-fluid-sm {
    padding: 0;
    max-width: none;
  }
}
.content_basic .text-content {
  width: 100%;
}
.menu-mobile-switcher.uk-select {
  border-color: #353535;
}
.scroll-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #d2bb96;
  border-radius: 5px;
  color: white;
  padding: 20px 15px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(120%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.22);
}
.scroll-top.visible {
  transform: translateY(0%);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-bottom-left {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
}
.nav-bottom-left .uk-slidenav-previous {
  background-color: #444;
  padding: 10px 15px;
}
.nav-bottom-left .uk-slidenav-next {
  background-color: #d2bb96;
  padding: 10px 15px;
}
@media (max-width: 959px) {
  .modal-popup {
    padding-top: 80px;
  }
}
.modal-popup .uk-modal-close-default {
  top: -50px;
  color: white;
}
/*---FlexBox---
  @flex: flex, flex-inline
  --------------------------*/
/*---Flexbox Direction---
  @type: row, column
  Direction: normal, reverse
  --------------------------*/
/*---Flexbox Wrap---
  @wrap: wrap, nowrap, wrap-reverse
  --------------------------*/
/*---Flexbox Justify Content---
  @justify-content: start, end, center, space-between, space-around
  *FIXME* - Creates duplicate CSS
  --------------------------*/
/*---Flexbox Align Items---
  @align-items: center, baseline, stretch, start, end
  --------------------------*/
/*---Flexbox Align Content---
  @align-items: start, end, center, space-between, space-around
  *FIXME* - Creates duplicate CSS
  --------------------------*/
.menus .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7' /%3E%3C/svg%3E");
  background-position: 98% 50%;
  background-size: 30px;
}
.menus .mobile-switcher {
  transition: all 0.3s ease-in-out;
}
.menus .uk-sticky-fixed > div > div {
  padding: 6px;
}
.menus .uk-sticky-fixed.mobile-switcher {
  background: white;
  width: 100% !important;
  left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(158, 158, 158, 0.27);
}
.menus ul.menu-switcher li {
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 959px) {
  .menus .menu-container {
    padding: 20px 0;
  }
}
.menus .menu-section-container:before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border: 1px solid #353535;
  pointer-events: none;
}
@media (max-width: 959px) {
  .menus .menu-section-container:before {
    border-bottom: 0px;
    bottom: auto;
  }
}
.menus ul.menu-switcher li {
  position: relative;
}
.menus .menu-section-title {
  letter-spacing: 0.3em;
  font-size: 1.2rem;
  color: #353535;
  position: relative;
}
@media (min-width: 960px) {
  .menus .menu-section-title {
    top: -40px;
  }
}
@media (max-width: 959px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .uk-overlay-primary {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}
.hero ul.multiple-slides .text-content {
  margin-bottom: 100px;
}
.hero-main-desktop {
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.27);
}
.hero-main-desktop .main-menu:before {
  position: absolute;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.85) 100%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-main-desktop .uk-slideshow-items li:after {
  position: absolute;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(128deg, rgba(0, 0, 0, 0.13) 63%, rgba(0, 0, 0, 0.66) 86%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hero-main-mobile ul:not(.uk-dotnav) li:after {
  position: absolute;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 63%, rgba(0, 0, 0, 0.66) 86%);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.panel + .panel {
  margin-top: 0 !important;
}
.panel.popped .text-column .content {
  background: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 960px) {
  .panel.popped .text-column .content {
    padding: 100px 80px;
  }
}
@media (max-width: 959px) {
  .panel.popped .text-column {
    max-width: 90%;
    z-index: 2;
  }
}
.panel.popped .uk-slideshow {
  position: relative;
}
@media (min-width: 960px) {
  .panel.popped .slider-column > div {
    width: calc(100% + 25px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 959px) {
  .panel.popped .slider-column {
    margin-bottom: -5%;
  }
}
.panel.popped .background-panel-container {
  width: 3%;
}
.panel.popped .background-panel-container .background-panel {
  z-index: 0;
  max-height: 70%;
  top: 50%;
  transform: translateX(-10%) translateY(-50%);
  height: 100%;
  position: relative;
}
@media (max-width: 959px) {
  .panel.popped .background-panel-container {
    top: 40%;
  }
  .panel.popped .background-panel-container .background-panel {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.panel.popped.gallery-text .background-panel-container {
  order: 1;
}
.panel.popped.gallery-text .uk-slideshow {
  position: relative;
}
@media (min-width: 960px) {
  .panel.popped.gallery-text .uk-slideshow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.panel.popped.text-gallery .background-panel-container .background-panel {
  transform: translateX(10%) translateY(-50%);
}
@media (min-width: 960px) {
  .panel.popped.text-gallery .slider-column > div {
    left: -25px;
  }
}
@media (max-width: 959px) {
  .panel.popped .uk-slideshow-nav {
    bottom: 35px;
  }
}
@media (max-width: 959px) {
  .panel.inverted .slider-column {
    margin-bottom: -50px;
  }
}
@media (min-width: 960px) {
  .panel.inverted .slider-column .uk-slideshow {
    transform: scale(1.1);
  }
}
@media (max-width: 959px) {
  .panel.inverted .slider-column .uk-slideshow {
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
    min-height: 400px;
  }
}
.panel.inverted .nav-bottom-left {
  transform: scale(0.9);
}
@media (max-width: 959px) {
  .panel.inverted .uk-position-bottom-center {
    bottom: 50px;
  }
}
.panel.inverted .default-shadow {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}
.slider .slider-container {
  padding: 30px 0px 0 30px;
  background-color: #f6f6f6;
  box-shadow: inset 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
footer {
  background: #353535;
  color: white;
}
footer .scroll-top {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: white;
  color: black;
  padding: 20px 15px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
footer .scroll-top.visible {
  transform: translateY(0%);
}
footer .signup-form-container {
  max-width: 400px;
}
footer .signup-form .footer-copyright {
  padding-bottom: 10px;
}
footer > div > div {
  position: relative;
}
@media (max-width: 959px) {
  footer > div > div:nth-child(2):after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    right: 25px;
    left: 25px;
    height: 1px;
    z-index: 1;
    bottom: 0;
  }
}
@media (min-width: 960px) {
  footer > div > div:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    right: 0;
    z-index: 1;
    bottom: 25px;
    top: 25px;
  }
}
footer > .uk-grid > div:nth-child(1) > div,
footer > .uk-grid > div:nth-child(3) > div {
  border-radius: 3px 0 0 3px;
}
.content_basic .interior {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .content_basic .interior .uk-grid.multiple > div:nth-child(odd):after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    background: rgba(53, 53, 53, 0.5);
    top: 20px;
    bottom: 20px;
    margin: auto;
    right: -20px;
    display: block;
    height: 70%;
  }
  .content_basic .interior .uk-grid.multiple > div:nth-child(3):after {
    display: none;
  }
}
.content_basic .text-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .cards .uk-height-medium {
    height: auto;
  }
  .cards .uk-position-large.uk-position-center {
    transform: none;
    position: relative !important;
    left: auto;
    padding: 20px 30px;
  }
}
.card img {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.card .uk-cover-container:after {
  position: absolute;
  content: '';
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.card .uk-cover-container:hover > img {
  transform: translate(-50%, -50%) scale(1.1);
}
.card .uk-cover-container:hover:after {
  transform: scale(0.97);
}
#events-navigation a.uk-button-default {
  padding-left: 20px;
  padding-right: 20px;
}
#events-navigation .events-pager a.uk-button-default:first-child {
  border-right: 0px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#events-navigation .events-pager a.uk-button-default:last-child {
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.events-list h2 {
  font-size: 1.5em;
  margin: 0;
  height: 45px;
}
.events-list img {
  width: 100%;
}
.events-list .event-description {
  font-size: 14px;
  padding: 20px 25px;
}
.events-list a:hover {
  color: #444;
  text-decoration: none;
}
.events-list .event-card .date {
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  background: #555;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.events-list .event-card > div {
  max-height: 450px;
  min-height: 450px;
  overflow: hidden;
}
.events-list form {
  padding: 20px;
  background: white;
}
.events-list a.event-card > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
@media (min-width: 960px) {
  .events-element .uk-height-large {
    height: 550px;
  }
}
.events-element .slider-bg {
  background-color: #9b9b9b;
  padding-left: 20px;
}
.events-element .slider-container {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.events-element .event-description p,
.events-element .event-description h5 {
  color: #666666;
}
.events-element .event-info {
  position: absolute;
  top: 0px;
  right: 0;
}
.events-element .event-info .date {
  color: white;
  background: #353535;
  padding: 5px 10px;
}
.reviews .nav-bottom-left {
  box-shadow: none;
}
.reviews:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: lightgrey;
  left: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width: 959px) {
  .reviews:after {
    left: 45px;
    display: none;
  }
}
.reviews .reviews-text li {
  position: relative;
}
.reviews .reviews-text svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
@media (max-width: 959px) {
  .reviews .reviews-text svg {
    width: 30px;
    display: block;
    position: relative;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto 15px;
  }
}
.reviews .reviews-text svg * {
  fill: #d2bb96;
}
@media (max-width: 959px) {
  .reviews .reviews-authors {
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: flex-start;
  }
}
.reviews .reviews-authors .review-marker {
  height: 50px;
  background: lightgray;
  width: 1px;
  margin-right: auto;
  margin-left: 20px;
}
.reviews .reviews-authors a {
  color: lightgrey;
  text-decoration: none;
  display: inline-block;
}
.reviews .reviews-authors svg * {
  color: white;
}
.reviews .reviews-authors a:hover {
  text-decoration: none;
}
.reviews .reviews-authors img {
  opacity: 0.5;
}
.reviews .reviews-authors i {
  padding: 10px;
  background: lightgray;
  border-radius: 100%;
}
.reviews .reviews-authors .review-container {
  margin: 0 10px;
}
.reviews .reviews-authors .review-container.uk-active img {
  opacity: 1;
}
.reviews .reviews-authors .review-container.uk-active .review-marker {
  background: #353535;
}
.reviews .reviews-authors .review-container.uk-active i {
  background: #d2bb96;
}
.reviews .reviews-authors .review-container.uk-active a {
  color: #353535;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #353535;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #353535;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #353535;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #353535;
}
.datepicker--cell.-selected-.-focus- {
  background: #353535;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(96%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(96%);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(96%);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(96%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(45%);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(45%);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #353535;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #353535;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #353535;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #353535;
  border-color: #353535;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #353535;
  border-color: #353535;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #353535;
  border-color: #353535;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(49%);
  top: calc(51%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(51%);
  left: calc(49%);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #353535;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #353535;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.slidein-popup {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 10;
  width: 530px;
  pointer-events: none;
}
.slidein-popup p {
  font-size: 0.85rem;
}
.slidein-popup .slidein-popup-container > .content {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  transform: translateX(calc(100% + 40px));
}
.slidein-popup.open .slidein-popup-container > .content {
  transform: translateX(0%);
  pointer-events: all;
}
.slidein-popup .slidein-popup-container .btn-orange {
  padding: 0px 35px !important;
}
.slidein-popup .slidein-popup-img {
  flex-basis: 30%;
}
.slidein-popup .slidein-popup-text {
  width: 70%;
  padding: 28px 35px;
  flex: 1 0 70%;
}
.slidein-popup .slidein-popup-book {
  width: 35%;
  text-align: center;
}
.slidein-popup .slidein-popup-book img {
  width: 125px;
  margin-bottom: 15px;
}
.slidein-popup .slidein-popup-arrow {
  width: 40px;
  background-color: #353535;
  padding: 35px 20px;
  text-align: center;
  cursor: pointer;
  pointer-events: all;
  height: 40px;
  color: #fff;
  bottom: 100px;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 5px 0 0 5px;
}
.slidein-popup.open .slidein-popup-arrow {
  transform: translateX(100%);
}
.slidein-popup .slidein-popup-arrow i {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.slidein-popup.open .slidein-popup-arrow > i {
  transform: translate(-50%, -50%) rotate(180deg);
}
/* Box popup 2 */
.popup-container-2 {
  background-color: #353535;
  width: 60%;
  height: 150px;
  overflow: hidden;
}
.popup-container-2 div {
  width: 50%;
}
.popup-container-2 div:nth-child(1) {
  text-align: center;
}
.popup-container-2 div:nth-child(1) h3 {
  color: #fff;
  margin: 0;
}
.btn-white {
  padding: 0px 25px !important;
  margin-top: 10px;
  color: #fff;
}
.modal-popup .small-modal {
  width: 500px;
}
@media only screen and (max-width: 640px) {
  .slidein-popup {
    width: 80%;
  }
  .slidein-popup .slidein-popup-text {
    width: 100%;
    padding: 17px 16px;
    text-align: center;
  }
  .slidein-popup .slidein-popup-book {
    width: 100%;
    text-align: center;
  }
  .slidein-popup .slidein-popup-arrow {
    width: 10%;
  }
  .slidein-popup .slidein-popup-container > .content {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .popup-container,
  .popup-container-2 {
    width: 100%;
  }
  .popup-text h2 {
    font-size: 16px;
  }
  .popup-container .btn-orange {
    padding: 0px 10px !important;
    font-size: 11px;
    line-height: 3;
  }
  .popup-arrow {
    padding: 9% 1%;
  }
  .popup-container-2 div:nth-child(1) h3 {
    font-size: 16px;
  }
}
