header#header {
  position: sticky;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  padding: 20px 0; }
  @media (max-width: 767px) {
    header#header #logo img {
      width: 220px; } }
  @media (max-width: 991px) {
    header#header .btn span {
      display: none; } }

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: none; }
  #main-menu .inner {
    padding: 50px; }
  #main-menu ul.menu {
    text-align: center; }
    #main-menu ul.menu li {
      padding: 0;
      margin: 10px 0; }
      #main-menu ul.menu li a {
        font-family: "Inria Serif", serif;
        font-weight: 700;
        font-size: 26px;
        display: block;
        line-height: 120%;
        padding: 10px; }
        @media (min-width: 992px) {
          #main-menu ul.menu li a {
            font-size: 34px; } }

#openmenu,
#closemenu {
  color: #231F20;
  font-size: 18px;
  font-weight: 500;
  border: none;
  background: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 992px) {
    #openmenu,
    #closemenu {
      font-size: 22px; } }
  #openmenu img,
  #closemenu img {
    width: 24px; }
    @media (min-width: 992px) {
      #openmenu img,
      #closemenu img {
        width: 30px; } }

#openmenu img {
  position: relative;
  top: -3px;
  margin-right: 5px; }

#closemenu {
  position: absolute;
  right: 20px;
  top: 20px; }

.gtranslate_wrapper {
  text-align: center;
  max-width: 400px;
  margin: 30px auto 30px auto; }
  .gtranslate_wrapper a {
    display: block;
    color: #231F20; }

body {
  margin: 0;
  padding: 0;
  color: #231F20;
  font-size: 18px;
  background: #ffffff;
  position: relative;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991px) {
    body.active-menu {
      overflow: hidden;
      height: 100vh; } }

.not-front #content .container {
  max-width: 900px; }

.page-node-19 #content .container,
.page-node-40 #content .container {
  max-width: 1320px; }

section {
  padding: 60px 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inria Serif", serif;
  font-weight: 700; }

.not-front #content h1, .not-front #content h2, .not-front #content h3, .not-front #content h4, .not-front #content h5, .not-front #content h6,
.not-front #content .h1, .not-front #content .h2, .not-front #content .h3, .not-front #content .h4, .not-front #content .h5, .not-front #content .h6 {
  padding: 30px 0 10px 0; }
.not-front #content h1 {
  font-size: 40px; }
  @media (max-width: 991px) {
    .not-front #content h1 {
      font-size: 32px; } }
.not-front #content h2 {
  font-size: 28px; }
  @media (max-width: 991px) {
    .not-front #content h2 {
      font-size: 24px; } }
.not-front #content h3 {
  font-size: 26px; }
  @media (max-width: 991px) {
    .not-front #content h3 {
      font-size: 22px; } }
.not-front #content h4 {
  font-size: 24px; }
  @media (max-width: 991px) {
    .not-front #content h4 {
      font-size: 20px; } }
.not-front #content h5 {
  font-size: 24px; }
  @media (max-width: 991px) {
    .not-front #content h5 {
      font-size: 20px; } }
.not-front #content h6 {
  font-size: 20px; }
  @media (max-width: 991px) {
    .not-front #content h6 {
      font-size: 18px; } }

img:not(.lb-image) {
  max-width: 100%;
  height: auto !important; }
  img:not(.lb-image).align-center {
    margin: 0 auto;
    display: block; }

.image-radius img {
  border-radius: 20px; }

a {
  color: #CD8746;
  text-decoration: none; }
  @media (min-width: 992px) {
    a {
      -webkit-transition: 150ms ease-in-out;
      -moz-transition: 150ms ease-in-out;
      -o-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out; }
      a:hover {
        color: #231F20;
        text-decoration: none; } }
  .btn-wrapper a, a.btn, .js-pager__items.pager a {
    color: #ffffff;
    padding: 6px 20px;
    display: inline-block;
    background: #CD8746;
    border-radius: 0;
    outline: none;
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-size: 19px;
    border-radius: 10px; }
    @media (min-width: 992px) {
      .btn-wrapper a, a.btn, .js-pager__items.pager a {
        font-size: 22px;
        padding: 10px 30px; }
        .btn-wrapper a:hover, a.btn:hover, .js-pager__items.pager a:hover {
          background: #231F20;
          color: #ffffff; } }

b, strong {
  font-weight: 700; }

p.text-align-left {
  text-align: left; }
p.text-align-center {
  text-align: center; }
p.text-align-right {
  text-align: right; }
p.text-align-justify {
  text-align: justify; }

blockquote {
  background: #f2f2f2;
  padding: 20px;
  font-style: italic;
  font-size: 18px; }

.messages__wrapper {
  margin-top: 20px; }

ul.menu,
.js-pager__items.pager {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.menu li,
  .js-pager__items.pager li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    list-style: none; }

.js-pager__items.pager {
  text-align: center;
  padding-top: 20px; }

/* Tabs */
#block-zalozky ul {
  border-bottom: none;
  margin: 15px 2px;
  padding: 0;
  text-align: center; }
  #block-zalozky ul li {
    display: inline-block;
    margin: 0 -2px;
    padding: 2px; }
    #block-zalozky ul li a {
      color: #ffffff;
      font-size: 17px;
      background: #CD8746;
      border: none;
      padding: 5px 15px;
      display: block;
      text-decoration: none; }
      @media (min-width: 992px) {
        #block-zalozky ul li a:hover {
          background: #231F20; } }
    #block-zalozky ul li.active a {
      background: #231F20;
      border: none; }

/*** Content ***/
section {
  padding: 60px 0; }
  .front section {
    padding: 120px 0; }
    @media (max-width: 991px) {
      .front section {
        padding: 80px 0; } }

#herobox .container {
  max-width: 1500px;
  position: relative; }
#herobox img {
  border-radius: 40px;
  min-height: 560px;
  object-fit: cover; }
#herobox .caption {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.85);
  text-align: center; }
#herobox h1 {
  font-size: 44px; }
  @media (min-width: 992px) {
    #herobox h1 {
      font-size: 64px; } }
#herobox .desc {
  font-size: 22px; }
  @media (min-width: 992px) {
    #herobox .desc {
      font-size: 32px; } }

.front #about .container {
  max-width: 920px; }
.front #about img {
  border-radius: 20px; }

#apartman .container {
  max-width: 1000px; }

.icon-item img {
  width: 40px; }
.icon-item .title {
  font-weight: 500;
  display: block;
  padding-top: 10px; }

.list-item {
  padding-bottom: 30px; }
  .list-item figure {
    overflow: hidden;
    border-radius: 20px;
    display: block;
    padding: 0;
    margin: 0; }
    .list-item figure img {
      -webkit-transition: 250ms ease-in-out;
      -moz-transition: 250ms ease-in-out;
      -o-transition: 250ms ease-in-out;
      transition: 250ms ease-in-out; }
  .list-item .inner {
    display: block; }
    @media (min-width: 992px) {
      .list-item .inner:hover figure img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }
  .list-item .title {
    display: block;
    line-height: 120%;
    padding-top: 15px; }
  .list-item .date-start {
    font-size: 14px;
    font-weight: 500;
    color: #231F20; }

.event-start,
.event-end {
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #e3b285;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: 500; }

/*** Galeries ***/
.gallery a {
  overflow: hidden;
  display: block; }
  .gallery a img {
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out; }
    @media (min-width: 992px) {
      .gallery a img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }

/*** Video ***/
.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  margin: 20px 0;
  height: 0;
  overflow: hidden; }
  .youtube-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/*** Map ***/
.map {
  padding-top: 40px; }
  .map iframe {
    width: 100%;
    height: 350px;
    border: none; }

form .form-item {
  padding-bottom: 10px;
  margin: 0; }
form .form-actions {
  margin: 0; }
form label {
  display: block;
  margin: 0; }
form select, form input, form textarea {
  height: 44px;
  border: 1px solid #dddddd;
  outline: none;
  padding: 10px 15px;
  border-radius: 10px; }
form input.form-text, form input.form-email, form input.form-tel {
  width: 100%;
  display: block;
  -webkit-appearance: none; }
form input.button, form input.form-submit {
  color: #ffffff;
  border: none;
  text-decoration: none;
  text-align: center;
  min-width: 140px;
  line-height: 100%;
  display: inline-block;
  background: #CD8746;
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-size: 22px;
  border-radius: 10px;
  padding: 10px 30px;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }
  @media (min-width: 992px) {
    form input.button:hover, form input.form-submit:hover {
      background: #231F20; } }
form textarea {
  width: 100%;
  height: 100px; }
form .form-item-gdpr {
  position: relative;
  line-height: 120%;
  padding-left: 24px; }
  form .form-item-gdpr input {
    height: auto;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: none; }

footer#footer {
  padding: 20px 0;
  border-top: 1px solid #eee;
  font-size: 14px; }

/*** Admin bar ***/
footer.admin {
  margin-bottom: 40px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #231F20;
  padding-top: 10px;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px; }
      .admin-bar .menu li a {
        color: #ffffff;
        font-weight: 400; }

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