html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************************************/
body{
	margin:0;
	font-family: 'Lato', sans-serif;
	background:#e3e3df;
}
body img{
	border:0;
}
a, span, strong, :before, :after, :hover{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
body .center{
	max-width:1150px;
	margin:0 auto;
	width:96%;
	padding:0 2%;
}
body .left{
	float:left;
}
body .right{
	float:right;
}
body .alignRight{
	text-align:right;
}
body .alignCenter{
	text-align:center;
}
body .alignLeft{
	text-align:left;
}
/**********************************/
/* top to site */
body div.lineTop{
	background:#442b17;
	height:50px;
	margin-top:0px;
}
body > div.lineTop .center .left .item{
	display:inline-block;
	vertical-align:middle;
	padding:13px 0;
	text-align:left;
	color:white;
}
body > div.lineTop .center .left .item:before{
	content:"";
	width:28px;
	height:21px;
	background:url(../img/ikony/location.png) no-repeat center;
	vertical-align:middle;
	display:inline-block;
	margin-right: 20px;
}
body > div.lineTop .center .left .item.phone:before{
	background:url(../img/ikony/phone.png) no-repeat center;
}
body > div.lineTop .center .left .item.mail:before{
	background:url(../img/ikony/mail.png) no-repeat center;
}
body > div.lineTop .center .left .item + .item {
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #25170c;
}
body > div.lineTop .center .left .item a{
	color:#fff;
	text-decoration:none;
	font-size: 15px;
}
body > div.lineTop .center .left .item a:hover{
	opacity:0.3;
}
body > div.lineTop .center .left .item:nth-child(2),
body > div.lineTop .center .left .item:nth-child(3){
	padding:3px 0 3px 25px;
}
body div.lineTop .center .right a{
	display:inline-block;
	vertical-align:middle;
	padding:12px 25px;
}
body div.lineTop .center .right a:hover{

	background:#3b5998;
}
body div.lineTop .center .right a.tripadvisor:hover{
	background:#eecf81;
}
body div.lineTop .center .right a.tw:hover{
	background:#1da1f2;
}
/**************************/
/* logo */
body > div.top .left{
	max-width:30%;
}
body > div.top .left .name{
	display:inline-block;
	vertical-align:middle;
}
body > div.top .left img{
	max-height:150px;
	max-width:110px;
	padding-left:10px;
}
body > div.top .left h1{
	color:#442b17;
	max-width:60%;
	margin-left:10px;
	text-align:center;
	font-size:35px;
	font-family: 'Berkshire Swash', cursive;
}
/**************************/
/* nav menu to right*/

body > div.top{
	overflow:hidden;
	margin-top: 10px;
}
body > div.top > .right nav.menu > ul{
	margin: 65px 0 0;
	padding:0;
}
body > div.top > .right nav.menu > ul > li{
	display:inline-block;
}
body > div.top > .right nav.menu > ul > li + li{
	margin-left:50px;
}
body > div.top > .right nav.menu > ul > li > a{
	text-decoration:none;
	font-size:20px;
	color:#8f643e;
}
body > div.top > .right nav.menu > ul > li > a:hover{
	color:#2f1d0f;
}
body > div.top > .right nav.menu > ul > li > a:after{
	content:"";
	background:#2f1d0f;
	height:2px;
	width:0;
	display:block;
	margin: 8px auto 0;
}
body > div.top > .right nav.menu > ul > li > a:hover:after{
	content:"";
	width:30px;
}
/****************************************/
/* slider */
body div.sliderArrow{
	overflow:hidden;
	margin-top:30px;
}
body div.sliderArrow .sliderElements{
	width:100%;
}
body div.slider{
	padding:0px;
	margin:0 auto;
	border:2px double #2f1d0f;
	max-height:400px;
	max-width:602px;
}
body div.slider img{
	max-height:400px;
	max-width:602px;
}
/************************************/
/* aboutUs */
body .aboutUs{
	margin-top:50px;
	overflow:hidden;
	width: 100%;
	padding:0;
}
body .aboutUs > .header{
	margin-bottom:30px;
}
body .aboutUs > .header > h2{
	font-size:36px;
	text-transform:uppercase;
	margin:0;
	color:#8f643e;
}
body .aboutUs > .header > h2 span{
	color:#bcab9b;
	font-weight:400;
}
body .aboutUs > .header > h2 span:before{
	content:"";
	height:43px;
	width:3px;
	background:#2f1d0f;
	margin-right:43px;
	margin-left:43px;
	display:inline-block;
	vertical-align:middle;
	top: -3px;
    position: relative;
}
body .aboutUs .content{
	overflow:hidden;
	color:#442b17;
}
body .aboutUs .content .left{
	max-width:30%;
}
body .aboutUs .content img{
	padding: 3% 0;
	max-width: 30%;
    margin: 0 5%;
    max-height: 290px;
}
body .aboutUs .content .right{
	max-width:30%;
}
body .aboutUs .content .text h3{
	text-transform:uppercase;
	margin:15px auto;
}
body .aboutUs .content .right .text h3:before,
body .aboutUs .content .left .text h3:after{
	content:"";
	width:4px;
	height:23px;
	display:inline-block;
	background:#bcab9b;
	vertical-align:middle;
}
body .aboutUs .content .right .text h3:before{
	margin-right:15px;
}
body .aboutUs .content .left .text h3:after{
	margin-left:15px;
}
body .aboutUs .content .right p,
body .aboutUs .content .right .text h3{
	text-align: left;
}
body .aboutUs .content .left p,
body .aboutUs .content .left .text h3{
	text-align:right;
}
body .aboutUs .content p{
	color:#754824;
	line-height:1.3em;
}
body .aboutUs .content .right .text:nth-child(2){
	margin-top:36px;
}
/************************************/
/* ourSucces */
body div.ourSuccess{
	overflow:hidden;
	margin-top:90px;
	margin-bottom:60px;
	padding-bottom:20px;
	width: 100%;
	padding:0;
}
body div.ourSuccess h2{
	font-size:36px;
	text-transform:uppercase;
	color:#442b17;
	background: url(../img/gallery/header.jpg) no-repeat center;
	padding: 20px 0;
}
body div.ourSuccess .icons{
	display:flex;
	justify-content:space-around; 
}
body div.ourSuccess .icons .item{
	margin-top:80px;
	width:20%;
	line-height:1.4em;
}
body div.ourSuccess .icons .item img{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 5px double #754824;
    padding: 7px;
}
body div.ourSuccess .icons .item h3{
	text-transform:uppercase;
	color:#754824;
	font-size:20px;
	margin-top:10px;
}
body div.ourSuccess .icons .item p{
	margin-top:10px;
}
/************************************/
/* contact */
body .contact{
	width: 100%;
	padding:0;
}
body .contact > .header > h3{
	font-size:36px;
	text-transform:uppercase;
	margin:0;
	color:#8f643e;
}
body .contact > .header > h3 span{
	color:#bcab9b;
	font-weight:400;
}
body .contact > .header > h3 span:before{
	content:"";
	height:43px;
	width:3px;
	background:#2f1d0f;
	margin-right:43px;
	margin-left:43px;
	display:inline-block;
	vertical-align:middle;
	top: -3px;
    position: relative;
}
body .contact > .header > h3 p{
	font-size:18px;
	color:#9b9b9b;
	margin-top:20px;
}
body div.contact{
	overflow:hidden;
	position:relative;
	margin-top:30px;
}
body div.contact .header{
	margin-bottom:90px;
}
body div.contact .left{
	max-width:64%;
}
body div.contact .left iframe{
	max-width:60%;
	margin: 0px 50px 0 0;
}
body div.contact .right{
	max-width:40%;
	color:#8f643e;
	margin-top:10px;
}
body div.contact .right .item{
	display:block;
	font-size:18px;
	padding-bottom:30px;
}
body div.contact .right .item:nth-child(4){
	padding-bottom:40px;
}
body div.contact .right .item.info{
	line-height:1.5em;
	magin-top:20px;
}
body div.contact .right .item:nth-child(1):before,
body div.contact .right .item:nth-child(2):before,
body div.contact .right .item:nth-child(3):before,
body div.contact .right .item:nth-child(4):before{
	content:"";
	width:27px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	margin-right:30px;
}
body div.contact .right .item:nth-child(1):before{
	background:url(../img/ikony/home2.png) no-repeat center;
}	
body div.contact .right .item:nth-child(2):before{
	background:url(../img/ikony/phone2.png) no-repeat center;
}
body div.contact .right .item:nth-child(3):before{
	background:url(../img/ikony/mail2.png) no-repeat center;
}
body div.contact .right .item:nth-child(4):before{
	background:url(../img/ikony/clock.png) no-repeat center;
}
body div.contact .right .item:nth-child(4):after{
    content: "";
    width: 460px;
    height: 2px;
    margin: 22px 0px 0px;
    display: block;
    background: #bcab9b;
    position: absolute;
}
body div.contact .right span.item.hours p{
	margin:13px 0 13px 57px;
}
body div.contact .right span.item.hours p:last-child{
	margin:13px 0 0px 57px;
}
/************************************/
/* offer */
body div.offer{
	width: 100%;
	padding:0;
}
body div.offer .header > h2{
	font-size:36px;
	text-transform:uppercase;
	margin-top: 30px;
	color:#442b17;
	background: url(../img/gallery/header.jpg) no-repeat center;
	padding:20px;
	margin-bottom:40px;
}
body div.offer p{
	font-size:16px;
	line-height:2em;
	text-align:justify;
	display:block;
}
body div.offer strong{
	font-size:40px;
}
body div.offer ul{
	margin-left: 14px;
    margin-top: 5px;
}
body div.offer li{
	line-height:2em;
}
body div.offer li:before{
	background:url(../img/ikony/arrow.png)no-repeat center;
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin:0px 10px;
	position:relative;
	top:-2px;
}
body .offer .contentElements{
	overflow:hidden;
	margin-bottom:30px;
}
body .offer .text{
	max-width:59%;
	margin:30px 0;
}
body .offer img{
	max-width:40%;
	display: block;
	border: 1px solid #8f643e;
}
body div.offer h3.suggestions{
	font-size:28px;
	text-align:center;
	margin:30px auto 0;
	color:#8f643e;
}
body div.offer span{
	font-size:14px;
	text-align:center;
	margin:10px auto;
	display:block;
}
body div.offer .download{
	margin-top:50px;
}
body div.offer .download a:nth-child(2),
body div.offer .download a:nth-child(3),
body div.offer .download a:nth-child(4){
	margin-left:20px;
}
/************************************/
/* restaurant */
body .restaurant{
	overflow:hidden;
	width: 100%;
	padding:0;
}
body .restaurant .header{
	margin:30px auto 40px;;
}
body .restaurant .header > h3{
	font-size:36px;
	text-transform:uppercase;
	margin:0;
	color:#442b17;
	background: url(../img/gallery/header.jpg) no-repeat center;
	padding:20px;
}
body div.restaurant p{
	font-size:14px;
	line-height:2em;
	text-align:justify;
}
body div.restaurant strong{
	font-size:40px;
}
body div.restaurant img{
	width: 376px;
	margin: 0 0 10px 10px;
    height: 199px;
	position: relative;
	width:inherit;
    top: 15px;
    float: left;
}
/************************************/
/* MENU FOOD */
/************************************************/
body div.list h2{
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
}
body div.list h2:before,
body div.list h2:after{
	content:"";
	width:20px;
	height:5px;
	background:black;
	display:inline-block;
	vertical-align:middle;
	margin:auto 10px;
	position:relative;
	top:-2px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
body div.list{
	margin-top:30px;
	width: 100%;
	padding:0;
}
body div.download{
	margin-top:40px;
}
body div.download a:hover{
	background:#220a04;
	color:#fff;
}
body div.download a{
	text-decoration:none;
	font-size:18px;
	padding:15px;
	background:#442b17;
	color:#fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
body div.download a:after{
	content:"";
	width:32px;
	height:32px;
	display:inline-block;
	vertical-align:middle;
	background:url(../img/ikony/download.png) no-repeat center;
	margin-left:10px;
	position:relative;
	top:-2px;
}
body div.navigator{
	text-align:left;
	display:inline-block;
	margin-top:30px;
}
body div.navigator a{
	color: #e4e4e4;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
}
body div.navigator a:hover{
	color:#fff;
	background:#442b17;
}
body div.navigator a{
	color:#3d3c3c;
	background:#f8a371;
	border: 1px solid #442b17;
} 
body div.recommend{
    display: block;
}
body div.recommend h3{
	font-size: 30px;
    margin: 30px auto 0;
	color:#442b17;
}
body div.recommend:nth-child(2) h3:before,
body div.recommend:nth-child(3) h3:before,
body div.recommend:nth-child(4) h3:before{
	background:url(../img/ikony/pizza.png)no-repeat center;
	content:"";
	width:32px;
	height:32px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	position:relative;
	top:-2px;
}
body div.recommend:nth-child(3) h3:before{
	background:url(../img/ikony/plate.png)no-repeat center;
}
body div.recommend:nth-child(4) h3:before{
	background:url(../img/ikony/cocktail.png)no-repeat center;
}
/*********************************/
/* LIST */
body div.food{
	max-width:75%;
	margin: 80px auto 0;
	color:#442b17;
}
body div.food span.price{
	color:black;
	float:right;
	font-weight:400;
	font-size:18px;
}
body div.food span.volume{
	font-weight:400;
}
body div.food h2{
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	margin:30px auto;
	padding:30px 0;
}
body div.food h2:before{
	content:"";
	width:32px;
	height:32px;
	margin:0px 30px;
	vertical-align:middle;
	display:inline-block;
	background:url(../img/ikony/food.png)
}
body div.food li{
	font-size:18px;
	font-weight:700;
	padding-top:20px;
}
body div.food span.info{
	font-size:14px;
	display:block;
	max-width:80%;
}
body div.food span.alergen{
	line-height:2.5em;
	font-size:12px;
	display:block;
}
body div.food strong{
	text-align:center;
	color: #895933;
	font-size:15px;
}
/************************************/
/*gallery*/
body div.gallery .header > h3{
	font-size:36px;
	text-transform:uppercase;
	margin-top: 30px;
	color:#442b17;
	background: url(../img/gallery/header.jpg) no-repeat center;
	padding:20px;
	margin-bottom:40px;
}
body div.row{
	display: inline-block;
    text-align: center;
}
body div.gallery img{
	margin:0 5px 10px;
}
/************************************/
/* footer */
body div.footer{
	padding: 25px 0;
	background:#131313;
	margin-top:80px;
}
body div.footer .center{
	overflow:hidden;
}
body div.footer .center p{
	margin: 0;
	color: #626262;
	font-size:14px;
}
/**************************************/
/* back to top button */
#back-top {
	position: fixed;
	bottom: 35px;
	right:10px;
}
#back-top a {
	width: 70px;
	display: block;
	text-align: center;
	font-size: 11px/100%;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	opacity: 0.8;
}
#back-top span {
	width: 70px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/ikony/arrow-up.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/*********************************************/
/*responisve*/
@media all and (max-width:1060px){
	body div.lineTop .center .right{
		display:none;
	}
	body div.lineTop .center .left{
		text-align:center;
		float:none;
	}	
}
@media all and (max-width:820px){
	body div.lineTop .center .left .item.mail{
		display:none;
	}
}
@media all and (max-width:580px){
	body div.lineTop{
		height:100px;
	}
	body > div.lineTop .center .left .item + .item {
	margin-left:0;
	padding-left:0;
	border-left:none;
	}
	body > div.lineTop .center .left .item{
		display:block;
		margin-bottom:10px;
		text-align:center;
	}
}
@media all and (max-width:1180px){
	body > div.top .left img{
		    margin-left: 41px;
	}
}
/*****************************************/
/* menu mobile desktop */
body nav.menu > a.mobilemenu{
	display: none;
	background:#442b17;
	color:#fff;
	font-size:16px;
	text-align: center;
	padding:16px 0;
	text-decoration:none;
	position:relative;
	z-index:2;
}
body nav.menu > a.mobilemenu:after{
	width:0;
	top:0;
	bottom:0;
	left:0;
	background: #331a06; /*#ffae00;*/
	content:"";
	display: inline-block;
	position:absolute;
	z-index:-1;
}
body nav.menu.active.ekstraactive > a.mobilemenu:after{
	width:100%;
}
body nav.menu > a.mobilemenu span:before,
body nav.menu > a.mobilemenu span:after,
body nav.menu > a.mobilemenu span{
	margin-left: 15px;
	margin-right: 15px;
	position:relative;
	width:35px;
	height:3px;
	background: #fff;
	display:inline-block;
	vertical-align:middle;
}
body nav.menu > a.mobilemenu span:before,
body nav.menu > a.mobilemenu span:after{
	content:"";
	margin-left:0;
	left:0;
	position:absolute;
}
body nav.menu > a.mobilemenu span:before{
	margin-top: -10px;
}
body nav.menu > a.mobilemenu span:after{
	margin-top: 10px;
}
body nav.menu.active.ekstraactive > a.mobilemenu span{
	background: transparent;
}
body nav.menu.active.ekstraactive > a.mobilemenu span:before{
	margin:0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);    
	-o-transform: rotate(45deg);              
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
body nav.menu.active.ekstraactive > a.mobilemenu span:after{
	margin:0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);    
	-o-transform: rotate(-45deg);              
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* width1150px mobile menu */
/* mobile menu */
@media all and (max-width:1150px){
	body nav.menu ul{
		display:none;
	}
	body > div.top > .right nav.menu a.mobilemenu,
	body > div.top > .right nav.menu.active > ul,
	body > div.top > .right nav.menu > ul > li,
	body > div.top > .right nav.menu > ul li a{
		display: block;
	}
	body > div.top > .right{
		float:none;
	}
	body > div.top > .left{
		float:none;
		display:block;
		max-width:96%;
		margin-bottom:20px;
	}
	body > div.top .left .name{
		  display: block;
		vertical-align: inherit;
		text-align: center;
	}	
	body > div.top .left h1{
		max-width:96%;
		text-decoration:none
	}
	body > div.top .left img{
		    margin-left: 0;
	}
	body > div.top > .left a{
		text-decoration:none;
	}
	body > div.top > .right nav.menu > ul li a{
		text-align: center;
	}
	body > div.top > .right nav.menu > ul{
		margin:0;
	}
	body nav.menu.active > ul{
		opacity: 0;
	}
	body nav.menu.ekstraactive > ul{
		opacity: 1;
	}
	body nav.menu > ul{
		position:absolute;
		z-index:10000;
		background:#442b17;
		width: 96%;
		border-bottom: 2px solid #f1f1f1;
		border-top: 2px solid #3c3c3c;
	}
	body > div.top > .right nav.menu > ul > li > a{
		color:#fff;
	}	
	body > div.top > .right nav.menu > ul li,
	body > div.top > .right nav.menu > ul li + li	{
		overflow:hidden;
		margin:0 0 0;
	}
	body > div.top > .right nav.menu > ul li a{
		padding: 20px;
		font-size:16px;
		color: #fff;
	}	
	body > div.top > .right nav.menu > ul li + li	{
		border-top: 1px solid #5d5d5d;
	}
	body > div.top > .right nav.menu > ul > li > a:hover	{
		background: #383838;
		color:#fbe6eb;
	}
}
@media all and (max-width:1130px){
		body div.contact iframe{
		display:none;
	}
	body div.contact > .header > h3 span{
		display:none;
	}
	body div.contact .right {
		max-width: 96%;
		float:none;
	}
}
@media all and (max-width:450px){
	body div.contact .right .item{
		font-size:14px;
	}
}
/* width1150px mobile menu */
/* slider */
@media all and (max-width:990px){
	body .aboutUs{
		margin-top:20px;
	}
	body .aboutUs > .header > h2{
		text-align:left;
	}
	body .aboutUs > .header > h2 span{
		display:none;
	}
	body .aboutUs .content .left{
    max-width: 96%;
	margin-bottom:20px;
	}
	body .aboutUs .content .right{
    max-width: 96%;
	float:none;
	}
	body .aboutUs .content .left p,
	body .aboutUs .content .left .text h3,
	body .aboutUs .content .right p,
	body .aboutUs .content .right .text h3{
		text-align:left;
	}

	body .aboutUs .content .left .text h3:after{
		display:none;
	}
	body .aboutUs .content .left .text h3:before{
		content:"";
		width:4px;
		height:23px;
		display:inline-block;
		background:#bcab9b;
		vertical-align:middle;
	}
	body .aboutUs .content .left .text h3:before{
		margin-right:15px;
	}
	body .aboutUs .content img{
		display:none;
	}
	body .aboutUs .content .right .text:nth-child(2){
		margin:inherit;
	}
	body .aboutUs .content p {
    color: #754824;
    line-height: 1.5em;
	text-align:justify;
	}
	body .aboutUs .content .text h3{
		margin-top:30px;
	}
	body div.ourSuccess .icons{
		display:block;
	}
	body div.ourSuccess .icons .item{
		width:96%;
		margin:40px auto;
	}
}
@media all and (max-width:800px){
	body div.list h2{
		margin:50px auto;
	}
	body div.recommend,
	body div.recommend h3,
	body div.download{
		text-align:center;
	}
	body div.restaurant img{
		display:none;
	}
}
@media all and (max-width:970px){	
	body .offer img{
	max-width: 96%;
    display: block;
    border: 1px solid #8f643e;
    margin: 0 auto;
    float: none;
	}
	body .offer .text{
		max-width:96%;
	}
	body .offer .contentElements{
		margin-bottom:inherit;
	}	
	body div.download a{
		display:block;
		margin:30px auto;
	}
	body div.offer .download a:nth-child(2),
	body div.offer .download a:nth-child(3),
	body div.offer .download a:nth-child(4){
		margin-left:0px;
	}
	body div.contact .header{
		margin-bottom:50px;
	}
}
@media all and (max-width:500px){
	body div.food h2:before{
    content: "";
    width: 32px;
    height: 32px;
    margin: 0px auto 10px;
    vertical-align: middle;
    display: block;
    content: "";
    background: url(../img/ikony/food.png);
	}
}
@media all and (max-width:1130px){
	body div.food{
		max-width:96%;
	}
	body div.food li{
		line-height: 1.7em;
	}
}