﻿* {
	margin : 0;
	padding : 0;
	outline : 0;
	}
	body {
	background-position : center top;
	font-family : "Roboto Slab", Georgia, "Times New Roman", serif;
	color : #999;
	background-color : #f6f4db;
	background-repeat : repeat-x;
	background-image : url("../img/bg.webp");
	}
	nav {
	margin : 0 0 0 auto;
	background-position : center top;
	padding : 0;
	color : #000000;
	max-width : 600px;
	min-height : 13px;
	z-index : 999;
	}
#menu {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	text-align: center;
}

#menu ul {
	border-width: 1px;
	border-color: #fff;
	list-style-type: none;
	min-height: 13px;
	width: 100%;
	padding: 22px 0 22px 0;
	margin: 0 auto;
	border-bottom-style: solid;
	text-align: center;
	display: block;
	
}

#menu li {
	list-style-type: none;
	display: inline-block;
	height: 14px;
	margin: 0 4px;
	padding: 0;
	float: none;
}

#menu li a {
	text-decoration: none;
	color: #2c3e50;
	font-size: 13px;
	display: block;
	min-height: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 13px;
}

#menu li a.active {
	color: #000000;
	width: 120%;
	font-weight: bold;
	border-radius: 3px;
}


#menu li img {
	vertical-align: middle;
	border: none;
}
	header, .header {
	background-position : left center;
	overflow : hidden;
	height : 114px;
	text-align : right;
	z-index : 998;
	margin-right : auto;
	margin-left : auto;
	color : #fff;
	text-transform : uppercase;
	font-weight : 400;
	max-width : 800px;
	padding-top : 0;
	background-image : url("../img/logo.webp");
	background-repeat : no-repeat;
	}
	@media (max-width: 780px) {
	header {
	background-image : url("../img/logo_small.webp");
	}
	}
	@media (max-width: 640px) {
	.logo {
	display : none;
	}
	header {
	background-position : center bottom;
	height : 134px;
	text-align : center;
	}
	#menu li {
	display : inline-block;
	float : none;
	margin : 0 5px 0 5px;
	}
	#menu ul {
	text-align : center;
	max-width : 640px;
	width : 100%;
	border : none;
	}
	.google-maps {
	padding : 0;
	height : 100px;
	margin : 0;
	width : auto;
	border : 0;
	}
	}
	.container {
	max-width : 800px;
	background-color : #fff;
	margin-right : auto;
	margin-left : auto;
	color : #000000;
	}
	.container hr {
	opacity : 0.15;
	}
	.top {
	position : absolute;
	z-index : 999;
	margin-top : 83px;
	width : 430px;
	height : 44px;
	color : #9D701C;
	padding-top : 20px;
	padding-left : 20px;
	font-size : 24px;
	font-weight : bold;
	line-height : 24px;
	background : linear-gradient(to left, rgb(245, 228, 198, 0) 0, rgb(245, 228, 198, 0.4) 100px, rgb(245, 228, 198, 0.6) 160px, rgb(245, 228, 198, 0.8) 250px) transparent;
	}
	.top-bottom {
	position : absolute;
	height : 80px;
	width : 100%;
	margin-top : -136px;
	}
	.top-b {
	max-width : 960px;
	margin : auto;
	}
	h2 {
	border-width : 1px;
	border-color : #000000;
	padding : 0;
	overflow : hidden;
	margin : 0 auto 0 auto;
	font-size : 20px;
	color : rgb(0, 0, 0);
	font-weight : 400;
	text-align : center;
	letter-spacing : 0;
	height : 46px;
	text-indent : 0;
	max-width : 800px;
	line-height : 46px;
	border-bottom-style : solid;
	}
	h1 {
	overflow : hidden;
	margin : 0 auto 0 auto;
	font-size : 18px;
	color : #000;
	font-weight : 400;
	text-align : center;
	letter-spacing : 0;
	min-height : 20px;
	max-width : 800px;
	line-height : 1em;
	padding-top : 12px;
	padding-bottom : 12px;
	background-color : #F6F4DB;
	}
	h3 {
	color : #808080;
	font-weight : normal;
	}
	h6 {
	color : #fff;
	}
	h6 a {
	color : #523907;
	text-decoration : none;
	background-color : rgb(255, 255, 255, 0.5);
	display : block;
	line-height : 50px;
	font-size : 18px;
	font-weight : bold;
	height : 50px;
	text-indent : 230px;
	}
	h6 a:hover {
	color : #EDB231;
	background-color : rgb(255, 255, 255);
	}
	article {
	margin-right : auto;
	margin-left : auto;
	width : 928px;
	padding : 0;
	}
	.tresc {
	padding : 25px;
	font-size : 13px;
	line-height : 1.25em;
	text-align : left;
	font-weight : 400;
	color : #333;
	}
	#author {
	min-height : 15px;
	padding-top : 15px;
	padding-bottom : 15px;
	font-size : 11px;
	padding-left : 0;
	opacity : 0.8;
	text-align : center;
	}
	.photos {
	padding : 0;
	text-align : left;
	letter-spacing : 4px;
	}
	.photos img {
	box-shadow : 0 0 3px 0 rgb(0, 0, 0, 0.2);
	border : rgb(255, 255, 255, 0.1) solid 1px;
	margin-bottom : 5px;
	}
	footer {
	margin : 0 auto 0 auto;
	max-width : 800px;
	color : #000;
	padding-top : 0;
	padding-bottom : 5px;
	transition-duration : 0.4s;
	background-color : #F6F4DB;
	}
	#foot {
	padding : 0;
	margin-right : auto;
	margin-left : auto;
	}
	footer a {
	color : #2d2d2d;
	transition-duration : 0.4s;
	}
	footer #contact {
	background-position : right center;
	min-height : 90px;
	padding-top : 20px;
	padding-bottom : 20px;
	text-align : center;
	letter-spacing : 0;
	font-size : 14px;
	line-height : 1.45em;
	background-repeat : no-repeat;
	}
	footer #contact strong {
	font-weight : bold;
	font-size : 16px;
	}
	footer a:hover {
	color : #000;
	}
	footer img {
	border-style : none;
	}
	footer img.counter {
	vertical-align : -30%;
	}
	footer img.counter:hover {
	opacity : 0.65;
	}
	.prod {
	margin-right : auto;
	margin-left : auto;
	padding-top : 25px;
	max-width : 935px;
	background-color : #fff;
	padding-left : 25px;
	padding-bottom : 15px;
	}
	.prod .item {
	float : left;
	text-align : center;
	width : 213px;
	height : 216px;
	padding-top : 0;
	padding-bottom : 0;
	box-shadow : 0 0 8px #DDDDDD;
	margin-right : 18px;
	margin-left : 0;
	margin-bottom : 18px;
	}
	.prod .item a {
	color : #808080;
	font-weight : bold;
	font-size : 16px;
	text-decoration : none;
	transition-duration : 0.6s;
	line-height : 1em;
	}
	.prod .item a:hover {
	color : #9D701C;
	transition-duration : 0.6s;
	}
	.prod .item img {
	border-style : none;
	transition-duration : 0.6s;
	width : 213px;
	height : 156px;
	}
	.prod .item img:hover {
	transform : translateY(-4px);
	transition-duration : 0.6s;
	}
	.clear {
	clear : both;
	height : 0;
	}
	h2 img {
	border-style : none;
	}
	.large {
	font-size : 23px;
	font-weight : 400;
	line-height : 60px;
	letter-spacing : -2px;
	word-spacing : 4px;
	}
	.floating {
	float : right;
	margin-left : 20px;
	padding-top : 6px;
	}
	.google-maps {
	padding : 0;
	height : 400px;
	margin : 0;
	width : 100%;
	border : 0;
	}
	.spacer {
	width : 100%;
	margin-right : auto;
	margin-left : auto;
	}
	.mark2 {
	color : #9D701C;
	}
	.zoom-gallery1 {
	margin-right : auto;
	margin-left : auto;
	}
	.zoom-gallery1 img {
	border : none;
	}
	.foto img {
	padding : 3px;
	background-color : #eee;
	border : rgb(150, 150, 150, 0.35) solid 1px;
	height : 162px;
	margin : 1px;
	}
	.foto2 img {
	height : 161px;
	}
	.foto {
	padding : 0 20px 10px 20px;
	text-align : center;
	}
	.bar {
	background-image : url("../img/tlo_menu.png");
	background-repeat : repeat-x;
	background-position : center top;
	height : 30px;
	width : 100%;
	margin-right : auto;
	margin-left : auto;
	}
	.box {
	background-image : url("../img/tlo_glowne.webp");
	width : 100%;
	background-repeat : repeat-x;
	background-position : center top;
	}
	.logo p {
	padding-top : 20px;
	max-width : 900px;
	margin : auto;
	z-index : 998;
	text-align : right;
	font-size : 13px;
	line-height : 17px;
	color : rgb(255, 255, 255, 0.6);
	}
	.logo a {
    color: #fff;  /* biały */
    background-color: #690505; /* ciemniejszy czerwony dla lepszego kontrastu */
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px; /* upewnij się że tekst jest wystarczająco duży */
}
	.logo a:hover {
	color : rgb(255, 255, 255, 0.6);
	}
	.logo {
	background-position : center top;
	width : 100%;
	height : 45px;
	z-index : 999;
	margin-top : 0;
	margin-left : 0;
	text-align : center;
	z-index : 999;
	background-repeat : no-repeat;
	padding : 0 0;
	}
	#slideshow img {
	border : none;
	}
	.c1_2 {
	float : left;
	width : 50%;
	padding-top : 25px;
	padding-bottom : 25px;
	}
	.wht {
	background-color : rgb(255, 255, 255, 0.3);
	}