#header #mmenu > ul > li:nth-of-type(1) > 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("bg_pokoje.jpg");
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: calc(100% - 129px);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	
	-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_pokoje2.jpg");
	z-index: -2;
}

#top .img.n3
{
	background-image: url("bg_pokoje3.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
{
	position: relative;
	width: 100%;
	float: left;
	margin-top: 35vh;
}

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

#top p
{
	font-size: 20px;
	line-height: 28px;
	text-align: justify;
}

#top .matrace
{
	width: 139px;
	margin-top: 68px;
	margin-bottom: 30px;
}








/* 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%;
	outline: 0px solid transparent;
}

.imgs .slider .slide a img
{
	-webkit-transition: transform 100ms;
	-moz-transition: transform 100ms;
	-ms-transition: transform 100ms;
	-o-transition: transform 100ms;
	transition: transform 100ms;
}

.imgs .slider .slide a:hover img
{
	transform: scale(1.1,1.1);
}

.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;
}








.rtype
{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 34px;
}

#zimni-zahrada-loc
{
	padding-bottom: 0px;
}

.rtype h2
{
	float: left;
	margin-bottom: 70px;
	text-transform: lowercase;
}

.rtype h2 a
{
	color: inherit;
	text-decoration: none;
}

.rtype h2 a:hover
{
	color: #878787;
}

.rtype .rt
{
	float: right;
	margin-top: 7px;
}
/*
.rtype .rt a:first-of-type
{
	width: 58px;
	height: 58px;
	background-image: url("foto-icon.svg");
	float: left;
	background-size:100%;
	margin-right: 28px;
	margin-top: -2px;
}
*/
.rtype .rt div,
.rtype .rt a:last-of-type
{
	float: left;
	border: 1px solid #878787;
	color: #878787;
	font-size: 20px;
	text-align: center;
	width: 217px;
	letter-spacing: 0px;
/*	padding-top: 10px;
	padding-bottom: 10px;*/
	line-height: 51px;
	margin-right: 25px;
}

.rtype .rt a:last-of-type
{
	border: 1px solid #5b5368;
	color: #5b5368;
	text-transform: uppercase;
	margin-right: 0px;
	text-decoration: none;
}

.rtype .rt a:last-of-type:hover
{
	background-color: #5b5368;
	color: white;
}

.rtype p
{
	float: left;
	width: 100%;
	clear: left;
	font-size: 20px;
	line-height: 1.4em;
	color: #919191;
	text-indent: 37px;
	text-align: justify;
	margin-bottom: 50px;
}

.rtype .inner
{
	clear: both;
}

.rtype ul,
#ondemand ul
{
	margin-top: 50px;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 34px;
	color: #919191;
}

.rtype ul
{
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
}

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






#ondemand
{
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding-top: 63px;
	padding-bottom: 80px ;
}

#ondemand h2
{
	font-weight: normal;
	font-size: 48px;
	text-transform: lowercase;
	letter-spacing: 0.04em;
} 




@media screen and (max-width: 822px) and (max-height: 810px)
{
	#top .inner > div
	{
		margin-top: 35vh;
	}
}


@media screen and (max-width: 822px) and (max-height: 600px)
{
	#top
	{
		height: 100vh;
		min-height: 730px;
	}
	
	#top .inner > div
	{
		margin-top: 150px;
	}
}





@media screen and (min-width: 823px) and (max-height: 500px)
{
	#top
	{
		min-height: 500px;
		padding-bottom: 30px;
	}
	
	#top .inner > div
	{
		margin-top: 200px;
	}
}







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




@media screen and (max-width: 840px)
{
	.rtype .rt
	{
		float: left;
		clear: left;
		margin-bottom: 50px;
		margin-top: 0px;
	}
	
	.rtype h2
	{
		margin-bottom: 20px;
	}
	
	.rtype .rt a:first-of-type
	{
		float: right;
		margin-right: 0px;
		margin-left: 28px;
	}
}





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






@media screen and (max-width: 822px)
{
	#top h1
	{
		text-align: center;
	}
	
	#top .inner > div > p
	{
		width: 100%;
		clear: both;
	}
	
	#top .matrace
	{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}





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


@media screen and (max-width: 735px)
{
	.rtype ul
	{
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	
	.rtype
	{
		padding-bottom: 0px;
	}
	
	#zimni-zahrada-loc
	{
		padding-bottom: 34px;
	}
	
	#ondemand
	{
		margin-top: 40px;
	}
}





@media screen and (max-width: 540px)
{
	.rtype .rt
	{
		width: 310px;
	}

	.rtype .rt div
	{
		margin-right: 0px;
	}
	
	.rtype .rt a:last-of-type
	{
		float: left;
		clear: left;
		margin-top: 20px;
		margin-left: 0px;
	}
}






@media screen and (max-width: 450px)
{
	#top .inner > div > p
	{
		font-size: 12px;
		line-height: 1.5em;
	}
	
	#top .matrace
	{
		width: 100px;
		margin-top: 20px;
	}
	
	#top
	{
		height: 460px;
		min-height: 0px;
		padding-bottom: 0px;
	}
	
	#top .inner > div
	{
		margin-top: 120px;
	}
	
	#top h1
	{
		margin-bottom: 50px;
	}
	
	.rtype
	{
		padding-top: 40px;
	}
	
	.rtype .rt
	{
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}
	
	.rtype .rt div,
	.rtype .rt a:last-of-type
	{
		font-size: 12px;
		width: 48%;
		clear: none;
		float: left;
		margin-top: 0px;
	}
	
	.rtype .rt div
	{
		margin-right: 4%;
	}
/*	
	.rtype .rt a:first-of-type
	{
		float: left;
		position: absolute;
		top: -57px;
		right: 0px;
		margin-left: 0px;
		width: 40px;
		height: 40px;
	}
*/	
	.rtype p
	{
		font-size: 12px;
	}
	
	.rtype ul,
	#ondemand ul
	{
		font-size: 12px;
		line-height: 1.6em;
	}
	
	.rtype ul li, #ondemand ul li
	{
		padding-left: 15px;
		background-position: left 7px;
	}
	
	#ondemand h2
	{
		font-size: 30px;
	}
	
	#ondemand ul,
	.rtype ul
	{
		margin-top: 30px;
	}
	
	#ondemand
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}