@charset "utf-8";
.size-11 {
  font-size: 11px;
}
.size-12 {
  font-size: 12px;
}
.size-13 {
  font-size: 13px;
}
.size-14 {
  font-size: 14px;
}
.size-15 {
  font-size: 15px;
}
.size-16 {
  font-size: 16px;
}
.size-17 {
  font-size: 17px;
}
.size-18 {
  font-size: 18px;
}
.size-19 {
  font-size: 19px;
}
.size-20 {
  font-size: 20px;
}
.size-21 {
  font-size: 21px;
}
.size-22 {
  font-size: 22px;
}
.size-23 {
  font-size: 23px;
}
.size-24 {
  font-size: 24px;
}
.size-25 {
  font-size: 25px;
}
.size-26 {
  font-size: 26px;
}
.size-27 {
  font-size: 27px;
}
.size-28 {
  font-size: 28px;
}
.size-29 {
  font-size: 29px;
}
.size-30 {
  font-size: 30px;
}
.size-32 {
  font-size: 32px;
}
.size-34 {
  font-size: 34px;
}
.size-36 {
  font-size: 36px;
}
.size-48 {
  font-size: 48px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.font-bold {
  font-weight: bold;
}
.font-normal {
  font-weight: normal !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.iblock {
  display: inline-block;
}
.none,
.hide,
.notvis {
  display: none;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.rel {
  position: relative;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
}
.flex {
  display: flex;
  align-items: stretch;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.fend {
  align-items: flex-end;
}
.flex.fcenter {
  align-items: center;
}
.flex.fbase {
  align-items: baseline;
}
.flex > *.grow {
  flex-grow: 1;
}
.flex > *.shrink {
  flex-shrink: 1;
}
.flex > *.force-block {
  flex-basis: 100% !important;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.colour-white {
  color: white;
}
.colour-black {
  color: black;
}
.colour-red {
  color: red;
}
.colour-green {
  color: green;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
.no-border {
  border: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("../_fonts/OpenSansRegular.woff2") format("woff2"), url("../_fonts/OpenSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlwaysForeverBold";
  src: url("../_fonts/AlwaysForeverBold.woff2") format("woff2"), url("../_fonts/AlwaysForeverBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlegreyaSansSCRegular";
  src: url("../_fonts/AlegreyaSansSCRegular.woff2") format("woff2"), url("../_fonts/AlegreyaSansSCRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.o-0 {
  opacity: 0;
}
.o-70 {
  opacity: 0.7;
}
.o-80 {
  opacity: 0.8;
}
.o-90 {
  opacity: 0.9;
}
.o-90:hover,
.o-80:hover,
.o-70:hover,
.hover:hover,
.o-100 {
  opacity: 1;
}
@keyframes test {
  0%,
  100% {
    font-size: 22px;
  }
  10%,
  90% {
    font-size: 24px;
  }
  20%,
  80% {
    font-size: 26px;
  }
  30%,
  70% {
    font-size: 28px;
  }
  40%,
  60% {
    font-size: 30px;
  }
  50% {
    font-size: 36px;
  }
}
@keyframes rot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  outline: none;
  position: relative;
  z-index: 2;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
}
html:lang(ru) body {
  font-family: Arial;
}
a,
a img {
  border: 0;
  text-decoration: none;
  outline: 0;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
img[data-src] {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
img[data-src][src] {
  opacity: 1;
}
#wrap-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#cookie-info-wrap {
  position: fixed;
  z-index: 9000;
  width: 100%;
  font-family: inherit;
  bottom: 0px;
  background-color: white;
}
#cookie-info {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0px;
  text-align: center;
}
#cookie-info > span {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-align: left;
  padding-left: 3%;
}
#cookie-info-accept {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background-color: green;
  color: white;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1100px) {
  #cookie-info > span {
    width: 75%;
  }
}
@media (max-width: 800px) {
  #cookie-info > span {
    width: 100%;
    padding-left: 0px;
    padding-top: 2%;
    text-align: center;
  }
}
#promobox {
  width: 100%;
  text-align: center;
  height: 96%;
}
#promobox #promobox-inside {
  width: 96%;
  margin: 0 auto;
}
#promobox #promobox-inside #promobox-text {
  display: block;
  top: 2%;
}
#promobox #promobox-inside #promobox-text > span {
  display: block;
  padding: 10px 0px;
  text-align: center;
}
#promobox #promobox-inside #promobox-image {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#promobox #promobox-inside #promobox-image img {
  top: 0px !important;
  position: relative !important;
  display: block;
  margin: 0 auto;
}
#promobox .mfp-close {
  top: 0px;
  right: 15px;
  font-size: 50pxpx;
  background-color: white;
}
.navigation,
.navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.navigation li {
  cursor: pointer;
}
.navigation li > a {
  color: inherit;
}
#nav-trigger {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 54px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
#nav-trigger > span {
  background-color: white;
  width: 70%;
  margin: 9px auto;
  display: block;
  height: 6px;
}
@media (max-width: 1100px) {
  #nav-trigger {
    display: block;
  }
  #wrap-top #wrap-nav {
    position: absolute;
    top: 54px;
    right: calc(-2% - 1px);
    width: 300px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
  }
  #wrap-top #wrap-nav #menu {
    width: 300px;
    min-height: 100px;
    right: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide {
    width: 0px;
    transition: all 0.5s ease-in-out;
  }
  #wrap-top #wrap-nav.hide #menu {
    transition: all 0.5s ease-in-out;
  }
}
#wrap-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
}
#wrap-slideshow {
  width: 100%;
}
#wrap-slideshow #slideshow {
  width: 100%;
  overflow: hidden;
}
#wrap-slideshow #slideshow .slide {
  width: 100%;
  height: 100%;
}
#wrap-slideshow #slideshow .slide:nth-child(1) img {
  opacity: 0;
}
#wrap-slideshow #slideshow .slide-text {
  opacity: 0;
}
.white {
  color: white;
}
.font-alw {
  font-family: "AlwaysForeverBold";
}
.font-ale {
  font-family: "AlegreyaSansSCRegular";
}
.font-open {
  font-family: "OpenSansRegular";
}
.bg-white {
  background-color: white;
}
.content {
  width: 96%;
  max-width: 1312px;
  margin: 0 auto;
}
.button {
  border-radius: 5px;
  font-size: 36px;
  color: white;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px 15px 0px;
  text-align: center;
  font-family: "AlegreyaSansSCRegular";
  background-color: #59a9c7;
  width: 96%;
  max-width: 300px;
  display: block;
  margin: 10px auto;
  cursor: pointer;
}
.button:hover {
  background-color: #075776;
}
.button.navy {
  background: #075776;
}
.button.navy:hover {
  background: #59a9c7;
}
.button.yellow {
  background: #fdc705;
}
.button.yellow:hover {
  background: #59a9c7;
}
.no-yt {
  display: block;
  height: 80px;
}
h2.header {
  color: #fdc705;
  text-align: center;
  font-size: 36px;
  font-family: "AlegreyaSansSCRegular";
}
h2.header::after {
  content: "\2022";
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  color: #fdc705;
  font-size: 140px;
  bottom: 0px;
  line-height: 0px;
}
h2.header.navy {
  color: #075776;
}
h2.header.navy::after {
  color: #075776;
}
html,
body {
  background: white;
  color: #075776;
  font-family: "OpenSansRegular";
  font-size: 16px;
}
.colour-yellow {
  color: #fdc705;
}
.colour-navy {
  color: #075776;
}
.colour-blue {
  color: #59a9c7;
}
.wave {
  position: absolute;
  width: 100%;
  z-index: 4;
  background-size: cover;
  overflow: hidden;
}
#wave-1 {
  background: url("_images/wave1.png") no-repeat top center;
  height: 110px;
  top: 0px;
}
#wave-2 {
  background: url("_images/wave2.png") no-repeat top center;
  height: 110px;
  bottom: 0px;
}
#wave-3 {
  background: url("_images/wave3.png") no-repeat top center;
  height: 156px;
  top: 0px;
}
#wave-4 {
  background: url("_images/wave4.png") no-repeat top center;
  height: 105px;
  bottom: 0px;
}
#wave-5 {
  background: url("_images/wave5.png") no-repeat top center;
  height: 110px;
  top: 0px;
}
#wave-6 {
  background: url("_images/wave6.png") no-repeat top center;
  height: 110px;
  bottom: 0px;
}
#wrap-top {
  background-color: white;
  padding: 30px 0px 40px 0px;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid white;
}
#wrap-top .content {
  z-index: 5;
}
#wrap-top #logo {
  display: inline-block;
}
#wrap-top #logo img {
  width: 329px;
  height: 97px;
  transition: all 0.5s ease-in-out;
}
#wrap-top #wrap-nav {
  display: block;
  position: absolute;
  bottom: -22px;
  right: 0px;
  width: calc(100% - 340px);
}
#wrap-top #wrap-nav #menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
#wrap-top #wrap-nav #menu.reverse {
  flex-direction: row-reverse;
}
#wrap-top #wrap-nav #menu.around {
  justify-content: space-around;
}
#wrap-top #wrap-nav #menu.evenly {
  justify-content: space-evenly;
}
#wrap-top #wrap-nav #menu.fend {
  align-items: flex-end;
}
#wrap-top #wrap-nav #menu.fcenter {
  align-items: center;
}
#wrap-top #wrap-nav #menu.fbase {
  align-items: baseline;
}
#wrap-top #wrap-nav #menu > *.grow {
  flex-grow: 1;
}
#wrap-top #wrap-nav #menu > *.shrink {
  flex-shrink: 1;
}
#wrap-top #wrap-nav #menu > *.force-block {
  flex-basis: 100% !important;
}
#wrap-top #wrap-nav #menu li.lvl0 {
  border-right: 1px solid #fdc705;
}
#wrap-top #wrap-nav #menu li.lvl0:last-child {
  border-right: 0px;
}
#wrap-top #wrap-nav #menu li.lvl0:last-child a {
  padding-right: 0px;
}
#wrap-top #wrap-nav #menu li.lvl0:first-child a {
  padding-left: 0px;
}
#wrap-top #wrap-nav #menu li.lvl0 > a {
  font-family: "AlegreyaSansSCRegular";
  text-transform: uppercase;
  font-size: 24px;
  color: #075776;
  transition: all 0.5s ease-in-out;
  padding: 22px 13px;
  display: block;
}
#wrap-top #wrap-nav #menu li.lvl0:hover > a,
#wrap-top #wrap-nav #menu li.lvl0.active > a,
#wrap-top #wrap-nav #menu li.lvl0.current > a {
  color: #fdc705;
}
#wrap-top #wrap-nav #menu li.lvl0 .nav-ul-1 {
  display: none;
  position: absolute;
  top: 30px;
}
#wrap-top #wrap-social {
  position: absolute;
  right: 0px;
  bottom: 60px;
  top: 0px;
  transition: all 0.5s ease-in-out;
}
#wrap-top.docked {
  padding: 15px 0px;
  border-color: #fdc705;
}
#wrap-top.docked #logo img {
  width: 200px;
  height: 59px;
}
#wrap-top.docked #wrap-social {
  top: -10px;
  bottom: 0px;
}
#wrap-top.docked #wrap-nav {
  bottom: -10px;
  right: 40px;
}
#wrap-top.docked #wrap-nav #menu li.lvl0 > a {
  padding: 10px;
}
#wrap-slideshow #reserve-a {
  z-index: 4;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}
#wrap-slideshow #slideshow {
  width: 100%;
  height: 675px;
  overflow: hidden;
}
#wrap-campers {
  width: 100%;
}
#wrap-campers #campers-prev,
#wrap-campers #campers-next {
  background: #075776;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: grid;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 140px;
}
#wrap-campers #campers-prev span,
#wrap-campers #campers-next span {
  color: white;
  font-size: 50px;
  justify-self: center;
  align-self: center;
  line-height: 50px;
}
#wrap-campers #campers-prev:hover,
#wrap-campers #campers-next:hover {
  background: #59a9c7;
}
#wrap-campers #campers-prev#campers-next,
#wrap-campers #campers-next#campers-next {
  right: 0px;
}
#wrap-campers #campers-prev#campers-next img,
#wrap-campers #campers-next#campers-next img {
  transform: rotate(180deg);
}
#wrap-campers.c-1 #campers #campers-in {
  justify-content: center;
}
#wrap-campers.c-1 #campers #campers-in .camper {
  flex-basis: 75%;
}
#wrap-campers.c-1 #campers-prev,
#wrap-campers.c-1 #campers-next {
  display: none;
}
#wrap-campers.c-2 #campers-prev,
#wrap-campers.c-2 #campers-next {
  display: none;
}
#wrap-campers #campers {
  overflow: hidden;
  margin: 40px 70px 0px 70px;
}
#wrap-campers #campers #campers-in {
  display: flex;
  left: 0px;
  transition: all 0.5s ease-in-out;
}
#wrap-campers #campers .camper {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  border-left: 1px solid #59a9c7;
}
#wrap-campers #campers .camper:nth-child(1) {
  border: 0px;
}
#wrap-campers #campers .camper .camper-in {
  padding: 0px 80px;
}
#wrap-campers #campers .camper .camper-title {
  font-family: "AlegreyaSansSCRegular";
  color: #fdc705;
  font-size: 36px;
  text-align: center;
}
#wrap-campers #campers .camper .camper-image {
  max-width: 460px;
  height: 0px;
  padding-bottom: 50%;
  margin: 40px auto;
  width: 100%;
}
#wrap-campers #campers .camper .camper-image img {
  position: absolute;
}
#wrap-campers #campers .camper .camper-buttons > * {
  max-width: 100%;
  width: 100%;
}
#wrap-campers #campers .camper .camper-buttons .gallery-hidden {
  display: none;
}
#wrap-campers #campers .camper .camper-desc {
  color: black;
  font-family: "OpenSansRegular";
  line-height: 1.5;
  margin-top: 40px;
}
#wrap-image {
  background: url("_images/jedz_przed_siebie.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 60%;
  height: 0px;
  overflow: hidden;
}
#wrap-image #jps {
  font-family: "AlwaysForeverBold";
  font-size: 272px;
  width: 100%;
  color: white;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 5;
}
@media (max-width: 1500px) {
  #wrap-image #jps {
    font-size: 200px;
    top: 43%;
  }
}
@media (max-width: 1100px) {
  #wrap-image #jps {
    font-size: 140px;
  }
}
@media (max-width: 700px) {
  #wrap-image {
    padding-bottom: 90%;
  }
}
#wrap-prices {
  background: #e6e2d6;
  color: white;
  font-family: "AlegreyaSansSCRegular";
}
#wrap-prices #prices {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
  background: #075776;
  border-radius: 10px;
  padding: 20px;
}
#wrap-prices #prices #prices-in {
  grid-template-rows: 1fr;
  grid-template-columns: 50% 50%;
  display: grid;
  margin-top: 60px;
  font-size: 24px;
}
#wrap-prices #prices #prices-in > div {
  text-align: center;
}
#wrap-prices #prices #prices-in > div .season {
  font-size: 36px;
}
#wrap-prices #prices #prices-in > div .season-price {
  font-size: 33px;
  border-top: 1px solid #59a9c7;
  padding-top: 25px;
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}
#wrap-prices #prices #prices-in > div .season-price .season-camper {
  font-size: 26px;
  display: block;
  text-align: center;
  color: #fdc705;
}
#wrap-prices #prices #prices-in > div .season-price .season-pln {
  font-size: 70px;
  line-height: 60px;
}
#wrap-prices #prices #prices-in #line {
  width: 1px;
  height: calc(100% - 40px);
  background: #59a9c7;
  position: absolute;
  top: 30px;
  left: 100%;
}
#wrap-prices #prices #prices-text {
  margin-top: 30px;
}
#wrap-prices #prices .reserve {
  margin-top: 30px;
}
#wrap-prices #files {
  margin-top: 40px;
}
#wrap-prices #files > div {
  color: black;
  text-align: center;
  margin-top: 40px;
}
#wrap-prices #files-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#wrap-prices #files-in > a {
  display: block;
  background: url("_images/pdf.png") no-repeat top center;
  font-size: 26px;
  color: #075776;
  text-align: center;
  padding: 120px 60px 40px 60px;
  border-left: 1px solid #075776;
  font-family: "OpenSansRegular";
  text-transform: uppercase;
}
#wrap-prices #files-in > a:nth-of-type(1) {
  border: 0px;
}
#wrap-gallery {
  background: #075776;
  padding: 130px 0px;
  z-index: 5;
}
#wrap-gallery #gallery2 {
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  margin-top: 40px;
}
#wrap-gallery #gallery2 #gallery-next {
  transform: rotate(180deg);
  justify-self: end;
}
#wrap-gallery #gallery2 #gallery-prev,
#wrap-gallery #gallery2 #gallery-next {
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.5s ease-in-out;
  align-self: center;
}
#wrap-gallery #gallery2 #gallery-prev:hover,
#wrap-gallery #gallery2 #gallery-next:hover {
  opacity: 1;
}
#wrap-gallery #gallery2 #gallery-in {
  height: 0px;
  padding-bottom: 66%;
  overflow: hidden;
}
#wrap-gallery #gallery2 .gallery-link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}
#wrap-gallery #gallery2 .gallery-link .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}
#wrap-gallery #reserve-c {
  margin-top: 30px;
}
footer {
  padding-bottom: 40px;
}
footer #location {
  margin-top: 50px;
  font-size: 24px;
  font-family: "AlegreyaSansSCRegular";
}
footer #contact {
  text-align: center;
  margin-top: 30px;
}
footer #contact a {
  font-size: 36px;
  color: #075776;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  margin: 0px 25px;
}
footer #contact a:hover {
  color: #59a9c7;
}
footer #contact a img {
  top: 8px;
  margin-right: 10px;
}
footer #contact a[href*="mailto"] {
  margin-top: 50px;
}
#cookie-info-wrap #cookie-info {
  font-size: 12px;
}
#cookie-info-wrap #cookie-info #cookie-info-accept {
  background: #075776;
  color: white;
  transition: all 0.5s ease-in-out;
}
#cookie-info-wrap #cookie-info #cookie-info-accept:hover {
  background: #59a9c7;
}
#booking-wrap {
  max-width: 1312px;
  width: 96%;
  margin: 0 auto;
}
#booking-wrap #booking #error {
  width: 100%;
  text-align: center;
  color: red;
  font-weight: bold;
  background: #f9f0f0;
  padding: 8px 0px;
  margin-bottom: 10px;
}
#booking-wrap #booking #step-1 #step-1-title {
  font-size: 50px;
  color: #075776;
  text-align: center;
  font-family: "AlegreyaSansSCRegular";
  margin-bottom: 25px;
  text-transform: uppercase;
}
#booking-wrap #booking #step-1 #campers-switch {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#booking-wrap #booking #step-1 #campers-switch span {
  background: #075776;
  color: white;
  font-size: 24px;
  text-align: center;
  padding: 10px 30px;
  margin: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#booking-wrap #booking #step-1 #campers-switch span:hover,
#booking-wrap #booking #step-1 #campers-switch span.active {
  background: #59a9c7;
}
#booking-wrap #booking #step-1 #datepicker {
  display: none;
}
#booking-wrap #booking #step-1 .lightpick {
  position: relative;
  z-index: 99999;
  border: none;
  background-color: transparent;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  font-family: "AlegreyaSansSCRegular";
}
#booking-wrap #booking #step-1 .lightpick,
#booking-wrap #booking #step-1 .lightpick *,
#booking-wrap #booking #step-1 .lightpick::after,
#booking-wrap #booking #step-1 .lightpick::before {
  box-sizing: border-box;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months {
  display: grid;
  background: none !important;
  grid-template-columns: auto;
  grid-gap: 30px;
  width: calc(100% - 200px);
  margin: 0 auto;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month {
  width: 100%;
  background: none;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title {
  left: 50%;
  transform: translatex(-50%);
  margin-bottom: 20px;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-months {
  pointer-events: none;
  width: 100%;
  text-align: center;
  direction: unset;
  color: #59a9c7;
  font-family: "AlegreyaSansSCRegular";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  margin-right: 0px;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-months option {
  text-align: center;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-years {
  display: none;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days-of-the-week {
  display: none;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days {
  grid-gap: 5px;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
  background: #c2c2c2;
  color: white;
  font-size: 32px;
  font-weight: normal;
  height: 0px;
  padding-bottom: 100%;
  display: block;
  text-align: center;
  line-height: 70px;
  opacity: 1 !important;
  border-radius: 0px !important;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-available {
  cursor: pointer;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-weekend {
  background: #a1a1a1;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-disabled {
  background: #dedede;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-next-month,
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-previous-month {
  visibility: hidden;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-disabled {
  background: #9e0b0f;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-past {
  background: #f4f1e9 !important;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-in-range {
  background: #fdc705;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-end-date {
  background: #fdc705;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day.is-start-date {
  background: #fdc705;
}
@media (max-width: 1300px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    line-height: 58px;
  }
}
@media (max-width: 1200px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    font-size: 26px;
    line-height: 50px;
  }
}
@media (max-width: 1000px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    font-size: 22px;
    line-height: 40px;
  }
}
#booking-wrap #booking #step-1 .lightpick.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__next-action {
  justify-self: end;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__previous-action,
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__next-action {
  background: url("_images/arrow2.png");
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: grid;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0.8;
  text-indent: 500px;
  overflow: hidden;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__previous-action:hover,
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__next-action:hover {
  opacity: 1;
}
#booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__next-action {
  transform: rotate(180deg);
}
#booking-wrap #booking #step-2 #form-title {
  text-align: center;
  font-size: 30px;
  font-family: "AlegreyaSansSCRegular";
  margin-bottom: 20px;
}
#booking-wrap #booking #step-2 #form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
#booking-wrap #booking #step-2 #form-fields .field label {
  font-family: "AlegreyaSansSCRegular";
  font-size: 25px;
  color: #075776;
  margin-bottom: 5px;
  display: inline-block;
}
#booking-wrap #booking #step-2 #form-fields .field.req label:after {
  content: "*";
  color: red;
  position: absolute;
  top: 0px;
  right: -15px;
  font-weight: bold;
}
#booking-wrap #booking #step-2 #form-fields .field input,
#booking-wrap #booking #step-2 #form-fields .field textarea {
  display: block;
  border: 1px solid #59a9c7;
  font-family: "AlegreyaSansSCRegular";
  font-size: 20px;
  color: #075776;
  width: calc(100% - 20px);
  padding: 10px;
}
#booking-wrap #booking #step-2 #form-fields .field textarea {
  height: 100px;
  resize: none;
}
#booking-wrap #booking #step-2 #form-fields .field.sp {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 20px;
}
#booking-wrap #booking #step-2 #form-submit input {
  border: 0px;
}
#booking-wrap #booking #step-3 div {
  max-width: 700px;
  margin: 0 auto;
  width: 96%;
  font-size: 22px;
  color: white;
  text-align: center;
  background: #548255;
  padding: 10px 0px;
}
#bkg .mfp-close {
  color: white;
  background: #075776;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#bkg .mfp-close:hover {
  background: #59a9c7;
}
.mfp-bg {
  background: white !important;
}
.hide {
  display: none;
}
@media (max-width: 1100px) {
  #nav-trigger {
    background: #075776;
  }
  #wave-1 {
    top: -24px;
  }
  #wrap-top {
    padding: 10px 0px;
    position: relative !important;
  }
  #wrap-top #wrap-social {
    right: 70px;
  }
  #wrap-top #wrap-nav {
    background: #075776;
    position: absolute;
    top: 44px;
    right: -2%;
    width: 300px;
    bottom: auto;
    margin-right: -1px;
  }
  #wrap-top #wrap-nav #menu {
    display: block;
  }
  #wrap-top #wrap-nav #menu li.lvl0 {
    border: 0px !important;
  }
  #wrap-top #wrap-nav #menu li.lvl0 > a {
    padding: 5px !important;
    color: white;
  }
  #wrap-campers #campers .camper {
    flex-basis: 100% !important;
    border: 0px;
  }
  #wrap-campers #campers .camper .camper-in {
    padding: 0px 10px;
  }
  #wrap-prices #files-in > a {
    padding: 120px 20px 40px 20px;
  }
  #wrap-campers.c-2 #campers-next,
  #wrap-campers.c-2 #campers-prev {
    display: grid;
  }
  footer #contact a[href*="mailto"] {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  #wrap-gallery #gallery2 {
    grid-template-columns: 80px 1fr 80px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    font-size: 33px;
    line-height: 71px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar {
    width: calc(100% + 200px);
    left: -100px;
    top: 200px;
  }
  footer #contact a {
    font-size: 24px;
  }
  footer #contact a img {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 800px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    font-size: 29px;
    line-height: 64px;
  }
}
@media (max-width: 700px) {
  footer #contact a {
    display: block;
    margin-left: 0px !important;
  }
  footer #contact a[href*="mailto"] {
    font-size: 26px;
  }
  footer #contact a img {
    height: 20px;
    width: auto;
    margin-right: 3px;
    top: 0px;
  }
  footer #contact a img[src*="phone"] {
    top: -5px;
  }
}
@media (max-width: 660px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__previous-action,
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__next-action {
    width: 50px;
    height: 50px;
    font-size: 37px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__months {
    width: calc(100% - 120px);
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar {
    width: calc(100% + 120px);
    left: -60px;
  }
}
@media (max-width: 600px) {
  #wrap-top #logo img {
    width: 170px;
    height: 50px;
  }
  #wrap-slideshow #slideshow {
    height: 500px;
  }
  .button {
    font-size: 28px;
  }
  #wrap-campers #campers-prev,
  #wrap-campers #campers-next {
    width: 40px;
    height: 40px;
  }
  #wrap-campers #campers-prev span,
  #wrap-campers #campers-next span {
    font-size: 32px;
    line-height: 43px;
  }
  #wrap-campers #campers {
    margin: 40px 50px 0px 50px;
  }
  #wrap-prices #prices #prices-in {
    display: block;
  }
  #line {
    display: none;
  }
  #wrap-prices #files > div {
    display: block;
  }
  #wrap-prices #files > div a {
    border: 0px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    font-size: 25px;
    line-height: 50px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar {
    top: 100px;
  }
  #booking-wrap #booking #step-1 #step-1-title {
    font-size: 32px;
  }
  #booking-wrap #booking #step-1 #campers-switch span {
    font-size: 18px;
  }
  #booking-wrap #booking #step-2 #form-title {
    font-size: 24px;
    margin: 0px 30px;
  }
  #booking-wrap #booking #step-2 #form-title #dates {
    display: block;
  }
  #booking-wrap #booking #step-2 #form-fields {
    display: block;
  }
  #booking-wrap #booking #step-2 #form-fields .field {
    margin-bottom: 5px;
  }
  #booking-wrap #booking #step-2 #form-fields .field label {
    font-size: 18px;
  }
  #booking-wrap #booking #step-2 #form-fields .field input,
  #booking-wrap #booking #step-2 #form-fields .field textarea {
    font-size: 16px;
    padding: 6px;
    width: calc(100% - 12px);
  }
  #booking-wrap #booking #step-2 #form-fields .field textarea {
    height: 70px;
  }
}
@media (max-width: 540px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  footer #contact a {
    font-size: 22px;
  }
  footer #contact a[href*="mailto"] {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    font-size: 22px;
    line-height: 49px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__previous-action,
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar .lightpick__next-action {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__months {
    width: 100%;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__toolbar {
    width: 100%;
    left: 0px;
    top: 0px;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__month-title-bar .lightpick__month-title .lightpick__select.lightpick__select-months {
    text-align-last: center;
    -moz-text-align-last: center;
    -ms-text-align-last: center;
  }
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days {
    grid-gap: 2px;
  }
}
@media (max-width: 400px) {
  footer #contact a[href*="mailto"] {
    font-size: 19px;
  }
  footer #contact a[href*="tel+"] {
    font-size: 26px;
  }
}
@media (max-width: 340px) {
  #booking-wrap #booking #step-1 .lightpick .lightpick__months .lightpick__month .lightpick__days .lightpick__day {
    line-height: 36px;
  }
}
