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



.imgs .slider .slide {
	float: left;
	width: 33.33%;
/*	height: 600px;*/
	overflow: hidden;
}

.imgs .slider .slide a
{
	width: 100%;
}

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




.tscon > a
{
	display: none;
}







#top
{
	float: left;
	width: 100%;
	color: white;
	background-color: black;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: -129px;
	min-height: 100vh;
}

#top .img
{
	background-image: url("bg_rest4.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_rest5.jpg");
	z-index: -2;
}

#top .img.n3
{
	background-image: url("bg_rest6.jpg");
	z-index: -2;
}

#top .img.n4
{
	background-image: url("bg_rest7.jpg");
	z-index: -2;
	background-position: center 33%;
}

#top .img.n5
{
	background-image: url("bg_rest8.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: absolute;
	top: calc((100% + 129px)/2);
	left: 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%);
}

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

.slide #top p
{
	font-size: 20px;
	line-height: 28px;
	text-align: justify;
	clear: both;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
}

#top .inner a
{
	float: right;
	font-size: 20px;
	border: 1px solid white;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 217px;
	letter-spacing: 0px;
	line-height: 51px;
}

#top .inner a:hover
{
	background-color: white;
	color: black;
}

#top.tip h1
{
	float: none;
}

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







#uvod
{
	float: left;
	width: 100%;
	padding-top: 100px;
}

#uvod h2
{
	margin-bottom: 57px;
	float: left;
	letter-spacing: 0.05em;
}

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

#uvod .nabidka a
{
	float: left;
	width: 332px;
	height: 326px;
	border: 1px solid #999999;
	margin-right: 56px;
	color: black;
	text-decoration: none;
	text-align: center;
	position: relative;
}

#uvod .nabidka a:nth-of-type(3)
{
	margin-right: 0px;
}

#uvod .nabidka a:nth-of-type(4),
#uvod .nabidka a:nth-of-type(5)
{
	margin-top: 40px;
}

#uvod .nabidka a span
{
	font-family: regsb, Arial, Helvetica, sans-serif;
	font-size: 32px;
	display: block;
}

#uvod .nabidka a span:first-of-type
{
	padding-left: 65px;
	padding-right: 65px;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	margin-top: 69px;
}

#uvod .nabidka a span:last-of-type
{
	font-size: 20px;
	font-family: regr, Arial, Helvetica, sans-serif;
	color: #919191;
	position: absolute;
	top: 202px;
	padding-left: 30px;
	padding-right: 30px;
}

/*
#uvod .nabidka a:first-of-type span:first-of-type
{
	margin-top: 89px;
}
*/

#uvod .nabidka a:hover,
#uvod .nabidka a.sel
{
	background-color: #5b5368;
	color: white;
}

#uvod .nabidka a:hover span:last-of-type,
#uvod .nabidka a.sel span:last-of-type
{
	color: white;
}

#uvod .nabidka > div
{
	float: left;
	width: 100%;
}

#uvod .nabidka > div:first-of-type
{
	margin-bottom: 50px;
}











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




#vr
{
	width: 100%;
	float: left;
	background-image: url("vr-rest.jpg");
	height: 565px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#vr a
{
	color: white;
	font-size: 32px;
	border: 2px solid white;
	text-transform: uppercase;
	text-decoration: none;
	font-family: regsb, Arial, Helvetica, sans-serif;
	margin-top: 242px;
	display: inline-block;
	padding: 25px;
	padding-top: 21px;
	padding-bottom: 21px;
}

#vr a:hover
{
	background-color: white;
	color: black;
}

#vr iframe
{
	border: none;
	display: none;
	height: 565px;
	width: 100%;
}












#jlistek-loc
{
	float: left;
	width: 100%;
	padding-top: 83px;
	padding-bottom: 43px;
}

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

#jlistek-loc h2:after,
#rezervace-loc h2:after
{
	content: " ";
	width: 279px;
	height: 3px;
	background-color: #f7ede4;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -140px;
}




/*
#jlistek-loc .tyden
{
	text-align: center;
	padding-bottom: 150px;
}

#jlistek-loc .tyden a
{
	display: inline-block;
	width: 74px;
	height: 74px;
	border: 2px solid #cdcdcd;
	font-family: regr, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 24px;
	text-decoration: none;
	line-height: 70px;
	margin-right: 44px;
}

#jlistek-loc .tyden a:last-of-type
{
	margin-right: 0px;
}

#jlistek-loc .tyden a:hover,
#jlistek-loc .tyden a.sel
{
	background-color: #a38644;
	color: white;
	border-color: #a38644;
}
*/



#skybar
{
	float: left;
	width: 100%;
	padding-top: 64px;
	padding-bottom: 80px;
}

#skybar h2
{
	margin-bottom: 35px;
}

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





#skybarimage
{
	float: left;
	width: 100%;
}

#skybarimage img
{
	float: left;
	width: 100%;
}




/*

.rt
{
	float: right;
	margin-top: 7px;
}

.rt a
{
	float: left;
	border: 1px solid #a38644;
	color: #a38644;
	font-size: 20px;
	text-align: center;
	width: 217px;
	letter-spacing: 0px;
	line-height: 51px;
	margin-right: 25px;
}

.rt a
{
	border: 1px solid #963d97;
	color: #963d97;
	text-transform: uppercase;
	margin-right: 0px;
	text-decoration: none;
}

.rt a:hover
{
	background-color: #963d97;
	color: white;
}
*/



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

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

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

#rezervace-loc p a
{
	color: #5b5368;
}



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

#rezervace-loc h3
{
	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;
}

#rezervace-loc .half
{
	float: left;
	width: 473px;
	clear: left;
}

#rezervace-loc .half:nth-of-type(2n)
{
	float: right;
	clear: right;
}

#rezervace-loc .half > div
{
	width: 100%;
	float: left;
	clear: left;
	padding-bottom: 50px;
}

#rezervace-loc form label
{
	float: left;
	color: #999999;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 19px;
}

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

#rezervace-loc form input.err
{
	background-color: #f7ede4;
}

#rezervace-loc form input::-webkit-input-placeholder {  color: inherit;  opacity: 0.5;}
#rezervace-loc form input::-moz-placeholder {  color: inherit;  opacity: 0.5;}
#rezervace-loc form input:-ms-input-placeholder {  color: inherit;  opacity: 0.5;}
#rezervace-loc form input:-moz-placeholder {  color: inherit;  opacity: 0.5;}

#rezervace-loc form option
{
	padding: 0px 11px;
}

#rezervace-loc textarea
{
	width: 100%;
	border: 1px solid #999;
	height: 7.5em;
	font-size: 20px;
	font-family: regr,Arial,Helvetica,sans-serif;
	color: #999;
	padding: 11px;
	background-color: transparent;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#rezervace-loc p.err
{
	font-size: 14px;
	clear: both;
	line-height: 1.4em;
	background-color: #f7ede4;
	color: #747474;
	margin: 0px;
	padding: 2px 5px;
	margin-bottom: 1em;
}


#rezervace-loc form > a,
#rezervace-loc form > .loader {
	float: left;
	border: 2px solid #5b5368;
	clear: both;
	color: #5b5368;
	font-size: 20px;
	margin-top: 0px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

#rezervace-loc form > .loader
{
	display: none;
}

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

#rezervace-loc .datetime input
{
	width: 48%;
}

#rezervace-loc .datetime input:last-of-type
{
	float: right;
	clear: none;
}

#rezervace-loc form p
{
	text-align: left;
	margin-top: 1em;
	float: left;
}

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

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

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

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

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



#n-degustacni-menu p.note
{
	margin-top: 50px;
	clear: both;
	font-size: 20px;
	color: #8c8c8c;
	line-height: 1.4em;
	padding-bottom: 50px;
}







#news
{
	background-color: #f7f7f7;
}








#n-snidane,
#n-napojovy-listek,
#n-vinny-listek,
#n-degustacni-menu,
#jlistek-loc
{
	display: none;
}










@media screen and (max-width: 1310px)
{
	#top .inner
	{
		width: calc(100% - 200px);
	}
}








@media screen and (max-width: 1150px)
{
	#uvod .nabidka
	{
		width: 100%;
	}
	
	#uvod .nabidka a
	{
		width: 30%;
		margin-right: 5%;
	}
	
	#uvod .nabidka a span:first-of-type
	{
		padding-left: 30px;
		padding-right: 30px;
	}
}



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





@media screen and (max-width: 920px)
{
	#uvod .nabidka a span
	{
		font-size: 28px;
	}
	
	#uvod .nabidka a
	{
		height: 220px;
	}
	
	#uvod .nabidka a span:first-of-type
	{
		margin-top: 30px;
	}
	
	#uvod .nabidka a span:last-of-type
	{
		top: 130px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	
	#n-vinny-listek table.jl,
	#n-vinny-listek table.jl tr,
	#n-vinny-listek table.jl th,
	#n-vinny-listek table.jl td
	{
		display: inline;
		float: left;
		padding-right: 10px;
	}
	
	#n-vinny-listek table.jl tr td::after
	{
		content: ", ";
	}
	
	#n-vinny-listek table.jl tr
	{
		padding-bottom: 20px;
	}
	
	#n-vinny-listek table.jl tr td:nth-of-type(1),
	#n-vinny-listek table.jl tr th
	{
		color: black;
	}
	
	#n-vinny-listek table.jl tr td:nth-of-type(2)::before
	{
		content: "ročník: ";
	}
	
	#n-vinny-listek table.jl tr td:nth-of-type(3)::before
	{
		content: "přívlastek: ";
	}
	
	#n-vinny-listek table.jl tr td:nth-of-type(4)::before
	{
		content: "cukr: ";
	}
	
	#n-vinny-listek table.jl tr td:nth-of-type(5)::before
	{
		content: "oblast: ";
	}
	
	#n-vinny-listek table.jl tr td:nth-of-type(6)::before
	{
		content: "podoblast: ";
	}
}



/*

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

*/









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

	#top .img
	{
		height: calc(100% - 62px);
	}
		
	#top .inner > div
	{
		padding-top: 62px;
	}
	
	#top .inner
	{
		top: calc((100% + 62px)/2);
	}
}




@media screen and (max-width: 822px), screen and (max-height: 620px)
{
	#top h1
	{
		font-size: 30px;
		background-size: auto 100px !important;
		margin-bottom: 45px;
	}
	
	.slide #top p
	{
		font-size: 16px;
		margin-top: 30px;
		line-height: 1.4em;
	}
}




@media screen and (max-width: 1015px)
{
	#rezervace-loc .half,
	#rezervace-loc .half:nth-of-type(2n)
	{
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 473px;
		text-align: center;
	}
	
	#rezervace-loc h3
	{
		float: none;
		display: inline-block;
	}
	
	#rezervace-loc 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;
		margin-top: 50px;
	}
	
	#rezervace-loc form p
	{
		float: none;
		text-align: center;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	#rezervace-loc p.err
	{
		text-align: left;
	}
	
	#rezervace-loc .nletter div
	{
		display: inline-block;
		float: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
		width: auto;
	}
}






@media screen and (max-width: 1000px)
{
	#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 h1
	{
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
	
	#top .inner > div > p
	{
		width: 100%;
		clear: both;
	}
}




@media screen and (max-width: 850px)
{
	#uvod .nabidka a span
	{
		font-size: 20px;
	}
	
	#uvod .nabidka a span:last-of-type
	{
		top: 100px;
	}
	
	#uvod .nabidka a
	{
		height: 200px;
	}
	
	#jlistek-loc .tyden
	{
		padding-bottom: 70px;
	}
	
	#jlistek-loc .tyden a
	{
		font-size: 16px;
		margin-right: 8px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}



@media screen and (max-width: 750px)
{	
	#uvod
	{
		padding-top: 50px;
	}
	
	#uvod .nabidka a span:last-of-type
	{
		font-size: 16px;
	}
	
	#uvod .nabidka a
	{
		height: 170px;
	}
}





@media screen and (max-width: 680px)
{
	#uvod .nabidka > div:first-of-type
	{
		margin-bottom: 0px;
	}
	
	#uvod .nabidka a span:last-of-type
	{
		display: none;
	}
	
	#uvod .nabidka a
	{
		height: auto;
		padding-bottom: 30px;
		min-height: 90px;
	}
	
	#uvod .nabidka a:nth-of-type(4),
	#uvod .nabidka a:nth-of-type(5)
	{
		margin-top: 20px;
	}
	
	#uvod .nabidka a span:first-of-type
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#uvod .nabidka a span
	{
		font-size: 11px;
	}
}








@media screen and (max-height: 500px) and (max-width: 1070px)
{
	.tscon
	{
		height: calc(100vh - 62px);
	}
}




@media screen and (max-height: 480px) and (max-width: 1070px)
{
	#top
	{
		height: 480px;
		min-height: 0px;
	}
	
	.tscon
	{
		min-height: 418px;
	}
}

@media screen and (max-height: 480px) and (min-width: 1071px)
{
	#top
	{
		height: 480px;
		min-height: 0px;
	}
	
	.tscon
	{
		min-height: 351px;
	}
}






@media screen and (max-width: 600px)
{
	#top .inner
	{
		width: 100%;
		top: calc(100% / 2);
	}
	
	#top .inner div:last-of-type > a
	{
		max-width: calc(100% - 80px);
	}
}











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

	#top
	{
		padding-bottom: 0px;
		min-height: 630px;
		height: calc(100% + 62px);
	}
	
	.tscon
	{
		min-height: 568px;
	}
	
	#top.tip .inner > div,
	#top.tip
	{
		height: auto;
	}
	
	#top.tip .inner a
	{
		margin-left: -95px;
	}
	
/*
	#top .inner > div
	{
		margin-top: 120px;
	}
*/		
	body > .nabidka h2
	{
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	body > .nabidka h3,
	#jlistek-loc h3
	{
		font-size: 15px;
	}
	
	
	
	#jlistek-loc h2, #rezervace-loc h2
	{
		padding-bottom: 28px;
	}
	
	
	body > .nabidka
	{
		padding-bottom: 40px;
	}
	
	#jlistek-loc,
	#rezervace-loc
	{
		padding-top: 40px;
	}
	
	#rezervace-loc
	{
		padding-bottom: 40px;
	}
	
	#jlistek-loc h2,
	#rezervace-loc h2
	{
		margin-bottom: 50px;
	}
	
	
	
	
	#rezervace-loc form
	{
		margin-top: 45px;
	}
	
	#rezervace-loc form label
	{
		margin-bottom: 10px;
	}
	
	#rezervace-loc form label,
	#rezervace-loc form p.err,
	#rezervace-loc form input,
	#rezervace-loc form a.send,
	#rezervace-loc textarea
	{
		font-size: 12px;
	}
	
	#rezervace-loc .half > div
	{
		padding-bottom: 25px;
	}
	
	#rezervace-loc h2:after
	{
		width: 160px;
		margin-left: -80px;
	}
	
	
	
	

	
	
	#jlistek-loc .tyden a
	{
		font-size: 12px;
		margin-right: 5px;
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	
	
	
	#vr a
	{
		font-size: 16px;
		margin-top: 121px;
	}
	
	#vr,
	#vr iframe
	{
		height: 300px;
	}
	
	
	
	#rezervace-loc .half.nletter div a::before
	{
		width: 40px;
		height: 40px;
	}
	
	#rezervace-loc .half.nletter div a::before
	{
		margin-right: 10px;
	}
	
	#rezervace-loc .half.nletter div a
	{
		font-size: 12px;
		line-height: 40px;
	}
	
	#rezervace-loc .half.nletter div
	{
		padding-bottom: 0px;
	}
}