@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cinzel|Oswald:300,400,600&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 {
	margin: 0;
	font-size: 20px;
	line-height: 1.231;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
body, button, input, select, textarea {
	font-family: 'Oswald', sans-serif;
	color: #897870;
	font-weight: 300;
}
/* 
 * 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: #6e5548;
	text-decoration: none;
}
a:visited {
	color: #6e5548;
}
a:hover {
	color: #6e5548;
}
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;
	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;
	text-align: center;
}
h2, h3 {
	page-break-after: avoid;
}
}
.gridContainer.clearfix #div_testata {
	position: relative;
}
.gridContainer.clearfix #div_testata.fissa {
	background-color: #FFF;
}
.sfumatura_testata {
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000', GradientType=0 );
	/*height: 750px;*/
	z-index: 1;
	width: 100%;
}
.gridContainer.clearfix #div_testata .sovrapponi {
	/*position: absolute;*/
	width: 100%;
	color: #FFF;
	background-color: #FFF;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi, .gridContainer.clearfix #div_testata .header .sovrapponi {
	display: none;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi {
	display: block;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed {
	-webkit-animation: moveFromTop 600ms ease-in-out;
	-moz-animation: moveFromTop 600ms ease-in-out;
	-ms-animation: moveFromTop 600ms ease-in-out;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi {
	color: #6e5548;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi {
	position: static;
	-webkit-box-shadow: 0px 1px 19px 0px #6e5548;
	-moz-box-shadow: 0px 1px 19px 0px #6e5548;
	-o-box-shadow: 0px 1px 19px 0px #6e5548;
	box-shadow: 0px 1px 19px 0px #6e5548;
}
.gridContainer.clearfix #div_testata .sovrapponi .div_logo {
	background-color: #6e5548;
	float: left;
	padding: 10px;
	z-index: 4;/*	position: absolute;*/
}
.gridContainer.clearfix #div_testata .sovrapponi .dati_top {
	right: 0;
	margin-right: 30px;
	z-index: 4;
	position: absolute;
	text-transform: uppercase;
}
.gridContainer.clearfix #div_testata .sovrapponi .dati_top ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px 5px;
	color: #a89c98;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi .dati_top a, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .dati_top a {
	color: #6e5548;
}
.gridContainer.clearfix #div_testata .sovrapponi .dati_top ul {
	display: inline-block;
}
.gridContainer.clearfix #div_testata .sovrapponi .dati_top span, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .dati_top span {
	display: inline-block;
	border-left: 1px solid rgba(255,255,255,0.5);
	margin-left: 10px;
	padding-left: 15px;
}
.gridContainer.clearfix #div_testata.fissa .sovrapponi .dati_top span, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .dati_top span {
	border-left: 1px solid rgba(110,85,72,0.5);
}
.gridContainer.clearfix #div_testata .sovrapponi .menu_top ul li, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .menu_top ul li {
	border-left: 1px solid rgba(255,255,255,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gridContainer.clearfix #div_testata .sovrapponi .menu_top ul li:nth-child(2), .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .menu_top ul li:nth-child(2) {
	border-left: 0px solid rgba(255,255,255,0.5);
	display: none!important;
}
.gridContainer.clearfix #div_testata .sovrapponi .menu_top .dropdown_container ul li:nth-child(2), .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .menu_top .dropdown_container ul li:nth-child(2) {
	display: inline!important;
}
.gridContainer.clearfix #div_testata .sovrapponi .menu_top ul li:nth-child(3), .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .menu_top ul li:nth-child(3) {
	border-left: 0px solid rgba(255,255,255,0.5);
}
.gridContainer.clearfix #div_testata .sovrapponi .menu_top, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .menu_top {
	position: absolute;
	margin: 60px 0px 0px 0px;
	width: 100%;
	z-index: 6;
}
.gridContainer.clearfix #div_testata .sovrapponi .menu_top ul li span, .gridContainer.clearfix #div_testata .sovrapponi .menu_top ul li span {
	font-family: 'Cinzel', serif;
	color: #a89c97;
	font-size: 80%;
}
.gridContainer.clearfix #div_testata .sologan {
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 8;
	bottom: 100px;
	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);
	-webkit-animation: moveFromScala 2000ms ease-in-out;
	-moz-animation: moveFromScala 2000ms ease-in-out;
	-ms-animation: moveFromScala 2000ms ease-in-out;
}
.gridContainer.clearfix #div_testata .sologan h1 {
	font-family: 'Cinzel', serif;
	font-size: 300%;
}
.gridContainer.clearfix #div_testata .sologan h2 {
	font-family: 'Cinzel', serif;
	font-size: 130%;
}
.gridContainer.clearfix #div_testata .sologan h2, .gridContainer.clearfix #div_testata .sologan h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix #div_testata .div_booking {
	background-color: #4e382e;
	right: 0;
	color: #FFF;
	/*	padding: 0px 0px 0px 20px;
	bottom: 0;
	position: absolute;*/
	z-index: 20;
}
.gridContainer.clearfix #div_testata .div_booking:before {
	content: " ";
	background-image: url(../images/sfondo/sfondo_booking.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 57px;
	height: 57px;
	position: absolute;/*	margin-left: -77px;*/
}
.padding_booking {
	padding-top: 30px;
}
.gridContainer.clearfix #div_testata .div_booking.z-index, .gridContainer.clearfix #div_testata.fissa .sovrapponi, .gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .div_booking {
	z-index: 0;
}
.gridContainer.clearfix #div_testata.fissa .div_booking {
	bottom: auto;
}
#myform .booking_allinea .blocco, .gridContainer.clearfix #div_testata .div_booking .pulsante_offerte {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#myform .booking_allinea .blocco {
	border-left: solid 1px rgba(255,255,255,0.5);
}
#myform .booking_allinea .blocco input, #myform .booking_allinea .blocco select option {
	background-color: #6e5548;
}
#myform .booking_allinea .blocco input, #myform .booking_allinea .blocco select {
	padding: 3px 5px;
	background-color: transparent;
	color: #FFF;
	border: 0px;
	text-align: center;
}
#myform .clearfix.booking_allinea #search #button {
	background-color: transparent;
	border: 0px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
}
.gridContainer.clearfix #div_testata .div_booking .pulsante_offerte {
	background-color: #a79c97;
	padding: 12px 12px 8px 12px;
}
.gridContainer.clearfix .div_testi.div_contenitore {
	line-height: 1.631;
}
.gridContainer.clearfix .sfondo_testi.prima_sezione a {
	font-weight: 600;
}
.gridContainer.clearfix .sfondo_testi {
	line-height: 1.631;
	background-image: url(../images/sfondo/sfondo_contenuti.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 20%;
}
.gridContainer.clearfix .div_testi.div_contenitore h1, .gridContainer.clearfix .div_testi.div_contenitore h2, .gridContainer.clearfix .div_testi.div_contenitore h3 {
	text-transform: uppercase;
	color: #897870;
}
.gridContainer.clearfix .div_testi.div_contenitore h1, .gridContainer.clearfix .div_testi.div_contenitore h2 {
	text-align: center;
}
.gridContainer.clearfix .div_testi.div_contenitore h1 {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.gridContainer.clearfix .div_evidenza h1, .gridContainer.clearfix .div_testi.div_contenitore h1 {
/*	font-size: 300%;*/
}
.gridContainer.clearfix .div_testi.div_contenitore h2, .gridContainer.clearfix .div_evidenza h2 {
	font-family: 'Cinzel', serif;
	/*	font-size: 150%;*/
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix .div_testi.div_contenitore h3 {
	/*	font-size: 130%;*/
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix .div_contenitore_box.clearfix {
	border-left: 20px #f2f1f0 solid;
	border-top: 20px #f2f1f0 solid;
	border-bottom: 20px #f2f1f0 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 {
	float: left;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-right: 20px #f2f1f0 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-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);
	text-align: center;
	transition: background 0.5s ease;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4:hover .div_sfondo_n {
	background-color: rgba(0,0,0,0);
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 h1 {
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 .div_sfondo_n, .gridContainer.clearfix .div_evidenza .div_sfondo_n {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: background 0.5s ease;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 .div_sfondo_n .div_bordo {
	display: table;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 .div_sfondo_n .div_bordo .div_allinea, .gridContainer.clearfix .div_evidenza .div_contenitore.clearfix .col_2 .div_box_2 .div_allinea {
	display: table-cell;
	vertical-align: middle;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 .div_sfondo_n .div_pulsante {
	color: #a89c97;
	font-family: 'Cinzel', serif;
}
.gridContainer.clearfix .div_contenitore_box.clearfix .div_box_4 .div_sfondo_n .div_bordo {
	border: 4px solid #FFF;
	height: 100%;
}
.gridContainer.clearfix .div_evidenza {
	background-image: url(../images/sfondo/sfondo_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #000;
}
.gridContainer.clearfix .div_evidenza .div_sfondo_n {
	padding: 50px 0px;
}
.gridContainer.clearfix .div_evidenza h1, .gridContainer.clearfix .div_evidenza h2 {
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix .div_evidenza .div_contenitore.clearfix .col_2 .div_box_2 {
	float: left;
	width: 45%;
	text-align: center;
	border: 4px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2.5%;
	display: table;
}
.gridContainer.clearfix .div_evidenza .div_contenitore.clearfix .col_2.clearfix .div_box_2 .div_allinea {
	display: table-cell;
	vertical-align: middle;
}
.gridContainer.clearfix .div_evidenza .div_contenitore.clearfix .col_2 .div_box_2 .div_cerchio {
	background-color: #a49892;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	margin: 20px auto;
	color: #FFF;
	font-weight: 400;
}
.gridContainer.clearfix .div_evidenza .div_contenitore.clearfix .col_2 {
	position: relative;
}
.gridContainer.clearfix .div_evidenza .div_contenitore.clearfix .col_2 .div_box_2 h1 {
	/*	font-size: 120%;*/
	font-weight: normal;
}
.gridContainer.clearfix .div_cartina {
	width: 100%;
}
.div_sfondo_baige {
	background-color: #f2f1f0;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore {
	text-align: center;
	padding: 40px 0px;
}
.gridContainer.clearfix footer a {
	color: #6e5548;
}
.gridContainer.clearfix footer address {
	font-style: normal;
}
.gridContainer.clearfix footer .div_sfondo_baige {
	border-top: 10px #6e5548 solid;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore h1, .gridContainer.clearfix footer .div_sfondo_baige .div_contenitore h2 {
	font-family: 'Cinzel', serif;
	font-weight: normal;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore h1 {
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore h2 {
	font-size: 60%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore .div_link img {
	margin: 5px;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore .box_newsletter {
	border-top: solid #6e5548 1px;
	border-bottom: solid #6e5548 1px;
	padding: 20px 0px;
	margin: 20px 0px;
	text-align: left;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore .box_newsletter h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}
.gridContainer.clearfix footer .div_sfondo_baige .div_contenitore .box_newsletter p {
	margin: 0px;
	padding: 0px;
}
#simple .frame, .simple .frame {
	width: 100%;/*	height: 210px;*/
}
.div_gallery_slider {
	margin: 40px 0px 0px 0px;
}
.div_gallery_slider img {
	/*	border: solid 15px #FFFFFF;*/
	-webkit-box-shadow: 0px 1px 19px 0px #6e5548;
	-moz-box-shadow: 0px 1px 19px 0px #6e5548;
	-o-box-shadow: 0px 1px 19px 0px #6e5548;
	box-shadow: 0px 1px 19px 0px #6e5548;
}
#simple .frame {
	padding-bottom: 50px;
}
#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;
	text-align: center;
}
.simple .frame ul li {
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#simple .frame ul li a, .simple .frame ul li a {
	color: #6e5548;
}
.div_contenitore_offerte {
	padding: 0px 0px 30px 0px;
}
#simple .frame ul li .div_off_cont, .div_contenitore_offerte .div_off_cont {
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 19px 0px #6e5548;
	-moz-box-shadow: 0px 1px 19px 0px #6e5548;
	-o-box-shadow: 0px 1px 19px 0px #6e5548;
	box-shadow: 0px 1px 19px 0px #6e5548;
	margin: 20px;
	padding: 15px;
}
.div_contenitore_offerte .div_3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#simple .frame ul li .div_testo_o, .simple .frame ul li .div_testo_o, .div_contenitore_offerte .div_testo_o {
	padding: 0px 20px;
}
#simple .frame ul li .div_testo_o .div_pulsante, .simple .frame ul li .div_testo_o .div_pulsante, .div_contenitore_offerte .div_testo_o .div_pulsante {
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	margin: 80px 10px 10px 10px;
	background-color: #a79c97;
	font-family: 'Cinzel', serif;
	text-align: center;
}
.div_contenitore_offerte .div_testo_o .div_pulsante {
	margin: 20px 10px 10px 10px;
}
.gridContainer.clearfix .sfondo_testi.prima_sezione .div_contenitore_offerte a {
	font-weight: 300;
}
#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, .gridContainer.clearfix .div_testi.div_contenitore .div_contenitore_offerte h1 {
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 0px;
	color: #6e5549;
}
#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;
	margin-top: 30px;
}
#simple .mSButtons, .simple .mSButtons {
	top: 50%;
	bottom: auto;
}
.gridContainer.clearfix .div_offerte {
	background-image: url(../images/sfondo/sfondo.svg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.gridContainer.clearfix footer .div_sfondo_baige.clearfix {
	background-image: url(../images/sfondo/sfondo_footer.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 45%;
	padding: 50px 0px;
}
.gridContainer.clearfix .div_gallery_slider {
	max-width: 1000px;
	width: 100%;
	margin: 30px auto;
}
.gridContainer.clearfix .div_offerte {
	margin-top: -20px;
}
/*_______________________ TESTI INIZIO _______________________*/
.div_contenitore #div_contenuti_c .div_box .cms-tabella {
	width: 100%;
	border: 1px solid #A0ACA0;
	padding: 0px;
}
.div_contenitore #div_contenuti_c .div_box .cms-tabella td {
	padding: 3px;
	text-align: center;
	border: 1px solid #A0ACA0;
}
.div_contenitore #div_contenuti_c .div_box .cms-tabella td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*_______________________ TESTI INIZIO _______________________*/
.cms-tabella {
	width: 100%;
	border: 1px solid #6e5548;
	padding: 0px;
}
.cms-tabella td {
	padding: 3px;
	text-align: center;
	border: 1px solid #6e5548;
}
.cms-tabella td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*_______________________INIZIO TITOLO_______________________*/
.cms-tabella tr.cms-titolo td, .cms-tabella tr.cms-titolo:nth-child(even) td, .cms-tabella td.cms-titolo, .cms-tabella tr:nth-child(even) td.cms-titolo {
	text-align: center;
	border: 0px;
	background-color: #6e5548;
	color: #FFF;
	text-transform: uppercase;
	font-size: 110%;
}
/*_______________________INIZIO SOTTOTITOLO_______________________*/
.cms-tabella tr.cms-sottotitolo td, .cms-tabella td.cms-sottotitolo, .cms-tabella tr.cms-sottotitolo:nth-child(even) td, .cms-tabella tr:nth-child(even) td.cms-sottotitolo {
	text-align: center;
	background-color: #ccc4c0;
}
/*_______________________INIZIO SCURA_______________________*/
.cms-tabella tr:nth-child(even) td {
	background-color: #e3e0de;
}
/*_______________________IMMAGINI_______________________*/
.div_contenitore #div_contenuti_c .div_box a img {
	border: none;
}
.gridContainer.clearfix .prima_sezione .div_testi {
	padding-bottom: 80px;
}
.colonne_2 {
	column-count: 2;
	column-gap: 30px;
	column-rule: 1px solid rgba(110,85,72,0.5);
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-moz-column-rule: 1px solid rgba(110,85,72,0.5);
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-webkit-column-rule: 1px solid rgba(110,85,72,0.5);
	padding: 30px 0px;
}
.colonne_2 p {
	margin: 0px;
	padding: 0px;
}
#div_richiesta .div_box_richiesta, #div_richiesta .messaggio, #div_richiesta .tab_ric {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
}
#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, .pulsante_invio {
	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, #div_richiesta input, #div_richiesta select, #div_richiesta textarea {
	width: 100%;
	-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;*/
}
#div_richiesta select {
	padding-bottom: 6px;
}
.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;
}
.div_camere .col_2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.div_camere .pari .col_2 {
	float: right;
}
.gridContainer.clearfix .div_testi.div_contenitore .div_camere .col_2 h3 {
	margin-top: 30px;
}
.gridContainer.clearfix .div_gallery_slider.margine_0 {
	margin-top: 0px!important;
}
.pulsante {
	background-color: #a79c97;
	text-transform: uppercase;
	color: #FFF;
}
.pulsante p {
	padding: 10px;
	margin: 0px;
	display: inline-block;
	width: 80%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pulsante a {
	color: #FFF;
}
.pulsante:after {
	background-color: #6e5548;
	content: " ";
	float: right;
	padding: 10px;
	background-image: url(../images/sfondo/icona_freccia.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
}
.pulsante.p_offerte:after {
	display: none;
}
.pulsante.p_offerte {
	background-image: url(../images/sfondo/pulsante.png);
	background-repeat: no-repeat;
	background-position: right;
}
.pulsante.p_offerte p {
    display:block;
	width: 100%;
}
.pulsante.p_offerte p a{
    display:block;
}
#div_newsletter .newsletter #newsletter_form input {
	width: 100%;
}
#div_newsletter .newsletter #newsletter_form .col_1 .invio {
	background-color: #6e5548;
	color: #FFF;
	border: 0px;
	padding: 11px 12px 12px 12px;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
}
#div_newsletter .newsletter #newsletter_form .col_3 #newsletter_email {
	background-color: #d9d4d1;
	border: 0px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#div_newsletter .newsletter #newsletter_form input[type="checkbox"] {
	width: auto;
	float: left;
	margin-right: 10px;
}
#div_newsletter .newsletter.clearfix #newsletter_form .tab_newsletter.clearfix {
	font-size: 80%;
	margin-top: 10px;
}
.gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .div_booking {
	bottom: auto;
}
.sovrapponi .div_box_menu {
	z-index: 4;
	position: absolute;
	text-align: center;
	background-color: #a89c97;
	padding-top: 10px;
	text-transform: uppercase;
}
.gridContainer.clearfix #div_testata .header.scroll-to-fixed-fixed .sovrapponi .div_box_menu, .gridContainer.clearfix #div_testata .sovrapponi .div_box_menu {
	color: #FFF;
}
.sovrapponi .div_box_menu strong {
	font-size: 60px;
}
.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: 50px;
	margin-left: 50px;
}
.sidenav .accordion {
	color: #6e5548;
	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: #6e5548;
	font-weight: 400;
}
.sidenav .accordion li {
	color: #6e5548;
}
.sidenav .active, .sidenav .accordion:hover a, .sidenav .accordion:hover {
	background-color: #6e5548;
	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 li {
	padding: 3px 10px;
	font-size: 90%;
}
.sidenav .panel li a {
	text-decoration: none;
	color: #6e6051;
}
.sidenav .div_pulsante.colore_2 {
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	background-color: #a89c97;
	font-weight: 400;
}
.sidenav .div_pulsante.colore_2 a {
	color: #FFF;
}
.pulsante_apri {
	cursor: pointer;
}
.pulsante_apri strong {
	font-weight: normal;
}
.dati {
	font-size: 70%;
	text-align: left;
	border-top: solid #6e5548 1px;
	margin-top: 20px;
}
.dati p {
	float: left;
}
.dati .allinea_destra {
	float: right;
}
 @media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}
 @-webkit-keyframes moveFromTop {
 from {
 opacity: 0;
 -webkit-transform: translateY(-200%);
}
to {
	opacity: 1;
	-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
 from {
 opacity: 0;
 -moz-transform: translateY(-200%);
}
to {
	opacity: 1;
	-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
 from {
 opacity: 0;
 -ms-transform: translateY(-200%);
}
to {
	opacity: 1;
	-ms-transform: translateY(0%);
}
}
 @-webkit-keyframes moveFromScala {
0% {
 opacity: 0;
 scale: 0;
}
70% {
 opacity: 0;
 scale: 0;
}
100% {
 opacity: 1;
 scale: 100;
}
}
@-moz-keyframes moveFromScala {
0% {
 opacity: 0;
 scale: 0;
}
70% {
 opacity: 0;
 scale: 0;
}
100% {
 opacity: 1;
 scale: 100;
}
}
@-ms-keyframes moveFromScala {
0% {
 opacity: 0;
 scale: 0;
}
70% {
 opacity: 0;
 scale: 0;
}
100% {
 opacity: 1;
 scale: 100;
}
}
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/* Con contenuto float: h5bp.com/q */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
#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_logopagina #div_contenitore #div_meteo img {
	border: none;
}
#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: #f2f1f0;
}
#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: #897870;
	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 #ff8040;
	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/#ff8040+1,000000+20,ffffff+20,ffffff+20 */
	background: #ff8040; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8040 1%, #ff8040 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8040 1%, #ff8040 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8040 1%, #ff8040 16.6%, #ffffff 16.6%, #ffffff 16.6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8040', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_1 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8040+1,000000+20,ffffff+20,ffffff+20 */
	background: #ff8040; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8040 1%, #ff8040 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8040 1%, #ff8040 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8040 1%, #ff8040 33.3%, #ffffff 33.3%, #ffffff 33.3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8040', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8040+1,000000+20,ffffff+20,ffffff+20 */
	background: #ff8040; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8040 1%, #ff8040 50%, #ffffff 50%, #ffffff 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8040 1%, #ff8040 50%, #ffffff 50%, #ffffff 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8040 1%, #ff8040 50%, #ffffff 50%, #ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8040', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8040+1,000000+20,ffffff+20,ffffff+20 */
	background: #ff8040; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8040 1%, #ff8040 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8040 1%, #ff8040 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8040 1%, #ff8040 66.6%, #ffffff 66.6%, #ffffff 66.6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8040', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8040+1,000000+20,ffffff+20,ffffff+20 */
	background: #ff8040; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8040 1%, #ff8040 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8040 1%, #ff8040 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8040 1%, #ff8040 83.3%, #ffffff 83.3%, #ffffff 83.3%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8040', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
#tabs_meteo .percentuale.barra_5 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8040+1,000000+20,ffffff+20,ffffff+20 */
	background: #ff8040; /* Old browsers */
	background: -moz-linear-gradient(left, #ff8040 1%, #ff8040 100%, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff8040 1%, #ff8040 100%, #ffffff 100%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff8040 1%, #ff8040 100%, #ffffff 100%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8040', 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: #f2f1f0;
	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: #ccc4c0 none 50% 50% repeat-x;
	font-weight: normal;
	color: #FFF;
}
#tabs_meteo .ui-widget-content .ui-state-active, #tabs_meteo .ui-widget-header .ui-state-active {
	border: 0px solid #aaaaaa;
	background: #f2f1f0 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: #FFF;
}
#tabs_meteo .altezza_intestazione {
	height: 170px;
}
#tabs_meteo .ui-state-default a {
	height: 170px;
}
#tabs_meteo .altezza_tabs {
	height: 70px;
}
@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 ------------------------*/
/*new richiesta*/
#div_richiesta input, #div_richiesta select, #div_richiesta textarea {
	width: 100%;
	margin: 10px 0px !important;
}
#div_richiesta input[type="checkbox"] {
	width: auto;
}
#div_richiesta .testo_box textarea {
	height: 100px;
	width: 100%;
}
#div_richiesta .testo_box {
	padding: 0px 10px;
}
#div_richiesta label {
	padding: 0px;
}
#div_richiesta .tab_ric select, #div_richiesta .tab_ric input {
	margin: 0px;
}
#div_richiesta input.pulsante_invio {
	background-color: #6e5548;
	color: #FFF;
	float: right;
	width: auto;
}
#div_richiesta .all_left {
	float: left;
}
#esito_richiesta_vertical {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#ui-datepicker-div {
	z-index: 200!important;
}
.fissa_footer {
	background-color: #6e5548;
	padding: 5px 0px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 300;
}
.fissa_footer .col_4:first-child {
	border-left: solid #FFF 0px;
}
.fissa_footer .col_4 {
	width: 25%;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 70%;
	border-left: solid #FFF 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
}
.fissa_footer .col_4 i {
	font-size: 150%;
}
.fissa_footer .col_4 a {
	color: #FFF;
}
/* The Modal (background) */
.modal {
	/* display: none; Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9101; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 2s;
	animation-name: animatetop;
	animation-duration: 2s;
	text-align: center;
	padding-top: 10px; /* Location of the box */
}
@media only screen and (min-width: 481px) {
.modal {
	padding-top: 100px; /* Location of the box */
}
}
.modal .colore_sfondo {
	background-color: #FFF;
}
.modal .pul_scopri {
	padding: 10px;
	background-color: #6e5548;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.modal .pul_scopri a {
	color: #FFF;
}
.modal p, .modal h3 {
	margin: 0px;
	padding: 10px;
}
.modal h3 {
	padding: 20px 10px 10px 10px;
}
.modal .pulsante {
	display: block;
}
.modal h1 {
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	padding-right: 50px;
	padding: 30px 0px 5px 0px;
}
.modal h2 {
	padding: 0px;
	font-size: 120%;
	margin-bottom: 0px;
}
.modal h1 {
	background-color: #6e5548;
	color: #FFF;
	margin: 0px;
}
@-webkit-keyframes animatetop {
 0% {
opacity:0;
}
 50% {
opacity:0;
}
100% {
 opacity: 1
}
}
 @keyframes animatetop {
 0% {
opacity:0;
}
50% {
opacity:0
}
100% {
 opacity: 1
}
}
/* Modal Content */
.modal-content {
	background-color: #FFF;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 700px;
	position: relative;
}
/* The Close Button */
.close {
	color: #FFF;
	right: 40px;
	font-size: 38px;
	font-weight: bold;
	position: absolute;
	top: 15px;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#content-before-consent {
	padding: 20px;
	background-color: rgba(244,151,26,0.8);
	color: white;
	opacity: 0.83;
	transition: opacity 0.6s;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	text-align: center;
	border: solid 1px gba(244,151,26,1);
	font-size: 12px;
}
#content-before-consent a {
	color: #FFF;
}
