
body{
	font-family:  Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}
    /* --------- GLOBAL  ----------------- */ 
	
	.rigona{
		margin-top:30px;
		
		
	}
  .contenitore{
	  width: 90%;
	  margin: auto;
	  overflow:hidden;
  }
  
  ul{
		margin:0;
		padding:0;
	}
	
	.button1{
		height:35px;
		background:#00b300;
		border:none;
		padding-left:20px;
		padding-right:20px;
		color:#ffffff;
		border-radius: 4px;
	}
	
	.buttonstop{
		height:35px;
		background:red;
		border:none;
		padding-left:15px;
		padding-right:15px;
		color:#ffffff;
		border-radius: 4px;
		font-weight: bold;
	}
	
	.button2{
		height:35px;
		background:#00b300;
		border:none;
		padding-left:20px;
		padding-right:20px;
		color:#ffffff;
		width:100%;
		margin-bottom:30px;
		border-radius: 4px;
	}
	
	.button3{
		background:#ffffff;
		border:none;
		padding-left:20px;
		padding-right:20px;
		color:#3d3d29;
		font-weight:bold;
		font-size:20px;
		height:50px;
		margin-top:30px;
		margin-left:360px;
		border-radius: 4px;
	}
	
	.buttonlogin{
		height:35px;
		background:#ffffff;
		border:none;
		padding-left:20px;
		padding-right:20px;
		color:#3d3d29;
		border-radius: 4px;
	}
	
	 form{
		float:right;
		margin-top:15px;
	}
	
	form a{
		color:#3d3d29;
		text-align:center;
		font-size:80%;
		font-weight:bold;
		text-decoration:none;
	}
	
	form a:hover{
		font-weight:bold;
		color:#00b300;
		font-size:80%;
	}
	
	input.text{
		padding:4px;
		height:35px;
		margin-bottom:5px;
	}
	
	input.password{
		padding:4px;
		height:35px;
		margin-bottom:5px;
	}
	
	input.email{
		padding:4px;
		height:35px;
		margin-bottom:5px;
	}
	
	input.bottone{
		height:35px;
		background:#00b300;
		border:none;
		padding-left:20px;
		padding-right:20px;
		color:#ffffff;
	}
	
    p.big{
		font-size:60px;
		font-weight:bold;
		margin-bottom:20px;
		margin-top:20px;
		text-align:center;
		color:#3d3d29;
	}
	
	.logintext{
		float:left;
		text-align:left;
		color:#3d3d29;
	}
	
	.logintextb{
		float:left;
		text-align:left;
		color:#dcdcdc;
	}
	
	a.blanco{
		color:#dcdcdc;
	}
	
     img.inline{
		vertical-align:middle;
		
	}
	
	.titolopecetta{
		font-size: 22px;
		font-weight: bold;
	}
	
	.margineinalto{
		padding-top: 40px;
	}
	
	.marginino{
		padding-top: 20px;
	}
	
	.margineinbasso{
		padding-bottom: 20px;
	}
	
	h3{
		font-weight: bold;
		text-align: center;
	}
	
	h4{
		font-weight: bold;
		text-align: left;
	}
	
	.pecetta{
		margin: 0 auto;
		text-align: center;
	}

    .info{
		color:#00b300;
		font-weight:bold;
	}
	
	.titolone{
		font-weight:bold;
		font-size: 150%;
		color:#3d3d29;
	}
	
	.titoletto{
		font-weight:bold;
		font-size:30px;
		color:#3d3d29;
	}
	
	table{
		width:100%;
		
	}
	
	td.spazio{
		padding: 5px; 
	}
	
	.titolologin{
		font-weight: bold;
		font-size:140%;
		color:#00b300;
	}
	
	.titolologinb{
		font-weight: bold;
		font-size:140%;
		color:#dcdcdc;
	}
	
	a{
		color:#3d3d29;
		text-decoration:none;
	}
  
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: white;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -203px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
  
  /* ----------- BOTTONE TORNA SU -------------------- */
  
  #bottonetornasu {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#bottonetornasu:hover {
  background-color: #555;
}
  
  /* ------------------------- BARRA IN BASSO ------------------ */
  
  
  /* ----------- HEADER -------------------- */
  
    header{
	  background:#ffffff;	
	  color:#3d3d29;
	  padding-top: 20px;
	  min-height: 63px;
	  border-bottom:#00b300 3px solid;
	  padding-bottom: 20px;
	  margin-left: -15px;
      margin-right: -15px;
	}
	
	header a{
		color:#3d3d29;
		text-decoration:none;
	}
	
	.pulsanti_header{
		border: 1px solid grey;
		padding: 4px;
		padding-left:8px;
		padding-right: 8px;
		font-size: 18px;
		font-family: 'Eurostile';
		border-radius: 3px;
		background-color:#f5f5f0;
		
	}
	
	.pulsanti_header:hover{
		border: 1px solid grey;
		padding: 4px;
		padding-left:8px;
		padding-right: 8px;
		font-size: 18px;
		font-family: 'Eurostile';
		border-radius: 3px;
		background-color:#e1e1d0;
		
	}
	
	header li{
		float: left;
		display:inline;
		padding: 0 10px 0 10px;
	}
	
	header #logo{
		float:left;
		text-decoration:none;
		font-weight: bold;
		
	}
	
	.bold{
		font-weight: bold;
	}
	
	header #logo h1{
		margin:0;
		font-size: 30px; 
	}
	
	nav{
		float:right;
		margin-top:15px;
		font-weight:bold;
	}
	
	nav a{
		font-size:16px;
		text-transform:uppercase;
		font-family: 'Inconsolata', monospace;
	}
	header .highlight, header .current a{
		color:#00b300;
		font-weight:bold;
		text-decoration:none;
		
	}
	
	header a:hover{
		color:#3d3d29;
		text-decoration:none;
		
	}
	
	#menu-icon{
		display: hidden;
		width: 40px;
		height: 30px;
		background: url('../img/m3nu.png') center;
	}

	
	a:hover#menu-icon{
		border-radius: 4px 4px 0 0;
	} 
	
	.nascosto{
		display: inline;
		vertical-align:middle;
		
	}
	
	.contronascosto{
		  display: none; 
	   }
	
	.antinewsletter{
		color: #3d3d29;
	}
	
	.post-content {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.5;
    top:0;
    left:0;
    position: absolute;
}

  
	
	/* ------------------- FINESTRONE ----------------------------*/
	
		#login{
		min-height:400px;
		background:url('../img/login-bg1.jpg') no-repeat 0 0;
		background-position: center;
		text-align:left;
		color:#ffffff;
		border-bottom:#00b300 3px solid;
	}
	
	#login_pwa{
		background-color:grey;
		background-position: center;
		text-align:left;
		color:#ffffff;
		
	}
	
	    #mailer{
		background-color:#ffffff;
		min-height:300px;
		text-align:left;
		color:#3d3d29;
		border-bottom:#00b300 3px solid;
	}
	
	#finestrone{
		min-height:550px;
		background:url('../img/homepage-bg.jpg') no-repeat 0 0;
		background-position: center;
		text-align:left;
		color:#ffffff;
		border-bottom:#00b300 3px solid;
	}
	
	.titolohomepage{
			font-size: 30px;
			font-weight:bold;
	        color: #ffffff;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
	
	#finestrone h1{
		margin-top:220px;
		font-size:35px;
		margin-bottom:10px;
		font-weight:bold;
		color: #ffffff;
	}
	
	#finestrone p{
		font-size:22px;
		font-weight:bold;
	    color: #ffffff;
		text-align:left;
		font-family: 'Inconsolata', monospace;
	}
	
	#finestrone button:hover{
		font-weight:bold;
		color:#00b300;
	}
	
	.bottone{
		
		margin-top:30px; 
		font-family: 'Inconsolata', monospace; 
		font-weight:bold; 
		padding-left:30px; 
		padding-right:30px; 
		float:center; 
		margin-left: 70px; 
		background:#3d3d29; 
		color:#00b300; 
		border:none; 
		border-radius: 4px; 
		height:60px; 
		font-size:24px; 
		text-align:vertical;	
		-webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
	}
	
	.bottone:hover{
		font-weight:bold;
		color:#ffffff;
		
		
	}
		/* ------------------- NEWSLETTER ----------------------------*/
	#newsletter{
		padding:15px;
		color:#00b300;
		background:#ffffff;
		border-bottom:#00b300 3px solid;
	}
	
	#newsletter h1{
		float:left;
	}        
	
      .boxcrealeft{
		float:left;
		width:45%;
		padding:10px;
		text-align:left;	
		min-width:254px;
		margin-top:60px;
		margin-bottom:40px;
	}
	
	 .boxcrearight{
		float:right;
		width:45%;
		padding:10px;
		text-align:left;	
		min-width:254px;
		margin-top:40px;
	}
	
	/* ------------------- BOXES   ----------------------------*/
	
	#boxes{
		margin-top:20px;
	}
	
	#boxes .box{
		float:left;
		width:30%;
		padding:10px;
		text-align:left;	
		min-width:246px;
	}
	
	#boxes .box img{
		width:100%;
        height:auto;		
	}
	
	#boxes .scatola{
		float:left;
		width:30%;
		padding:10px;
		text-align:left;	
		min-width:246px;
	}
	
	#boxes .scatola img{
		width:auto;	
	}
	
	footer{
	
		padding-top:20px;
		padding-bottom:20px;
		color:#ffffff;
		background-color:#3d3d29;
		text-align:left;
		
	}
	
	.linkfooter{
		color:#ffffff;
		text-decoration:none;
		line-height:200%;
	}
	
	 footer a:hover{
		font-weight:bold;
		color:#00b300;
		text-decoration:none;
		
	}
	
	 footer a:visited{
		color:#ffffff;
		text-decoration:none;
		
	}
	
	
		.section-tutorial-title{
			text-transform:uppercase;
			font-size: 24px;
			font-weight:bold;
	        color: #3d3d29;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
		
		.section-tutorial-p{
			font-size: 16px;
			text-align:justify;
	        color: #3d3d29;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
		
		.section-tutorial-li{
			font-size: 13px;
	        color: #3d3d29;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
		
		/* Style the header */
.fronte {
	background: rgba(255, 255, 255, 0.95);
	z-index:10000;
}

/* Page content */
.content {
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom:#00b300 3px solid;
  padding-bottom:8px;
  padding-top:8px;
}

/* Add some top padding to the page content to prevent sudden quick movement 
(as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

#bottom {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
  z-index:10000;
 
  border: none;
  color: black;
  width:100%;
  min-height:45px;
}

.index_fasce{
	background-color:#3d3d29;
	color:#ffffff;
	font-family: 'Inconsolata', monospace; 
	font-size: 28px; 
	text-align:center;
	padding-bottom:30px; 
	padding-top:30px;"
}

.verdino{
	font-weight:bold; 
	color:#00b300;
	font-size: 30px;
}

.titoli_in_eurostile{
	font-size:26px;
	font-family:'Eurostile';
	text-transform:uppercase; 
	color:#00b300;
	font-weight:bold;
}

.fondone{
	padding-bottom:0px
}

.installationem{
	display: none;
    border: 3px solid #00b300;
    border-radius: 4px;
    bottom: 70px;
    position: fixed;
    background-color: white;
    width: 90%;
    min-height: 80px;
    margin-left: 15px;
    z-index: 10000;
    max-width: 400px;
}

.nascondi_padding{

}

.link_back_app{
	color:#00b300;
	margin-top:5px;
	position:fixed;
	font-weight:bold;
	font-size:16px;
	z-index:10000;
	left:25px;
}

.icon_back_app{
	color:#00b300;
	margin-top:-12px;
	position:fixed;
	font-size:40px;
	z-index:10000;
	left:5px;
}

.current_url_app{
	margin: auto;
	font-size:20px;
	font-weight:bold;
}

.sandwich{
	position:fixed;
	top:15px;
	right:15px;
	z-index:10000;
}
	
		/* ------------------- SEZIONE MOBILE   -------------------------------------------------------------------------------------*/
		
	@media screen and (max-width: 992px) {
		
		
    #menu-icon{
	display: inline-block;
	
}
		
		nav ul, nav:active ul {
			display: none;
			z-index: 1000;
			position: absolute;
			padding: 20px;
			background:#ffffff;
			right: 0px;
			top: 70px;
			border: 2px solid #00b300;
			border-radius: 8px 8px 8px 8px;
			width:auto;
			opacity: 0.9;
            filter: alpha(opacity=90);  /*For IE8 and earlier */
			
		}
		
		nav:hover ul {
			display: block;
			
		}
		
		nav li {
			text-align: center;
			width: 100%;
			padding: 10px 0;
			
			
		}
		
		.nascosto{
		display: none;
		
	}
	
	   .contronascosto{
		  display: inline; 
		  vertical-align:middle;
	   }
	   
	   #login{
		min-height:200px;
		background:url('../img/login-bg.jpg') no-repeat 0 0;
		background-position: center;
		text-align:left;
		color:#3d3d29;
		border-bottom:#00b300 3px solid;
	}
	
	#finestrone{
		min-height:284px;
		background:url('../img/homepage-mobile.jpg') no-repeat 0 0;
		background-position: center;
		text-align:left;
		color:#ffffff;
		border-bottom:#00b300 3px solid;
	}
		
		.titolohomepage{
			font-size: 18px;
			font-weight:bold;
	        color: #ffffff;
			text-align:left;
			font-family: 'Inconsolata', monospace;
			
		}
		
		.section-tutorial-title{
			text-transform:uppercase;
			font-size: 18px;
			font-weight:bold;
	        color: #3d3d29;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
		
		.section-tutorial-p{
			font-size: 14px;
			text-align:justify;
	        color: #3d3d29;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
		
		.section-tutorial-li{
			font-size: 12px;
	        color: #3d3d29;
			text-align:left;
			font-family: 'Inconsolata', monospace;
		}
	
	#finestrone p{
		font-size:15px;
		font-weight:bold;
	    color: #ffffff;
		text-align:left;
		font-family: 'Inconsolata', monospace;
	}
	
	header{
	  background:#ffffff;	
	  color:#3d3d29;
	  padding-top: 0px;
	  border-bottom:#00b300 3px solid;
	  padding-bottom: 8px;
	  margin-left: -15px;
      margin-right: -15px;
	}
		
		.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom:#00b300 3px solid;
  padding-bottom:8px;
  padding-top:0px;
}

#bottom {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.95);
  z-index:10000;
  border: none;
  color: black;
  width:100%;
  min-height:44px;
}

#backtotop{
	margin:auto;
	margin-top:8px;
	margin-right:10px;
}

.index_fasce{
	background-color:#3d3d29;
	color:#ffffff;
	font-family: 'Inconsolata', monospace; 
	font-size: 14px; 
	text-align:center;
	padding-bottom:10px; 
	padding-top:10px;"
}

.verdino{
	font-weight:bold; 
	color:#00b300;
	font-size: 16px;
}

.titoli_in_eurostile{
	font-size:18px;
	font-family:'Eurostile';
	text-transform:uppercase; 
	color:#00b300;
	font-weight:bold;
}

.pulsanti_header{
		font-size: 14px;
	}
	
	.fondone{
	padding-bottom:40px
}

.nascondi_padding{
	padding-top:15px;
	max-height:52px;
}
		
		
}
	
/* --------------------------- AGGIUNGO FONT EUROSTILE ---------------------------*/

@font-face {
 font-family: 'Eurostile';
  src: url('/fonts/Eurostile.ttf');
}
