﻿* {
	margin : 0;
	padding : 0;
	outline : 0;
}
body {
	background-position : center top;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : #999;
	background-color : white;
	background-repeat : repeat-x;
}
#logo {
	height : 180px;
	width : 300px;
	margin : auto;
	background-image : url("../img/logo.png");
	background-repeat : no-repeat;
	color : #808080;
	position : relative;
	bottom : 10%;
}
nav {
	background-color : #F2F2F2;
	line-height : 10px;
	width : 100%;
	min-height : 20px;
	display : flex;
	justify-content : center;
}
#menu ul {
	list-style-type : none;
	text-align : right;
	padding : 7px 20px 10px 20px;
	max-width : 960px;
	margin : auto;
}
#menu li {
	border-width : 1px;
	border-color : #ccc;
	display : inline-block;
	margin : 0 0;
	border-left-style : solid;
	text-align : center;
}
i {
	color : #1155A7;
}
#menu li:first-child {
	border-left-style : none;
}
#menu li a {
	display : block;
	padding : 0 5px 0 6px;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
	text-transform : uppercase;
	color : #0066FF;
}
#menu li a.active, #menu li a:hover {
	color : #000;
}
header {
	overflow : hidden;
	height : 190px;
	z-index : 998;
	max-width : 900px;
	background-repeat : no-repeat;
	margin-right : auto;
	margin-left : auto;
	color : #000000;
	padding-top : 0;
}
.info {
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
	padding : 10px;
	background-position : center;
	background-color : #1155A7;
	float : right;
	max-width : 270px;
	min-height : 30px;
	position : relative;
	top : 80.5%;
	color : #FFFFFF;
	font-size : 11px;
	font-family : Tahoma;
	line-height : 20px;
	text-align : center;
	background : linear-gradient(to bottom, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.08) 60%, rgb(0, 0, 0, 0.26) 100%) #1E7AF1;
}
.info a {
	color : #fff;
	font-weight : bold;
	text-decoration : none;
	font-size : 13px;
}
.info a:hover {
	color : #c0c0c0;
}
.container {
	max-width : 900px;
	background-color : rgb(255, 255, 255, 0.5);
	margin-right : auto;
	margin-left : auto;
	color : #000000;
}
.top {
	position : absolute;
	z-index : 999;
	margin-top : 46px;
	width : 370px;
	height : 36px;
	color : #0015C2;
	padding-top : 15px;
	padding-left : 15px;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
	background : linear-gradient(to left, rgb(241, 241, 241, 0) 0, rgb(241, 241, 241, 0.4) 100px, rgb(241, 241, 241, 0.7) 160px, rgb(241, 241, 241, 1) 250px) transparent;
	font-family : Tahoma;
}
.top-bottom {
	position : absolute;
	height : 80px;
	width : 100%;
	margin-top : -118px;
}
.top-b {
	max-width : 900px;
	margin : auto;
}
h1 {
	padding : 14px 15px 0 150px;
	overflow : hidden;
	margin : 0 auto 0 auto;
	font-size : 16px;
	color : #000;
	font-weight : 700;
	text-align : right;
	letter-spacing : 0;
	float : right;
	height : 49px;
	text-indent : 0;
	max-width : 880px;
	line-height : 1em;
	background : linear-gradient(to right, rgb(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.4) 100px, rgb(255, 255, 255, 0.7) 160px, rgb(255, 255, 255, 1) 250px) transparent;
}
h2 {
	overflow : hidden;
	padding-top : 12px;
	margin : 0 auto 0 auto;
	font-family : BebasNeue;
	letter-spacing : 0.05em;
	font-size : 28px;
	color : #1155A7;
	font-weight : 700;
	text-align : center;
	letter-spacing : 0;
	height : 32px;
	max-width : 900px;
	line-height : 1em;
}
h2 a {
	text-decoration : none;
	color : #808080;
}
h2 a:hover {
	color : #333333;
}
h3 {
	color : #808080;
	font-weight : normal;
}
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 : 17px;
	line-height : 1.35em;
	text-align : justify;
	font-weight : 400;
	color : #666666;
}
.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 {
	box-shadow : 0 0 140px 30px rgb(244, 244, 244, 0.25);
	margin : 0 auto 0 auto;
	max-width : 900px;
	color : #000;
	padding-top : 25px;
	padding-bottom : 5px;
	transition-duration : 0.4s;
	background : linear-gradient(to bottom, rgb(255, 255, 255, 0) 0, rgb(255, 255, 255, 0.5) 100px, rgb(255, 255, 255, 0.7) 200px) #f0f0f0;
	background-color : #F2F2F2;
}
#foot {
	padding : 0;
	margin-right : auto;
	margin-left : auto;
}
footer a {
	color : #808080;
	transition-duration : 0.4s;
}
#author {
	min-height : 15px;
	padding-top : 15px;
	padding-bottom : 15px;
	font-size : 11px;
	padding-left : 0;
	opacity : 0.8;
	text-align : center;
}
footer #contact {
	min-height : 110px;
	padding-top : 0;
	padding-bottom : 0;
	text-align : center;
	letter-spacing : 0;
	font-size : 14px;
	line-height : 1.45em;
}
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 {
	display : flex;
	justify-content : center;
	flex-wrap : wrap;
	margin-right : auto;
	margin-left : auto;
	padding-top : 25px;
	max-width : 900px;
	padding-bottom : 15px;
}
.prod .item {
	float : left;
	display : flex;
	justify-content : center;
	text-align : center;
	width : 285px;
	height : 190px;
	padding-top : 0;
	padding-bottom : 0;
	box-shadow : 0 2px 4px #DDDDDD;
	margin-right : 15px;
	margin-left : 0;
	margin-bottom : 15px;
	background-color : #F2F2F2;
}
.foto {
	padding : 0 10px 30px;
	text-align : center;
}
.prod .item a {
	color : #808080;
	font-weight : normal;
	font-size : 17px;
	text-decoration : none;
	transition-duration : 0.6s;
}
.prod .item a:hover {
	color : #00ADEF;
	transition-duration : 0.6s;
}
.prod .item img {
	border-style : none;
	transition-duration : 0.6s;
	max-width : 220px;
	padding-top : 9px;
	vertical-align : middle;
	border-radius : 30px;
}
.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;
}
.jcarousel-skin-luxor li a {
	background-position : center top;
	display : block;
	background : url("../img/empty.png");
	background-repeat : no-repeat;
}
#banners {
	margin : 0 auto 0 auto;
	width : 920px;
}
#page #under_top {
	clear : both;
}
#page #under_top #banners ul {
	width : 914px;
	height : 169px;
}
#page #under_top #banners li a, #page #under_top #banners li {
	display : inline-block;
	width : 212px;
	border-radius : 6px;
	height : 165px;
	text-align : center;
	list-style-type : none;
	text-decoration : none;
	color : #FFF;
	font-size : 12px;
}
#page #under_top #banners li a:hover {
	color : #ccc;
}
#page #under_top #banners li {
	border : #537262 solid 1px;
	margin : 0 21px 0 0;
}
#page #under_top #banners li a p {
	margin-top : 121px;
	padding : 0 5px;
	background : url(../gfx/transparent.png);
	height : 44px;
}
#page #under_top #banners li.nomargin-left {
	margin-left : 0;
}
html {
	background-image : url("../img/background-top.jpg");
	background-repeat : repeat-x;
	background-position : center top;
}
.t2 {
	color : #487055;
}
.line {
	color : #75A389;
	padding-top : 0;
	margin-top : 16px;
	border-style : none;
	background : linear-gradient(to left, rgb(72, 112, 85, 0) 0, rgb(72, 112, 85, 0.1) 30px, rgb(72, 112, 85, 0.3) 60px, rgb(72, 112, 85, 0.6) 460px, rgb(72, 112, 85, 0.3) 860px, rgb(72, 112, 85, 0.1) 890px, rgb(72, 112, 85, 0) 920px) transparent;
	height : 1px;
}
.floating {
	float : left;
	margin-right : 20px;
	padding-top : 0;
}
.google-maps {
	border-width : 0;
	border-color : #FFFFFF;
	padding : 0;
	height : 320px;
	margin : 0;
	width : 100%;
}
.spacer {
	width : 100%;
	margin-right : auto;
	margin-left : auto;
}
.mark2 {
	color : #649DF4;
}
.zoom-gallery1 {
	max-width : 960px;
	margin-right : 0;
	margin-left : 0;
}
.zoom-gallery1 img {
	width : 173px;
	border : none;
}
.foto {
	text-align : center;
	max-width : 900px;
	margin : auto;
	padding-top : 20px;
	padding-bottom : 20px;
}
.foto img {
	height : 132px;
	transition-duration : 0.4s;
	border-radius : 30px;
	padding : 15px;
}
.foto img:hover {
	transform : scale(1.3);
	transition-duration : 0.4s;
	box-shadow : 0 0 0 0 #fff;
}
