﻿* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	font-family: Tahoma, sans-serif;
	width: 100%;
}

#mask {
	width: 100%;
	margin: 0 auto;
}

header {
	background-position: center top;
	height: 130px;
	width: 100%;
	background-image: url("../img/naglowek2.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	z-index: 999;
}

@media (max-width: 700px) {
	header {
		background-position: center top;
		height: 130px;
		width: 100%;
		background-image: url("../img/naglowek2.png");
		background-repeat: no-repeat;
		position: absolute;
		top: 50px;
		z-index: 999;
	}
}

#head {
	margin: auto;
	max-width: 960px;
	min-height: 100px;
}

#logo {
	overflow: hidden;
	margin: 0;
	max-width: 280px;
	text-align: center;
	height: 76px;
	padding-top: 14px;
	background-repeat: repeat;
	padding-bottom: 10px;
	float: left;
}

#logo img {
	padding-bottom: 10px;
	border-style: none;
	transition-duration: 0.4s;
}

#logo img:hover {
	transform: scale(0.96);
	transition-duration: 0.4s;
}

.google-maps {
	padding: 0;
	border: 0;
	margin: 0;
	width: 100%;
}

nav {
	line-height: 10px;
	width: 100%;
	min-height: 20px;
	z-index: 1000;
}

#menu ul {
	list-style-type: none;
	text-align: center;
	padding: 0 20px 10px 20px;
	max-width: 960px;
	margin: auto;
	z-index: 1000;
}

#menu li {
	border-width: 1px;
	border-color: #ccc;
	display: inline-block;
	margin: 0 0;
	border-left-style: solid;
	text-align: center;
}

#menu li:first-child {
	border-left-style: none;
}

#menu li a {
	display: block;
	padding: 0 5px 0 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #39600B;
}

#menu li a.active,
#menu li a:hover {
	color: #000;
}

h1 {
	border-top-left-radius: 50px 50px;
	border-top-right-radius: 50px 50px;
	color: #1c6b25;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
	max-width: 920px;
	letter-spacing: 0;
	line-height: 56px;
	height: 56px;
	font-family: "Russo One", "Arial Black", Arial, sans-serif;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.6);
	background-color: rgb(79, 57, 14, 0.6);
	background: linear-gradient(to bottom, rgb(54, 39, 10, 0.2) 0%, rgb(54, 39, 10, 0.5) 50%, rgb(54, 39, 10, 0.7) 70%, rgb(54, 39, 10, 0.9) 100%) rgb(79, 57, 14, 0.6);
}

.pl {
	font-size: 21px;
	line-height: 27px;
}

.tresc {
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	line-height: 1.4em;
	font-family: Tahoma, sans-serif;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.25);
	color: #fff;
}

article {
	margin: 0 auto 0 auto;
	padding: 30px 30px 30px 30px;
	max-width: 900px;
	background-color: rgb(54, 39, 10, 0.36);
	color: #000000;
}

.photos {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 10px 0 20px 0;
	text-align: center;
	background-repeat: no-repeat;
	max-width: 960px;
}

.photos img {
	margin: 1px 1px 4px 1px;
	vertical-align: middle;
	width: 186px;
	height: 124px;
}

.photos2 {
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0 20px 0;
	text-align: center;
	background: linear-gradient(to top, rgb(255, 255, 255, 0.4) 0, rgb(255, 255, 255, 0.4) 20px, rgb(255, 255, 255, 0.2) 150px, rgb(255, 255, 255, 0) 300px) transparent;
}

.photos2 a {
	text-decoration: none;
}

.photos2 img {
	border-style: none;
	vertical-align: middle;
	transition-duration: 0.4s;
}

.photos2 img:hover {
	transform: scale(1.04);
	transition-duration: 0.4s;
}

.content {
	padding: 0;
	margin: 0 auto 0 auto;
	z-index: 10;
}

.content div {
	margin-bottom: -25px;
}

.contain {
	border-width: 4px;
	border-color: #4F3602;
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, 0.25) inset;
	overflow: hidden;
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #573f0f;
	color: #000;
	background-repeat: no-repeat;
	border-top-style: solid;
	background-image: url("../img/tloglowne.jpg");
}

#container {
	margin: 0;
}

footer {
	padding: 12px 0 52px 0;
	min-height: 160px;
	text-align: center;
	font-size: 15px;
	color: rgb(255, 255, 255);
	background-color: #000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	font-family: Tahoma, sans-serif;
}

#foot {
	margin: 2px auto 2px auto;
	max-width: 880px;
}

#contact {
	max-width: 540px;
	margin-top: 0;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.9);
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}

#contact a {
	text-decoration: none;
	color: #77C213;
}

#author {
	margin: 0 auto 0 auto;
	width: 100%;
	font-size: 12px;
	padding-left: 0;
	line-height: 1.3em;
	text-align: center;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 16px;
	background-color: #FFFFFF;
}

#author a {
	text-decoration: none;
	color: #666;
}

#author img {
	border-style: none;
}

#author a:hover {
	color: rgb(0, 0, 0);
}

#contact a:hover {
	text-decoration: underline;
	color: rgb(255, 255, 255);
}

.highlight {
	text-decoration: blink;
	color: #DC1D2E;
}

.second {
	border-width: 1px;
	border-color: #000000;
	border-top-style: solid;
	padding-top: 20px;
	margin-top: 10px;
}

li img {
	border-style: none;
}

li img:hover {
	opacity: 0.6;
}

h2 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: "Russo One", "Arial Black", Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.5);
	color: #fff;
}

h2:first-letter {
	color: #77C213;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.5);
	font-size: 26px;
}

h2 a:hover {
	color: #FFFFFF;
}

h3 {
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	font-family: "Russo One", "Arial Black", Arial, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #77C213;
}

h3:first-letter {
	color: #fff;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.5);
	font-size: 26px;
}

h3 a:hover {
	color: #FFFFFF;
}

h4 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-family: "Russo One", "Arial Black", Arial, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #39600B;
}

h4:first-letter {
	color: #000;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.5);
	font-size: 26px;
}

h4 a:hover {
	color: #FFFFFF;
}

h6 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
	font-family: "Russo One", "Arial Black", Arial, sans-serif;
	position: absolute;
	margin-top: -124px;
	z-index: 999;
}

h6 a {
	text-transform: uppercase;
	color: #000;
	display: block;
	height: 124px;
	margin-right: auto;
	margin-left: auto;
	line-height: 194px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	text-shadow: 1px 1px 3px rgb(255, 255, 255, 0.85);
	font-weight: bold;
	background-image: url("../img/h6.png");
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-image 0.6s;
}

h6 a:hover {
	cursor: pointer;
	z-index: 20;
	text-decoration: blink;
	color: #000;
	background-image: url("../img/h6_hover.png");
	transition-duration: 0.6s;
	transition: background-image 0.6s;
	text-shadow: 1px 1px 1px rgb(255, 255, 255, 0.5);
}

.counter {
	border-style: none;
	vertical-align: -30%;
}

nav img:hover {
	transform: scale(1.3);
	transition-duration: 0.6s;
}

.clear {
	clear: both;
	height: 0;
}

.oferta {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}

.item a:hover {
	background-color: #DFF3F4;
}

.flash {
	position: absolute;
	z-index: 0;
}

.tresc a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

.tresc a:hover {
	color: #333;
}

.tresc img {
	border-style: none;
	margin-right: 8px;
	vertical-align: middle;
}

hr {
	margin-right: 30px;
	margin-left: 30px;
	width: 882px;
	background-color: #C0C0C0;
	opacity: 0.3;
}

small a {
	font-size: 18px;
	font-weight: bold;
}

.floating {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
}

.google-maps {
	height: 480px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.prod {
	padding: 0;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

.prod .item {
	border-radius: 10px;
	overflow: hidden;
	float: left;
	box-shadow: 0 0 8px #DDDDDD;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	font-size: 16px;
	font-family: "Roboto Condensed", "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

.prod .item a {
	overflow: hidden;
	padding: 15px 6px 20px 6px;
	text-align: center;
	width: 200px;
	min-height: 180px;
	background-color: #FFFFFF;
	border-radius: 10px;
	color: #000000;
	text-decoration: none;
	transition-duration: 0.6s;
	line-height: 1.15em;
	display: block;
	text-transform: uppercase;
}

.prod .item a:hover {
	color: #B869C2;
	transition-duration: 0.6s;
	border-radius: 10px;
}

.prod .item img {
	border-style: none;
	transition-duration: 0.6s;
	break-inside: auto;
	max-width: 200px;
}

.local {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
}

#contact a .color1 {
	color: #F4CE00;
}

#contact a .color2 {
	color: #E6370D;
}

.h2inv {
	color: #D3BCD0;
}

.bar {
	width: 100%;
	position: absolute;
	z-index: 999;
	height: 200px;
	margin-top: -130px;
}

.bar_wrapper {
	box-shadow: 0 -2px 3px 1px rgb(0, 0, 0, 0.46);
	margin: auto;
	max-width: 960px;
	border-top-left-radius: 50px 50px;
	border-top-right-radius: 50px 50px;
}

@media (max-width: 960px) {
	.bar-wrapper {
		border-radius: 0;
		box-shadow: 0 0 0 0 transparent;
	}
}

.foto {
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto 0 auto;
	height: 163px;
}

.foto img {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
}

@media (max-width: 900px) {
	.bar {
		margin-top: -110px;
	}
}

@media (max-width: 800px) {
	.bar {
		margin-top: -90px;
	}
}

@media (max-width: 680px) {
	.bar {
		margin-top: -70px;
	}
}

@media (max-width: 560px) {
	.bar {
		margin-top: -10px;
	}

	h1 {
		display: none;
	}
}

@media (max-width: 490px) {
	.bar {
		margin-top: 0;
	}
}