﻿* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "Open Sans", Tahoma, sans-serif;
}

header {
	background-position: center top;
	border-width: 4px;
	border-color: rgb(255, 255, 255, 0.5);
	height: 106px;
	background-color: #fff;
	width: 100%;
	border-bottom-style: solid;
	background-image: url("../img/mainmenu-shadow-over.png");
	background-repeat: no-repeat;
}

#head {
	margin: auto;
	max-width: 960px;
	min-height: 106px;
}

#head p {
	max-width: 600px;
	float: right;
	text-align: right;
	background-color: rgb(100, 100, 100, 0.1);
	padding: 15px 20px 15px 20px;
	margin-top: 11px;
	font-weight: 600;
}

#head p a {
	color: #053A70;
	text-decoration: none;
}

#head p a:hover {
	color: #999;
}

#logo {
	overflow: hidden;
	margin-top: -32px;
	width: 202px;
	text-align: left;
	height: 166px;
	padding-top: 0;
	background-repeat: repeat;
	padding-bottom: 0;
	float: left;
	position: absolute;
	z-index: 999;
}

#logo img {
	padding-bottom: 10px;
	border-style: none;
	transition-duration: 0.4s;
}

#logo img:hover {
	transform: scale(1.03);
	transition-duration: 0.4s;
}

nav {
	border-style: none;
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	width: 100%;
	height: 24px;
	top: 0;
	z-index: 999;
}

#langmenu ul {
	list-style-type: none;
	height: 16px;
	padding: 1px 0 1px 0;
	margin: 0 auto 0 auto;
	text-align: left;
	max-width: 960px;
}

#langmenu li {
	list-style-type: none;
	float: right;
	height: 16px;
	margin: 0 0 0 10px;
	padding: 0;
}

#langmenu li a {
	text-decoration: none;
	color: #ccc;
	font-size: 12px;
	display: block;
	height: 16px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 600;
}

#langmenu li:hover {
	color: #000000;
}

#langmenu li a:hover {
	color: #000;
}

#langmenu li img {
	vertical-align: middle;
	border: none;
}

#langmenu li .active {
	color: #000;
}

.heading {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 172px;
	margin-top: -172px;
}

.logowrap {
	background-position: right bottom;
	max-width: 960px;
	margin: auto;
	background-image: url("../img/logo2.png");
	background-repeat: no-repeat;
	height: 157px;
	padding-top: 15px;
}

h1 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 20px;
	margin: 0 280px 0 auto;
	max-width: 680px;
	letter-spacing: 0;
	line-height: 1.1em;
	min-height: 56px;
	background-color: rgb(255, 255, 255, 0.65);
	border-radius: 4px;
	box-shadow: -1px -1px 2px rgb(0, 0, 0, 0.25);
}

@media (max-width: 960px) {
	h1 {
		display: none;
	}
}

@media (max-width: 640px) {
	.logowrap {
		display: none;
	}
}

@media (max-width: 520px) {
	#logo {
		display: none;
	}
}

.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.25em;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.25);
}

article {
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	max-width: 960px;
	color: #000000;
}

.photos {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 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 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 {
	overflow: hidden;
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #fff;
	color: #000;
	background-repeat: no-repeat;
	background-image: url("../img/carousel-shadow-below.png");
}

footer {
	padding: 12px 0 52px 0;
	min-height: 160px;
	text-align: center;
	font-size: 15px;
	color: rgb(255, 255, 255);
	background-color: #053A70;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

#foot {
	margin: 2px auto 2px auto;
	max-width: 880px;
}

#contact {
	max-width: 580px;
	margin-top: 0;
	text-shadow: 1px 1px 2px rgb(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: #EBB631;
}

#author {
	margin: 0 auto 0 auto;
	width: 100%;
	font-size: 12px;
	padding-left: 0;
	line-height: 1.3em;
	text-align: center;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 16px;
	background-color: #FFFFFF;
}

#author a {
	text-decoration: none;
	color: #333;
}

#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: 700;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.85);
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}

h2:first-letter {
	color: #FAD41A;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.5);
	font-size: 32px;
}

h2 a:hover {
	color: #FFFFFF;
}

h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #EBB631;
}

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: 22px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #EBB631;
}

h4:first-letter {
	color: #000;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.5);
	font-size: 26px;
}

h4 a:hover {
	color: #FFFFFF;
}

h5 {
	width: 960px;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	color: #FFFFFF;
	margin: auto;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

h6 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
	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;
	color: #C0C0C0;
	border-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;
}

@media (max-width: 960px) {
	.floating {
		width: 480px;
	}
}

@media (max-width: 800px) {
	.floating {
		width: 400px;
	}
}

@media (max-width: 640px) {
	.floating {
		width: 280px;
	}
}

@media (max-width: 560px) {
	.floating {
		display: none;
	}
}

.google-maps {
	border-width: 0;
	border-color: #FFFFFF;
	height: 320px;
	width: 100%;
	text-align: center;
}

.prod {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	max-width: 972px;
	padding-left: 0;
	padding-bottom: 25px;
	overflow: hidden;
}

.prod .item {
	border: #E8E8E8 solid 4px;
	background-position: center center;
	background-size: contain;
	float: left;
	text-align: center;
	width: 223px;
	height: 154px;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 0 8px rgb(255, 255, 255, 0.3);
	margin: 6px 6px 6px 6px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	overflow: hidden;
}

.prod .item a {
	color: #000;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.76);
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	transition-duration: 0.6s;
	line-height: 1em;
	display: block;
	height: 154px;
}

.prod .item p {
	width: 223px;
	padding-left: 223px;
	transition: padding-left 0.4s;
	height: 124px;
	padding-top: 30px;
}

.prod .item p:hover {
	width: 223px;
	padding-left: 0;
	transition: padding-left 0.4s;
}

.prod .item a:hover {
	transition-duration: 0.6s;
	background-color: rgb(255, 255, 255, 0.56);
}

.prod .item img {
	border-style: none;
	transition-duration: 0.6s;
	width: 302px;
	height: 188px;
}

.i01 {
	background-image: url("../img/AKU01.png");
}

.i02 {
	background-image: url("../img/AKU02.png");
}

.i03 {
	background-image: url("../img/AKU03.png");
}

.i04 {
	background-image: url("../img/AKU04.png");
}

.i05 {
	background-image: url("../img/AKU05.png");
}

.i06 {
	background-image: url("../img/AKU06.png");
}

.i07 {
	background-image: url("../img/AKU07.png");
}

.i08 {
	background-image: url("../img/AKU08.png");
}

.i09 {
	background-image: url("../img/AKU09.png");
}

.i10 {
	background-image: url("../img/AKU10.png");
}

.i11 {
	background-image: url("../img/AKU11.png");
}

.i12 {
	background-image: url("../img/AKU12.png");
}

.prod .item img:hover {
	transform: translateY(-4px);
	transition-duration: 0.6s;
}

.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;
}

.off {
	width: 940px;
	background-color: #E2E2E2;
	margin: auto;
	padding: 10px;
	text-align: center;
	font-size: 13px;
}

.pos {
	float: left;
	width: 170px;
	margin: 9px;
	text-align: center;
}

.pos img {
	width: 170px;
}

.off a {
	color: #588547;
	font-weight: bold;
	font-size: 13px;
}

.poff {
	background-color: rgb(0, 0, 0, 0.05);
	padding-top: 8px;
	padding-bottom: 8px;
	width: 960px;
	margin: auto;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.poff a {
	color: #588547;
	font-weight: bold;
	font-size: 13px;
}

.poff a:hover {
	color: #000;
}

.photos2 {
	background-color: rgb(250, 250, 250);
}