
body{
	font-family: Georgia;
	margin: 0;
}

.wrapper{
	width: 100%;
	max-width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
}

h1.logo{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 100px;
	text-indent: -10000px;
	float: left;
}

header nav{
	float: right;
}

header nav h2{
	text-indent: -10000px;
	height: 0;
	margin: 0;
}

header nav li{
	float: left;
	list-style-type: none;
	margin: 10px 20px;
}

header nav li a{
	text-decoration: none;
	color: #333;
	font-size: 18px;
}

#main-banner, #main-banner img{
	width: 100%;
}

#main-banner img{
}

#home-menu h2{
	background-image: url(images/menu-head.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 74px;
	text-indent: -10000px;
	margin: 0 auto;
	position: relative;
	top: -4px;
}

#home-menu ul{
	padding: 0;
	list-style-type: none;
}

#home-menu ul:after{
	content: "";
	clear: both;
	display: block;
}

#home-menu li{
	float: left;
	width: 40%;
	padding: 0;
	margin: 20px 0 20px 10%;
}

#home-menu li:nth-child(odd){
	margin: 20px 8% 20px 0;
}

.dish{
	float: left;
	color: #555;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background: #fff;
	padding-right: 15px;
}

.price{
	float: right;
	color: #555;
	font-weight: bold;
	position: relative;
	z-index: 1;
	background: #fff;
	padding-left: 15px;
}

.description{
	clear: both;
	display: block;
	color: #999;
	font-style: italic;
	font-size: 14px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	position: relative;
	top: -8px;
}

#featured{
	margin-top: 100px;
}

#featured ul{
	padding: 0;
}

#featured li{
	float: left;
	width: 99%;
	margin: 1%;
	list-style-type: none; 
}

#featured li img{
	width: 100%;
	margin-bottom: 10px;
}

#featured li a{
	color: #333;
	text-decoration: none;
	float: left;
}

#featured li span{
	float: right;
	color: #333;
}

#featured ul:after{
	content: "";
	display: block;
	clear: both;
}

footer{
	background: #3b3b3b;
	margin-top: 100px;
	padding: 30px 0;
}

footer:after{
	content: "";
	display: block;
	clear: both;
}

footer ul{
	float: left;
	padding: 0;
	list-style-type: none;
	color: #eee;
	width: 23%;
	margin-right: 2%;
}

footer li{
	margin: 10px 0;
}

footer a{
	color: #eee;
	text-decoration: none;
}

/* MEDIA QUERIES */

/*Pizzameny*/
@media print{
header{
	display: none;
}

#main-banner{
	display: none;
}

#home-menu li{
	float: none;
	width: 94%;
	margin: 5px 2% !important;
}
#featured{
	display: none;
}

footer{
	display: none;
}


}

/*Pizzameny*/
@media screen and (max-width: 4000px){
#home-menu li{
	float: none;
	width: 94%;
	margin: 30px 2% !important;
}
}
/*tablets*/
@media screen and (max-width: 768px){

header nav{
	float: none;
	clear: left;
	width: 100%;
}

header nav ul{
	margin: 0;
	padding: 0;
}
h1.logo{
	margin: 10px auto 0;
	float: none;
}

header nav ul li{
	margin: 10px 0;
	width: 20%;
	padding: 0;
	text-align: center;
}

#featured li{
	width: 48%;
}

footer ul{
	width: 48%;
}

}

/*mobiles*/
@media screen and (max-width: 480px){

.burger-nav{
	display: block;
	height: 40px;
	width: 100%;
	background: url(images/burger.png) no-repeat 98% center;
	background-color: #404040;
	cursor:pointer;

}

header .wrapper{
	width: 100%;
	padding: 0;
}

header nav ul{
	overflow: hidden;
	background: #505050;
	height: 0;
}

header nav ul.open{
	height: auto;
}

header nav ul li{
	float: none;
	text-align: left;
	width: 100%;
	margin: 0;
}

header nav ul li{
	float: none;
	text-align: left;
	width: 100%;
	margin: 0;
}

header nav ul li a{
	color: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #404040;
	display: block;
	margin: 0;
}

#featured li{
	width: 90%;
	margin: 20px 5%;
}

footer ul{
	width: 98%;
	text-align: center;
}

#home-menu li{
	float: none;
	width: 94%;
	margin: 30px 2% !important;
}


}