@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&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: 18px;
	line-height: 1.231;
	background-color: #C9B7A7;
}
body, button, input, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #222;
}
/* 
 * 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: #CA500D;
	text-decoration : none;
}
a:visited {
	color: #CA500D;
}
a:hover {
	color: #b53407;
}
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;
}
h2, h3 {
	page-break-after: avoid;
}
}
.gridContainer.clearfix .box_top .box_booking .div_etichetta h1, .fisso .menu_evidenza ul li, .div_offerte h1, .box_laterale_d .contenitore h1, .box_laterale_d .contenitore h2, .div_fascia_chiara h1, .box_tacco h1, .box_tacco strong, .megamenu, #search #button, #myform .data input, #myform .blocco select, .div_lingua ul li, .newsletter_email, .newsletter_invio, .gridContainer.clearfix .contenuti #invia_contenitore .invia, .gridContainer.clearfix .contenuti .submit_route, .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, #wowslider-container1 .ws-title div, #wowslider-container1 .ws-title {
	font-family: 'Forum', cursive!important;
	font-style: normal;
	font-weight: 400;
}
.megamenu > li > div {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}
.box_laterale_d .contenitore h1, #wowslider-container1 .ws-title {
	font-family: italianno;
	font-style: normal;
	font-weight: 400;
}
.box_laterale_d .contenitore h3 {
	color: #513929;
}
.box_laterale_d .contenitore h1, .box_laterale_d .contenitore h2 {
	clear: both;
}
.colore_sondo {
	background-color: #F2EEE3;
}
.gridContainer.clearfix .box_laterale_s {
/*	width: 20%;
	float: left;*/
}
.gridContainer.clearfix .box_laterale_d {
/*	float: left;
	width: 80%;
	background-color: #FFF;
	margin-left: 20%;*/
}
.gridContainer.clearfix .box_top {
	z-index: 1000;/*	position: fixed;
	max-width: 1500px;
	width: 100%;*/
}
.gridContainer.clearfix .box_booking {
/*	width: 80%;
	float: right;*/
}
.fisso {
/*	position: fixed;
	width: 20%;
	max-width: 300px;*/
}
.gridContainer.clearfix .box_top .box_booking .div_etichetta {
	/*float: left;*/
	background-color: #CA500D;
	padding-top: 0px;
	padding-right: 0.5%;
	padding-bottom: 5px;
	padding-left: 0.5%;
	margin-left: 2%;
	margin-bottom: 8px;
}
.gridContainer.clearfix .box_top .box_booking .div_etichetta h1 {
	font-size: 150%;
	text-transform: uppercase;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CF6D32;
	border-right-color: #CF6D32;
	border-bottom-color: #CF6D32;
	border-left-color: #CF6D32;
	line-height: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.gridContainer.clearfix .div_sinistra {
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .menu_evidenza ul {
	margin: 0%;
	padding: 0%;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .menu_evidenza ul li {
	/*font-size: 150%;*/
	background-color: #725236;
	text-transform: uppercase;
	color: #F2EEE3;
	margin: 2%;
	list-style-type: none;
	text-align: center;
	border: 1px solid #896E53;
	padding: 5px;
	-webkit-transition: all 0.1s ease-in 0.2s;
	-moz-transition: all 0.1s ease-in 0.2s;
	-ms-transition: all 0.1s ease-in 0.2s;
	-o-transition: all 0.1s ease-in 0.2s;
	transition: all 0.1s ease-in 0.2s;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .menu_evidenza ul li:hover {
	background-color: #513929;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .menu_evidenza ul li span {
	border: 1px solid #896E53;
	display: block;
	padding: 3px;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .menu_evidenza ul li a {
	color: #F2EEE3;
	text-decoration: none;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .margine_sinistra {
	margin: 20px;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .div_sinistra .div_offerte {
	padding-right: 0%;
	padding-left: 0%;
	font-size: 90%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .div_sinistra .div_offerte img {
	width: 100%;
}
.gridContainer.clearfix .box_offerta {
	background-color: #E5D6C1;
	padding-top: 5px;
	padding-right: 3%;
	padding-bottom: 5px;
	padding-left: 3%;
	text-align: left;
	font-size: 80%;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_d.div_ombra article .contenitore .div_offerte h1 {
	text-transform: none;
}
.gridContainer.clearfix .div_offerte h1 {
	text-transform: uppercase;
	color: #CA500D;
	font-size: 150%;
	margin: 0px;
	text-align: center;
}
.gridContainer.clearfix .div_offerte a p {
	color: #333;
}
.div_offerte .pulsante span {
	border: 1px solid #CF6D32;
	display: block;
	padding: 3px;
}
.div_offerte .pulsante {
	background-color: #CA500D;
	color: #F2EEE3;
	text-align: center;
	float: right;
	padding: 5px;
}
.gridContainer.clearfix .div_offerte a p.pulsante {
	color: #F2EEE3;
}
.div_fascia_chiara {
	background-color: #725236;
	padding: 1%;
	color: #F8F4EF;
}
.gridContainer.clearfix .box_laterale_d .contenitore h1 {
	text-align: center;
	font-size: 400%;
	margin-bottom: 0px;
}
.gridContainer.clearfix .box_laterale_d .contenitore h2 {
	color: #AD8B4B;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AD8B4B;
	text-transform: uppercase;
	font-size: 180%;
	margin-top: 0px;
}
.gridContainer .div_fascia_chiara h1 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.div_ombra {
	-moz-box-shadow: 0px 0px 10px #000, 0 0 0px #000, 0 0 0px #000, 0 0 0px #000;
	-webkit-box-shadow: 0px 0px 10px #000, 0 0 0px #000, 0 0 0px #000, 0 0 0px #000;
	box-shadow: 0px 0px 10px #000, 0 0 0px #000, 0 0 0px #000, 0 0 0px #000;
}
.div_fascia_scura {
	background-color: #513929;
	color: #E7DECD;
}
.div_fascia_scura .box_tacco {
	/*width: 31%;*/
	margin-right: 0%;
	margin-left: 0%;
	/*float: left;*/
	padding-right: 1%;
	padding-left: 1%;
	text-align:center;
	
}
.bordo_box {
	/*border-left-width: 1px;*/
	border-left-style: solid;
	border-left-color: #725740;
}
.bordo_box_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #725740;
}
.box_tacco h1, .box_tacco strong {
	text-transform: uppercase;
	font-size: 150%;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_d.div_ombra .contenitore .contenuti {
	margin-bottom: 50px;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_d.div_ombra .div_fascia_scura.clearfix .clearfix.bordo_box_bottom .box_tacco h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 180%;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_d.div_ombra .div_fascia_scura.clearfix .clearfix.bordo_box_bottom .box_tacco p {
	margin: 0px;
	padding: 0px;
}
.div_link .div_fascia_chiara ul li {
	float: left;
	height: 45px;
	width: 100px;
	padding: 0px;
	list-style-type: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.div_link .div_fascia_chiara ul li a {
	display: block;
	height: 50px;
}
.div_link .div_fascia_chiara ul li:hover {
	background-position: 0px 45px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.div_fascia_chiara ul li.link_1:hover {
	background-image: url(../images/sfondo/link/dolomiti.png);
}
.div_fascia_chiara ul li.link_1 {
	background-image: url(../images/sfondo/link/dolomiti.png);
}
.div_fascia_chiara ul li.link_2:hover {
	background-image: url(../images/sfondo/link/fassa.png);
}
.div_fascia_chiara ul li.link_2 {
	background-image: url(../images/sfondo/link/fassa.png);
}
.div_fascia_chiara ul li.link_3:hover {
	background-image: url(../images/sfondo/link/trentino.png);
}
.div_fascia_chiara ul li.link_3 {
	background-image: url(../images/sfondo/link/trentino.png);
}
.div_fascia_chiara ul li.link_4:hover {
	background-image: url(../images/sfondo/link/unesco.png);
}
.div_fascia_chiara ul li.link_4 {
	background-image: url(../images/sfondo/link/unesco.png);
}
.div_fascia_chiara ul li.link_6:hover {
	background-image: url(../images/sfondo/link/alpine_pearls.png);
}
.div_fascia_chiara ul li.link_6 {
	background-image: url(../images/sfondo/link/alpine_pearls.png);
}
.div_fascia_chiara ul li.link_7:hover {
	background-image: url(../images/sfondo/link/carezza.png);
}
.div_fascia_chiara ul li.link_7 {
	background-image: url(../images/sfondo/link/carezza.png);
}
.div_fascia_chiara ul li.link_8:hover {
	background-image: url(../images/sfondo/link/panathlonarea.png);
}
.div_fascia_chiara ul li.link_8 {
	background-image: url(../images/sfondo/link/panathlonarea.png);
}
.div_fascia_chiara ul li.link_9:hover {
	background-image: url(../images/sfondo/link/alpe_lusia.png);
}
.div_fascia_chiara ul li.link_9 {
	background-image: url(../images/sfondo/link/alpe_lusia.png);
}
.div_fascia_chiara ul li.link_10:hover {
	background-image: url(../images/sfondo/link/passo_san_pellegrino.png);
}
.div_fascia_chiara ul li.link_10 {
	background-image: url(../images/sfondo/link/passo_san_pellegrino.png);
}
.div_fisso_destra {
	right: 0px;
	/*margin-top: 150px;*/
	position: fixed;
	z-index: 1001;
	width: 45px;
}
.div_fisso_destra img {
	margin-bottom: 5px;
	padding: 5px;
	background-image: url(../images/sfondo/sfondo_box_d.png);
}
.img_meteo {
	width: 35px;
	height: 35px;
}
#myform .blocco, #myform .data {
	float: left;
	margin-right: 5px;/*margin-bottom: 5px;*/
}
#myform .data input, #myform .blocco select, .newsletter_email {
	background-color: #F2EEE3;
	border: none;
	padding: 2px;
}
#myform .clearfix.booking_allinea #search #button, .newsletter_invio, .gridContainer.clearfix .contenuti #invia_contenitore .invia, .gridContainer.clearfix .contenuti .submit_route {
	color: #F2EEE3;
	background-color: #CA500D;
	text-transform: uppercase;
	font-size: 130%;
	border: none;
}
#myform .clearfix.booking_allinea #search #button, #myform .blocco select {
/*margin-top: 17px;*/
}
#myform .clearfix.booking_allinea {
	padding-top: 10px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	font-size: 100%;
}
.tab_newsletter {
	float: left;
}
.tab_newsletter a {
	color: #C9B7A7;
	text-decoration: none;
}
.tab_newsletter, .newsletter_email, .newsletter_invio {
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.tab_newsletter td {
	padding: 5px;
}
.newsletter_ombra.clearfix {
	float: left;
}
.gridContainer.clearfix .box_top.clearfix .box_booking.div_fascia_scura.clearfix .div_lingua ul {
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix .box_top.clearfix .box_booking.div_fascia_scura.clearfix .div_lingua ul li {
	height: 20px;
	width: 20px;
	border: 1px solid #725236;
	text-align: center;
	float: right;
	margin-right: 5px;
	list-style-type: none;
	color: #F2EEE3;
	text-transform: uppercase;
	font-size: 110%;
	padding: 1px;
}
.gridContainer.clearfix .box_top.clearfix .box_booking.div_fascia_scura.clearfix .div_lingua ul li span {
	background-color: #CA500D;
	display: block;
}
.gridContainer.clearfix .box_top.clearfix .box_booking.div_fascia_scura.clearfix .div_lingua ul li span a {
	background-color: #513929;
	display: block;
}
.gridContainer.clearfix .box_top.clearfix .box_booking.div_fascia_scura.clearfix .div_lingua ul li span a:hover {
	background-color: #CA500D;
	display: block;
}
.gridContainer.clearfix .box_top.clearfix .box_booking.div_fascia_scura.clearfix .div_lingua ul li a {
	color: #F2EEE3;
	text-decoration: none;
}
.div_fascia_chiara #div_newsletter h1 {
	float: left;
}
.box_tacco address {
	font-style: normal;
}
.cms-tabella {
	width: 100%;
	border: 1px solid #F8F4EF;
	border-collapse: separate;
	border-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #282828;
}
.cms-tabella td {
	padding: 3px;
	text-align: center;
	border: 1px solid #F8F4EF;
}
.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 {
	font-size: 150%;
	text-align: center;
	background-color: #CA500D;
	color: #FFF;
	border: 1px solid #CA500D;
	text-transform: uppercase;
}
/*_______________________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 {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #E5D6C1;
	text-align: center;
	vertical-align: central;
}
/*_______________________INIZIO SCURA_______________________*/
.cms-tabella tr:nth-child(even) td {
	background-color: #F8F4EF;
	border: 1px solid #F8F4EF;
}
/*_______________________IMMAGINI_______________________*/
img.cms-immagine-sinistra {
	margin-top: 0.5%;
	margin-right: 0.5%;
	margin-left: 0%;
	margin-bottom: 0.5%;
}
img.cms-immagine-destra {
	margin-top: 0.5%;
	margin-right: 0%;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
}
.box_gallery .cms_gallery {
	margin-top: 0.5%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
}
img.cms-immagine-click {
	margin: 0.5%;
	padding: 0.5%;
	border: 1px solid #EAEAE7;
}
img.cms-immagine-nascosta {
	display: none;
}
.gridContainer.clearfix .contenuti .o, .gridContainer.clearfix .contenuti .g, .gridContainer.clearfix .contenuti textarea, .gridContainer.clearfix .contenuti select {
	width: 95%;
	font-size: 100%;
	font-style: italic;
	border: 1px solid #E5D6C1;
}
.gridContainer.clearfix .contenuti .p {
	width: 80%;
	font-size: 100%;
	font-style: italic;
	border: 1px solid #E5D6C1;
}
.gridContainer.clearfix .contenuti .op {
	width: 43%;
	font-size: 100%;
	font-style: italic;
	border: 1px solid #E5D6C1;
}
.gridContainer.clearfix .contenuti .o, .gridContainer.clearfix .contenuti .op {
	background-color: #F2EEE3;
}
.gridContainer.clearfix .contenuti .g, .gridContainer.clearfix .contenuti textarea, .gridContainer.clearfix .contenuti #google_start, .gridContainer.clearfix .contenuti .p, .gridContainer.clearfix .contenuti select {
	background-color: transparent;
}
.gridContainer.clearfix .contenuti .o, .gridContainer.clearfix .contenuti .g, .gridContainer.clearfix .contenuti .op, .gridContainer.clearfix .contenuti select, .gridContainer.clearfix .contenuti .p {
	padding-top: 8px;
	padding-right: 1%;
	padding-bottom: 8px;
	padding-left: 1%;
}
.gridContainer.clearfix .contenuti textarea {
	width: 95%;
	height: 80px;
	padding: 2%;
}
.gridContainer.clearfix .contenuti p.mini {
	margin: 10px;
	font-size: 80%;
	text-align: center;
	font-weight: normal;
}
.gridContainer.clearfix .contenuti #googlemaps_itinerario {
	background-color: #FFF;
}
.gridContainer.clearfix .contenuti #googlemaps_mappa {
	height: 400px;
	margin-right: 20px;
	margin-top: 10px;
}
.gridContainer.clearfix .contenuti #google_start {
	width: 40%;
	font-size: 100%;
	font-style: italic;
	border: 1px solid #575757;
	padding: 1%;
}
.gridContainer.clearfix .contenuti #invia_contenitore {
	text-align: center;
}
.div_dati {
	padding-top: 15px;
}
.div_dati a {
	color: #F9F7EB;
}
.div_dati p {
	font-size: 85%;
}
.div_dati p, .div_dati small {
	float: right;
	margin: 0%;
	padding: 0%;
}
#googlemaps_mappa img {
	max-width: none;
}
#googlemaps_mappa label {
	width: auto;
	display: inline;
}
label.error {
	color: #f33;
	padding: 0;
	margin: 2px 0 0 0;
	padding-left: 18px;
	background-image: url(../jScripts/validation/error.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_d.div_ombra .div_fascia_scura.clearfix .box_tacco a {
	color: #F2EEE3;
}
.gridContainer.clearfix .colore_sondo.clearfix .box_laterale_s.clearfix .fisso .div_sinistra .margine_sinistra .div_offerte.clearfix h1.titolo {
	padding-top: 20px;
}
/*STILI OFFERTE*/
.fluid.box_home section .mar_attivita {
	padding-top: 0%;
	padding-right: 1.5%;
	padding-bottom: 0.5%;
	padding-left: 1.5%;
}
.frame {
	width: 100%;
	height: 270px;
}
.frame a {
	text-decoration: none;
}
.frame ul {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
}
.frame ul li {
	float: left;
	height: 270px;
	padding: 0 10px;
}
.frame ul li img {
	max-width: none;
}
.frame ul li .details {
	padding-top: 10px;
	font-weight: 300;
	background-color: #FFF;
}
.frame ul li .details h1 {
	clear: both;
	margin: 5%;
}
.gridContainer.clearfix .colore_contenuti.clearfix.fachia_sfondo .div_fascia_tacco.clearfix .div_contenitore.clearfix .frame ul li .details h1 {
	font-size: 110%;
	background-color: transparent;
	color: #723d4d;
	text-transform: none;
	float: none;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	margin: 5%;
}
.frame ul li .details p {
	font-size: 85%;
	display: block;
	color: #000;
	margin: 5%;
	padding-bottom: 20px;
}
ul.pages {
	float: right;
	margin-bottom: 20px;
	margin-right: 12px;
}
.mSButtons {
	top: 91px;
	bottom: auto;
}
/*------------------------ 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: #F2EEE3;
}
#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: #CA500D;
	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: #F2EEE3;
	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: #513929 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: #F2EEE3 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;
}
@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;
}
}
video {
	height:auto!important;
	width:100%!important;
}
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
/*------------------------ CSS METEO ------------------------*/
