/* RESET STYLI  */
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Poiret+One&display=swap');



html, body, div, span, applet, object, iframe,
                h1, h2, h3, h4, h5, h6,  blockquote, pre,
                a, abbr, acronym, address, big, cite, code,
                del, dfn, em, font, img, ins, kbd, q, s, samp,
                small, strike, sub, sup, tt, var,
                dl, dt, dd,
                fieldset, form, label, legend {
                    margin: 0;
                    padding: 0;
                    border: 0;
                    outline: 0;
                    font-weight: inherit;
                    font-style: inherit;
                    font-size: 100%;
                    vertical-align: baseline;
                }
                :focus {
                    outline: 0;
                }
                body {
                    line-height: 25px;
                    color:#30353A;
					background-color:white;
				    font-size:16px;
					 font-family: "Afacad Flux", sans-serif;
					font-weight:400;
                }

                blockquote:before, blockquote:after,
                q:before, q:after {
                    content: "";
                }
                blockquote, q {
                    quotes: "" "";
                }


								
								.font {
								 font-family: "Poiret One", sans-serif;
								 letter-spacing: 0.5px;
}

div, nav, header, footer, h1, h2, h3, h4, table, tr, td, a , ul, li , strong , p,input,textarea  {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	font-family: "Afacad Flux", sans-serif;
}

.strona {
	width: 100%;
	border: 0px;
	margin:0 auto;
	min-width:300px;
	max-width:1540px;
	padding: 0px 4%;
}

.ramka {
	width: 100%;
	border: 0px;
	float:left;
}


header {
	width: 100%;
	border: 0px;
	left:0;
	top: 0;
	position:absolute;
	z-index:999;
	padding-top:20px;
	padding-bottom:20px;
	
}	




header .logo {
	width: 20%;
	border: 0px;
	float:left;
}	


header .logo img {
	border: 0px;
	float:left;
	width:244px;
}	

header .logo img:hover {
	opacity:0.7;
}	



header .top {
	width: 80%;
	border: 0px;
	float:left;
	margin-top:50px;
}	


header .top .social{
	border: 0px;
	float:right;
}	

header .top .social img{
vertical-align:middle;
margin-left:10px;
margin-right:10px;
}	

header .top .social img:hover{
opacity:0.7;
}	



header .top .przyciski{
	border: 0px;
	float:right;
}	

header .top .przyciski img{
vertical-align:middle;
margin-left:10px;
margin-right:10px;
}	

header .top .przyciski img:hover{
opacity:0.7;
}	



header .top .social img{
	border: 0px;
	float:left;
}	

#addCls {
width: 37px;
height: 32px;
display: inline-block;
	background-image:url('../grafika/hamburger.webp');
	background-repeat : no-repeat;
	background-position:center center;
	border: 0px;
	background-color: transparent;
	position:relative;
	top: -4px;
}


#removeCls {
width: 37px;
height: 32px;
display: inline-block;
	background-image:url('../grafika/zamknij.webp');
	background-repeat : no-repeat;
	background-position:center center;
	border: 0px;
	background-color: transparent;
	position:absolute;
	top: 50px;
	right: 5%;
	font-size: 0px;
}



.menu_rwd {
display: none;
}


.menu_rwd.open {
  display: block;
  position: fixed;
  z-index: 99999999;
  width: 100%;
  background: rgba(0,0,0,0.94);
	height: 100%;
}


.menu_rwd  .ramka2 {
  display: block;
  position: relative;
  width: 90%;
	max-width: 820px;
	margin: 5vh auto;
}

.menu_rwd  .ramka2 {
  display: block;
  position: relative;
  width: 72%;
	max-width: 620px;
	margin: 5vh auto;
}


.menu_rwd  .ramka2 a.link_stopka {
  display: block;
  border-bottom: 1px solid #414141 !important;
	padding: 1.5vh 20px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}



.baner {
	width: 100%;
	border: 0px;
	float:left;
	text-align:center;
	height:100vh;
	overflow:hidden;
	position: relative;
	background-color: #1A1316;
	min-height: 450px;
}	

.baner:before {
background: rgb(26,19,22);
background: -moz-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0) 100%);
background: linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1316",endColorstr="#1a1316",GradientType=1);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
content:'';
}


.baner video {
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index: 0;
}	

.video {
width: 160%;
left: -30%;
padding: 150px 30% 150px 30%;
position: relative;
overflow: hidden;
}


.video video {
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index: 0;
}	


.video::before {
  background: rgb(26,19,22);
  background: -moz-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0.17128858379289214) 45%, rgba(26,19,22,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0.17128858379289214) 45%, rgba(26,19,22,1) 100%);
  background: linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0.17128858379289214) 45%, rgba(26,19,22,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1316",endColorstr="#1a1316",GradientType=1);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.video p {
position: relative;
z-index: 5;
}


.baner .txt{
	width: 100%;
	border: 0px;
	float:left;
	position:absolute;
	z-index:9;
	left:0px;
	top:47vh;
}


.baner .txt h1{
	text-transform:uppercase;
	color:#CFAD67;
	font-size:40px;
	line-height:50px;
	font-family: "Poiret One", sans-serif;
}

.baner .txt h2{
	color:#EBE1C0;
	font-size:60px;
	line-height:70px;
	text-transform:uppercase;
	font-family: "Poiret One", sans-serif;
}




#nawigacja-menu{
    list-style: none;
	margin: 0px 0px 0px 0px;
	display:inline-block;
	padding:0px;
	display:block;
	width:100%;
	display:none;
}

#nawigacja-menu ul {
display:none !important; 	
}	


#nawigacja-menu li{
display:inline-block;
margin:0px;
padding:0px;
float:left;
vertical-align:middle;
}


#nawigacja-menu li a{
	color:#02354B;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
     font-size:14px;
	vertical-align:middle;
	font-size:18px;
	padding:55px 10px;
	font-weight:bold;
}

#nawigacja-menu li a:hover {
	color:#F60B1E;
}	

#nawigacja-menu li.menubold a {
	color:#F60B1E;
}

.boxrezerwacja {
	float:left;
	width:100%;
    background-color:#1A1316;
	color:#F3ECE2;
	padding-top:100px;
	padding-bottom:100px;
	position: relative;
	z-index: 9;
}	


.boxrezerwacja:before {
	content:'';
	position: absolute;
	left: 0;
	top: -10vh;
	background-image:url('../grafika/poswiata.webp');
	background-repeat : no-repeat;
	background-position:center center;
	height: 150%;
	min-height: 1180px;
	width: 100%;
}	




.boxrezerwacja .txt {
  float: left;
  width: 50%;
  padding-right: 100px;
  font-size: 23px;
  line-height: 34px;
}

.boxrezerwacja .txt b{
	color:#CFAE86;
	font-weight:400;
	font-size:40px;
	line-height:50px;
	text-transform:uppercase;
}	


.boxrezerwacja .txt strong {
	font-size:20px;
	line-height:30px;
}	

.boxrezerwacja .txt span {
	font-size:40px;
	line-height:50px;
}	


.boxrezerwacja .img{
	float:left;
	width:50%;
	text-align:right;
	position: relative;
	z-index: 99;
}	

.boxrezerwacja .img img{
	max-width:100%;
}	

.boxwyjatkowemiejsce {
float:left;
width:100%;
background-color:#1A1316;
color:#F3ECE2;
position: relative;
}	




.boxwyjatkowemiejsce:before {
	background-image:url('../grafika/tlo_linia.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	height: 476px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto 0;
	content:'';
	  animation-name: tlo1;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	



@keyframes tlo1 {
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}



.boxwyjatkowemiejsce:after {
	background-image:url('../grafika/tlo_linia2.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	height: 476px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto 0;
		content:'';
	  animation-name: tlo2;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	




@keyframes tlo2 {
  0%   {opacity: 0;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}


.boxwyjatkowemiejsce .ramka {
float:left;
width:100%;
text-align:center;
font-size:40px;
line-height:50px;
color:#CFAE86;
text-transform:uppercase;
padding-top:50px;
padding-bottom:50px;
}	

.boxwyjatkowemiejsce .ramka2 {
position: relative;
z-index: 99;
}	

.boxwyjatkowemiejsce .ramka2 .img{
float:left;
width:40%;
}	

.boxwyjatkowemiejsce .ramka2 .img img{
max-width:100%;
}	



.boxwyjatkowemiejsce .ramka2 .txt{
float:left;
width:60%;
padding-left:50px;
margin-top:50px;
font-size:17px;
line-height:25px;
}

.boxwyjatkowemiejsce .ramka3 {
float:left;
width:100%;
padding-top:100px;
text-align:center;
}	


.boxwyjatkowemiejsce .ramka3 a {
  display: inline-block;
  margin: 10px;
  padding: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  font-size: 18px;
}

.boxotwartycodziennie {
	float:left;
	width:100%;
	text-align:center;
  background-color: #1A1316;
	min-height:560px;
	position: relative;
	overflow: hidden;
}	



.boxotwartycodziennie video {
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	z-index: 0;
}	

.boxotwartycodziennie:before {
background: rgb(26,19,22);
background: -moz-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0.17128858379289214) 45%, rgba(26,19,22,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0.17128858379289214) 45%, rgba(26,19,22,1) 100%);
background: linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0.17128858379289214) 45%, rgba(26,19,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1316",endColorstr="#1a1316",GradientType=1);
content:'';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
}


.boxotwartycodziennie .ramka {
  float: left;
  width: 100%;
  padding-top: 140px;
  position: relative;
  z-index: 6;
}

.boxotwartycodziennie .ramka b{
	color:#CFAE86;
	font-size:40px;
	line-height:50px;
	font-weight:400;
	text-transform:uppercase;
}	


.boxotwartycodziennie .ramka strong {
	color:#CFAE86;
	font-size:80px;
	line-height:90px;
	font-weight:400;
	text-transform:uppercase;
}	

.boxotwartycodziennie .ramka  span {
	color:#FCF2CF;
	font-size:60px;
	line-height:70px;
	font-weight:700;
	text-transform:uppercase;
}	

.boxotwartycodziennie .ramka  a {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}	

.boxwydarzenia {
	float:left;
	width:100%;
	color: #F3ECE2;
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
	background-color:#1A1316;
	position: relative;
}	


.boxwydarzenia:before {
	background-image:url('../grafika/tlo_linia.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	height: 476px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto 0;
	content:'';
	  animation-name: tlo1;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	



@keyframes tlo1 {
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}


.boxwydarzenia:after {
	background-image:url('../grafika/tlo_linia2.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	height: 476px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto 0;
		content:'';
	  animation-name: tlo2;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	




@keyframes tlo2 {
  0%   {opacity: 0;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}














.boxwydarzenia .responsive {
position:relative;	
}	


.slick-next {
position:absolute;
right:5%;
top:0px;
bottom:0px;
margin:auto 0px;
	 background-image:url('../grafika/right.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width:35px;
	height:63px;
	z-index:99;
	border:0px;
	background-color:transparent;
	font-size:0px;
	cursor:pointer;
}	

.slick-prev {
position:absolute;
left:5%;
top:0px;
bottom:0px;
margin:auto 0px;
	 background-image:url('../grafika/left.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width:35px;
	height:63px;
	z-index:99;
		border:0px;
	background-color:transparent;
	font-size:0px;
	cursor:pointer;
}	





.boxwydarzenia .ramka {
	float:left;
	width:100%;
}	

.boxwydarzenia .ramka strong {
  color: #CFAE86;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}	

.boxwydarzenia .responsive {
  float: left;
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  height: 500px;
  padding-left: 7%;
  padding-right: 7%;
	position: relative;
	z-index: 3;
}


.boxwydarzenia .responsive .box {
  float: left;
  width: 100%;
  overflow: hidden;
	position: relative;
}


.boxwydarzenia .responsive .box .boxramka{
	float:left;
	width:76%;
	margin-left:7%;
	margin-right:7%;
  position: relative;
}	

.boxwydarzenia .responsive .box .boxramka::before {
  left: 5%;
  height: 94%;
  top: 5%;
  position: absolute;
  border: 2px solid #928370;
  content: '';
  width: 95%;
  z-index: -1;
}

	

.boxwydarzenia .responsive .box .boxramka2{
	float:left;
	width:100%;
	background-color:black;
	margin-top:-5%;
	margin-left:-5%;
	margin-bottom:5%;
}	


.boxwydarzenia .responsive .box .boxramka2 .img{
	float:left;
	width:100%;
	height:250px;
}	

.boxwydarzenia .responsive .box .boxramka2 .img img{
	object-fit:cover;
	width:100%;
	height:100%;
}	

.boxwydarzenia .responsive .box .boxramka2 .txt {
  float: left;
  width: 100%;
  height: 250px;
  padding: 30px 70px;
}


.boxwydarzenia .responsive .box .boxramka2 .txt small {
	color:#A71B15;
	font-size:14px;
	font-weight:bold;
}	


.boxwydarzenia .responsive .box .boxramka2 .txt .link_zloty  {
text-transform:uppercase;
font-size:17px;
border-bottom:1px solid #CFAE86;
}	



.boxwydarzenia .link_zolty {
  color: #F3ECE2;
  text-decoration: none;
  font-size: 21px;
}

.boxwydarzenia .responsive .box .boxramka2 .txt .link_zloty:hover  {
border-bottom:1px solid white;
}	

.boxwydarzenia .responsive .box .boxramka2 .img img:hover {
	 filter: brightness(80%);
}	

.boxwydarzenia .ramka2 {
	float:left;
	width:100%;
	text-align:right;
	margin-top:50px;
}	

.boxopinie {
	float:left;
	width:100%;
	background-color:#1A1316;
	padding-bottom:50px;
		overflow: hidden;

}	


.boxopinie .ramka2:before  {
	left: 0;
	top: 0;
	position:absolute;
	z-index: 3;
	width: 9%;
	height: 100%;
	background-color: rgba(26,19,22,0.8);
	content:'';
}	

.boxopinie .ramka2:after {
	right: 0;
	top: 0;
	position:absolute;
	z-index: 3;
	width: 9%;
	height: 100%;
	background-color: rgba(26,19,22,0.8);
	content:'';
}	


.boxopinie  .ramka {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}	


.boxopinie  .ramka2 {
	float:left;
	width:100%;
	position:relative;
}	

.boxopinie .ramka strong {
  color: #CFAE86;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}	


.boxopinie .responsive2 {
  padding-left: 7%;
  padding-right: 7%;
	}
	

.boxopinie .responsive2 .box {
	float:left;
	width:100%;
	
}	

.boxopinie .responsive2 .box .boxramka {
  float: left;
  width: 90%;
  border: 1px solid #9C9481;
  padding: 30px 60px;
  height: 400px;
  margin-left: 5%;
  margin-right: 5%;
  color: #F3ECE2;
}


.boxopinie .responsive2 .box .boxramka i {
	font-style: italic;
}	

.boxopinie .responsive2 .box .boxramka img  {
vertical-align:middle;
margin-right:5px;
margin-left:5px;
}	

.boxopinie .responsive2 .box .boxramka strong {
text-transform:uppercase;	
}	

.boxopinie .responsive2 .box .boxramka b {
color:#CFAE86;
font-size:18px;
line-height:25px;
}	


.boxoferta {
	float:left;
	width:100%;
	background-color:#1A1316;
	color: #F3ECE2;
	line-height:27px;
	padding-top:90px;
	padding-bottom:90px;
}	


.boxoferta .ramka {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	  align-items: center;
  justify-content: center;
}	

.boxoferta .ramka2 {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	  align-items: center;
  justify-content: center;
}	



.boxoferta .img {
	width:50%;
}	

.boxoferta .txt {
	width:50%;
}	


.boxoferta h3 {
	  color: #CFAE86;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}


.boxoferta h4 {
	  color: #CFAE86;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}

.boxoferta .ramka2 {
	float:left;
	width:100%;
	margin-top:50px;
}

.boxoferta .ramka2 .img{
	text-align:right;
}

.boxoferta .ramka2 .img img{
	float:right;
}



.boxgaleria {
	float:left;
	width:100%;
	background-color:#1A1316;
	padding-bottom:100px;
	overflow: hidden;
	position: relative;
}	



.boxgaleria:before {
	background-image:url('../grafika/tlo_linia.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	height: 476px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto 0;
	content:'';
	  animation-name: tlo1;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	



@keyframes tlo1 {
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}


.boxgaleria:after {
	background-image:url('../grafika/tlo_linia2.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 100%;
	height: 476px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	margin: auto 0;
		content:'';
	  animation-name: tlo2;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	




@keyframes tlo2 {
  0%   {opacity: 0;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}








.boxgaleria  .responsive3 {
  padding-left: 7%;
  padding-right: 7%;
	}
	


.boxgaleria .ramka strong {
  color: #CFAE86;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}	

.boxgaleria .ramka a {
  float:right;
}	

.boxgaleria .ramka  {
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}	


.boxgaleria .ramka2 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.boxgaleria .ramka2:before  {
	left: 0;
	top: 0;
	position:absolute;
	z-index: 3;
	width: 8%;
	height: 100%;
	background-color: rgba(26,19,22,0.8);
	content:'';
}	

.boxgaleria .ramka2:after {
	right: 0;
	top: 0;
	position:absolute;
	z-index: 3;
	width: 8%;
	height: 100%;
	background-color: rgba(26,19,22,0.8);
	content:'';
}	





.boxgaleria .ramka2  .box{
	float:left;
	width:100%;
}	

.boxgaleria .ramka2  .box .box-ramka{
	float:left;
	width:90%;
	height:540px;
	margin-left:5%;
	margin-right:5%;
}	

.boxgaleria .ramka2  .box .box-ramka img{
	object-fit:cover;
	width:100%;
	height:100%;
}

.boxgaleria .ramka2  .box .box-ramka img:hover{
	-webkit-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 1);
box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 1);
filter: brightness(80%);
}



.boxmapadojazdu {
float:left;
width:100%;
position:relative;
text-align:center;
}	

.boxmapadojazdu iframe{
float:left;
width:100%;
height:500px;
filter: grayscale(1);
}	

.boxmapadojazdu strong {
  color: #CFAE86;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  margin:auto 0px;
	z-index: 999;
}	



.boxmapadojazdu .ramka {
  color: #CFAE86;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}	


.boxmapadojazdu .ramka .nakladka {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto 0px;
background: rgb(26,19,22);
background: -moz-linear-gradient(0deg, rgba(26,19,22,0) 0%, rgba(26,19,22,0.6278712168461135) 49%, rgba(26,19,22,0.7875350823923319) 64%, rgba(26,19,22,0.9079832616640406) 85%, rgba(26,19,22,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(26,19,22,0) 0%, rgba(26,19,22,0.6278712168461135) 49%, rgba(26,19,22,0.7875350823923319) 64%, rgba(26,19,22,0.9079832616640406) 85%, rgba(26,19,22,1) 100%);
background: linear-gradient(0deg, rgba(26,19,22,0) 0%, rgba(26,19,22,0.6278712168461135) 49%, rgba(26,19,22,0.7875350823923319) 64%, rgba(26,19,22,0.9079832616640406) 85%, rgba(26,19,22,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1316",endColorstr="#1a1316",GradientType=1);
  width: 100%;
  height: 200px;
  z-index: 45;
  padding: 0px 0px 0px 0px;
}



.glowna3nadrzedna .tresc  {
margin-top: -100px;
  float: left;
  width: 100%;
  padding: 0px 0px 40px 0px;
  position: relative;
  z-index: 8;
  color: #FFF;
}


.glowna3nadrzedna .podstrona {
  float: left;
  width: 100%;
  height: 45vw;
  max-height: 400px;
  min-height: 250px;
  position: relative;
  z-index: 0;
}

.glowna3nadrzedna .boxgaleria {
  z-index: 8;
	background-color: transparent;
}


footer {
	float:left;
	width:100%;
	background-color:#1A1316;
	padding-top:50px;
}	

footer .ramka{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	border-top:1px solid #FCF2CF;
	border-bottom:1px solid #FCF2CF;
	color: #F3ECE2;
  justify-content: center;
}	


footer .ramka .box {
	float:left;
	width:20%;
	text-align:center;
	padding:50px 30px;
	padding-top:50px;
}	

footer .ramka .box img{
	margin-top:10px;
	margin-bottom:10px;
}	

footer .ramka .box img:hover{
	opacity:0.7;
}	

footer .ramka .box2 {
	float:left;
	width:26.6%;
	border-left:1px solid #FCF2CF;
	text-align:center;
		padding:50px 30px;
	padding-top:50px;
}	


footer .ramka .box2 strong  {
color: #CFAE86;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}	



footer .ramka2  {
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:17px;
	color:#CFAE86;
	border-top:1px solid #FCF2CF;
}	


footer .ramka3  {
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:17px;
	color:#CFAE86;
	
}	

.tresc {
margin-top: -100px;
float: left;
width: 100%;
padding: 0px 0px 50px 0px;
position: relative;
z-index: 8;
color: #FFF;
}

.tresc-kontakt {
margin-top: -100px;
float: left;
width: 100%;
padding: 0px 0px 200px 0px;
position: relative;
z-index: 8;
color: #FFF;
}


.img_right, .img_left {
width: 100%;
position: relative;
}

.img_right tr, .img_left tr {
width: 100%;
display: flex;
flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.img_right tr td, .img_left tr td {
position: relative;
padding: 60px;
width: 50%;
}




.img_left tr td:nth-of-type(2) {
order: 1;
}

.img_left tr td:nth-of-type(1) {
order: 2;
}


.img_right tr td:nth-of-type(2)  img{
position: relative;
max-width: 90% !important;
width: 90% !important;
height: auto !important;
min-height: 500px !important;
right: 0px;
top: 0;
bottom: 0;
object-fit:cover; 
}


.img_left tr td:nth-of-type(2)  img{
position: relative;
max-width: 90% !important;
width: 90% !important;
height: auto !important;
min-height: 500px !important;
left: 0px;
top: 0;
bottom: 0;
object-fit:cover; 
}



.img_right tr td:nth-of-type(2):before {
position: absolute;
left: 0;
top: 60px;
bottom: 0px;
margin: auto 0px;
height: 80%;
width: 70%;
border: 1px solid #CFAE86;
content:'';
}


.img_left tr td:nth-of-type(2):before {
position: absolute;
left: 0;
top: 60px;
bottom: 0px;
margin: auto 0px;
height: 80%;
width: 70%;
border: 1px solid #CFAE86;
content:'';
}



.tresc h2 {
  text-transform: uppercase;
   font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #CFAE86;
  display: block;
  padding-bottom: 40px;
	position: relative;
}



.tresc h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 65px;
  line-height: 76px;
  color: #CFAE86;
  display: block;
	position: relative;
	padding: 0px 10%;
}


.tresc h2:before {
  bottom: 10px;
	width: 120px;
	height: 4px;
	content:'';
	background-color:#CFAE86;
	position: absolute;
	left: 0px;
}



.tresc h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  line-height: 46px;
  color: #CFAE86;
  display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}


.tresc h4:before {
  bottom: 0px;
	top: 0px;
	width: 10px;
	height: 2px;
	content:'';
	background-color:#CFAE86;
	position: absolute;
	left: 0px;
	margin: auto 0;
}


.glowna10nadrzedna .img_right  {
margin-bottom: 70px;
}


.img_right .ramka  {
font-size:40px;
line-height: 52px;
color: #D1B189;
font-family: "Poiret One", sans-serif;
}

.img_right .ramka2 { 
color:#CCCCCC;
position: relative;
z-index:6; 
}

.img_right .ramka2 .pole {
padding: 10px 0px;
float: left;
width: 100%;
position: relative;
}

.img_right .ramka2 .pole img {
right: 0;
bottom: 25px;
position: absolute;
}


.img_right .ramka2 .pole input {
border: 0px;
border-bottom: 1px solid #EBDDCB;
padding: 15px 0px;
width: 100%;
background-color: transparent;
color:#FFF;
}

.img_right .ramka2 .pole2 {
padding: 10px 0px;
float: left;
width: 100%;
}

.img_right .ramka2 .pole2 textarea {
border: 0px;
border-bottom: 1px solid #EBDDCB;
padding: 15px 0px;
background-color: transparent;
color:#FFF;
width: 100%;
}


.img_right .ramka2 .pole2 small a {
  padding: 2px 5px;
  background-color: transparent;
  color: #D0B088;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block;

}

.img_right .ramka2 .przycisk {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 0px solid #EBD5B2;
  margin: 10px 0px;
	background-color: #FFF;
}

small a {
padding: 20px 30px;
background-color: #CFAE86;
color: #FFF;
text-decoration: none;
font-size: 18px;
display: inline-block;
}

h2 a {
color: #FFF;
text-decoration: none;
}

.video p, .video strong {
position: relative;
z-index: 8;
}

table.tlo_linia {
padding: 80px 0px;
position: relative;
}

table.tlo_linia tr td {
position: relative;
z-index: 9;
}


table.tlo_linia:before {
	background-image:url('../grafika/tlo_linia.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 160%;
	height: 476px;
	position: absolute;
	left: -30%;
	top: 0;
	bottom: 0px;
	margin: auto 0;
	content:'';
	  animation-name: tlo1;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	



@keyframes tlo1 {
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}


table.tlo_linia:after {
	background-image:url('../grafika/tlo_linia2.webp');
	background-repeat : no-repeat;
	background-position:center center;
	width: 160%;
	height: 476px;
	position: absolute;
	left: -30%;
	top: 0;
	bottom: 0px;
	margin: auto 0;
		content:'';
	  animation-name: tlo2;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}	




@keyframes tlo2 {
  0%   {opacity: 0;}
  50%  {opacity: 1;}
  100% {opacity: 0;}
}



ul.lista_icon {
width: 100%;
display:  flex;
flex-wrap: wrap;
list-style: none;
padding: 0px 0px;
margin: 60px 0px;
}


ul.lista_icon li {
width: 33.3%;
padding: 100px 50px 40px 50px;
border-left: 1px solid #543507;
border-top: 1px solid #543507;
border-bottom: 1px solid #543507;
margin-bottom: -1px;
}

ul.lista_icon li {
	background-image:url('../grafika/icon_li.webp');
	background-repeat : no-repeat;
	background-position:30px 40px;
}



ul.lista_icon li:nth-of-type(1), ul.lista_icon li:nth-of-type(2), ul.lista_icon li:nth-of-type(3) {
border-top: 0px solid #543507;
}



ul.lista_icon li:nth-of-type(1), ul.lista_icon li:nth-of-type(4), ul.lista_icon li:nth-of-type(8) {
border-left: 0px solid #543507;
}






ul.lista_icon li big {
color: #CFAE86;
display: block;
}


.tresc big, .tresc-kontakt big {
font-size: 22px;
line-height: 37px;
}

.tresc-kontakt  {
margin-top: -150px;
padding-bottom: 10px !important;
}


.tresc-kontakt  ul {
list-style: none;
margin: 30px 0px;
width: 100%;
padding:0px 0px;
display: flex;
flex-wrap: wrap;
}

.tresc-kontakt  ul li {
border: 1px solid #D1B189;
padding: 30px 30px;
margin: 1%;
width: 23%;
font-size: 21px;
line-height: 34px;
}



.tresc-kontakt  ul li strong {
color: #D1B189;
font-size: 14px;
font-weight: 600;
display: block;
padding: 0px 0px 20px 0px;
}

.tresc-kontakt  ul li a {
color: #fff;
text-decoration: none;
}



.glowna7nadrzedna .tresc {
  margin-top: -100px;
  float: left;
  width: 140%;
  padding: 0px 5% 200px 5%;
  position: relative;
  z-index: 8;
  color: #FFF;
  margin-left: -20%;
}




.glowna7nadrzedna .tresc p iframe {
 height: 400px !important;
}




.middle_podstrona {
  float: left;
  width: 100%;
	background-color: #1A1316;
	position: relative;
	overflow:hidden;
}

.middle_podstrona:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0%;
	background-image:url('../grafika/poswiata.webp');
	background-repeat : no-repeat;
	background-position:center center;
	height: 100%;
	min-height: 1180px;
	width: 100%;
	z-index: 4;
}

#strona4 .tresc {
padding-bottom:0px;
}	


.tresc-kontakt ul li a:hover {
	text-decoration:underline;
}	

.img_right .ramka2 .pole2 small a:hover {
color:white;	
}	

.img_right .ramka2 .przycisk {
cursor:pointer;	
}	


.img_right .ramka2 .przycisk:hover {
background-color:#CFAE86;
}	

.glowna6nadrzedna .baner-podstrona {
  display: none;
}


.glowna6nadrzedna .podstrona {
  float: left;
  width: 100%;
  height: 45vw;
  max-height: 400px;
  min-height: 400px;
  position: relative;
  z-index: 0;
}

.glowna6nadrzedna .tresc {
  margin-top: -30px;
}


.wpisy {
display: flex;
flex-wrap:wrap;
width: 100%;
}

.wpisy .wpis{
margin: 4% 2%;
width: 29.3%;
position: relative;
}

.wpisy .wpis:before{
margin: 4% 2%;
width: 29.3%;
position: relative;
}



.wpisy .wpis:before {
  left: 12%;
  height: 89%;
  top: 12%;
  position: absolute;
  border: 1px solid #928370;
  content: '';
  width: 91%;
  z-index: -1;
}



.wpisy .wpis .img img{
width: 100%;
vertical-align: middle;
}


.wpisy .wpis .zajawka {
width: 100%;
padding: 50px 40px;
background-color: #000;
color: #CCCCCC;
}


.wpisy .wpis .zajawka small {
  color: #A71B15;
  font-size: 14px;
  font-weight: bold;
}

.wpisy .wpis .zajawka .nazwa {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
	display: block;
	padding: 0px 0px 10px 0px;
}


.wpisy .wpis .zajawka .wiecej {
  text-transform: uppercase;
  font-size: 17px;
  border-bottom: 1px solid #CFAE86;
	display: inline-block;
	margin: 10px 0px 0px 0px;
}
.wpisy .wpis .zajawka .wiecej {
  color: rgb(207, 174, 134);
  text-decoration: none;
}



.paginacja {
width: 100%;
margin: 30px 0px;
text-align: center;
}


.nav_liczba {
width:40px;
text-align: center;
line-height: 40px;
border: 1px solid #EBD5B2; 
display: inline-block;
}



.nav_liczba1 {
width:40px;
text-align: center;
line-height: 40px;
border: 0px solid #EBD5B2; 
display: inline-block;
color: #BF956A;
text-decoration: none;
}


.nav_img img{
height: 30px;
position: relative;
top: 8px;
margin: 0px 10px;
}


.podstrona {
  float: left;
  width: 100%;
  height: 45vw;
	max-height: 650px;
	min-height: 400px;
	position: relative;
	z-index: 0;
}



.podstrona h1 {
width: 100%;
  position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -30%;
	margin: auto auto;
	font-size: 70px;
	line-height: 82px;
	color: #FFF;
	 font-family: "Poiret One", sans-serif;
								 letter-spacing: 0.5px;
								 text-align: center;
								 height: 100px;
								 z-index: 6;
								 text-transform: uppercase;
}

.baner-podstrona {
  position: absolute;
	left: 0;
	top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 60%;
}
.baner-podstrona:before {
background: rgb(26,19,22);
background: -moz-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0) 100%);
background: linear-gradient(0deg, rgba(26,19,22,1) 0%, rgba(26,19,22,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1316",endColorstr="#1a1316",GradientType=1);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
content:'';
}



.link_zolty { color: #F3ECE2;text-decoration:none;}
.link_zolty:hover {color:#CFAE86;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.link_zloty { color: #CFAE86;text-decoration:none;}
.link_zloty:hover {color:white;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}



.przycisk2 { color:black;text-decoration:none;font-weight:bold;background-color:#F9F0DD;padding:15px 20px;text-transform:uppercase;}
.przycisk2:hover {background-color:#EBD5B2;color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk2 img {vertical-align:middle;margin-left:10px; }



.przycisk { color:white;text-decoration:none;font-weight:bold;font-size:18px;text-transform:uppercase;padding:10px 30px;border:1px solid #EBD5B2;margin: 0px 10px;}
.przycisk:hover {background-color:#EBD5B2;color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}

.przycisk_bezowy { color:black !important;text-decoration:none !important;font-weight:bold;font-size:16px;text-transform:uppercase;padding:10px 30px;background-color:#F9F0DD;}
.przycisk_bezowy:hover {background-color:#EBD5B2;color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}
.przycisk_bezowy img {vertical-align:middle;margin-left:10px; }

.przycisk_ramka { color:#CFAE86;text-decoration:none;text-transform:uppercase;padding:10px 30px;border:1px solid #FCF2CF;}
.przycisk_ramka:hover {background-color:#FCF2CF;color:black;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_stopka { color:#CFAE86;text-decoration:none;font-size:17px;display:inline-block;margin-left:10px;margin-right:10px;}
.link_stopka:hover {color:white;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


.link_stopka3 { color:white;text-decoration:none;font-size:17px;display:inline-block;margin-left:10px;margin-right:10px;}
.link_stopka3:hover {color:#CFAE86;transition: all .3s linear; -o-transition: all .3s linear; -moz-transition: all .3s linear; -webkit-transition: all .3s linear;}


small a:hover {
background-color:#271B10;	
}	

.wpisy .wpis .zajawka .nazwa:hover {
	color:#CFAE86;
}	

.wpisy .wpis .zajawka .wiecej:hover {
color:white;
border-color:white;
}	

.wpisy .wpis .img img:hover {
	 filter: brightness(70%);
}	

.szczegoly2 {
float:left;
width:100%;
text-align:center;
}	

.szczegoly2  .img_szczegoly {
float:left;
width:100%;
}	


.szczegoly2  .img_szczegoly img{
max-width:500px;
max-height:400px;
}	

.tresc_szczegoly {
float:left;
width:100%;
}	

.tresc_szczegoly b{
font-size:30px;
line-height:40px;
}	


.boxgaleria .ramka2 {
  padding-bottom: 0px;
	margin-bottom: 80px;
}


.tresc h2  strong{
  font-family: "Poiret One", sans-serif;
}

	.img_right .ramka  strong {
  font-family: "Poiret One", sans-serif;
}


.boxrezerwacja .ramka {
  display: flex;
	flex-wrap: wrap;
	 align-items: center;
  justify-content: center;
}

  .boxrezerwacja .txt {
    padding-right: 40px;
    position: relative;
    z-index: 1;
  }
	
	
	
	
	
	
	.boxwyjatkowemiejsce .ramka2 {
  display: flex;
	flex-wrap: wrap;
		 align-items: center;
  justify-content: center;
	width: 100%;
}


	
	
	.boxwydarzenia .responsive .box .boxramka2 .txt {
  padding: 30px 50px;
}
	
	.boxopinie .responsive2 .box .boxramka {
  height: 500px;
}


.boxoferta .img img{
  max-width: 100%;
}


.boxoferta .txt {
  padding: 0px 20px;
}


.boxgaleria .ramka {
  position: relative;
  z-index: 1;
}
	
	
	
	
@media screen and (min-width: 0px) and (max-width: 1850px) 

{




.glowna7nadrzedna .tresc {
  width: 130%;
  margin-left: -15%;
}





}


@media screen and (min-width: 0px) and (max-width: 1740px) 

{

.glowna7nadrzedna .tresc {
  width: 120%;
  margin-left: -10%;
}


}

@media screen and (min-width: 0px) and (max-width: 1670px) 

{

.boxgaleria .ramka2::before {
  width: 9%;
}

.boxgaleria .ramka2::after {
  width: 9%;
}



}


@media screen and (min-width: 0px) and (max-width: 1610px) 

{


.glowna7nadrzedna .tresc {
  width: 110%;
  margin-left: -5%;
}

}


@media screen and (min-width: 0px) and (max-width: 1560px) 

{

.boxwydarzenia .responsive .box .boxramka {
  float: left;
  width: 80%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
}



	
	.boxopinie .responsive2 .box .boxramka {
  height: 500px;
	padding-left: 30px;
	padding-right: 30px;
}


.boxopinie .responsive2 {
  padding-left: 5%;
  padding-right: 5%;
}


.boxopinie .ramka2::after {
  width: 9%;
}


}



@media screen and (min-width: 0px) and (max-width: 1460px) 

{

.boxgaleria .ramka2 .box .box-ramka {
  height: 350px;
}



}


@media screen and (min-width: 0px) and (max-width: 1420px) 

{


.boxwydarzenia .responsive .box .boxramka {
  float: left;
  width: 90%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  position: relative;
}



}



@media screen and (min-width: 0px) and (max-width: 1340px) 

{







.tresc h2 {
  font-size: 35px;
  line-height: 45px;
}




}



@media screen and (min-width: 0px) and (max-width: 1260px) 

{

.boxgaleria .responsive3 {
  padding-left: 3%;
  padding-right: 3%;
}

  .boxgaleria .ramka2::before {
    width: 6%;
  }
	
	 .boxgaleria .ramka2::after {
    width: 6%;
  }
	
	
.boxrezerwacja .txt {
  padding-right: 40px;
}


  .boxwyjatkowemiejsce .ramka3 a {
    display: inline-block;
    margin: 10px;
    padding: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 17px;
  }

}


@media screen and (min-width: 0px) and (max-width: 1240px) 

{



 .boxopinie .responsive2 {
    padding-left: 3%;
    padding-right: 3%;
  }

.boxopinie .ramka2::before {
  width: 7%;
}

.boxopinie .ramka2::after {
  width: 7%;
}


}



@media screen and (min-width: 0px) and (max-width: 1200px) 

{

.tresc-kontakt ul li {
  border: 1px solid #D1B189;
  padding: 30px 30px;
  margin: 1%;
  width: 48%;
  font-size: 21px;
  line-height: 34px;
}



.baner .txt img {
 max-width: 70%;
}



.boxwydarzenia .responsive .box .boxramka2 .txt {
  padding: 30px 30px;
}


}

@media screen and (min-width: 0px) and (max-width: 1180px) 

{

.boxotwartycodziennie .ramka strong {
  font-size: 60px;
  line-height: 70px;
}

.boxotwartycodziennie .ramka b {
  font-size: 30px;
}

.boxotwartycodziennie .ramka span {
  font-size: 30px;
  line-height: 40px;
}


  .boxopinie .responsive2 .box .boxramka br:nth-child(1) {
display: none;
}


}





@media screen and (min-width: 0px) and (max-width: 1080px) 

{

.glowna7nadrzedna .tresc p iframe {
  height: auto !important;
  width:100% !important;
}


.boxrezerwacja .txt {
  font-size: 19px;
  line-height: 30px;
}


header .logo img {
  width: 124px !important;
}

header .top {
  margin-top: 17px !important;
}

header .top .przyciski a:nth-of-type(2) {
 display: none;
}



.podstrona h1 {
  font-size: 50px;
  line-height: 72px;
}


.tresc h3 {
  font-size: 45px;
  line-height: 56px;
}


  .boxgaleria .ramka2::before {
    width: 6%;
  }

	
	
	.glowna6nadrzedna .podstrona {
  max-height: 295px;
  min-height: 300px;
}
	
	.wpisy .wpis {
  margin: 4% 2%;
  width: 46%;
  position: relative;
}

.glowna10nadrzedna .img_right tr td:nth-of-type(2) img {
  min-height: 200px !important;
  max-height: 300px;
}




}






@media screen and (min-width: 0px) and (max-width: 1040px) 

{


.img_right tr td, .img_left tr td {
  position: relative;
  padding: 40px 0px ;
  width: 100%;
}


.img_right tr td, .img_left tr td {
  position: relative;
  padding: 40px 0px;
  width: 100%;
}


.img_right tr td {
width:45%;
margin-right:5%;
}	

.img_left tr td {
width:45%;
margin-right:5%;
}	




ul.lista_icon li {
  width: 50%;
  padding: 100px 30px 40px 30px;
  border-left: 1px solid #543507;
  border-top: 1px solid #543507;
  border-bottom: 1px solid #543507;
  margin-bottom: -1px;
}

ul.lista_icon li:nth-of-type(3) {
  border-top: 0px solid #543507;
	border-left: 0px solid #543507;
	border-right: 1px solid #543507;
}

ul.lista_icon li:last-of-type {
  border-top: 0px solid #543507;
	border-left: 0px solid #543507;
	border-right: 1px solid #543507;
}


.img_right tr td:nth-of-type(2)::before {
  position: absolute;
  right: 0%;
	left: auto;
  top: 60px;
  bottom: 0px;
  margin: auto 0px;
  height: 90%;
  width: 85%;
  border: 1px solid #CFAE86;
  content: '';
}


.img_left tr td:nth-of-type(2)::before {
  position: absolute;
  right: 0%;
	left: auto;
  top: 60px;
  bottom: 0px;
  margin: auto 0px;
  height: 90%;
  width: 85%;
  border: 1px solid #CFAE86;
  content: '';
}


  .img_right tr td:nth-of-type(2) {
    order: 1;
  }
	
	
	.img_right tr td:nth-of-type(1) {
    order: 2;
  }
	
	
	
	  .boxgaleria .ramka2::before {
    width: 7%;
  }
	
	 .boxgaleria .ramka2::after {
    width: 7%;
  }
	
	

}



@media screen and (min-width: 0px) and (max-width: 940px) 

{



 .boxgaleria .ramka2 .box .box-ramka {
    height: 300px;
  }



}



@media screen and (min-width: 0px) and (max-width: 920px) 

{


table.tlo_linia {
  padding: 30px 0px;
  position: relative;
}


}





@media screen and (min-width: 0px) and (max-width: 900px) 

{


.boxrezerwacja {
  padding-top: 10px;
  padding-bottom: 20px;
}


.boxrezerwacja .txt span {
  font-size: 30px;
  line-height: 40px;
}


.przycisk {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid #EBD5B2;
  margin: 0px 10px;
}



header .top .social img {
  border: 0px;
  float: left;
  max-height: 17px;
  position: relative;
  top: 5px;
}

.tresc h4 {
  font-size: 25px;
  line-height: 36px;
  max-width: 90%;
}




}


@media screen and (min-width: 0px) and (max-width: 850px) 

{




  .boxgaleria .ramka2::before {
    width: 8%;
  }

  .boxgaleria .ramka2::after {
    width: 8%;
  }

	
	
	
	.wpisy .wpis .zajawka {
  width: 100%;
  padding: 30px 30px;
  background-color: #000;
  color: #CCCCCC;
}
	
	
	  .boxotwartycodziennie .ramka b {
    font-size: 23px;
  }
	
	  .boxotwartycodziennie .ramka strong {
    font-size: 42px;
    line-height: 60px;
  }
	
	.boxwydarzenia .responsive .box .boxramka2 .img {
  height: 210px;
}

.boxwydarzenia .responsive .box .boxramka2 .txt {
  height: 280px;

}



.boxoferta .img {
  width: 100%;
}



.boxoferta .txt {
  width: 100%;
}


.boxoferta .ramka2 .img {
  order:1;
}
.boxoferta .ramka2 .txt {
  order:2;
}

  .boxoferta .img {
    width: 100%;
    display: block;
    margin: 0px auto;
    max-width: 400px;
  }
	
	
	

}

@media screen and (min-width: 0px) and (max-width: 820px) 

{


footer .ramka .box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 50px 30px;
    padding-top: 50px;
  padding-top: 50px;
		border-top: 1px solid #FCF2CF;
	margin-top: -1px;
}


footer .ramka .box2 {
  float: left;
  width: 50%;
  border-left: 1px solid #FCF2CF;
  text-align: center;
  padding: 50px 30px;
    padding-top: 50px;
  padding-top: 50px;
	border-top: 1px solid #FCF2CF;
	margin-top: -1px;
}


}


@media screen and (min-width: 0px) and (max-width: 800px) 

{

.baner .txt h1 {
  font-size: 30px;
  line-height: 50px;

}

.boxwyjatkowemiejsce .ramka2 .img {
  float: left;
  width: 100%;
}


.boxwyjatkowemiejsce .ramka2 .txt {
  float: left;
  width: 100%;
  padding-left: 0px;
  margin-top: 30px;
  font-size: 17px;
  line-height: 25px;
}


  .boxwyjatkowemiejsce .ramka2 .img {
    float: left;
    width: 100%;
    margin: 0px auto;
    position: relative;
    display: block;
    max-width: 400px;
  }
	
	
	.boxwyjatkowemiejsce .ramka {
  font-size: 30px;
  line-height: 40px;
}


.boxwydarzenia .ramka strong {
  font-size: 30px;
  line-height: 42px;
}


  .boxopinie .ramka strong {
    font-size: 30px;
    line-height: 42px;
  }
	


}



@media screen and (min-width: 0px) and (max-width: 730px) 

{


  .boxgaleria .ramka2::before {
    width: 9%;
  }

  .boxgaleria .ramka2::after {
    width: 9%;
  }




}




@media screen and (min-width: 0px) and (max-width: 700px) 

{




header .top .social img {
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}



.tresc big, .tresc-kontakt big {
  font-size: 19px;
  line-height: 29px;
}


  .tresc h3 {
    font-size: 35px;
    line-height: 46px;
  }
	
	.img_right tr td:nth-of-type(2) img {
  min-height: 370px !important;
}
.img_left tr td:nth-of-type(2) img {
    min-height: 370px !important;
}


  .tresc-kontakt ul li {
    padding: 20px 20px;
    margin: 1%;
    width: 48%;
    font-size: 18px;
    line-height: 30px;
  }

	.img_right .ramka {
  font-size: 25px;
  line-height: 35px;
  color: #D1B189;
  font-family: "Poiret One", sans-serif;
}
	
}

@media screen and (min-width: 0px) and (max-width: 620px) 

{
  .baner .txt h1 {
    font-size: 25px;
    line-height: 40px;
  }
	
	.baner .txt h2 {
  color: #EBE1C0;
  font-size: 40px;
  line-height: 60px;
	}
	
	.boxwyjatkowemiejsce .ramka {
  font-size: 30px;
  line-height: 42px;
}

  .boxwyjatkowemiejsce .ramka3 a {
    display: inline-block;
    margin: 10px;
    padding: 40px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

	}
	
	
	
	
	@media screen and (min-width: 0px) and (max-width: 600px) 

{
	
	.szczegoly2 .img_szczegoly img {
	width:100%;	
	}	
	
	
	  .boxrezerwacja .txt {
    font-size: 19px;
    line-height: 30px;
  }
	
	.boxrezerwacja .txt {
    font-size: 19px;
    line-height: 30px;
    width: 100%;
			order: 2;
			margin-top: 30px;
  }
	
	
	.boxrezerwacja .img {
  float: left;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 99;
	order: 1;
}
	
	.boxoferta {
	padding-bottom:0px;	
	}	
	
	.boxgaleria {
		padding-bottom:0px;	
	}	
	
	.boxopinie {
		padding-bottom:0px;	
	}	
	
	
	}
	
	

@media screen and (min-width: 0px) and (max-width: 580px) 

{

  .tresc h3 {
    font-size: 28px;
    line-height: 41px;
  }

	 .podstrona h1 {
    font-size: 40px;
    line-height: 52px;
  }
	
	
	ul.lista_icon li {
  background-image: url('../grafika/icon_li.webp');
  background-repeat: no-repeat;
  background-position: 30px 40px;
  background-size: 50px;
}

  ul.lista_icon li {
    width: 50%;
    padding-top: 70px;
}

 .tresc h2 {
    font-size: 27px;
    line-height: 45px;
  }
	
	}
	
	
	
	
	@media screen and (min-width: 0px) and (max-width: 550px) 

{


.img_right tr td {
width:100%;
margin-right:0%;
}	

.img_left tr td {
width:100%;
margin-right:0%;
}	

 ul.lista_icon li {
    width: 100%;
  }



  .boxgaleria .ramka2::before {
    width: 10%;
  }

  .boxgaleria .ramka2::after {
    width: 10%;
  }

  .wpisy .wpis {
    margin: 4% 4%;
    width: 92%;
    position: relative;
  }
	
	
	  .tresc h4 {
    font-size: 20px;
    line-height: 34px;
    max-width: 90%;
  }
	
	footer .ramka .box2 strong {
  color: #CFAE86;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

}

	
	@media screen and (min-width: 0px) and (max-width: 510px) 

{
	
	
	

	
	
	

  .boxgaleria .ramka2::before {
    width: 11%;
  }

  .boxgaleria .ramka2::after {
    width: 11%;
  }

	
	  .tresc-kontakt ul li {
    padding: 20px 20px;
    margin: 1%;
    width: 98%;
    font-size: 18px;
    line-height: 30px;
  }
	
	.przycisk2 {
  font-size: 12px;
}

.boxgaleria .ramka strong {
  color: #CFAE86;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}


.boxgaleria .ramka a {
  float: right;
  width: 100%;
  text-align: center;
}


}

	
	@media screen and (min-width: 0px) and (max-width: 480px) 



{
	
.boxopinie .responsive2 .box .boxramka {
    line-height: 20px;
  }
	
	
  footer .ramka .box2 {
    width: 100%;
	padding:20px !important;
  }
	
  footer .ramka .box {
    width: 100%;
	padding:20px !important;
  }
	
	
.boxwydarzenia .responsive .box .boxramka2 .txt {
padding-left:40px;
padding-right:40px;
}	
	
	
	.slick-next {
	right:0px !important;	
	}	
	
	.slick-prev {
	left:0px !important;	
	}	
	
.boxwydarzenia .responsive {
	padding-left: 0%;
  padding-right: 0%;
}
	
	.boxwydarzenia .responsive .box .boxramka {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
	}
	
.boxwydarzenia .responsive .box .boxramka2 {
	margin-left: 0%;
}	
	
	
	
	footer .ramka .box {
	width:100%;	
	}	
	
	

  .boxgaleria .ramka2::before {
    width: 12%;
  }

  .boxgaleria .ramka2::after {
    width: 12%;
  }

}

#addCls {
cursor:pointer;	
}	

#removeCls {
	cursor:pointer;	
}	

.boxwyjatkowemiejsce .ramka2 .txt a {
	color:#F9F0DD;
	text-decoration:underline;
}	



.boxwyjatkowemiejsce .ramka2 .txt a:hover {
	color:white;
}	

.szczegoly2 .img_szczegoly img:hover {
	 filter: brightness(70%);
}	


	@media screen and (min-width: 0px) and (max-width: 400px) 

{
	
	header .top .social { display:none;}
}	


footer .przycisk {
	padding-left:10px;
	padding-right:10px;
}	

.glowna10nadrzedna .img_right {
display:none !important;	
}	
