@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
  header .container {
    max-width: 1380px;
  }
}

html, body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif;
}

body.home {
  background: url(../images/lightgrey-mountains.svg), url(../images/lightgrey-mountains.svg), -webkit-gradient(linear, left top, right top, color-stop(0vw, #e7e3da), color-stop(50vw, white));
  background: url(../images/lightgrey-mountains.svg), url(../images/lightgrey-mountains.svg), linear-gradient(90deg, #e7e3da 0vw 50vw, white 50vw 100vw);
  background-size: 80vw,80vw, 100vw;
  background-position: right 50vw bottom -100px,left 50vw bottom -100px,center center;
  background-repeat: no-repeat,no-repeat,no-repeat;
  min-height: 100vh;
}

body.home .splide {
  width: 460px;
  height: 280px;
}

body.home .splide img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 30px #0000004d;
          box-shadow: 0px 0px 30px #0000004d;
}

body.home .splide .splide__slide {
  padding: 30px;
}

body.home .logo_home {
  position: absolute;
  top: 3vh;
  left: calc(50vw - 120px);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.home .logo_home img {
  width: 80%;
}

body.home .col_home {
  min-height: 700px;
  height: 90vh;
  padding-top: 800px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body.home .home_content {
  max-width: 1480px;
  width: 96vw;
}

body.home .do_prawej {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 40px;
}

body.home .do_lewej {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 40px;
}

body.home .home_info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

body.home .home_info h1 {
  font-size: 3em;
  font-family: 'El Messiri', sans-serif;
  color: #b28f49;
  font-weight: 700;
  width: 300px;
  text-align: center;
}

body.home .home_info.prawa {
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
}

body.home .home_info.prawa .splide {
  position: relative;
  right: -37.5px;
}

body.home .home_info.lewa {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

body.home .home_info.lewa .splide {
  position: relative;
  right: 40px;
}

body.home .home_info img.obiekt_img {
  width: 400px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 30px #0000004d;
          box-shadow: 0px 0px 30px #0000004d;
}

body.home .home_info .adres {
  width: 300px;
  text-align: center;
  margin-top: 30px;
}

body.home .home_info .adres .miejscowosc {
  font-size: 28px;
  display: block;
  font-weight: 600;
  color: #b28f49;
}

body.home .home_info .adres .adres_info {
  display: block;
}

body.home .home_info .adres a {
  font-family: 'El Messiri', sans-serif;
  text-decoration: none;
  color: white;
  background: black;
  padding: 7px 40px;
  border-radius: 30px;
  font-size: 22px;
  margin-top: 30px;
  display: inline-block;
}

body.home img.okolica {
  width: 400px;
  height: 80vh;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 10vh;
  -webkit-box-shadow: 0px 0px 40px #0000004d;
          box-shadow: 0px 0px 40px #0000004d;
}

body.home img.lewe_home_img {
  position: absolute;
  left: 0px;
  z-index: 1;
}

body.home img.prawe_home_img {
  position: absolute;
  right: 0px;
  z-index: 1;
}

body .wrap {
  height: 80vh;
  width: 400px;
  position: relative;
  overflow: hidden;
}

body .wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.rezerwacja_box_info {
  color: white;
  background: black;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.rezerwacja_box_info span {
  position: relative;
  z-index: 9;
}

.rezerwacja_box_info::before {
  content: ' ';
  width: 18px;
  height: 18px;
  background: black;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: 0;
  left: calc(50% - 10px);
  bottom: -5px;
}

*:focus {
  outline: 0 !important;
}

header {
  margin-top: 30px;
  margin-bottom: 30px;
}

header .navbar {
  border-top: solid 1px #f2f2f2;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}

header .menu-menu-podstrony-container, header .menu-menu-podstrony-willa-container, header .menu-menu-podstrony-apartament-container {
  width: 100%;
}

header #menu-menu-podstrony, header #menu-menu-podstrony-willa, header #menu-menu-podstrony-apartament {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header #menu-menu-podstrony a, header #menu-menu-podstrony-willa a, header #menu-menu-podstrony-apartament a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  -webkit-transition: all .15s;
  transition: all .15s;
}

header #menu-menu-podstrony a:hover, header #menu-menu-podstrony-willa a:hover, header #menu-menu-podstrony-apartament a:hover {
  color: #b28f49;
}

header .rezerwuj_menu {
  border: solid 1px #b28f49;
  border-radius: 25px;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 15px;
}

header .rezerwuj_menu a {
  color: #b28f49 !important;
}

header .rezerwuj_menu a:hover {
  color: black !important;
}

.single_udogodnienie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single_udogodnienie img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.single_udogodnienie .title_udogodnienie {
  font-weight: 600;
  font-size: 24px;
  color: #b28f49;
  display: block;
  margin-bottom: 5px;
}

.single_udogodnienie .opis_udogodnienia {
  font-size: 14px;
  color: #231f20;
  display: block;
  max-width: 75%;
  margin: 0 auto;
}

.lokal_udogodnienia h3 {
  font-weight: 600;
  color: #b28f49;
  margin-bottom: 30px;
}

.small_gold {
  color: #b28f49;
  font-size: 14px;
}

.small_silver {
  color: #808080;
  font-size: 14px;
}

.nad_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}

.nad_menu .kontakt_top_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nad_menu .ikony_top_header a {
  margin: 0px 10px;
}

.nad_menu .ikony_top_header a img {
  max-height: 20px;
}

a.tel_top {
  margin-left: 15px;
  text-decoration: none;
  color: #b28f49;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.tel_top::before {
  content: ' ';
  background-image: url(../images/phone_icon.png);
  width: 11px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}

.main_logo img {
  height: 120px;
}

.footer_logo {
  margin-bottom: 50px;
}

.footer_logo img {
  width: 200px;
}

.zdjecie_w_tle_galerii {
  width: calc(50vw + 7.5px);
  position: absolute;
  top: -380px;
  left: 0px;
  z-index: 0;
}

.zdjecie_w_tle_galerii img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kontakt_bottom {
  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;
}

.kontakt_bottom .tel_icon_round {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.kontakt_bottom .tel_icon_round img {
  width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

#atrakcje_w_okolicy .splide__arrow--prev {
  left: -50px;
}

#atrakcje_w_okolicy .splide__arrow--next {
  right: -50px;
}

#atrakcje_w_okolicy .splide__arrow {
  background: transparent;
}

#atrakcje_w_okolicy .splide__arrow svg {
  fill: #b28f49;
  height: 3em;
  width: 3em;
}

#atrakcje_w_okolicy .splide__slide {
  position: relative;
}

#atrakcje_w_okolicy .atrakcja_tytul {
  color: white;
  text-shadow: 0 0 10px black;
  font-family: 'El Messiri', sans-serif;
  position: absolute;
  bottom: 60px;
  font-size: 30px;
  right: 0px;
  text-align: center;
  z-index: 9;
  width: 100%;
}

.black_bg {
  position: relative;
  background: url(../images/lightgrey-mountains.svg), var(--glowny-kolor-tla);
  background-position: right -200px bottom !important;
  background-repeat: no-repeat, no-repeat;
  background-size: 50vw, 100vw !important;
  padding-bottom: 100px;
}

.white_bg {
  background: url(../images/3.png), white;
  background-position: 55vw bottom;
  background-size: contain, auto;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 100px;
}

.white_bg2 {
  background: url(../images/4.png), white;
  background-position: right calc(50vw - 30px) bottom -70px;
  background-size: contain, auto;
  background-repeat: no-repeat, no-repeat;
  padding-top: 100px;
}

.white_bg2 .custom_description {
  padding-bottom: 100px;
}

.galeria_naglowek {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.galeria_naglowek .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 280px;
}

.galeria_naglowek .main::after {
  content: ' ';
  height: 1px;
  width: 100%;
  background: var(--glowny-kolor-tla);
  -webkit-filter: brightness(2);
          filter: brightness(2);
  display: block;
  margin-left: 50px;
}

.atrakcje_naglowek {
  padding: 70px 0px;
  display: block;
}

.pokaz_zdjecia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #b28f49;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 25px;
  margin: 0 auto;
  cursor: pointer;
  color: white;
  font-size: 16px;
  margin-top: 30px;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.pokaz_zdjecia:hover {
  background: #b28f49;
  color: black;
}

.galeria_main img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
  -webkit-filter: grayscale(1) contrast(1.1);
          filter: grayscale(1) contrast(1.1);
  -webkit-transition: all .1s;
  transition: all .1s;
}

.galeria_main img:hover {
  -webkit-filter: grayscale(0) contrast(1);
          filter: grayscale(0) contrast(1);
}

#lokal_top {
  position: relative;
  padding-left: 15px;
  margin-top: 60px;
}

#lokal_top::before {
  content: ' ';
  width: 50%;
  height: 50%;
  background: #b28f49;
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 0;
}

#lokal_top img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#lokal_top .splide__pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: -30px;
}

#lokal_top .splide__pagination__page {
  background: #e4e4e4;
  opacity: 1;
  border-radius: 0px;
  width: 100px;
  margin: 0px 9px;
}

#lokal_top .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #cacaca;
}

#atrakcje_w_okolicy {
  width: calc(100% + 30px);
  position: relative;
  margin-top: -90px;
}

#atrakcje_w_okolicy .splide__slide {
  padding: 0px 15px 30px 15px;
}

#atrakcje_w_okolicy img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.315);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.315);
}

.top_desc {
  text-align: center;
  max-width: 670px;
}

.main {
  font-family: 'El Messiri', sans-serif;
  color: #b28f49;
  font-size: 3.2em;
}

.custom_description {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dodatkowe_udogodnienia {
  background: #b28f49;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 20px;
}

.dodatkowe_udogodnienia .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dodatkowe_udogodnienia .col img {
  height: 76px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.dodatkowe_udogodnienia .col span {
  color: white;
  font-weight: 600;
}

.dodatkowe_udogodnienia::before {
  content: ' ';
  height: 100%;
  width: calc(50vw);
  left: 0px;
  z-index: 0;
  position: absolute;
  right: calc(50% - 540px);
  top: 0px;
  background: #b28f49;
}

#lokalizacja {
  min-height: 520px;
  position: relative;
}

#lokalizacja .main {
  margin-top: 100px;
  display: block;
}

#lokalizacja .lokalizacja_img {
  position: absolute;
  top: -50px;
  right: 0px;
  max-width: 1650px;
}

a.main_tel {
  text-decoration: none;
  color: #b28f49;
  font-size: 50px;
  font-family: 'El Messiri', sans-serif;
  margin-top: 10px;
}

footer {
  background: url(../images/lightgrey-mountains.svg), var(--glowny-kolor-tla);
  background-position: -15vw bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 55vw, 100vw !important;
  color: white;
  min-height: 900px;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

footer .adres_title {
  display: block;
  font-size: 16px;
  margin: 15px 0px 20px 0px;
  font-weight: 300;
}

footer .adres_content {
  font-size: 16px;
  font-weight: 300;
}

footer .main {
  line-height: 100%;
}

footer a.wybieram_footer {
  text-decoration: none;
  display: block;
  color: white;
  font-size: 18px;
  border: solid 1px #b28f49;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px;
  margin-top: 25px;
  -webkit-transition: all .15s;
  transition: all .15s;
}

footer a.wybieram_footer:hover {
  color: #b28f49;
  border-color: white;
}

footer a.kontakt_footer {
  text-decoration: none;
  display: block;
  color: var(--glowny-kolor-tla);
  font-size: 18px;
  font-weight: 600;
  border: solid 1px #b28f49;
  background: #b28f49;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px;
  margin-top: 17px;
}

.custom_page_content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-child h1 {
  font-family: 'El Messiri', sans-serif;
  color: #b28f49;
  font-size: 4em;
}

body.page-child {
  background: url(../images/lightgrey-mountains.svg);
  background-repeat: no-repeat;
  background-size: 50vw;
  background-position: top 300px right -10vw;
}

body.page-child footer {
  padding-bottom: 120px;
  padding-top: 120px;
  min-height: auto;
  background-size: 45vw !important;
}

body.page-child footer .footer_logo {
  display: none;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: transparent;
  border: solid 1px #b28f49;
  font-size: 14px;
}

.wpcf7 input[type=submit] {
  width: 50%;
  border: none;
  border-radius: 0px;
  background: #b28f49;
  padding: 8px 0px;
  color: white;
  font-weight: 600;
}

.wpcf7 .wpcf7-list-item-label {
  font-size: 12px;
}

a.breadcrumb_custom {
  font-family: 'El Messiri', sans-serif;
  text-decoration: none;
  color: #b28f49;
  -webkit-transition: all .15s;
  transition: all .15s;
  color: #4f4f4f;
  font-size: 1.2em;
}

a.breadcrumb_custom:hover {
  opacity: 0.7;
}

.header_sociale {
  display: none;
}

@media only screen and (max-width: 1599px) {
  body.home img.okolica {
    width: 22vw;
  }
  body.home .home_info.prawa .splide {
    right: auto;
  }
  body.home .home_info.lewa .splide {
    right: auto;
  }
  body.home .home_info h1 {
    width: 100%;
  }
  body.home .home_info .adres {
    width: 100%;
  }
}

@media only screen and (max-width: 1289px) {
  footer a.kontakt_footer {
    padding: 10px 30px;
  }
  .top_desc {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1259px) {
  a.main_tel {
    font-size: 2.5em;
  }
  #lokalizacja .main {
    position: relative;
    z-index: 9;
  }
  #lokalizacja .lokalizacja_img {
    position: absolute;
    top: 0px;
    right: auto;
    left: 0px;
    max-width: 1350px;
  }
  body.home img.okolica {
    width: 22vw;
    display: none !important;
  }
  body.home .logo_home {
    left: calc(50vw - 90px) !important;
    width: 160px !important;
    height: 160px !important;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    padding-top: 30px;
  }
  .header_sociale {
    display: block;
  }
  .header_sociale .kontakt_top_header {
    text-align: center;
    padding-top: 30px;
  }
  .header_sociale .kontakt_top_header .small_silver {
    font-size: 16px;
  }
  .header_sociale .kontakt_top_header a.tel_top {
    margin-left: 0px;
    font-size: 26px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_sociale .kontakt_top_header a.tel_top::before {
    position: relative;
    top: 8px;
  }
  .header_sociale .ikony_top_header {
    padding: 30px 0px;
    margin: 0 auto;
    text-align: center;
  }
  .header_sociale .ikony_top_header img {
    margin: 0px 15px;
    height: 25px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .main {
    display: block;
    margin-top: 30px;
  }
  footer a.wybieram_footer {
    margin: 0 auto;
  }
  footer .adres_content {
    margin-bottom: 30px;
    display: block;
  }
  #lokalizacja {
    max-width: 100vw !important;
    width: 100vw !important;
    overflow: hidden;
    min-height: 720px;
  }
  #lokalizacja .lokalizacja_img {
    position: absolute;
    top: 20px;
    right: auto;
    left: 0px;
    max-width: 1000px;
  }
  .galeria_naglowek .main {
    margin-left: auto;
    text-align: center;
    display: block;
  }
  .galeria_naglowek .main::after {
    display: none !important;
  }
  .top_desc {
    max-width: 100%;
    margin-top: 50px;
  }
  body {
    padding-top: 80px;
  }
  body.home {
    background: url(../images/lightgrey-mountains.svg), url(../images/lightgrey-mountains.svg), -webkit-gradient(linear, left top, left bottom, color-stop(0vw, #e7e3da), color-stop(50%, white));
    background: url(../images/lightgrey-mountains.svg), url(../images/lightgrey-mountains.svg), linear-gradient(180deg, #e7e3da 0vw 50%, white 50% 100%);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: right 30vw top 100px,left 30vw bottom -100px,center center;
    padding-top: 30px;
  }
  body.home .col_home {
    min-height: auto;
    height: auto;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  body.home .logo_home {
    display: none !important;
  }
  body.home .do_prawej {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: inherit;
  }
  body.home .do_lewej {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: inherit;
  }
  body.home .home_info h1 {
    margin-bottom: 10px;
    font-size: 2.5em;
  }
  body.home .home_info .adres {
    margin-top: 15px;
  }
  body.home .home_info .adres a {
    margin-top: 15px;
  }
  body.home .splide {
    height: auto;
    max-width: calc(100vw - 30px) !important;
  }
  body.home .splide img {
    max-width: 100%;
    height: 200px;
    -webkit-box-shadow: 0px 0px 10px #0000004d;
            box-shadow: 0px 0px 10px #0000004d;
  }
  body.home .splide .splide__slide {
    padding: 10px;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    background: white;
    margin-top: 0px;
  }
  header .navbar-nav {
    text-align: center;
  }
  header .nad_menu {
    display: none !important;
  }
  header .navbar-toggler {
    width: 39px;
    height: 28px;
    background: url(../images/menu_burger.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    right: 0px;
  }
  header .navbar {
    border-top: none;
    padding: 0px 0px;
  }
  header .main_logo {
    text-align: center;
  }
  header .main_logo img {
    height: 90px;
    margin-top: 5px;
  }
  header a.logo_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .zdjecie_w_tle_galerii {
    display: none !important;
  }
  .dodatkowe_udogodnienia {
    display: none;
  }
  .white_bg2 {
    padding-top: 0px;
  }
  .white_bg2 .custom_description {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #lokal_top img {
    height: 350px;
  }
}

@media only screen and (max-width: 576px) {
  .rezerwacja_box {
    margin-left: -15px;
    margin-right: -15px;
  }
  #lokalizacja .lokalizacja_img {
    position: absolute;
    top: 20px;
    right: auto;
    left: calc(100% - 600px);
    max-width: 1200px;
  }
  #atrakcje_w_okolicy {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-top: -90px;
  }
  .galeria_main img {
    height: 140px;
  }
  #lokal_top img {
    height: 230px;
  }
  .main {
    font-size: 2.2em;
  }
  .single_udogodnienie img {
    height: 30px;
  }
  .single_udogodnienie .title_udogodnienie {
    font-size: 17px;
  }
  .single_udogodnienie .opis_udogodnienia {
    font-size: 12px;
    max-width: 100%;
  }
}

@media only screen and (max-height: 800px) and (max-width: 1600px) {
  .logo_home {
    left: calc(50vw - 90px) !important;
    width: 160px !important;
    height: 160px !important;
  }
}
/*# sourceMappingURL=style.css.map */