﻿*{
	margin:0;
	padding:0;
}
html, body{
	background-position: center top;
	font-family: Ubuntu,Tahoma, sans-serif;
	background-image: url('../img/bg_body.jpg');
	background-repeat: no-repeat;
}
header {
	height: 163px;
	width: 100%;
}
#head {
	background-position: right 22px;
	margin: auto;
	max-width: 1044px;
	min-height: 100px;
	background-image: url('../img/bg_menu.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#logo {
	overflow: hidden;
	margin: 0px;
	width: 259px;
	text-align: left;
	height: 260px;
	padding-top: 0px;
	background-repeat: repeat;
	padding-bottom: 0px;
	float: left;
	margin-left:46px;
}
#logo img {
		padding-bottom: 10px;
	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;
	padding: 4px 0px 4px 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	width: 100%;
	height: 24px;
	top: 0px;
	z-index: 999;
	background-color: rgba(0,0,0,0.35);
	position:absolute;

}
#langmenu ul {
	list-style-type: none;
	height: 16px;
	padding: 3px 0px 3px 0px;
	margin: 0px auto 0px auto;
	text-align: left;
	max-width: 960px;
}
#langmenu li {
	list-style-type: none;
	float: right;
	height: 16px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#langmenu li a {
	text-decoration: none;
	color: #B9DD75;
	font-size: 12px;
	display: block;
	height: 16px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 700;
}
#langmenu li:hover {
	color: #000000;
}
#langmenu li a:hover {
	color: #fff;
}
#langmenu li img {
	vertical-align:middle;
	border:none;
}
#langmenu li .active {
	color: #fff;
}
h1 {
	color: #945C42;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	padding: 20px 0px 100px 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	letter-spacing: 0px;
	line-height: 1.3em;
	height: 89px;
}
h1 strong {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 900;
	color:#000;

}
.pl {
		font-size: 21px;
	line-height: 27px;

}
.tresc {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	line-height: 1.4em;
	font-family: Tahoma, sans-serif ;
		text-shadow: 1px 1px 2px rgba(255,255,255,0.25);

}
.tresc strong {
}

article {
	margin: 0px auto 0px auto;
	padding: 30px 30px 30px 30px;
	max-width: 900px;
	background-color: rgba(255,255,255,0.69);
	color: #000000;
}
.photos {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0px 20px 0px;
	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 {
	width:908px;
	text-align:center;
	margin:auto;
}
.photos2 img {
	border-style: none;
	vertical-align: middle;
	transition-duration:0.4s;
	width:208px;
	height:150px;
	padding:4px;
	margin:3px;
	border:1px rgba(100,100,100,0.3) solid;

}
.photos2 img:hover {

}

.content {
	padding: 0px;
	margin: 0px auto 0px auto;
	z-index: 10;
}
.content div {
	margin-bottom: -25px;
}
.contain {
	border-width: 4px;
	border-color: #fff;
	overflow: hidden;
	background-position: center top;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #fff;
	color: #000;
	background-repeat: no-repeat;
	border-top-style: solid;
	background-image: url('../img/bg_footer.jpg');
}

footer{
	padding: 12px 0px 52px 0px;
	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: 0px;
	font-family:Tahoma, sans-serif;
}
#foot {
	margin: 2px auto 2px auto;
	max-width: 880px;
}
#contact {
	max-width: 580px;
	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: #8EBF2F;
}
#author {
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.3em;
	text-align: center;
	color: #808080;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 16px;
	background-color: #FFFFFF;
}
#author a {
	text-decoration: none;
	color: #5E7E1F;
}
#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 rgba(0,0,0,0.85);
	color: #fff;
}
h2:first-letter {
	color: #FAD41A;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	font-size: 32px;
}
h2 a:hover {
	color: #FFFFFF;
}
h3 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #8EBF2F;
}
h3:first-letter {
	color: #ccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	font-size: 32px;
}
h3 a:hover {
	color: #FFFFFF;
}
h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #eee;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	text-indent:15px;
}
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: 0px;
	text-align: center;
	font-size: 18px;
	text-shadow: 1px 1px 3px rgba(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 rgba(255,255,255,0.5);
}
.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: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
.tresc a:hover {
	color: #333;
}
.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: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.google-maps {
	height: 480px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.prod {
	padding: 0px;
	width: 960px;
	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: 8px;
	margin-left: 8px;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.prod .item a {
	overflow: hidden;
	padding: 15px 6px 20px 6px;
	text-align: center;
	width: 212px;
	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;
	font-weight: bold;
}
.prod .item a:hover {
	color: #5C792D;
	transition-duration: 0.6s;
	border-radius: 10px;
}
.prod .item img {
	border-style: none;
	transition-duration: 0.6s;
	break-inside:auto;
	max-width:212px;
	padding-bottom:8px;

}
.local {
	margin: 0px;
	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: rgba(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;
}
.slide {
	background-image: url('../img/bg/4.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 410px;
	width: 100%;
	padding-top:167px;
}
.bottom {
	height: 205px;
	position: absolute;
	margin-bottom: 0px;
	width: 100%;
	background-image: url('../img/bg_box.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
