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








#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("skoleni.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::after
{
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
}

/*
#top .img.n2
{
	background-image: url("wellness-topbg.jpg");
	z-index: -2;
}

#top .img.n3
{
	background-image: url("wellness-topbg.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;
	min-height: 500px;
}

#top .inner > div .vctr
{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#top h1
{
	margin-bottom: 90px;
}

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

#top.tip h1
{
	float: none;
}

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





#why0
{
	float: left;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 150px;
}

#why
{
	float: left;
	width: 100%;
	padding-top: 170px;
	padding-bottom: 65px;
}

#why0 .inner > h2
{
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 80px;
}

#why0 .inner > h2 a
{
	color: inherit;
	text-decoration: none;
}

#why0 .inner > h2 a:hover
{
	border-bottom: 4px solid black;
}

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

#why0 .inner > p
{
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	color: #8c8c8c;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#why0 .inner > p:first-of-type
{
	margin-bottom: 70px;
}

#why0 .inner > p a
{
	color: inherit;
}

#why0 .inner > p a:hover
{
	color: #5b5368;
}

#why0 table
{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #8c8c8c;
	border-collapse: collapse;
	font-size: 20px;
	margin-bottom: 140px;
}

#why0 table td
{
	text-align: center;
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
}

#why0 table th
{
	font-family: regr, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 20px;
	border: 1px solid #8c8c8c;
	background-color: #f7ede4;
	color: #747474;
}

#why0 table th a
{
	color: inherit;
	text-decoration: none;
}

#why0 table th a:hover
{
	color: #5b5368;
}

#why0 table tr th:first-of-type
{
	text-align: left;
}

#why0 table tr:first-of-type th:nth-of-type(2)
{
	background-image: url("recepce.svg");
	background-repeat: no-repeat;
	background-position: center 45px;
	padding-bottom: 50px;
}

#why0 table tr:first-of-type th:nth-of-type(3)
{
	background-image: url("kino.svg");
	background-repeat: no-repeat;
	background-position: center 45px;
	padding-bottom: 50px;
}

#why0 table tr:first-of-type th:nth-of-type(4)
{
	background-image: url("skola.svg");
	background-repeat: no-repeat;
	background-position: center 45px;
	padding-bottom: 50px;
}

#why0 .ul
{
	text-align: center;
}

#why0 ul
{
	font-size: 20px;
	color: #8c8c8c;
	margin-top: 30px;
	margin-bottom: 140px;
	display: inline-block;
	text-align: left;
}

#why0 .inner > div.imgs
{
	text-align: center;
	position: relative;
	padding-bottom: 120px;
}

#why0 .inner > div.imgs img
{
	max-width: 100%;
}

#why0 .inner > div.imgs img:nth-of-type(2)
{
	position: absolute;
	left: 80%;
	top: 350px;
}




@media screen and (max-width: 1440px)
{
	#why0 .inner > div.imgs
	{
		width: 50%;
		text-align: center;
		margin-left: 25%;
	}

	#why0 .inner > div.imgs img:nth-of-type(2)
	{
		left: 80%;
		top: 150px;
		width: 45%;
	}
}




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








@media screen and (max-width: 1000px)
{
	#top h1
	{
		text-align: center;
		width: 100%;
		margin-bottom: 60px;
	}
	
	#top .vctr
	{
		text-align: center;
	}
	
	#top .inner a.book
	{
		display: inline-block;
		float: none;
		margin-top: 30px;
	}
	
	#top .inner p
	{
		text-align: center;
		width: 100%;
	}
}




@media screen and (max-width: 1106px)
{
	.img figure
	{
		width: 100%;
	}
}





@media screen and (max-width: 1070px)
{
	body
	{
		padding-top: 62px;
	}
	
	#top
	{
		margin-top: -62px;
	}
	
	#top .inner > div
	{
		padding-top: 62px;
	}
/*	
	#top .padd
	{
		padding-top: 62px;
	}
	*/
	#top .img
	{
		height: calc(100% - 62px);
	}
}




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




@media screen and (max-width: 810px)
{
	#why0 .inner > div.imgs img:nth-of-type(2)
	{
		top: 70px;
	}

	#why0 .inner > div.imgs
	{
		padding-bottom: 0px;
	}

	#why0 .inner ul
	{
		margin-bottom: 70px;
	}
}

@media screen and (max-width: 780px)
{
	#why0 .inner > div.imgs
	{
		width: 100%;
		margin-left: 0;
	}

	#why0 .inner > div.imgs img:nth-of-type(2)
	{
		top: 45vw;
		right: 10%;
		left: auto;
	}

	#why0 .inner > div.imgs
	{
		padding-bottom: 23vw;
	}
}


@media screen and (max-width: 610px)
{
	#why0 table td,
	#why0 table th
	{
		padding: 10px;
	}
}



@media screen and (max-width: 520px)
{
	#why0 table td,
	#why0 table th
	{
		padding: 5px;
	}
}


@media screen and (max-width: 450px)
{
	#top h1
	{
		font-size: 30px;
		margin-bottom: 30px;
	}

	#top .inner > div
	{
		min-height: 500px;
	}
	
	#top .inner p
	{
		font-size: 12px;
		line-height: 1.5em;
	}

	#why0
	{
		padding-top: 70px;
	}

	#why0 .inner > h2::after
	{
		margin-top: 36px;
	}

	#why0 .inner > h2
	{
		margin-bottom: 40px;
	}

	#why0 .inner > h2 a:hover
	{
		border-bottom: 2px solid black;
	}

	#why0 .inner > p,
	#why0 .inner ul,
	#why0 table
	{
		font-size: 12px;
		line-height: 1.5em;
	}

	#why0 table tr:first-of-type th
	{
		background-size: auto 18px;
	}

	#why0 table tr:first-of-type th:nth-of-type(4)
	{
		background-size: 35px;
	}

	#why0 table
	{
		margin-bottom: 70px;
	}

	#why0 .inner > div.imgs
	{
		padding-bottom: 10vw;
	}
}
