@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;
	}
}
.chk{	font-size: 16px;	color: #5b5368;	display: inline-block;	display: flex;	align-items: center;}a.chk:hover{	color: #5b5368;}.chk::before{	content:"";	width: 30px;	height: 30px;	float: left;	border: 1px solid black;	margin-right: 18.75px;}.chk.sel::before{	background-image: url("check-bk.svg");	background-repeat: no-repeat;	background-position: center;	background-size: 20px;}#cookies{	position: fixed;	left: 50%;	top: 50%;	z-index: 500;	background-color: white;	background-image: url("logo2.svg");	background-repeat: no-repeat;	background-position: center 43px;	background-size: 200px;	box-shadow: 0px 3px 6px #00000029;	color: black;	text-align: center;	padding: 118px 75px;	padding-bottom: 34px;	line-height: 1.5em;	width: 600px;		-moz-transform: translateX(-50%) translateY(-50%);	-webkit-transform: translateX(-50%) translateY(-50%);	-o-transform: translateX(-50%) translateY(-50%);	-ms-transform: translateX(-50%) translateY(-50%);	transform: translateX(-50%) translateY(-50%);}#cookies .close{	background-image: url("close.svg");	width: 20px;	height: 20px;	background-size: 100%;	background-repeat: no-repeat;	right: 21px;	top: 17px;	position: absolute;}#cookies p{	max-width: 550px;}#cookies > div:not(.ctas){	margin-top: 1em;}#cookies > div:not(.ctas) a{	text-decoration: underline;	color: #5b5368;}#cookies > div:not(.ctas) a:hover{}#cookies .ctas{	padding-top: 32px;	display: flex;	gap: 10px;	justify-content: center;}#cookies .cta{	background-color: white;	color: black;	border: 1px solid black;	width: 200px;	height: 48px;	text-decoration: none;	display: flex;	align-items: center;	justify-content: center;	font-size: 16px;}#cookies .cta:hover{	background-color: black;	color: white;	border: 1px solid black;}#csbg{	width: 100%;	height: 100%;	position: fixed;	left: 0px;	top: 0px;	background-color: rgba(0,0,0,0.5);	z-index: 1001;	display: none;}#csettings{	display: none;	color: black;	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;	box-sizing: border-box;		position: fixed;	right: 50%;	bottom: 50%;	background-color: white;	box-shadow: 0px 3px 6px #00000029;/*	border-radius: 5px;*/	padding: 20px;	text-align: left;	max-height: calc(100vh - 20px);	width: 90%;	max-width: 800px;	overflow-y: auto;	font-size: 12px;	line-height: 1.4em;	z-index: 1002;	max-height: calc(100vh - 50px);		-moz-transform: translateX(50%) translateY(50%);	-webkit-transform: translateX(50%) translateY(50%);	-o-transform: translateX(50%) translateY(50%);	-ms-transform: translateX(50%) translateY(50%);	transform: translateX(50%) translateY(50%);}#csettings > div::after{	content: "";	width: 100%;	display: block;	clear: both;}#csettings h2{	margin: 0px;	padding: 0px;	margin-bottom: 1em;}#csettings h3{	padding: 0px;	margin: 0px;	float: left;}#csettings h3 strong{	font-weight: normal;	color: #5b5368;}#csettings p{	margin: 0px;	padding: 0px;	margin-bottom: 1em;	clear: both;	line-height: 1.5em;}#csettings > p{	margin-bottom: 2em;}#csettings > div{	border: 1px solid #c5c5c3;/*	border-radius: 5px;*/	padding: 20px;	margin-bottom: 10px;}#csettings > div p{	margin-top: 1.5em;	float: left;	width: 100%;}#csettings > div div.t{	display: flex;	justify-content: space-between;	gap: 16px;	flex-wrap: wrap;}#csettings table{	width: 100%;	font-size: 12px;	border-collapse: collapse;}#csettings th{	text-align: left;	border-bottom: 1px solid #c5c5c3;	padding: 5px;}#csettings td{	padding: 5px;}#csettings a.agree,#csettings a.agreeselected{	font-size: 16px;	background-color: white;	border: 1px solid black;	color: black;/*	border-radius: 5px;*/	width: 200px;	height: 48px;	text-decoration: none;	float: left;	display: flex;	align-items: center;	justify-content: center;}#csettings a.agree{	float: right;}#csettings a.agree:hover,#csettings a.agreeselected{	background-color: black;	color: white;}#csettings a.agreeselected:hover{	background-color: white;	color: black;}#csettings a.close{	position: absolute;	right: 20px;	top: 20px;	width: 20px;	height: 20px;	background-image: url("close.svg");	background-size: 100%;}@media screen and (max-width: 620px){	#cookies	{		width: calc(100% - 30px);		min-width: 0px;		padding: 20px;		padding-top:40px;		padding-bottom: 20px;		background-image: none;	}		#cookies p,	#cookies a	{		font-size: 12px;		line-height: 1.5em;	}		#cookies a	{		margin-top: 0.5em;	}		#cookies .close	{		right: auto;		left: 50%;		top: 10px;		width: 15px;		height: 15px;			-moz-transform: translateX(-50%);		-webkit-transform: translateX(-50%);		-o-transform: translateX(-50%);		-ms-transform: translateX(-50%);		transform: translateX(-50%); 	}		#cookies .ctas	{		padding-top: 20px;	}}@media screen and (max-width: 520px){	#csettings a.agree,	#csettings a.agreeselected	{		font-size: 12px;		width: 115px;	}}@media screen and (max-width: 430px){	#cookies .cta	{		font-size: 12px;	}}/* HEIGHT */@media screen and (max-height: 350px){	#cookies	{		bottom: auto;		top: 50%;				-moz-transform: translateX(-50%) translateY(-50%);		-webkit-transform: translateX(-50%) translateY(-50%);		-o-transform: translateX(-50%) translateY(-50%);		-ms-transform: translateX(-50%) translateY(-50%);		transform: translateX(-50%) translateY(-50%);	}}@media screen and (max-height: 350px){	#cookies	{		padding-top: 20px;		padding-bottom: 20px;		background-image: none;	}		#cookies p,	#cookies a	{		font-size: 12px;	}}@media screen and (max-height: 260px) and (max-width: 480px){	#cookies .close	{		display: none;	}}
#header #mmenu > ul > li:nth-of-type(1) > a{	border-bottom: 2px solid white;}#header #mmenu > ul > li:nth-of-type(1) ul li:last-of-type a{	color: #5b5368;}#rf{	padding-bottom: 90px;	float: left;	width: 100%;}#rf h1.nadpis{	padding: 70px 30px;	position: relative;	text-align: center;	margin-bottom: 89px;}#rf h1.nadpis::after{	content: " ";	width: 185px;	height: 4px;	background-color: #f7ede4;	position: absolute;	left: 50%;	bottom: 0px;	margin-left: -93px;}#rf h2{	border-bottom: 3px solid #f7ede4;	clear: both;	float: left;	font-family: regsb,Arial,Helvetica,sans-serif;	font-size: 24px;	font-weight: normal;	margin-bottom: 44px;	padding-bottom: 9px;	padding-right: 4px;}.half{	float: left;	width: 473px;	clear: left;}.half:nth-of-type(2n){	float: right;	clear: right;}.half > div{	width: 100%;	float: left;	clear: left;	padding-bottom: 50px;}#rf form label{	float: left;	color: #999999;	font-size: 20px;	font-weight: normal;	margin-bottom: 19px;}#rf form input{	background-color: transparent;	border: 1px solid #999999;	clear: left;	color: #999999;	float: left;	font-family: regr,Arial,Helvetica,sans-serif;	font-size: 20px;	padding: 11px;	width: 100%;	-webkit-appearance: none;		-webkit-border-radius: 0px;	-moz-border-radius: 0px;	border-radius: 0px;}#rf form input.err{	background-color: #f7ede4;	color: #747474;}#rf form input::-webkit-input-placeholder {  color: inherit;  opacity: 0.5;}#rf form input::-moz-placeholder {  color: inherit;  opacity: 0.5;}#rf form input:-ms-input-placeholder {  color: inherit;  opacity: 0.5;}#rf form input:-moz-placeholder {  color: inherit;  opacity: 0.5;}#rf form option{	padding: 0px 11px;}#rf form > a,#rf form > .loader {	float: left;	border: 2px solid #5b5368;	clear: both;	color: #5b5368;	float: left;	font-size: 20px;	margin-top: 67px;	padding: 10px 40px;	text-decoration: none;	text-transform: uppercase;}#rf form > .loader{	display: none;}#rf form a.send:hover{	background-color: #5b5368;	color: white;}#rf .check{	float: left;	width: 50px;	height: 50px;	border: 1px solid #999;	clear: left;	background-image: url("check.svg");	background-repeat: no-repeat;	background-position: -500px -500px;}#rf .check.sel{	background-position: center center;}#rf .check.err{	background-color: #f7ede4;	color: #747474;}#rf .check.err.sel{	border: 1px solid #999999;	background-color: transparent;}#rf .roomsel > div{	float: left;	width: 100%;	padding-bottom: 10px;}#rf .roomsel > div h3{	color: #999;	font-weight: normal;	font-size: 20px;	line-height: 50px;	margin-left: 20px;	float: left;}#rf .roomsel > div input{	float: right;	width: 80px;	clear: none;	text-align: center;}#rf p{	float: left;	font-size: 20px;	color: #999;	margin-top: 1em;}#rf textarea{	width: 100%;	border: 1px solid #999;	height: 5em;	font-size: 20px;	font-family: regr,Arial,Helvetica,sans-serif;	color: #999;	padding: 11px;		-webkit-border-radius: 0px;	-moz-border-radius: 0px;	border-radius: 0px;}#rf p.err{	font-size: 14px;	clear: both;	line-height: 1.4em;	background-color: #f7ede4;	color: #747474;	margin: 0px;	padding: 2px 5px;	margin-bottom: 1em;}#rf .half.nletter div{	margin-top: 2em;	padding-bottom: 0px;}#rf .half.nletter p{	margin-top: 0px;}#rf .half.nletter div a{	color: #999;	font-weight: normal;	font-size: 20px;	line-height: 50px;	float: left;	text-decoration: none;	width: auto;	border: none;}#rf .half.nletter div a:hover{	text-decoration: underline;}#rf .half.nletter div a::before{	float: left;	width: 50px;	height: 50px;	margin-right: 20px;	border: 1px solid #999;	clear: left;	background-image: url("check.svg");	background-repeat: no-repeat;	background-position: -500px -500px;	content: " ";}#rf .half.nletter div a.sel::before{	background-position: center center;}#rf .half.nletter div a.sel{	background-image: none;}@media screen and (max-width: 1070px){	body	{		padding-top: 62px;	}}@media screen and (max-width: 1015px){	.half,	.half:nth-of-type(2n)	{		width: 100%;		float: none;		margin-left: auto;		margin-right: auto;		max-width: 473px;		text-align: center;	}		#rf h2	{		float: none;		display: inline-block;	}		#rf form a.send	{		margin-left: auto;		margin-right: auto;		display: block;		float: none;		clear: both;		width: 276px;		padding-left: 0px;		padding-right: 0px;		text-align: center;	}		#rf p	{		float: none;	}		#rf p.err	{		text-align: left;	}}@media screen and (max-width: 450px){	#rf h1.nadpis	{		padding-bottom: 35px;		padding-left: 20px;		padding-right: 20px;	}		#rf p,	#rf form label,	#rf p.err,	#rf .roomsel > div h3,	#rf form input,	#rf form a.send,	#rf textarea	{		font-size: 12px;	}		#rf textarea	{		height: 100px;	}		#rf .roomsel > div input	{		height: 40px;	}		#rf .check	{		width: 40px;		height: 40px;	}		#rf form label	{		margin-bottom: 10px;	}		#rf .roomsel > div h3	{		margin-left: 10px;		line-height: 40px;	}		#rf	{		padding-bottom: 45px;	}		.half > div	{		padding-bottom: 25px;	}}
#header ul{	font-size: 13px;}#header ul > li{	padding-top: 2px;}#header ul ul{	font-size: 14px;}#nletter h2{	font-size: 24px;}#footer{	padding-bottom: 70px;}@media screen and (max-width: 750px){	#langs,	#header.scroll #langs	{		right: 12px;	}}@media screen and (max-width: 490px){	#langs,	#header.scroll #langs	{		right: 0px;	}}@media screen and (max-width: 450px){	#nletter h2	{		font-size: 16px;		line-height: 1.7em;	}}