/* CSS Document */

/*--------------- Main ---------------*/
html, body{
	margin: 0;
	padding: 0;
	border: 0;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6;
	color:#222222;
	height: 100%;
}
a{
	color: #112b8d;
	cursor:pointer;
	text-decoration:none;
}
a:hover{
	color: #222222;
	cursor:pointer;
	text-decoration:none;
}
p a{
	color: #112b8d;

}
p a:hover{
	color: #222222;
}
img{
	margin:0;
	padding:0;
	vertical-align: middle;
	max-width:100%;
}
figure{
	margin: 0;
}
.cl{
	clear:both;
	width:100%;
}
p strong{
	font-weight: 700;
}
/* --------------- STRUTTURA --------------- */

section{
	float: left;
	width: 100%;
	padding:90px 0;
	box-sizing:border-box;
}
section.highlight{
	background-color: #f7f7f7;
}
.cnt_wide, .cnt_boxed{
	margin:0 auto;
	position:relative;
	clear:both;
	box-sizing:border-box;
}
.cnt_wide{
	width:100%;
}
.cnt_boxed{
	width:1280px;	
}
.main_cnt{
	min-height: 100%;
	margin-bottom: -180px;
	margin-left:0;
	width: 100%;
}
.main_cnt:after {
	content: "";
	display: block;
	height: 180px;
}
.full_size, .twothird_size, .half_size, .third_size, .quarter_size, .threequarter_size, .fifth_size{
	margin:0 20px;
	float:left;
}
.full_size{
	width:calc(100% - 40px);
}
.twothird_size{
	width:calc(66.666% - 40px);
}
.half_size{
	width:calc(50% - 40px);
}
.third_size{
	width:calc(33.333% - 40px);
}
.threequarter_size{
	width:calc(75% - 40px);
}
.quarter_size{
	width:calc(25% - 40px);
}
.fifth_size{
	width:calc(20% - 40px);
}


/* --------------- CALL TO ACTION --------------- */

.cta, .cta_transparent{
	font-family: 'Playfair Display', serif;
	display:inline-block;
	text-decoration:none;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top:60px;
	padding:16px 0;
	width:320px;
	max-width: 100%;
	border-radius: 5px;
	marign-left: 5px;
	margin-right: 5px;
}
.cta{
	background-color:#112b8d;
	border:1px solid #112b8d;
	color:#ffffff;
}
.cta_transparent{
	background-color: #ffffff;
	border:1px solid #112b8d;
	color:#112b8d;
}
.cta_transparent:hover{
	background-color:#112b8d;
	border:1px solid #112b8d;
	color:#ffffff;
}
.cta:hover{
	background-color: #ffffff;
	border:1px solid #112b8d;
	color:#112b8d;
}

/* --------------- HEADING --------------- */


.title_line{
	height: 2px;
	width: 180px;
	background-color: #324a76;
}
.center_line{
	margin: 30px auto;
}
.divider{
	width: 100%;
	height: 1px;
	background-color: #cacaca;
	margin: 40px 0 0 0; 
	float: left;
}
.left_line{
	margin: 30px 0;
}
h1{	
	font-size:30px;
	margin: 0 0 30px 0;
	font-family: 'Playfair Display', serif;
	color: #242424;
	font-weight:400;
	text-transform: uppercase;
}
h1 span, h2 span{
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-transform: uppercase;
}
h2{
	font-family: 'Playfair Display', serif;
	color: #242424;
	font-size:30px;
	margin-top:0;
	font-weight:400;
	word-wrap: break-word;
}
h3{
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}
.title_centered, .title_left{
	line-height: 1;
}
.title_centered{
	margin: 0 0 60px 0;
	text-align: center;
	height: 27px;
	border-bottom: 1px solid #cacaca;
}
.title_centered span{
	margin-top: -30px;
}
.title_left{
	margin:0;
}
.btn{
	display:inline-block;
	text-decoration:none;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding:8px 12px;
	background-color:#014b8f;
	border:1px solid #014b8f;
	color:#ffffff;
	margin-top:10px;
}
.btn:hover{
	background-color:transparent;
	color:#014b8f!important;
}
.flex_cnt{
	display:flex;
	flex-flow: row wrap;
	margin: 0 auto;
	position: relative;
	clear: both;
	box-sizing: border-box;
	width: 100%;
}
.element_flex{
	display: flex;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.element_flex div{
	width: 100%;
	box-sizing: border-box;
}
.ratio_4_3{
	position: relative;
	width: 100%;
}
.ratio_4_3:after {
  padding-top: 75%;
  display: block;
  content: '';
}
.ratio_in{
	position: absolute;
	height: 100%;
	width: 100%;
	overflow:hidden;
}
.ratio_in img{
	width: 100%;
	min-height: 100%;
}


/* --------------- HEADER --------------- */

.header_top, .header_bottom{
	width: 100%;
	float: left;
	box-sizing: border-box;
	z-index: 2000;
	position: relative;
}
.header_top{
	font-size:14px;
	height:36px;
	line-height:36px;
	background-color:#ffffff;
	color:#222222;
	border-bottom: 1px solid #cacaca;
}
.header_top a{
	color: #222222;
}
.header_top a:hover{
	color: #112b8d;
}
.header_top i,.actor_social i{
	margin-left:5px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #c4c4c4;
	text-align: center;
	line-height: 20px;
}
.header_top a:hover i{
	background-color: #112b8d;
}
.header_top span{
	margin: 0 5px;
}
.header_bottom{
	background-color: #ffffff;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	box-shadow: 0 4px 1px -2px rgba(0,0,0,.08),0 3px 2px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.04);
}
.fb i{
	background-color: #3b5998;
}
.tw i{
	background-color: #0084b4;
}
.go i{
	background-color: #000000;
}
.yt i{
	background-color: #ff0000;
}
.insta i{
	background-color: #dd2a7b;
}

.actor_social{
	list-style: none;
	margin: 0;
	padding: 0;
}
.actor_social li{
	float: left; 
	margin-right: 10px;
}
.parentmenu{
	position: relative;
}
.submenu{
	position: absolute;
  padding: 10px 0 !important;
  top: 30px;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 2px #ccc;  
	width: 200px;
  display: none;
}
.submenu li{
	margin-left: 0;
	float: none;
}
.parentmenu:hover .submenu{
  display: block;
}

/* --------------- FOOTER --------------- */

.footer_cnt{
	background-color: #222222;
	color:#ffffff;
	float: left;
	width: 100%;
}
.footer_cnt .logo{
	float: none;
}
.footer_cnt .logo.logo_fixed {
    height: auto !important;
    padding: 30px 0 !important;
}
.footer_cnt .logo a span.up_logo{
	color:#ffffff !important;
}
.footer_cnt .full_nav ul li a{
	color:#ffffff;
}
.footer_bottom_cnt{
	background-color: #2d2d2d;
	float: left;
	width: 100%;
	padding: 15px 0;
}
.footer_bottom_cnt a,.footer_bottom_cnt i{
	color: #ffffff;
}
.footer_bottom_cnt a{
	white-space: nowrap;
}
.footer_cnt h2{
	color: #ffffff;
}
.footer_cnt a{
	color: #efefef;
}
.footer_cnt a:hover{
	color: #ffffff;
}

/*--------------- LOGO ---------------*/

.logo{
	float:left;
	padding:25px 0;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}
.logo a span.up_logo,.logo a h1.up_logo{
	font-family: 'Playfair Display', serif;
	color: #242424;
	font-size: 36px ;
	line-height: 36px;
	font-weight: 400 ;
	text-transform: inherit ;
	margin: 0;
	height: 40px;
}
.logo a span.sub_logo{
	font-family: 'Roboto', sans-serif;
	color: #242424;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
}
.logo.logo_fixed{
	height: 38px !important;
	padding: 20px 0 !important;
}
.logo.logo_fixed a span.sub_logo {
	display: none;
}

/*--------------- MENU ---------------*/

.main_menu{
	
}
.main_menu_fixed{
	height: 28px !important;
	line-height: 28px !important;
	margin: 17px 0 17px 0 !important;
}
.full_nav{
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:400;
	height: 34px !important;
	line-height: 34px !important;
	margin: 35px 0px!important;
	float:right;
}
.full_nav.full_nav_fixed{
	margin: 25px 0px!important;
}
.full_nav ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
.full_nav ul li{
	float:left;
	margin-left:25px;
}
.full_nav ul li a{
	height:34px;
	line-height:34px;
	color:#222222;
}
.full_nav ul li a i{
	margin-left:5px;
}
.full_nav ul li .first{
	border-left:none;
	padding-left: 0;
}
.full_nav ul li.first{
	margin-left: 0;
}
.full_nav ul li a:hover, .full_nav ul li .active{
	color:#112b8d;
}

.open_menu{
	display:none;
	float:right;
	font-weight:300;
	text-transform:uppercase;
	box-sizing:border-box;
	color:#222222;
}
.mobile_nav{
	display:none;
	height: 0;
	overflow:hidden;
	text-transform:uppercase;
	width: 100%;
	overflow-y: auto;
	z-index: 1999;
	position: absolute;
	padding-top: 134px;
	box-sizing: border-box;
}
.mobile_nav.mobile_nav_fixed{
	position: fixed;
	padding-top: 78px!important;
}
.mobile_nav ul{
	list-style:none;
	margin: 0;
	padding:0;
	box-sizing:border-box;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.mobile_nav ul li{
	margin:0;
	box-sizing:border-box;
	border-top:1px solid #d7d7d7;
	background-color:#f7f7f7;
}
.mobile_nav ul li a i{
	float:right;
	height:39px;
	line-height:39px;
	
}
.mobile_nav ul li a{
	height:39px;
	line-height:39px;
	font-weight:300;
	display:block;
	box-sizing:border-box;
	color:#222222;
	padding: 0 15px;
}
.mobile_nav ul li a:active{
	background-color:#014b8f;
}
.mobile_nav ul li ul{
	height:0;
	overflow:hidden;	
}
.mobile_nav ul li ul li ul{
	height:0;
	overflow:hidden;	
}
.mobile_nav ul li ul li a{
	padding-left:30px;
}
.mobile_nav ul li ul li ul li a{
	padding-left:40px;
}

.black_cover{
	background-color:#000;
	opacity:0;
	width:100%;
	height:100%;
	z-index:999;
	position:fixed;
	display:none;
	top:0;
	left:0;
}

/*--------------- HOME ---------------*/

#intro{
	background-color: #0f0f0f;
	padding: 0;
	min-height: 500px;
	background-position: center;
}
#intro a{
	display: inline-block;
	width: 100%;
	height: 100%;
	/*text-align: center;*/
}
.intro_img{
	display:inline-block;
	margin-top: 80px;
}
#intro_inner{
	/*background-image:url(img/intro-bg.jpg);*/
	background-color: #cecfd4;
	background-position:center;
	background-size: cover;
	margin:0;
	padding: 40px 0;
}

#intro_inner .title_inner,#intro_inner .title_inner_large{
	display: block;
	border-bottom: 1px solid #cacaca;
	width: 280px;
	height: 33px;
	margin: 3px auto;
	text-align: center;
}
#intro_inner .title_inner_large{
	width: 440px;
}
#intro_inner .title_inner h1,#intro_inner .title_inner span,#intro_inner .title_inner_large h1,#intro_inner .title_inner_large span{
	text-transform: uppercase;
	font-weight:400;
	font-family: 'Playfair Display', serif;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 5px;
	color: #ffffff !important;
	font-size: 36px !important;
	/*background-color: #0f0f0f !important;*/
	display:inline-block;
}
#intro_inner hr{
	display: block;
	width: 180px;
	height: 2px;
	margin: 10px 0;
	background-color: #ffffff;
	border: 0;
}
#intro_inner .breadcrumbs{
	color:#FFF;
	font-size:12px;
	font-weight: 400;
}
#intro_inner .breadcrumbs a{
	color:#FFF;
}
#intro_inner .breadcrumbs :hover{
	color:#FFF;
	text-decoration:underline;
}
.home_book_preview img{
	padding-left: 20%;
	box-sizing: border-box;
}

.home_book_preview figure{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.home_book_preview .vertical_align{
	background-color: #112b8d;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	-webkit-transition: .3s ease-in-out;
}
.home_book_preview .vertical_align_container{
	-webkit-transition: .3s ease-in-out;
}
.home_book_preview a:hover .vertical_align_container{
	opacity: 1;
}
.home_book_intro figure{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 33%;
}
.home_book_intro .vertical_align{
	background-color: #112b8d;
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	-webkit-transition: .3s ease-in-out;
}
.home_book_intro .vertical_align_container{
	-webkit-transition: .3s ease-in-out;
}
.home_book_intro a:hover .vertical_align_container{
	opacity: 1;
}
/*--------------- BIOGRAFIA ---------------*/

figure.biografia{
	margin-top: 20px;
}

/*--------------- LIBRI ---------------*/

.book_preview{
	border-bottom: 1px solid #cacaca;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.book_preview h2{
	font-size: 18px;
	color: #112b8d;
	padding-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.book_preview figure{
	width: calc(50% - 5px);
	float: left;
	margin-left: 0;
	margin-right: 0;
	margin-right: 5px;
}
.book_preview .content_box{
	float: left;
	width: 50%;
	position: relative;
	height: 100%;
}
.book_preview .cta{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 14px;
	width: auto;
	padding: 8px 14px;
}

/*--------------- LIBRO ---------------*/

.dati_libro{
	width: 25%;
	border-left: 1px solid #cacaca; 
	padding-left: 18px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
.lightbox_background{
	width: 100%;
	height: 100%;
	position: fixed;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	visibility:hidden;
	opacity: 0;
}
.lightbox{
	height: 369px;
    width: 584px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -184px;
    margin-left: -290px;
    text-align: center;
	overflow-y: auto;
}
.lightbox a{
	opacity: .8;
	margin: 5px;
	display: inline-block;
}
.lightbox a:hover{
	opacity: 1;
}
.lightbox_close{
	position: absolute;
	top: 15px;
	right: 20px;
	color: #ffffff;
	font-size: 18px;
}
.book_cta{
	font-size: 16px;
	width: auto;
	padding: 10px 32px;
}
.h_line{
	width: 100%;
	border-top: 1px solid #cacaca;
	margin-bottom: 60px;
}

/*--------------- EVENTI ---------------*/

.events_preview{
	border-bottom: 1px solid #cacaca;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.events_preview figure{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.events_preview h2,.events_preview h3{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
	color: #112b8d; 
}
.events_preview p{
	margin: 0;
}
.events_preview p.category{
	margin: 20px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;	
}
.events_preview .vertical_align{
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	-webkit-transition: .3s ease-in-out;
}
.events_preview .vertical_align_container{
	-webkit-transition: .3s ease-in-out;
}
.events_preview a:hover .vertical_align_container{
	opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}
.image_container{
	width: 100%;
	padding-top: 75%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
	display: block;
	overflow: hidden;
}
.image_content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*--------------- EVENTI ---------------*/

.testo_evento{
	font-weight: 400;
}
.link_evento{
	font-weight: 400;
	color: #31479c;
}

/*--------------- ARTICOLI ---------------*/

.rassegna_preview{
	border-bottom: 1px solid #cacaca;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.rassegna_preview figure{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.rassegna_preview .content_box{
	float: left;
}
.rassegna_preview h2{
	font-size: 14px;
	color: #112b8d;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 600;
}
.rassegna_preview p{
	margin: 0;
}
.rassegna_preview .vertical_align{
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	-webkit-transition: .3s ease-in-out;
}
.rassegna_preview .vertical_align_container{
	-webkit-transition: .3s ease-in-out;
}
.rassegna_preview a:hover .vertical_align_container{
	opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}
/*--------------- CONTATTI ---------------*/

.dati_contatto{
	margin:20px 0;
	list-style:none;
	padding:0;
}
.dati_contatto li{
	margin:5px 0;
}
.dati_contatto li i{
	margin-right:10px;
	color:#222222;
}
.form_box{
	margin-top:60px;
}
.form_box .sottotitolo_interno{
	margin-bottom:30px;
}
.form_text, .form_select, .form_area{
	width:100%;
	margin:0;
	padding:14px;
	box-sizing:border-box;
	display:block;
	border:1px solid #e6eaea;
	color:#484848;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	float:left;
	margin-bottom:20px;
}
.form_label{
	width:100%;
	display:block;
	float:left;
	padding:0 0 5px 0;
	box-sizing: border-box;
	color:#222222;
}
.form_area{
	height:252px;
}
.check_box{
	float:left;
	width:30px;
}
#form_check_text{
	font-size:14px;
	float:left;
	width:calc(100% - 30px);
}
#form_check_text a{
	color:#222222;
}
#form_check_text a:hover{
	color:#014b8f;
}
.cta_flex{
	width: auto;
    padding: 10px 20px;
    float: right;
    margin: 4px;
}
.lightbox_background{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 3000;
}
.lightbox_box{
	background-color: #ffffff;
    width: 640px;
    height: 480px;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -240px;
    box-sizing: border-box;
    position: absolute;
	padding: 30px;
}
.lightbox_close{
	cursor: pointer;
	font-size: 18px;
}
.lightbox_title{
	font-size:30px;
}
.lightbox_data{
	border-top: 1px solid #d7d7d7;
	margin: 20px auto;
	padding-top: 20px;
	width: 50%;
}
.margin_top_40{
	margin-top: 40px;
}
.margin_top_60{
	margin-top: 60px;
}
.margin_top_90{
	margin-top: 90px;
}
.no_margin_top{
	margin-top: 0 !important;
}
.left{
	float: left;
}
.right{
	float: right;
}
.align_center{
	text-align:  center;
}
.align_right{
	text-align: right;
}
.centered{
	text-align:center;
}
.vertical_align_container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
}
.vertical_align{
	position: relative;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*--------------- COOKIE ---------------*/

#cookiesdirective{
	right:10px;
	width:380px;
	height:80px;
}
.banner_privacy{
	width: 380px;
	position:relative;
	height:auto;
	height:80px;
}
.white_text{
	color:#FFF!important;
}
.text_privacy{
	font-size:11px;
	border:none;
	color:#777777;
	float: left;
	text-align: left;
	width: 326px;
	padding:10px;
	height:60px;
}
.text_privacy a{
	color:#777777;
    font-weight: bold;
}
.text_privacy a:hover{
	text-decoration:none;
}
.btn_accept_cookies{
	background-image:url(img/close-icon.png);
	background-repeat:no-repeat;
	background-color:#dddddd;
	border:none;
	cursor:pointer;
	display: block;
    float: left;
	width:34px;
	float:left;
	height:80px;
	color: #000000;
}
.atss{
	z-index: 1998 !important;
}
@media (max-width: 1440px){
	.cnt_boxed{
		width:1024px;	
	}
	.full_nav{
		display:none;
	}
	.mobile_nav{
		display:block;
	}
	.open_menu{
		display:block;
	}
	.open_menu{	
    	line-height: 90px;
		font-size: 22px;
	}
	.open_menu.open_menu_fixed{	
		line-height: 76px;
	}
}
@media (max-width: 1280px){
	
}
@media (max-width: 1023px){
	.cnt_boxed{
		width: 100%;	
	}
	.fifth_size{
		width:calc(25% - 40px);
	}
	
	.logo{
		padding: 18px 0;
	}
	.header_top a span{
		display: none;
	}
	.footer_cnt .logo.logo_fixed {
		width: 100%;
		text-align: center;
	}
	.main_menu_fixed {
		margin: 0 !important;
	}
	.mobile_nav ul li a.main_menu_fixed {
    	height: 39px !important;
		line-height: 39px !important;
	}
}
@media (max-width: 767px){
	section{
		padding:60px 0;
	}
	.twothird_size{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.full_size{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.half_size{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.half_size.half_mobile{
		width: calc(50% - 30px) !important;
	}
	.third_size{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.quarter_size.rassegna_preview, .quarter_size.events_preview{
		width:calc(50% - 30px) !important;
		margin: 0 15px !important;
	}
	.half_size_in{
		width: 100%;
	}
	.third_size_in{
		width: 100%;
	}
	.twothird_size_in{
		width: 100%;
	}
	.threequarter_size{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.quarter_size{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.third_size.book_preview{
		width: calc(50% - 30px) !important;
		margin: 0 15px !important;
		margin-bottom: 20px !important;
		padding-bottom: 20px;
	}
	.third_size.book_preview p{
		padding-bottom: 30px;
	}
	#intro .half_size{
		width: 50% !important;
		margin: 0 !important;
	}
	h3{
		line-height: 1.4;
	}	
	.box_img{
		height: auto;
	}
	.box_img img{
		height: auto;
		width: 100%;
	}
	#intro .cta{
		margin-right: 0;
		display: block;
		margin: 30px auto 0;
	}
	.testo_footer{
		margin-top: 0;
	}
	.logo.logo{
		padding: 20px 0;
	}
	.fifth_size{
		width:calc(33.333% - 30px) !important;
		margin: 0 15px !important;
	}
	.footer_bottom_cnt{
		margin-bottom: 50px;
	}
	.dati_libro{
		width: 50%;
	}
	.lightbox {
		top: 0;
		left: 0;
		margin: 0;
		padding: 20px;
		width: 100%;
		box-sizing: border-box;
		height: 100%;
	}
	.lightbox a {
		display: block;
	}
	
}

@media (max-width: 480px){	
	section{
		padding:30px 0;
	}
	.logo a span.up_logo, .logo a h1.up_logo{
		font-size: 28px;	
	}
	h1{
		font-size: 28px;
		line-height: 1.2;
		height: auto;
	}
	p{
		line-height: 1.2;
	}
	h2{
		font-size: 24px;
		line-height: 1.2;
	}
	h3{
		font-size: 20px;
	}	
	.cta, .cta_outline{
		margin-top: 20px;
	}
	.cta_outline{
		margin-right: 0;
	}
	h1 span, h2 span {
    	line-height: 36px;
	}
	.title_centered {
   	 margin: 0 0 40px 0;
	}
	#intro h1{
		font-size: 32px;
	}
	#intro p{
		line-height: 1.2;
	}
	.testo_footer_bottom{
		padding: 10px 0;
	}
	.logo_footer {
    	height: 100px;
    	line-height: 100px;
	}
	.fifth_size{
		width:calc(50% - 30px) !important;
		margin: 0 15px !important;
	}
	.quarter_size.rassegna_preview, .quarter_size.events_preview{
		width:calc(100% - 30px) !important;
		margin: 0 15px !important;
	}
	.third_size.book_preview{
		width: calc(100% - 30px) !important;
		margin: 0 15px !important;
		margin-bottom: 20px !important;
	}
	#intro_inner .title_inner, #intro_inner .title_inner_large {
		width:100%; 
		height: 20px;
		margin: 5px auto;
	}
	#intro_inner .title_inner h1, #intro_inner .title_inner span, #intro_inner .title_inner_large h1, #intro_inner .title_inner_large span {
		height: 22px;
		line-height: 16px;
		font-size: 24px !important;
	}
	.lightbox a img{
		width: 180px;
	}
}