@font-face
{
	font-family: regr;
	src: url('fonts/Regular-Regular.woff');
}

@font-face
{
	font-family: regsb;
	src: url('fonts/Regular-Semibold.woff');
}

@font-face
{
	font-family: regb;
	src: url('fonts/Regular-Extrabold.woff');
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: regr, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.03em;
	padding-top: 129px;
}

* hr,
.hide { display: none; }

a:active { outline: none; }
:focus { outline-style: none; }



*, *:before, *:after
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}



.leaflet-tile
{
	filter: grayscale(100%);
}



.nadpis
{
	font-family: regsb, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 0.04em;
}






#header
{
	background-color: black;
	color: white;
	min-height: 129px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
}

.inner
{
	width: 1108px;
	margin-left: auto;
	margin-right: auto;
}

#mmbutton
{
	display: none;
}


#header .inner > a
{
	width: 180px;
	height: 43px;
	background-image: url("logo.svg");
	background-size: 100%;
	float: left;
	background-repeat: no-repeat;
	margin-top: 42px;
}

#header ul
{
	font-size: 14px;
}

#mmenu > ul
{
	float: right;
	margin-right: 10px;
	padding-top: 53px;
}

#header ul > li
{
	float: left;
	display: inline;
	margin-right: 26px;
	position: relative;
}

#header ul > li a
{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 2px;
}

#header ul > li a:hover
{
	border-bottom: 2px solid white;
}


#header ul li ul,
#langs ul
{
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	left: -29px;
	top: 76px;
	z-index: 2;
	padding-left: 29px;
	padding-top: 24px;
	padding-bottom: 24px;
	display: none;
	width: 220px;
}

#langs ul
{
	left: 0px;
	padding-left: 0px;
	padding-right: 29px;
	width: 110px;
}

#header ul li ul li,
#langs ul li
{
	margin-bottom: 0px;
	margin-right: 0px;
	clear: left;
	width: 100%;
}

#header ul li ul li:last-of-type
{
	margin-bottom: 0px;
}

#header ul li ul li a,
#langs ul li a
{
	padding-bottom: 0px;
	line-height: 32px;
	float: left;
	width: 100%;
}

#langs ul li a
{
	text-align: right;
}

#header ul li ul li a:hover,
#langs ul li a:hover
{
	border-bottom: none;
	color: #5b5368;
}


#langs
{
	float: right;
	margin-top: 49px;
	background-image: url("lang.svg");
	background-repeat: no-repeat;
	padding-left: 36px;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
}

#langs > a
{
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 16px;
	background-image: url("dropdown.svg");
	background-repeat: no-repeat;
	background-position: right center;
}

#langs > a:hover
{
	color: #5b5368;
}


#responsive
{
	display: none;
	width: 1000px;
}





#header.scroll
{
	min-height: 73px;
}

#header.scroll .inner > a
{
	margin-top: 20px;
/*	margin-top: 12px;
	height: 55px;
	background-size: auto 100%;
	width: 240px;*/
}

#header.scroll #mmenu > ul
{
	padding-top: 30px;
}

#header.scroll ul li ul,
#header.scroll #langs ul
{
	top: 43px;
}

#header.scroll #langs
{
	margin-top: 26px;
}








/*
#top
{
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40%;
}

#top .inner
{
	position: relative;
	max-height: 364px;
	min-height: 150px;
	height: 40vh;
}

#top h1
{
	font-weight: normal;
	font-size: 60px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -0.65em;
}
*/










#footer
{
	float: left;
	width: 100%;
	background-color: white;
	color: #787878;
	font-size: 18px;
	padding-top: 41px;
	padding-bottom: 50px;
}

#footer .inner
{
	position: relative;
}

#footer .inner:after
{
	content: " ";
	width: 249px;
	height: 59px;
	display: block;
	background-image: url("logo2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

#footer .inner div
{
	float: left;
}

#footer .inner div h2
{
	font-size: 24px;
	color: #595959;
	font-weight: normal;
	margin-bottom: 40px;
}

#footer .inner div h2:after
{
	content: " ";
	width: 68px;
	height: 2px;
	background-color: #f7ede4;
	display: block;
	margin-top: 26px;
}

#footer .inner div h2 a
{
	color: inherit;
	text-decoration: none;
}

#footer .inner div h2 a:hover
{
	color: #f7ede4;
}

#footer .inner div
{
	width: 251px;
}

#footer .inner > div:first-of-type
{
	margin-left: 355px;
}

#footer p
{
	line-height: 1.33em;
	letter-spacing: 0.06em;
}

#footer p a
{
	color: inherit;
	text-decoration: none;
}

#footer p a:hover
{
	text-decoration: underline;
}

#footer .inner div:nth-of-type(3) a
{
	width: 26px;
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	margin-right: 13px;
	background-size: 26px;
}

#footer .inner div:nth-of-type(3) a:first-of-type
{
	background-image: url("icon-fb.svg");
}

#footer .inner div:nth-of-type(3) a:nth-of-type(2)
{
	background-image: url("icon-ig.svg");
}

#footer .inner div:nth-of-type(3) a:hover
{
	background-position: 0px -26px;
}


#bookingwidget
{
	position: absolute;
	left: 0px;
	top: 100px;
}

#bookingwidget > div
{
	margin-top: 20px;
}


#footer .inner .vop
{
	font-size: 30px;
	font-family: regsb, Arial, Helvetica, sans-serif;
	color: #787878;
	text-decoration: none;
}

#footer .inner .vop:hover
{
	color: #f7ede4;
}

#footer .gdpr
{
	float: left;
	clear: left;
	color: inherit;
	text-decoration: none;
}

#footer .gdpr:hover
{
	text-decoration: underline;
}









#subfooter
{
	width: 100%;
	float: left;
	background-color: #f7ede4;
	color: #747474;
	font-size: 20px;
	padding-top: 23px;
	padding-bottom: 23px;
}

#subfooter .inner div:first-of-type
{
	float: left;
}

#subfooter .inner div:last-of-type
{
	float: right;
}

#subfooter a
{
	color: #747474;
}

#subfooter a:hover
{
	color: black;
}










#nletter
{
	width: 100%;
	float: left;
	background-color: #5b5368;
	padding-top: 81px;
	padding-bottom: 68px;
}

#nletter h2
{
	font-size: 21px;
	font-weight: normal;
	color: white;
	letter-spacing: 0.06em;
	float: left;
/*	padding-top: 15px;*/
	line-height: 58px;
}

#nletter form
{
	float: right;
}

#nletter form input
{
	border: 1px solid white;
	border-right: none;
	background-color: transparent;
	color: white;
	font-family: regsb, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 52px;
	background-image: url("plane2.svg");
	background-repeat: no-repeat;
	background-position: 12px 18px;
	background-size: 26px;
	padding-top: 17px;
	padding-bottom: 17px;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 58px;
	width: 232px;
}

#nletter form input::-moz-placeholder
{
	opacity: 1;
}

#nletter form input::-webkit-input-placeholder
{
	opacity: 1;
	color: white;
}

#nletter form a,
#nletter form .loader
{
	font-family: regsb, Arial, Helvetica, sans-serif;
	float: left;
	border: 1px solid white;
	font-size: 18px;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 17px;
	padding-bottom: 17px;
	width: 124px;
	height: 58px;
	text-align: center;
}

#nletter form a:hover
{
	color: #5b5368;
	background-color: white;
}

#nletter form .loader
{
	height: 58px;
	display: none;
	background-image: url("loader3.gif");
	background-repeat: no-repeat;
	background-position: center center;
}






#map-canvas
{
	width: 100%;
	height: 562px;
	float: left;
	background-color: white;
	position: relative;
	z-index: 0;
}



#test
{
	float: left;
	width: 100%;
	background-image: url("ref-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 150px;
	padding-bottom: 110px;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
}

#test p
{
	max-width: 1108px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-family: regr, Arial, Helvetica, sans-serif;
	margin-bottom: 105px;
	line-height: 1.4em;
}

#test p:last-of-type
{
	font-family: regsb, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}






#about-banner
{
	float: left;
	width: 100%;
	background-image: url("about-bg.jpg");
	background-size: cover;
	height: 565px;
	text-align: center;
	background-position: 65% 60%;
	position: relative;
	color: white;
	font-size: 60px;
	font-family: regsb, Arial, Helvetica, sans-serif;
	letter-spacing: 0.045em;
}

#about-banner:hover
{
	color: #f7ede4;
}

#about-banner span
{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	padding: 0px 22px;

	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}












@media screen and (max-width: 1150px)
{
	.inner
	{
		width: auto;
		padding-left: 22px;
		padding-right: 22px;
	}

	#footer .inner::after
	{
		display: none;
	}
	
	#footer .inner div,
	#footer .inner div:first-of-type,
	#footer .inner div:nth-of-type(2)
	{
		margin-left: 0px;
		width: 33.3%;
		padding-bottom: 20px;
	}
	
	

	#footer .inner
	{
		width: 100%;
	}
	
	
	#footer p,
	#footer .inner div h2
	{
		width: 100%;
	}
	
	#footer .inner div#bookingwidget
	{
		position: static;
		clear: both;
		margin-top: 24px;
		width: 100%;
		padding-bottom: 0px;
	}
	
/*	
	#footer .inner .vop
	{
		position: absolute;
		left: 0px;
		top: 240px;
	}
	
	#footer
	{
		padding-bottom: 330px;
	}
*/	
	
	
	#nletter
	{
		padding-top: 70px;
	}
	
	
	#nletter form
	{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 358px;
		margin-top: 30px;
	}
	
	#nletter h2
	{
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 0px;
		line-height: 1.5em;
		font-size: 24px;
	}
	
	
	
	
	
	body
	{
		padding-top: 62px;
	}

	#header
	{
		min-height: 62px;
	}
	
	#header.scroll
	{
		min-height: 62px;
	}
	
	#header.scroll .inner > a
	{
		margin-top: 10px;
	}

	#mmenu > ul
	{
		display: none;
	}
	
	#header .inner
	{
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#header .inner > a
	{
		display: inline-block;
		float: none;
		margin-top: 10px;
		width: 180px;
		background-size: 180px;
		position: relative;
	}
	
	#header .inner > a#mmbutton
	{
		background-image: url("menuicon.svg");
		background-size: 20px;
		background-repeat: no-repeat;
		display: inline;
		width: 62px;
		height: 62px;
		float: left;
		margin-top: 0px;
		background-position: center 26px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#header .inner > a#mmbutton:hover,
	#header.opened .inner > a#mmbutton
	{
		background-position: center -159px;
	}
	
	#header.opened::before
	{
		display: block;
		width: 100%;
		height: 62px;
		background-color: black;
		content: " ";
		z-index: -90;
		position: absolute;
	}
	
	#header.opened #mmenu
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		max-height: 100vh;
		overflow: auto;
		float: left;
		z-index: -100;
		padding-top: 62px;
	}
	
	#header.opened #mmenu > ul
	{
		float: left;
		width: 100%;
		background-color: rgba(0,0,0,0.8);
		padding-top: 24px;
		display: block;
	}
	
	#header.opened #mmenu > ul li
	{
		float: left;
		width: 33.33%;
		position: static;
		margin-right: 0px;
		padding-left: 22px;
		padding-right: 22px;
		text-align: left;
	}
	
	#header.opened #mmenu > ul > li:first-of-type
	{
		margin-bottom: 24px;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(4),
	#header.opened #mmenu > ul > li:nth-of-type(5),
	#header.opened #mmenu > ul > li:nth-of-type(6),
	#header.opened #mmenu > ul > li:nth-of-type(7)
	{
		margin-top: 24px;
	}
	
	#header.opened #mmenu > ul li > a
	{
		float: left;
		font-size: 20px;
	}
	
	#header.opened #mmenu > ul > li > a:hover
	{
		border-bottom: 2px solid white;
	}
	
	#header #mmenu > ul > li a
	{
		border-bottom: 2px solid transparent;
	}
	
	#header.opened #mmenu ul li ul
	{
		display: inline;
		position: static;
		float: left;
		clear: left;
		background-color: transparent;
		padding: 0px;
		padding-top: 24px;
	}
	
	#header.opened #mmenu > ul li ul li
	{
		padding-left: 0px;
		width: 100%;
		text-align: left;
	}
	
	#header.opened #mmenu > ul li ul li a
	{
		border: none;
		font-size: inherit;
	}
	
	#langs,
	#header.scroll #langs
	{
		right: 12px;
		margin-top: 0px;
		position: absolute;
		top: 18px;
		line-height: 1.4em;
	}
	
	#langs ul
	{
		top: 44px;
	}
	
	#langs ul a:hover
	{
		margin-bottom: 2px;
	}
	
	#responsive
	{
		display: none;
		width: 750px;
	}
}










@media screen and (max-width: 822px)
{
	#subfooter .inner div:first-of-type,
	#subfooter .inner div:last-of-type
	{
		float: none;
		text-align: center;
		line-height: 1.5em;
	}
	
	#about-banner
	{
		font-size: 30px;
	}
	
	#about-banner
	{
		height: 300px;
	}
}






@media screen and (max-width: 775px)
{
	#footer .inner div:first-of-type,
	#footer .inner div:nth-of-type(2)
	{
		width: 50%;
	}
	
	#footer .inner div:nth-of-type(3)
	{
		margin-top: 60px;
	}
	
	#footer .inner .vop
	{
		left: 0px;
		top: 240px;
	}
	
	#footer .inner div:nth-of-type(3)
	{
		clear: both;
	}
}








@media screen and (max-width: 650px)
{
	#header.opened #mmenu > ul > li
	{
		width: 50%;
		padding-bottom: 24px;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(1)
	{
		margin-bottom: 0px;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(4)
	{
		clear: left;
	}
	
	#header.opened #mmenu > ul > li:last-of-type
	{
		padding-bottom: 0px;
	}
	
	#header.opened #mmenu > ul
	{
		overflow: auto;
		padding-bottom: 24px;
	}
	
	#header.opened ul li ul
	{
		clear: left;
	}
	
	#header.opened #mmenu > ul li:last-of-type,
	#header.opened #mmenu > ul > li:nth-of-type(6)
	{
		margin-top: 0px;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(3)
	{
		clear: left;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(4)
	{
		clear: none;
	}
	
	#header.opened #mmenu > ul > li:last-of-type,
	#header.opened #mmenu > ul > li:nth-of-type(5),
	#header.opened #mmenu > ul > li:nth-of-type(4)
	{
		margin-top: 0px;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(5)
	{
		padding-bottom: 0px;
		clear: left;
	}
}










@media screen and (max-width: 600px)
{
	#footer
	{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	#footer .inner
	{
		width: 100%;
		padding-top: 30px;
	}
	
	#footer .inner > div:first-of-type,
	#footer .inner > div:nth-of-type(2),
	#footer .inner > div:nth-of-type(3)
	{
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}
	
	#footer .inner > div:first-of-type
	{
		margin-top: 20px;
	}
	
	#footer .inner > div:nth-of-type(3)
	{
		padding-bottom: 50px;
	}
	
	#footer .inner > div h2::after
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer .inner > div:nth-of-type(3) a
	{
		display: inline-block;
		float: none;
	}
	
	#footer .inner .vop
	{
		top: 25px;
		left: 50%;
		margin-left: -0.33em;
	}
/*	
	#footer #bookingwidget
	{
		position: static;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 160px;
		float: none;
	}*/
	
	#bookingwidget
	{
		text-align: center;
	}
	
	#footer .gdpr
	{
		display: inline;
		float: none;
	}
}
















@media screen and (max-width: 490px)
{
	#langs,
	#header.scroll #langs
	{
		padding: 0px;
		background-size: 22px;
		top: 0px;
		width: 62px;
		height: 62px;
		right: 0px;
		background-position: center center;
	}

	#langs > a span
	{
		display: none;
	}
	
	#langs > a
	{
		float: left;
		padding: 0px;
		background-image: none;
		width: 62px;
		height: 62px;
	}
	
	#langs ul,
	#header.scroll #langs ul
	{
		left: auto;
		right: 0px;
		top: 62px;
	}
}










@media screen and (max-width: 450px)
{
	.nadpis
	{
		font-size: 30px;
	}
	
	
	#nletter h2
	{
		font-size: 16px;
		line-height: 1.7em;
	}
	
	#nletter
	{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	#nletter form
	{
		width: 280px;
	}
	
	#nletter form input
	{
		font-size: 13px;
		height: 44px;
		background-size: 19px;
		background-position: 12px center;
		padding: 0px;
		padding-left: 40px;
		width: 184px;
	}
	
	#nletter form a, #nletter form .loader
	{
		font-size: 13px;
		height: 44px;
		width: 93px;
		line-height: 44px;
		padding: 0px;
	}
	
	
	
	
	#subfooter .inner div:first-of-type,
	#subfooter .inner div:last-of-type
	{
		font-size: 14px;
	}
	
	
	#test p
	{
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 50px;
	}
	
	#test
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	
	
	
	#about-banner
	{
		height: 260px;
	}
}







@media screen and (max-width: 400px)
{
	#header.opened #mmenu > ul > li
	{
		width: 100%;
	}
	
	#header.opened #mmenu > ul > li:nth-of-type(6)
	{
		margin-top: 24px;
	}
}