﻿*{
	margin:0;
	padding:0;
}
html, body{
	height: 100%;
	font-family: Roboto, Arial, sans-serif;
	width: 100%;
}
#mask{
	min-height: 80%;
	width: 100%;
	margin: 0 auto;
}
#container{
	margin: 0px;
}
header {
	background-position: center top;
	overflow: visible;
	padding: 0px 20px 0px 0px;
	max-width: 520px;
	margin: 71px 0px 0px 125px;
	min-height: 134px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 999;
	background-color: #000;
	background-color: rgba(40, 21, 110,0.7);
}
#logo {
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	margin: 0px 0px 0px -87px ;
	width: 174px;
	text-align: center;
	height: 134px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-image: url('../img/logo.png');
	float: left;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 50px;

}
#logo a:hover {
	color: #ccc;
}
#logo img {
		padding-bottom: 25px;
	border-style: none;
	transition-duration:0.4s;

}
#logo img:hover {
transform:scale(0.96);
-moz-transform:scale(0.96);
-webkit-transform:scale(0.96);
transition-duration:0.4s;

}
nav {
	border-style: none;
	margin: 0px;
	background-position: center top;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	width: 100%;
	min-height: 30px;
	top: 0px;
	position: absolute;
	z-index: 999;
	background: linear-gradient(to right, rgba(40, 21, 110,0.95) 0px, rgba(40, 21, 110,0.95) 380px, rgba(40, 21, 110,0.8) 381px, rgba(40, 21, 110,0.8) 760px, rgba(40, 21, 110,0.65) 761px, rgba(40, 21, 110,0.65) 1140px, rgba(40, 21, 110,0.5) 1141px, rgba(40, 21, 110,0.5) 1520px, rgba(40, 21, 110,0.35) 1521px, rgba(40, 21, 110,0.35) 1900px, rgba(40, 21, 110,0.2) 1901px) transparent;

}
#langmenu ul {
	list-style-type: none;
	height: 16px;
	padding: 6px 0px 6px 0px;
	margin: 0px auto 0px 115px;
	text-align: left;
	max-width: 980px;
}
#langmenu li {
	list-style-type: none;
	float: left;
	height: 16px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
#langmenu li a {
	text-decoration: none;
	color: #fff;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	display: block;
	height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 16px;
}
#langmenu li:hover {
	color: #000000;
}
#langmenu li a:hover {
	color: #FFFFFF;
}
#langmenu li img {
	vertical-align:middle;
	border:none;
}
#langmenu li .active {
	color: #FFFFFF;
}
h1 {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	padding-top: 10px;
	margin: 0px auto 0px auto;
	letter-spacing: 0px;
	line-height: 0.9em;
	min-height: 50px;
}
.tresc {
	padding: 0px 20px 0px 20px;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	line-height: 1.3em;
}
.tresc strong {
	font-weight:500;
}

article {
	margin: 0px auto 0px auto;
	padding: 15px 0px 40px 0px;
	max-width: 1000px;
}
.photos {
	background-position: center 100px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-repeat: no-repeat;
}
.photos img {
	margin: 0px 4px 8px 0px;
	vertical-align: middle;
}

.photos2 {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0px 50px 0px;
	text-align: center;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.25);
		background-color: rgba(0,0,0,0.35);

}
.photos2 img {
	margin: 4px 4px 4px 4px;
	vertical-align: middle;
	transition-duration: 0.4s;
	border-radius: 50%;
		border:none;

}
.photos2 img:hover {
transform:scale(0.96);
-moz-transform:scale(0.96);
-webkit-transform:scale(0.96);
transition-duration:0.4s;
box-shadow: 0px 0px 8px 3px rgba(255,255,255,0.6);

}
.content {
	padding: 0px;
	margin: 0px auto 0px auto;
	z-index: 10;
}
.content div {
	margin-bottom: -25px;
}
.contain {
	border-width: 3px;
	border-color: #19a9e5;
	overflow: hidden;
	background-position: center top;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #fff;
	color: #19a9e5;
	background-repeat: repeat;
	border-top-style: solid;
}
footer{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	padding: 12px 0px 52px 0px;
	min-height: 160px;
	text-align: center;
	font-size: 15px;
	color: rgb(255,255,255);
	background-color: #29166E;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#foot {
	margin: 2px auto 2px auto;
	max-width: 880px;
}
#contact {
	max-width: 480px;
	margin-top: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	line-height: 1.35em;
	text-align: center;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	
}
#contact a {
	text-decoration: none;
	color: #19a9e5;
}
#author {
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.3em;
	text-align: center;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 16px;
	background-image: url('../img/body-top.jpg');
	background-repeat: repeat;
}
#author a {
	text-decoration: none;
	color: #888;
}
#author img {
	border-style: none;
}
#author a:hover {
	color: #000;
}
#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: 22px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	
}
h2:first-letter {
font-size:1.3em;
}
h2 a:hover {
	color: #FFFFFF;
}
h3 {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 17px;
	padding-left: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 23px;
	color: #A60B06;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
h6 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	position: absolute;
	margin-top: -120px;
	z-index:999;
}
h6 a {
	text-transform: uppercase;
	color: #D92319;
	display: block;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	line-height: 184px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	text-shadow: 1px 1px 3px rgba(255,255,255,0.75);
	font-weight: 700;
	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;
}
.counter {
	border-style: none;
	vertical-align: -30%;
}
nav img:hover {
-moz-transform:scale(1.3);
-webkit-transform:scale(1.3);
transform:scale(1.3);
transition-duration:0.6s;
}
.clear {
	clear: both;
	height: 0px;
}
.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: #fff;
	text-decoration: none;
	font-weight: bold;
}
.tresc a:hover {
	color: #82547A;
}
.tresc img {
	border-style: none;
	margin-right: 8px;
	vertical-align: middle;
}
.tresc img:hover {
}

hr {
	margin-right: 30px;
	margin-left: 30px;
	width: 882px;
	color: #C0C0C0;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	opacity:0.3;
}
small a {
	font-size: 18px;
	font-weight: bold;
}
.floating {
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 4px;
}
.floating2 {
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 4px;
		padding-right: 25px;

}

.fleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 4px;
}
@media (max-width:800px) {
	.fleft {display:none;}
	.floating {display:none;}
	.floating2 {display:none;}
#langmenu ul {	min-height: 16px;	margin: 0px auto 0px 10px;}

}
.google-maps {
	height: 400px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.photos2 a {
	text-decoration: none;
}

.prod {
	padding: 0px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.prod .item {
	border-radius: 10px;
	overflow: hidden;
	float: left;
	box-shadow: 0px 0px 8px #DDDDDD;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	font-size: 16px;
	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;

}
.prod .item img:hover {
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transition-duration: 0.6s;
	
}
.local {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	color:#29166E;
}
#contact a .color1 {
	color: #F4CE00;
}
#contact a .color2 {
	color: #E6370D;
}
h5 {
	color: #FFFFFF;
	font-weight: 900;
	text-align: left;
	border-bottom-style: solid;
	border-width: 4px;
	border-color: #D92319;
	font-size: 24px;
	margin-left: 20px;
	line-height: 1em;
	padding: 21px 0px 20px 0px;
}
h5 a {
	color:#fff;
	text-decoration:none;
}
.foto {
	margin:auto;
	max-width:910px;
	background-color:#fff;
	text-align:center;
	padding:25px;
}
.foto img {
	height: 133px;
	border:none;
}
.foto img:hover {
	opacity:0.6;
}
.foto3 img {
	height: 280px;
}
.foto4 img {
	height: 280px;
}

.podpis {
	font-family: Allura;
	font-variant: normal;
	font-style: normal;
	font-size:20px;
}
.cat {
	background-color: #f1f1f1;
	border: none;
	padding-top: 30px;
	color: #29166E;
}
.cat2 {
	background-color: #fff;
	border: none;
	padding-top:30px;
}

.cat01 {
	background-color: rgba(255,255,255,0.2);
		padding-bottom: 30px;

}
.cat02 {
	background-color: rgba(255,255,255,0.35);
		padding-bottom: 30px;

}
.cat00 {
	padding-bottom: 30px;
}