@charset "utf-8";
/* CSS Document */

/** Breakpoint da 481 a 768 px - tablet **/




@media screen and (min-width: 481px) and (max-width: 768px) {
    /* For tablet: */
    
p, div {
	
	line-height: 26px;
	
}
	
	
	/****************logo stiki******************/
#logo-stiki img{
		height: 40px;
	margin-top:-2px;
	

}
	
	/****************logo******************/
	#logo{
	
		float: left;
		margin-left:0px;
		margin-top:5px;
		width: 80%;
		display: block;
		height: 100px;
	}

div#logo img{ width: auto; height: auto;  }
	
	
	
/****************logo smart******************/
#logo-smart{
	width: 75%;
	float: left;
	margin-top:8px;
	margin-left:0px;
	display: none;
	
}

div#logo img{ max-width: 100%; height: auto; }
	
	


/***************************************************************************/
/********************** ico MENU smart stiki******************************************/
 	#menu-smart-stiki{
	padding-top: 6px;
	float: right;
	display:block; 
	padding-right: 0px;
	width: 7%;
	cursor: pointer;
}
	
	div#menu-smart-stiki img{ width: 30px; height: 30px;  }
	
/***************************************************************************/
/********************** ico MENU smart ******************************************/
 	#menu-smart{
	padding-top: 35px;
	float: right;
	display:block; 
	padding-right: 0px;
	width: 15%;
	text-align: center;
		

}
/****************social stiki******************/
#social-stiki{
	
	display: none;
	

}		
	
/****************social******************/
#social{
	
	display: none;
	

}	
	
	
	
	
	
	/***************************************************************************/
/********************** MENU TOP STIKI ******************************************/


#cont-menutop-stiki{ /* contenitore per centrare il menu top*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display:none ;
	}

/*menu top generale */

div#cont-menutop-stiki ul {
	
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
	width: 100%;
	background-color: #ececec;
	
}


/*singole voci*/  

div#cont-menutop-stiki li{
	display: block;
	background-color: #ececec;
	clear: left;/* elementi su singola riga */
	
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
  
div#cont-menutop-stiki li a {
    color: #000;
    display: block;
    font-weight: bold;
    
    text-decoration: none;
    
    text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
  

div#cont-menutop-stiki  li a:hover {color: #fff;}

div#cont-menutop-stiki  li:hover {background-color: #00687f;}




/***************************************************************************/
/********************** MENU TOP ******************************************/


#cont-menutop{ /* contenitore per centrare il menu top*/
	
	display: none;
	}



	
	
/***************************************************************************/
/********************** MENU TOP toggle******************************************/


#cont-menutop-toggle{ /* contenitore per centrare il menu top*/
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	display: none;
	}

/*menu top generale */

div#cont-menutop-toggle ul {
	width: 100%;
    
    font-size: 18px;
    list-style: none;
	padding-left:0px;
	background-color: #ececec;
	
}


/*singole voci*/  

div#cont-menutop-toggle  li{
	width: 100%;
	display: block;
	background-color: #ececec;
	clear: left;/* per disporli in verticale */
	border-bottom: 1px solid #FFFFFF;
}
  
div#cont-menutop-toggle li a {
    color: #000;
    display: block;
    font-weight: bold;
    
    text-decoration: none;
    
    text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
  
div#cont-menutop-toggle  li a:hover {color: #333;}

div#cont-menutop-toggle  li:hover {background-color: #ccc;}


	


/***************************************************************************/
/********************** MENU stiki toggle******************************************/


#cont-menutop-toggle-stiki{ /* contenitore per centrare il menu top*/
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	display: none;
	}

/*menu top generale */

div#cont-menutop-toggle-stiki ul {
	width: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 18px;
    list-style: none;
	padding-left:0px;
	background-color: #ececec;
}


/*singole voci*/  

div#cont-menutop-toggle-stiki  li{
	width: 100%;
	display: block;
	background-color: #ececec;
	clear: left;/* per disporli in verticale */
	border-bottom: 1px solid #FFFFFF;
}
  
div#cont-menutop-toggle-stiki li a {
    color: #000;
    display: block;
    font-weight: bold;
    
    text-decoration: none;
    
    text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
  
div#cont-menutop-toggle-stiki  li a:hover {color: #fff;}

div#cont-menutop-toggle-stiki  li:hover {background-color: #00687f;}


/***************************************************************************/
/********************** titolo pag interna******************************************/
.notizie_title_interna {
	
	font-size: 2.2em;
	line-height: 1.1em;
	
	
}


				
	#toggle-close { /* contenitore per centrare il menu top*/
	
	display:block;
	}

	
/***************************************************************************/
/********************** grafica interna sotto testata stiki ***************************************/


div.grafica-stiki {

	
	margin-bottom: -60px;
	
}	
	
}




