/*
 * COPERTINA SEMPLICE
 * 
 * 1.0 Pagina web
 * 2.0 Tablet
 * 3.0 Phone
 */

/* -- 1.0 Pagina web -- */
	 
	
	article.cna-copertina-kb .titoli h1 { font-size: 2em; font-weight:300; padding:20px 20px 20px 130px; color:#c2d20b;  display:inline-block;
		
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5); 
		
	}	
	
	article.cna-copertina-kb .segnaposto { width:40px; height:80px; 
		
		background:#c2d20b; display:block; position:absolute; top:0; left:50px; 
		
		-webkit-border-top-left-radius		: 0px; ;
		-moz-border-radius-topleft			: 0px; ;
		border-top-left-radius				: 0px; ;
		-webkit-border-top-right-radius		: 0px; ;
		-moz-border-radius-topright			: 0px; ;
		border-top-right-radius				: 0px; ;
		-webkit-border-bottom-right-radius		: 20px; ;
		-moz-border-radius-bottomright		: 20px; ;
		border-bottom-right-radius			: 20px; ;
		-webkit-border-bottom-left-radius		: 20px; ;
		-moz-border-radius-bottomleft			: 20px; ;
		border-bottom-left-radius			: 20px; ;
	}
	
	article.cna-copertina-kb .titoli h2 { 
		
		width: 320px;
		font-size: 1.1em; font-weight:200; padding:0px 20px 20px 0px; margin-left:130px; color:#fff; margin-bottom: 20px; 
		line-height: 1.4em;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
				
	}
	
	article.cna-copertina-kb .titoli 		{ background: rgba(154, 151, 153, 0.7);  width:100%; display:block; border-bottom: 1px solid rgba(255,255,255,0.5); border-top: 1px solid rgba(255,255,255,0.5)}
	article.cna-copertina-kb .titoli.alto	{ position: absolute; left:0px; top:-2px; z-index: 10000; }
	article.cna-copertina-kb .titoli.centro	{ position: absolute; left:0px; top:50%; margin-top:-42px; z-index: 10000;  }
	article.cna-copertina-kb .titoli.basso	{ position: absolute; left:0px; bottom:-2px;z-index: 10000;  }
		
	article.cna-copertina-kb .wrapper-gallery 		{ display:none; }
	article.cna-copertina-kb section.gutter 		{ display:none;  }
	
	/* -- 2.0 Tablet -- */

@media screen and (max-width: 769px) {
    
    /*article.cna-copertina-kb h1	{ margin:10px 10px 10px -10px;  padding: 10px 10px 00px 30px; }*/
    
}

/* -- 3.0 Phone -- */

@media screen and (max-width: 480px) {

}




