﻿* {margin: 0; padding: 0; outline: 0;}

body {
	background-position: center top;
	font-family: Open Sans, Arial , Verdana, sans-serif;
	color: #999;
	font-size: 12px;
}
#menu {
	margin: auto;
	background-position: center top;
	padding-top: 5px;
	text-align: right;
	color: #000000;
	font-size: 10px;
	max-width: 960px;
	height: 30px;
	z-index: 999;
	overflow: hidden;
}
#menu ul {
	list-style-type: none;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 0px auto;
	text-align: right;
	width: 360px;
}
#menu li {
	list-style-type: none;
	float: right;
	height: 30px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
#menu li a {
	border-width: 3px;
	border-color: transparent;
	text-decoration: none;
	color: rgba(0, 0, 0,0.5);
	font-size: 12px;
	display: block;
	height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	border-top-style: solid;
}
#menu li a.active {
	border-width: 3px;
	border-color: #F5A61B;
	color: rgb(0, 0, 0);
	border-top-style: solid;
}
#menu li:hover {
	color: #fff;
}
#menu li a:hover {
	color: rgb(0, 0, 0);
		border-color: #F5A61B;
}
header {
	background-position: left center;
	height: 100px;
	text-align: center;
	z-index: 998;
	max-width: 960px;
	margin: auto;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
}
#head {
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
	text-align: left;
	height: 100px;
	padding-left: 0px;
	padding-top: 0px;
}
h1 {
	margin: 0px auto 0px 0px;
	line-height: 15px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0px;
	background-repeat: no-repeat;
	height: 54px;
	padding-left: 160px;
	padding-top:23px;
}
h1 strong {
	font-size:14px;
	font-weight:600;
}
h2 {
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight:700;
	height:60px;
	line-height:60px;
}
h2 img {
	border-style: none;
}
h2 a {
	text-decoration: none;
	color: #808080;
}
h2 a:hover {
	color: #333333;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height:1.1em;
}
h6 {
}
h6 a {
	color: #523907;
	text-decoration: none;
	background-color: rgba(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);

}
#art {
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	margin-top: 5px;
	background-color: rgba(255,255,255,0.86);
}
article .tresc {
	padding: 20px;
	font-size: 14px;
	color: #000000;
	line-height: 1.35em;
	text-align: justify;
	font-weight: 400;
}
article .tresc a{
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
article .tresc a:hover{
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.photos {
	padding: 0px;
	text-align: left;
	letter-spacing: 4px;
}
.photos img {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 5px;
}
footer {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 960px;
	transition-duration: 0.4s;
	background-color: #F5A61B;
}
#foot {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
footer a {
	color: #555;
	transition-duration: 0.4s;

}
footer #author {
	width: 100%;
	height: 46px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	padding-left: 0px;
	opacity: 0.8;
	color: #4F412F;
	text-align: center;
}
footer #contact {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 0px;
	font-size: 15px;
	line-height: 1.35em;
	color: #111;
	background-color: rgba(255,255,255,0.15);
	width:100%;
	min-height:100px;
}
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 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;
}
.prod .item {
	background-position: center top;
	float: left;
	text-align: center;
	width: 25%;
	height: 207px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	overflow:hidden;
}

.prod .item a {
	color: #000000;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	transition-duration: 0.3s;
		height: 340px;
display:block;
width:100%;
}
.prod .item a:hover {
	color: #666;
	transition-duration: 0.3s;
}
.prod .item img {
	height:160px;
}
.prod .item img:hover {
	transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transition-duration: 0.6s;
	
}
.clear {
	clear: both;
	height: 0px;
}
.large {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #000000;
}
.google-maps {
	padding: 0px;
	height: 320px;
	margin: 0px;
	width: 960px;
}
.foto img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	width: 240px;
	transition: opacity 0.3s;
	height: 357px;
}
.foto {
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: #3B2110;
	padding:0px;
		height: 357px;

}
.foto img:hover {
opacity:0.7;
transition:opacity 0.3s;
}
.icon {
	color: #3B2110;
	font-size: 46px;
	margin-top:20px;
	opacity:0.8;
	transition-duration: 0.35s;

}
.icon:hover {
transform: scale(1.14);
-webkit-transform: scale(1.14);
transition-duration: 0.35s;
opacity:1;
}
.contain {
	background-image: url('../img/gplaypattern.png');
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 25px;
}
.floating {
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
}
.floating_l {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.middle {
	vertical-align: middle;
}
.cat {
	width: 100%;
	background-color: #F5F5F5;
	padding-bottom: 40px;
}
.black {
	color: #000000;
}
hr {
	color: #ddd;
	border: 0px solid #ddd;
	height: 1px;
	background-color:#eee;
}
