h1{font-size:34px;}
h2{font-size:30px;}
h3{font-size:24px;}
@media only screen and (max-width: 480px){
	
}
#mainnav button.btn-navbar span {
		display:inline-block;
		
	}


.cat-children .cat-img-folder {
    width: 32px;
    height: 32px;
}

div.pull-right > div.pull-right, span.pull-right > div.pull-right{ display:none;}

#news table.acym_form{margin:auto;}

#bot_1 {
	background-color:rgba(0,0,0,0.6);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position:relative;
	overflow:hidden;
}
body #bot_1:before{
	background-image: url("/serviziomacperlalettura/images/servizio-mac-per-la-lettura-libri.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	width:100%;
	height:100%;
	content:"";
	display:block;
	opacity:0.6;
	position:absolute;
	top:0;
	z-index: -1000;
}

#bot_1 .section-title{color:#fff;}
#bot_1 .section-desc{color:#fff;}
#news {
	color:#fff;
	background-color:rgba(0,0,0,0.6);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position:relative;
	overflow:hidden;
}
#news .section-title{color:#fff;}
#news .section-desc{color:#fff;}
body #news:before{
	background-image: url("/serviziomacperlalettura/images/notiziario-catalogo-libri-da-ascoltare.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	
	width:100%;
	height:100%;
	content:"";
	display:block;
	opacity:0.6;
	position:absolute;
	top:0;
	z-index: -1000;
}
#news .acym_module {text-align:center;}
#news .acym_module a{color:#2e93d7;text-decoration:underline;}
#news .acym_module a:hover{font-weight:bold;}