	
/* -------------------	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;
}
.su_sfondo_scuro {
	color:#EEEEEE;
}
.su_sfondo_scuro a:link, .su_sfondo_scuro a:visited{
	color:#FFFFCC;
	font-weight: bold;
}
.su_sfondo_scuro a:hover{
	color:#FFFFFF;
}

.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;
}

#testo_chisiamo{
	background:rgba(255,255,255,0.75);
	padding: 20px;
}
@media (max-width:800px){
	#testo_chisiamo{
		padding: 4px;
	}
}

#bottoni_tele_mail{
	display: inline;
}
#link_telefono_su_mobile{
	display:none;
}

.pulsantiera_social_top{
	//display:inline;
	display:inline-block;
	text-align: right;
	margin-bottom: 6px;
	margin-left: 6px;
}
.pulsantiera_carrello{
	display: inline;
}
.pulsantiera_scegli_lingua_top {
	display:inline-block;
	height: 30px;
	text-align: right;
}
.pulsantiera_scegli_lingua {
}

.menutop_voci{
	display:inline;
	padding-right: 5px;
	font-size:13px;
	font-weight: 1;
}

#menu_ricerca_catalogo{
	background-image:url("images/sfondo_trasparente_60.png");
}

.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;
}

// --- INSERISCE IL PADDING ALL'INTERNO DI TUTTE LE PAGINE: va differenziato per tipologia!!!
//.wrap_main * {
//	padding: 5px 10px;
//}

#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;
	}
	#bottoni_tele_mail{
		display: inline;
	}
	#link_telefono_su_mobile{
		display:inline;
	}
	#link_telefono_su_pc {
		display:none;
	}
}
@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: 1px 0px 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,
form input[type="submit"],
form input[type="button"]{
	font-family: 'Open Sans', Georgia, "Times New Roman", Times, serif;
	background: #EEEEEE;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	margin: 0 3px 5px 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;
}
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: 4px;
	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 -------------------*/
.motore_ricerca_top{
	display:block;
}
#bottone_ricerca{
	display: none;
}
#chiudi_ricerca{
	display: none;
}

form[name="ricerca"] { 
}
.form_ricerca {
	margin: 0px 0px 0px 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;
	}
}
@media (max-width:800px){
	.form_ricerca {
		margin: 0px 0px 0px 0px;
	}
	.motore_ricerca_top{
		//display:none;
	}
	#bottone_ricerca{
		margin: 4px 15px 0 0;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	#chiudi_ricerca{
		margin: 4px 15px 0 0;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
}


/* ------------------- BOX LOGIN AREACLIENTI -------------------*/
.boxlogin {
	width: 100%;
	text-align: center;
	background: #000000; 
	margin-bottom: 1px;
}
.boxlogin img {
	vertical-align: middle;
}
.form_boxlogin {
	margin: 0px 0px 0px 0px;
}
.form_boxlogin input[type="submit"]{
	display: inline;
	margin:0 3px 0 3px;
}
.form_boxlogin label{
	display: inline;
	background: none;
	margin:0 3px 0 3px;
}
.form_boxlogin label span{
	display: none;
}
@media (min-width:801px){
	.form_boxlogin input[type="text"],
	.form_boxlogin input[type="password"],
	.form_boxlogin input[type="date"],
	.form_boxlogin input[type="submit"],
	.form_boxlogin input[type="button"],
	.form_boxlogin textarea,
	.form_boxlogin select {
		width: 11%;
	}
}
@media (max-width:480px){
	.form_boxlogin {
		margin: 0px 0px 0px 0px;
	}
}
@media (max-width:800px){
	.form_boxlogin {
		margin: 0px 0px 0px 0px;
	}
	.motore_ricerca_top{
		//display:none;
	}
	#bottone_ricerca{
		margin: 4px 15px 0 0;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	#chiudi_ricerca{
		margin: 4px 15px 0 0;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
}



/* ------------------- 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 a:hover{
	-webkit-filter: brightness(115%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.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%;
	}
}


/* ------------------- CATAINDX ---------------------------------*/
.lista_cataindx {
	clear: both;
	overflow: hidden;
	border: 1px solid #EEEEEE;
	padding: 10px;
}
ul.lista_cataindx li {
	display: inline-block;
	width: 48%;
	margin: 10px 1% 10px 1%; 
	vertical-align:top;
	//background: #EEEEEE;
}
ul.lista_cataindx li img {
	float: left;
	vertical-align: top;
}
@media (max-width:800px){
	ul.lista_cataindx li {
		float: none;
		width: 100%;
	}
}

/* ------------------- CATAINDX NUOVO "DA-THUMBS"---------------------------------*/
.da-thumbs {
	clear: both;
	list-style: none;
	width: 100%;
	height: auto;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #ebebe0;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li:nth-child(odd) {
	background: #f9f2ec;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	//top:0px;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}




/* --------- GOOGLE MAPS -----------------------------*/
.googlemap_wrap  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.googlemap_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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;
	vertical-align: top;
}
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;
}




