/* CSS per Smartphone 321 – 480 px */
@media only screen and (max-device-width: 480px) 
{
/* TITOLI e TESTO */
.h1 
{
	font-size: 64px;
}

.h2
{
	font-size: 47px;
}

.h3
{
	font-size: 42px; 
}

.testo 
{
	font-size: 30px;
}

.menu 
{
	font-size: 34px; 
}

.locator
{
	font-size: 38px;
}

.partner
{
	font-size: 50px;
}

/* FORM */
.form 
{ 
	font-size: 42px;
 	border-spacing: 24px;
  	border-collapse: separate;	
}

.form_casa
{ 
	font-size: 60px;
 	border-spacing: 20px;
}

.form_input_casa
{
	font-size: 60px;
}

.chk_input_casa
{
	width: 45px;
	height: 45px;
}

.form_input 
{
	font-size: 42px;
}

.form_button
{
	font-size: 55px; 
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius : 10px;
	moz-border-radius : 10px;
}

/* GENERICHE */
.block_foto 
{
	text-align: center;
	position: relative;
	width: 49%;
	min-width: 150px;
	padding-top: 30px;
	white-space: nowrap;
}
didasca_foto
{
	font-size: 32px;
}

.block_casa
{
	width: 96%;
	max-height: 100vh;
	padding-left: 2%;
	padding-bottom: 30px;
}
prev_foto
{
	font-size: 150px;
	border : solid 4px #FFFFFF;
	padding-left:  40px;
	padding-right: 40px;
	left: 5%;
	bottom: 40%;
}
next_foto
{
	font-size: 150px;
	border : solid 4px #FFFFFF;
	padding-left:  40px;
	padding-right: 40px;
	right: 5%; 
	bottom: 40%;
}

.block_testo
{
	width: 90%;
}

.block_formentera
{
	width: 90%;
}

.dett_casa
{
	width: 90%;
	font-size: 42px;
	padding-bottom: 40px;
}

.dett_descr
{
	font-size: 46px;
	width: 90%;
}

.txt_risposte
{
	font-size: 46px;
	line-height: 130%;
	padding-top: 10%;
}

.rich_casa
{
	width: 96%;
}

.footer 
{
	font-size: 26px;
}

.footer_link
{
	font-size: 26px;
}

 .note
{
	font-size: 40px;
}

.note_link:link, .note_link:visited, .note_link:active
{
	font-size: 40px;
}

.link_ancora:link, .link_ancora:visited, .link_ancora:active /* NEW */
{
	font-size: 54px;
	border-radius : 10px;
	moz-border-radius : 10px;
	padding : 4px 50px;
}

.close
{
	line-height: 80px;
	width: 80px;
}

.flag 
{
	width: 60px;
	padding-right: 10px;
}
}