@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap');
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * Quanto segue è il risultato di un esteso lavoro di ricerca sugli stili cross-browser. 
 * I riconoscimenti sono stati lasciati inline e un grosso grazie va a Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen e la comunità e il team di sviluppo H5BP.
 *
 * Informazioni dettagliate su questo CSS: h5bp.com/css
 * 
 * Modifiche in Dreamweaver:
 * 1. Evidenziazione selezione rimossa tramite commento
 * 2. Sezione media query rimossa (abbiamo aggiunto la nostra in un file separato)
 *
 * ==|== normalizzazione ==========================================================
 */


/* =============================================================================
   Definizioni visualizzazione HTML5
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corretto il ridimensionamento non corretto del testo in IE6/7 quando la dimensione carattere del corpo è impostata con unità em
 * 2. Barra di scorrimento verticale forzata nei browser non IE
 * 3. Impedito il ridimensionamento del testo in iOS dopo un cambio di orientamento del dispositivo, senza disabilitare lo zoom utente: h5bp.com/g
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Quicksand', sans-serif;
	margin: 0;
	font-size: 18px;
	line-height: 1.531;
}
body, button, input, select, textarea {
	font-family: 'Quicksand', sans-serif;
	color: #4e4343;
}
/* 
 * Rimossa ombreggiatura testo in evidenziazione selezione: h5bp.com/i
 * Queste dichiarazioni di selezione devono essere separate
 * Inoltre: rosa acceso! (oppure potete personalizzare il colore di sfondo in base al vostro stile di design)
 */

/* Dreamweaver: rimuovete i commenti se volete personalizzare l'evidenziazione della selezione
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Collegamenti
   ========================================================================== */

a {
	color: #a5937b;
	text-decoration: none;
}
a:visited {
	color: #a5937b;
}
a:hover {
	color: #e1baa3;
}
a:focus {
	outline: thin dotted;
}
/* Leggibilità migliorata in caso di attivazione e hover in tutti i browser: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Composizione tipografica
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Famiglia di caratteri monospace ridichiarata: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Leggibilità migliorata del testo preformattato in tutti i browser */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Posizionamento dei contenuti in pedice e apice senza alterare l'altezza della riga: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Elenchi
   ========================================================================== */

ul, ol {
	/*margin: 1em 0;*/
	margin: 0px;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Contenuto incorporato
   ========================================================================== */

/*
 * 1. Qualità immagine migliorata in caso di ridimensionamento in IE7: h5bp.com/d
 * 2. Rimossa la distanza tra immagini e bordi nei contenitori di immagini: h5bp.com/e 
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/*
 * Corretto riversamento non nascosto in IE9 
 */

svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figure
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Moduli
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indica che 'label' passerà lo stato di attivazione all'elemento modulo associato */
label {
	cursor: pointer;
}
/* 
 * 1. Risolto problema colore non ereditato in IE6/7/8/9 
 * 2. Risolto problema allineamento non visualizzato esattamente in IE6/7 
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
/*
 * 1. Risolto problema dimensione carattere non ereditata in tutti i browser
 * 2. Margini rimossi in FF3/4 S5 Chrome
 * 3. Definita visualizzazione uniforme dell'allineamento verticale in tutti i browser
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Altezza riga definita come normale per corrispondere a FF3/4 (impostata mediante !important nel foglio di stile UA)
 * 2. Risolto problema allineamento non visualizzato correttamente in IE6/7
 */

button, input {
	line-height: normal;
*overflow: visible;
}
/*
 * Reintrodotta spaziatura interna in 'table' per evitare problemi di sovrapposizione e spazio vuoto in IE6/7
 */

table button, table input {
*overflow: auto;
}
/*
 * 1. Cursore a forma di mano visualizzato per elementi modulo cliccabili
 * 2. Consentita l'applicazione di stili agli elementi modulo cliccabili in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Ridimensionamento e aspetto uniformi delle caselle 
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/* 
 * Rimossa spaziatura interna e bordo in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* 
 * 1. Rimossa barra di scorrimento verticale predefinita in IE6/7/8/9 
 * 2. Consentito solo ridimensionamento verticale
 */

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colori per validità modulo */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tabelle
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* ==|== stili principali =====================================================
   Autore: 
   ========================================================================== */
















/* ==|== classi helper non semantiche ========================================
   Definite i vostri stili prima di questa sezione.
   ========================================================================== */

/* Per sostituzione immagini */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Nascondere sia negli screen reader che nei browser: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* Nascondere solo visivamente, mantenendo la disponibilità negli screen reader: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Estende la classe .visuallyhidden per consentire all'elemento di ricevere lo stato di attivazione se raggiunto tramite tastiera: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Nascondere visivamente e anche negli screen reader, mantenendo il layout */
.invisible {
	visibility: hidden;
}
/* Con contenuto float: h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


/* ==|== stampa stili =======================================================
   Stampa stili.
   Inserimento in linea per evitare la necessità di una connessione HTTP: h5bp.com/r
   ========================================================================== */
 
 @media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Stampa più veloce del nero: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Collegamenti non visualizzati per le immagini, o collegamenti javascript/interni */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.colore_1, #div_richiesta .pulsante {
	background-color: #811214;
	color: #FFF;
}
.colore_2 {
	background-color: #a5937b;
	color: #FFF;
}
.div_contenuti h1, .gridContainer.clearfix .div_offerte h1, .gridContainer.clearfix .div_box_2 .col_2.div_testo h1, .div_sottomenu .col_2 h1, .gridContainer.clearfix .div_testata.clearfix .testo_evidenza {
	/*	font-size: 250%;*/
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 {
	/*	width: 33.3%;
	float: left;*/
	padding: 15px;
	color: #FFF;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gridContainer.clearfix .div_contenuti a {
	font-weight: bold;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 h1 {
	font-size: 150%;
	font-weight: 500;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 p {
	padding: 0px;
	margin: 0px;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 p::after {
	content: "";
	height: 1px;
	width: 90px;
	background-color: #FFF;
	display: block;
	margin: 5px auto;
}
.gridContainer.clearfix .div_footer.colore_1.clearfix footer .div_link {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.gridContainer.clearfix .div_offerte .div_colore {
	background-color: #f6f5f1;
}
.gridContainer.clearfix .div_offerte h1 {
	margin: 30px 0px 40px 0px;
}
.gridContainer.clearfix .div_intestazione {
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	/*	padding: 15px 40px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 100;
}
.gridContainer.clearfix .div_intestazione.sovrapponi .megamenu_dark_bar .megamenu > li > a {
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,1), 0 0 25px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1), 0 0 25px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,1), 0 0 25px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
}
.gridContainer.clearfix .div_intestazione.sovrapponi .megamenu_dark_bar .megamenu > li:last-of-type > a {
	-moz-text-shadow: 0px 0px 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0);
	-webkit-text-shadow: 0px 0px 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0);
	text-shadow: 0px 0px 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0);
}
.allinea_top {
	float: right;
}
.div_lingue {
	display: block;
}
.div_lingue ul {
	float: right;
}
.div_lingue li {
	float: left;
	width: 30px;
	height: 20px;
	list-style-type: none;
	padding: 5px 5px 10px 5px;
	text-transform: uppercase;
	margin: 5px;
	text-align: center;
	color: #FFF;
}
.div_lingue li a {
}
.gridContainer.clearfix .div_intestazione .div_menu {
	padding: 10px;
	/*float: right;*/
	text-transform: uppercase;
	font-size: 110%;
	margin-top: 10px;
}
.gridContainer.clearfix .div_intestazione .div_menu ul li:last-of-type, .pulsante_apri {
	background-color: #a5937b;
	color: #FFF;
	transition: background 0.5s ease;
}
.gridContainer.clearfix .div_intestazione .div_menu ul li li:last-of-type a, .gridContainer.clearfix .div_intestazione .div_menu ul li li:last-of-type a:hover, .gridContainer.clearfix .div_intestazione .div_menu ul li li:last-of-type {
	color: #888888;
	background-color: transparent;
}
.gridContainer.clearfix .div_intestazione .div_menu ul li li:last-of-type a:hover {
	color: #4e4343;
}
.gridContainer.clearfix .div_intestazione .div_menu ul li:last-of-type a {
	color: #FFF;
	transition: background 0.5s ease;
}
.gridContainer.clearfix .div_intestazione .div_menu ul li:last-of-type a:hover {
	background-color: #811214;
}
.gridContainer.clearfix .div_footer.colore_1.clearfix footer .div_link img {
	margin: 10px;
}
.div_contenuti h2 {
	/*	font-size: 150%;*/
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix .div_evidenza.clearfix .col_2 {
	/*	float: left;
	width: 50%;*/
	text-align: center;
}
.gridContainer.clearfix .div_evidenza.clearfix .col_2 h1 {
	margin: 0px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: 400;
}
.gridContainer.clearfix .div_evidenza.clearfix .col_2 img {
	height: 130px;
	margin: 40px 0px;
}
.gridContainer.clearfix .div_evidenza.clearfix .col_2 {
	background-size: cover;
}
.gridContainer.clearfix .div_evidenza.clearfix .col_2.box_v {
	height: 700px;
}
.gridContainer.clearfix .div_evidenza.clearfix .col_1, .gridContainer.clearfix .div_evidenza.clearfix .col_2.interne {
	height: 350px;
}
.div_footer {
	text-align: center;
	border-top: solid 2px #FFFFFF;
}
.div_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.div_footer h1 {
	font-size: 150%;
	margin: 40px 0px;
}
.gridContainer.clearfix .div_contenuti.margine_testi {
	margin-top: 30px;
}
.gridContainer.clearfix .div_contenuti.margine_int_testi {
	margin: 30px auto;
	padding-bottom: 30px;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 .div_offerta .div_testo {
	width: 100%;
	position: absolute;
	z-index: 2;
	margin-top: 30px;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza h2 {
	margin: 0px 0px 10px 0px;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 .div_offerta {
	position: relative;
	background-color: #000;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 .div_offerta img {
	width: 100%;
	opacity: 0.7;
	transition: 0.3s;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 .div_offerta img:hover {
	opacity: 1;
}
.gridContainer.clearfix .div_contenuti.clearfix .div_pulsante a, .gridContainer.clearfix .div_box_2 .col_2.div_testo .div_pulsante a, .div_sottomenu .destra .col_2 .div_pulsante span {
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #a5937b;
	color: #a5937b;
	text-decoration: none;
}
.div_sottomenu .col_2 .div_pulsante span, .div_sottomenu .col_2 .div_pulsante a {
	border: 1px solid #FFF;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
.gridContainer.clearfix .div_contenuti.clearfix .div_pulsante, .gridContainer.clearfix .div_box_2 .col_2.div_testo .div_pulsante, .div_sottomenu .col_2 .div_pulsante {
	margin: 40px 0px;
}
#simple .frame, .simple .frame {
	width: 100%;/*	height: 210px;*/
}
.div_gallery_slider {
	margin: 40px 0px 0px 0px;
}
#simple .frame {
/*	padding-bottom: 170px;*/
}
#simple .frame ul, .simple .frame ul {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}
#simple .frame ul li, .simple .frame ul li {
	float: left;/*	height: 160px;
	padding: 0 10px;*/
	text-align: center;
}
#simple .frame ul li .div_testo_o, .simple .frame ul li .div_testo_o {
	width: 80%;
	margin: -30px 10% 0px 10%;
	position: absolute;
	/*	bottom: -100px;*/
	background-color: #f6f5f1;
	padding: 0px 20px;
}
#simple .frame ul li .div_testo_o .div_pulsante, .simple .frame ul li .div_testo_o .div_pulsante, .div_offerte_interne.clearfix .col_3 .div_testo_o .div_pulsante {
	color: #a5937b;
	text-transform: uppercase;
	font-weight: 500;
	margin: 10px;
}
#simple .frame ul li .div_testo_o h1, .simple .frame ul li .div_testo_o h1, .div_offerte_interne.clearfix .col_3 .div_testo_o h1 {
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 0px;
}
#simple .frame ul li img, .simple .frame ul li img {
	max-width: none;
	width: 100%;
}
#simple .frame ul li .details, .simple .frame ul li .details {
	padding-top: 10px;
	font-weight: 300;
}
#simple .frame ul li .details strong, .simple .frame ul li .details strong {
	display: block;
	color: #000;
}
#simple .frame ul li .details b, .simple .frame ul li .details b {
}
#simple ul.mSPages, .simple ul.mSPages {
	display: none;
	float: right;
	margin-bottom: 20px;
	margin-right: 12px;
}
#simple .mSButtons, .simple .mSButtons {
	top: 30%;
	bottom: auto;
}
.gridContainer.clearfix .div_box_2 .col_2 {
	/*	float: left;
	width: 50%;*/
	height: 600px;
	background-position: center;
	background-size: cover;
}
.gridContainer.clearfix .div_box_2 .col_2.div_testo {
	padding: 50px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f6f5f1;
}
.gridContainer.clearfix .div_box_2 .col_2.div_testo h1 {
	text-align: left;
}
#XLbitWidgetR3TitoloRec {
	font-size: 150%;
	font-weight: 500;
	text-transform: uppercase;
}
#XLbitWidgetR3FirmaRec {
	font-size: 80%;
	font-style: italic;
	color: #999;
	margin: 10px 0px 0px 0px !important;
}
/*_______________________ TESTI INIZIO _______________________*/
.gridContainer.clearfix .div_contenuti .cms-tabella {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding: 0px;
}
.gridContainer.clearfix .div_contenuti .cms-tabella td {
	padding: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	text-align: center;
}
.gridContainer.clearfix .div_contenuti .cms-tabella td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*_______________________INIZIO TITOLO_______________________*/
.gridContainer.clearfix .div_contenuti .cms-tabella tr.cms-titolo td, .gridContainer.clearfix .div_contenuti .cms-tabella td.cms-titolo {
	font-size: 120%;
	text-align: center;
	font-weight: normal;
	background-color: #811214;
	color: #FFF;
	text-transform: uppercase;
}
.gridContainer.clearfix .div_contenuti .cms-tabella tr.cms-titolo td strong, .gridContainer.clearfix .div_contenuti .cms-tabella td.cms-titolo strong {
	font-weight: 500;
	font-size: 200%;
}
/*_______________________INIZIO SOTTOTITOLO_______________________*/
.gridContainer.clearfix .div_contenuti .cms-tabella tr.cms-sottotitolo td, .gridContainer.clearfix .div_contenuti .cms-tabella td.cms-sottotitolo {
	text-align: left;
	/*background-color: #f6f5f1;*/
	font-weight: bold;
}
/*_______________________IMMAGINI_______________________*/
.gridContainer.clearfix .div_contenuti a img {
	border: none;
}
img.cms-immagine-nascosta {
	display: none;
}
.gridContainer.clearfix .div_contenuti .col_2_t {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	background-color: #811214;
	padding: 20px;
	font-size: 90%;
	color: #FFF;
}
.gridContainer.clearfix .div_contenuti .col_2_t p {
	padding: 0px;
	margin: 0px;
}
.div_offerte_interne.clearfix .col_3 {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.div_offerte_interne.clearfix .col_3 .div_testo_o {
	background-color: #f6f5f1;
	padding: 30px 20px;
	text-align: center;
}
.div_offerte_interne.clearfix .col_3 .altezza_testo {
	padding-bottom: 5px;
}
.div_offerte_interne.clearfix .col_3 .div_testo_o a, #simple .frame ul li a .div_testo_o {
	text-decoration: none;
	color: #4e4343;
}
.box_evidenza {
	padding: 10px;
	text-align: center;
	background-color: #f6f5f1;
	text-transform: uppercase;
}
.div_box_evidenza {
	text-align: center;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza a {
	display: inline;
}
.gridContainer.clearfix .div_contenuti .div_box_evidenza .box_3 {
	display: inline-block;
}
.box_evidenza strong {
/*color: #a5937b;*/
}
.box_evidenza a {
	color: #a5937b;
	font-weight: bold;
}
.gridContainer.clearfix .div_contenuti .div_dati ul li {
	float: left;
	text-decoration: none;
	display: inline;
	font-size: 70%;
	margin: 0px 3px 10px 3px;
	border-left: 1px #FFFFFF solid;
	padding: 0px 0px 0px 5px;
}
.gridContainer.clearfix .div_contenuti .div_dati ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix .div_contenuti .div_dati img {
	float: right;
}
.gridContainer.clearfix .div_contenuti .div_dati a {
	font-weight: normal;
}
#div_richiesta .div_box_richiesta, #div_richiesta .messaggio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
#div_richiesta .div_box_richiesta .o, #div_richiesta .messaggio .o {
	background-color: rgba(255,255,255,0.7);
}
#div_richiesta label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
#div_richiesta .messaggio label {
	padding: 10px;
}
#div_richiesta textarea {
	height: 150px;
}
#div_richiesta .all_centrato {
	text-align: center;
}
#div_richiesta .pulsante, .div_all_sinistra .pulsante, #div_newsletter .col_2 input.pulsante {
	font-size: 120%;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	border: none;
}
#div_richiesta .div_box_richiesta input, .div_box_richiesta select, #div_richiesta textarea, .div_all_sinistra input, #div_newsletter .col_2 input {
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	margin-left: 1%;
	margin-right: 1%;
	border: 1px solid rgba(85,71,58,0.5);/*	border-radius: 5px;*/
}
.testo_form_compilazione {
	display: block;
}
.testo_form_conferma {
	display: none;
}
#div_richiesta label.error {
	color: #f33;
	padding: 0;
	margin: 2px 0 0 0;
	padding: 0px 0px 0px 18px;
	background-image: url(../images/sfondo/error.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 80%;
}
#div_richiesta .mini {
	font-size: 70%;
}
#div_richiesta .all_centrato p {
	padding-top: 0px;
	margin-top: 0px;
}
.gridContainer.clearfix .div_contenuti .col_2 iframe {
	width: 100%!important;
}
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
#div_meteo.lingua_meteo .altezza_descrizione.no_lingua {
	display: none !important;
}
#div_meteo.lingua_meteo.it .altezza_descrizione.no_lingua {
	display: block !important;
}
#div_meteo .testo_mini {
	font-size: 70%;
	text-align: right;
}
#div_meteo .testo_mini img {
	display: none;
}
#div_meteo .testo_mini a {
	color: #000;
	text-decoration: none;
}
#tabs_meteo {
	font-size: 80%;
	border: 0px;
}
#tabs_meteo.ui-tabs .ui-tabs-panel {
	padding: 0px;
	margin: 0px;
}
#tabs_meteo .ui-widget-header {
	border: none;
}
#tabs_meteo.ui-tabs .ui-tabs-nav {
	padding: 0px;
}
#tabs_meteo.ui-tabs .ui-tabs-nav li {
	white-space: normal;
}
#tabs_meteo ul li {
	width: 33.3%;
	text-align: center;
	font-size: 90%;
}
#tabs_meteo.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 1px solid #FFF;
}
#tabs_meteo.ui-tabs .ui-tabs-nav li {
	margin: 0px;
	border: none;
}
#tabs_meteo.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	padding: 0px;
}
#tabs_meteo .col_intestazione {
	width: 20%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tabs_meteo .col_contenuti {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tabs_meteo .col_intestazione {
	display: none;
}
#tabs_meteo .box_temperatura.min {
	background-color: #0080ff;
}
#tabs_meteo .box_temperatura.max {
	background-color: #cc0000;
}
#tabs_meteo .col_contenuti .col_2:nth-child(2n+1), #tabs_meteo .col_contenuti .col_3:nth-child(2n+1), #tabs_meteo .col_contenuti .col_4:nth-child(2n+1), #tabs_meteo .col_contenuti .col_5:nth-child(2n+1) {
	background-color: #f6f5f1;
}
#tabs_meteo .col_2, #tabs_meteo .col_3, #tabs_meteo .col_4, #tabs_meteo .col_5 {
	float: left;
	text-align: center;
}
#tabs_meteo .col_2 {
	width: 50%;
}
#tabs_meteo .col_3 {
	width: 33.3%;
}
#tabs_meteo .col_4 {
	width: 25%;
}
#tabs_meteo .col_5 {
	width: 20%;
}
#tabs_meteo .colore {
	background-color: #811214;
	color: #FFF;
}
#tabs_meteo .data_big {
	font-size: 140%;
}
#tabs_meteo .bordi_tondi {
	border-radius: 5px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
}
#tabs_meteo .div_barra {
	padding: 10px;
	text-align: left;
}
#tabs_meteo .all_left {
	text-align: left;
	padding: 0px 10px 0px 10px;
}
#tabs_meteo .percentuale {
	width: 80%;
	border: solid 1px #f6f5f1;
	display: inline-table;
	height: 12px;
	max-width: 80px;
}
#tabs_meteo .percentuale.barra_0 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f1+1,000000+20,ffffff+20,ffffff+20 */
	background: #f6f5f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f5f1 1%, #f6f5f1 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6f5f1 1%, #f6f5f1 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6f5f1 1%, #f6f5f1 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f1+1,000000+20,ffffff+20,ffffff+20 */
	background: #f6f5f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f5f1 1%, #f6f5f1 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6f5f1 1%, #f6f5f1 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6f5f1 1%, #f6f5f1 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f1+1,000000+20,ffffff+20,ffffff+20 */
	background: #f6f5f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f5f1 1%, #f6f5f1 50%, #ffffff 50%, #ffffff 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6f5f1 1%, #f6f5f1 50%, #ffffff 50%, #ffffff 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6f5f1 1%, #f6f5f1 50%, #ffffff 50%, #ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f1+1,000000+20,ffffff+20,ffffff+20 */
	background: #f6f5f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f5f1 1%, #f6f5f1 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6f5f1 1%, #f6f5f1 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6f5f1 1%, #f6f5f1 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f1+1,000000+20,ffffff+20,ffffff+20 */
	background: #f6f5f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f5f1 1%, #f6f5f1 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6f5f1 1%, #f6f5f1 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6f5f1 1%, #f6f5f1 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f1+1,000000+20,ffffff+20,ffffff+20 */
	background: #f6f5f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f6f5f1 1%, #f6f5f1 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f6f5f1 1%, #f6f5f1 100%, #ffffff 100%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f6f5f1 1%, #f6f5f1 100%, #ffffff 100%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f1', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.blu {
	border: solid 1px #0065A8;
}
#tabs_meteo .percentuale.blu.barra_0 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065A8+1,000000+20,ffffff+20,ffffff+20 */
	background: #0065A8; /* Old browsers */
	background: -moz-linear-gradient(left, #0065A8 1%, #0065A8 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065A8 1%, #0065A8 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065A8 1%, #0065A8 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065A8', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.blu.barra_1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065A8+1,000000+20,ffffff+20,ffffff+20 */
	background: #0065A8; /* Old browsers */
	background: -moz-linear-gradient(left, #0065A8 1%, #0065A8 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065A8 1%, #0065A8 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065A8 1%, #0065A8 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065A8', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.blu.barra_2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065A8+1,000000+20,ffffff+20,ffffff+20 */
	background: #0065A8; /* Old browsers */
	background: -moz-linear-gradient(left, #0065A8 1%, #0065A8 50%, #ffffff 50%, #ffffff 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065A8 1%, #0065A8 50%, #ffffff 50%, #ffffff 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065A8 1%, #0065A8 50%, #ffffff 50%, #ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065A8', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.blu.barra_3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065A8+1,000000+20,ffffff+20,ffffff+20 */
	background: #0065A8; /* Old browsers */
	background: -moz-linear-gradient(left, #0065A8 1%, #0065A8 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065A8 1%, #0065A8 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065A8 1%, #0065A8 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065A8', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.blu.barra_4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065A8+1,000000+20,ffffff+20,ffffff+20 */
	background: #0065A8; /* Old browsers */
	background: -moz-linear-gradient(left, #0065A8 1%, #0065A8 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065A8 1%, #0065A8 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065A8 1%, #0065A8 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065A8', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.blu.barra_5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065A8+1,000000+20,ffffff+20,ffffff+20 */
	background: #0065A8; /* Old browsers */
	background: -moz-linear-gradient(left, #0065A8 1%, #0065A8 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0065A8 1%, #0065A8 100%, #ffffff 100%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0065A8 1%, #0065A8 100%, #ffffff 100%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065A8', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .box_temperatura {
	width: 30px !important;
	text-align: center;
	background-color: #0FF;
	display: block;
	margin: 2px auto 2px auto;
	border-radius: 5px;
	padding: 5px;
	color: #FFF;
}
#tabs_meteo .dicitura {
	display: block;
	font-size: 70%;
	padding-bottom: 10px;
}
#tabs_meteo .no_mini {
	display: none;
	font-size: 80%;
}
#tabs_meteo .col_intestazione_mini {
	display: block;
}
#tabs_meteo .sfondo {
	background-color: #f6f5f1;
	padding: 10px;
	margin: 1px 0px 2px 0px;
}
#tabs_meteo .altezza_descrizione {
	display: block !important;
	padding-bottom: 5px;
}
#tabs_meteo .ui-state-default, #tabs_meteo .ui-widget-header .ui-state-default {
	border: 0px solid #aaaaaa;
	background: #dcd9cc none 50% 50% repeat-x;
	font-weight: normal;
	color: #4e4343;
}
#tabs_meteo .ui-widget-content .ui-state-active, #tabs_meteo .ui-widget-header .ui-state-active {
	border: 0px solid #aaaaaa;
	background: #f6f5f1 none 50% 50% repeat-x;
	font-weight: normal;
	color: #FFF;
}
#tabs_meteo .ui-state-active a, #tabs_meteo .ui-state-active a:link, #tabs_meteo .ui-state-active a:visited {
	color: #000 !important;
}
#tabs_meteo .ui-state-default a, #tabs_meteo .ui-state-default a:link, #tabs_meteo .ui-state-default a:visited {
	color: #4e4343;
}
@media only screen and (min-width: 769px) {
#tabs_meteo .box_temperatura {
	display: inline-table;
	margin: 2px;
}
#tabs_meteo {
	font-size: 90%;
}
#tabs_meteo .col_intestazione {
	display: block;
}
#tabs_meteo .col_intestazione_mini {
	display: none;
}
#tabs_meteo .dicitura {
	display: none;
}
#tabs_meteo .col_contenuti {
	width: 80%;
}
#tabs_meteo ul li {
	width: 16.666%;
}
#tabs_meteo .altezza_div p {
	height: 36px;
}
#tabs_meteo .dicitura {
	display: none;
}
#tabs_meteo.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
}
@media only screen and (min-width: 1069px) {
#tabs_meteo .no_mini {
	display: inline;
}
}
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
.div_sottomenu .col_2 {
	display: table;
	background-size: cover;/*	min-height: 500px;*/
	background-position: center center;
}
.div_sottomenu .col_2.grigio, .div_sottomenu .div_riga_box.grigio, .div_sottomenu .col_2, .div_sottomenu .div_riga_box.grigio .col_2 {
	background-color: #EEE;
	background-size: cover!important;
	color: #4e4343;
}
.div_sottomenu .col_2 p {
	margin-bottom: 50px;
}
.div_sottomenu .col_2 .div_content {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.div_sottomenu .destra .col_2 {
	background-color: #f6f5f1;
	color: #4e4343;
}
.div_sottomenu .col_2, .div_sottomenu .div_riga_box {
	color: #FFF;
	background-color: #811214;
}
.div_sottomenu.margine_top {
	margin-top: 40px;
}
.div_sottomenu .col_2 h1 {
	text-align: left;
}
/*----------------------- bookingexpert -----------------------*/
.div_booking {
	position: fixed;
	color: #FFF;
	bottom: 0px;
}
.div_booking form div, .div_booking input[type=submit] {
	width: 25%;
	float: left;
	padding: 2px;
}
.div_booking input[type=submit] {
	margin-top: 30px;
	height: 39px;
	background-color: #675555;
	color: #FFF;
	border: none;
	text-transform: uppercase;
}
.div_booking .searchboxAdd, .div_booking .searchboxArea, .div_booking .searchboxCredits {
	display: none;
}
.div_booking input, .div_booking select {
	width: 100%;
	margin-bottom: 4px
}
.div_booking {
	min-height: auto!important;
}
.div_booking label {
	width: 100%;
	display: block;
	font-size: 14px!important;
}
.master-holder .div_booking h4 {
	display: none;
}
.master-holder select:not(.gfield_select), .woocommerce select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: auto!important;
}
.vc_btn3-container.vc_btn3-center.pul_prenota, .vc_btn3-container.vc_btn3-center.pul_prenota .vc_general {
	width: 100%!important;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0px!important;
}
.div_booking #bookingexpert {
	display: none;
}
#bookingexpert {
	/*width: 400px;*/
	overflow: hidden;
}
#acrbox {
	position: relative;
	text-align: left;
}
#acrbox .searchboxTitle {
	/*margin: 0;
    padding: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;*/
	font-family: Playfair Display;
	padding: 0 20px;
	font-size: 50px;
	color: #8c211b;
	font-weight: 600;
	text-transform: none;
	text-align: center;
}
#acrbox form {
	padding: 20px;
}
#acrbox div {
	/*clear: both;*/
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#div_richiesta_informazioni #bookingexpert div:nth-child(6), #div_richiesta_informazioni #bookingexpert div:nth-child(5) {
	width: 50%!important;
	float: left;
}
#div_richiesta_informazioni #bookingexpert div:nth-child(7), #div_richiesta_informazioni #bookingexpert div:nth-child(8), #div_richiesta_informazioni #bookingexpert div:nth-child(9), #div_richiesta_informazioni #bookingexpert div:nth-child(10) {
	width: 100%!important;
	float: left;
}
#div_richiesta_informazioni #bookingexpert div:nth-child(11), #div_richiesta_informazioni #bookingexpert div:nth-child(12), #div_richiesta_informazioni #bookingexpert div:nth-child(13) {
	width: 100%!important;
	float: left;
}
#acrbox label {
	display: block;
	line-height: 20px;/*font-size: 12px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;*/
}
#acrbox input, #acrbox select {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 18px!important;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	/*border-radius: 3px;*/
	color: #575756;
	border-radius: 0;
	font-weight: normal;
}
#acrbox textarea {
	width: 100%;
	height: 80px;
	line-height: 30px;
	margin: 0;
	padding: 10px 5px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	border-radius: 3px;
	resize: vertical;
}
#acrbox input[name="checkin"], #acrbox input[name="checkout"] {
	background: url(calendar.png) no-repeat 97% center #fff;
}
#acrbox input[type="button"] {
	display: block;
	width: auto;
	height: 37px;
	line-height: 37px;
	margin: 0 auto 0 auto;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #811214;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 0px 20px 0px 20px;
}
#acrbox .result {
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	background: #900;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
#acrbox .result.ok {
	background: #00763A
}
#acrbox .g-recaptcha {
	margin-top: 10px;
}
#acrbox .g-recaptcha, #acrbox .g-recaptcha div {
	width: 100%!important;
	text-align: center;
}
#acrbox .privacysection {
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
	font-size: 14px;
}
#acrbox .requiredfieldsmessage {
	margin: 0px !important;
	padding: 0px;
}
#acrbox .privacysection input {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 10px;
}
#acrbox .privacyread {
	font-weight: 700;
	cursor: pointer;
}
#acrbox .privacytxt label {
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
#acrbox .privacyscroll {
	height: 150px;
	font-size: 14px;
	color: #777;
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 10px;
	overflow-y: auto;
}
#acrbox .requiredfieldsmessage {
	font-size: 14px;
}
#ui-datepicker-div {
	font-size: 11px !important;
	z-index: 1000 !important;
}
@media only screen and (min-width: 581px) {
#div_richiesta_informazioni #bookingexpert div:nth-child(7), #div_richiesta_informazioni #bookingexpert div:nth-child(8), #div_richiesta_informazioni #bookingexpert div:nth-child(9), #div_richiesta_informazioni #bookingexpert div:nth-child(10) {
	width: 50%!important;
	float: left;
}
.div_booking #bookingexpert {
	display: block;
}
.div_booking .vc_btn3-container.vc_btn3-center.pul_prenota {
	display: none;
}
}
@media only screen and (min-width: 681px) {
#div_richiesta_informazioni #bookingexpert div:nth-child(12), #div_richiesta_informazioni #bookingexpert div:nth-child(13), #div_richiesta_informazioni #bookingexpert div:nth-child(14) {
	width: 33.3%!important;
	float: left;
}
}
@media only screen and (min-width: 881px) {
.div_booking form div, .div_booking input[type=submit] {
	width: 12.5%;
}
}
@media only screen and (min-width: 1081px) {
#div_richiesta_informazioni #bookingexpert div:nth-child(7), #div_richiesta_informazioni #bookingexpert div:nth-child(8), #div_richiesta_informazioni #bookingexpert div:nth-child(9), #div_richiesta_informazioni #bookingexpert div:nth-child(10), #div_richiesta_informazioni #bookingexpert div:nth-child(11) {
	width: 20%!important;
	float: left;
}
}
/*----------------------- bookingexpert -----------------------*/
.div_camere {
	background-color: #f6f5f1;
	margin: 40px 0px;
}
.div_camere h1 {
	text-align: left;
	margin-bottom: 30px;
}
.div_testata {
	position: relative;
}
.sfumatura_testata {
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.5+1,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
	/*	height: 350px;*/
	z-index: 99;
	width: 100%;
}
.gridContainer.clearfix .div_testata.clearfix .testo_evidenza {
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px rgba(0,0,0,1), 0 0 25px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 2px rgba(0,0,0,1), 0 0 25px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,1), 0 0 25px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	position: absolute;
	z-index: 99;
	bottom: 30px;
	width: 100%;
}
.all_immagine {
	background-size: cover;
	background-repeat: none;
	background-position: center;
}
.all_immagine img {
	display: none;
}
#div_newsletter {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0px;
}
#div_newsletter h1 {
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
#div_newsletter table td [type="checkbox"] {
	width: auto!important;
	float: left;
}
#div_newsletter table td [type="checkbox"], .gridContainer.clearfix #div_newsletter .div_contenuti .col_2 iframe {
	width: auto!important;
	float: left;
}
.newsletter_invio {
	background-color: #a5937b;
	color: #FFF;
	transition: background 0.5s ease;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	background-color: #FFF;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.231 !important;
}
.sidenav .div_margine {
	padding: 10px;
}
.sidenav a {
	text-decoration: none;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.sidenav .accordion {
	color: #4e4343;
	cursor: pointer;
	padding: 10px;
	/*	width: 100%;*/
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	text-transform: uppercase;
}
.sidenav .accordion a {
	text-decoration: none;
	color: #4e4343;
}
.sidenav .accordion li {
	color: #4e4343;
}
.sidenav .active, .sidenav .accordion:hover a, .sidenav .accordion:hover {
	background-color: #811214;
	color: #FFF;
}
.sidenav .active a {
	color: #FFF;
}
.sidenav .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.sidenav .panel li {
	padding: 5px;
}
.sidenav .panel li a {
	text-decoration: none;
	color: #6e6051;
}
.sidenav .div_pulsante.colore_2 {
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.sidenav .div_pulsante.colore_2 a {
	color: #FFF;
}
.pulsante_apri {
	font-size: 130%;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
}
.pulsante_apri {
	float: right;
	margin-top: 10px;
	padding: 11px 11px 12px 11px;
}
.pulsante_apri strong {
	font-weight: normal;
}
 @media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
address {
	font-style: normal;
}
@media only screen and (max-width: 481px) {
.cms-tabella .cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cms-tabella * html .cf {
	zoom: 1;
}
.cms-tabella *:first-child+html .cf {
	zoom: 1;
}
table.cms-tabella {
	width: 100%;/*	border-collapse: collapse;
	border-spacing: 0;*/
}
.cms-tabella th, .cms-tabella td {
	margin: 0;
	vertical-align: top;
}
.cms-tabella th {
	text-align: left;
}
table.cms-tabella {
	display: block;
	position: relative;
	width: 100%;
}
.cms-tabella thead {
	display: block;
	float: left;
}
.cms-tabella tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
}
}
.box_bianco {
	background-color: #FFF;
	color: #000;
	padding: 10px;
	font-size: 80%;
	margin-top: 20px;
}
.box_bianco img {
	float: left;
	margin-left: 5px;
}
#div_booking{
	background-color: #a5937b;
	padding: 10px;
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
#div_booking #bookingexpert {
	/*background: #f5f5f5;*/
	overflow: hidden;
}
#div_booking #searchbox {
	position: relative;
	text-align: left;
}
#div_booking #searchbox .searchboxPlaces, #div_booking #searchbox .searchboxHotels {
	padding-top: 20px;
}
#div_booking #searchbox .searchboxTitle {
	text-transform: uppercase;
	color: #000;
	background: #EEE;
	margin: 0;
	padding: 0;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
#div_booking #searchbox .searchboxTitle {
	display: none;
}
#div_booking #searchbox form {
	/*float: left;
	padding: 0 20px;*/
	overflow: hidden;
}
#div_booking #searchbox div {
	float: left;
	margsin: 0px;
	overflow: hidden;
}
#div_booking #searchbox div, #div_booking #searchbox input[type="submit"] {
	padding: 0px 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#div_booking #searchbox input[type="submit"] {
	padding: 0px;
}
#div_booking #searchbox label {
	display: block;
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	color: #4e4343;
}
#div_booking #searchbox input, #div_booking #searchbox select {
	width: 100%;
	height: 37px;
	line-height: 30px;
	margin: 0;
	padding: 5px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	/*border-radius: 3px;*/
}
#div_booking #searchbox input[name="checkin"], #div_booking #searchbox input[name="checkout"] {
	background: url(calendar.png) no-repeat 97% center #fff;
}
#div_booking #searchbox input[type="submit"] {
	display: block;
	float: left;
	height: 37px;
	line-height: 37px;
	margin: 20px 0 0 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #811214;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}
#div_booking #searchbox .searchboxCredits {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 13px 0 15px 20px;
	overflow: hidden;
	display: none;
}
#div_booking #searchbox .searchboxAdd, #div_booking #searchbox .searchboxArea {
	display: block;
	font-size: 10px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	/*position: absolute;
	right: 20px;*/
	text-align: right;
}
#div_booking #searchbox .searchboxAdd {
	/*top: 6px;*/
}
#div_booking #searchbox .searchboxArea {
	/*top: 27px;*/
}
#ui-datepicker-div {
	font-size: 14px !important;
	z-index: 1000 !important;
}

/* --- responsive --- */

@media (max-width:600px) {
	#div_booking #searchbox form {
		float: none;
		padding: 10px 20px 20px 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #bbb;
	}
	#div_booking #searchbox div {
		float: none;
		margin: 10px 0 0 0;
	}
	#div_booking #searchbox .searchboxCredits {
		float: none;
		text-align: center;
		margin: 10px auto;
	}
	#div_booking #searchbox .searchboxAdd, #div_booking #searchbox .searchboxArea {
		position: relative;
		top: auto;
		right: auto;
		color: #555;
		margin: 10px 0 0 0;
	}
	#div_booking #searchbox .searchboxAdd:before, #div_booking #searchbox .searchboxArea:before {
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		font-weight: 400;
		text-align: center;
		color: #fff;
		margin: 0 7px 0 20px;
		border-radius: 3px;
	}
	#div_booking #searchbox .searchboxAdd:before {
		content: '+';
		line-height: 16px;
		font-size: 20px;
		background: #444;
	}
	#div_booking #searchbox .searchboxArea:before {
		content: '-';
		line-height: 11px;
		font-size: 28px;
		background: #888;
	}
}
.barra_fissa_contatti  {
	position: fixed;
	bottom: 20px;
	z-index: 1001;
	left: 10px;
}
.barra_fissa_contatti a{
	background-color: #a5937b;
	padding: 10px 20px;
	font-size: 15px;
	margin: 2px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	border: 1px solid #FFF;
}
.barra_fissa_contatti a.colore{
	background-color: #811214;
}