a {
  color:#c2841b;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

h1, .h1 {
	margin:0 0 15px 0;
	padding:0 0 0 0;
	font-size:44px;
	line-height:1em;
	font-weight:normal;
	color:#2A2314;
	font-family:BebasNeueRegular;
}

h2, .h2 {
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:40px;
	color:#2A2314;
	line-height:1.3em;
	font-weight:normal;
	font-family:BebasNeueRegular;
}
h3, .h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:32px;
	color:#DAB16C;
	line-height:1.3em;
	text-transform:uppercase;
	font-weight:normal;
	font-family:BebasNeueRegular;
}
h4, .h4 {
	margin:0 0 3px 0;
	padding:0;
	font-size:26px;
	color:#2A2314;
	line-height:1.3em;
	font-weight:normal;
	font-family:BebasNeueRegular;
}
h5, .h5 {
	margin:0 0 3px 0;
	padding:0;
	font-size:22px;
	color:#2A2314;
	font-weight:normal;
	line-height:1.3em;
	font-weight:normal;
	font-family:BebasNeueRegular;
}




/*** ul def ***/
ul.def {
	margin:0 0 0 0;
	padding:0;
}
ul.def li {
	margin:0 0 9px 0;
	padding:0 0 0 0;
	line-height:1.3em;
	color:#07892F;
	font-weight:bold;
}


/*** table1 ***/
table.table1 {
	width:100%;
}
table.table1 th, table.table1 td {
	vertical-align:top;
}
table.table1 th {
	width:130px;
	font-size:90%;
	vertical-align:top;
	padding:10px 10px 5px 0;
	color:#292323;
	text-align:left;
	text-transform:uppercase;
}
table.table1 thead th {
	padding-right:0;
}
table.table1 td, table.table1 th {
	background:url(../img/line.gif) no-repeat bottom center;
}
table.table1 td {
	padding:5px 0 5px 0;
}
table.table1 input {
	width:250px;
}
table.table1 textarea {
	width:440px;
	height:100px;
}
table.table1 img {
  border:none;
}





/**** akce banner **********************************************************/
div.akce-bann {
	border:1px solid #20190e;
	border-bottom:0;
	background:url(../img/textures/brown.jpg) no-repeat center bottom;
}
div.akce-bann-in {
	border:1px solid #20190e;
	border-bottom:0;
	background:url(../img/textures/dotted_line2.png) no-repeat 0 1px;
	padding:15px 25px 8px 25px;
	color:#f2e6d2;
}
div.akce-bann-in h3 {
	margin:0 0 0 0;
	padding:0;
}
div.akce-bann-in p {
	padding:0;
}
div.akce-bann-bott {
	height:19px;
	background:url(../img/textures/brown_bott.png) no-repeat center bottom;
}





/**** jidelni listek **********************************************************/
div.listek table.table1 td {
	background:url(../img/textures/dotted_line.png) repeat-x bottom left;
	padding:15px 15px 15px 15px;
	vertical-align:middle;
}
div.listek table.table1 td.food-type {
	text-transform:uppercase;
	color:#c2841b;
	font-size:12px;
	white-space:nowrap;
	width:90px;
}
div.listek table.table1 td.food-size {
	text-align:right;
	white-space:nowrap;
	width:90px;
}
div.listek table.table1 td.food-title {
	xwidth:100%;
}
div.listek table.table1 td.food-price {
	text-align:right;
	white-space:nowrap;
	width:50px;
}


.h3-closed, .h3-opened {
	background:url(../img/textures/dotted_line.png) repeat-x bottom left;
	color:#2A2314;
	margin:0;
	line-height:1em;
	padding:0 15px 0 5px;
	cursor:hand;
	cursor:pointer;
	position:relative;
}
.h3-closed.even, .h3-opened.even {
	background-color:rgba(208, 164, 91, 0.05);
}

.h3-closed.h-icon, .h3-opened.h-icon {
	padding-left:55px;
}
.h3-closed img, .h3-opened img {
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-21px;
}
.h3-closed:hover, .h3-opened:hover {
	background-color:rgba(208, 164, 91, 0.1);
}
.h3-opened, .h3-opened:hover {
	background-color:rgba(208, 164, 91, 0.2);
}
.h3-closed span, .h3-opened span {
	display:block;
}
.h3-closed span.h-open-icon, .h3-opened span.h-open-icon {
	display:block;
	padding:15px 0 15px 0;
	background:url(../img/icons/open_arr.png) no-repeat center right;
}
.h3-opened span.h-open-icon {
	background:url(../img/icons/close_arr.png) no-repeat center right;
}




.deliveryrow {
	background-color:rgba(208, 164, 91, 0.2);
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px 20px 10px 20px;
	line-height:1.3em;
}
.deliveryrow-h {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.deliveryrow-h-in {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	line-height:1.3em;
}


/**** border line **********************************************************/
div.border-line {
	height:19px;
	margin:-10px 0 0 0;
	background:url(../img/textures/border_line.png) repeat-x center top;
	z-index:10;
	position:relative;
}



/**** h-yell **********************************************************/
.h-yell {
	height:81px;
	margin:60px 0 -11px 0;
	background:url(../img/textures/h_bg_yell.png) repeat-x center top;
	z-index:10;
	position:relative;
	color:#ebdfcb;
}
.h-yell h2 {
	line-height:81px;
	margin:0;
	color:#ebdfcb;
}


/**** h-brown **********************************************************/
.h-brown {
	height:81px;
	margin:60px 0 -11px 0;
	background:url(../img/textures/h_bg_brown.png) repeat-x center top;
	z-index:10;
	position:relative;
	color:#f0e4d0;
}
.h-brown h2 {
	line-height:81px;
	margin:0;
	color:#dab16c;
}



/**** brown bg **********************************************************/
div.brown-bg {
	background:url(../img/textures/brown.jpg);
	color:#f0e4d0;
	padding:30px 0 20px 0;
	position:relative;
	z-index:5;
	font-size:18px;
}
div.brown-bg-bott {
	height:19px;
	background:url(../img/textures/brown_bott.png) repeat-x center top;
}


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



/**** kontakt **********************************************************/
#map_canvas {
	height:250px;
	width:100%;
	border:1px solid #dab16c;
}

.oteviraci-doba table {
	color:#f0e4d0;
	width:auto;
}
.oteviraci-doba table.table1 th, .oteviraci-doba table.table1 td {
	padding:0 0 25px 0;
	vertical-align:middle;
	color:#f0e4d0;
	text-transform:none;
	font-size:18px;
	font-weight:bold;
	width:150px;
}
.oteviraci-doba table.table1 td {
	font-weight:normal;
	text-align:right;
	width:auto;
}



/**** foot social **********************************************************/
span.foot-social {
	display:block;
	float:left;
	padding:8px 0 0 50px;
}
span.foot-social a {
	display:block;
	float:left;
	margin:0 5px 0 0;
}




/**** odkazy **********************************************************/
div.odkazy {
	font-size:14px;
	line-height:1.6em;
}
div.odkazy strong {
	text-transform:uppercase;
	color:#be9a5e;
}
div.odkazy a {
	color:#ebdfcb;
	font-weight:normal;
}





/**** newsletter **********************************************************/
div.newsletter {
	background:url(../img/icons/newsletter.png) no-repeat 0 0;
	padding:0 0 0 85px;
	vertical-align:middle;
}
/*div.newsletter label {
	font-family:BebasNeueRegular;
	color:#1e180d;
	font-size:40px;
	line-height:1em;
	font-weight:normal;
}
div.newsletter input {
	background:#decdb1;
	border:2px solid #9D6E22;
	border-radius:2px;
	vertical-align:top;
	width:300px;
	font-size:14px;
	margin:0 0 0 30px;
	padding:10px 15px 10px 15px;
}
div.newsletter input.submit {
	font-size:24px;
	height:41px;
	margin:0 0 0 5px;
	padding:0 20px 0 20px;
	background:#B08235;
	border:1px solid #9D6E22;
	border-bottom:2px solid #9D6E22;
}*/
div.newsletter form {
	width:auto!important;
}
div.newsletter h3 {
	font-family:BebasNeueRegular;
	color:#1e180d;
	font-size:40px;
	line-height:1em;
	font-weight:normal;
	float:left;
}
div.newsletter ul {
	float:left;
}
div.newsletter input {
	background:#decdb1;
	border:2px solid #9D6E22;
	border-radius:2px;
	vertical-align:top;
	width:250px;
	font-size:14px;
	margin:0 0 0 10px;
	padding:10px 15px 10px 15px;
}
div.newsletter .se-label {
	margin:0 0 0 30px;
	position:relative;
	top:13px;
}
div.newsletter button {
	font-size:24px;
	height:41px;
	margin:0 0 0 5px;
	padding:0 20px 0 20px;
	background:#B08235;
	border:1px solid #9D6E22;
	border-bottom:2px solid #9D6E22;
	font-family:BebasNeueRegular;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
}





/**** oceneni **********************************************************/
div.oceneni {

}
div.oceneni img {
	display:inline-block;
	margin:0 20px 20px 0;
}




/**** copyright **********************************************************/
div.media-button a {
	float:right;
	display:block;
	font-family:BebasNeueRegular;
	color:#1E180D!important;
	font-size:26px;
	padding:0 0 0 35px;
	margin:0 0 0 30px;
	background:url(../img/icons/media.png) no-repeat 0 1px;
	font-weight:normal;
}
div.copy {
	padding:15px 0 15px 0;
	font-size:12px;
	color:#5f5137;
	line-height:2em;
}
div.copy a {
	color:#5f5137;
	font-weight:normal;
}



/**** media **********************************************************/
div.media {
	padding:60px 0 0 0;
}
div.media-out a.button {
	display:inline-block;
	line-height:1em;
	background:url(../img/icons/media.png) no-repeat 12px 12px #DAB16C;
	color:#1E180D;
	padding:10px 15px 10px 50px;
	margin:0 0 20px 0;
	font-family:BebasNeueRegular;
	font-size:26px;
	font-weight:normal;
}
.media-item a {
	display:block;
	float:left;
	width:320px;
	background:#f2e7d6;
	border:1px solid #decfb9;
	text-align:center;
	margin:0 18px 18px 0;
}
.media-item a .media-item-in {
	display:block;
	padding:10px;
}
.media-item a img {
	display:block;
	margin:0 auto 15px auto;
}
.media-item a strong {
	display:block;
	font-size:24px;
	font-weight:normal;
	font-family:BebasNeueRegular;
	color:#1E180D;
	margin:0 0 10px 0;
	line-height:1em;
	height:24px;
	overflow:hidden;
}
.media-item a .media-butt {
	display:inline-block;
	background:#DAB16C;
	color:#1E180D;
	font-family:BebasNeueRegular;
	font-size:20px;
	font-weight:normal;
	line-height:1em;
	padding:7px 10px 7px 10px;
}

.media-item a:hover {
	background:#EBD9BE;
	border:1px solid #D5C1A4;
	text-decoration:none;
}
.media-item a:hover .media-butt {
	background:#2A2314;
	color:#DAB16C
}


