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




#nabidka-loc,
#cenik-loc,
#obcerstveni-loc,
#fotogalerie-loc
{
	float: left;
	width: 100%;
}





/* 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: -100px center;
}

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



.imgs
{
	float: left;
	width: 100%;
}

.imgs img
{
	width: 33.33%;
	float: left;
	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);
}











#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("zbistro.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("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;
}









@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: 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;
	}
}
