<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  color:#CCA46F;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}

h1, .h1 {
	margin:0 0 30px 0;
	padding:0 0 0 0;
	font-size:28px;
	line-height:1.3em;
	font-weight:normal;
	color:#000;
	xfont-family:"Playfair Display SC";
	text-transform:uppercase;
}
h2, .h2 {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	font-size:25px;
	color:#000;
	line-height:1.3em;
}
h3, .h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:22px;
	color:#000;
	line-height:1.3em;
}
h4, .h4 {
	margin:0 0 5px 0;
	padding:0;
	font-size:17px;
	color:#000;
	line-height:1.3em;
}
h5, .h5 {
	margin:0 0 3px 0;
	padding:0;
	font-size:13px;
	color:#000;
	font-weight:normal;
	line-height:1.3em;
}


/*** ul def ***/
ul.def {
	margin:0 0 0 0;
	padding:0;
}
ul.def li {
	margin:0 0 9px 0;
	padding:0 0 0 15px;
	line-height:1.3em;
	background:url(../img/li.png) no-repeat 0 8px;
}
ul.def li:last-child {
	margin:0;
}


/*** table1 ***/
table.table1 {
	width:100%;
}
table.table1 th, table.table1 td {
	vertical-align:top;
}
table.table1 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	padding:15px 10px 5px 0;
	color:#292323;
	text-align:left;
	text-transform:uppercase;
}
table.table1 thead th {
	padding-right:0;
}
table.table1 td {
	padding:5px 0 5px 0;
}
table.table1 input {
	width:250px;
}
table.table1 textarea {
	width:100%;
	height:100px;
}
table.table1 img {
  border:none;
}


/*** table2 ***/
table.table2 {
	width:100%;
}
table.table2 th, table.table2 td {
	vertical-align:top;
}
table.table2 th {
	width:150px;
	font-size:90%;
	vertical-align:top;
	padding:15px 10px 5px 0;
	color:#292323;
	text-align:left;
	text-transform:uppercase;
}
table.table2 thead th {
	padding-right:0;
}
table.table2 td, table.table1 th {

}
table.table2 td {
	padding:5px 0 5px 0;
}
table.table2 input {
	width:250px;
}
table.table2 textarea {
	width:100%;
	height:100px;
}
table.table2 img {
  border:none;
}

/*** button ***/
.button {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	background:#2B1E13;
	padding:0 15px 0 15px;
	color:#FDF3E9;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
	height:36px;
	position:relative;
	text-transform:uppercase;
}
/*.button:after {
	content:'';
  position:absolute;
  z-index:2;
  right:-5px;
  width:0;
  height:0;
  border-top:18px solid transparent;
  border-bottom:18px solid transparent;
  border-left:5px solid #2B1E13;
  clear:both;
}*/
.button-back:before {
	content:'';
  position:absolute;
  z-index:2;
  left:-5px;
  width:0;
  height:0;
  border-top:18px solid transparent;
  border-bottom:18px solid transparent;
  border-right:5px solid #DA795A;
  clear:both;
}

a.button:hover {
	background:#EC9441;
}
a.button:hover:after {
	border-left:5px solid #EC9441;
}
a.button-back:hover:before {
	border-right:5px solid #B71610;
}



/**** blok **********************************************************/
.blok {
	padding:20px 25px 15px 25px;
}







/**** jidelni listek **********************************************************/
div.listek {
	margin-bottom:30px;
}
div.listek:last-child {
	margin-bottom:0;
}
div.listek table.table1 td {
	padding:10px 10px 10px 10px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #333;
}
div.listek table.table1 td.food-size {
	text-align:right;
	white-space:nowrap;
	width:60px;
}
div.listek table.table1 td.food-price {
	text-align:right;
	white-space:nowrap;
	width:50px;
}
div.listek .food-subtitle {
	font-size:13px;
	display:inline-block;
	margin-left:10px;
}
.nabidka-menu h3 {
	margin:0 0 10px 0;
	color:white;
	text-align:left;
}
.nabidka-menu h3 span {
	margin:0 0 0 0;
	font-weight:normal;
	padding:10px 20px 10px 50px;
	display:inline-block;
	background:url(../img/icons/arr2_a.png) no-repeat left center;
	cursor:pointer;
}
.nabidka-menu h3:hover span {
	text-decoration:underline;
}
.nabidka-menu h3.h3-opened span {
	background-image:url(../img/icons/arr2.png);

}


/*** pagemenu ***/
ul.pagemenu {
	margin:0 0 30px 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
ul.pagemenu li {
	position:relative;
	flex:1;
	background:#393939;
	margin:0 1px 0 0;
}
ul.pagemenu li a {
	display:block;
	padding:15px 5px 15px 5px;
	text-transform:uppercase;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	line-height:1em;
}
ul.pagemenu li a img {
	margin:0 25px 0 0;
	vertical-align:middle;
}
ul.pagemenu li a:hover {
	text-decoration:none;
}
ul.pagemenu li:not(.act):hover {
	opacity:0.8;
}
ul.pagemenu li.act {
	background:#CCA46F;
}
ul.pagemenu li.act a {
	padding-top:20px;
}





/**** fotogalerie **********************************************************/
div.fotogalerie-in {
	margin:0 0 0 0;
	border:1px solid #eee;
}




/*** format text ***/
.format-text h2 {
	padding:0;
	margin:0 0 15px 0;
	font-size:30px;
}
.format-text h3 {
	padding:0;
	margin:0 0 5px 0;
}
.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	xwidth:100%;
	border:0!important;
}
.format-text table th, .format-text table td {
	vertical-align:top;
	padding:5px 5px 5px 0;
	border:0!important;
	border-bottom:1px solid #ccc!important;
	text-align:left;
}
.format-text table thead th {
	padding-right:0;
}
.format-text table th {
	padding-right:15px;
}

.format-text p {
	margin:0 0 0 0;
	padding:0 0 10px 0;
}
.format-text table.tab-gallery {
	width:100%;
}
.format-text table.tab-gallery td {
	border:0!important;
	padding:0;
	text-align:center!important;
}

.format-text ul, .format-text ol {
	margin:0 0 15px 0px;
	padding:0;
}
.format-text ul li {
	list-style:none;
	margin:0 0 5px 10px;
	padding:0 0 0 20px;
	background:url(../img/li.png) no-repeat 0 7px;
	text-align:left;
}
.format-text ol li {
	margin:0 0 7px 25px;
	padding:0 0 0 0;
	text-align:left;
}
.format-text ul.double-li {
	float:left;
	width:260px;
	margin-right:20px;
}
.format-text img {
	margin:0 0 5px 0;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:5px;
	background:white;
	border-radius:3px;
}
.format-text img.bord {
	border:2px solid #ccc;
}
.format-text img.f-left {
	margin:0 15px 5px 0;
}
.format-text img.f-right {
	margin:0 0 5px 15px;
}

.format-text a:hover img {
	border-color:#aaa;
}



.txt-blok {
	margin:0 0 60px 0;
}

.txt-blok:last-child {
	margin:0 0 0 0;
}









/*** popup ***/
.canvas {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:999;
}

.popup {
	width:630px;
	height:auto;
	position:absolute;
	top:200px;
	left:50%;
	margin:0 0 0 -315px;
	background:white;
	padding:40px 40px 40px 40px;
	z-index:999;
	text-align:left;
	font-size:18px;
}
.popup-in {
	position:relative;
}



</pre></body></html>