@-webkit-keyframes zoom {
  0% {
-webkit-transform:scale(0);
-webkit-opacity:0;
  }

 100% {
-webkit-opacity:1;
-webkit-transform:scale(1);
  }
}

@-moz-keyframes zoom {
  0% {
-moz-transform:scale(0);
-moz-opacity:0;
  }

 100% {
-moz-opacity:1;
-moz-transform:scale(1);
  }
}

@-o-keyframes zoom {
  0% {
-o-transform:scale(0);
-o-opacity:0;
  }

 100% {
-o-opacity:1;
-o-transform:scale(1);
  }
}

@keyframes zoom {
  0% {
transform:scale(0);
opacity:0;
  }

  100% {
transform:scale(1);
opacity:1;
  }
}


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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

a {
	outline: none;
}

/* Main styles */


#outer {
	background: #ffffff url('../img/main-bg-up.jpg') repeat-x top;
}

#inner {
	background: url('../img/main-bg-bottom.jpg') repeat-x bottom;
}

#container {
	margin: 0 auto 0 auto;
	width: 980px;
}

#header {
	position: relative;
	width: 980px;
	height:540px;
	margin: 0 auto 10px; auto;
	padding-top:10px;
}

nav {
	position:relative;
	width: 1020px;
	height: 107px;
	background: url('../img/menu-bg.png') no-repeat;
    margin-left:-20px;
}

nav ul {
	float:right;
	margin-top:25px;
	margin-right:15px;
	font: 1.3em 'Lobster', cursive;
	text-shadow: 2px 2px 1px #dcb530;
}

nav ul li {
	display: inline-block;
	width: 95px;
	text-align:center;
} 


nav ul li a {
	display:block;
	width:100%;
	line-height: 80px;
	text-decoration:none;
}	

nav ul li a:link, nav ul li a:visited {
    color: #38261a;
}
nav ul li a:active, nav ul li a:hover {
	color: #674732;
}


#dumplings {
	position:absolute;
	top:-45px;
	left:70px;
	z-index:10;
	-webkit-animation-name: zoom;
	-webkit-animation-duration:.5s;
    -moz-animation-name: zoom;
    -moz-animation-duration:.5s;
    -o-animation-name: zoom;
    -o-animation-duration:.5s;
    animation-name: zoom;
    animation-duration:.5s;
}

#logo {
	padding-top: 15px;
	text-align: center;

}

#banner {
	display: block;
	width: 978px;
	height: 340px;
	border-left: 1px dotted #eec744;
	border-right: 1px dotted #eec744;
}

#fb {
	position: absolute;
	right: -68px;
	top: 240px;
	width: 68px;
	height: 110px;
}

#instagram {
	position: absolute;
	right: -67px;
	top: 338px;
	width: 67px;
	height: 63px;
}

#banner-bottom {
	position: absolute;
	width: 980px;
	height:39px;
	bottom:-14px;
	background: url('../img/banner-bottom-bg.png') no-repeat;
}


section {
	background: #38261a url('../img/content-bg.png') repeat-y center;
	text-align:center;
	min-height: 600px;
	color: #eec744;
	padding-bottom:30px;
}

section th[scope="col"] {
	color: #c3b9b0;	
}

section h1 {
	font: 2em 'Lobster', cursive;
	color: #eec744;
	margin-bottom:25px;
}

section p {
    font: 2.2em 'Lobster', cursive;
	color: #ffffff;
}

section p span{
    font: .6em 'Lobster', cursive;
	color: #ffffff;
}


section img {
	margin:10px;
	border-radius:3px;
	border-bottom:3px solid #eec744;
	


}

section table {
	width: 98%;
	font: 1.1em 'Lobster', cursive;
    margin: 20px auto 0 auto;
}

section table th {
	text-align:left;
	font-size: 1.2em;
}

section table th[scope="col"] {
	border-bottom: 1px dotted #eec744;
}

section table th[scope="row"]{
	min-width:60%;
}

section table th[scope="col"] + th {
	text-align:center;
	
}

section table th, section table td {
	border-bottom: 1px dotted #6f5625;
	padding: 2px;
}

section table th:nth-child(2), section table td:nth-child(2) {
	width: 60px;
}

section table th:nth-child(3), section table td:nth-child(3) {
	width: 60px;
}

section table th:nth-child(4), section table td:nth-child(4) {
	width: 80px;
}

section table tr:hover td, section table tr:hover th[scope="row"] {
	background-color: rgba(255,255,255, 0.1);
}


section table span {
	font-size:	.8em;
	color:#eabb1c;
}

footer {
	text-align:center;
	color: #e47c37;
	font: .8em verdana, arial, sans-serif;
	padding: 20px 0 20px 0;
	background-color: #eec744;
	
}


/** animacja **/
	

#banner {
	overflow:hidden;
	font: 2.1em 'Lobster', cursive;
	color: white;
	text-shadow: 3px 3px 1px #38261a; 
	position:relative;
}

#banner img {
    display:none;
  }

#slide2, #slide3, #slide4 {
	display:none;
}

#banner div div {
	width: 450px;
	height: 45px;
	position: absolute;
	text-align:center;
}

#slide1 {
	background: url('../img/banner1.jpg') no-repeat;
	height:100%;
}

#slide2 {
	background: url('../img/banner2.jpg') no-repeat;
	height:100%;
}

#slide3 {
	background: url('../img/banner3.jpg') no-repeat;
	height:100%;
}

#slide4 {
	background: url('../img/banner4.jpg') no-repeat;
	height:100%;
}

#s1, #s2, #s3, #s4 {
	top:70px;
	right:-450px;
}

#s1a, #s2a, #s3a, #s4a {
	top:105px;
	left:-450px;
	font-size:1.4em;
}

#aside {
	bottom:-75px;
	left:-631px;
	background: url('../img/banner-desc-bg.png') no-repeat;
	width: 561px;
	height: 60px;
	position:absolute;
	line-height:24px;
	padding-top:15px;
	padding-left:50px;
}



#aside span {
	font-size:0.5em;
	padding-left:50px;
}

#driver {
	position:absolute;
	right:10px;
	bottom:30px;
	width:110px;
	list-style-type:none;
	height:20px;
	display: none;

}


#driver li {
	width: 18px;
	height:18px;
	display:inline-block;
	background: url('../img/slide-button.png') no-repeat;
	
}

#driver li.active {
	background: url('../img/slide-button.png') 18px 0;
}




/** sites **/

.pierogi {
	width: 80%;
	margin: 20px auto 0 auto;
	text-align:left;
	line-height:1.1em;
}

.pierogi h2 {
	color:white;
	font-weight:bold;
	font: 1.1em 'Lobster', cursive;
}

.pierogi p {
	margin: 10px;
}

.onas {
	font-size: 1.1em;
	width:80%;
	margin: 20px auto 20px auto;
}

.kontakt {
	margin: 20px auto 20px auto;
	font: 1.1em 'Lobster', cursive;
	color: #fff;
}
.kontakt span {
	display:inline-block;
	width: 200px;
	height:auto;
	vertical-align:top;
	margin:20px;
	padding:10px;
	border-radius:10px;


}

.kontakt span:nth-child(2){
	border-left: 1px dotted #eec744;
	border-right: 1px dotted #eec744;
	background-image: -moz-radial-gradient(circle farthest-corner, rgba(238,199,68,0.1), transparent);
	background-image: -webkit-radial-gradient(circle farthest-corner, rgba(238,199,68,0.1), transparent);
	background-image: -o-radial-gradient(circle farthest-corner, rgba(238,199,68,0.1), transparent);
	background-image: radial-gradient(circle farthest-corner, rgba(238,199,68,0.1), transparent);
	
}

.kontakt span:nth-child(1), .kontakt span:nth-child(3){
	border-left: 1px dotted #c2b8af;
	border-right: 1px dotted #c2b8af;
	background-image: -moz-radial-gradient(circle farthest-corner, rgba(194,184,175,0.2), transparent);
	background-image: -webkit-radial-gradient(circle farthest-corner, rgba(194,184,175,0.2), transparent);
	background-image: -o-radial-gradient(circle farthest-corner, rgba(194,184,175,0.2), transparent);
	background-image: radial-gradient(circle farthest-corner, rgba(194,184,175,0.2), transparent);
}

.galeria div {
	display: inline-block;
	position:relative;
	width:230px;
	height:230px;
	overflow:hidden;
	margin:10px;
	border-bottom:3px solid #eec744;
}


.galeria div img {
	margin:0;
}

.galeria div span {
	position:absolute;
	display:block;
	width:100%;
	height:48px;
	bottom:-20px;
	left:0;
	background-color: rgba(255,255,255,.7);
	color:#a4222f;
	font: .7em 'Arial', sans-serif;

}

.galeria div span:first-line {
	font: 1.9em 'Lobster', cursive;
	color: #000;
	line-height:1.4em;
}

.offer {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 371px;
	height: 143px;
}

.offer img {
	display: block!important;
}


/* Query media */


@media screen and (max-width:1100px){
	#fb, #instagram {
		    right: -21px;
    top: 155px;
		display: block;
		transform: scale(0.7);
	}
	
	#instagram {
		right: -20px;
    top: 232px;
	}
		
		
}

@media screen and (max-width:980px){
	
	
	#outer {
	background: none;
	background-color: #ffffff;
	}

	
	#container, #header, #banner{
		width:100%;	
		background-color:#38261a;
	}
	
	section h1 {
		font-size: 1.5em;
	} 
	
	#logo {
		width:auto;
		padding: 15px 15px 0 15px;
	}
	
	#logo img {
		max-width:100%;
	
	}
	
	#banner-bottom, #dumplings {
		display:none;
	}
	#banner, #header {
		height:auto;
	}
	
	.slide, #driver{
		display:none!important;
	}
	
	section table span {
		font:.6em Arial, sans-serif;
		display:block;
	}	
	
	nav {
		background:none;
		background-color: #eec744;
		width:100%;
		height:80px;
		text-align:center;
		margin-left:0;
	}
		
	nav ul {
		float:none;
		top:0px;
		right:0px;	
	}
	
	 #banner img {
		max-width:100%;
		display:block;
  
	 }
	
	nav {
		left:0px;
	}
	
	
}

@media screen and (max-width:640px){
	#aside {
		font-size: .7em;
	}
	#aside span{
		font-size: .7em;
	}
	
	nav ul {
		font-size:1.2em;
	}
	
	nav ul li {
		width: 70px;
	}

}

@media screen and (max-width:480px){
	
	nav {
		width:100%;
		height:auto;

	}

	nav ul {
		width:240px;
		margin-left:auto;
		margin-right:auto;
	}
	
	nav ul li a {
		line-height: 25px;
		padding:5px;
		width:66px;
		background-color:#f3cf57;
		border-radius: 6px;
		
	}
	
	nav ul li {
		margin:2px;
	}
	
	#aside {
		display:none;
	}
}

#cookieinfo * {
	margin: 0px;
	padding: 0px;
}

#cookieinfo {
	position: fixed;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #323334;
	padding: 20px;
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#cookieinfo h6 {
	font-size: 16px;
	font-weight: bold;
	color: #cdd7da;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
	margin-bottom: 7px;
}

#cookieinfo p {
	font-size: 12px;
	color: #afb4bc;
	line-height: 1.5em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #ff6000;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
	background-color: #ff7925;
}