#header #mmenu > ul > li:nth-of-type(4) > a
{
	border-bottom: 2px solid white;
}






/* slider container */
.imgs {
	/* required */
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	
	width: 100%;
	height: 707px;
}

/* slider */
.imgs .slider {
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
.imgs .slider .slide {
	/* required */
	float: left;

	width: 33.33%;
	height: 707px;
}

.imgs .slider .slide img
{
	float: left;
	width: 100%;
}

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

.scon > a
{
	display: block;
	width: 66px;
	height: 80px;
	background-image: url("arrowleft.svg");
	background-repeat: no-repeat;
	background-position: 35px center;
	background-size: auto 21px;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	margin-top: -40px;
}

.scon > a:last-of-type
{
	left: auto;
	right: 0px;
	background-image: url("arrowrt.svg");
	background-position: left center;
}

.scon > a:hover
{
	background-position: -93px center;
}

.scon > a:last-of-type:hover
{
	background-position: -128px center;
}







#top
{
	float: left;
	width: 100%;
	color: white;
	background-color: black;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: -129px;
	min-height: 100vh;
}
/*
#top .padd
{
	position: absolute;
	padding-top: 129px;
	height: 100%;
	width: 100%;
}
*/
#top .img
{
	background-image: url("bg_conf.jpg");
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: calc(100% - 129px);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	outline: 0px solid transparent;
	
	-webkit-transition: -webkit-transform 30s linear;
	-moz-transition: -moz-transform 30s linear;
	-ms-transition: -ms-transform 30s linear;
	-o-transition: -o-transform 30s linear;
	transition: transform 30s linear;
}
/*
#top .img.n2
{
	background-image: url("bg_conf.jpg");
	z-index: -2;
}

#top .img.n3
{
	background-image: url("bg_conf.jpg");
	z-index: -2;
}
*/
#top .img.trans
{
	-webkit-transform: scale(1.5,1.5);
	-moz-transform: scale(1.5,1.5);
	-ms-transform: scale(1.5,1.5);
	-o-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
}

#top .inner
{
	z-index: 1;
	position: relative;
}

#top .inner > div
{
	display: table;
	width: 100%;
	height: 100vh;
	float: left;
	padding-top: 129px;
}

#top .inner > div .vctr
{
	display: table-cell;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 150px;
}

#top h1
{
	margin-bottom: 90px;
	float: left;
	max-width: 485px;
}

#top p
{
	font-size: 24px;
	line-height: 32px;
	text-align: justify;
	clear: both;
}

#top > a
{
	font-family: regsb, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 24px;
	border: 2px solid white;
	color: white;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	line-height: 82px;
	position: absolute;
	left: 50%;
	bottom: 11.7%;
	width: 362px;
	z-index: 1;
	
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}

#top a:hover
{
	background-color: white;
	color: black;
	mix-blend-mode: lighten;
}

#top.tip h1
{
	float: none;
}

#top.tip .inner a
{
	margin-left: 30px;
	margin-bottom: 30px;
}






#video
{
	float: left;
	width: 100%;
	min-height: 500px;
	height: 50vh;
/*	margin-bottom: 60px;*/
}








.konf
{
	float: left;
	width: 100%;
	padding-top: 140px;
}

.konf h2,
.wedd h2
{
	font-size: 48px;
	font-family: regr, Arial, Helvetica, sans-serif;
	width: 50%;
	float: left;
}

.wedd h2
{
	padding-right: 22px;
}

.konf .k1
{
	float: right;
	width: 50%;
	padding-left: 20px;
}

.konf figure img
{
	width: 100%;
	display: block;
}

.konf .inner > div
{
	float: left;
	width: 48%;
}

.konf h2
{
	width: 100%;
}

.konf h3,
.wedd h3
{
	letter-spacing: 0.06em;
	font-weight: normal;
	font-family: regsb, Arial, Helvetica, sans-serif;
	font-size: 24px;
	max-width: 450px;
	margin-top: 30px;
	float: left;
}

.wedd h3
{
	max-width: none;
}



.konf2
{
	float: left;
	width: 100%;
	padding-bottom: 140px;
	margin-top: -150px;
}

.konf2 figure img
{
	width: 100%;
	display: block;
}

.konf2 .k1
{
	float: left;
	width: calc(50% + 20px);
	min-height: calc(50vw * 0.647);
	position: relative;
	margin-top: -80px;
}

.konf2 .k1 figure
{
	float: right;
}

.konf2 .k1 p
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 500px;
	margin-right: 74px;
	font-size: 20px;
	line-height: 1.7em;
	color: #929292;
}

.konf2 .k1 img
{
	float: right;
	width: 574px;
}

.konf2 .k2
{
	float: left;
	width: 400px;
}

.konf2 a
{
	display: inline-block;
	margin-top: 226px;
	clear: both;
	display: block;
}





.wedd
{
	float: left;
	width: 100%;
	padding-top: 140px;
}

.wedd h2
{
	float: right;
	width: 50%;
}

.wedd > div
{
	float: left;
	max-width: 700px;
}

.wedd p,
.konf p
{
	float: left;
	width: 100%;
	clear: right;
	font-size: 20px;
	color: #929292;
	line-height: 1.7em;
	margin-bottom: 1em;
}

.wedd p a,
.konf p a
{
	color: inherit;
}

.wedd p a:hover,
.konf p a:hover
{
	color: black;
	text-decoration: none;
}

.wedd p:first-of-type,
.konf p:first-of-type
{
	margin-top: 60px;
}

.wedd p strong,
.konf p strong
{
	font-weight: 100;
	color: black;
}

.wedd .k1
{
	float: left;
	width: 50%;
	padding-right: 35px;
}

.wedd .k1 img
{
	width: 100%;
	display: block;
}






.wedd2
{
	float: left;
	margin-top: -173px;
	width: 100%;
	text-align: center;
	padding-bottom: 135px;
}

.wedd2 figure img
{
	width: 100%;
	display: block;
}

.wedd2 .k1,
.wedd2 .k2
{
	max-width: 519px;
	display: inline-block;
	vertical-align: top;
}

.wedd2 .k2
{
	max-width: 589px;
}





.wedd2.second
{
	margin-top: -180px;	
}

.wedd2.second .k1
{
	margin-right: 588px;
}

.wedd.second > div
{
	max-width: 400px;
}





#why
{
	float: left;
	width: 100%;
	padding-bottom: 120px;
	background-color: #f7f7f7;
	padding-top: 100px;
}

#why .nadpis
{
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 80px;
}

#why .nadpis:after
{
	content: " ";
	background-color: #f7ede4;
	width: 185px;
	height: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 67px;
}

#why .inner > p
{
	font-size: 20px;
	line-height: 1.7em;
	color: #929292;
	margin-bottom: 60px;
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}


#why .b div
{
	float: left;
	width: 21.6%;
	text-align: center;
	margin-right: 50px;
	border: 1px solid #999999;
	min-height: 375px;
	margin-bottom: 51px;
	background-repeat: no-repeat;
	position: relative;
}

#why .b div.active:hover,
#why .b div.active.on
{
	background-color: #5b5368;
	color: white;
	cursor: pointer;
}

#why .b div:nth-of-type(4n)
{
	margin-right: 0px;
}

#why .b div h3
{
	font-size: 32px;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-family: regsb, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 193px;
}

#why .b div a
{
	text-transform: uppercase;
	color: #7f7f7f;
	margin-top: 65px;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 54px;
}

#why .b div.active:hover a,
#why .b div.active:hover p,
#why .b div.active.on a,
#why .b div.active.on p
{
	color: white;
}

#why .b div
{
	background-image: url("sun.svg"), url("sun2.svg");
	background-position: center 40px, -1000px -1000px;
	background-size: 107px;
}

#why .b div:nth-of-type(2)
{
	background-image: url("heart.svg"), url("heart2.svg");
	background-position: center 50px, -1000px -1000px;
	background-size: auto 80px;
}

#why .b div:nth-of-type(3)
{
	background-image: url("hudba.svg"), url("hudba2.svg");
	background-position: center 50px, -1000px -1000px;
	background-size: auto 80px;
}

#why .b div:last-of-type
{
	background-image: url("bed.svg"), url("bed2.svg");
	background-position: center 50px, -1000px -1000px;
	background-size: auto 80px;
}

#why .b div:hover,
#why .b div.on
{
	background-image: url("sun2.svg");
}

#why .b div:nth-of-type(2):hover,
#why .b div.on:nth-of-type(2)
{
	background-image: url("heart2.svg");
}

#why .b div:nth-of-type(3):hover,
#why .b div.on:nth-of-type(3)
{
	background-image: url("hudba2.svg");
}

#why .b div:last-of-type:hover,
#why .b div.on:last-of-type
{
	background-image: url("bed2.svg");
}


#why .c div
{
	text-align: center;
}

#why .c h3
{
	font-size: 24px;
	font-weight: normal;
	color: #5b5368;
	text-decoration: underline;
	margin-bottom: 1.4em;
}

#why .c
{
	clear: left;
	padding-top: 30px;
}

#why .c > div
{
	display: none;
	margin-bottom: 100px;
}

#why .c p
{
	font-size: 20px;
	color: #7f7f7f;
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#why .c p a
{
	color: inherit;
}





#fg .inner
{
	width: 100%;
}

#fg .nadpis
{
	text-align: center;
	margin-bottom: 60px;
}

#fg .nadpis:after
{
	content: " ";
	background-color: #f7ede4;
	width: 185px;
	height: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 67px;
}

#fg .cta
{
	margin: 100px 0px;
}

#fg .scon
{
	margin-bottom: 100px;
}





.konf.second
{
	background-color: #f7f7f7;
}

.konf.second ul
{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 1.7em;
	color: #919191;
	margin-bottom: 1.5em;
}

.konf.second ul li
{
	display: block;
	background-image: url("dot.svg");
	background-repeat: no-repeat;
	background-position: left 0.8em;
	padding-left: 35px;
}

.konf2.second
{
	margin-top: -220px;
	padding-bottom: 0px;
}

.konf2.second .k1
{
	min-height: 750px;
}

.konf2.second .k1 img
{
	object-fit: cover;
}


.wedd p a
{
	color: #5b5368;
}

.wedd p a:hover
{
	text-decoration: none;
}

.wedd.third
{
	padding-top: 0px;
	margin-top: -200px;
}

.wedd2.third
{
	margin-top: -100px;
}

.wedd2.third .k1
{
	max-width: 750px;
}





body > a.cta,
#why .cta,
#fg .cta
{
	font-size: 25px;
	line-height: 1.7em;
	font-family: regsb, Arial, Helvetica, sans-serif;
	color: #5b5368;
	text-decoration: none;
	border: 2px solid #5b5368;
	line-height: 84px;
	display: block;
	width: 440px;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body > a.cta:hover,
#why .cta:hover,
#fg .cta:hover
{
	background-color: #5b5368;
	color: white;
}

body > a.cta.last
{
	margin-bottom: 120px;
}













#rezervace-loc h2
{
	margin-bottom: 89px;
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 54px;
	letter-spacing: 0.05em;
}

#rezervace-loc h2::after
{
	content: " ";
	width: 185px;
	height: 4px;
	background-color: #f7ede4;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -93px;
}

#rezervace-loc
{
	background-color: #f7f7f7;
	clear: both;
	padding-top: 80px;
	padding-bottom: 100px;
	float: left;
	width: 100%;
}

#rezervace-loc p
{
	float: left;
	width: 100%;
	clear: left;
	font-size: 20px;
	line-height: 1.4em;
	color: black;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 2em;
}

#rezervace-loc p:last-of-type
{
	margin-bottom: 0px;
}

#rezervace-loc p a
{
	color: inherit;
}



#rezervace-loc form
{
	width: 100%;
	float: left;
	padding-top: 60px;
}

#rezervace-loc form .upper > div,
#rezervace-loc form .lower > div
{
	padding-bottom: 50px;
	width: 473px;
}

#rezervace-loc form div > div:nth-of-type(2n+1)
{
	float: left;
	clear: left;
}

#rezervace-loc form div.upper > div:nth-of-type(2n),
#rezervace-loc form div.lower > div:nth-of-type(2n)
{
	float: right;
}

#rezervace-loc form .lower > div.termin > input:first-of-type
{
	width: 215px;
	float: none;
}

#rezervace-loc form div > div.termin div
{
	float: right;
}

#rezervace-loc form div > div.termin:last-of-type div
{
	float: left;
}

#rezervace-loc form div > div.termin div input
{
	width: 91px;
	float: none;
	-webkit-appearance: none;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#rezervace-loc form div > div.termin div input::-webkit-input-placeholder {  opacity: 1;}
#rezervace-loc form div > div.termin div input:-moz-placeholder {   opacity: 1;}
#rezervace-loc form div > div.termin div input::-moz-placeholder {   opacity: 1;}
#rezervace-loc form div > div.termin div input:-ms-input-placeholder {  opacity: 1;}

#rezervace-loc form div > div.termin div input:first-of-type
{
	margin-right: 10px;
}


#rezervace-loc form > div label
{
	font-size: 20px;
	color: #999999;
	float: left;
	width: 100%;
	margin-bottom: 19px;
}

#rezervace-loc form > div input,
#rezervace-loc form > div textarea
{
	width: 100%;
	float: left;
	clear: left;
	border: 1px solid #999999;
	background-color: transparent;
	font-family: regr, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	padding: 11px;
}

#rezervace-loc form > div textarea
{
	height: 185px;
}

#rezervace-loc h3.nadpis
{
	clear: both;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 90px;
}
/*
#rezervace-loc .chks
{
	float: left;
	width: 100%;
}

#rezervace-loc .chks > div
{
	float: left;
	width: 473px;
}

#rezervace-loc .chks > div:nth-of-type(2n)
{
	float: right;
}

#rezervace-loc .chks div h4
{
	font-weight: normal;
	font-size: 20px;
	color: #999999;
	margin-bottom: 34px;
}

#rezervace-loc .chks div div
{
	width: auto;
	clear: left;
}

#rezervace-loc .chks div div input
{
	float: left;
	width: auto;
	clear: none;
	margin-top: 6px;
	margin-right: 18px;
}

#rezervace-loc form .chks > div label
{
	width: auto;
	margin-bottom: 22px;
}

#rezervace-loc .chks > div:nth-of-type(3)
{
	clear: left;
	margin-top: 76px;
}

#rezervace-loc .chks > div.nletter
{
	clear: left;
	margin-top: 76px;
}

#rezervace-loc .chks > div.nletter p
{
	text-align: left;
	color: #999;
	margin-bottom: 1em;
}

#rezervace-loc .chks > div.req
{
	margin-top: 76px;
}

#rezervace-loc .chks > div.req textarea
{
	width: 100%;
	height: 204px;
	background-color: transparent;
	border: 1px solid #999999;
	font-family: regr, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	padding: 11px;
}
*/
#rezervace-loc form > a,
#rezervace-loc form > .loader
{
	float: left;
	clear: left;
	margin-top: 67px;
	border: 2px solid #5b5368;
	color: #5b5368;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

#rezervace-loc form > a:hover
{
	background-color: #5b5368;
	color: white;
}

#rezervace-loc form > .loader
{
	padding: 0px;
	width: 170px;
	height: 48px;
	background-color: #5b5368;
	background-image: url("loader3.gif");
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#rezervace-loc form > p
{
	float: left;
	width: 100%;
	text-align: left;
	color: #999999;
	margin-top: 67px;
	line-height: 1.4em;
	text-align: justify;
}



/*
#rezervace-loc .nletter div
{
	margin-top: 1em;
}

#rezervace-loc .nletter div a
{
	color: #999;
	font-weight: normal;
	font-size: 20px;
	line-height: 50px;
	float: left;
	text-decoration: none;
}

#rezervace-loc .nletter div a:hover
{
	text-decoration: underline;
}

#rezervace-loc .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: " ";
}

#rezervace-loc .nletter div a.sel::before
{
	background-position: center center;
}
*/

#rezervace-loc form .upper > div.eventtype,
#rezervace-loc form .upper > div.req
{
	padding-bottom: 0px;
}

#rezervace-loc .eventtype a
{
	float: left;
	color: #999;
	font-weight: normal;
	font-size: 20px;
	line-height: 50px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 20px;
}

#rezervace-loc .eventtype a.ot
{
	margin-top: 20px;
}

#rezervace-loc .eventtype a:last-of-type
{
	margin-bottom: 0px;
}

#rezervace-loc .eventtype a::before
{
	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;
	content: "";
	margin-right: 20px;
}

#rezervace-loc .eventtype a.sel::before
{
	background-position: center center;
}
/*
#rezervace-loc .svatba .chks
{
	width: 50%;
}

#rezervace-loc .svatba .chks > div.nletter
{
	margin-top: 0px;
}
*/






@media screen and (max-width: 2085px)
{
	.wedd2
	{
		margin-top: -100px;
	}
}






@media screen and (max-width: 1920px)
{
	.wedd2
	{
		margin-top: -50px;
	}
}




@media screen and (max-width: 1750px)
{
	.wedd2
	{
		margin-top: -150px;
	}
	
	.wedd2 .k2
	{
		max-width: 400px;
		margin-right: 190px;
		margin-top: 177px;
	}
	
	.wedd2.third .k2
	{
		max-width: 600px;
		margin-top: 0px;
		margin-right: 0px;
	}
}




@media screen and (max-width: 1650px)
{
	.wedd2.third
	{
		margin-top: -50px;
	}
}



/*
@media screen and (max-width: 1590px)
{
	.konf2 .k2 img
	{
		width: 775px;
		float: right;
	}
	
	.konf2 .k2
	{
		overflow: hidden;
	}
	
	.konf2 .k1 p
	{
		bottom: auto;
		top: 412px;
	}
}
*/




@media screen and (max-width: 1500px)
{
	.wedd2.second
	{
		margin-top: -280px;
	}
	
	
	.wedd2.third
	{
		margin-top: 0px;
	}
}




@media screen and (max-width: 1480px)
{
	.wedd > div
	{
		width: 47%;
		max-width: none;
	}
}



@media screen and (max-width: 1350px)
{
	.wedd2.third .k1
	{
		max-width: 500px;
		float: left;
		margin-top: -80px;
		margin-left: 50px;
	}
	
	.wedd2.third .k2
	{
		float: left;
		max-width: 500px;
	}
}




@media screen and (max-width: 1330px)
{
	.imgs .slider .slide
	{
		width: 50%;
	}
}







@media screen and (max-width: 1230px)
{
	.wedd2
	{
		margin-top: -180px;
	}
}




@media screen and (max-width: 1200px)
{
	.wedd2.second
	{
		margin-top: -340px;
	}
}






@media screen and (max-width: 1150px)
{/*
	.konf .k1
	{
		display: none;
	}
	*/
	.konf h2
	{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.konf2 .k1,
	.konf2 .k2
	{
		width: 50%;
	}
	
	.konf2 .k1 p
	{
		width: calc(100% - 100px);
	}
	
	.konf2
	{
		padding-bottom: 100px;
	}
	
	.wedd2
	{
		padding-bottom: 100px;
	}
	
	#fg .inner
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	
	
	.konf .inner > div
	{
		width: 47%;
	}
	
	.konf
	{
		padding-top: 70px;
	}
	
	.konf p:first-of-type
	{
		margin-top: 0px;
	}
	
	.konf2
	{
		margin-top: 0px;
	}
	
	
	#why .b div
	{
		width: calc((100% - 56px * 3) / 4);
	}
	
	
	.konf2.second
	{
		margin-top: -100px;
	}
	
	
	.wedd2.third .k2
	{
		margin-top: 50px;
	}
	
	.wedd2.third .k1
	{
		margin-left: 0px;
	}
	
	.wedd2.third
	{
		margin-top: -20px;
	}
}






@media screen and (max-width: 1108px)
{
	.wedd2
	{
		margin-top: -350px;
	}

	.wedd2 .k1
	{
		max-width: 300px;
	}
	
	.wedd2 .k2
	{
		max-width: 250px;
		margin-top: 350px;
		margin-left: -80px;
	}
}







@media screen and (max-width: 1070px)
{
	#top
	{
		margin-top: -62px;
	}

	#top .img
	{
		height: calc(100% - 62px);
	}
	
		
	#top .inner > div
	{
		padding-top: 62px;
	}
	
	#top .inner a,
	#top.tip .inner a
	{
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		margin-bottom: 30px;
	}
	
	#top.tip .inner > div .vctr
	{
		position: relative;
		padding-bottom: 110px;
	}
	
	#top.tip .inner a
	{
		position: absolute;
		left: 50%;
		bottom: 0px;
		margin-left: -109px;
	}
	
	
	#top .inner > div > p
	{
		width: 100%;
		clear: both;
	}
	
	#why .nadpis
	{
		margin-bottom: 40px;
	}
	
	#why .nadpis::after,
	#fg .nadpis::after
	{
		margin-top: 36px;
	}
	
	#why
	{
		padding-top: 65px;
	}
	
	
	
	.konf2.second .k1
	{
		float: right;
		margin-right: 25%;
		min-height: 700px;
	}
	
	.konf2.second
	{
		margin-top: 0px;
	}
	
	
}






@media screen and (max-width: 1040px)
{
	.wedd,
	.konf
	{
		padding-top: 100px;
	}

	.wedd2
	{
		margin-top: 30px;
	}
	
	.wedd2
	{
		background-image: url("svatby-1.jpg");
		background-size: 50%;
		background-position: 90% top;
		background-repeat: no-repeat;
	}
	
	.wedd .k1
	{
		display: none;
	}
	
	.wedd2 .k2
	{
		margin-top: 250px;
	}
	
	.wedd > div
	{
		width: 100%;
	}
	
	.wedd h2,
	.wedd p
	{
		float: left;
		width: 100%;
		padding-left: 22px;
		padding-right: 22px;
	}
	
	
	.wedd.second > div
	{
		max-width: none;
	}
	
	.wedd2.second
	{
		margin-top: 60px;
		padding-bottom: 250px;
	}
	
	#why
	{
		padding-bottom: 65px;
	}
	
	.wedd.second
	{
		position: relative;
	}
	
	.wedd.second .k1
	{
		display: block;
		position: absolute;
		bottom: -150%;
		left: 30%;
	}
	
	.wedd.second h3
	{
		padding: 0px 22px;
	}
	
	
	
	.wedd2.third,
	.wedd2.third .k1
	{
		margin-top: 20px;
		background-image: none;
	}
	
	.wedd2.third .k1,
	.wedd2.third .k2
	{
		width: 50%;
	}
}





@media screen and (max-width: 1015px)
{

	#rezervace-loc form div.upper > div:nth-of-type(2n),
	#rezervace-loc form div.lower > div:nth-of-type(2n),
	#rezervace-loc .chks > div:nth-of-type(2n)
	{
		float: none;
		clear: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#rezervace-loc form div > div:nth-of-type(2n+1)
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#rezervace-loc form > div label,
	#rezervace-loc form > div input
	{
		float: none;
		display: block;
	}
	
	#rezervace-loc .chks > div,
	#rezervace-loc .chks > div:nth-of-type(3)
	{
		margin-bottom: 45px;
		margin-top: 0px;
	}
	
	#rezervace-loc form .lower > div.termin > input:first-of-type
	{
		 float: left;
	}
	
	#rezervace-loc form div > div.termin div input
	{
		float: left;
		clear: none;
	}
	
	#rezervace-loc form div > div.termin div
	{
		clear: none;
	}
	
	#rezervace-loc form > a,
	#rezervace-loc form > .loader
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 291px;
		height: 50px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
		clear: both;
		margin-top: 250px;
	}
	
	#rezervace-loc .chks
	{
		float: none;
	}
	
	#rezervace-loc form > .loader
	{
		display: none;
	}
	
	#rezervace-loc form > p
	{
		float: none;
		position: absolute;
		left: 50%;
		width: 70%;
		margin-left: -35%;
		bottom: 0px;
		text-align: center;
	}
	
	#rezervace-loc form
	{
		position: relative;
		padding-bottom: 80px;
	}
	
	#rezervace-loc .chks > div.nletter
	{
		margin-top: 0px;
		clear: both;
	}
/*	
	#rezervace-loc .nletter div a
	{
		float: none;
	}
	
	#rezervace-loc .eventtype
	{
		margin-bottom: 100px;
	}
*/	
	#rezervace-loc .svatba .chks
	{
		width: 100%;
	}
/*	
	#rezervace-loc .svatba .chks > div.nletter
	{
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}
*/	
	#rezervace-loc .kfi
	{
		clear: left;
	}
	
	#rezervace-loc .inner > p
	{
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	#rezervace-loc form .upper > div.req
	{
		margin-top: 250px;
	}
	
	#rezervace-loc form > p
	{
		bottom: -50px;
	}
}




@media screen and (max-width: 1000px)
{
	#why .b
	{
		width: 530px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#why .b div:nth-of-type(2n)
	{
		margin-right: 0px;
	}
	
	#why .b div
	{
		width: calc((100% - 56px) / 2);
		min-height: 320px;
	}
	
	#why .b div h3
	{
		margin-top: 170px;
	}
	
	#why .b div a
	{
		margin-top: 0px;
		bottom: 30px;
	}
	
	
	
	.wedd.second .k1
	{
		bottom: -135%;
	}
	
	.wedd2.second
	{
		padding-bottom: 200px;
	}
}




@media screen and (max-width: 930px)
{
	.wedd2.second .k1
	{
		margin-right: 50%;
	}
}



@media screen and (max-width: 910px)
{
	.konf .inner > div
	{
		width: 100%;
	}
	
	.konf h3, .wedd h3
	{
		max-width: none;
		margin-top: 0px;
	}
	
	.konf .k1
	{
		margin-top: 50px;
		position: relative;
		z-index: 10;
	}
	
	.konf figure img
	{
		height: 400px;
		object-fit: cover;
	}
	
	.konf2 .k1 img
	{
		width: 400px;
		height: 500px;
	}
	
	.konf2 .k1 img
	{
		object-fit: cover;
	}
	
	.konf2
	{
		margin-top: -100px;
	}
	
	
	
	.konf2.second
	{
		margin-top: -250px;
	}
	
	.konf2.second .k1
	{
		float: left;
		margin-right: 0px;
		min-height: 750px;
	}
	
	.konf.second figure img
	{
		object-position: center bottom;
	}
}





@media screen and (max-width: 897px)
{
	.wedd.second .k1
	{
		bottom: -120%;
		left: 35%;
	}
}




@media screen and (max-width: 880px)
{
	.imgs .slider .slide
	{
		width: 100%;
	}
}




@media screen and (max-width: 800px)
{
	.konf h2,
	.wedd h2
	{
		font-size: 40px;
	}
	
	.konf
	{
		padding-top: 70px;
	}
	
	.konf2 .k1 p
	{
		font-size: 18px;
		margin-right: 30px;
		width: calc(100% - 56px);
	}
	
	.konf2 .k2 img
	{
		margin-right: -100px;
	}
	
	.konf2
	{
		padding-bottom: 130px;
	}
	
	.wedd p
	{
		margin-top: 10px;
	}
	
	
	.konf.second .k1
	{
		margin-top: 0px;
	}
}



@media screen and (max-width: 740px)
{
	.konf2.second .k1
	{
		margin-left: 10%;
	}
}



@media screen and (max-width: 625px)
{
	.wedd.second .k1
	{
		bottom: -90%;
	}
	
	.wedd2.second
	{
		padding-bottom: 100px;
	}
}



@media screen and (max-width: 580px)
{
	.konf h2,
	.wedd h2
	{
		font-size: 30px;
	}
	
	.konf2 .k1 p
	{
		margin: 0px;
		padding: 0px;
		font-size: 16px;
		width: 100%;
		position: static;
		padding-left: 22px;
		padding-right: 22px;
		margin-top: 20px;
		float: left;
	}
	
	.wedd p,
	.konf p,
	.konf.second ul
	{
		font-size: 16px;
	}
	
	body > a.cta.last
	{
		margin-bottom: 70px;
	}
	
	.wedd2
	{
		padding-bottom: 50px;
	}
	
	.wedd
	{
		padding-top: 60px;
	}
	
	.wedd p:first-of-type
	{
		margin-top: 40px;
	}
	
	.konf h3,
	.wedd h3
	{
		font-size: 18px;
	}
}





@media screen and (max-width: 670px)
{
	.wedd2 .k2
	{
		margin-right: 50px;
	}
	
	.wedd2
	{
		background-position: right top;
	}
}



@media screen and (max-width: 574px)
{
	#why .b
	{
		width: 237px;
	}
	
	#why .b div
	{
		margin-right: 0px;
		width: 100%;
	}
	
	#why .b div
	{
		background-size: 80px;
	}
	
	#why .b div:nth-of-type(2),
	#why .b div:nth-of-type(3),
	#why .b div:last-of-type
	{
		background-size: auto 64px;
	}
	
	#why .b div h3
	{
		margin-top: 150px;
	}
	
	
	
	.wedd.second .k1
	{
		bottom: -120%;
	}
	
	
	
	#rezervace-loc form > p
	{
		bottom: -50px;
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
	
	#rezervace-loc
	{
		padding-bottom: 130px;
	}
}




@media screen and (max-width: 550px)
{
	#top h1
	{
		font-size: 40px;
		text-align: center;
	}
	
	#top p
	{
		font-size: 20px;
		text-align: center;
	}
	
	
	.wedd2 .k1
	{
		max-width: 45%;
	}
	
	.wedd2 .k2
	{
		margin-top: 160px;
		margin-right: 0px;
		margin-left: 0px;
		max-width: 45%;
	}
}







@media screen and (max-width: 517px)
{
	#rezervace-loc form
	{
		padding-bottom: 80px;
	}
	
	#rezervace-loc form .upper > div,
	#rezervace-loc form .lower > div,
	#rezervace-loc .chks > div
	{
		width: 100%;
	}

	
	
	.konf2 .k2
	{
		display: none;
	}
	
	.konf2 .k1
	{
		width: 100%;
		margin-top: 0px;
	}
	
	.konf2 .k1
	{
		display: flex;
		flex-direction: column;
	}
	
	.konf2 .k1 figure
	{
		order:2;
	}
	
	.konf2 .k1 p
	{
		order:1;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	.konf2 .k1 img
	{
		width: 100%;
	}
	
	.konf h2
	{
		margin-bottom: 20px;
	}
	
	.konf2
	{
		padding-bottom: 50px;
	}
	
	
	body > a.cta
	{
		width: calc(100% - 44px);
	}
	
	
	.konf figure img
	{
		height: 300px;
	}
	
	
	
	.wedd.second .k1
	{
		bottom: -355px;
		left: 50%;
	}
	
	
	.konf2.second .k1
	{
		margin-left: 0px;
		width: 70%;
		min-height: 550px;
	}
	
	.konf2.second .k1 img
	{
		height: 300px;
		object-position: 70% center;
	}
	
	.konf.second .k1
	{
		margin-right: -22px;
	}
}




@media screen and (max-width: 484px)
{
	#why .cta
	{
		width: 362px;
	}
}





@media screen and (max-width: 470px)
{
	#rezervace-loc .eventtype a:nth-of-type(2)
	{
		margin-right: 0px;
	}
	
	#rezervace-loc .eventtype a:last-of-type
	{
		clear: left;
	}
}






@media screen and (max-width: 463px)
{
	#rezervace-loc form div > div.termin div
	{
		float: left;
		clear: both;
		margin-top: 10px;
	}
/*	
	#rezervace-loc form div > div.termin
	{
		padding-bottom: 160px;
	}
*/	
	#rezervace-loc form div.lower > div:nth-of-type(2n)
	{
		clear: both;
		float: left;
	}
	
	#rezervace-loc form div.lower > div:nth-of-type(4)
	{
		padding-bottom: 45px;
	}
	
	#rezervace-loc form > p
	{
		bottom: -40px;
	}
	
	
	
	body > a.cta
	{
		font-size: 20px;
	}
}










@media screen and (max-width: 450px)
{
	#top .inner > div p,
	#rezervace-loc p
	{
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#why .inner > p,
	#why .c p
	{
		font-size: 16px;
	}
	
	#top .inner a
	{
		font-size: 13px;
		width: 190px;
		height: 48px;
		line-height: 48px;
		padding-top: 0px;
	}

	#top
	{
		height: 480px;
		min-height: 0px;
		padding-bottom: 0px;
	}
	
	#top h1
	{
		margin-bottom: 30px;
		font-size: 30px;
	}
	
	#top .inner > div
	{
		height: 400px;
	}
	
	#top.tip .inner > div,
	#top.tip
	{
		height: auto;
	}
	
	#top.tip .inner a
	{
		margin-left: -95px;
	}
	
	#top .inner > div .vctr
	{
		padding-bottom: 50px;
	}
	
	#top > a,
	#why .cta,
	#fg .cta
	{
		width: 220px;
		height: 60px;
		font-size: 16px;
		line-height: 60px;
	}
	
	#fg .scon
	{
		margin-bottom: 60px;
	}
	
	
	#why
	{
		padding-bottom: 60px;
	}
	
	#fg .cta
	{
		margin-bottom: 60px;
	}
	
	#why .c > div
	{
		margin-bottom: 60px;
	}
	
	#why .c
	{
		padding-top: 0px;
	}
	
	
	
	body > .nabidka h2
	{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	body > .nabidka h3
	{
		font-size: 15px;
	}
	
	#rezervace-loc h2
	{
		padding-bottom: 28px;
		margin-bottom: 50px;
	}
	
	
	body > .nabidka
	{
		padding-bottom: 40px;
	}
	
	#rezervace-loc
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	
	

	
	
	
	#rezervace-loc form > div label
	{
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	#rezervace-loc .eventtype a
	{
		font-size: 12px;
		margin-right: 25px;
	}
	
	#rezervace-loc form > div input
	{
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#rezervace-loc form .upper > div,
	#rezervace-loc form .lower > div
	{
		padding-bottom: 40px;
	}
	
	#rezervace-loc form
	{
		padding-top: 30px;
	}
	
	#rezervace-loc h3.nadpis
	{
		padding-top: 30px;
		padding-bottom: 50px;
	}
/*	
	#rezervace-loc form div > div.termin
	{
		padding-bottom: 130px;
	}
*/	
	#rezervace-loc .chks div h4
	{
		clear: both;
		font-size: 12px;
	}
	
	#rezervace-loc .chks div div input
	{
		margin-top: 1px;
	}
	
	#rezervace-loc .chks > div.req
	{
		margin-top: 35px;
	}
	
	#rezervace-loc .chks div h4
	{
		margin-bottom: 17px;
	}
	
	#rezervace-loc form > a,
	#rezervace-loc form > .loader
	{
		margin-top: 220px;
		width: 276px;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
	}
	
	#rezervace-loc form > .loader
	{
		height: 40px;
	}
	
	#rezervace-loc form > p
	{
		bottom: 0px;
	}
	
	#rezervace-loc form
	{
		padding-bottom: 80px;
	}
	
	

	
	
	
	#rezervace-loc .nletter div a::before
	{
		width: 40px;
		height: 40px;
	}
	
	#rezervace-loc .nletter div a::before
	{
		margin-right: 10px;
	}
	
	#rezervace-loc .nletter div a
	{
		font-size: 12px;
		line-height: 40px;
	}
	
	#rezervace-loc .nletter div
	{
		padding-bottom: 0px;
	}
	
	
	
	body > a.cta
	{
		font-size: 16px;
		line-height: 60px;
	}
	
	
	
	
	
	
	.wedd.second .k1
	{
		bottom: -320px;
		left: 45%;
	}

}











@media screen and (max-width: 370px)
{
	.wedd2::before
	{
		display: block;
		content: "";
		width: 100%;
		height: 60vw;
		margin-bottom: 20px;
		background-image: url("svatby-1.jpg");
		background-size: cover;
		background-position: center;
	}

	.wedd2 .k1,
	.wedd2 .k2
	{
		width: 100%;
		display: block;
		max-width: none;
	}
	
	.wedd2 .k2
	{
		margin-top: 20px;
	}
	
	
	.wedd.second .k1
	{
		bottom: -120vw;
		left: 10%;
		width: 80%;
		padding-right: 0px;
	}
	
	
	.wedd2.third::before
	{
		background-image: url("sv-villa.jpg");
	}
	
}





/*



@media screen and (max-width: 340px)
{
	#rezervace-loc .eventtype a:nth-of-type(2)
	{
		clear: left;
		margin-top: 20px;
	}
	
	#rezervace-loc .eventtype a:last-of-type
	{
		clear: left;
		margin-bottom: 20px;
	}
	
	#rezervace-loc .kfi,
	#rezervace-loc form > div label
	{
		clear: left;
		float: left;
		width: 100%;
	}
}


*/




/* HEIGHT */

@media screen and (max-height: 700px)
{
	#top > a
	{
		bottom: 7%;
	}
}



@media screen and (max-height: 780px)
{
	#video
	{
		min-height: 400px;
	}
}


@media screen and (max-height: 680px)
{
	#video
	{
		min-height: 300px;
	}
}