body{
	margin: 0;
	padding: 0;
	font-family: 'Proza Libre', sans-serif;
	background: #fafafa url('img/symphony.png'); /* from http://subtlepatterns.com */
}

.nav{
	width: 100%;
	font-size: 29px;
	padding-top: 5px;
	height: 61px;
	background-color: rgba(40,10,10,0.95);
	text-align: center;
}

.nav > a > img{
	height: 56px;
	margin-bottom: -15px;
}

#fb, #insta, #caritas{
	margin-left: 0px;
}

#caritas{
	margin-right: 22px;
}

.nav > a{
	color: white;
	margin-left: 54px;
	transition-duration: 0.4s;
}

.nav > a:hover{
	color: red;
}

#first_screen{
	background-image: url('img/1.jpg');
	background-position: center;
	background-size: cover;
	height: 100vh;
	min-height: 200px;
	border-bottom: 1px solid #777766;
	text-align: center;
}

#welcome{
	width: 700px;
	min-height: 150px;
	margin: 25px auto 0 auto;
	position: relative;
	border-radius: 150px;
	background-color: rgba(255,255,255,0.25);
	padding-bottom: 8px;
	
	line-height: 60px;
	color: #FFF0F0;
	font-family: 'Kalam', cursive;
	font-size: 70px;
	text-shadow: 0px 0px 15px black;
}

#aboutus{
	margin: 50px auto 0 auto;
	width: 980px;
}

#aboutus > #left{
	float: left;
	width: 100%;
	/*;width: 50%;*/
}

#aboutus > #right{
	display: none;
	float: left;
	/*;width: 50%;*/
}

#fotoMenuSpecialTygodniowe{
	position: absolute;
	height: 100px;
	width: 100px;
	margin: -25px 0 0 -160px;
}

#linkMenuTygodniowe, #LinkZamowOnline{
	display:block;
	margin: 0 auto;
	width: 330px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
	color: white;
}

#linkMenuTygodniowe{
	background-color: #00cccc;
	padding: 20px 0px 20px 80px;
	font-size: 17px;
}

#linkMenuTygodniowe:hover{
	background-color: #00eeee;
}

#LinkZamowOnline{
	background-color:  #bb0000;
	padding: 30px;
	font-size: 20px;
}

#LinkZamowOnline:hover{
	background-color:  #dd0000;
}

#pdf_container{
	background-color: #D1D1D1;
	border-radius: 5px;
	text-align: center;
	margin: 50px auto 0 auto;
	width: 980px;
}

#menu{
	margin: 80px auto 0 auto;
	width: 980px;
}

#left_menu{
	float:left;
	width: 270px;
	text-align: center;
}

.food_category_title{
	background-color: #e38282;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	padding: 2px 5px;
	color: white;
	border-bottom: 1px solid white;
}

.food_category{
	font-size: 18px;
	color: white;
	background-color: #933232;
	height: 26px;
	padding: 13px 5px;
	border-bottom: 1px solid white;
	cursor: pointer;
}

#right_menu{
	float: left;
	text-shadow: 0 0 3px white;
	transition-duration: 0.4s;
	min-height: 589px;
	display: block;
	position: relative;
	
	font-size: 20px;
	text-align: center;
}

#HH{
	width: 710px;
	height: 613px; 
}

#right_menu:after {
	content: "";
	background-position: center;
	background-size: cover;

	filter: alpha(Opacity=75);
	opacity: 0.75;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

#logo_menu{
	font-family: 'Kalam', cursive;
	font-size: 75px;
	margin: 80px 0 0 165px;
	text-shadow: 0 0 5px #e38282;
}

.linia{
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 6px;
	padding: 2px;
}

#higher{
	padding: 2px 2px 24px 2px;
	margin-bottom: 10px;
}

.potrawa{
	float: left;
	font-weight: bold;
	letter-spacing: -1px;
}

.opis{
	color: black;
	font-size: 16px;
	margin: -30px 0 5px 0;
	text-shadow: 0 0 2px white;
	letter-spacing: -1px;
}

#higher_opis{
	margin: -50px 0 5px 0;
}

.cena{
	float: right;
	letter-spacing: -2px;
	font-size: 22px;

}

.typ_potraw{
	color: #eee;
	margin-top: 15px;
	font-size: 28px;
	text-decoration: underline;
	font-style: italic;
	text-shadow: 0 0 4px black;
}

.sztuki{
	float: right;
	background-color: rgba(255,255,255,0.7);
	font-size: 23px;
}

.naglowek_potraw{
	float: left;
	background-color: rgba(255,255,255,0.7);
	font-size: 25px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.sosy_naglowek{
	color: #eee;
	text-shadow: 0 0 4px black;
	margin-top: 20px;
	font-size: 18px;
	text-decoration: underline;
	font-style: italic;
	text-align: left;
}

.linia_sos{
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
	padding: 4px 6px;
}

.sos{
	float: left;
	letter-spacing: 2px;
}

.opis_sos{
	color: #606060;
	font-size: 15px;
	margin: -44px 0 3px 0;
}

.opis_sos2{
	color: #606060;
	font-size: 16px;
	margin: -36px 0 12px 0;
}

#pdf{
	margin: 15px auto 0 auto;
	width: 980px;
	font-size: 28px;
	font-family: 'Kalam', cursive;
	color: black;
}

#pdf_ico{
	height: 38px;
	margin-bottom: -5px;
}

.flags{
	position: absolute;
	transition-duration: 0.2s;
}

#flag1{	 margin-left: 30px;width: 55px;}
#flag2{	margin-left: 110px;width: 55px;}
#flag3{	margin-left: 190px;width: 55px;}

#flag1:hover{ margin: -3px 0 0 25px; width: 65px;}
#flag2:hover{ margin: -3px 0 0 105px; width: 65px;}
#flag3:hover{margin: -3px 0 0 185px; width: 65px;}



#oferta{
	width: 980px;
	min-height: 500px;
	margin: 70px auto 0 auto;
}

#oferta > img{
	border-radius: 10px;
	box-shadow: 0 0 10px grey;
	margin-bottom: 60px;
}


#oferta_tresc{
	text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 23px;
	width: 800px;
	height: 160px;
	padding: 15px;
	box-shadow: 0 0 6px grey;
	border-radius: 100px;
	background-color: white;
	margin-top: 450px;
	margin-left: 75px;
	position: absolute;
}

#oferta_kontakt{
	text-align: center;
	font-family: 'Kalam', cursive;
	font-size: 23px;
	width: 880px;
	height: 40px;
	padding: 10px;
	box-shadow: 0 0 6px grey;
	border-radius: 25px;
	background-color: white;
	margin-left: 40px;
	margin-top: -95px;
	position: absolute;
}

#galeria{
	width: 980px;
	margin: 80px auto 0 auto;
}

#galeria> div{
	float: left;
	width: 326px;
	height: 227px; 
	border-bottom: 6px solid white;
}

#galeria> div > a > img{
	transition-duration: 0.1s;
	width: 326px;
	height: 227px;
}

#galeria > div > a > img:hover{
	position: absolute;
	width: 391px;
	height: 262px;
	margin: -22px 0 0 -32px;
	z-index: 98;
	border: 1px solid white;
	box-shadow: 0 0 22px black;

}

#kontakt{
	width: 980px;
	margin: 80px auto 60px auto;
}

#mapa{
	float: left;
	width: 588px; 
	height: 725px;
	border: 1px solid grey;
	border-radius: 3px;
}

#kontakt_right{
	float: left;
	width: 370px;
	margin-left: 10px;
	font-size: 17px;
}

.kontakt_dane{
	width: 364px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 25px;
	border-radius: 15px;
	padding: 10px 8px 10px 8px;
	box-shadow: 0 0 8px #ddd;

}

.naglowek_kontakt{
	color: brown;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
}

.typ_info{
	margin-right: 20px;
	font-size: 16px;
	letter-spacing: -1px;
}

#kod{
	margin-left: 68px;
}

#gdanska{
	text-align: center;
	font-size: 14px;
	color: #aaa;
	margin-bottom: 15px;
}

#mail{
	font-size: 16px;
	letter-spacing: -1px;
	color: brown;
}

#mail:hover{
	text-decoration: underline;
}

#footer{
	width: 100%;
	background-color: #551a1a;
	color: #aa9;
	text-align: center;
	min-height: 20px;
	padding: 5px 0 0 0;
	font-family: 'Kalam', cursive;
}

#footer > div{
	margin: 0 auto;
	width: 980px;
}	

#footer > div > #left{
	float: left;
	font-size: 17px;
}

#footer > div > #right{
	font-size: 15px;
	float: right;
}

#footer > div > #right > a{
	color: #bb9;
}


.sticky{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.hidden{
	 display: none;
}
a{
	text-decoration: none;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 3%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
/* Popup box BEGIN */
