@import url(ico.css);
@import url(admin.css);
@import url(foundation.css);
@import url(fonts.css);
@import url(jquery.qtip.min.css);
@import url(swiper.css);
@import url(lightgallery.min.css);
@import url(bootstrap-datepicker.css);
@import url(https://fonts.googleapis.com/css?family=Kalam:400&subset=latin,latin-ext);

html,
body {
  height: auto;
}

body {margin-bottom: 85px;} @media screen and (max-width: 767px) {body {margin-bottom: 170px;}}

.smallerFont {
  font-size: 0.9em !important;
}

.smallerFont.smaller {
  font-size: 0.69em !important;
}

.pull-center {
  text-align: center;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

header .wrap {
  background: #fff;
}

.row {
  max-width: 1100px;
}

.toCenter {
  text-align: center;
}

.toRight {
  text-align: right;
}

.transition,
button,
.bttn,
.menuToggle,
.overDesc {
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
}

.showItem {
  display: block !important;
}

body {
  font-size: 11pt;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  background: none;
  border: none;
}

html {
  background: var(--rodzaj-obiektu) repeat center top;
}

body {
  background-color: var(--hat-bg-color);
  font-family: "prn";
  font-size: 14px;
}

header {
  background: var(--top-header) no-repeat top center;
  padding-top: 80px;
}

header .portalTop {
  text-align: center;
}

header .portalTop img {
  width: auto;
  max-width: 220px;
  padding: 0;
  max-height: 80px;
  margin-bottom: 15px;
}

.header__partner {
  position: relative;
  border-radius: 20px;
  border: 2px solid #2c84bf;
  display: block;
  width: fit-content;
  margin: 5px auto 5px;
  padding: 4px 15px;

}
.header__partner img {
  width: 170px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  position: relative;
}
.header__partner::after {
  content: "PARTNER PORTALU";
  position: absolute;
  text-align: center;
  width: 160px;
  left: 50%;
  top: 0;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 700;
  transform: translate(-50%,-50%);
  background-color: #fff;
  color: #2c84bf !important;
}

.topRow {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22);
}

.topRow .address,
.topRow .phone {
  min-height: 36px;
  padding-left: 48px;
  font-size: 1.2em;
  background: url(/assets/media/default/location.png) no-repeat left top;
  font-family: "prn";
}

.topRow a {
  color: #222222;
}

.topRow .phone {
  text-align: right;
  padding: 0 48px 0 0;
  background: url(/assets/media/default/phone.png) no-repeat right top;
}

.topRow .phone span {
  display: block;
}

.topRow h1 {
  text-align: center;
  font-family: "prnbb";
  color: #118edd;
  margin-bottom: 0;
  margin-top: 5px;
}

.topRow .phone_holder,
.topRow .address_holder {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.topRow .phone_holder p,
.topRow .address_holder p {
  width: 100%;
}

.swiper-wrapper {
  min-height: 450px;
}

.swiper-wrapper .swiper-pagination {
  z-index: 100;
}

.swiper-wrapper .swiper-slide {
  height: 450px;
  width: 100%;
  background-size: cover !important;
  position: relative;
}

.swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 50px 0;
  margin: 0;
  color: #fff;
  font-family: "prnl";
  font-size: 36px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.05+25,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(25%, rgba(0, 0, 0, 0.05)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 25%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  background: #bdbdbd;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

ul.menuRow {
  background: #118edd;
  margin: 0;
}

ul.menuRow li {
  border-right: 2px solid #5cb0ec;
  position: relative;
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
}

ul.menuRow li a {
  padding: 20px 0px 0 0;
  color: #fff;
  font-size: 21px;
  font-family: "prnl";
  text-align: center;
  display: block;
}

ul.menuRow li:after {
  position: absolute;
  right: -1px;
  bottom: 0px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}

ul.menuRow li:before {
  position: absolute;
  left: -1px;
  bottom: 0px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #ffffff;
}

ul.menuRow li:nth-last-child(2) {
  border-right: none;
}

ul.menuRow li:nth-last-child(2):after {
  display: none;
}

ul.menuRow li:first-child:before {
  display: none;
}

ul.menuRow li.active {
  background-color: #20c65a;
}

#menuWrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #118edd;
  z-index: 999;
  box-shadow: 2px 4px 13px rgba(0, 0, 0, 0.38);
}

#menuWrapper.fixed.openedMenu {
  bottom: 0;
  overflow-y: scroll;
}

#topHeader.fixed {
  padding-bottom: 71px;
}

#topHeader.fixed ul {
  max-width: 1200px;
  margin: 0 auto;
}

#topHeader.fixed ul li {
  padding-bottom: 11px;
}

#topHeader.fixed ul li.booking_tab {
  background: #dd2e11;
}

#topHeader.fixed ul li a {
  padding-top: 11px;
}

#topHeader.fixed ul li:after,
#topHeader.fixed ul li:before {
  display: none;
}

.swiper-container {
  width: 100%;
  min-height: 450px;
  z-index: 10;
}

section .wrap {
  background: #fff;
  padding: 1px;
  border-bottom: 3px solid #f3e9df;
}

section .wrap p,
section .wrap ul li {
  font-size: 1.3em;
}

section .wrap p a,
section .wrap ul li a {
  color: #118edd;
  font-weight: normal;
  text-decoration: underline;
}

section .wrap p a:hover,
section .wrap ul li a:hover {
  color: #777f85;
  font-weight: normal;
  text-decoration: underline;
}

section h2 {
  font-family: "prnbb";
  font-size: 2.1em;
  color: #118edd;
  max-width: 1100px;
  font-weight: normal;
  text-align: center;
  margin: 25px auto 10px auto;
}

section h3 {
  font-family: "prnbb";
  font-size: 1.78em;
  color: #118edd;
  font-weight: normal;
  text-align: center;
  margin: 0 0 25px 0;
}

#miasto {
  padding-bottom: 30px;
}

.contactForm {
  padding-bottom: 30px !important;
}

.contactForm .errors {
  padding: 11px;
  border: 1px solid #ffc0c0;
  margin-bottom: 20px;
  background: #fff3f3;
}

section.gallery .wrap {
  padding: 20px 0;
}

.galleryCol div {
  cursor: pointer;
}

.halfHeight {
  height: 48%;
  margin-bottom: 4%;
  background-size: cover;
}

.halfHeight div {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  text-align: center;
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
}

.halfHeight div > span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "prnl";
  font-size: 1.8em;
  display: block;
}

.halfHeight div > span span {
  padding-right: 55px;
  background: url(/assets/media/default/arrow.png) no-repeat 97% 50%;
  min-height: 34px;
  display: inline-block;
  opacity: 0.8;
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
}

.halfHeight div:hover {
  background: rgba(0, 0, 0, 0.43);
}

.halfHeight div:hover > span span {
  background-position: 100% 50%;
  opacity: 1;
}

.fullHeight {
  height: 450px;
  background-size: cover;
}

.galleryView {
  height: 350px;
  background: var(--bg-slider) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.galleryView .polaroid {
  width: 300px;
  height: 320px;
  position: absolute;
  padding: 10px 10px 60px 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.galleryView .polaroid p {
  position: absolute;
  font-family: "Kalam", cursive;
  bottom: 13px;
  left: 0px;
  right: 0px;
  font-size: 1.7em;
  margin: 0;
  text-align: center;
}

.galleryView .polaroid.slide-1 {
  left: 10%;
  top: 7%;
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  -webkit-transform: rotate(-10deg);
  /* Safari */
  transform: rotate(-10deg);
}

@media all and (max-width: 400px) {
  .galleryView .polaroid.slide-1 {
    -ms-transform: rotate(-10deg) scale(0.75) !important;
    /* IE 9 */
    -webkit-transform: rotate(-10deg) scale(0.75) !important;
    /* Safari */
    transform: rotate(-10deg) scale(0.75) !important;
  }
}

.galleryView .polaroid.slide-2 {
  left: 50%;
  margin-left: -150px;
  top: 7%;
  -ms-transform: rotate(8deg);
  /* IE 9 */
  -webkit-transform: rotate(8deg);
  /* Safari */
  transform: rotate(8deg);
  z-index: 10;
}

@media all and (max-width: 400px) {
  .galleryView .polaroid.slide-2 {
    -ms-transform: rotate(8deg) scale(0.75) !important;
    /* IE 9 */
    -webkit-transform: rotate(8deg) scale(0.75) !important;
    /* Safari */
    transform: rotate(8deg) scale(0.75) !important;
  }
}

.galleryView .polaroid.slide-3 {
  right: 10%;
  top: 7%;
  z-index: 5;
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
  /* Safari */
  transform: rotate(3deg);
}

@media all and (max-width: 400px) {
  .galleryView .polaroid.slide-3 {
    -ms-transform: rotate(3deg) scale(0.75) !important;
    /* IE 9 */
    -webkit-transform: rotate(3deg) scale(0.75) !important;
    /* Safari */
    transform: rotate(3deg) scale(0.75) !important;
  }
}

.galleryView .polaroid div {
  height: 100%;
  background-size: cover;
  width: 100%;
}

.galleryCol li div:last-child {
  margin-bottom: 0;
}

section.map h3 {
  font-size: 2.1em;
}

section.map i {
  color: #dd2e11;
}

section.map .wrap {
  padding-bottom: 35px;
}

.bttn {
  padding: 11px 10px;
  border: 2px solid #118edd;
  border-radius: 4px;
  display: inline-block;
  color: #777f85;
  font-family: "prnb";
  text-decoration: none;
  font-size: 0.9em;
  cursor: pointer;
}

.bttn:hover {
  background: #118edd;
  color: #fff;
}

.bttn.offers {
  border: 2px solid #f99e1d;
  margin-top: 5px;
}

.bttn.offers:hover {
  background: #f99e1d;
  color: #fff;
}

.viewSwitcher {
  background: #118edd;
  color: #fff;
  font-family: "prnb";
  text-align: center;
  padding: 12px;
}

.contactForm input,
.contactForm textarea {
  display: block;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background-color: #fff;
  color: #565a5c;
  font-family: "Lato";
}

.contactForm textarea {
  height: 130px;
}

.contactForm p {
  font-size: 0.8em;
  margin: 0;
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  background: #118edd;
  color: #ffffff;
  font-size: 1.4em;
  padding: 20px 0 20px 0;
  text-align: center;
}

footer .linkiDol {
  overflow: hidden;
}

footer h2 {
  font-family: "prnbb";
  margin: 0;
}

footer p {
  margin: 2px 20px;
  display: inline-block;
}

footer .linkiDol p {
  display: block;
  margin: 0;
}

footer .www a {
  color: #fff;
}

footer .www span:nth-child(n + 1) {
  margin-left: 20px;
}

section.prices .button_booking {
  display: inline-block;
  padding: 12px 17px;
  color: #fff;
  background: #dd2e11;
  font-size: 1.4em;
  margin: 0 auto;
  margin-bottom: 35px;
  border-radius: 4px;
}

.infoBottom {
  padding-bottom: 20px;
}

.infoBottom * {
  text-align: center;
}

.infoBottom a {
  color: #695647;
  position: relative;
  padding: 20px 0;
}

.infoBottom p {
  color: #695647;
  font-size: 1.2em;
  margin: 0 0 3px 0;
  padding-top: 15px;
  overflow: hidden;
}

.infoBottom p span {
  font-family: "prn";
}

.infoBottom p span:first-child {
  margin-left: 20px;
}

.infoBottom p:last-child {
  margin-bottom: 0;
}

.message_ok::before {
  content: "X";
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.message_ok {
  padding: 20px 45px;
  background: #fff;
  border: 3px solid #118edd;
  border-radius: 5px;
  position: fixed;
  top: 40px;
  box-shadow: 0px 0px 10px #c5c5c5;
  z-index: 111;
  left: 50%;
  transform: translateX(-50%);
}

.message_ok p {
  background: url(/assets/media/default/mail_ok.png) no-repeat center left;
  padding: 11px 20px 11px 87px;
  font-size: 1.2em;
}

.message_error::before {
  content: "X";
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.message_error {
  padding: 20px 45px;
  background: #fff;
  border: 3px solid #e50000;
  border-radius: 5px;
  position: fixed;
  top: 40px;
  box-shadow: 0px 0px 10px #c5c5c5;
  z-index: 111;
  left: 50%;
  transform: translateX(-50%);
}

.message_error > div {
  background: url(/assets/media/default/mail_error.png) no-repeat top left;
  padding: 10px 30px 23px 87px;
  font-size: 1em;
}

@media all and (max-width: 1025px) {
  #menuRow li {
    display: none;
    border-bottom: 1px solid #27a0ed;
  }

  #menuRow li:after,
  #menuRow li:before {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .halfHeight {
    height: 100%;
  }

  .galleryCol li {
    height: 300px !important;
  }

  .swiper-slide,
  .swiper-wrapper,
  .swiper-container {
    height: 300px !important;
    min-height: 300px;
  }

  div.topRow .phone_holder,
  div.topRow .address_holder {
    display: none !important;
  }
}

footer .licznik {
  margin-top: 20px;
  font-size: 0.69em;
}

footer .licznik a {
  color: #98ffbc;
}

.back_to_edit {
  padding: 5px 13px;
  background: #fff;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 5px;
  color: #118edd;
  display: inline-block;
  font-size: 0.7em;
}

#video-gallery li a {
  display: block;
  position: relative;
}

#video-gallery li a img {
  width: 100%;
}

#video-gallery li a span {
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "prnb";
  z-index: 10;
}

#video-gallery li a:after {
  content: " ";
  display: block;
  position: absolute;
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/media/default/movie_cover.png) center center;
}

#video-gallery li a:hover:after {
  opacity: 0.8;
}

#cookies-message {
  /* position: fixed; */
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  padding: 10px 0;
  font-size: 0.85em;
  text-align: right;
}

#cookies-message .button2 {
  padding: 4px;
  background: #2c2f31;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.directions {
  padding-top: 20px;
}

.directions input,
.directions textarea,
.directions .bttn {
  display: block;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background-color: #fff;
  color: #565a5c;
  font-family: "Lato";
  margin-bottom: 10px;
}

.directions .bttn.gmaps {
  padding-left: 37px;
  border: 0;
  position: relative;
  text-align: center;
  background-size: contain;
}

.directions .bttn.gmaps:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  height: 37px;
  width: 37px;
  background: url(/gfx/Google_Maps_Icon.png) no-repeat center left;
  background-size: cover;
}

.directions p {
  margin: 5px 0 0 0;
  font-size: 1em !important;
}

#facebookSlideBtn {
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
  float: left;
  width: 46px;
  height: 122px;
  cursor: pointer;
  background: url(/gfx/fbLike.png) no-repeat;
  position: absolute;
  top: 0px;
  left: -46px;
}

#facebookSlide.fbOpen {
  right: 0 !important;
}

#facebookSlide {
  transition: all 0.24s ease-out 0s;
  -webkit-transition: all 0.24s ease-out 0s;
  -moz-transition: all 0.24s ease-out 0s;
  width: 340px;
  height: 400px;
  display: block;
  right: -340px;
  padding: 0;
  position: fixed;
  top: 255px;
  z-index: 999999;
  z-index: 9999999;
}

.mobile-wrapper {
  position: fixed;
  bottom: 0px;
  min-height: 10px;
  width: 100%;
  z-index: 1200;
}


@media all and (max-width: 767px) {
  .mobile-contact-icon{
    display: block !important;
  }
}

.mobile-contact-icon {
  position: absolute;
  bottom: 10px;
  height: 60px;
  width: 60px;
  background: #118edd;
  border-radius: 50%;
  padding: 13px;
  z-index: 999;
  outline: 0;
  cursor: pointer;
  display: none;
  right: -70px;
}

.mobile-contact-icon.visible {
  right: 20px;
}

.mobile-contact-icon img {
  max-width: 100%;
}

.equipment span {
  display: inline-block;
  cursor: help;
  position: relative;
}

.equipment ul {
  padding: 0;
}

.equipment ul li {
  padding-bottom: 10px;
  position: relative;
  margin: 0;
  list-style: none;
  float: left;
  width: 33%;
}

.responisveTable {
  overflow-x: auto;
  max-width: 100%;
}

.responisveTable table td {
  vertical-align: middle;
    border: 1px solid #d9d9d9;
}

@media all and (max-width: 1000px) {
  .equipment ul li {
    width: 50%;
  }
}

@media all and (max-width: 480px) {
  .equipment ul li {
    width: 100%;
  }
}

.bttn--book {
  width: 100%;
  text-align: center;
  border: none;
  background: #23be61;
  font-size: 1.15em;
  color: #fff !important;
  padding: 15px 10px;
  margin-bottom: 0 !important;
}

.l-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.l-list--expand .l-list__item {
  width: 100%;
  white-space: normal;
}

.l-list--expand .l-list__item--init-hide {
  display: block;
}

.l-list--expand .l-list__item--hide-for-expand {
  display: none;
}

.l-list__item {
  position: relative;
  font-size: 18px;
  width: 270px;
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 17px;
  padding-right: 17px;
  border-bottom: 1px solid #dcdcdc;
  list-style: none;
  white-space: nowrap;
}

@media all and (max-width: 1024px) {
  .l-list__item {
    width: 100%;
  }
}

.l-list__item--with-icon {
  padding-left: 66px;
}

.l-list__item--button {
  cursor: pointer;
}

.l-list__item--tap-for-more {
  background: #f1f1f1;
  cursor: pointer;
  font-size: 0.85em;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.l-list__item--init-hide {
  display: none;
}

.l-list__subtext {
  font-size: 0.8em;
  color: #a1a1a1;
  display: block;
}

.l-list__icon {
  position: absolute;
  top: 14px;
  left: 18px;
  width: 32px;
  height: 32px;
}

.l-list__icon--heart::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  background: url(/gfx/icon_heart_full.svg);
  content: " ";
  display: block;
  opacity: 0;
  transition: opacity ease 0.3s;
}

.added .l-list__icon--heart::before {
  opacity: 1;
}

.l-list__icon img {
  width: 100%;
}

.message {
  position: relative;
  padding: 0 15px;
  margin-top: 10px !important;
}

.message--green,
.message--success {
  background: #d6f6e3;
}

.message--sent {
  padding: 30px 20px;
  text-align: center;
}

.message__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  padding: 5px 8px;
  border-radius: 2px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
}

.objectBox {
  overflow: hidden;
  display: flex;
}

@media all and (max-width: 1024px) {
  .objectBox {
    display: block;
  }
}

.objectBox__slider {
  background: red;
  flex-grow: 1;
  position: relative;
}

@media all and (max-width: 1024px) {
  .objectBox__slider {
    display: block;
    width: 100%;
    padding-bottom: 75%;
  }
}

.objectBox__slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: pink;
}

.objectBox__info {
  flex-basis: 270px;
  flex-shrink: 0;
}

@media all and (max-width: 1024px) {
  .objectBox__info {
    display: block;
    width: 100%;
  }
}

#quoteForm__wrapper {
  overflow: hidden;
  padding-bottom: 20px;
  background: #edf6fb;
  border: 1px solid #bed4e0;
}

.quoteForm {
  padding-bottom: 15px;
  padding-top: 40px;
  overflow: hidden;
}
#quoteForm__datePair {
  display: flex;
}

.quoteForm__infos {
  display: none;
}

.quoteForm p.error {
  background: none;
  border: none;
}

.quoteForm__info {
  color: #989898;
  font-size: 0.9em;
}

.quoteForm__col {
  display: inline-block;
  width: 50%;
  margin: 0;
}

.quoteForm__field {
  border-color: #dbdbdb;
  font-size: 15px;
  padding: 12px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  width: 100%;
  line-height: 1.68;
  margin-bottom: 12px;
  display: block;
  font-family: Lato, arial, sans-serif;
}

.quoteForm__field--textarea {
  min-height: 156px;
}

.quoteForm__field--checkIn {
  border-right-width: 0 !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.quoteForm__field::-webkit-input-placeholder {
  color: #9f9f9f;
}

.quoteForm__field::-moz-placeholder {
  color: #9f9f9f;
}

.quoteForm__field:-ms-input-placeholder {
  color: #9f9f9f;
}

.quoteForm__field:-moz-placeholder {
  color: #9f9f9f;
}

.quoteForm__verify {
  margin-top: 24px;
  display: flex;
}

.quoteForm__verifyCol--grow {
  flex-grow: 1;
}

.quoteForm__verifyItem {
  height: 60px;
  width: 60px;
  display: inline-block;
  float: right;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.7;
}

.quoteForm__verifyItem--tileOne {
  background: url("/gfx/tileOne.png");
}

.quoteForm__verifyItem--tileTwo {
  background: url("/gfx/tileTwo.png");
}

.quoteForm__verifyItem--tileThree {
  background: url("/gfx/tileThree.png");
}

.quoteForm__verifyItem--tileThree.active {
  -webkit-box-shadow: inset 0px 0px 0px 2px #23be61;
  -moz-box-shadow: inset 0px 0px 0px 2px #23be61;
  box-shadow: inset 0px 0px 0px 2px #23be61;
  opacity: 1;
  border-radius: 50%;
}

.swiper-slide > div {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.extraPhotos {
  padding-top: 20px;
  margin: 0 -0.15rem;
}

.extraPhotos li {
  padding: 0 0.15rem 0.15rem;
}

.extraPhotos li div {
  position: relative;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  cursor: pointer;
  opacity: 0.5;
}

.extraPhotos li:hover,
.extraPhotos div:last-child {
  opacity: 1;
}

.extraPhotos li > div > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: url(assets/media/default/photos_icon.png) no-repeat center center
    rgba(0, 0, 0, 0.6);
  background-size: contain;
  display: block;
  text-align: center;
  line-height: 60px;
}

@keyframes blink {
  50% {
    color: transparent;
  }
}

.loader__dot {
  animation: 1s blink infinite;
}

.loader__dot:nth-child(2) {
  animation-delay: 250ms;
}

.loader__dot:nth-child(3) {
  animation-delay: 500ms;
}

.overBox {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999999999;
  opacity: 0;
  transition: opacity 0.25s;
}

.overBox--open {
  overflow: hidden;
}

.overBox--loaded {
  opacity: 1;
}

.overBox__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box;
}

.overBox__wrapper > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  display: inline-block;
}

.overBox__wrapper::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
  box-sizing: inherit;
}

.overBox__content {
  max-width: 800px;
}

.overBox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.overBox__close::after {
  content: "x";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.errors {
  background: #ffeeec;
  font-size: 0.9em;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ff998f;
}

.error {
  background: #ffeeec;

  border-color: 1px solid #ff998f;
}

.cookies-message {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
  padding: 30px;
}

.cookies-message__wrapper {
  /* position: fixed; */
  bottom: 0px;
  background-color: transparent;
  width: 100%;
  z-index: 990;
  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;
}

.cookies-message__body {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 90%;
  padding: 20px 80px;
  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;
  position: relative;
  margin-bottom: 10px;
}

.cookies-message__body p {
  margin: 0 15px 0 0;
  text-align: center;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .cookies-message__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 30px;
  }
}

.cookies-message__close {
  position: absolute;
  right: 6px;
  top: 4px;
  color: #fff;
  font-size: 18px;
}

.cookies-message__close:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .cookies-message__close {
    font-size: 30px;
  }
}

.cookies-message__btns .btn {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 6px 18px !important;
  width: 150px !important;
  font-size: 13px;
}

@media (max-width: 991.98px) {
  .cookies-message__btns .btn {
    margin-top: 15px;
  }
}

.cookies-message__politics {
  color: #fff;
  text-decoration: underline;
}

.cookies-message__politics:hover {
  color: #fff;
}

ul.miniGal li a img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

/* .onlyImage {}
.onlyImage li {}
.onlyImage li:nth-of-type(1), .onlyImage li:nth-of-type(2),.onlyImage li:nth-of-type(3), .onlyImage li:nth-of-type(4) {width:25%; height:400px;}

.onlyImage li:nth-of-type(2),.onlyImage li:nth-of-type(3) {
    height:200px;
}
.onlyImage li:nth-of-type(1) img, .onlyImage li:nth-of-type(2) img, .onlyImage li:nth-of-type(3) img, .onlyImage li:nth-of-type(4) img {
    width: 100%;
    height: 100%;
}
.onlyImage li:nth-of-type(4) {} */

.newGallery {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-rows: repeat(4,6vw); */
  grid-gap: 10px;
  width: 100%;
  position: relative;
}

.newGallery li {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
}
.newGallery li img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .newGallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .newGallery .item--0 img {
    height: 100%;
  }
  .newGallery .item--0 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .newGallery .item--0 a {
    display: inline-block;

    position: relative;
  }
  .newGallery .item--0 a:hover::before {
    background: rgba(0, 0, 0, 0.43);
  }

  .newGallery .item--0 a::before {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.53);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    transition: all 0.24s ease-out 0s;
    -webkit-transition: all 0.24s ease-out 0s;
    -moz-transition: all 0.24s ease-out 0s;
  }
  .newGallery .item--0 a::after {
    position: absolute;
    content: "Otwórz galerię";
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: "prnl";
    font-size: 1.8em;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .newGallery .item--0 img {
    height: 100%;
  }
  .newGallery .item--0 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
  }
  .newGallery .item--1 img {
    height: 100%;
  }
  .newGallery .item--1 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .newGallery .item--2 img {
    height: 100%;
  }
  .newGallery .item--2 a {
    display: inline-block;

    position: relative;
  }
  .newGallery .item--2 a:hover::before {
    background: rgba(0, 0, 0, 0.43);
  }

  .newGallery .item--2 a::before {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.53);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    transition: all 0.24s ease-out 0s;
    -webkit-transition: all 0.24s ease-out 0s;
    -moz-transition: all 0.24s ease-out 0s;
  }
  .newGallery .item--2 a::after {
    position: absolute;
    content: "Otwórz galerię";
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: "prnl";
    font-size: 1.8em;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
  }
  .newGallery .item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .newGallery .item--3 img {
    height: 100%;
  }
  .newGallery .item--3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 6;
  }
}


.gallery-small {
  width: 100%;
  display: block;
}
.gallery-small .gallery-header {
}
.gallery-small .gallery-wrapper {
  width: 100%;
  display: block;
}
.gallery-small .gallery-wrapper .gallery-images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-small .gallery-wrapper .gallery-images li {
  width: 100%;
  padding: 7px;
}
.gallery-small .gallery-wrapper .gallery-images li a {
  height: 200px;
  width: 100%;
}
.gallery-small .gallery-wrapper .gallery-images li a img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
/*   border-radius: 10px;
  border: 3px solid #ffd686; */
  height: 200px;
  object-fit: cover;
}
@media all and (min-width: 769px) {
  .gallery-small .gallery-wrapper .gallery-images li {
    width: 50%;
  }
}
@media all and (min-width: 992px) {
  .gallery-small .gallery-wrapper .gallery-images li {
    width: 33%;
  }
}

@media all and (min-width: 1200px) {
  .gallery-small.in-container .gallery-wrapper .gallery-images li {
    width: 25%;
  }
}

@media all and (min-width: 1200px) {
  .gallery-small.in-miejscowosc .gallery-wrapper .gallery-images li {
    width: 25%;
  }
  .gallery-small.in-miejscowosc.count-image-10 .gallery-wrapper .gallery-images li {
    width: 20%;
  }
}

@media all and (max-width: 767px) {
  .mobile-phone-icon {
    display: block !important;
  }
}

.mobile-phone-icon {
  position: absolute;
  bottom: 10px;
  height: 60px;
  width: 60px;
  padding: 13px;
  z-index: 999;
  outline: 0;
  background: #118edd;
    border-radius: 50%;
  cursor: pointer;
  display: none;
  left: -70px;
}

.mobile-phone-icon.visible {
  left: 20px;
}

.mobile-phone-icon img {
  max-width: 100%;
}
.mobile-phone-icon svg {
  fill:#fff;
  padding: 3px;
}
@media all and (max-width: 768px) {
  .description iframe {
    width: 100% !important;
  }
}