@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

/* Obyvak */
#article-488532 {
  background-image: url('/obrazek/3/obyvak-bg-blur-jpg/');
}

/* Truhlarna */
#article-488534 {
  background-image: url('/obrazek/3/truhlarna-bg-blur-jpg/');
}


:root {
  --primary: #fff;
  --primary-rgb: 255, 255, 255;
  --bs-primary: #fff;
  --bs-primary-rgb: 255, 255, 255;
}

a, .eshop-menu__link--button {
  color: var(--primary);
}

a:hover, button.navbar__menu-link:hover, .eshop-menu__link--button:hover {
  color: #f3f3f4;
}

.nav-link, .section-tabs .item a, .section-tabs .item button.navbar__menu-link, .section-tabs .item .eshop-menu__link--button {
  color: var(--primary);
}

.nav-link:hover, .nav-link:focus, .nav-link:active {
  color: var(--primary);
}

.form-select:focus, .account-form__select:focus, .cart-form__select:focus {
  border-color: #8f9092;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.form-check-input:focus, .user-form__checkbox-input:focus, .search-form__form-check-input:focus, .cart-form__check-input:focus {
  border-color: #8f9092;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.form-check-input:checked, .user-form__checkbox-input:checked, .search-form__form-check-input:checked, .cart-form__check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input[type="checkbox"]:indeterminate, .user-form__checkbox-input[type="checkbox"]:indeterminate, .search-form__form-check-input[type="checkbox"]:indeterminate, .cart-form__check-input[type="checkbox"]:indeterminate {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #1e2124, 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 1px #1e2124, 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #1e2124, 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.form-range::-webkit-slider-thumb {
  background-color: var(--primary);
}

.form-range::-webkit-slider-thumb:active {
  background-color: #626466;
}

.form-range::-moz-range-thumb {
  background-color: var(--primary);
}

.form-range::-moz-range-thumb:active {
  background-color: #626466;
}

.btn-check:focus + .btn, .btn-check:focus + .navbar__search-button, .btn-check:focus + .motto__button-link, .btn-check:focus + .eshop-filters__submit, .btn-check:focus + .locked__submit, .btn-check:focus + .search-form__search-button, .btn-check:focus + .minicart__button-close, .btn-check:focus + .minicart__button-cart, .btn-check:focus + .account-button, .btn-check:focus + .promo-code__submit, .btn-check:focus + .cart-button, .btn-check:focus + .product-item__cart-button, .btn-check:focus + .product-page__cart-button, .btn-check:focus + .add-comment__button--submit, .btn-check:focus + .add-comment__button--close, .btn-check:focus + .comment__hide, .btn-check:focus + .comment__reply, .btn-check:focus + .cookies__button, .btn:focus, .navbar__search-button:focus, .motto__button-link:focus, .eshop-filters__submit:focus, .locked__submit:focus, .search-form__search-button:focus, .minicart__button-close:focus, .minicart__button-cart:focus, .account-button:focus, .promo-code__submit:focus, .cart-button:focus, .product-item__cart-button:focus, .product-page__cart-button:focus, .add-comment__button--submit:focus, .add-comment__button--close:focus, .comment__hide:focus, .comment__reply:focus, .cookies__button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.btn-primary, .motto__button-link, .locked__submit, .search-form__search-button, .minicart__button-cart, .account-button, .promo-code__submit, .cart-button, .product-page__cart-button, .add-comment__button--submit, .comment__reply:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.cart-button--back,
.cart-button--outline {
  background-color: transparent;
}

.cart-button--mojeid {
  background: -webkit-gradient(linear, left bottom, left top, from(#c2c4c7), to(#9fa2a5));
  background: linear-gradient(0deg, #c2c4c7 0%, #9fa2a5 100%);
}

.cart-button--mojeid::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#cbcccf), to(#a8aaae));
  background: linear-gradient(0deg, #cbcccf 0%, #a8aaae 100%);
}

.cart-button--mojeid__label::after {
  background-color: #96999d;
  background: -webkit-gradient(linear, left top, right top, from(#d3d5d8), to(#96999d));
  background: linear-gradient(90deg, #d3d5d8 0%, #96999d 100%);
}

.btn-primary:hover, .motto__button-link:hover, .locked__submit:hover, .search-form__search-button:hover, .minicart__button-cart:hover, .account-button:hover, .promo-code__submit:hover, .cart-button:hover, .product-page__cart-button:hover, .add-comment__button--submit:hover, .comment__reply:hover {
  background-color: #f3f3f4;
  border-color: #f3f3f4;
}

.btn-check:focus + .btn-primary, .btn-check:focus + .motto__button-link, .btn-check:focus + .locked__submit, .btn-check:focus + .search-form__search-button, .btn-check:focus + .minicart__button-cart, .btn-check:focus + .account-button, .btn-check:focus + .promo-code__submit, .btn-check:focus + .cart-button, .btn-check:focus + .product-page__cart-button, .btn-check:focus + .add-comment__button--submit, .btn-check:focus + .comment__reply:hover, .btn-primary:focus, .motto__button-link:focus, .locked__submit:focus, .search-form__search-button:focus, .minicart__button-cart:focus, .account-button:focus, .promo-code__submit:focus, .cart-button:focus, .product-page__cart-button:focus, .add-comment__button--submit:focus, .comment__reply:focus:hover {
  background-color: #f3f3f4;
  border-color: #f3f3f4;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.btn-check:checked + .btn-primary, .btn-check:checked + .motto__button-link, .btn-check:checked + .locked__submit, .btn-check:checked + .search-form__search-button, .btn-check:checked + .minicart__button-cart, .btn-check:checked + .account-button, .btn-check:checked + .promo-code__submit, .btn-check:checked + .cart-button, .btn-check:checked + .product-page__cart-button, .btn-check:checked + .add-comment__button--submit, .btn-check:checked + .comment__reply:hover,
.btn-check:active + .btn-primary,
.btn-check:active + .motto__button-link,
.btn-check:active + .locked__submit,
.btn-check:active + .search-form__search-button,
.btn-check:active + .minicart__button-cart,
.btn-check:active + .account-button,
.btn-check:active + .promo-code__submit,
.btn-check:active + .cart-button,
.btn-check:active + .product-page__cart-button,
.btn-check:active + .add-comment__button--submit,
.btn-check:active + .comment__reply:hover, .btn-primary:active, .motto__button-link:active, .locked__submit:active, .search-form__search-button:active, .minicart__button-cart:active, .account-button:active, .promo-code__submit:active, .cart-button:active, .product-page__cart-button:active, .add-comment__button--submit:active, .comment__reply:active:hover, .btn-primary.active, .active.motto__button-link, .active.locked__submit, .active.search-form__search-button, .active.minicart__button-cart, .active.account-button, .active.promo-code__submit, .active.cart-button, .active.product-page__cart-button, .active.add-comment__button--submit, .active.comment__reply:hover,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.motto__button-link,
.show > .dropdown-toggle.locked__submit,
.show > .dropdown-toggle.search-form__search-button,
.show > .dropdown-toggle.minicart__button-cart,
.show > .dropdown-toggle.account-button,
.show > .dropdown-toggle.promo-code__submit,
.show > .dropdown-toggle.cart-button,
.show > .dropdown-toggle.product-page__cart-button,
.show > .dropdown-toggle.add-comment__button--submit,
.show > .dropdown-toggle.comment__reply:hover {
  background-color: #f3f3f4;
  border-color: #f3f3f4;
}

.btn-check:checked + .btn-primary:focus, .btn-check:checked + .motto__button-link:focus, .btn-check:checked + .locked__submit:focus, .btn-check:checked + .search-form__search-button:focus, .btn-check:checked + .minicart__button-cart:focus, .btn-check:checked + .account-button:focus, .btn-check:checked + .promo-code__submit:focus, .btn-check:checked + .cart-button:focus, .btn-check:checked + .product-page__cart-button:focus, .btn-check:checked + .add-comment__button--submit:focus, .btn-check:checked + .comment__reply:focus:hover,
.btn-check:active + .btn-primary:focus,
.btn-check:active + .motto__button-link:focus,
.btn-check:active + .locked__submit:focus,
.btn-check:active + .search-form__search-button:focus,
.btn-check:active + .minicart__button-cart:focus,
.btn-check:active + .account-button:focus,
.btn-check:active + .promo-code__submit:focus,
.btn-check:active + .cart-button:focus,
.btn-check:active + .product-page__cart-button:focus,
.btn-check:active + .add-comment__button--submit:focus,
.btn-check:active + .comment__reply:focus:hover, .btn-primary:active:focus, .motto__button-link:active:focus, .locked__submit:active:focus, .search-form__search-button:active:focus, .minicart__button-cart:active:focus, .account-button:active:focus, .promo-code__submit:active:focus, .cart-button:active:focus, .product-page__cart-button:active:focus, .add-comment__button--submit:active:focus, .comment__reply:active:focus:hover, .btn-primary.active:focus, .active.motto__button-link:focus, .active.locked__submit:focus, .active.search-form__search-button:focus, .active.minicart__button-cart:focus, .active.account-button:focus, .active.promo-code__submit:focus, .active.cart-button:focus, .active.product-page__cart-button:focus, .active.add-comment__button--submit:focus, .active.comment__reply:focus:hover,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.motto__button-link:focus,
.show > .dropdown-toggle.locked__submit:focus,
.show > .dropdown-toggle.search-form__search-button:focus,
.show > .dropdown-toggle.minicart__button-cart:focus,
.show > .dropdown-toggle.account-button:focus,
.show > .dropdown-toggle.promo-code__submit:focus,
.show > .dropdown-toggle.cart-button:focus,
.show > .dropdown-toggle.product-page__cart-button:focus,
.show > .dropdown-toggle.add-comment__button--submit:focus,
.show > .dropdown-toggle.comment__reply:focus:hover {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.btn-primary:disabled, .motto__button-link:disabled, .locked__submit:disabled, .search-form__search-button:disabled, .minicart__button-cart:disabled, .account-button:disabled, .promo-code__submit:disabled, .cart-button:disabled, .product-page__cart-button:disabled, .add-comment__button--submit:disabled, .comment__reply:disabled:hover, .btn-primary.disabled, .disabled.motto__button-link, .disabled.locked__submit, .disabled.search-form__search-button, .disabled.minicart__button-cart, .disabled.account-button, .disabled.promo-code__submit, .disabled.cart-button, .disabled.product-page__cart-button, .disabled.add-comment__button--submit, .disabled.comment__reply:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary, .btn-secondary,
.btn-default, .eshop-filters__submit, .minicart__button-close, .cart-button--back, .cart-button--outline, .product-item__cart-button {
  color: var(--primary);
  border-color: var(--primary);
}

.navbar__search-button:not(:hover) {
  color: var(--primary);
}

.navbar__search-button:hover {
  border-color: var(--primary);
}

.form-control:focus, .navbar__search-input:focus, .locked__input:focus, .user-form__input:focus, .search-form__input:focus, .account-form__input:focus, .promo-code__input:focus, .cart-form__input:focus, .add-comment__input:focus {
  border-color: #8f9092;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.btn-outline-primary:hover, .navbar__search-button:hover, .btn-secondary:hover,
.btn-default:hover, .eshop-filters__submit:hover, .minicart__button-close:hover, .cart-button--back:hover, .cart-button--outline:hover, .product-item__cart-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-check:focus + .btn-outline-primary, .btn-check:focus + .navbar__search-button, .btn-check:focus + .btn-secondary,
.btn-check:focus + .btn-default, .btn-check:focus + .eshop-filters__submit, .btn-check:focus + .minicart__button-close, .btn-check:focus + .cart-button--back, .btn-check:focus + .cart-button--outline, .btn-check:focus + .product-item__cart-button, .btn-outline-primary:focus, .navbar__search-button:focus, .btn-secondary:focus,
.btn-default:focus, .eshop-filters__submit:focus, .minicart__button-close:focus, .cart-button--back:focus, .cart-button--outline:focus, .product-item__cart-button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.5);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.5);
}

.btn-check:checked + .btn-outline-primary, .btn-check:checked + .navbar__search-button, .btn-check:checked + .btn-secondary,
.btn-check:checked + .btn-default, .btn-check:checked + .eshop-filters__submit, .btn-check:checked + .minicart__button-close, .btn-check:checked + .cart-button--back, .btn-check:checked + .cart-button--outline, .btn-check:checked + .product-item__cart-button,
.btn-check:active + .btn-outline-primary,
.btn-check:active + .navbar__search-button,
.btn-check:active + .btn-secondary,
.btn-check:active + .btn-default,
.btn-check:active + .eshop-filters__submit,
.btn-check:active + .minicart__button-close,
.btn-check:active + .cart-button--back,
.btn-check:active + .cart-button--outline,
.btn-check:active + .product-item__cart-button, .btn-outline-primary:active, .navbar__search-button:active, .btn-secondary:active,
.btn-default:active, .eshop-filters__submit:active, .minicart__button-close:active, .cart-button--back:active, .cart-button--outline:active, .product-item__cart-button:active, .btn-outline-primary.active, .active.navbar__search-button, .active.btn-secondary,
.active.btn-default, .active.eshop-filters__submit, .active.minicart__button-close, .active.cart-button--back, .active.cart-button--outline, .active.product-item__cart-button, .btn-outline-primary.dropdown-toggle.show, .dropdown-toggle.show.navbar__search-button, .dropdown-toggle.show.btn-secondary,
.dropdown-toggle.show.btn-default, .dropdown-toggle.show.eshop-filters__submit, .dropdown-toggle.show.minicart__button-close, .dropdown-toggle.show.cart-button--back, .dropdown-toggle.show.cart-button--outline, .dropdown-toggle.show.product-item__cart-button {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .navbar__search-button:focus, .btn-check:checked + .btn-secondary:focus,
.btn-check:checked + .btn-default:focus, .btn-check:checked + .eshop-filters__submit:focus, .btn-check:checked + .minicart__button-close:focus, .btn-check:checked + .cart-button--back:focus, .btn-check:checked + .cart-button--outline:focus, .btn-check:checked + .product-item__cart-button:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-check:active + .navbar__search-button:focus,
.btn-check:active + .btn-secondary:focus,
.btn-check:active + .btn-default:focus,
.btn-check:active + .eshop-filters__submit:focus,
.btn-check:active + .minicart__button-close:focus,
.btn-check:active + .cart-button--back:focus,
.btn-check:active + .cart-button--outline:focus,
.btn-check:active + .product-item__cart-button:focus, .btn-outline-primary:active:focus, .navbar__search-button:active:focus, .btn-secondary:active:focus,
.btn-default:active:focus, .eshop-filters__submit:active:focus, .minicart__button-close:active:focus, .cart-button--back:active:focus, .cart-button--outline:active:focus, .product-item__cart-button:active:focus, .btn-outline-primary.active:focus, .active.navbar__search-button:focus, .active.btn-secondary:focus,
.active.btn-default:focus, .active.eshop-filters__submit:focus, .active.minicart__button-close:focus, .active.cart-button--back:focus, .active.cart-button--outline:focus, .active.product-item__cart-button:focus, .btn-outline-primary.dropdown-toggle.show:focus, .dropdown-toggle.show.navbar__search-button:focus, .dropdown-toggle.show.btn-secondary:focus,
.dropdown-toggle.show.btn-default:focus, .dropdown-toggle.show.eshop-filters__submit:focus, .dropdown-toggle.show.minicart__button-close:focus, .dropdown-toggle.show.cart-button--back:focus, .dropdown-toggle.show.cart-button--outline:focus, .dropdown-toggle.show.product-item__cart-button:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.5);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.5);
}

.btn-outline-primary:disabled, .navbar__search-button:disabled, .btn-secondary:disabled,
.btn-default:disabled, .eshop-filters__submit:disabled, .minicart__button-close:disabled, .cart-button--back:disabled, .cart-button--outline:disabled, .product-item__cart-button:disabled, .btn-outline-primary.disabled, .disabled.navbar__search-button, .disabled.btn-secondary,
.disabled.btn-default, .disabled.eshop-filters__submit, .disabled.minicart__button-close, .disabled.cart-button--back, .disabled.cart-button--outline, .disabled.product-item__cart-button {
  color: var(--primary);
}

.btn-link {
  color: var(--primary);
}

.btn-link:hover {
  color: #f3f3f4;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  background-color: var(--primary);
}

.accordion-button:not(.collapsed) {
  color: #f3f3f4;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FAFAFA'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  border-color: #8f9092;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.page-link, .pagination__page-link {
  color: var(--primary);
}

.page-link:hover, .pagination__page-link:hover {
  color: #f3f3f4;
}

.page-link:focus, .pagination__page-link:focus {
  color: #f3f3f4;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.page-item.active .page-link, .active.pagination__page-item .page-link, .page-item.active .pagination__page-link, .active.pagination__page-item .pagination__page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

.alert-primary {
  color: #eaebec;
}

.alert-primary .alert-link {
  color: #eaebec;
}

.progress-bar {
  background-color: var(--primary);
}

.list-group-item.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.list-group-item-primary {
  color: #eaebec;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #eaebec;
}

.list-group-item-primary.list-group-item-action.active {
  background-color: #eaebec;
  border-color: #eaebec;
}

.btn-close:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.link-primary {
  color: var(--primary);
}

.link-primary:hover, .link-primary:focus {
  color: #f3f3f4;
}

.border-primary {
  border-color: var(--primary) !important;
}

.navbar__toggler-icon-bar {
  background-color: var(--primary);
}

.navbar__menu-item.active > .navbar__menu-link,
.navbar__menu-item.active > .navbar__menu-link .navbar__menu-item .active {
  color: var(--primary);
}

.navbar__menu-item.active .navbar__menu-item.active {
  border-color: var(--primary);
}

.navbar__cart-items {
  background-color: var(--primary);
}

.footer__social-link:hover, .section-contact .social-link:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.locked__icon-wrapper {
  border-color: var(--primary);
}

.locked__icon {
  color: var(--primary);
}

.section-services li,
.section--services li {
  border-color: var(--primary);
}

.section-contact .social-icons > .section-cell-item a:hover, .section-contact .social-icons > .section-cell-item button.navbar__menu-link:hover, .section-contact .social-icons > .section-cell-item .eshop-menu__link--button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.section-contact .social-fb:hover, .section-contact .social-fb:focus,
.section-contact .social-tw:hover,
.section-contact .social-tw:focus,
.section-contact .social-instagram:hover,
.section-contact .social-instagram:focus,
.section-contact .social-tripadvisor:hover,
.section-contact .social-tripadvisor:focus,
.section-contact .social-youtube:hover,
.section-contact .social-youtube:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}

.section-contact .social-icons > .section-cell-item a img,
.section-contact .social-icons > .section-cell-item button.navbar__menu-link img,
.section-contact .social-icons > .section-cell-item .eshop-menu__link--button img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
          filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg">    <filter id="recolor" color-interpolation-filters="sRGB">      <feColorMatrix type="matrix" values="        0 0 0 0 1        0 0 0 0 1        0 0 0 0 1        0 0 0 1 0      "/>    </filter>  </svg>  #recolor');
}

.section-contact .social-icons > .section-cell-item a:hover,
.section-contact .social-icons > .section-cell-item button.navbar__menu-link:hover,
.section-contact .social-icons > .section-cell-item .eshop-menu__link--button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.section-contact .social-icons > .section-cell-item a:hover img,
.section-contact .social-icons > .section-cell-item button.navbar__menu-link:hover img,
.section-contact .social-icons > .section-cell-item .eshop-menu__link--button:hover img {
  -webkit-filter: saturate(0%) brightness(0%) invert(12.94118%) opacity(1);
          filter: saturate(0%) brightness(0%) invert(12.94118%) opacity(1);
  filter: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg">    <filter id="recolor" color-interpolation-filters="sRGB">      <feColorMatrix type="matrix" values="        0 0 0 0 0.11765        0 0 0 0 0.12941        0 0 0 0 0.14118        0 0 0 1 0      "/>    </filter>  </svg>  #recolor');
}

#tinymce section.section-container .section-cell-item[class*="social"]:hover {
  background-color: var(--primary);
}

#tinymce .section-contact .social-icons .section-cell-item:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.article-item__icon, .category__icon, .product-item__icon {
  color: var(--primary);
}

.minicart__empty-icon, .cart-table__empty-icon {
  color: var(--primary);
}

.cart-table__label-icon {
  color: var(--primary);
}

.cart-table__promo-button,
.cart-table__delivery-button {
  color: var(--primary);
}

.payment-options__link:hover, .payment-options__link:focus {
  border-color: var(--primary);
}

.cart-form__delivery-status:hover, .cart-form__delivery-status:focus {
  border-color: var(--primary);
}

.eshop-menu__list.level2 .eshop-menu__item.active {
  border-color: var(--primary);
}

.eshop-menu__item.active > .eshop-menu__link {
  color: var(--primary);
}

.comment, .no-comment-yet {
  border-color: var(--primary);
}

.comment__hide:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.cookies {
  background-color: var(--primary);
}

.cookies__link,
.cookies__link:hover,
.cookies__link:focus {
  background-color: var(--primary);
}

.filter-default {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
          filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg">    <filter id="recolor" color-interpolation-filters="sRGB">      <feColorMatrix type="matrix" values="        0 0 0 0 1        0 0 0 0 1        0 0 0 0 1        0 0 0 1 0      "/>    </filter>  </svg>  #recolor');
}

/* Typography
  ====================================================================== */
body {
  font-family: "Open Sans", Helvetica, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, -apple-system, sans-serif;
  letter-spacing: .0375em;
}

.container--article p + h3 {
  margin-top: clamp(1.5rem, 4vw, 2rem);
}

.section--header {
  margin-left: auto;
  margin-right: auto;
}

h2 {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: clamp(1.25rem, calc(1rem + 1vw), 1.75rem);
  font-weight: bold;
  margin-bottom: 1.25em;
}

h3 {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: clamp(1rem, calc(.5rem + 1vw), 1.125rem);
  font-weight: bold;
  margin-bottom: 1.25em;
}

h1, h2, h3, h4 {
  color: #fff;
}

p a {
  text-decoration: none !important;
  border-bottom: 1px dashed;
}

p a:hover {
  border-bottom: 1px solid;
}

/* Bloky s uzsim containerem
  ====================================================================== */
.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta {
  max-width: 55rem;
}

.container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
.container--article .section--header.section-bg-light,
.container--article .section--header.section-bg,
.container--article .section--text.section-bg-light,
.container--article .section--text.section-bg,
.container--article .section-blank.section-bg-light,
.container--article .section-blank.section-bg,
.container--article .section-title.section-bg-light,
.container--article .section-title.section-bg,
.container--article .section-header.section-bg-light,
.container--article .section-header.section-bg,
.container--article .section-cta.section-bg-light,
.container--article .section-cta.section-bg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: none;
}

@media (min-width: 576px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    margin-left: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 768px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    margin-left: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    margin-left: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 1200px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    margin-left: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 1400px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    margin-left: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 576px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    padding-left: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 540px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 768px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    padding-left: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 720px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    padding-left: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 960px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 1200px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    padding-left: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 1400px) {
  .container--article .col-text.section-bg-light, .container--article .col-text.section-bg,
  .container--article .section--header.section-bg-light,
  .container--article .section--header.section-bg,
  .container--article .section--text.section-bg-light,
  .container--article .section--text.section-bg,
  .container--article .section-blank.section-bg-light,
  .container--article .section-blank.section-bg,
  .container--article .section-title.section-bg-light,
  .container--article .section-title.section-bg,
  .container--article .section-header.section-bg-light,
  .container--article .section-header.section-bg,
  .container--article .section-cta.section-bg-light,
  .container--article .section-cta.section-bg {
    padding-left: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
  }
}

.container--article .col-text.section-bg-light > *, .container--article .col-text.section-bg > *,
.container--article .section--header.section-bg-light > *,
.container--article .section--header.section-bg > *,
.container--article .section--text.section-bg-light > *,
.container--article .section--text.section-bg > *,
.container--article .section-blank.section-bg-light > *,
.container--article .section-blank.section-bg > *,
.container--article .section-title.section-bg-light > *,
.container--article .section-title.section-bg > *,
.container--article .section-header.section-bg-light > *,
.container--article .section-header.section-bg > *,
.container--article .section-cta.section-bg-light > *,
.container--article .section-cta.section-bg > * {
  max-width: 55rem;
}

.container--article .col-text.section-bg-light > * .section-content, .container--article .col-text.section-bg > * .section-content,
.container--article .section--header.section-bg-light > * .section-content,
.container--article .section--header.section-bg > * .section-content,
.container--article .section--text.section-bg-light > * .section-content,
.container--article .section--text.section-bg > * .section-content,
.container--article .section-blank.section-bg-light > * .section-content,
.container--article .section-blank.section-bg > * .section-content,
.container--article .section-title.section-bg-light > * .section-content,
.container--article .section-title.section-bg > * .section-content,
.container--article .section-header.section-bg-light > * .section-content,
.container--article .section-header.section-bg > * .section-content,
.container--article .section-cta.section-bg-light > * .section-content,
.container--article .section-cta.section-bg > * .section-content {
  padding-left: 0;
  padding-right: 0;
}

.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"] {
  max-width: 55rem;
}

@media (min-width: 768px) {
  .user-form,
  .form-row--center .form-row__text,
  .account-form__fieldset,
  .form-row--center .form-row__text {
    max-width: 55rem;
  }
}

.container--article .section-services.section-content,
.container--article .section-booking > .row {
  max-width: 66rem;
}

/* Navbar
  ====================================================================== */
.navbar__menu-link {
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .2em;
}

.navbar__brand-logo-img {
  display: block;
  max-width: 8rem;
}

@media (min-width: 768px) {
  .navbar__brand-logo-img {
    max-width: 10rem;
  }
}

.navbar__menu-link, .navbar__menu-link:hover {
  border-bottom: none;
}

/* Reveal animations
  ====================================================================== */
body.frontend .section-enter.reveal {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.frontend #uvod::before {
  background: #1e2124;
  -webkit-transition: 1.5s ease-out 1s;
  transition: 1.5s ease-out 1s;
}

body.frontend #uvod.loaded::before {
  opacity: 0;
}

body.frontend #uvod h1.reveal {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

body.frontend #uvod h1.reveal::before, body.frontend #uvod h1.reveal::after {
  width: 0;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

body.frontend #uvod h1.reveal.loaded {
  -webkit-transform: scale(1);
          transform: scale(1);
}

body.frontend #uvod h1.reveal.loaded::before, body.frontend #uvod h1.reveal.loaded::after {
  width: 100%;
}

body.frontend .reveal {
  -webkit-transition: 1s ease .7s;
  transition: 1s ease .7s;
  opacity: 0;
}

body.frontend .reveal.loaded {
  opacity: 1;
}

body.frontend .scroll-welcome.reveal {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

/* Uvod / Rozcestnik
  ====================================================================== */
#index .container--article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  #index .container--article {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#index .container--article > .section-container,
.section-enter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: calc(100vh - 105px);
  padding: 0;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#index .container--article > .section-container::before,
.section-enter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767.98px) {
  #index .container--article > .section-container,
  .section-enter {
    width: 100%;
    height: calc(100vh - 56px);
  }
}

@media (min-width: 1200px) {
  #index .container--article > .section-container,
  .section-enter {
    height: calc(100vh - 113px);
  }
}

#index .container--article .section-content h1,
.section-enter h1 {
  height: 11rem;
  width: 23rem;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  text-indent: -101000px;
  margin: auto;
}

@media (max-width: 575.98px) {
  #index .container--article .section-content h1,
  .section-enter h1 {
    height: 8rem;
    width: 17rem;
  }
}

#index .container--article .section-content,
.section-enter .section-content {
  text-align: center;
  padding: 3rem 4rem;
  z-index: 1;
}

#index .container--article .section-content h3,
.section-enter .section-content h3 {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

/* Intro CTA section
  ====================================================================== */
body {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#main {
  background: transparent;
  padding: 0;
}

.section-container {
  background: #1e2124;
}

.section-cta,
.section-booking,
#index .container--article .section-content {
  background: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #efefef;
}

.section-cta .btn,
.section-booking .btn,
#index .container--article .section-content .btn {
  text-shadow: none;
}

.container--article .section-cta:first-of-type {
  position: relative;
  height: calc(100vh - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}

.container--article .section-cta:first-of-type::after, .container--article .section-cta:first-of-type::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.container--article .section-cta:first-of-type::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.container--article .section-cta:first-of-type .section-content {
  z-index: 1;
}

.container--article .section-cta:first-of-type h1 {
  position: relative;
  height: 9rem;
  width: 18rem;
  background-size: contain !important;
  color: transparent;
  text-indent: -101000px;
  margin: auto;
}

.container--article .section-cta:first-of-type h1::before, .container--article .section-cta:first-of-type h1::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  width: 100%;
}

.container--article .section-cta:first-of-type h1::before {
  top: 0;
  left: 0;
}

.container--article .section-cta:first-of-type h1::after {
  bottom: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  .container--article .section-cta:first-of-type h1 {
    height: 7rem;
    width: 15rem;
  }
}

.container--article .section-cta:first-of-type h1 + p {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .container--article .section-cta:first-of-type h1 + p {
    font-size: .875rem;
  }
}

@media (max-width: 575.98px) {
  .container--article .section-cta:first-of-type .btn-primary {
    font-size: .875rem;
  }
}

.scroll-welcome {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(1rem, 5vw, 3rem);
  z-index: 1;
}

.scroll-welcome a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .875rem;
  border-bottom: none;
}

.scroll-welcome a:hover, .scroll-welcome a:focus {
  text-decoration: none;
  border-bottom: none;
}

@media (max-height: 600px) {
  .scroll-welcome {
    display: none;
  }
}

/* Sections
  ====================================================================== */
.container--article {
  padding-bottom: 0;
}

.section-header h2,
.section-services h2 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-header h2::after,
.section-services h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34rem;
  max-width: 60%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
}

.icons-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(3rem, 10vw, 4rem) auto;
}

.icons-line__icon {
  position: relative;
  padding: .75em;
  margin: .5rem 1.5rem;
}

.icons-line__icon::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 350px) {
  .icons-line__icon {
    margin: .25rem 1rem;
  }
  .icons-line__icon img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .icons-line.even .icons-line__icon {
    padding: .5em;
    margin: .25rem 1rem;
  }
  .icons-line.even .icons-line__icon img {
    width: 30px;
    height: 30px;
  }
}

/* --------------- 2 sloupce (obrazek + text) --------------- */
@media (min-width: 992px) {
  .section-2-col-right-text,
  .section-2-col-left-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-2-col-right-text .section-content p:last-of-type,
  .section-2-col-left-text .section-content p:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .section-2-col-right-text .section-content,
  .section-2-col-left-text .section-content {
    text-align: center;
  }
  .section-2-col-right-text > .row .section-content:nth-child(2),
  .section-2-col-left-text > .row .section-content:nth-child(2) {
    margin-top: 1.5em;
  }
}

@media (min-width: 992px) {
  .section-2-col-right-text {
    padding-left: 0;
  }
  .section-2-col-right-text .section-content:first-child img {
    margin-left: 0;
  }
  .section-2-col-left-text {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .section-2-col-left-text {
    margin-left: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 540px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .section-2-col-left-text {
    margin-left: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 720px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .section-2-col-left-text {
    margin-left: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 960px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .section-2-col-left-text {
    margin-left: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1140px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .section-2-col-left-text {
    margin-left: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
    margin-right: calc((-100vw + 1320px - (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 576px) {
  .section-2-col-left-text {
    padding-left: calc((100vw - 540px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 540px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .section-2-col-left-text {
    padding-left: calc((100vw - 720px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 720px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .section-2-col-left-text {
    padding-left: calc((100vw - 960px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 960px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .section-2-col-left-text {
    padding-left: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1140px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  .section-2-col-left-text {
    padding-left: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
    padding-right: calc((100vw - 1320px + (2 * 0.75rem)) / 2);
  }
}

@media (min-width: 992px) {
  .section-2-col-left-text .section-content:nth-child(2) img {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .section-2-col-left-text > .row .section-content:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5em;
  }
  .section-2-col-left-text > .row .section-content:first-child h2:first-child {
    margin-top: .5em;
  }
  .section-2-col-left-text > .row .section-content:nth-child(2) {
    margin-top: 0;
  }
}

/* --------------- Sluzby --------------- */
.section-services {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0;
          column-gap: 0;
  gap: 1rem;
  margin-top: 3rem;
}

.section-services ul li {
  width: 100%;
  text-align: center;
  padding: 5em 3em 2em;
  margin: 0;
  border-left: none;
  border-top: 3px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  .section-services ul li {
    padding: 2em 3em 2em 5em;
    width: calc(50% - .5rem);
    text-align: left;
    border-top: none;
    border-left: 3px solid rgba(255, 255, 255, 0.15);
  }
}

.section-services ul li h3 {
  position: relative;
}

.section-services ul li h3 img {
  position: absolute;
  left: -3.25rem;
  top: -.25em;
  opacity: .75;
}

@media (max-width: 767.98px) {
  .section-services ul li h3 img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.5rem;
  }
}

/* --------------- Pronajem --------------- */
.section-booking {
  position: relative;
}

.section-booking::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .section-booking {
    text-align: center;
  }
}

/* form */
.user-form__field {
  text-align: left;
}

/* Footer
  ====================================================================== */
.section-footer {
  text-align: center;
  text-transform: uppercase;
  color: #919aa1;
  letter-spacing: .2em;
  font-size: .875rem;
}

.section-footer ul {
  padding-left: 0;
  list-style: none;
}

.section-footer ul li {
  display: inline-block;
}

.section-footer ul li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 1em;
  margin-left: .5em;
}

@media (max-width: 991.98px) {
  .section-footer ul li {
    display: block;
    margin: auto;
    border: none !important;
    margin-bottom: .5em;
  }
}

.section-footer .filter-default {
  opacity: .5;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 40rem;
  margin: .5rem auto 2rem;
}

.footer-social a, .footer-social a:hover {
  border-bottom: none;
}

.footer-social a:hover .filter-default {
  opacity: 1;
}

.footer {
  margin-top: 0;
  padding-top: 0;
  color: #919aa1;
  font-size: .875rem;
  background-color: #292e32;
}

.footer .container {
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer a {
  color: #919aa1;
}

.footer__copy-text {
  display: none;
}

/* Buttons
  ====================================================================== */
.btn {
  padding: .75em 3em;
  min-width: 15rem;
}

.btn-primary {
  color: #fff !important;
  background-color: #ed4933;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #ef5e4a;
}

.btn-primary:focus {
  background-color: #ed4933;
}

.btn-primary:active {
  background-color: #eb341c;
}

/* Gallery
  ====================================================================== */
.gallery__item-img {
  -webkit-filter: brightness(0.9) saturate(0.8);
          filter: brightness(0.9) saturate(0.8);
}

.gallery__item-img:hover {
  -webkit-filter: brightness(1) saturate(1);
          filter: brightness(1) saturate(1);
}

.gallery-detail .gallery.photoswipe,
.gallery-detail .gallery.photoswipe ~ .pagination {
  padding-bottom: 4rem;
}

/* Cookies
  ====================================================================== */
.modal-cookies {
  letter-spacing: normal;
}

.modal-cookies .btn-primary {
  text-transform: none;
  letter-spacing: inherit;
  font-weight: inherit;
}

/* Tiny MCE fixes
  ====================================================================== */
#tinymce .scroll-welcome {
  position: static;
  max-width: none;
  -webkit-transform: none;
          transform: none;
  margin-top: 1rem;
}

#tinymce h1 {
  background: none !important;
}

#tinymce .section-enter {
  width: 100%;
  margin: 0;
}

#tinymce .section-enter h1 {
  text-indent: initial;
  color: #fff;
}
/*# sourceMappingURL=main.css.map */