﻿/*--------RESET CSS---------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.profile tr td input {
    width:  30em;
}

.invisible {
    visibility: hidden;
}

/*------------- CLEARFIX------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*-------------FONT IMPORT------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 14, 2012 */

/*@font-face {
    font-family: 'CenturyGothicTNormal';
    src: url('../fonts/century_gothic_t.-webfont.eot');
    src: url('../fonts/century_gothic_t.-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_t.-webfont.woff') format('woff'),
         url('../fonts/century_gothic_t.-webfont.ttf') format('truetype'),
         url('../fonts/century_gothic_t.-webfont.svg#CenturyGothicTNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'CenturyGothicTNormal';
    src: url('../fonts/CenturyGothicRegular.eot');
    src: url('../fonts/CenturyGothicRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothicRegular.woff') format('woff'),
         url('../fonts/CenturyGothicRegular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;

}

/*--------------INIZIO CSS--------------*/

html, body {
	font-family: CenturyGothicTNormal, sans-serif;
	/*background: #301d07;*/
	background: #291a15;

}

strong {
	font-weight: bold;
	color: #998262;
}

.storeselect {
	font-weight: bold;
	color: #998262;
}


em { 
	font-style:italic;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	font-size:14px;
}

a {
	text-decoration:none;
	color: #362106;
	letter-spacing:-1px;
}

hr { border: 1px solid #beb185; }

/*--------------HEADER--------------*/
#header {
    position: relative;
    width: 100%;
	height: 130px;
	box-shadow: 1px 0 10px black;
	/*background: #3a260e;*/
	background: #291a15;
    z-index: 100;
}

#headWrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#logo {
	height: 109px;
	width: 119px;
	float: left;
	padding-top: 10px;
}

.menu li {
	list-style: none;
	display: inline;

}

.head-navi{
    float: right;
    width: 840px;
}


/*-----SEARCH INPUT------*/

#searchbar {
    background: url("/static/img/barbg.png") repeat-x scroll 0 0 #291a15;
    border: 3px solid #c2b589;
    border-radius: 50px 50px 50px 50px;
    color: #291a15;
    float: left;
    outline: medium none;
    padding: 1px;
    width: 170px;
}

#searchbar.active {
    background: url("/static/img/barbg-active.png") repeat-x scroll 0 0 #EBF3FC;
    border: 3px solid #9d8d68;
}

#searchbtn {
    background: url("/static/img/searchicon.png") repeat-y scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 19px;
    margin: 2px 0 0 -25px;
    padding: 0 0 0 20px;
    text-indent: -9999px;
    width: 19px;
}

#searchbtn:hover {
    background-position: 0 -20px;
}

/*--------------USER MENU--------------*/
#userMenu {
	float: right;
	margin-top: 30px;
}

#userMenu ul {
	display: inline;
}

#userMenu li {
	text-transform: capitalize;
	font-size: 12px;
	list-style: none;
	display: inline;
}

#userMenu a {
	color: #beb185;
	margin-left: 6px;
	padding-right: 8px;
	border-right: 1px solid #beb185;
	text-decoration: underline;
}

#userMenu li:last-child a {
	border: none;
}

#userMenu a:visited {
	color: #beb185;
}

#userMenu form{
	display:inline;

}

.highlight {
}

.ui-widget-content {
    background:	none;
    border: 	0px;
}

.ui-widget-content.ui-autocomplete {
	background:	rgb(242, 238, 226);
}

div.styled-select {
	float:right;
    margin-top: 27px;
    border-right: 1px solid #beb185;
}

div.styled-select a, div.ui-selectmenu-menu a, div.ui-selectmenu-menu a:hover {
    padding-top: 0px;
    padding-bottom: 3px;
    line-height: 13px;
    text-decoration:none;
    color: #BEB185;
    font-size: 13px;	/* FIXME: sistemare dimensione carattere */
                        /* Aumentando font-size, height e' insufficiente. */
    height: 19px;       /* Aumentando height, il select sballa. */
    text-align: right;
	background-color: #22140f;
	border: 0;
}

.ui-selectmenu-open { background-color:#003366;}
div.styled-select .ui-widget-content {
    background: scroll 50% 50% #291a15;
    border: 0;
}

div.styled-select .ui-state-default, div.styled-select .ui-widget-content .ui-state-default, div.styled-select .ui-widget-header .ui-state-default, .ui-state-hover, .ui-selectmenu-status {
    background: transparent;
    border: 0;
    color: #BEB185;
    font-weight: normal;
}

div.styled-select .ui-state-default a, div.styled-select .ui-state-default a:link, div.styled-select .ui-state-default a:visited {
    color: #BEB185;
    text-decoration: none;

	
}

div.styled-select .ui-state-hover, div.styled-select .ui-widget-content .ui-state-hover, div.styled-select .ui-widget-header .ui-state-hover, div.styled-select .ui-state-focus, div.styled-select .ui-widget-content .ui-state-focus, div.styled-select .ui-widget-header .ui-state-focus {
    background: transparent;
    border: 0;
    color: #BEB185;
    font-weight: normal;
}

div.styled-select span.ui-selectmenu-status {
    padding-top: 0px;
    padding-bottom: 0px;
	border: 0;
}

/* div.ui-selectmenu-menu ul#langlist-menu.ui-widget li.ui-state-hover a */
div.ui-selectmenu-menu ul#langlist-menu.ui-widget li.ui-state-hover
{
    border: 0px;
}

/* div.ui-selectmenu-menu ul#langlist-menu.ui-widget li.ui-corner-bottom a */
div.ui-selectmenu-menu, ul#langlist-menu.ui-widget li.ui-corner-bottom.ui-state-hover
{
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; 
}

#searchMenu {
	float: right;
	margin-right: 0px;
	margin-top: 26px;
	margin-left: 10px;
}

/*--------------NAV--------------*/
#nav {
	text-align: right;
	float: right;
	margin-top: 40px;
}

#nav li {
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 5px;
	padding-right: 0;
}

#nav a {
	color: #beb185;
	text-decoration: none;
}

#nav a:visited {
	color: #beb185;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#slideshow {
	height: 410px;
	width:960px;
	background: #291a15;
}

#headerimg {
	height: 130px;
	background: #291a15;
}

#container {
	background: #f2eee2;
	padding: 10px 0;
}

/*--------------BREADCRUMBS--------------*/
#breadcrumbs { 
	text-align: left;
	margin: 0 20px 10px 15px;
	text-transform: uppercase;
	font-size: 11px;
}

#breadcrumbs a, #breadcrumbs * a { 
	color: #998262;
	border-right: 1px solid #998262;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumbs .currentpage { 
	padding-left: 5px;
}

/*---------------- FULL IMAGE --------------*/
.fullimg {
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 70%;
}

.fullimg img{
	max-width: 100%;
    max-height: 100%;

}


.fullbanner {
    cursor: pointer;
    border: 1px solid #000;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 600px;
    height: 400px;
}

.fullbanner img {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}


.order-list {
    margin-left: 50px;
    margin-top: 10px;
    list-style: decimal;
}

.content-labs {
    margin: 0 40px 0 30px;
}

/*--------------CONTENT--------------*/
#content {
	margin: 40px auto;
	width: 602px;
	color: #362106;
}

.box {
	width: 189px;
	float: left;
	margin-right: 1px;
    padding : 5px;
	text-align: left;
	font-size: 10px;
}
.quicklink {
	border-bottom: 1px solid #362106;
}

.box h2 {
	font-size: 15px;
	padding: 15px 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.box img {
    width:  189px;
}

#content .box:last-child {
	margin-right: 0;
}

/*--------------FOOTER--------------*/

#footer {
	background: #ebe9dc;
	height: 150px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.socialLinks a {
	color: #998262;
	/* border-right: 1px solid #998262; */
	padding-right: 5px;
	margin-left: 5px;
}

.socialLinks a:last-child {
	border: none;
	margin-left: 0;
}

.socialLinks:visited {
	color: #998262;
}

#footerMenu {
	height: 18px;
	line-height: 18px;
	margin: 30px auto 0;
}

#footerMenu li {
	display:inline-block;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #998262;
	font-weight: bold;
}

#footerMenu li:last-child {
	border-right: none;
}

#footerMenu a {
	color: #998262;
	text-decoration: none;
}

#footerMenu a:visited {
	color: #998262;
}

#legal {
	margin-top: 5px;
	color: #998262;
}

/*--------------NEWS--------------*/

.fl_left, .fl_right{
	display:block;
	width:48%;
	margin-bottom:15px;
	padding: 5px 10px 5px 0;
	}
	
.fixwidth {
width:300px;
	}
	
.fl_left img, .fl_right img{
	float:left;
	margin:0 10px 0 0;
	padding:4px;
	border:1px solid #C7C5C8;
	clear:left;
	}

img.mailicon {
	float: none;
	margin:0;
	padding:0;
	border:0;
	clear: none; 
    margin-bottom: -5px;
	}
 .mailto {
    text-decoration: none;
    background-color: transparent !Important;
 } 
/*--------------STILI GENERICI--------------*/
.justify {
	text-align:justify;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.nostart {
	list-style-type:none; 
	margin:0; 
	padding:0;
}

.clear {
	clear:both;
}

br.clear {
	clear:both;
	margin-top:-15px;
}

.fl_left {
	float:left;
}
.fl_right {
	float:right;
}

.imgl, .imgr {
	border:1px solid #C7C5C8;
	padding:5px;
}

.imgl {
	float:left;
	margin:0 8px 8px 0;
	clear:left;
}

.imgr {
	float:right;
	margin:0 0 8px 8px;
	clear:right;
}

.clearboth {
	clear:both;
}

.centered {
	text-align: center;
}

.paddingtop { 
	padding-top: 10px;
}

.marginright {
	margin-right: 10px;
}

.paddingright {
	padding-right: 10px;
}

.pdf {  
	background: url("/static/img/pdf.png") no-repeat;
	padding-left: 20px;
} 

.text-variants {
    text-align: justify;
    padding: 0 20px 20px 0px;
}

.box-variants {
    padding-top: 15px;
}

/*--------------FINE STILI GENERICI--------------*/

.thumb-box {
	float: left;
	padding: 0 0 10px 0;
	margin: 0 30px 30px 0;
	border-bottom: 1px solid #998262;
	-moz-box-shadow:  0px -4px 2px #e9e6d8;
	-webkit-box-shadow:  0px -4px 2px #e9e6d8;
	box-shadow: 0px -4px 2px #e9e6d8;

}

.thumb-box img {
	margin-bottom: 10px;
	/*border:1px solid #C7C5C8;*/
}

.thumb-box h2 {
    width:          210px;
    /* CDP white-space:    nowrap;
    overflow:       hidden; */
}

.borderbottom {	
	border-bottom: 1px solid #998262; 
	padding-bottom: 10px; 
	margin-bottom: 10px;
}


/*---------------- LAYOUT 1 COL ----------------*/

#mainfull, #mainnews {
	width: 930px;
	padding: 0 10px 40px 20px;
}

#mainnews h2, #mainfull h2, #main h2 {
	font-size: 15px;
	padding-bottom: 5px;
}

#mainfull h3 { 
	padding-bottom: 10px;
	color: #998262;
	font-size: 15px;
}

#mainnews h3 a, #mainfull h3 a, #main p a {
	color: #998262;
	font-size: 14px;
}

#mainfull p, bigboxright p { text-align:justify; }
#mainfull p { padding-right:5px}
.event  p { text-align:left; }

/*#mainfull h2{ 
	padding-bottom: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #998262;
	font-size: 18px;
}

#mainfull h3 { 
	padding-bottom: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #998262;
	font-size: 14px;
}
*/
#mainfull p a , #mainnews h3 a, #mainfull h3 a { 
	background-color: #deddcd;
}

#mainfull a a:hover, #mainnews h3 a:hover, #mainfull h3 a:hover { 
	background-color: #eae9dd;
}

div.newsimagecontainer {
    width:  210px;
    height: 105px;
	overflow: hidden;
}

div.newsimagecontainer img {
    width:  210px;
}

.bigimg {
	width: 450px;
	/*height: 600px;*/
	overflow: hidden;
	/*box-shadow: 1px 1px 5px #ebe9dc;*/
	-moz-box-shadow: 5px 5px 5px #dfdccc;
	-webkit-box-shadow: 5px 5px 5px #dfdccc;
	box-shadow: 5px 5px 5px #dfdccc;
	padding-right: 4px;
	margin-right:10px;
	float:left;
	margin-bottom: 20px;
}
	

.bigimg img {
	width: 450px;
	/* No height, so will be bottom-clipped. */
}

.bigboxright {
	float:right;
	width: 46%;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.boxmorecontainer {
	width: 920px;
	height: 300px;
	background-color:#deddcd;
	margin: 0 20px;
}

.boxmore {
	width: 280px;
	float: left;
	padding: 13px;
	text-align: left;
	font-size: 10px;
}

.boxmore h2 {
	border-bottom: 1px solid #362106;
	font-size: 15px;
	padding: 15px 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.boxmore p {
}

/*-------------- EVENTI ----------------------*/
#mainfull #hpage_events p {
	padding-bottom: 5px;
}

#hpage_events{
	display:block;
	width:100%;
	margin: 0;
	padding:0;
}
	
.event {
	float:left;
	width:210px;
	margin:0 22px 0 0;
	padding:0;
	float: left;
	padding: 0 0 10px 0;
	/*border-bottom: 1px solid #998262;*/
}

#hpage_events .event img{
	margin:0 0px 10px 0;
}

.event img{
	margin:0 0px 10px 0;
/*	padding:4px;*/
	border:4px solid #d6d2bc;
	-moz-box-shadow:  2px 2px 2px #dfdccc;
	-webkit-box-shadow:  2px 2px 2px #dfdccc;
	box-shadow: 2px 2px 2px #dfdccc;

}

/*------------ GALLERY ------------*/
.ul-category li {
	text-transform: capitalize;
	font-size: 15px;
	list-style: none;
	display: inline;
}

.ul-category {
	padding-top: 10px;
	margin: 5px;
}

.ul-category a {
	color: #998262;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #998262;
}

.ul-category li:last-child a {
	border: none;
}

#userMenu a:visited {
	color: #beb185;
}

/*------- impaginazione --------*/
ul.impaginazione {
	text-align: center;
	margin-top: 40px;
}

ul.impaginazione li {
	text-transform: capitalize;
	font-size: 15px;
	list-style: none;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #998262;
    padding-left: 6px;
}

ul.impaginazione li:last-child {
	border-right: 0px;
}

ul.impaginazione li a  {
	color: #998262;
}

ul.impaginazione_giardino {
	text-align: center;
}

ul.impaginazione_giardino li {
	text-transform: capitalize;
	font-size: 15px;
	list-style: none;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #998262;
    padding-left: 6px;
}

ul.impaginazione_giardino li:last-child {
	border-right: 0px;
}

ul.impaginazione_giardino li a  {
	color: #998262;
}

.storelocator {
	float:left;
	width:120px;
	margin:0 23px 0 0;
	padding:0;
	float: left;
	border-right: 1px solid #998262;
}

ul.storelocator {
	text-transform:uppercase;
	width:160px;
	float:left;
}

ul.storelocator ul {
	margin-bottom: 10px;
	margin-left:10px;
	text-align:center;
	
}

.storelocatorlast {
	text-transform:none;
	width: 100%;
	width:300px;
	float:left;	

}

.storelocatorlast a {
	color: #998262;
	margin:0 23px 0 0;
}

.world {
	background-image:url(/static/img/World.jpg);
	/*padding-bottom: 300px;*/
	min-height: 230px;
}

.contatti {
	background-image:url(/static/img/World.jpg);
	/*padding-bottom: 300px;*/
	min-height: 230px;
}

#suggerimenti {}
#suggerimenti h2 {padding: 15px 0 15px 0;}

ul.suggestions { }
ul.suggestions li { display:inline-block; padding-right: 10px; }
.suggestions li { width:210px; }

ul.suggestions li p {
	padding-top: 10px;
}

#jMenu ul li ul{
 width: 200px;
}

.Bold { font-weight: bold; color: #291a15}
.Italic { font-style: italic; }
.bigboxright, #mainfull  { line-height: 1.2em}
.boxfull  { line-height: 1.2em}

/* virtual tour CSS styles */
.pano_img{
    padding-bottom: 13px;
    margin-bottom: 3px;
    border-bottom: 5px solid transparent;
}
.current_pano {
    border-bottom: 5px solid #a48861;
}

.imgquadrata { width: 100px; height:100px; }

.login_with_warning {
    color: black;
    background-color: #cca;
    font-size: 120%;
    text-align: center;
    border: 2px solid black;
    padding: 5px;
    margin: 5px;
}

.admin_with_warning {
    width: 500px;
    color: black;
    text-align: center;
    background-color: #cca;
    font-size: 110%;
    border: 2px solid black;
    padding: 5px;
    margin: 5px;
}

.instruct { font-size:10px;}
.req { color:#CC9966; font-weight:bold; }


input, #recaptcha_response_field {
    background:snow;
    border: 1px solid snow;
    border-radius: 50px 50px 50px 50px;
    color: #291a15;
	padding: 3px;
	}
	
.textarea {
    background:snow;
    border: 1px solid snow;
    border-radius: 15px 15px 15px 15px;
    color: #291a15;
	padding: 3px;
	font-family: CenturyGothicTNormal, sans-serif;
	}
	
.choose {
	background:snow;
    border: 1px solid snow;
	padding: 0 2px;
}
.submit {
	background-color:#291a15;
	color:#c2b589;
	padding: 5px;
	min-width: 100px;
	}

#message { width:435px; }
#process_message { width: 100%; }

.fail {
	color: #9a0909;
	border: 3px solid red;
	font-size: 110%;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
}
.nouppercase {
    text-transform : none;
}

.gardenTable,
.gardenTable th,
.gardenTable td{
    border: 1px solid black;
}

.gardenTable td,
.gardenTable td {
    padding: 5px;
    text-align: left;
    font-size: 12px;
}