
/* -------------------	STRUTTURA GENERALE ----------------- */

body {
	font-family: 'Open Sans', sans-serif;
}

.testo {
	color:#000;
	font-size:16px;
	font-weight: 1;
	text-transform:none;
}
.testo_mini {
	color:#000;
	font-size:13px;
	font-weight: 1;
	text-transform:none;
}
.titolone {
	font-size:3em;
}
.slogan {
	font-size:2em;
}

.titolo {
	font-size:2.5em;
	font-weight: 100;
	margin:0 0 20px 0;
}

.sottotitolo{
	font-size:1.5em;
	font-weight: 100;
}

h3.descart_info{
	color:#444;
	font-size:1.5em;
	//text-transform:uppercase;
	font-weight:350;
}

.pulsantiera_scegli_lingua_top {
	height: 30px;
	text-align: right;
}
.pulsantiera_scegli_lingua {
}
.navigatore_pagine {
	color:#000;
	font-size:13px;
	font-weight: 2;
	text-transform:none;
}
.extra_descr_sx{
	color:#000;
	font-size:14px;
	font-weight: 200;
}
.extra_descr_dx{
	color:#000;
	font-size:14px;
	font-weight: 100;
}
#info2_corpo{
}
.gallery_info2_centrale{
	display:none;
}

.check-verifica-spam {
	display:none;
}

@media (max-width:480px){
	.logo{
		clear: both;
		min-width:100%;
	}
	.logo img {
		min-width:100%;
	}

	.titolone {
		font-size:1.7em;
	}
	.slogan {
		font-size:1.3em;
	}
}
@media (max-width:320px){
	.titolone {
		font-size:1.5em;
	}
	.slogan {
		font-size:1em;
	}
}


/* -------------------	STRUTTURA GENERALE ----------------- */



/* -------------------	FORM GENERICI ----------------- */

form{
	//max-width: 500px;
	//background: #f4f7f8;
	font-family: 'Open Sans', sans-serif;
	padding: 0px 0px;
	margin: 0px auto;
	border-radius: 8px;
	
}
form fieldset{
	border: none;
}
form legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
form label {
	display: block;
	margin-bottom: 8px;
	background: #DDDDDD;
}
form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="datetime"],
form input[type="email"],
form input[type="number"],
form input[type="search"],
form input[type="time"],
form input[type="url"],
form textarea,
form select {
	font-family: 'Open Sans', Georgia, "Times New Roman", Times, serif;
	background: #EEEEEE;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	margin: 0 3px 0 3px;
	outline: 0;
	padding: 7px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#111111;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
form input[type="text"]:focus,
form input[type="date"]:focus,
form input[type="datetime"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="time"]:focus,
form input[type="url"]:focus,
form textarea:focus,
form select:focus{
	background: #EEEEEE;
}
form select{
	-webkit-appearance: menulist-button;
	height:35px;
}
form .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

form input[type="submit"],
form input[type="button"]
{
	position: relative;
	display: block;
	padding: 6px 6px 6px 6px;
	color: #FFF;
	margin: 0 auto;
	background: #AAAAAA;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 50%;
	border: 1px solid #999999;
	border-width: 1px 1px 1px;
	border-radius: 15px 15px 15px 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
form input[type="submit"]:hover,
form input[type="button"]:hover
{
	background: #DDDDDD;
}
input#nome {
	width: 300px;
}
input#email {
	width: 300px;
}
input#telefono {
	width: 200px;
}
textarea#note {
	width: 300px;
}
.campo_form{
	line-height:2.5em;
	vertical-align: middle;
	text-align:left;
	padding:4px;
	margin:0px 0 0px 10px;
}

@media (max-width:800px){
	form input[type="text"],
	form input[type="password"],
	form input[type="date"],
	form input[type="submit"],
	form input[type="button"],
	form textarea,
	form select {
		width: 95%;
	}
}
/* ------------------- FINE FORM GENERICI -------------------*/


/* ------------------- MOTORE DI RICERCA -------------------*/
form[name="ricerca"] { 
}
.form_ricerca {
	margin: 0px 0px -30px 0px;
}
.form_ricerca input[type="submit"]{
	display: inline;
	margin:0 3px 0 3px;
}
.form_ricerca label{
	display: inline;
	background: none;
	margin:0 3px 0 3px;
}
.form_ricerca label span{
	display: none;
}
@media (min-width:801px){
	.form_ricerca input[type="text"],
	.form_ricerca input[type="password"],
	.form_ricerca input[type="date"],
	.form_ricerca input[type="submit"],
	.form_ricerca input[type="button"],
	.form_ricerca textarea,
	.form_ricerca select {
		width: 20%;
	}
}
@media (max-width:480px){
	.form_ricerca {
		margin: 0px 0px 0px 0px;
	}
}



/* ------------------- BOOKING -------------------*/
form[name="form_booking"] { 
}
.form_booking input[type="submit"]{
}
.form_booking label{
	background: none;
}
.form_booking label span{
	display: none;

}
@media (min-width:801px){
	.form_booking input[type="text"],
	.form_booking input[type="password"],
	.form_booking input[type="date"],
	.form_booking input[type="submit"],
	.form_booking input[type="button"],
	.form_booking textarea,
	.form_booking select {
		width: 90%;
	}
}


/* ------------------- PREVENTIVAZIONE ----------------------*/

.preventivo_titolo{
	color:#000;
	font-size:2.5em;
	text-transform:uppercase;
	font-weight: 100;
	margin:0 0 20px 0;
}

.preventivo_sottotitolo{
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight: 100;
}

.preventivo_domanda_risposte{
	clear: both;
	background: #EEE;
	//float:left;
	//width: 50%;
	margin:0px 0 80px 10px;
}

.preventivo_domanda{
	//float:left;
	color:#000;
	font-size:1.7em;
	text-transform:uppercase;
	font-weight: 100;
}

.preventivo_lista_risposte{
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight: 100;
	margin:10px 0 10px 10px;
}

.preventivo_risposta{
	float:left;
	min-width: 400px;
	max-width: 400px;
	//white-space: nowrap;
	margin-right: 30px;
}
.preventivo_risposta label{
	float:left;
	display: inline;
	margin-bottom: 0px;
	background: none;
	width: 80%;
	vertical-align: middle;
}
.preventivo_risposta input[type="radio"]{
	float:left;
}

@media (max-width:480px){
	.preventivo_domanda_risposte{
		margin:80px 0 40px 10px;
	}
	.preventivo_domanda{
	}
	.preventivo_lista_risposte{
	}
	.preventivo_risposta{
		min-width: 300px;
		max-width: 300px;
		margin-right: 15px;
	}
}
/* ------------------- PREVENTIVAZIONE ----------------------*/



/* ------------------- NEWS ---------------------------------*/

.titolo_pagina_news{
	color:#000;
	font-size:3em;
	text-transform:uppercase;
	font-weight: 100;
}
.news {
	clear: both;
	background-color:#eeeeee;
}
.testata_news {
}
.data_news {
	font-size:12px;
}
.titolo_news {
	color:#000;
	font-size:2em;
	text-transform:uppercase;
	font-weight: 100;
}
.immagine_news {
}
.testo_news {
}


/* ------------------- BANNER ---------------------------------*/
.banner {
	//max-witdh:25%;
	vertical-align: top;
	display: inline-block;
	margin-right: 1px;
	//margin-top: 1px;
}
.banner img{
	display: block;
}
.gruppo_banner{
	clear: both;
	//margin-top: 1px;
}
#banner_logo_sx{
	display: inline-block;
	vertical-align: top;
	//margin-top: -2px;
}
#banner_logo_dx{
	display: inline-block;
	vertical-align: top;
	//margin-top: -2px;
}
@media (max-width:480px){
	.banner{
		min-width:100%;
		margin-left: 0px;
		margin-top: 1px;
	}
	.banner img {
		min-width:100%;
	}
}





/* ------------------ TABELLE RESPONSIVE (come listino MODULAR) ---------------------------------*/
table.tabella_responsive {
	border: 1px solid #ccc;
	//width: 100%;
	margin: 0 auto;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.tabella_responsive tr {
	border: 1px solid #ddd;
	padding: 2px;
}
table.tabella_responsive th, table.tabella_responsive td {
	padding: 4px;
	text-align: center;
}
table.tabella_responsive th {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: bottom;
}

@media screen and (max-width: 600px) {

	table.tabella_responsive {
		border: 0;
	}

	table.tabella_responsive thead {
		display: none;
	}

	table.tabella_responsive tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}

	table.tabella_responsive td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
	}

	table.tabella_responsive td:last-child {
		border-bottom: 0;
	}

	table.tabella_responsive td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}
/* ------------------ FINE TABELLE RESPONSIVE (come listino MODULAR) ---------------------------------*/




/* --- TABELLA CREATA SU http://www.csstablegenerator.com/ */
table.tab_testomini {
	width: 50%;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

table.tab_testomini {
	margin:0px;padding:0px;
	width:50%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:16px;
	-webkit-border-bottom-left-radius:16px;
	border-bottom-left-radius:16px;
	
	-moz-border-radius-bottomright:16px;
	-webkit-border-bottom-right-radius:16px;
	border-bottom-right-radius:16px;
	
	-moz-border-radius-topright:16px;
	-webkit-border-top-right-radius:16px;
	border-top-right-radius:16px;
	
	-moz-border-radius-topleft:16px;
	-webkit-border-top-left-radius:16px;
	border-top-left-radius:16px;
}table.tab_testomini table{
	border-collapse: collapse;
		border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}table.tab_testomini tr:last-child td:last-child {
	-moz-border-radius-bottomright:16px;
	-webkit-border-bottom-right-radius:16px;
	border-bottom-right-radius:16px;
}
table.tab_testomini table tr:first-child td:first-child {
	-moz-border-radius-topleft:16px;
	-webkit-border-top-left-radius:16px;
	border-top-left-radius:16px;
}
table.tab_testomini table tr:first-child td:last-child {
	-moz-border-radius-topright:16px;
	-webkit-border-top-right-radius:16px;
	border-top-right-radius:16px;
}table.tab_testomini tr:last-child td:first-child{
	-moz-border-radius-bottomleft:16px;
	-webkit-border-bottom-left-radius:16px;
	border-bottom-left-radius:16px;
}table.tab_testomini tr:hover td{
	
}
table.tab_testomini tr:nth-child(odd){ background-color:#d4ffaa; }
table.tab_testomini tr:nth-child(even){ 
	background-color:#ffffff; }table.tab_testomini td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}table.tab_testomini tr:last-child td{
	border-width:0px 1px 0px 0px;
}table.tab_testomini tr td:last-child{
	border-width:0px 0px 1px 0px;
}table.tab_testomini tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
table.tab_testomini tr:first-child td{
		background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
table.tab_testomini tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #5fbf00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5fbf00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #5fbf00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbf00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#5fbf00,3f7f00);

	background-color:#5fbf00;
}
table.tab_testomini tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
table.tab_testomini tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}




