:root{
	--font-size-regular:16px;
	--font-size-medium:12px;
	--font-size-smal:10px;
}

*{
	box-sizing:border-box;
} 
html{
	font-size: 16px;
	font-family: roboto, tahoma, sans-serif;
	font-weight:300;
}
body{
	margin:0;
	text-align: center;
	padding: 0 0 0 0;
	line-height:150%;
	font-size:1em;
	color:#333;
	min-width:250px
}
body.noscroll{
	overflow:hidden;
}
body.standalone{
	padding:20px;
}
a:link, a:active, a:visited{
	color:inherit;
}
strong{
	font-weight: 700;
}
.ac{
	text-align:center;
}
.al{
	text-align:left;
}
.ar{
	text-align:right;
}
.vt {
	vertical-align: top;
}
.bor_rad_all_10{
	border-radius:10px;
}
.bor_rad_all_15{
	border-radius:15px;
}
.nowrap{
	white-space: nowrap;
}
header{
	background-color:#36322a;
	width: 100%;
	overflow: hidden;
}
h1,h2,h3,h4,h5{
	position:relative;
	line-height:initial;

    /*font-family: 'Permanent Marker', cursive;*/
   /* font-family: 'Shadows Into Light', cursive;*/


}
header h1, header h2{
	text-align:center;
	color:white;
	margin:0;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
}
header h1{
	font-size: 5em;
}
header h2{
	font-size: 2em;
}

nav{
	text-align: center;
	color: white;
	width: 100%;
}
nav a{
	display:inline-block;
	padding: 10px 10px;
	margin:10px;
	color:white;
	text-decoration:none;
	transition: all 0.2s ease;
	/*background-color:rgba(0,0,0,.4);
	border:1px solid white;*/
	min-width: 150px;
	font-family: 'Permanent Marker', cursive;
	font-size:1.4em;
	text-shadow: 0 0 10px rgb(0, 0, 0);
}
nav a:hover{
	color:white;
	background-color:rgba(0,0,0,.6);
}

article nav {
	text-align:left;
	color:#333;
	margin-top:10px;
}
article nav a {
	color:white !important;
	padding:10px;
	margin:5px;
}
.container{
	max-width: 1920px;
	margin:0 auto;
	text-align: left;
}
.artsted {
	margin: 50px 0;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #ccc;
	position: relative;
	height: 1px;
	color: #ccc;
}
.artsted::after {
	content: '~ ~ ~';
	position: absolute;
	top: -14px;
	left: calc(50% - 45px);
	background-color: inherit;
	padding: 0 20px;
	height: 20px;
	width: 50px;
	text-align: center;
}
.artsted2 {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 50px 0;
	color: #ccc;
  }
  .artsted2::before {
	content: '';
	position: absolute;
	width: calc(50% - 40px);
	background-color: #ccc;
	height: 1px;
	top: 12px;
	left: 0;
  }
  .artsted2::after {
	content: '';
	position: absolute;
	width: 50%;
	background-color: #ccc;
	height: 1px;
	top: 12px;
	left: calc(50% + 40px);
  }

.slider-wrapper{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.trans{
	transition: all 0.2s ease;
}

div.menu{
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 10%;
	text-align:center;
}
div.menu img{
	max-width:150px;
}

@media (min-width: 1980px) {
	div.menu {
		top:10%;
	}
	div.menu img{
		max-width:150px;
	}
}

a{
	text-decoration:none;
}
a:hover{
	color:orange;
}


section:first-of-type{
	/*margin-top:80px;*/
}

section {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap; 
}

section.no{
display:block;
  flex: none !important;
  width: 100%;
}

article.no{
  flex: none;
  width: 100%;
}

section aside{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	
}

section article{
	flex:1;
}

section aside div.text{
	flex:1;
align-content: center;
}

section.prop55 aside{
	width:50%;
}
section.prop55 article{
	width:50%;
}

section.prop64 aside{
	width:60%;
}
section.prop64 article{
	width:40%;
	align-content: center;
}

section article div.text{
	padding: 60px 30px;
}
section aside div.text.left{
	padding: 120px;
}
section aside div.text{
	padding: 60px 30px;
}

.b12 {
	background-image: url(/template/img/bg_home.webp);
	background-position: center center;
	background-size: cover;
}
.b14 {
	background-image: url(/template/img/bg_cennik.webp);
	background-position: center center;
	background-size: cover;
}

.b1 {
	background-image: url(/template/img/bg_o_nas.webp);
	background-position: center center;
	background-size: cover;
}

.b2 {
	background-image: url(/template/img/bg_mapa.webp);
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
}

.b3 {
	background-image: url(/template/img/bg_atrakcje.webp);
	background-position: center center;
	background-size: cover;
}

.b4 {
	background-image: url(/template/img/bg_udogodnienia.webp);
	background-position: center center;
	background-size: cover;
}

.camp.b6 article .text{
	padding:30px;
}
.camp.b6 aside{
	background-image: url(/template/img/bg_camp.webp);
	background-position: center center;
	background-size: cover;
	border-radius: 0 120px 120px 0;
	overflow:hidden;
}

.camp.b7 article{
	background-image: url(/template/img/bg_pole.webp);
	background-position: center center;
	background-size: cover;
	border-radius: 120px 0 0 120px;
	overflow:hidden;
}
.camp.b7 aside {
	padding:30px;
}

.b8 {
	background-image: url(/template/img/bg_r10.webp);
	background-position: center center;
	background-size: cover;
	color:white;
}

.b10 {
	background-image: url(/template/img/bg_galeria.webp);
	background-position: center center;
	background-size: cover;
	color:white;
	padding:50px 0;
}

.b15 {
	background-image: url(/template/img/bg_hero.webp);
	background-position: center center;
	background-size: cover;
	color:white;
	padding:50px 0;
}
/*rezbox*/
.reservebox_wrap{}
.reservebox{
	border-radius: 200px;
	box-shadow: 0px 0 0 12px rgba(255,255,255,.5);
}
.reserveboxinner{
	display: flex;
	flex-direction: row;
	height: 100%;
}
.reserveboxquest{
	flex-grow: 1;
	width: 55%;
	height: 100%;
	text-align: center;
}
.reserveboxquest div:first-child{
	height: 50%;
	align-content: center;
	text-align: center;
	border-bottom: 1px solid #f3b466;
	width: 90%;
	margin-left: auto;
	padding-top: 15px;
	white-space: nowrap;
}
.reserveboxinput {
	height: 50%;
	align-content: baseline;
	text-align: right;
	width: 90%;
	margin-left: auto;
}
.reserveboxinput input{
	border: 0;
	width: 90%;
	text-align: center;
	outline: 0;
	height: 80%;
}
.reserveboxbutton{
	display: flex;
	width: 45%;
	padding: 13px;
	border: 0;
}
.reserveboxbutton button{
	width: 100%;
	border-radius: 85px;
	border: 0;
	cursor: pointer;
	background: linear-gradient(90deg,rgba(252, 177, 96, 1) 0%, rgba(252, 152, 64, 1) 100%);
	color: white;
	font-size: 20px;
}

/*hero*/
.hero {
	position: relative;
	height:calc(100vh - 80px);
	text-align: center;
	overflow: hidden;
}
.hero .reservebox_wrap {
	z-index: 3;
	position: absolute;
	width: 100%;
}
.hero .reservebox_wrap .reservebox {
	left:unset;
	margin: 0 auto;
	position: unset;
}
.hero .text h1{
	position: relative;
	z-index: 2;
	text-shadow: 0 5px 5px #d8a774;
	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
}
.hero .text{
	margin-top:100px;
	position: relative;
	text-align: center;
}
.hero .circle{
	position: absolute;
	z-index: 1;
	width: 400px;
	aspect-ratio: 1 / 1;
	background-color: #ecdcc5;
	opacity: .5;
	border-radius: 50%;
	margin: 0 auto;
	top: calc(50% - 200px);
	left: calc(50% - 200px);
}
.hero .scrollarrow{
	margin:0 auto;
	aspect-ratio: 1 / 1;
	width:90px;
	background: linear-gradient(90deg,rgba(253, 178, 97, 1) 100%, rgba(250, 145, 53, 1) 0%);
	border-radius: 50%;
	margin-top:240px;
	position: relative;
}
.hero .scrollarrow::after{
	content: '';
	position: absolute;
	width: 33px;
	height: 2px;
	background-color: white;
	transform: rotate(-45deg);
	top: 53%;
	left: 39px;
	opacity: .5;
}
.hero .scrollarrow::before{
	content: '';
	position: absolute;
	width: 33px;
	height: 2px;
	background-color: white;
	transform: rotate(45deg);
	top: 54%;
	left: 16px;
	opacity: .5;
}

.campipole h1{
	text-align: center;
}
div.campipole{
	background-image: url(/template/img/bg_campipole.webp);
	background-position: center center;
	background-size: cover;
	color:#476f89 !important;
	padding: 0 0 70px 0;
}

.faqwrap{
	background-image: url(/template/img/bg_campipole.webp);
	background-position: center center;
	background-size: cover;
	color:#476f89 !important;
}
.faqwrap article {
	text-align: left;
	margin: 0 auto;
	max-width:800px;
	padding: 50px 0;
}
.faqwrap h1 {
	text-align: center;
	position: relative;
}
.faqwrap h1 span{
	display: inline-block;
	padding:20px;
	width:70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	background-color: #caddea;
	font-size:30px;
}
.faqwrap ol{
	list-style: none;
	padding: 0;
}
.faqwrap ol li h4{
	margin-bottom: 0;
}
.faqwrap ol li p{
	margin-top: 0;
}
.jak {
	background-image: url(/template/img/bg_jak.webp);
	background-position: center center;
	background-size: cover;
	color:#476f89 !important;
}
.jak article {
	text-align: left;
	margin: 0 auto;
	max-width:800px;
}
.jak article ol li{
	position: relative;
	list-style: none;
	padding-left: 10px;
	margin-bottom: 10px;
}
.jak article ol li:before {
	position: absolute;
	top: 10px;
	left: -40px;
	width: 36px;
	height: 36px;
	background-color: #476f89;
	color: white;
	border-radius: 50%;
	content: attr(data-id);
	text-align: center;
	font-size: 24px;
	align-content: center;
}

section.images {
	text-align: center;
}
.image {
	max-width:800px;
	margin: 0 auto;
	text-align: center;
}
.image a{
	display: inline-block;
	overflow: hidden;
	border-radius: 50px;
	font-size: 0px;
	margin:5px;
	padding:0;
	line-height: 1px;
}
.image a img{
	max-width:200px;
}

.footer{
	background-image: url(/template/img/bg_stopka.webp);
	background-position: center center;
	background-size: cover;
	color:white;
	padding:60px;
}
.footer .finnerw{
	text-align: left;
	margin:0 auto;
	width: 80%;
	font-size: 14px;
	line-height: 130%;
}
.footer .finnerw p{
	font-weight: 700;
	font-size:16px;
}
.footer .paymentop{
	width:120px;
}


	.item:nth-child(even)  {
		flex-direction: row;
	}
	.item:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.item:nth-child(2n) .image {
		justify-content: right;
		align-self: right;
	}
	.item:nth-child(2n) .text {
		text-align: left;
	}
	.item:nth-child(2n+1) .image {
		justify-content: left;
		align-self: left;
	}
	.item:nth-child(2n+1) .text {
		text-align: right;
	}

	.atrakcje .lista {
		text-align: center;
		max-width: 60%;
	}
	.atrakcje .header{
		width: 60%;
		margin:0 auto;
		padding-top: 30px;
	}
	.atrakcje .lista .item {
		display: flex;
		width:80%;
		margin: 0 auto;
	}
	.atrakcje .lista .item .image{
		display: flex;
		width:50%;
		align-items: center;
	}
	.atrakcje .lista .item .image div {
		border-radius: 50px;
		overflow: hidden;
		max-width: 250px;
	}
	.atrakcje .lista .item .image div img{
		width:100%;
		height:fit-content;
		display:block;
	}
	.atrakcje .lista .item .text{
		width:50%;
	}

	strong.hint,
	.home ul li{
		list-style: none;
		position: relative;
		margin: 10px 0;
		
	}
	strong.hint {
		font-weight: normal;
		margin: 0 0 0 25px;
		padding:3px;
	}
	strong.hint::before,
	.home ul li::before{
		content:'>';
		color:wheat;
		position: absolute;
		top:0;
		left:-30px;
		width:25px;
		height:25px;
		border-radius: 50%;
		background-color: #7e715f;
		text-align: center;
		line-height: 25px;
	}

	.onas {
		
		
	}
	.onas div.text {
		padding:30px;
	}
	.udogodnienia {
		
		
	}
	.udogodnienia div.text {
		padding:30px;
	}

	.reservebox_wrap{
		position:relative;
		margin-top:50px;
		height:150px;
	}

	.reservebox {
		position: absolute;
		width:600px;
		height:115px;
		background-color: white;
		left: -300px;
		color: #333;
	}

	.reservebox_wrap.inline {
		position:relative;
	}
	.reservebox_wrap.inline .reservebox{
		left: unset;
		display: block;
		left:0;
	}
	.reservebox_wrap.center {
		position:relative;
	}
	.reservebox_wrap.center .reservebox{
		position: unset;
		left: unset;
		display: block;
		left:0;
		margin:0 auto;
	}
	

	.campmap svg{
		max-height: 600px;
	}





ol.faq li::marker {
  font-size: 1.5em;
  font-weight: bold;
}
ol.faq li b {
  font-weight: 700;
}

@supports ( -webkit-touch-callout : none) {
	section.parallax{
		background-attachment:scroll;
		background-size: auto 100vh;
		background-position: center;
		background-repeat: no-repeat;
	}
}
	

.text-center {
	text-align:center;
}

.columns {
	
}
.column {
	display:inline-block;
	vertical-align:top;
}
.column.c2{
	width:49%;
}
.column.c3{
	width:33%;
}
.column.c4{
	width:25%;
}

.column.c2 img {
	width:100%;
	height:auto;
}

.offer_header {

}

.offer_subheader {
	margin:0;
}

.offer{
	list-style: none;
}


.offer .unit {}
.offer .unit::before{
	content:'\00a0';
}
.offer .item {
	display: inline-block;
	width: 95px;
}
.offer .price{

}
.offer .price .ammount {
	color:orange;
	font-weight:bold;
	font-size:1.8em;
}

.offer .price .currency::before{
	content:'\00a0';
}
.offer .price .currency{
	font-weight:lighter;
	color:inherit;
}
.offer .description{
	display:block;
	margin-top:20px;
}


.locale {
	position:relative;
	cursor:pointer;
}

.locale.selected::after {
	position: absolute;
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e37e25;
	left: 0;
	bottom: 6px;
}

.topwrap{
	text-align: center;
	
}
.top{
	height:50px;
	margin:0 auto;
	max-width: 1100px;
	width: 80%;
	position: relative;
	text-align: left;
}
.top ul{
	padding:0;
	margin:0;
	top:10px;
	right:10px;
}
.top ul li{
	list-style: none;
	display: inline-block;
	padding:5px;
	font-size: 12px;
	color:white;
}

.langwrap{
	position: absolute;
	top:10px;
	right:20px;
}

.tl .top ul li{
	color:black;
}


.contact {
	display:flex;
	padding-bottom: 35px;
}
.contact div {
	width:33%;
	vertical-align: top;
}
.contact div h4 {
	margin:0;
}
.contact a{
	white-space: nowrap;
}


.socials {
	padding-bottom: 35px;
}
.socials div {
	padding:10px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.legal {
	padding-top: 35px;
	border-top: 1px solid rgba(255,255,255, .25);
}
.legal div {
	padding:10px;
	vertical-align: top;
}

/* social links */
a.link,
a.link:active, 
a.link:visited {
	white-space: nowrap;
	color: white;
	text-decoration: none;
	transition: all .15s ease-in-out;
	font-size: 16px;
	display: flex;
	line-height: 32px;
	align-content: space-evenly;
}
a.link:hover {
	color:#E77817;
}
a.link.instagram::before,
a.link.facebook::before,
a.link.youtube::before {
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	width: 32px;
	height: 32px;
	content: "";
}
a.link.instagram::before {
	background-image: url(/template/img/instagram.svg);
}
a.link.facebook::before {
	background-image: url(/template/img/facebook.svg);
}
a.link.youtube::before {
	background-image: url(/template/img/youtube.svg);
}


.nowrap{
	white-space: nowrap;
}


/* top layers */

.overlay{
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:auto;
	z-index:5000;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	color:black;
}
.overlay .wrapper{
	max-width:920px;
	margin:0 auto;
	text-align: left;
	background-color:white;
	position: relative;
	top: 30px;
	padding:25px;
}
.overlay .close{
	position:absolute;
	top: 20px;
	right: 25px;
	width:30px;
	height:30px;
	text-align: center;
	color: white;
	background-color: red;
	line-height: 30px;
	cursor:pointer;
}
.overlay .text{
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
}
.overlay .text {
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
}

/* map */
.campmap{
	position:relative;
}
.campmaptip{
    text-align:center;
    padding-bottom: 20px;
    font-size:16px;
}
.parceldata{
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	background-color:rgba(255, 255, 255, 0.3);
	color:black;
}
.parceldata-info{
	position:relative;
	text-align: initial;
	padding:20px;
	background-color:rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}
.parceldata-info h3{
	margin-top:0;
	font-size:1.4rem;
}
.parcela-desc{
	padding:0 20px;
}
.parcela-desc h4{
	padding: 15px 0 5px 0;
	margin:0;
	font-size:1.2rem;
}
.parcela-desc ul, .parcela-desc ol {
	margin:0;
}
.parcela-photo{
	text-align: center;
}
.parcela-photo a{
	padding:5px;
}
.parcela-photo a img{
	max-width:200px;
	height:auto;
}
.parcela-close {
	position: absolute;
	top:30px;
	right:30px;
	width:30px;
	height:30px;
	background-image: url('/template/img/x.svg');
	background-size: contain;
	z-index: 5;
	cursor:pointer;
}
.parcela-reserve{
	text-align: center;
	padding-top: 15px;
}
.parcela-reserve a{
	display: inline-block;
	padding:5px 10px;
	background-color: #e36125;
	color:white;
	border-radius: 5px;
}
.parcela-reserve a:hover{
	background-color: #de383d;
}
.parcela.selected rect, .parcela.selected polygon, .parcela.selected path{
	fill: white;
}
.map-wrapper{
	position:relative;
	text-align:center;
}
.map-label {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: 0;
	z-index:999;
	margin: 0 auto;
	max-width: 1100px;
	width: 80%;
	padding: 0 0 0 20px;
}
.map-label h2.h1, 
.map-label h1, .map-label h2 {
	position: absolute;
	z-index: 1000;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.3);
	font-size:3em;
}
.map-label h1 {
	top: 30px;
	font-size:3em;
	font-weight:bold;
}
.map-label h2 {
	top: 80px;
	font-size:2em;
}
.map-overlay-wrapper{
	margin:0 auto;
}
.map-overlay{
	position:absolute;
	z-index:10;
	top:0;
	text-align:left;
	padding:20px;
	margin:30px 0 0 20px;
	background:rgba(255,255,255,.9);
	font-size:1em;
}
.map-overlay ul{
	padding-left:0;
}
.map-overlay ul li{
	list-style:none;
}
.map-overlay ul li a.active > i {
	color:#2B65EC;
}
.map-overlay ul li a > i,
.map-overlay ul li a.idle > i {
	color:#ccc;
}
.map-overlay h3{
	color:#333;
}
.map-map{
	height:400px;
}
#map_container{
	height:400px;
}

.anchor {
	font-size:0;
}

.info-icon {
	display:none;
}
.text-two-columns {
	column-count: 2;
	column-gap: 20px;
}
.text-three-columns {
	column-count: 3;
	column-gap: 20px;
}

a.navbutton {
	display: inline-block;
	border: 2px solid white;
	border-radius: 5px;
	padding: 5px 20px;
	font-weight: normal;
	background: white;
}
a.navbutton {
	color:black;
}
a.navbutton:hover {
	
	border: 2px solid orange;
	background: orange;
	
}

.reservebyothermedia{
	padding:20px;
	background-color: #efefef;
}

.red{
	color:red !important;
}

.local_tax_info {
	padding:15px;
	margin-top:25px;
	background-color: #efefef;
	border:1px solid #ccc;
	text-align: center;
	font-size: var(--font-size-medium);
}

/* topmenu */
.topmenuwrap {
    width: 100%;
    z-index: 1001;
	top: 0;
	line-height:0;
	overflow: hidden;
}
.topmenuwrap.tl {
	position: fixed;
}

body.noscroll .topmenuwrap {
	overflow-y:auto;
	top: 40px;
	left:0;
	right:0;
	bottom:0;
}
.top{
	transition: all 0.2s;
}
.topmenu {
    margin: 0 auto;
	transition: all 0.2s;
	position:relative;
	background-color:#ffffff;
	text-align: center;
	white-space: nowrap;
}
.topmenu.tl{
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.topmenu .logo{
    display: inline-block;
    width: 190px;
    height: 80px;
    text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	background-color: #fdb261;
	position: relative;
}
.topmenu .logo::after {
	content: '';
	display: block;
	width: 54px;
	height:100%;
	background-color: white;
	position: absolute;
	top: 0;
	right: -54px;
	background-image: url('/template/img/top-menu-stripe.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.topmenu .logo::before {
	content: '';
	width: 500px;
	height: 80px;
	background: linear-gradient(90deg,rgba(253, 178, 97, 1) 100%, rgba(250, 145, 53, 1) 0%);
	position: absolute;
	top: 0;
	left: -500px;
}
.topmenu .logo span{
	display: block;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
    width: 130px;
    height: 80px;
}
.topmenu .logo span  {
	width:130px;
	-webkit-filter: invert(1);
	filter: invert(1);
}

.topmenu .logo {
	padding-left: 30px;
}

.topmenu .logo::after{

	
}


.topmenu.tl .logo {
   -webkit-filter: none;
   filter: none;
}

.topmenu .links {
    display: inline-block;
    vertical-align: top;
    text-align: left;
	padding: 0 0 0 25px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.topmenu .menut {
    display: flex;
}
.topmenu ul {
    margin: 41px 0 0 48px;
    padding: 0;
}
.topmenu .links:not .menut li {
    font-weight: 400;
}
.topmenu .links:not .menut li {
    color: #8e8170;
}
.topmenu .links .menut > li {
	margin: 0 10px;
	list-style: none;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	color: #8e8170;
}
.menut a span{
	display: block;
	font-size: 11px;
	font-weight: 400;
}


ul.menut li ul {
	display: none;
	position: absolute;
	text-align: left;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 1px, rgba(0, 0, 0, 0.16) 0px 4px 8px 0px;
	border-radius: 0 0 4px 4px;
	
}



.topmenu .lang {
    position: absolute;
	top:0;
	right:0;
}
.topmenu .links .lang li {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    display: inline-block;
}

.topmenu:not(.tl) .links ul.menut li.m:hover {
	box-shadow: none;
	background-color: rgba(0, 0, 0, .66);
	border-radius: 4px 4px 0 0;
	margin-top:10px;
	padding-top: 10px;
	color:orange;
}

.topmenu:not(.tl) .links ul.menut > li {
	position: relative;
}
.topmenu:not(.tl) .links ul.menut > li:hover ul {
	display:block;
	position: absolute;
	top:58px;
	left:0;
	right:0;
	background-color: unset;
	background-color: rgba(0, 0, 0, .66);
	box-shadow: none;
	padding:10px;
}

.topmenu:not(.tl) .links ul.menut > li:hover ul li{
	display: block !important;
	text-align: center;
	padding:5px;
	color:white;
}




/* header label */
.hl_wrap{
	position: absolute;
	top: 35%;
	text-align: center;
	z-index: 300;
	width: 100%;
	color: white;
	text-shadow: 0 0 6px rgba(0,0,0,.8);
}
.hl_wrap h1,
.hl_wrap h2,
.hl_wrap h3{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 4em;
	padding: 20px 0;
}
.hl_wrap h1.line1,
.hl_wrap h2.line2,
.hl_wrap h3.line3{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.hl_wrap h1.line1{
	font-size: 4em;
	padding: 0;
	font-weight: 700;
}
.hl_wrap h2.line2{
	font-size: 2em;
	padding: 0;
	font-weight: 400;
}
.hl_wrap h3.line3{
	font-size: 1em;
	padding: 0;
	font-weight: 400;
	display:none;
}

/* special offers */

.special_offers_header {
	position:relative;
	text-align: center;
	font-size:26px;
	margin-bottom: 60px;
	overflow: hidden;

}
.special_offers_header span{
	position: relative;
	z-index: 2;
	padding:0 20px;
	background-color: white;
}
.special_offers_header::before {
	content: "";
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	background: rgb(30,158,205);
	background: linear-gradient(90deg, rgba(30,158,205,1) 0%, rgba(255,0,234,1) 100%);
	width:2000px;
}
.special_offers_header::after {
	content: "";
	position:absolute;
}
.special_offers_list{

}
.special_offers_list a{

}

.special_offer{
	position:relative;
	border: 1px solid #efefef;
}
.special_offer_image{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
}
.special_offer_image img{
	width: 100%;
	height: auto;
}
.special_offer_image_shade{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,1) 100%);
}
.special_offer_header{
	position: absolute;
	top: 0;
	z-index: 5;
	text-align: center;
	width: 100%;
	margin-top:50px;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	font-size: 3em;
}
.special_offer_description{
	position: relative;
	z-index: 3;
	padding: 40% 5% 5% 5%;
}
.special_offer_text{
	padding: 5%;
	background-color: white;
}
.special_offer_include{
	padding: 5%;
	background-color: white;
}


/* video */

.video-wrapper{
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	overflow: hidden;
}
.video-player{
	overflow: hidden;
	width: 100%;
	height:100vh;
}
.video-wrapper video{
	object-fit: cover;
	overflow: hidden;
}



/* owl slides */


.owl-header {
	margin-top: 35px;
	text-align: center;
	font-size: 1.2em !important;
}

.owl-carousel {
	padding: 15px 0;
}

.carousel-p a {
	display:inline-block;
	height:100%;
}
.carousel-p a img {
	width:100%;
	height:auto;
	padding:0 5px;
}

.hasnav .owl-stage-outer {
	margin:0 42px;
}
.owl-nav {
	position:absolute;
	width:100%;
	top: calc(50% - 21px);
}
.owl-nav button.owl-prev, .owl-nav button.owl-next{
	position:absolute;
	width:42px;
	height:42px;
	border-radius:50%;
	border:0;
	background-position:center;
	background-size:cover;
	background-color:transparent;
	opacity: .8;
}
.owl-nav button.owl-prev {
	left:-40px;
	background-image: url(../img/nav-l.svg);
}
.owl-nav button.owl-next {
	right:-40px;
	background-image: url(../img/nav-r.svg);
}
.owl-item {
	text-align:center;
	padding: 0 5px;
	overflow:hidden;
}
.galleries .owl-item {
	max-height:150px;
}

.carousel-7 .owl-item {
	max-height:initial;
}
.carousel-7 .item {
	display:inline-block;
	height:300px;
	width:auto;
}
.carousel-7 .item .image{
	width:100%;
	height:auto;
	max-height:200px;
	overflow:hidden;
}
.carousel-7 .item .text{
	width:100%;
	height:auto;
	max-height:200px;
	overflow-y:auto;
}
.carousel-7 .item .text h3{
	font-size:1.2em;
}

.carousel-8{
	margin:0;
	display: flex !important;  
    flex-direction: row;   
    justify-content: center; 
	position:relative;
}
.carousel-8 .owl-item {
	max-height:initial;
}
.carousel-8 .item {
	display:inline-block;
	padding:5px;
	width:auto;
}
.carousel-8 a.item span{
	display:block;
	padding:10px 0;
	font-size:1.2em;
	font-weight:bold;
	min-height:70px;
}
.carousel-8 a.item u{
	display:block;
	padding-top:10px;
}
.carousel-8 a.item img {
	width:100%;
	height:auto;
	max-height:250px;
	overflow:hidden;
}


	.owl-carousel.slider {
		padding: 0;
	}
	.slider .item img{
		display: block;
		width: 100%;
		height: auto;
	}
	.slider .owl-item {
		padding: 0;
		height: 100vh;
	}
	.slider .owl-item div.image{
		width: 100%;
		height: 100vh;
		background-size: cover;

	}
	.slider .owl-nav.disabled{
		display:none;
	}
	.slider .owl-dots.disabled {
		display:none;
	}
	.slider .owl-dots {
		right:50%;
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
		bottom:20px;
	}
	.slider .owl-dot{
		width:20px;
		height:20px;
		border-radius:50%;
		border:0;
		background-color: rgba(255,255,255,.3);
		border: 2px solid rgba(150, 150, 150,.3);
		margin:0 10px;
	}
	.slider .owl-dot.active{
		background-color:#e37e25;
		border:2px solid #e37e25;
	}


	.slider.owl-carousel.owl-theme.owl-loaded.owl-drag,
	.slider .owl-stage-outer,
	.slider .owl-stage,
	.slider .owl-item,
	.slider .item,
	.slider .item img,
	.slider .owl-item,
	.slider .img-responsive{
		height: 100vh;
		object-fit: cover;
	}


/* floating top button */

#nav_top{
	position:fixed;
	z-index:759;
	bottom: 2rem;
	right: 2rem;
	width: 40px;
	height: 40px;
	cursor:pointer;
	display:none;
}
#nav_top a{
	color:#ccc;
}
#nav_top a:hover{
	color:white;
}

.hiddenlabel{
	display:none;
}

/* lang bar */


/* pricing */
.camp_field{
	display:flex;
	flex-wrap: wrap;
	gap: 10px;
}
.camp_field_object{
	flex: 0 0 32%;
	padding-right:15px;
}
.camp_field_object h4 {
	margin:20px 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #ccc;	
	text-align: center;
}
.camp_field_object_description{
	font-size:var(--font-size-medium);
}
.camp_field_object_incuded{
	font-size:var(--font-size-medium);
}
tr.camp_field_pricing_list td,
tr.camp_field_pricing_list th {
	border-bottom:1px solid #ccc;
}
tr.camp_field_pricing_list.hv:hover td{
	background-color:bisque;
}


/* temporary closed */
.temp_closed {
	text-align: center;
	position: fixed;
	z-index: 65535;
	width: 100%;
	background: yellow;
	color: black;
	top: 35px;
	padding: 5px 0;
}
span.dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: black;
	border-radius: 100%;
	animation: pulsate 2s ease-out;
	  animation-iteration-count: 1;
	animation-iteration-count: infinite;
	opacity: 0.5;
	margin-top: 0px;
	top: 0px;
	position: relative;
}
@keyframes pulsate {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.1;
    }
}

/* ken burns */
.slideshow-overlay {
	position: absolute;
	width: 100%;
	overflow: hidden;
	background-color:rgba(0,0,0,.3);
	z-index:2;
}

.slideshow {
	background-color:#36322a;
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index:1;
}
.slideshow-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	-webkit-animation-name: kenburns;
	animation-name: kenburns;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}
.slideshow-image:nth-child(1) {
	-webkit-animation-name: kenburns-1;
	animation-name: kenburns-1;
	z-index: 3;
}
.slideshow-image:nth-child(2) {
	-webkit-animation-name: kenburns-2;
	animation-name: kenburns-2;
	z-index: 2;
}
.slideshow-image:nth-child(3) {
	-webkit-animation-name: kenburns-3;
	animation-name: kenburns-3;
	z-index: 1;
}
.slideshow-image:nth-child(4) {
	-webkit-animation-name: kenburns-4;
	animation-name: kenburns-4;
	z-index: 0;
}
@-webkit-keyframes kenburns-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@keyframes kenburns-1 { 
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	1.5625% {
		opacity: 1;
	}
	23.4375% {
		opacity: 1;
	}
	26.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	98.4375% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-2 {
	25% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	26.5625% {
		opacity: 1;
	}
	48.4375% {
		opacity: 1;
	}
	51.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes kenburns-3 {
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	51.5625% {
		opacity: 1;
	}
	73.4375% {
		opacity: 1;
	}
	76.5625% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes kenburns-4 {
	75% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	76.5625% {
		opacity: 1;
	}
	98.4375% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



header,
.slideshow,
.slideshow-overlay {
	min-height:500px;
	height:100vh;
}


/* float reg form */
.floatframe{
	position: fixed;
	top: 0;
	right:0;
	width: 100%;
	bottom: 0;
	z-index: 65535;
	background-color: rgba(0,0,0,.5);
}
.floatframe iframe{
	height: 100%;
	right: -100%;
	position: absolute;
	max-width: 1000px;
	width: 100%;
}
#rezframe{
	
}

/* -- search form -- */
.closerezform{

}

.topsformwrapper, 
.sformwrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 216;
}
.topsformwrapper {
	bottom: 100px;
}
.sformwrapper {
	top: 70%;
}
.sform {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	max-width:1200px;
}
.sform .param{
	display: grid;
	flex: 33%;
	padding: 10px;
	text-align: center;
}

.sform .param .label{
	padding:3px;
	text-align: center;
	border-bottom:1px solid #ccc;
	margin-bottom: 3px;
	color:#333;
}
.sform .datefrom{
	display: grid;	
}
.sform .param input, .sform .param select {
	border:2px solid white; 
	background-color: white;
	text-align: center;
	padding:5px;
	width:100%;
}



.sform .param input:focus{
	outline:0;
}

.sform .date{
	display: grid;
}
.sform .search {
	display: grid;
	background-color: #e36125;
	align-content: center;
	transition: all 0.2s ease;
	color: white;
	cursor: pointer;
	border: 0;
} 
.sform .search:hover{
	background-color: #de383d;
}

.accommodation{
	border: 2px solid white;
}


/* responsive */
.topmenu i span:nth-child(odd){
	padding:10px 10px 0 0;
	fill:#8d8374;
}
.topmenu i span:nth-child(even){
	padding:10px 10px 0 0;
}
.topmenu i {
	display: none;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
  }
  .topmenu i span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
  }

  div.tl-overlay {
	position:absolute;
	top: 80px; 
	left:0; 
	right:0; 
	bottom:0;
	background-color:white;
	display:none;
	z-index: 889;
}


body[data-lang="de-DE"] .topmenu .links .menut li {
	font-size:13px;
}

.brall5px{
	border-radius:5px;
}
.mainmenu{
	width: 100%;
	background: linear-gradient(90deg, #F3B466 0%, #F3B466 33%, #ffffff 33%, #ffffff 100%);
}
.mainmenu.tl{
	background:white;
}

.topemnufloat{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background-color: white;
}

@media (max-width: 1200px) {

	section article h3{
		font-size:1.5em;
	}
	.sform {
		width: 80%;
	}
	.topmenu .links .menut li{
		padding: 0;
		margin: 0 5px;
	}
}
@media (max-width: 992px) {


	.top{
		width:100%;
	}
	.topmenu{
		width:100%;
	}
	.topmenu .logo {
		width: 160px;
	}
	.topmenu .links{
		padding: 0;
	}
	.map-label {
		width:100%;
	}
	.sform {
		width: 90%;
	}
	.hl_wrap h1.line1{
		font-size: 3em;
		padding: 0;
	}
	.hl_wrap h2.line2{
		font-size: 1.8em;
		padding:0;
	}
	.hl_wrap h3.line3{
		font-size: 1em;
		padding: 5px 0;
	}
	section article{
		width:100%;
		padding:40px 20px;
	}
	header h1{
		font-size: 3.5em;
	}
	header h2{
		font-size: 2em;
	}
	section article h2 {
		font-size: 2em;
	}
	section article h3 {
		font-size: 1.5em;
	}
	section article h4 {
		font-size: 1em;
	}
	section.parallax article h2 {
		font-size:1.8em;
	}
	section.parallax article h3 {
		font-size:1.5em;
	}
	section.parallax article h4 {
		font-size:1.3em;
	}
	.special_offer_header{
		font-size:2.5em;
	}
	.map-overlay {
		display:none;
	}
	.tl-overlay{display:none;}

	section.prop55 aside, 
	section.prop55 article,
	section.prop64 aside, 
	section.prop64 article{
		display: block;
		width:100%;
	};

	section.campipole .text{
		padding:0;
	}
	
	/*o nas*/
	section.onas{
		flex-direction: column-reverse;
		background-image:none;
	}
	section.onas aside{
		min-height:50vh;
		background-image: url(/template/img/bg_o_nas_m2.webp);
		background-position: center center;
		background-size: cover;
	}
	section.onas article{
		min-height:50vh;
		background-image: url(/template/img/bg_o_nas_m1.webp);
		background-position: center center;
		background-size: cover;
	}
	section.onas .reservebox{
		left:unset;
		position: unset;
		margin: 0 auto;
	}
	
	/*camping*/
	section.prop55.b6.camp {
		flex-direction: column-reverse;
	}
	section.prop55.b6.camp aside{
		height:100vh;
		border-radius:0;
	}
	section.prop55.b7.camp article{
		height:100vh;
		border-radius:0;
	}

	/*home*/
	section.home{
		background-image: unset;
		flex-direction: column-reverse;
	}
	section.home aside{
		min-height:50vh;
		background-image: url(/template/img/bg_home_m2.webp);
		background-position: center center;
		background-size: cover;
	}
	section.home article{
		min-height:50vh;
		background-image: url(/template/img/bg_home_m1.webp);
		background-position: center center;
		background-size: cover;
	}

	/*r10*/
	section.r10{
		background-image: unset;
		
	}
	section.r10 aside{
		min-height:50vh;
		background-image: url(/template/img/bg_r10_m1.webp);
		background-position: center center;
		background-size: cover;
	}
	section.r10 article{
		min-height:50vh;
		background-image: url(/template/img/bg_r10_m2.webp);
		background-position: center center;
		background-size: cover;
	}

	/*mapa*/
	section.mapa{
		background-image: unset;
	}
	section.mapa .b2{
		flex-direction: column-reverse;
	}
	section.mapa aside{
		min-height:50vh;
		background-image: url(/template/img/bg_mapa_m1.webp);
		background-position: center center;
		background-size: cover;
	}
	section.mapa article{
		min-height:50vh;
	}

	/*cennik/rezerwacja*/
	section.cennik{
		background-image: unset;
		flex-direction: column-reverse;
	}
	section.cennik .reservebox_wrap {
		text-align: center;
	}
	section.cennik .reservebox{
		left: unset;
		position: unset;
		margin: 0 auto;
	}
	section.cennik aside{
		min-height:50vh;
		background-image: url(/template/img/bg_cennik_m2.webp);
		background-position: center center;
		background-size: cover;
	}
	section.cennik article{
		min-height:50vh;
		background-image: url(/template/img/bg_cennik_m1.webp);
		background-position: center center;
		background-size: cover;
	}

	/*udogodnienia*/
	section.udogodnienia{
		background-image: unset;
		flex-direction: column-reverse;
	}
	section.udogodnienia .reservebox_wrap {
		text-align: center;
	}
	section.udogodnienia .reservebox{
		left: unset;
		position: unset;
		margin: 0 auto;
	}
	section.udogodnienia aside{
		min-height:50vh;
		background-image: url(/template/img/bg_udogodnienia_m2.webp);
		background-position: center center;
		background-size: cover;
	}
	section.udogodnienia article{
		min-height:50vh;
		background-image: url(/template/img/bg_udogodnienia_m1.webp);
		background-position: center center;
		background-size: cover;
	}

	/*atrakcje*/

	.atrakcje .lista .item {
		display: block;
		width:100%;
		margin: 0 auto;
	}
	.atrakcje .lista .item .image{
		display: block;
		width:100%;
		align-items: center;
	}
	.atrakcje .lista .item .image div {
		border-radius: 50px;
		overflow: hidden;
		max-width: unset;
	}
	.atrakcje .lista .item .image div img{
		width:100%;
		height:fit-content;
		display:block;
	}
	.atrakcje .lista .item .text{
		width:100%;
		text-align: center;
		padding:10px 0 30px 0;
	}
	/*reszta*/
	.text h1{
		margin-top:0;
	}
	section article div.text {
		padding: 30px;
	}
	section aside div.text {
		padding: 30px;
	}


	.faqwrap {
		padding:0 20px;
	}
	.reservebox{
		width: 90%;
	}
	.hero {
		height:unset;
	}
	.hero .text{
		margin-top: 0;

	}
	.hero .reservebox_wrap {
		position: relative;
		margin-top: 30px;
	}
	.hero .scrollarrow {
		margin-top: 65px;
	}
	section article {
		padding: 0;
	}
	section aside div.text.left {
		padding: 40px;
	}
	.footer{
		padding:0;
	}
}
@media (max-width: 768px) {


	.atrakcje .lista{
		max-width: 80%;
	}
	.container{
		padding-top: 80px;
	}
	.top{
		width:100%;
		
	}
	.mainmenu{
		position: fixed;
		z-index: 9999;
		top: 0;
	}
	.parceldata-info {
		line-height:110%;
	}
	.parceldata-info h3,
	.parcela-desc h4{
		font-size:.9rem;
	}
	.parceldata-info {
		font-size:.8rem;
	}

	section.parallax article {
		padding-top: 80px;
	  }
	.sformwrapper{
		top:60%;
	}
	.sform {
		width: 90%;
		margin: 0 auto;
	}
	.sform .param{
		padding: 10px;
		width: 100%;
		display: block;
		flex:none;
	}

	.hl_wrap h1.line1{
		font-size: 2.5em;
		padding: 0;
	}
	.hl_wrap h2.line2{
		font-size: 1.5em;
		padding:  0;
	}
	.hl_wrap h3.line3{
		font-size: 1em;
		padding: 5px 0;
	}


	section article h1 {
		font-size:2.5em;
	}
	section article h2 {
		font-size:1.5em;
	}
	section article h2.h1 {
		font-size:2.5em !important;
	}
	section article h3 {
		font-size:1.3em;
	}
	section article h4 {
		font-size:1.2em;
	}

	section.parallax article h2 {
		font-size:1.5em;
	}
	section.parallax article h3 {
		font-size:1.5em;
	}
	section.parallax article h4 {
		font-size:1.3em;
	}
	section.parallax.noimages {
		min-height: 100px;
	}
	
	.column.c2{
		width:100%;
	}
	.column.c2 img{
		width:auto;
		max-height:300px;
	}
	.column.c3{
		width:100%;
	}
	.map-overlay {
		font-size: .8em;
	}
	.text-two-columns{
		column-count: 1;
	}
	div.menu{
		top: 60%;
	}
	.camp_field_object{
		flex: 0 0 49%;
		
	}
	.topmenu .logo{
		display:block;
		padding-left: 30px;
		width: 190px;
	}
	.topmenu .links.il{
		display:none;
	}
	ul.menut li ul {
		display: block;
		position: relative;
	}
	ul.menut li{
		display: block;
		position: relative;
	}
	.topmenu .links,
	.menut{
		width: 100%;
		position: absolute;
		z-index: 99999;
		left: 0;
		height: calc(100vh - 80px)
		overflow: hidden;
	}
	.menut li{
		padding:0;
		margin:0;
	}
	.menut li a{
		font-size: 1.3em;
		color: black;
		text-shadow: none;
		font-weight: normal;
		line-height: 2rem;
		text-align: center;
		display: inline-block;
		padding: 5px;
	}
	.menut li a span{
		display: inline;
		font-size: inherit;
		font-weight: inherit;
	}
	.topmenu ul{
		padding:0;
		margin:0;
	}
	ul.menut li ul {
		box-shadow: none;
	}
	.topmenu .links .menut li{
		width:100%;
		text-align: center;
		padding: 0;
		display: block;
		margin-top: 0px;
	}
	
	.topmenu .lang{
		float:none;
		text-align: center;
		position: relative;
	}
	.topmenu .links .lang li{
		padding:15px;
	}
	.topmenu i {
		display: block;
		top: 16px;
		right: 13px;
	  }
	.topmenu .links.tl .menut,
	.topmenu .links.tl .lang{
		display: block;
		margin-top: 50px;
		left: 0;
	}
	.contact {
		display:block;
	}
	.contact div {
		padding:20px 0;
		display:block;
		width:100%;
	}

	.div.tl-overlay{display:none;}
}
@media (max-width: 640px) {
	.atrakcje .header{
		padding:40px;
		margin:0 auto;
		width:100%;
	}
	.atrakcje h1{
		margin-top:0;
	}
	.atrakcje .lista .item .text{
		padding:10px 0 10px 0;
	}
	.faqwrap {
		padding:0 30px;
	}
	.reservebox{
		width: 90%;
	}
	div.menu{
		top:10%;
	}
	nav a{
		margin:0;
		font-size:1.5em;
	}
	.hl_wrap{
		top:30%;
	}
	.hl_wrap h1.line1{
		font-size:2em;
	}
	.camp_field_object{
		flex: 0 0 100%;
		padding-right:0;
	}
	.special_offer_header{
		font-size:1.5em;
	}
	.payment-options {
		display:block;
	}
	.payment-option {
		margin-top: 20px;
		width:auto;
	}


}
@media (max-width: 480px) {
	section.specialoffer{
		padding-bottom:80px;
	}
	h2.h1, 
	section.parallax article h1 {
		font-size: 2.5em !important;
	}


}



section.text-columns article h3::before {
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 0;
	background-color: black;
	content: "";
}
section.text-columns article h3::after {
	height: 1px;
	width: 200px;
	position: absolute;
	left:100px;
	bottom: 0;
	background-color: #ccc;
	content: "";
}



.owl-dots{
	flex:none !important;
	flex-direction: unset;
	display:inline-flex;
	position:absolute;
	bottom:-80px;
	padding:20px;
}
.owl-dot{
	width:30px;
	height:30px;
	border-radius:50%;
	border:0;
	background-color:white;
	border:2px solid #ccc;
	margin:0 10px;
}
.owl-dot.active{
	background-color:#e37e25;
	border:2px solid #e37e25;
}

@media(max-height:480px) {
	.hl_wrap{
		display:none;
	}
}


.addon_description{
	margin-left:5px;
	display:inline-block;
	padding:0;
	background-color:#333;
	color:white;
	font-size:11px;
	border-radius: 50%;
	width:24px;
	text-align: center;
}
[data-tooltip] {
	position: relative;
	text-decoration: none;
}
[data-tooltip]:hover:before, [data-tooltip]:focus:before {
	opacity: 1;
	transform: translate(-50%, -10px);
}
[data-tooltip]:hover:after, [data-tooltip]:focus:after {
	opacity: 1;
	transform: translate(-50%, -10px) rotate(45deg);
}
[data-tooltip]:before {
	position: absolute;
	z-index: 2;
	content: attr(data-tooltip);
	bottom: 100%;
	max-width:200px;
	width:200px;
	left: 50%;
	padding: 0.5em 1em;
	color: white;
	font-size: 1em;
	line-height: 1.7em;
	background-color: rgb(0, 0, 0);
	transition: transform 0.2s ease-out;
	opacity: 0;
	transform: translate(-50%, 0);
	pointer-events: none;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
[data-tooltip]:after {
	position: absolute;
	z-index: 3;
	display: block;
	bottom: 100%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	background-color: rgb(0, 0, 0);
	margin-bottom: -4px;
	transform: translate(-50%, 0) rotate(45deg);
	transition: transform 0.2s ease-out;
	opacity: 0;
	pointer-events: none;
}
[data-tooltip].break:before {
	white-space: normal;
	width: 360px;
}


.posprzew{
	color: white;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0px;
	background: rgba(227, 97, 37, 0.55);
	max-width: 1200px;
	margin-bottom: 10px;
	padding: 5px;
	backdrop-filter: blur(10px);
}
.posprzewp{
	text-align: center;
	width: 100%;
	background: rgba(227, 97, 37);
	color:white;
	margin-bottom: 10px;
	padding: 5px;
}
@media (max-width: 960px) {
	.posprzew {
		width: 90%;
	}
}
@media (max-width: 750px) {
	.posprzew {
		width: 90%;
	}
}
.posprzeh{
	font-weight: bold;
}
.posprzet{

}

.items {

}
.items .item div.text{
	text-align: justify;
}
.items .item:nth-child(odd) img{
	float:left;
	margin:10px 10px 10px 0;
}
.items .item:nth-child(even) img{
	float:right;
	margin:10px 0 10px 10px;
}
.items .item div.text img{
	width:50%;
}
.items .item div.image{
	display: inline;
}
.items .item div.image img{
	
}
@media (max-width: 750px) {
	.items .item div.image{
		display: block;
		text-align: center;
	}
	.items .item div.text img {
		float:none;
		width:80%;
		clear:both;
	}
}