/* ujanika.cz — design (sloučeno: style.min.css + orbinet.css) */
/* cesty obrázků upraveny: ../img/ -> ../img/ */

/* ============ U Janíka — paleta ============ */
:root {
  --c-bg:        #F2E9DC;  /* pozadí stránky */
  --c-surface:   #D0C8B9;  /* karty, alternující sekce, jemné linky */
  --c-text:      #262524;  /* body text, footer, tmavé plochy */
  --c-heading:   #513D26;  /* nadpisy, nav, logo text (ztmaveno při portu) */
  --c-heading-rgb: 81, 61, 38;  /* #513D26 v RGB pro rgba() (hero gradient) */
  --c-cta:       #B0541F;  /* tlačítka, odkazy (měď) */
  --c-cta-hover: #8E4216;  /* tmavší měď na :hover */
  --c-accent:    #C9A24B;  /* medová — linky, podtržení, NE text */
  --c-secondary: #85752D;  /* oliva — sekundární akcent */
  --c-muted:     #747471;  /* muted text */
  --c-sand:      #A18A6C;  /* doplňková zemitá */
  --c-kytka:     #d19d64;  /* oranžová kytka — oddělovače/masky */
  --c-surface-2: #ddd7cc;  /* světlejší sand — boxy za fotkami, pozadí karet */

  /* šířka obsahového kontejneru napříč celým webem */
  --container-max: 1460px;
}
body { background-color: var(--c-bg); color: var(--c-text); }

/* ============ style.min.css ============ */
html.menu-opened {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Montserrat,sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

p {
  color: var(--c-muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .3px;
}

h2 {
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 50px;
}

header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

header.scrolling,
header.other-page-menu {
  -webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,.45);
  -moz-box-shadow: 0 3px 8px 1px rgba(0,0,0,.45);
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.45);
}

header.scrolling .logo,
header.other-page-menu .logo {
  -webkit-box-shadow: 0 3px 27px rgba(0,0,0,.09);
  -moz-box-shadow: 0 3px 27px rgba(0,0,0,.09);
  box-shadow: 0 3px 27px rgba(0,0,0,.09);
}

header.scrolling .mobile-nav,
header.other-page-menu .mobile-nav {
  -webkit-box-shadow: 0 3px 8px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0 3px 8px 1px rgba(0,0,0,.25);
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.25);
}

.subpage {
  padding-top: 100px;
}

.subpage header {
  background-color: #fff;
  box-shadow: 0 0 43px rgba(0,0,0,.1);
}

.subpage header.scrolling .main-nav {
  padding: 15px 0;
}

.subpage header .main-nav {
  padding: 30px 0;
}

.subpage header .main-nav ul li a {
  color: var(--c-text);
}

.subpage header .main-nav__left::before,
.subpage header .main-nav__right::before {
  top: -30px;
  background-color: var(--c-surface);
}

.subpage header .logo {
  -webkit-box-shadow: 0 3px 27px rgba(0,0,0,.09);
  -moz-box-shadow: 0 3px 27px rgba(0,0,0,.09);
  box-shadow: 0 3px 27px rgba(0,0,0,.09);
  background-color: #fff;
  padding: 10px;
}

.subpage header .top-info-panel__menu li a {
  color: var(--c-text);
}

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--c-accent);
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden!important;
}

.top-info-panel {
  padding-left: 15px;
  padding-right: 15px;
}

.top-info-panel__menu {
  display: flex;
}

.top-info-panel__menu .lang {
  margin-left: auto;
}

.top-info-panel__menu .lang a {
  font-weight: 700;
}

.top-info-panel__menu .lang a.active {
  color: var(--c-surface);
  position: relative;
}

.top-info-panel__menu .lang a.active::before {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--c-surface);
}

.top-info-panel__menu .lang a:last-of-type {
  margin-right: 0;
}

.top-info-panel__menu a {
  padding: .5rem 0;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1.2px;
  margin-right: .5rem;
  color: #fff;
}

.top-panel-icon {
  display: inline-block;
  margin-right: .75rem;
  width: 17px;
  height: 17px;
}

.top-phone-icon {
  background: url(../img/svg/phone.svg) no-repeat center;
  background-size: contain;
}

.top-envelope-icon {
  background: url(../img/svg/envelope.svg) no-repeat center;
  background-size: contain;
}

.slick-slide {
  outline: 0!important;
}

.main-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-nav ul li {
  display: inline-block;
  position: relative;
}

.main-nav ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: -3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.main-nav ul li:first-of-type::before {
  display: none;
}

.main-nav ul li:first-of-type a:first-of-type {
  padding-left: 0;
}

.main-nav ul li:last-of-type a:last-of-type {
  padding-right: 0;
}

.main-nav ul li a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: .5rem .75rem;
}

.main-nav__left,
.main-nav__right {
  position: relative;
  width: 42%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-nav__left::before,
.main-nav__right::before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  width: calc(100% + 50px);
  height: 2px;
  background-color: rgba(255,255,255,.12);
  transition-delay: .15s;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-nav__left::before {
  left: -15px;
}

.main-nav__right {
  text-align: right;
}

.main-nav__right::before {
  right: -15px;
}

.logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.logo .logo-img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: url(../img/logo/u-janika-logo.svg) no-repeat center;
  background-size: contain;
}

.logo__text {
  color: #fff;
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2.13px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: var(--c-text);
}

.mobile-nav .logo.logo--mobile {
  padding: 10px;
  background-color: var(--c-bg);
  -webkit-box-shadow: 0 3px 27px rgba(0,0,0,.09);
  -moz-box-shadow: 0 3px 27px rgba(0,0,0,.09);
  box-shadow: 0 3px 27px rgba(0,0,0,.09);
}

.mobile-nav .logo.logo--mobile img {
  max-width: 40px;
  margin-bottom: .5rem;
}

.mobile-nav .logo.logo--mobile .logo__text {
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
}

.mobile-menu-opener {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/svg/bars-gold.svg) no-repeat center;
  background-size: contain;
}

.mobile-menu-opener.menu-opened {
  background: url(../img/svg/times-gold.svg) no-repeat center;
  background-size: contain;
}

.mobile-menu {
  display: none;
  overflow: auto;
  position: fixed;
  height: calc(100dvh - 50px);
  width: 100%;
  top: 50px;
  padding-top: 100px;
  padding-bottom: calc(130px + env(safe-area-inset-bottom));
  background-color: var(--c-text);
}

.mobile-menu ul:first-of-type {
  margin-bottom: 1.5rem;
}

.mobile-menu ul:first-of-type li {
  position: relative;
}

.mobile-menu ul:first-of-type li::before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -3.5px;
  background-size: contain;
}

.mobile-menu ul:first-of-type li:last-of-type::before {
  display: none;
}

.mobile-menu ul:first-of-type li a {
  padding: 20px 10px;
}

.mobile-menu ul li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mobile-menu ul li a {
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 15px 10px;
}

.mobile-menu ul li a.active {
  color: var(--c-cta);
  font-weight: 700;
}

.button {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 20px 45px;
  background-color: transparent;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button::after,
.button::before {
  content: '';
  width: 2px;
  height: 0;
  position: absolute;
  background-color: var(--c-cta);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button::before {
  top: 0;
  left: 0;
}

.button::after {
  bottom: 0;
  right: 0;
}

.button .button__text {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button:hover::after,
.button:hover::before {
  height: 100%;
}

.button:hover .button__text::before {
  top: -2px;
}

.button:hover .button__text::after {
  bottom: -2px;
}

.button-primary {
  border-top: 2px solid var(--c-cta);
  border-bottom: 2px solid var(--c-cta);
}

.button-secondary {
  color: var(--c-text);
  border-bottom: 2px solid var(--c-cta);
}

.button-secondary .button__text {
  font-weight: 700;
}

.button-secondary .button__text::before {
  top: -2px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.button-secondary:hover .button__text {
  color: var(--c-cta);
}

.button-secondary:hover .button__text::before {
  width: 100%;
}

.button__text::after,
.button__text::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 2px;
  background-color: var(--c-cta);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button__text::before {
  top: 5px;
}

.button__text::after {
  bottom: 5px;
}

footer {
  padding: 50px 0;
}

.contact-box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-box__title {
  position: relative;
  color: var(--c-text);
  font-family: Merriweather;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin-bottom: 50px;
  text-align: center;
}

.contact-box__title::before {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--c-surface);
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-box__address {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  color: var(--c-muted);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
}

.contact-box__address span {
  font-weight: 500;
}

.contact-box__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-box__contacts a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: var(--c-muted);
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.contact-box__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-box__text p {
  max-width: 320px;
  text-align: center;
  color: var(--c-muted);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

.contact-box__email {
  position: relative;
  width: 100%;
  height: 55px;
  max-width: 350px;
  margin: 0 auto 1rem auto;
}

.contact-box__email::before {
  content: '';
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.contact-box__email button {
  width: 55px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  border: none;
  outline: 0!important;
}

input[type=email] {
  padding: 10px 55px;
}

.form-control {
  border: 2px solid var(--c-surface);
  border-radius: 0;
  padding: 10px 15px;
  height: 55px;
  color: var(--c-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  outline: 0!important;
  box-shadow: none!important;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-control:active,
.form-control:focus {
  border-color: var(--c-cta)!important;
}

.footer-bottom {
  padding: 50px 0 0;
  border-top: 2px solid var(--c-surface);
}

.footer-bottom__left,
.footer-bottom__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
}

.footer-bottom__left li,
.footer-bottom__right li {
  display: inline-block;
  position: relative;
}

.footer-bottom__left li::before,
.footer-bottom__right li::before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.5px;
  background-size: contain;
}

.footer-bottom__left li a,
.footer-bottom__right li a {
  display: inline-block;
  color: var(--c-muted);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 10px;
}

.footer-bottom__left {
  justify-content: flex-end;
}

.footer-bottom__right {
  justify-content: flex-start;
}

.footer-bottom__logo {
  background: #fff;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-bottom__logo .logo-img {
  width: 200px;
  height: 200px;
  background: url(../img/logo/u-janika-logo.svg) no-repeat center;
  background-size: contain;
}

section.gallery-type-1 {
  position: relative;
  display: flex;
  align-items: center;
}

.instagram .gallery-type-1__slider .item::before {
  content: '';
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 45px;
  height: 45px;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.instagram .gallery-type-1__slider .item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: none;
}

.instagram .gallery-type-1__slider .item:hover::before {
  opacity: 1;
}

.instagram .gallery-type-1__caption {
  background-size: 200px;
}

.gallery-type-1__slider {
  position: relative;
  width: 100%;
}

.gallery-type-1__slider .item {
  position: relative;
  overflow: hidden;
}

.gallery-type-1__slider .item img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: calc(100% - 30px);
  margin: auto;
  object-fit: cover;
}

.gallery-type-1__slider .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.slider-arrow.gallery1-slider-arrow--left {
  width: 40px;
  height: 40px;
  bottom: -50px;
  left: 15px;
  z-index: 15;
}

.slider-arrow.gallery1-slider-arrow--right {
  width: 40px;
  height: 40px;
  bottom: -50px;
  right: 15px;
  z-index: 15;
}

.gallery-type-1__caption {
  height: 150px;
  width: 25%;
  min-width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -120px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  background-color: var(--c-text);
  font-weight: 500;
}

.gallery-type-1__caption span {
  font-family: Merriweather;
  font-size: 22px;
  font-weight: 400;
  color: var(--c-cta);
  margin-top: .25rem;
}

.bg-white {
  background-color: #fff!important;
}

.slick-slide:not(.slick-active) {
  transition-delay: .5s!important;
}

.slider-arrow {
  cursor: pointer;
}

.intro-slider__item {
  height: calc(100vh + 20px);
  position: relative;
  z-index: 1;
}

.intro-slider__item img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(.7,0,.3,1);
  -moz-transition: all 1s cubic-bezier(.7,0,.3,1);
  transition: all 1s cubic-bezier(.7,0,.3,1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.intro-slider__item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.slider-track {
  transition: all 1s cubic-bezier(.7,0,.3,1);
}

.slider-arrow {
  display: inline-block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: no-repeat center;
  background-size: contain;
}

.reviews-slider-arrow--left {
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reviews-slider-arrow--right {
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.intro-slider-arrow--left {
  bottom: 75px;
  right: 150px;
}

.intro-slider-arrow--right {
  bottom: 75px;
  right: 75px;
}

.intro-text {
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 60px));
  -moz-transform: translateX(-50%) translateY(calc(-50% + 60px));
  transform: translateX(-50%) translateY(calc(-50% + 60px));
  text-align: center;
}

.intro-text__small {
  position: relative;
  display: block;
  color: var(--c-accent);
  font-family: Merriweather;
  font-size: 19px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: .77px;
  margin-bottom: 24px;
}

.intro-text__small::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: var(--c-accent);
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.intro-text__main {
  font-family: Merriweather;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.intro-text__main span {
  display: block;
  font-weight: 400;
  color: var(--c-accent);
  font-style: italic;
  text-transform: none;
}

.intro-socials {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  z-index: 5;
}

.intro-socials .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 10px 25px;
  background: no-repeat center;
  background-size: contain;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.intro-socials .icon-facebook {
  background-image: url(../img/svg/facebook.svg);
}

.intro-socials .icon-instagram {
  background-image: url(../img/svg/instagram.svg);
}

.intro-socials .icon-tripadvisor {
  width: 25px;
  height: 25px;
}

.intro-socials a:hover .icon-facebook {
}

.intro-socials a:hover .icon-instagram {
}

.intro-socials a:hover .icon-tripadvisor {
}

.intro-items {
  position: relative;
  z-index: 10;
  background-color: var(--c-text);
  padding: 30px 0;
}

.intro-items .row>div {
  border-right: 1px solid rgba(255,255,255,.03);
}

.intro-items .row>div:last-of-type {
  border-right: none;
}

.intro-items__box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Merriweather;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: .7px;
  padding: 25px 15px;
}

.intro-items__box img {
  width: 100%;
  max-width: 50px;
  margin-right: 1rem;
}

.intro-items__box span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

section.about_us {
  overflow: hidden;
  position: relative;
  background-color: var(--c-surface);
  padding: 180px 0 50px 0;
  margin-top: -150px;
}

section.about_us h2,
section.about_us p {
  position: relative;
  z-index: 15;
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about_us__image {
  display: flex;
  justify-content: center;
}

.about_us__image img {
  width: auto;
  object-fit: cover;
  z-index: 5;
}

.section-label {
  position: relative;
  z-index: 15;
  display: inline-block;
  color: var(--c-cta);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .91px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.signature {
  margin-bottom: 30px;
  position: relative;
  z-index: 15;
}

.signature__person,
.signature__scan {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.signature__person .name {
  color: var(--c-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .91px;
}

.signature__person .function {
  color: var(--c-muted);
  font-family: Merriweather;
  font-size: 14px;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: .7px;
}

.signature__scan img {
  width: 250px;
}

section.chefs_choice {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.chefs_choice__text {
  display: none;
  position: absolute;
  top: -365px;
  left: -22%;
  z-index: 10;
  color: var(--c-surface);
  font-family: Merriweather;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  font-style: italic;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

section.our_menu {
  padding: 50px 0;
  background: url(../img/homepage/janikovy_louky.webp) no-repeat center;
  background-size: cover;
}

.our_menu__title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.our_menu__title::after,
.our_menu__title::before {
  content: '';
  width: 25%;
  height: 2px;
  background-color: rgba(255,255,255,.12);
  position: absolute;
  bottom: 15px;
}

.our_menu__title::before {
  left: calc(25% - 45px);
}

.our_menu__title::after {
  right: calc(25% - 45px);
}

.our_menu__title h2 {
  color: #fff;
  margin-bottom: 15px;
}

.our_menu__title .section-label {
  margin-bottom: 15px;
}

.our_menu__title .diamond {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
}

.our_menu__content {
  overflow: hidden;
  padding-top: 15px;
  background: #fff;
}

.our_menu__content .nav-tabs {
  border-bottom: 2px solid var(--c-surface);
  margin: 0 15px;
}

.our_menu__content .nav-item {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 20px 10px;
}

.our_menu__content .nav-item.active::after,
.our_menu__content .nav-item.active::before {
  content: "";
  height: 2px;
  position: absolute;
  background-color: var(--c-cta);
}

.our_menu__content .nav-item.active::before {
  width: 100%;
  bottom: -1px;
  left: 0;
}

.our_menu__content .nav-item.active::after {
  width: calc(100% - 20px);
  bottom: -7px;
  left: 10px;
}

.our_menu__content .nav-item span {
  display: block;
  color: var(--c-muted);
  font-family: Merriweather;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: .7px;
  text-transform: none;
}

.our_menu__content .meals-container {
  max-height: 400px;
  overflow: auto;
}

.meal-title {
  color: var(--c-muted);
  font-family: Merriweather;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 30px;
}

.meals {
  margin-bottom: 50px;
}

.meals__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 2px solid var(--c-surface);
}

.meals__item:last-of-type {
  border-bottom: none;
}

.meals__item::before {
  content: "";
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
}

.meals__item .title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  max-width: 300px;
  width: calc(100% - 25px);
}

.meals__item .price {
  color: var(--c-cta);
  font-family: Merriweather;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  text-align: right;
  margin-left: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 15px;
  border-radius: 0;
  background-color: var(--c-surface);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--c-text)!important;
  width: 15px;
  border-radius: 0;
  opacity: 1!important;
}

.mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.next_events {
  padding: 50px 0;
}

.next_events__title {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.next_events__title::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75px;
  height: 2px;
  background-color: var(--c-surface);
}

.next_events__title .section-label {
  margin-bottom: 15px;
}

.older-events {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.older-events .row>div:first-of-type .older-event {
  padding-left: 0;
}

.older-events .row>div:last-of-type .older-event {
  padding-right: 0;
}

.older-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.older-event img {
  width: 100%;
  margin-bottom: 15px;
}

.older-event .date {
  color: var(--c-muted);
  font-family: Merriweather;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: .7px;
}

.older-event .title {
  text-align: center;
  position: relative;
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.older-event .title::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--c-cta);
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.older-event:hover .title {
  color: var(--c-cta);
}

.main-event {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-event img {
  width: 100%;
}

.main-event:hover .title {
  color: var(--c-cta);
}

.main-event__card {
  padding: 30px;
  box-shadow: 0 0 43px rgba(0,0,0,.05);
  background-color: #fff;
  text-align: center;
  margin-top: -200px;
}

.main-event__card .title {
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-event__card .diamond {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: auto;
  background-size: contain;
  margin-bottom: 30px;
}

.main-event__card .diamond::after,
.main-event__card .diamond::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: var(--c-surface);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-event__card .diamond::before {
  left: -85px;
}

.main-event__card .diamond::after {
  right: -85px;
}

.main-event__card .text {
  margin-bottom: 30px;
}

.main-event__card .date {
  position: relative;
  color: var(--c-muted);
  font-family: Merriweather;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: .7px;
}

.main-event__card .date::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--c-cta);
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.reserve_table {
  position: relative;
}

.reserve_table__image {
  position: relative;
  width: 100%;
  max-height: 200px;
}

.reserve_table__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 200px;
}

.reserve_table__image h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: Merriweather;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
}

.reserve_table__image h2 span {
  color: var(--c-cta);
  font-style: italic;
  font-weight: 400;
}

.reserve_table__link {
  position: relative;
  background-color: var(--c-text);
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

section.reviews {
  background-color: var(--c-surface);
  padding: 100px 0 200px 0;
}

section.reviews .section-label {
  position: relative;
  margin-bottom: 50px;
}

section.reviews .section-label::before {
  content: '';
  background-color: var(--c-surface);
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.guest-review {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 43px rgba(0,0,0,.05);
  background-color: #fff;
  padding: 50px;
}

.guest-review__stars {
  margin-bottom: 30px;
}

.guest-review__text {
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 750px;
  text-align: center;
  margin-bottom: 50px;
}

.guest-review__author {
  text-align: center;
  color: var(--c-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.guest-review__author .date {
  color: var(--c-muted);
  font-family: Merriweather;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: .7px;
  text-transform: none;
}

.reviews__slider {
  position: relative;
}

.reviews__slider::before {
  content: '';
  width: 66%;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: url(../img/logo/kytka.svg) repeat top left;
  background-size: 30px;
}

.reviews__slider .slick-dots {
  display: flex;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reviews__slider .slick-dots li {
  margin: 0 .25rem;
  position: relative;
}

.reviews__slider .slick-dots li::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: no-repeat center;
  background-size: contain;
}

.reviews__slider .slick-dots li.slick-active::before {
}

.reviews__slider .slick-dots li button {
  opacity: 0;
}

.family-tradition {
  margin-bottom: 150px;
}

.family-tradition__card {
  position: relative;
  padding: 30px 15px;
  box-shadow: 0 0 43px rgba(0,0,0,.05);
  background-color: #fff;
}

.family-tradition__card p {
  color: var(--c-muted);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .3px;
  text-align: center;
}

.family-tradition-title h2 {
  margin-bottom: 30px;
}

.family-tradition-title .diamond {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  margin: auto;
  background-size: contain;
  margin-bottom: 30px;
}

.family-tradition-title .diamond::after,
.family-tradition-title .diamond::before {
  content: "";
  width: 65px;
  height: 2px;
  background-color: var(--c-heading);
  opacity: .07;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.family-tradition-title .diamond::before {
  left: -90px;
}

.family-tradition-title .diamond::after {
  right: -90px;
}

.family-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: -120px;
  left: 0;
}

.family-signature__owner {
  position: relative;
}

.family-signature__sign img {
  max-width: 150px;
}

.family-tradition__image img {
  width: 100%;
}

.subpage h2:not(.main-title) {
  position: relative;
  color: var(--c-text);
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
}

.subpage h2:not(.main-title).text-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.subpage h2:not(.main-title)::before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: var(--c-cta);
}

.subpage h3 {
  color: var(--c-text);
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.subpage p {
  margin-bottom: 50px;
}

.subpage blockquote {
  background-size: auto;
  padding-top: 50px;
}

.subpage blockquote p {
  margin-bottom: 75px;
}

.subpage blockquote .author {
  width: 220px;
  text-align: center;
  padding: 15px 0;
  color: var(--c-cta);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .91px;
  margin: auto;
  border-top: 2px solid var(--c-surface);
}

.subpage .gallery-type-1 {
  margin: 130px 0 100px 0;
}

.content .row {
  margin-bottom: 50px;
}

.content ol,
.content ul {
  padding: 0;
  margin-bottom: 30px;
}

.content ol li,
.content ul li {
  position: relative;
  list-style-type: none;
  color: var(--c-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .3px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.content ol li::before,
.content ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  background: no-repeat center;
  background-size: contain;
}

.content ul li::before {
  top: 5px;
  background-size: 10px;
}

.content ol {
  counter-reset: numberedList;
}

.content ol li {
  counter-increment: numberedList;
}

.content ol li::before {
  content: counter(numberedList,decimal-leading-zero) ".";
  color: var(--c-cta);
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}

table.table th {
  border-top: none;
  border-bottom: 2px solid var(--c-cta);
  color: var(--c-heading);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .91px;
  padding: 15px;
  text-align: center;
}

table.table td {
  color: var(--c-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
  letter-spacing: 1.27px;
}

.download-file {
  position: relative;
  box-shadow: 0 0 43px rgba(0,0,0,.05);
  background-color: #fff;
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.download-file::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 60px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  bottom: -60px;
  background: url(../img/logo/kytka.svg) repeat top left;
  background-size: 30px;
}

.download-file img {
  margin-right: 30px;
  max-width: 50px;
}

.download-file:hover .download-file__text {
  color: var(--c-cta);
}

.download-file__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.download-file__text span {
  color: var(--c-cta);
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.download-pdf {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.download-pdf::before {
  content: '';
  width: 110px;
  height: 40px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/logo/kytka.svg) repeat top left;
  background-size: 30px;
}

.download-pdf:hover .download-pdf__text {
  color: var(--c-cta);
}

.download-pdf__image {
  padding: 50px 0;
  box-shadow: 0 0 43px rgba(0,0,0,.05);
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.download-pdf__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.download-pdf__text span {
  font-family: Montserrat,sans-serif;
  color: var(--c-cta);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.warning {
  background-color: var(--c-text);
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.warning__title {
  color: var(--c-cta);
  font-family: Merriweather;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 4.24px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.warning__text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-align: center;
  width: 100%;
}

.grid_gallery {
  padding: 30px 0;
}

.grid_gallery h2 {
  margin-bottom: 75px;
}

.grid_gallery__column a {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.grid_gallery__column img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.grid_gallery__column a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.full_width_gallery {
  overflow: hidden;
  padding: 30px 0 50px 0;
}

.full_width_gallery a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.full_width_gallery h2 {
  margin-bottom: 75px;
}

.full_width_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.full_width_gallery a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.pagination .page-item.active .page-link {
  background-color: var(--c-cta);
  border-color: var(--c-cta);
}

.pagination .page-item.active .page-link:hover {
  color: #fff!important;
}

.pagination .page-item:first-of-type .page-link {
  padding: 0;
  border: none;
}

.pagination .page-item:last-of-type .page-link {
  padding: 0;
  border: none;
}

.pagination .page-link {
  color: var(--c-heading);
  font-size: 12px;
  width: 30px;
  height: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.pagination .page-link:hover {
  color: var(--c-cta);
  border-color: var(--c-cta);
  background-color: #fff;
}

.pagination .page-link:active,
.pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}

.pagination .next-page {
  width: 30px;
  height: 30px;
  border: none;
  background-size: contain;
}

.pagination .previous-page {
  width: 30px;
  height: 30px;
  border: none;
  background-size: contain;
}

.contact footer {
  background-color: var(--c-surface);
}

.contact footer .footer-bottom {
  border: none;
}

.contact .footer-bottom__logo {
  background-color: transparent;
}

.contact .footer-bottom__logo .logo-img {
  width: 150px;
  height: 150px;
}

section.contact_boxes {
  padding: 50px 0;
}

section.contact_boxes p {
  margin-bottom: 50px;
}

section.stay_in_contact {
  background-color: var(--c-surface);
  padding: 50px 0;
}

section.stay_in_contact h2 {
  color: var(--c-text);
  font-family: Merriweather;
  font-size: 25px!important;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

section.stay_in_contact h2::before {
  background-color: var(--c-surface)!important;
}

section.stay_in_contact p {
  color: var(--c-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
}

section.stay_in_contact .row {
  margin-bottom: 0;
}

section.stay_in_contact .row>div {
  display: flex;
  align-items: center;
}

section.stay_in_contact .form-control {
  border-color: var(--c-surface);
}

section.contact_form_section {
  background-color: var(--c-surface);
}

.contact-form {
  position: relative;
  background-color: #fff;
  padding: 100px 30px 50px 30px;
}

.contact-form::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 50px;
}

.contact-form form {
  max-width: 650px;
  margin: auto;
}

.contact-form .contact-box__email {
  max-width: 100%;
}

.contact-form h3 {
  position: relative;
  color: var(--c-heading);
  font-family: Merriweather;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 100px;
}

.contact-form h3::after,
.contact-form h3::before {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  bottom: -19px;
  background-color: var(--c-surface);
}

.contact-form h3::before {
  left: calc(50% - 65px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-form h3::after {
  right: calc(50% - 65px);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}

.contact-form h3 .diamond {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  background-size: contain;
}

#map {
  position: relative;
  width: 100%;
  height: 400px;
}

@media (min-width:400px) {
  .gallery-type-1__slider .item img {
    width: auto;
  }

  .gallery-type-1__caption {
    min-width: 300px;
  }
}

@media (min-width:576px) {
  .grid_gallery__column--1 a:first-of-type img {
    height: 340px;
  }

  .grid_gallery__column--1 a:last-of-type img {
    height: 230px;
  }

  .grid_gallery__column--2 a img {
    height: 180px;
  }
}

@media (min-width:768px) {
  .reserve_table__image h2 {
    font-size: 36px;
  }
}

@media (min-width:992px) {
  h2 {
    font-size: 48px;
  }

  header.scrolling,
  header.other-page-menu {
    background-color: var(--c-heading);
  }

  header.scrolling .main-nav,
  header.other-page-menu .main-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header.scrolling .main-nav ul li a,
  header.other-page-menu .main-nav ul li a {
    color: #fff;
  }

  header.scrolling .main-nav__left::before,
  header.scrolling .main-nav__right::before,
  header.other-page-menu .main-nav__left::before,
  header.other-page-menu .main-nav__right::before {
    top: -15px;
    background-color: rgba(255,255,255,.12)!important;
  }

  header.scrolling .top-info-panel__menu li a,
  header.other-page-menu .top-info-panel__menu li a {
    color: #fff;
  }

  header.scrolling .logo,
  header.other-page-menu .logo {
    background-color: var(--c-bg);
    padding: 15px;
  }

  header.scrolling .logo .logo-img,
  header.other-page-menu .logo .logo-img {
    background-image: url(../img/logo/u-janika-logo.svg);
    width: 120px;
    height: 120px;
  }

  .subpage {
    padding-top: 150px;
  }

  .subpage header:not(.scrolling) .logo {
    box-shadow: none;
    background-color: var(--c-text);
    padding: 15px;
  }

  .subpage {
    padding-top: 200px;
  }

  .logo.logo-subpage .logo-img {
    width: 120px;
    height: 120px;
  }

  .logo {
    margin-top: -38px;
  }

  .logo .logo-img {
    width: 150px;
    height: 150px;
    background-image: url(../img/logo/u-janika-logo.svg);
  }

  footer {
    padding: 100px 0;
  }

  .contact-box {
    border-right: 2px solid var(--c-surface);
  }

  .contact-box:last-of-type {
    border-right: none;
  }

  .footer-bottom {
    margin-top: 85px;
  }

  .footer-bottom__left li a,
  .footer-bottom__right li a {
    padding: 10px 15px;
  }

  .footer-bottom__left,
  .footer-bottom__right {
    flex-direction: row;
    padding-top: 0;
  }

  .footer-bottom__left li:first-of-type::before,
  .footer-bottom__right li:first-of-type::before {
    display: none;
  }

  .footer-bottom__left {
    padding-right: 50px;
  }

  .footer-bottom__right {
    padding-left: 50px;
  }

  .footer-bottom__logo {
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  section.gallery-type-1 {
    margin-top: -75px;
  }

  .instagram .gallery-type-1__caption {
    background-size: 250px;
  }

  .gallery-type-1__slider {
    width: 80%;
    margin-left: auto;
  }

  .gallery-type-1__slider .item img {
    max-width: 100%;
  }

  .slider-arrow.gallery1-slider-arrow--left {
    left: 10%;
    bottom: 0;
  }

  .slider-arrow.gallery1-slider-arrow--right {
    left: 16%;
    bottom: 0;
  }

  .gallery-type-1__caption {
    align-items: flex-start;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 2%;
  }

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

  .intro-text__small {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .intro-text__small::before {
    bottom: -16px;
  }

  .intro-text__main {
    font-size: 45px;
    margin-bottom: 70px;
  }

  section.about_us {
    padding: 250px 0 100px 0;
  }

  section.about_us h2,
  section.about_us p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .about_us__image {
    justify-content: flex-end;
  }

  .section-label {
    width: auto;
    text-align: left;
  }

  .signature__person,
  .signature__scan {
    align-items: flex-start;
  }

  section.chefs_choice {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 100px;
  }

  section.chefs_choice .container {
    margin-top: -50px;
  }

  section.our_menu {
    padding: 100px 0;
  }

  .our_menu__content .nav-tabs {
    margin: 0 50px;
  }

  .our_menu__content .meals-container {
    max-height: 500px;
  }

  .our_menu__content .meals-container__inner {
    padding: 50px 50px 0 50px;
  }

  .our_menu__content {
    padding-top: 50px;
  }

  .meals__item {
    max-width: 420px;
  }

  .meals__item .price {
    width: auto;
  }

  .next_events {
    padding: 100px 0;
  }

  .older-events .row>div:first-of-type {
    border-right: 2px solid var(--c-surface);
  }

  .older-event {
    padding: 0 45px;
  }

  .main-event {
    align-items: flex-start;
  }

  .main-event img {
    width: auto;
  }

  .main-event__card {
    padding: 50px;
    position: absolute;
    right: 15%;
    top: calc(50% - 25px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 470px;
    margin-top: 0;
  }

  .main-event__card::before {
    content: '';
    width: 60px;
    height: 330px;
    position: absolute;
    right: -75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/logo/kytka.svg) repeat top left;
    background-size: 30px;
  }

  .main-event__card .title {
    font-size: 30px;
  }

  .reserve_table__image {
    width: 80%;
    max-height: inherit;
  }

  .reserve_table__image img {
    height: auto;
    max-height: inherit;
  }

  .reserve_table__image h2 {
    font-size: 48px;
    left: 40%;
  }

  .reserve_table__link {
    margin-top: 0;
    width: 440px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  section.reviews {
    margin-top: -50px;
    padding: 200px 0;
  }

  .guest-review {
    padding: 50px 50px 100px 50px;
  }

  .guest-review__text {
    font-size: 48px;
  }

  .reviews__slider .slick-dots {
    bottom: 30px;
  }

  .family-tradition {
    margin-bottom: 50px;
  }

  .family-tradition__card {
    width: calc(100% + 50px);
    position: absolute;
    left: -50px;
    padding: 30px;
  }

  .family-signature__owner {
    padding-left: 100px;
  }

  .family-signature__owner::before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: var(--c-cta);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
  }

  .family-signature__sign img {
    max-width: 280px;
  }

  .family-tradition__image img {
    width: auto;
  }

  .subpage h3 {
    margin-bottom: 50px;
  }

  .subpage p {
    margin-bottom: 30px;
  }

  .subpage .gallery-type-1 {
    margin: 50px 0 100px 0;
  }

  .content .row>div.col-lg-6:first-of-type {
    padding-right: 30px;
  }

  .content .row>div.col-lg-6:last-of-type {
    padding-left: 30px;
  }

  .content .row {
    margin-bottom: 100px;
  }

  .download-file {
    max-width: 450px;
    margin-bottom: 0;
  }

  .download-file::before {
    bottom: auto;
    width: 60px;
    height: 110px;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .warning {
    padding: 40px 30px;
  }

  .warning__title {
    margin-bottom: 0;
    width: 25%;
    text-align: left;
    border-right: 2px solid rgba(255,255,255,.12);
  }

  .warning__text {
    width: 75%;
    text-align: left;
    padding-left: 50px;
  }

  .grid_gallery {
    padding: 50px 0;
  }

  .grid_gallery__column--1 a:first-of-type img {
    height: 280px;
  }

  .grid_gallery__column--1 a:last-of-type img {
    height: 190px;
  }

  .grid_gallery__column--2 a img {
    height: 146.6px;
  }

  .grid_gallery__column--3 a img {
    height: 500px;
  }

  .full_width_gallery {
    padding: 50px 0 100px 0;
  }

  .pagination .page-link {
    width: 50px;
    height: 50px;
    margin: 0 5px;
  }

  .pagination .next-page {
    width: 50px;
    height: 50px;
  }

  .pagination .previous-page {
    width: 50px;
    height: 50px;
  }

  .contact footer {
    position: relative;
    z-index: 100;
    padding-top: 0;
    margin-top: -85px;
    padding-bottom: 50px;
  }

  .contact .footer-bottom__logo {
    padding: 30px;
    -webkit-box-shadow: 0 3px 27px rgba(0,0,0,.09);
    -moz-box-shadow: 0 3px 27px rgba(0,0,0,.09);
    box-shadow: 0 3px 27px rgba(0,0,0,.09);
    background-color: #fff;
    top: -125px;
  }

  section.contact_boxes {
    padding: 100px 0;
  }

  section.stay_in_contact {
    padding: 100px 0;
  }

  .contact-form {
    padding: 100px 50px;
  }

  .contact-form::before {
    width: 120px;
    height: 120px;
    left: -120px;
    background-size: 70px;
  }

  #map {
    height: calc(100% - 120px);
    bottom: -120px;
  }
}

@media (min-width:1200px) {
  .top-info-panel__menu a {
    margin-right: 2rem;
  }

  .main-nav {
    padding: 45px 0;
  }

  .main-nav ul li a {
    font-size: 12px;
  }

  .main-nav__left::before,
  .main-nav__right::before {
    top: -45px;
    width: calc(100% + 100px);
  }

  .main-nav__left::before {
    left: -115px;
  }

  .main-nav__right::before {
    right: -115px;
  }

  .logo.logo-subpage .logo-img {
    width: 150px;
    height: 150px;
  }

  .logo .logo-img {
    width: 200px;
    height: 200px;
  }

  .logo__text {
    font-size: 36px;
  }

  .w-xl-80 {
    width: 80%!important;
  }

  .w-xl-20 {
    width: 20%!important;
  }

  .slider-arrow.gallery1-slider-arrow--left {
    left: 12%;
  }

  .intro-socials {
    margin: 0;
    padding-right: 75px;
    justify-content: flex-end;
  }

  .intro-items {
    margin-top: -75px;
  }

  .intro-items__box {
    justify-content: flex-start;
  }

  .about_us__image::before {
    content: '';
    width: 800px;
    height: 350px;
    position: absolute;
    left: 40px;
    top: 150px;
    background: var(--c-surface-2);
    border-radius: 6px;
    z-index: 0;
  }

  section.chefs_choice::before {
    content: none;
  }

  section.chefs_choice::after {
    content: none;
  }

  .chefs_choice__text {
    display: block;
  }

  .older-events {
    justify-content: flex-end;
  }

  .family-tradition__card {
    padding: 50px;
  }

  .grid_gallery__column--1 a:first-of-type img {
    height: 340px;
  }

  .grid_gallery__column--1 a:last-of-type img {
    height: 230px;
  }

  .grid_gallery__column--2 a img {
    height: 180px;
  }

  .grid_gallery__column--3 a img {
    height: 600px;
  }
}

@media (min-width:1400px) {
  .container {
    max-width: var(--container-max);
  }

  .top-info-panel__menu a {
    font-size: 12px;
  }

  .main-nav ul li a {
    padding: .5rem 2rem;
  }

  .gallery-type-1__caption {
    padding-left: 5%;
    height: 200px;
  }

  .intro-slider__item {
    min-height: 920px;
  }

  .reviews-slider-arrow--left {
    left: 12%;
  }

  .reviews-slider-arrow--right {
    right: 12%;
  }

  .intro-slider-arrow--left {
    bottom: 30px;
  }

  .intro-slider-arrow--right {
    bottom: 30px;
  }

  .intro-text__main {
    font-size: 50px;
    letter-spacing: 2.26px;
  }

  .intro-socials::before {
    content: '';
    width: 15%;
    height: 2px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--c-surface);
  }

  .intro-items__box {
    padding: 45px 30px;
  }

  .next_events .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }

  .contact footer {
    padding-bottom: 100px;
  }
}

@media (min-width:1600px) {
  .subpage header.scrolling .main-nav {
    padding: 15px 100px;
  }

  .subpage header .main-nav {
    padding: 30px 100px;
  }

  .main-nav {
    padding: 45px 100px;
  }

  .footer-bottom {
    padding: 50px 75px 0 75px;
    margin-bottom: -50px;
  }

  .footer-bottom__left li a,
  .footer-bottom__right li a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .chefs_choice__text {
    left: -300px;
  }

  .reserve_table__image h2 {
    font-size: 76px;
    left: 50%;
  }
}

@media (max-width:991.98px) {
  .contact footer .footer-bottom {
    padding: 0;
    margin: 0;
  }
}

/* ============ orbinet.css ============ */
.row h1, .row h2, .row h3, .row h4, .row h5, .row h6, .row .author, .row p, .guest-review__text,
.row .download-file__text, .row .download-pdf__text, .row .warning__title {
    word-break: break-word;
}
.contact-box__phone, .contact-box__time, .contact-box__date, .contact-box__count {
    position: relative;
    width: 100%;
    height: 55px;
    max-width: 350px;
    margin: 0 auto 1rem auto;
}
.contact-box__phone::before, .contact-box__date::before, .contact-box__time::before, .contact-box__count::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.contact-box__phone::before {
    background-size: contain;
}
.contact-box__date::before {
    background: url(../img/svg/form-calendar.svg) no-repeat center;
    background-size: contain;
}
.contact-box__time::before {
    background-size: contain;
}
.contact-box__count::before {
    background-size: contain;
}
input.form-input-with-icon {
    padding: 10px 27px 10px 55px;
}
.news-title {
    font-size: 46px;
    position: relative;
    color: var(--c-heading);
    font-family: Merriweather;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}
.news-title::before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: var(--c-cta);
}
.news-title-date {
    margin-top: 35px;
    margin-bottom: 0;
}
.news-title-date span {
    display: block;
    margin-bottom: 30px;
    position: relative;
    color: var(--c-muted);
    font-family: Merriweather;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: .7px;
}
.intro-items__box img {
    max-height: 55px;
}
.download-pdf__image {
    padding: 0;
}
.ft-img-right {
    float: right;
    margin-left: 50px;
    margin-bottom: 28px;
}
.ft-img-left {
    float: left;
    margin-right: 50px;
    margin-bottom: 28px;
}
.ft-img-center {
    margin-bottom: 28px;
}
.ft-img-orginal {
    margin-bottom: 28px;
}
.ft-img-center > a, .ft-img-orginal > a {
    display: block;
    width: 100%;
}
.ft-img-center > a > img, .ft-img-orginal > a > img {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    max-height: 960px;
}
.content .container > .row:last-of-type {
    margin-bottom: 0 !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.news-list-item:before, .ft-img-right:before, .ft-img-left:before, .ft-img-center:before {
    content: '';
    width: 110px;
    height: 40px;
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/logo/kytka.svg) repeat top left;
    background-size: 30px;
}
a.intro-items__box .box-text {
    color: white;
}
.box-shadow {
    -webkit-box-shadow: 0 0 10px 1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0 0 10px 1px rgba(207, 207, 207, 1);
    box-shadow: 0 0 10px 1px rgba(207, 207, 207, 1);
}
input[type=email] {
    padding-right: 27px;
}
.warning.warning-contact-form {
    padding: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 2px solid var(--c-cta);
}
.warning.warning-contact-form .warning__title {
    letter-spacing: 2.24px;
    font-size: 22px;
}
.warning.warning-contact-form .warning__text {
    color: #000;
}
.warning-block-small .warning__title {
    width: 100%;
    text-align: center;
    border-right: none;
    margin-bottom: 15px;
}
.warning-block-small .warning__text {
    text-align: center;
    width: 100%;
    padding-left: 0;
}
.contact-form {
    min-height: 800px;
}
.contact-form .form-control, .reserve-form .form-control {
    text-transform: none;
}
.contact-form .form-control::-webkit-input-placeholder, .reserve-form .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
}
.contact-form .form-control::-moz-placeholder, .reserve-form .form-control::-moz-placeholder {
    text-transform: uppercase;
}
.contact-form .form-control:-moz-placeholder, .reserve-form .form-control:-moz-placeholder {
    text-transform: uppercase;
}
.contact-form .form-control:-ms-input-placeholder, .reserve-form .form-control:-ms-input-placeholder {
    text-transform: uppercase;
}
.contact-form .form-control::placeholder, .reserve-form .form-control::placeholder {
    text-transform: uppercase;
}
.contact-form .warning-block {
    max-width: 650px;
    margin: auto;
}
.family-signature__position {
    color: var(--c-muted);
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: .7px;
    text-transform: none;
}
.family-signature__owner strong {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.guest-review__stars img {
    object-fit: cover;
    object-position: left;
    height: 18px;
    width: 100%;
}
.guest-review__stars img.stars-1 {
    width: 20px;
}
.guest-review__stars img.stars-2 {
    width: 48px;
}
.guest-review__stars img.stars-3 {
    width: 75px;
}
.guest-review__stars img.stars-4 {
    width: 106px;
}
.guest-review__stars img.stars-5 {
    width: 100%;
}
.fs-hint {
    font-size: 12px;
    margin: 0 !important;
}
.header-home ~ div .grecaptcha-badge {
    z-index: 10001;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    position: absolute !important;
    bottom: 30px !important;
}
.header-home ~ div .grecaptcha-badge:hover {
    width: 256px !important;
}
.header-home ~ div:last-of-type {
    position: relative;
}
.one-row > .col-sm-6 {
    border-right: none !important;
}
.our_menu {
    position: relative;
}
#newsletterInput {
    padding-right: 70px;
}
.intro-items__box {
    cursor: pointer;
}
.footer-bottom-text {
    padding: 22px 22px 0 22px;
}
.footer-bottom-text p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
}
.footer-bottom-text p a {
    color: var(--c-cta);
}
.footer-bottom-text p span:after {
    content: "|";
    margin-left: 15px;
    margin-right: 13px;
}
.container-menu-subpage .our_menu__content .meals-container {
    max-height: 900px;
}
.our_menu :not(.container-menu-subpage) .container .row {
    display: block;
    flex-wrap: nowrap;
    -moz-column-count: 1;
    -moz-column-gap: 2%;
    -webkit-column-count: 1;
    -webkit-column-gap: 2%;
    column-count: 1;
    column-gap: 2%;
    padding: 0 30px;
}
.our_menu :not(.container-menu-subpage) .container .row .col-lg-6 {
    max-width: 100%;
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: block;
}
.smap > div > div > div > div > img {
    max-width: none;
    -webkit-filter: invert(100%) grayscale(100) brightness(0.5) contrast(0.85);
    filter: invert(100%) grayscale(100%) brightness(0.5) contrast(0.85);
}
.smap > div > div > div > img {
    max-width: none;
}
.intro-items__box {
    padding: 40px 30px;
}
.intro-items__box img {
    max-width: 65px;
    max-height: 65px;
}
.intro-items__box span {
    font-size: 18px;
    word-break: break-word;
}
.container .row > div > p:last-of-type {
    margin-bottom: 0 !important;
}
.banner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(0,0,0,0.4);
}
.banner-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    overflow: hidden;
}
.banner-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.banner-wrapper .banner-block {
    position: relative;
}
.banner-wrapper img {
    display: block;
    margin: auto;
    width: auto;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
}
.banner-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    right: -50px;
    background-color: white;
}
.banner-close {
    background-color: var(--c-cta);
    cursor: pointer;
}
.banner-close::after {
    content: "\00d7";
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
}
.gallery-type-1__slider .item {
    height: 100%;
    aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
    .news-ft-image {
        display: block;
        float: right;
        margin-left: 65px;
        max-width: 43%;
    }
}
@media (min-width: 992px) {
    .content .row > div.col-lg-6:nth-of-type(even) {
        padding-left: 30px;
    }
    .main-event img {
        width: 400px;
    }
    .news-list-item {
        padding: 0;
    }
    .warning__title {
        border-right: 2px solid rgb(227, 227, 227);
    }
    .family-tradition__card {
        width: calc(100% + 79px);
        left: -79px;
    }
    .family-signature__owner::before {
        width: 100px;
        left: -27px;
    }
    .guest-review__text {
        font-size: 36px;
    }
    footer {
        padding-bottom: 70px;
    }
    .container-menu-subpage .our_menu__content .meals-container {
        max-height: 900px;
    }
    .our_menu :not(.container-menu-subpage) .container .row {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        padding: 0 15px;
    }
    .intro-items__box {
        padding: 40px 50px;
    }
    .grid_gallery {
        padding-top: 35px;
    }
    .gallery-type-1__slider .item img {
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width: 1200px) {
    .one-row {
        width: 100%;
    }
}
@media (max-width: 1599px) {
    .footer-bottom-text {
        margin-top: 40px;
    }
    footer {
        padding-bottom: 25px;
    }
}
@media (max-width: 1420px) {
    .chefs_choice__text {
        display: none;
    }
}
@media (max-width: 1199px) {
    .one-row {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .container-header {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .news-ft-image {
        margin: 0 auto 28px;
        float: none;
    }
    .news-ft-image a {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .news-ft-image a img {
        margin: 0 auto;
        display: block;
        width: 100%;
        object-fit: cover
    }
    .intro-text {
        pointer-events: none;
    }
    .intro-text .button {
        pointer-events: all;
    }
    .intro-items__box {
        padding: 15px 30px;
    }
    .banner-wrapper img {
        max-width: calc(100vw - 50px);
        max-height: calc(100vh - 50px);
    }
    .banner-close {
        right: 0;
    }
}
@media (max-width: 575px) {
    .ft-img-right, .ft-img-left {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-img-right a, .ft-img-left a {
        width: 100%;
        display: block;
    }
    .ft-img-right a img, .ft-img-left a img {
        display: block;
        margin: 0 auto;
    }
    .footer-bottom-text p span:after {
        content: "";
        margin: 0;
    }
    .footer-bottom-text p span {
        display: block;
        width: 100%;
    }
    .reviews__slider .slick-dots {
        display: none !important;
    }
}

/* === HERO VIDEO === */

@media screen and (min-width: 992px) {
    .hero-video {
        isolation: isolate;
        position: relative;
    }
}

.hero-video::before {
    content: "";
    position: absolute;
    inset: 0;
    /* varianta 1+2: hnědá soustředěná nahoře + měkký vícestopový fade (procentuálně) */
    background-image: linear-gradient(
            to bottom,
            rgba(var(--c-heading-rgb),1) 0%,
            rgba(var(--c-heading-rgb),1) 10%,
            rgba(var(--c-heading-rgb),0.8) 20%,
            rgba(var(--c-heading-rgb),0.45) 30%,
            rgba(var(--c-heading-rgb),0.15) 38%,
            rgba(var(--c-heading-rgb),0) 46%
    );
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .hero-video::before {
        background-image: linear-gradient(
                to bottom,
                rgba(var(--c-heading-rgb),1) 0%,
                rgba(var(--c-heading-rgb),1) 5%,
                rgba(var(--c-heading-rgb),0.8) 45%,
                rgba(var(--c-heading-rgb),0.3) 100%
        );
    }
}

.hero-video {
    position: relative;
}

.hero-video__video {
    display: block;
    margin-inline: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .hero-video__video {
        height: calc(100dvh);
    }
}

@media screen and (max-width: 991px) {
    .hero-video__video {
        min-height: 550px;
    }
}

/* === HERO VIDEO === */
/* ============================================================
   Podstránky (other-page-menu) — nav usazený od loadu.
   Fixed header by jinak překryl obsah → odsazení obsahu pod header.
   Klíčováno na body[data-route] (homepage = "home" → bez odsazení, 1:1).
   Hodnoty (logo přesahuje nav) si Petr může doladit spolu se šířkou/logem.
   ============================================================ */
body:not([data-route="home"]) {
  padding-top: 100px;
}
/* boční padding obsahu na všech šířkách (jinak v rozpětí 1200–1459px, kde
   kontejner ještě není menší než viewport, lepí obsah na kraje) */
.page {
  padding: 1rem 20px 4rem;
}
@media (min-width: 992px) {
  body:not([data-route="home"]) {
    padding-top: 200px;
  }
}
