/* COLORI

	VERDE CHIARO (sfondo): 009900
	VERDE SCURO (titoli): 006600
	GRIGIO CHIARO(titoli): FEFEFE
	GRIGIO SCURO (sfondo): 666666
	GIALLO (sfondo): FEF8A2
	BLU (pulsanti e titoli): 000099

*/

/* CORPO, BOX e CORNICI */
.body 
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
}

.h1 
{
	font: inherit;
	font-size: 38px;
	font-weight: bold;
	color: #EEEEEE; /*  #FEFEFE; */
	text-decoration: none;
	letter-spacing: 1px;
	white-space: nowrap;
}

.h2 
{
	font: inherit;
	color: #EEEEEE;
	font-size: 22px;
	white-space: nowrap;
}

.intesta
{
	width: 100%;
	background-color: #F77B00; /* #333333; /* #FF6600; */
	padding-top: 10px;
	padding-bottom: 10px;
}


.block_titolo
{
	width: 84%;
	font: inherit;
	max-width: 2000px;
	min-width: 700px;
	display: inline-block;
	text-align: left;
}

.block_logo
{
	width: 80%;
	font: inherit;
	display: inline-block;
	text-align: left;
}

.cont_main
{
	width: 100%;
	height: auto;
	min-width: 850px;
	text-align: right;
	background-image: url(pix/formentera.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	margin-bottom: 10px;
	display: block;
	outline: none;
}

.risposta
{
	width: 500px;
	font-size: 20px;
	background: #CCCCCC;
	border: 1px solid #999999;
	border-radius: 10px;
	display: inline-block;
	opacity: 0.8;
	margin-top: 20px;
	margin-bottom: 200px;
	margin-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	line-height: 40px;
}

/* FORM */
.form
{
	width: auto;
	font-size: 20px;
	background: #CCCCCC;
	border: 1px solid #999999;
	border-radius: 10px;
	display: inline-block;
	opacity: 0.8;
	margin-top: 5%;
	margin-right: 10%;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	line-height: 40px;
}

.form_titolo
{
	width: 100%;
	font: inherit;
	font-size: 24px;
	text-align: center;
	display: inline-table;
	padding-top: 5px;
	padding-bottom: 5px;
}

.form_label
{
	width: 90px;
	font: inherit;
	display: inline-table;
	text-align: right;
	vertical-align:top;
}

.form_input
{
	width: 250px;
	font: inherit;
	font-size: 20px;
}

.form_input_num
{
	width: 50px;
	font: inherit;
	font-size: 20px;
}

.form_pulsante
{
	width: 100%;
	font: inherit;
	background:#F77B00;
	color: #000000;
	border-radius: 10px;
	border: 1px solid #999999;
	font-size: 22px;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;
}

.block
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}

.desc_block
{
	width: 90%;
	/* max-width: 1200px; */
	min-width: 500px;
	text-align: justify;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 120%;
}

.sez_titolo
{
	width: 100%;
	color: #EEEEEE;
	background: #F77B00;
	text-align: center;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold;
}

/* ad */
.ad_block
{
	background: #FFFF99;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	max-width: 600px;
	min-width: 300px;
	text-align: left;
	margin: 40px;
	border: 2px solid #666666;/* #F77B00; */
	border-radius: 5px;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.4);
	position: relative;
}

.ad_tipo
{
	z-index: -1;
	position: absolute;
	top: -35px;
	right: 10px;
	border: 2px solid #666666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#F77B00;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.4);
	color: #EEEEEE;
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.ad_titolo
{
	font: inherit;
	font-size: 22px;
	margin: 5px;
}

.ad_foto
{
	width: 100%;
	height: auto;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.ad_dett
{
	font-family: "Helvetica", "Verdana", "Arial", "sans-serif";
	font-size: 20px;
	margin: 5px;
}

.ad_price
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #FF6600;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	margin: 5px;
}

.ad_icon
{
	width: 40px;
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* CASA */
.casa_box
{
	width: auto;
	background: #FFFF99;
	border: 2px solid #666666;/* #F77B00; */
	border-radius: 5px;
	box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.4);
	max-width: 1200px;
	min-width: 500px;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	padding: 10px;
	margin-bottom: 40px;
	border: 1px solid;
}

.casa_titolo
{
	color:#F77B00;
	font-size: 26px;
	font-weight: bold;
}

.casa_scheda
 {
	width: 500px;
	display: inline-block;
	font-size: 20px;
	vertical-align:top;
	white-space: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.casa_foto
{
	width: auto;
	max-width: 500px;
	height: 375px;
	border: 1px solid;
}

.casa_album
{
	background: #E5E5E5;
	border: 1px solid;
	width: auto;
	height: 80px;
	text-align: center;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	padding-top: 5px;
}

.casa_thumb
{
	width: auto;
	height: 60px;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid;
}

.casa_desc
{
	text-align: left;
}

.casa_form
{
/*
	font-size: 20px;
	text-align: right;
*/

	width: auto;
	/* 
	font: inherit; 
	opacity: 0.8;
	text-align: left;
	*/
	font-size: 20px;
	background: #CCCCCC;
	border: 1px solid #999999;
	border-radius: 10px;
	display: inline-block;
	vertical-align:top;
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}

/* GENERICHE */
.contact
{
	width: auto;
	max-width: 800px;
	text-align: left;
	display: inline-block;
	margin-bottom: 100px;
	font-size: 26px;
	line-height: 140%;
}

.locator
{
	color: #990033;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.footer
{
	font-family: "Helvetica", "Arial", "Verdana", "sans-serif";
	font-size: 15px;
	color:#CCCCCC;
	background-color: #333333;
	text-align: right;
	padding: 10px;
}

.footer_link
{
	color:#CCCCCC;
	text-decoration: none;
}

/* CSS per Smartphone 321 - 480 px */
@media only screen and (max-device-width: 480px) 
{
.h1 
{
	font-size: 22px;
}

.h2 
{
	font-size: 12px;
}

.block_titolo
{
	width: 100%;
	min-width: 100px;
	margin-left: 10px;
}

.cont_main
{
	text-align: center;
	min-width: 100px;
}

.form
{
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 30px;
}

.form_label
{
	text-align: left;
}

.desc_block
{
	min-width: 100px;
}

.footer
{
	font-size: 20px;
	padding: 10px;
}
}

/* CSS per Tablet 481 - 768 px */
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) 
{

}
