@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
 body {
			
	font-family: 'Lato', 'Myriad Pro', 'Trebuchet MS', sans-serif;
	
}
a:link { text-decoration:none;
color:inherit;}
a:visited{ text-decoration:none;
color:inherit;}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
label, input, textarea, select { /* Stili comuni agli elementi del form */
    color: #999999; /* Colore del testo */
    float: left; /* Float a sinistra */
    font-family: Verdana, sans-serif; /* Tipo di carattere per il testo */
    margin: 3px 0; /* Margini */
}
label { /* Stili per la label */
    display: block; /* Impostiamo la label come elemento blocco */
    line-height: 10px; /* Altezza di riga */
    width: 200px; /* Larghezza */
}
 
input, textarea, select { /* Stili per il campo di testo e per la textarea */
    background: #FFFFFF; /* Colore di sfondo */
    border: 1px solid #323232; /* Bordo */
    color: #999999; /* Colore del testo */
    height: 30px; /* Altezza */
    line-height: 12px; /* Altezza di riga */
    width: 300px; /* Larghezza */
    padding: 0 1px; /* Padding */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
 
textarea { /* Stili specifici per la teaxtarea */
    background: #FFFFFF url('images/social_balloon.png') no-repeat 235px 95px; /* Sfondo con immagine */
    font-size: 12px;
    height: 100px;
    width: 300px;
    overflow: hidden; /* disabilitare la scrollbar in IE */
}

input:focus { 
border:solid 1px #EEA34A; 
}

textarea:focus { 
border:solid 1px #EEA34A; 
}

#button {
    padding: 0;
    width: 100px;
}

#accetto {
    padding: 0;
    width: 15px;
	height:15px;
}

select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
select {
    cursor: pointer;
    text-overflow: "";
    background: url('img/arrow.png') no-repeat 100% 4px #fff; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    background: url('img/arrow.png') no-repeat 100% 0px #fff; /* fallback bg image*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}
select option {
    background: #fff; /* style the dropdown bg color */
}

#form {
    width: 500px;
    margin: 10px auto;
    padding: 1px;
    overflow: hidden;
 
}





/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
width: 100%;
margin-left: 0;
}
.header {
}
.BACK {
margin-left: 0;
clear: both;
}
.title {
}
.IMAGE3 {
}
.IMAGE {
}
.DDD {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 74.3589%;
margin-left: 12.8205%;
}
.header {
}
.BACK {
clear: both;
margin-left: 0;
}
.title {
}
.IMAGE3 {
}
.IMAGE {
}
.DDD {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 57.6271%;
margin-left: 16.9491%;
}
.header {
}
.BACK {
clear: both;
margin-left: 0;
}
.title {
}
.IMAGE3 {
}
.IMAGE {
}
.DDD {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}