body{

margin-top:-20px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

body,  footer, header, menu,  {
		
font-family: Lato, Helvetica, sans-serif;
line-height: 1.4;
color: #05364d;

}

html {
  scroll-behavior: smooth;
}
table {
text-align: left;
padding: 10px;
margin-top: 30px;
margin-bottom: 30px;
}
td {
text-align: left;
border: 1px solid;
padding: 30px;
margin-top: 30px;
}
	
.container {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 1200px ;
	}

article, footer, header, menu,  section {
		display: block;
	}
	
.wrapper1 {
	margin:0px;
	background-image: url("../img/bgd.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	height:848px;
	text-align: center;			
}


.rezerwacja{ 
	text-align: left;
	position: absolute;
	top: 660px;	
	width: 50%;
	font-style: italic;
}
.rezerwacja h4{
	font-size: 40px;
	padding:0px;
}
.rezerwacja h5{
	font-size: 60px;
	padding:0px;
}  

.wrapper2 {
	height:318px;
	font-size: 18px;
	font-family: Lato, Helvetica, sans-serif;

	background-color: #f7f7f7;
	text-align: center;
			
}
.wrapper2rodo {
	
	font-size: 18px;
	font-family: Lato, Helvetica, sans-serif;
	background-color: #f7f7f7;
	text-align: center;
			
}
.wrapper3 {
	height:647px;
	font-size: 18px;
	font-family: Lato, Helvetica, sans-serif;
	background-image: url("../img/bgd3.jpg");
	background-position: center top;
	background-repeat: repeat-x;
background-color: #05364d;
	text-align: left;
}

.left {
	width:50%;
	float:left;
}
.right {
	width:46%;
	float:right;
	text-align: left;
	color: #ffffff;
	padding-top: 120px;
	padding-left: 30px;
	padding-right: 10px;
	
}
.wrapper4 {
	margin:0;
	padding-bottom: 60px;
	font-size: 18px;
	text-align: center;
	font-family: Lato, Helvetica, sans-serif;
	background: #ffffff url("../img/bgd4.jpg") left bottom repeat-x;
			
}
.wrapper5 {
	margin:0;
	height:150px;
	background-image: url("../img/bgd5.jpg") ;
	background-color: #700426;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top:50px;
	font-size: 18px;
	text-align: center;
	font-family: Lato, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: light;
			
}
.wrapper6 {
	margin:0;
	height:474px;
	background-image: url("../img/bgd6.jpg") ;
	background-color: #05364d;
	background-position: center top;
	background-repeat: repeat-x;
	text-align: left;
			
}



a {
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #ffffff;
	
	font-family: Lato, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #ffba3b;
}

a img {
	border: 0;
}

b, strong {
	font-weight: 600;
	color: #ffba3b;
}

h2 {
	color: #730528;
	font-size: 36px;
	font-family: Lato, Helvetica, sans-serif;
	margin:0;
	padding-top:50px;
	padding-bottom:30px;
	}
h3 {
	color: #ffba3b;
	font-size: 36px;
	font-family: Lato, Helvetica, sans-serif;	
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
	}
h4 {
	color: #ffffff;
	font-size: 36px;
	font-family: Lato, Helvetica, sans-serif;
	margin:0;		
	padding-bottom:10px;
	}
h5 {
	color: #ffba3b;
	font-size: 55px;
	font-family: Lato, Helvetica, sans-serif;
	margin:0;		
	padding-bottom:10px;
	padding-top:10px;		
	}

#logo {
	display: block;
	margin:0;
	width:239px;
	padding:0;
	float:left;
	text-decoration: none;
	position:relative;		
}

/* MENU */	

menu a {
  text-decoration: none;
}

menu {
  padding: 0px;
  background-color: none;
  height: 156px;
  display: flex;
  justify-content: space-between;
}



ul {
font-size: 18px;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-right: 20px;
}

ul a {
  color: #ffffff;
}

ul li {
  padding: 0px;
  margin-right: 25px;
}

ul li:hover {
color: #ffba3b;
}

td ul {

  list-style-type: circle;

}
td ul a {
  text-decoration: none;
}
td ul li:hover {
color: #05364d;
}
td ul li {

   float:left;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 60px;
  height: 10px;
  background-color: white;
  margin: 13px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  	opacity: 0;
}

.open .bar3 {
  	-webkit-transform: rotate(45deg) translate(-6px, -8px);
  	transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: flex-start;
}

.mobile-menu {
	padding-top: 80px;
	display: none;
	position: absolute;
  	top: 0px;
  	left: 0px;
  	height: 900px;
  	width: 95%;
	background-color: #05364d;
	font-size:48px;
}

.mobile-menu li {
  margin-bottom: 100px;
}




/* GALERIA */

/* gallery specific CSS */

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; /* arbitrary valye */
  margin: 0px auto;
}
.-fx-gal-item {
  width: 20%; /* for 3 columns */
  margin: 15px;
  overflow: hidden;
  border-radius: 15px;
}
.-fx-gal-item img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.3s ease;
}
.-fx-gal-item:hover img {
  width: 100%;
  cursor: pointer;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);

  transform: scale(1.2);
  transition: all 0.5s ease;

}

.-fx-gal-image-thumb img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.-fx-gal-image-thumb:hover img {
  width: 100%;
  cursor: pointer;
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);

  transform: scale(1.2);
  transition: all 0.5s ease;
}

.-fx-gal-image-thumb:focus + .-fx-gal-image-big {
  display: block;
}

.-fx-gal-image-big {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(5, 10, 15, 0.8);
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s ease;
}

.-fx-gal-image-big img {
  max-width: 90vw;
  position: absolute;
  box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}





/* kontakt */

.mapa {
float:right;
width:780px;	
height:474px;
}
.mapa3 {
display: none;	
}

.clip-polygon {
clip-path: polygon(1% 100%, 3% 34%, 4% 27%, 5% 23%, 6% 20%, 7% 18%, 8% 16%, 9% 15%, 11% 13%, 15% 11%, 25% 9%, 68% 2%, 75% 1%, 78% 1%,  83% 2%, 86% 4%, 88% 7%, 89% 9%, 90% 12%, 91% 16%, 92% 25%, 94% 47%, 99% 100%);
}



.dane {
padding-top:50px;
float:left;
width:220px;	
height:380px;
text-align: left;
font-size: 18px;
font-family: Lato, Helvetica, sans-serif;
color: #ffffff;
font-weight: 600;
margin:0px;
}

.dane a {
	color: #ffffff;
	text-decoration:none;
}
.dane a:hover {
	color: #ffba3b;
	text-decoration:none;
}

.footer { 
	margin-top:30px;
	width:100px;
	height:10px;
	font-size: 10px;
	font-family: Lato, Helvetica, sans-serif;
	color: #2a5f79;
	font-weight: 400;
	float: left;	
}


/*małe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe oknomałe okno */

@media (min-width: 990px) and (max-width: 1290px) {

.container {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100% ;
	}

ul {

  margin-right: 10px;
}
.rezerwacja{ 
	padding-left:20px;
}

.wrapper2 {
	min-height:318px;
	padding-left:20px;
	padding-right:20px;
}
.wrapper2rodo {
	min-height:318px;
	padding-left:20px;
	padding-right:20px;
}
.wrapper3 {
	min-height:666px;
	padding-right:20px;
	position: relative;
}
.wrapper6 {
	height:474px;
}

.left {
	width:48%;
	float:left;
padding-top:20px;
  position: absolute;
  bottom: 0;
}

.left img{
width:100%;

}

.right {
	width:46%;
	float:right;
	text-align: left;
	color: #ffffff;
	margin-bottom:20px;
	padding-top: 120px;
	padding-left: 30px;
	padding-right: 10px;
	
}

.mapa {
width:780px;	
height:474px;
float:right;	
}
.mapa3 {
display: none;	
}

.dane {
width:175px;	
padding-left:20px;
float:left;
text-align: left;
font-size: 16px;
}
.footer {
text-align: left;
}








}

/* komórkowo komórkowo komórkowo komórkowo komórkowo 
komórkowo komórkowo komórkowo komórkowo komórkowo komórkowo 
komórkowo komórkowo komórkowo komórkowo komórkowo */



@media all and (max-width: 990px) {

h2 {
	color: #730528;
	font-size: 54px;
	font-family: Lato, Helvetica, sans-serif;
	margin:0;
	padding-top:50px;
	padding-bottom:30px;
	}
h3 {
	color: #ffba3b;
	font-size: 54px;
	font-family: Lato, Helvetica, sans-serif;	
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
	}
h4 {
	color: #ffffff;
	font-size: 50px;
	font-family: Lato, Helvetica, sans-serif;
	margin:0;		
	padding-bottom:10px;
	}
h5 {
	color: #ffba3b;
	font-size: 77px;
	font-family: Lato, Helvetica, sans-serif;
	margin:0;		
	padding-bottom:10px;
	padding-top:10px;		
	}

.container {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100% ;
	}

table {
text-align: left;
padding: 10px;
margin-top: 30px;
margin-bottom: 30px;
width: 100% ;
}

td ul {
  list-style-type: circle;
font-size: 36px;
}

#nav {

	margin-right:20px;
}

menu nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
padding-right:80px;
padding-top:60px;
  }

.rezerwacja{ 
	padding-left:50px;
	width:80%;
}
.logo{ 
	padding-left:50px;
	padding-top:40px;
}
.rezerwacja h4{
font-size: 55px;

}
.rezerwacja h5{
font-size: 80px;

} 
.wrapper1 {
	
	background-image: url("../img/bgd2d.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	height:1320px;
				
}
.rezerwacja{ 
	text-align: left;
	position: absolute;
	top: 1060px;
}
.wrapper2 {
	height:1050px;
	padding-left:20px;
	padding-right:20px;
	font-size: 36px;
}
.wrapper2rodo {
	height:3300px;
	padding-left:20px;
	padding-right:20px;
	font-size: 36px;
}
.wrapper3 {
	margin:0px;
	padding:0px;
	height:1900px;
	position: relative;
	background-image: none;
	background-color: #05364d;
	font-size: 36px;
}


.left {
	width:90%;
	float:left;
	padding-top:20px;
   position: absolute;
  bottom: 0;
}

.left img{
width:100%;

}

.right {
	width:95%;
	float:left;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin-bottom:20px;
	padding-top: 20px;
   position: absolute;
  top: 0;	
}

.wrapper5 {
	margin:0;
	height:170px;

}
.wrapper6 {
	height:540px;
font-size: 32px;
position:relative;
}

.mapa {
display: none;	
}

.mapa3 {
display: block;	
float:right;
height:474px;
width:537px;
position:absolute;
    right:0;
    bottom:0;
}
.dane {
font-size: 24px;
width:50%;	
padding-left:50px;
float:left;
text-align: left;
}

.footer {
text-align: center;
}


.-fx-gal-item {
  width: 40%; /* for 2 columns */
  margin: 15px;
  overflow: hidden;
  border-radius: 15px;
}




}

/* to the top button */	
	
.cd-top {
border-radius: 15px 15px 0px 15px;
  display: inline-block;
  height:  60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ffba3b url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #ffba3b;
  opacity: 1;
}

@media (max-width: 768px) {
  .cd-top {
    height: 110px;
    width: 110px;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
