/* generali per tutti */
body {
	background-color: rgba(255, 255, 255, 0.0);
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

p { 
	display: block;
	height: 50px; 
	margin-left: 40px; 
	margin-right: 40px;
	font-family: LatoLatinWebLight;
	}

input { 
	display: block;
	width: 80px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 0px;
	font-size: 14px;
	font-family: LatoLatinWebMedium;
	}
	
/* contenuti per tutti */
.content:before {
		content: "";
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		z-index: -2;
		display: block;
		background-image:  url(../immagini/6F3A2112-mini.jpg);
		background-size: cover;
		/*-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);*/
		border: 0px solid #00F;
        }

.content {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		z-index: 0;
		border: 0px solid #0F0;
        }

.no-bounce { 
		width: 100%; height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch;
		}

.no-bounce > div { 
	    width: 100%; height: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch;
		   }
        
.no-bounce > div > div { 
		min-height: 100%; 
		font-size: 14px;
		}

.topMenuDef {
 		font-size: 20px;
		color: #EEE;
 		font-weight: bold;
		text-decoration: none;
		background-color: rgba(219, 240, 0, 0.7);
		width: 20%;
		cursor: pointer;
		border-radius: 8px;
		}
			 
.menu-div {
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: 18%;
		margin-right: 18%;
		height: 75px;
		background-color: transparent;
		color: #777;
		font-family: LatoLatinWeb;
		text-decoration: none;
		border: 0px solid #0F0;
		}

.subMenuDef {
 		font-size: 17px;
		color: #FFF;
 		font-weight: bold;
		text-decoration: none;
		background-color: rgba(245, 166, 13, 0.7);
		width: 20%;
		height: 50px;
		cursor: pointer;
		}
			 
.submenu-div {
		position: relative;
		top: 20px;
		margin-bottom: 50px;
		margin-left: 2%;
		margin-right: 2%;
		height: 50px;
		background-color: transparent;
		color: #777;
		font-family: LatoLatinWeb;
		text-decoration: none;
		border: 0px solid #0F0;
		}
		
.content-div { 
		font-size: 14px;
		height: 100%; /* serve solo per FireFox che non rispetta la min-height attribute */
		min-height: 100%;
		margin-top: 40px;
		margin-bottom: 0px;
		margin-left: 18%;
		margin-right: 18%;
		background-color: rgba(255, 255, 255, 0.8);
		color: #555;
		font-family: LatoLatinWebLight;
		text-decoration: none;
		border: 0px solid #0F0;
		border-radius: 8px;
		/*float: none;
		display: inline-block; */
		}
	
.subcontent-div { 
		font-size: 14px;
		height: 100%; /* serve solo per FireFox che non rispetta la min-height attribute */
		min-height: 100%;
		margin-top: 40px;
		margin-bottom: 0px;
		margin-left: 18%;
		margin-right: 18%;
		background-color: rgba(0, 255, 255, 0.8);
		color: #555;
		font-family: LatoLatinWeb;
		text-decoration: none;
		border: 0px solid #0F0;
		border-radius: 8px;
		}
	
/* riga del copyright in basso */
.copyrightFontDef {
 		 font-size: 12px;
		 color: #FFFFFF;
 		 font-family: LatoLatinWebLight;
		 text-decoration: none;
		 text-align: center;
		 height: 55px;
		 } 

a.copyrightLinkDef:link {
 		   font-size: 12px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }

a.copyrightLinkDef:hover {
 		   font-size: 12px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
		   
a.copyrightLinkDef:active {
 		   font-size: 12px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
		   
a.copyrightLinkDef:visited {
 		   font-size: 12px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }




/* tablet */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

.topMenuDef {
 		 font-size: 28px;
		 color: #EEE;
 		 font-weight: bold;
		 background-color: rgba(219, 240, 0, 0.7);
		 width: 20%;
		 }
		 	
.menu-div { 
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: 18%;
		margin-right: 18%;
		height: 120px;
		background-color: transparent;
		color: #777;
		font-family: LatoLatinWeb;
		text-decoration: none;
		border: 0px solid #0F0;
		}
		
.content-div { 
		font-size: 24px;
		min-height: 100%;
		margin-top: 40px;
		margin-left: 18%;
		margin-right: 18%;
		margin-bottom: 0px;
		background-color: rgba(255, 255, 255, 0.8);
		color: #555;
		font-family: LatoLatinWebLight;
		text-decoration: none;
		border: 0px solid #0F0;
		}
			
.copyrightFontDef {
 		 font-size: 18px;
		 color: #FFFFFF;
 		 font-family: LatoLatinWebLight;
		 text-decoration: none;
		 text-align: center;
		 height: 90px;
		 }
		   
a.copyrightLinkDef:link {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }

a.copyrightLinkDef:hover {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
		   
a.copyrightLinkDef:active {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
		   
a.copyrightLinkDef:visited {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
}



/* telefonini */
@media 
only screen and (max-width: 480px), 
only screen and (max-device-width: 480px) {
	
.topMenuDef {
 		 font-size: 22px;
		 color: #EEE;
 		 font-weight: bold;
		 background-color: rgba(219, 240, 0, 0.7);
		 width: 22%;
		 }
		 	
.menu-div { 
		margin-top: 25px;
		margin-bottom: 25px;
		margin-left: 2%;
		margin-right: 2%;
		height: 90px;
		background-color: transparent;
		color: #777;
		font-family: LatoLatinWeb;
		text-decoration: none;
		border: 0px solid #0F0;
		}
		
.content-div { 
		height: 1000px;
		font-size: 20px;
		border: 0px solid #0F0;
		margin-top: 20px;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 0px;
		background-color: rgba(255, 255, 255, 0.8);
		color: #555;
		font-family: LatoLatinWebLight;
		text-decoration: none;
		}
		
.copyrightFontDef {
 		 font-size: 18px;
		 color: #FFFFFF;
 		 font-family: LatoLatinWebLight;
		 text-decoration: none;
		 text-align: center;
		 height: 40px;
		 }
		   
a.copyrightLinkDef:link {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }

a.copyrightLinkDef:hover {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
		   
a.copyrightLinkDef:active {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }
		   
a.copyrightLinkDef:visited {
 		   font-size: 18px;
		   color: #FFFFFF;
 		   font-family: LatoLatinWebLight;
		   text-decoration:none;
		   font-style:normal;
		   text-decoration:none;
		   }	
}
