/* CSS per Tablet 481 – 768 px */
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) 
{
/* TITOLI e TESTO */
.h1 
{
	font-size: 50px;
}

.h2
{
	font-size: 32px;
}

.h3
{
	font-size: 27px;
}

.testo 
{
	font-size: 23px;
}

.menu 
{
	font-size: 29px;
}

.locator
{
	font-size: 28px;
}

.partner
{
	font-size: 29px;
}


/* FORM */
.form 
{ 
	font-size: 27px;
 	border-spacing: 16px;
  	border-collapse: separate;	
}

.form_casa
{ 
	font-size: 22px;
}

.form_input_casa
{
	font-size: 22px;
}

.form_input 
{
	font-size: 27px;
}

.form_button
{
	font-size: 27px;
	padding : 1px 125px;
	background : #FF8C00;
}


/* GENERICHE */
.block_foto 
{
	text-align: center;
	position: relative;
	width: 49%;
	min-width: 200px;
	padding-top: 25px;
	white-space: nowrap;
}
didasca_foto
{
	font-size: 26px;
}

.block_casa
{
	min-width: 200px;
	max-height: 400px;
}
prev_foto
{
}
next_foto
{
	right: 1%; 
}

.footer 
{
	font-size: 18px;
}

.footer_link
{
	font-size: 18px;
}
}