@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}

.clearer {
	clear:both;
}

body {
	background:rgb(255, 255, 255);
	font-family: 'Crimson Text', serif;
	letter-spacing:0.2px;
}

img {
	width:100%;
	border:none;
}

a {
	transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
	transition-property: color, background-color, opacity;
	transition-duration: 300ms, 300ms, 300ms;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
}

a:hover {
	transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
	transition-property: color, background-color, opacity;
	transition-duration: 300ms, 300ms, 300ms;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
}

.oro_txt {
	color:#c5986e !important;
}

.oro {
	background-color:#c5986e;
}


header, nav, article, aside, section, footer, main figure, figcaption, hgroup {
	display:block;
}

.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom: 1;
}

.logo_uni {
	width:150px;
	float:right;
	margin-top:8px;
}

.certificato {
	float:right;
}

.logo {
	width:220px;
	float:left;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logo_rivista {
    width: 480px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header {
	background-color:#201f24;
	padding-bottom:20px;
	position:fixed;
	width:100%;
	z-index:1000;
}

header.smaller {
	padding-bottom:0px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header.smaller .logo {
	width:200px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header.smaller .logo_rivista {
	width:200px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

hr.top_header {
	margin-top:8px;
	margin-bottom:0px;
	display:none;
}

.certificato {
	margin-top:21px;
	color:#DDD;
	text-align:right;
	margin-left:76px;
	font-size:16px;
}

header.smaller .cerca {
	margin-top:17px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header.smaller .quick_info {
	display:none;
}

header.smaller .top_header {
	display:none;
}

.cerca {
	float:right;
	margin-top:50px;
	color:#c5986e;
	font-size:20px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


nav {
	float:right;
	margin-top:40px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

nav ul li {
	display:inline-block;
	font-size:12px;
	line-height:50px;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	font-weight:600;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.slide {
	background-image:url(../img/palazzo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:500px;
	position:absolute;
	width:100%;
	z-index:-100;
	margin-top:170px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


header.smaller  nav {
	margin-top:0px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


header.smaller  nav ul li a:hover {
	color:#C79C60;
}

nav ul li a {
	display:inline;
	line-height:50px;
	padding:14px 0px;
	margin:0 15px;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	font-weight:400;
	color:#FFF;
	font-size:16px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

nav ul li a:hover {
	color:#c5986e;
	text-decoration:none;
	border-bottom:1px solid #c5986e;
}


nav ul li a.active {
	color:#c5986e;
	border-bottom:1px solid #c5986e;
}

/* //////////////// NAV SUB MENU ///////////////*/

nav ul li:hover ul.sub-menu {
	display:block;
	
}

nav ul.sub-menu {
	position:absolute;
	left:-20px;
	top:88px;
	display:none;
	z-index:100 !important;
	-webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
	transition: all 200ms ease-out 0s;
	padding-top:2px;

}

header.smaller nav ul.sub-menu {
	top:40px;
	padding-top:0px;
	}

nav ul.sub-menu li {
	width:160px;
	text-align:left;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	border-bottom: 1px solid #c79c60;
	line-height:auto;
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0% 0%;
	display:block;
	padding:0px 0px;

}

nav ul.sub-menu li a{
	padding:5px 0px;
}

nav ul.sub-menu li a:link, nav ul.sub-menu li a:visited {
	text-decoration:none;
	display:block;
		color:#FFF;

}

nav ul.sub-menu li a:hover{
	border-top:none;
	color:#c79c60;
	background: rgba(0, 0, 0, 0.95) none repeat scroll 0% 0%;
}



nav ul.sub-menu li:last-child {
	border-bottom: none;
}


/* FINE MENU DROP */



/* //////////////// NAV MOBILE ///////////////*/


/* //// SEARCH BOTTON //// */

.search-box {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #201F24;
}
.search-box + label .search-icon {
  color: #C5986E;
}
.search-box:hover {
  color: white;
}
.search-box:hover + label .search-icon {
  color: #FFF;
}
.search-box:focus {
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 250px;
  border-radius: auto;
  background: #ebebeb;
  color: #777;
}
.search-box:focus + label .search-icon {
  color: #201F24;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: absolute;
  left: -5000px;
}

.search-icon {
  position: relative;
  /*left: -30px;*/
  /*color: white;*/
  cursor: pointer;
}

label.ricerca {
	width:0px;
}

header.smaller  .bottone-mobile { 
	top:17px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bottone-mobile {
	display:none;
	position:absolute;
	right:30px;
	top:120px;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


button#showLeft {
	border: none;
	background: transparent;
	color: #C5986E;
	padding: 5px;
	display: block;
	width: 100%;
	cursor: pointer;
	border-radius:2px;
	font-size: 0.8em;
}

/* General styles for all menus */
.nav-mobile {
	background: #201F24;
	position: fixed;
}

.nav-mobile h3 {
	margin: 0px;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 12px;
	background: #201F24;
	color:#C5986E;
	font-size:20px;
	padding-left:30px;
}

.nav-mobile a {
	display: block;
	color: #DDD;
	font-size: 16px;
}

.nav-mobile a:hover {
	background: #333;
	color:#FFF;
}

.nav-mobile a:active {
	background: #ddd;
}

/* Orientation-dependent styles for the content of the menu */

.nav-mobile-vertical {
	width: 260px;
	height: 100%;
	border-right:1px solid #C79C60;
	top: 0;
	z-index: 1000;
}

.nav-mobile-vertical ul {
	width: 90%;
	margin:0 auto;
	list-style:none;
}


.nav-mobile-vertical a {
	border-bottom: 1px solid #333;
	padding: 10px;
}

/* Vertical menu that slides from the left or right */

.nav-mobile-left {
	left: -280px;
}

.nav-mobile-left.nav-mobile-open {
	left: 0px;
}

/* Transitions */

.nav-mobile,
.nav-mobile-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* //////////////// FINE NAV MOBILE /////////////////// /*/


.evidence {
	margin-top:500px;
	background-color: #fff;
	/*background-color:#201f24;*/
  	/*background-color: #c5986e;*/
;
	padding:40px 60px 20px;
	margin-bottom:70px;
	border-bottom: solid 3px #c5986e;
}

.box_newsletter {
	margin-top:455px;
	background-color:#201f24;
	color:#fff;
}

.box_newsletter a {
	color:#fff;
	text-align:center;
	display:block;
	padding:10px 15px;
	font-size:18px;
}

.box_newsletter a:hover {
	color:#c5986e;
	text-decoration:none;
}


h1.first {
	color:#c5986e;
  	/*color:#000000;*/
	margin-top:0px;
	padding-top:0px;
}

hr.under_title {
	width:100px;
	border-color: #c5986e;
	margin-top:10px;
	border-width: 2px 0px 0px;
}

hr.under_title_black {
	width:100px;
	border-color: #000000;
	margin-top:10px;
	border-width: 2px 0px 0px;
}

.paragrafo_evidence {
	margin-bottom:20px;
}

.paragrafo_evidence a {
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:22px;
}



.evidence .paragrafo_evidence a {
  color: #000000;
}


/* NEWSLETTER*/
#Newsletter .modal-content { border-radius:0px;}
#Newsletter hr { border-color: #000000; }
#Newsletter .modal-header { padding: 30px 40px 0 40px; border: none;}
#Newsletter .modal-body { padding: 0px 40px 20px 40px;  font-family:"Roboto", sans-serif; }
#Newsletter .close {text-shadow: initial; opacity:initial; font-size:30px;}
#Newsletter input { margin: 20px 0 30px 0;}
/*#Newsletter input {border:none; border-radius: initial;  }*/

@media (max-width:500px) {
#Newsletter .modal-header { padding: 15px 15px 0 15px;}
#Newsletter .modal-body    { padding: 0px 15px 0 15px;  }
}
/* FINE NEWSLETTER*/



.box_info {
	padding:10px;
	margin-bottom:60px;
}

.border_color {
	border-right:1px solid #2C2C2C;
	margin-bottom:20px !important;
}


.box_info h2 {
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}

.box_info p {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	text-align:center;
	margin-bottom:20px;
	line-height:24px;
}

img.icona {
	width:40%;
	margin-left:30%;
}

hr.icone {
	width:75px;
	border-color: #c5986e;
	border-width: 2px 0px 0px;
	margin:20px auto;
	padding-bottom:20px;
}

.bottone {
	margin:0 auto;
	text-align:center;
}

a.sfoglia {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#2C2C2C;
	border:2px solid #c5986e;
	padding:10px 40px;
}


a.sfoglia:hover {
	background-color:#c5986e;
	color:#FFF;
	text-decoration:none;
}

section.nero {
	background-color:#201f24;
	margin-top:60px;
	padding: 10px 0 50px;
}

h3.black {
	color:#c5986e;
	margin-top:20px;
	padding-top:0px;
	font-size:38px;
}

h4.black {
	color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:0px;
	font-size:19px;
}

.box_black p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:left;
	line-height:24px;
	color:#FFF;
}

.box_black p a { color: #FFF; }

a.sfoglia_negativo {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#c5986e;
	border:2px solid #c5986e;
	padding:10px 40px;
}

a.sfoglia_negativo:hover {
	background-color:#c5986e;
	color:#FFF;
	text-decoration:none;
}

.bottone_negativo {
	margin-top:40px;
  margin-bottom:40px;
}

@media (max-width:767px) {
  .bottone_negativo {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

/*  // BOOTSTRAP 5 colonne // */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

section.bianco {
	padding:60px 0 40px;
}

.title_black {
	background-color:#201f24;
	width:380px;
}

section.oro_zone {
	background-color:#c5986e;
	padding-bottom:0px;
	margin-bottom:40px;
}

.trimestrale {
	background-image:url(../img/giustizia.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:330px;
}


.title_black a {
	color:#FFF;
	text-decoration:underline;
	font-size:19px;
	text-align:center;
	padding:10px 5px;
	display:block;
}

.box_oro_left h3 {
	color:#201f24;
	margin-top:20px;
	padding-top:0px;
	font-size:38px;

}

hr.under_title_negative {
	width:100px;
	border-color: #201f24;
	margin-top:10px;
	border-width: 2px 0px 0px;
}

.box_oro_left h4 {
	color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:0px;
	font-size:19px;

}

.box_oro_left p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-align:left;
	line-height:24px;
	color:#FFF;

}

a.sfoglia_negativo_nero {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#000;
	border:2px solid #201f24;
	padding:10px 40px;

}

a.sfoglia_negativo_nero:hover {
	background-color:#201f24;
	color:#FFF;
	text-decoration:none;
}

a.sfoglia_negativo_nero.rosso {
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#ec4a3e !important;
	border:2px solid #ec4a3e;
	padding:10px 40px;

}

a.sfoglia_negativo_nero.rosso:hover {
	background-color:#ec4a3e !important;
	color:#FFF !important;
	text-decoration:none;
}


.box_section_a {
	border-right:1px solid #201f24;
	height:100%;
	min-height:450px;
}


.box_section_a h5 {
	color: #C5986E;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 38px;
}

.box_section_a ul li {
	list-style:none;
}

.box_section_oro {
	background-color:#C5986E;
	height:100%;
	padding-top:30%;
	min-height:520px;
}

.box_section_oro ul {
	list-style:none;
	padding-left:50px;
}

.box_section_oro ul li a {
	line-height:64px;
	font-size:24px;
	color:#FFF;
	text-transform:uppercase;
}

.box_section_oro ul li a:hover {
	color:#201f24;
	text-decoration:none;
}

.box_section_oro ul li a:after {
	height: 2px;
    display: block;
    width: 100px;
    background: #FFF;
    border-right: 1px white;
    content: '';
}

.paragrafo_oro {
	background-color:#C5986E;
}

.paragrafo_oro a {
	color:#FFF;
	display:block;
	height:100%;
	min-height:520px;
}

.paragrafo_oro h4 {
	padding:20px 20px 0;
	color:#FFF;
	font-size:22px;
}

.paragrafo_oro p {
	padding:20px;
	color:#FFF;
	font-size:14px;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
}

section.grigio {
	background-color:#eeeeee;
	padding:30px 0;
}

h5.agenda {
	text-align:center;
	font-size:38px;
	color:#201f24;
}

hr.centrale {
	width:100px;
	border-color: #201f24;
	margin:10px auto;
	border-width: 2px 0px 0px;
	margin-bottom:60px;
}

.box_agenda {
	border-top: 2px solid #c5986e;
	background-color:#FFF;
	margin-bottom:30px;
	padding:40px;
	text-align:center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
}


.box_agenda_grey {
	background-color:#eeeeee;
	margin-bottom:30px;
	padding:40px 10px;
	text-align:center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
	color:#201f24;
}

.box_agenda_grey p.data_1 {
	font-size:32px;
}

.box_agenda_grey a.sfoglia {
	background-color:#FFF;
}

.box_agenda_grey a.sfoglia:hover {
	background-color:#C5986E;
}

.icona_box_agenda {
	margin:0 auto;
	width:62px;
	background-color:#C5986E;
	padding:12px;
}

p.data_1 {
	font-size:34px;
	font-family: 'Crimson Text', serif;
}

a.categoria {
	margin-bottom:10px;
	display:block;
	color:#201f24;
	font-size:19px;
	text-transform:uppercase;
	font-family: 'Crimson Text', serif;
}

p.luogo {
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}


footer {
	background-color:#201f24;
	padding-bottom:10px;
}


.box_foot h6 {
	font-size:40px;
	color:#FFF;
	text-align:center;

}

.box_foot a, .box_foot a:hover {
  color:#FFF;
}

hr.foot_white {
	margin-top:0px;
}

.box_foot_2 a {
	float:left;
}

.box_foot_2 a, .box_foot_3 a {
	color:#FFF;
	font-style:italic;
	font-size:16px;
}



.box_foot_2 a {
	color:#FFF;
	position:relative;
	padding:0 10px;
}

.box_foot_2 a:after { 
    background: #FFF none repeat scroll 0% 0%;
    bottom: 0px;
    content: "";
    margin: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
	height: 13px;
}


.box_foot_2 a:last-child:after {
  background: transparent;  
}
.box_foot_2 a:first-child {
  padding-left:0px;  
}


.box_foot_2 span a:first-child {
  padding-left:10px;  
}


/*400px deciso con empirica */
@media (max-width:422px) {
.box_foot_2 span a:first-child {
  padding-left:0px;  
}
  
}



.box_foot_3 {
	float:right;
}

.box_foot_3 a:first-child {
  margin-left:0;  
}





.box_foot_3 a {
	font-size:20px;
	margin-left:20px;
}

.box_foot_3 a:hover {
	color:#C5986E;
	text-decoration:none;
}



@media only screen and (max-width: 660px) {
.box_foot_2 a {/*    padding: 5px 5px;*/ /*display: block;*/  /*clear: both;*/}
.box_foot_3 { float:none; clear: both;}
.box_foot_3 a {margin-right: 0px; margin-left:20px; margin-top:20px;}
/*.box_foot_2 a:after { width: 0px;}*/
}



@media only screen and (min-width: 768px) {
.box_foot_3 {text-align:right;}
}




.box_foot_4, .box_foot_4 a {
	color:#ffffff;	
}




/* ////////  MENU DROP DOWN //////// */


ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}

ul.topnav li {}

ul.topnav li a {
	line-height:40px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#201f24;
}

ul.topnav li a:hover {
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	line-height:40px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#201f24;
	padding-left:28px;
}

ul.topnav ul li a:hover {
	color:#201f24;
}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.topnav ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.topnav span{
	float:left;
	margin-right:10px;
}

section.bianco_2 {
	padding:0px 0 40px;
}


/* ////////////// INTERNI //////////////*/

.interni_bianco {
	padding-top:215px;
	color:#8f8f91;
	font-size:17px;
	padding-bottom:60px;
}

.info_page a {
	/*padding:0 10px;*/
	font-size:17px;
	color:#8f8f91;
}

.info_page a.bread  {
	padding-left:0px;
}

span.pagina_corrente {
	padding-left:10px;
}

hr.bread_breake {
	border-color:#c7c7ca;
	margin-top: 10px;
margin-bottom: 60px;
}

.info_page { float:left;}

.share_icon {
	float:right;
	font-size:17px;
}

.share_icon a {
	color:#666666;
	padding:0 6px;
	font-size:17px;
}

.share_icon a:hover {
	color:#C5986E;
}

a.stampa {
	border-left:1px solid #c7c7ca;
	padding-left:10px;
}


.interni_box_menu h5 {
	color: #C5986E;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 38px;
}

.interni_box_menu ul li {
	list-style:none;
}


 .interni_box_menu{
	height: auto !important;
	min-height: auto !important;
	margin-bottom:30px;
	border:none;
}

.interni_box_menu  ul.topnav li a {
    line-height: 40px;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #666666;
}


.sezione_primaria p {
	color:#212121;
	text-transform:uppercase;
	font-family: 'Crimson Text', serif;
	font-size:19px;
	font-weight:600;
}

.sezione_primaria a {
    color: #212121;
    text-transform: uppercase;
    font-family: "Crimson Text",serif;
    font-size: 19px;
    font-weight: 600;
}

p.data_int {
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#c5986e;
	float:left;
	margin-right:5px;
	margin-bottom: 20px;
	font-weight:400;
}

p.data_int a {
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#c5986e;
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	font-weight:400;

}

a.autore {
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#666666;
	font-weight:400;
}

p.nota {
	font-family: 'Roboto', sans-serif !important;
	font-size:14px !important;
	font-weight:400 !important;
	margin-bottom:40px !important;
}

p.nota a {
	font-family: 'Roboto', sans-serif !important;
	font-size:14px !important;
	font-weight:400 !important;
	margin-bottom:40px !important;
}

.paragrafo_generale p, .paragrafo_generale div, .paragrafo_generale div p {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#666666;
	line-height:22px;
	/*margin-bottom:60px;*/
	/*text-align:justify;*/

}

.paragrafo_generale span.crimson {
	display:inline;
	font-family: 'Crimson Text', serif;
	font-size:18px;
	font-weight:700;
	color:#212121;
	line-height:22px;
	margin-bottom:60px;
	text-align:justify;

}

.paragrafo_generale {
	margin-bottom:40px;
	border-bottom:1px solid #DDD;

}

.form_articolo p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin-bottom:30px;
}

p.commento {
	font-family: 'Crimson Text', serif;
	color:#212121;
	font-size:22px;
	margin-bottom:20px;
}

p.form_text {
	margin-top: 15px;
	margin-bottom:15px;
}

input[type=text].form_art, input[type=email].form_art {
	width:100%;
	border:1px solid #DDD;
	height:35px;
	padding-left:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea.form_art {
	width:100%;
	height:240px;
	border:1px solid #DDD;
	padding-left:10px;
	padding-top:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

input[type=submit].form_art {
	margin-top:35px;
	background-color:#FFF;
	border:1px solid #DDD;
	padding:10px 20px;
	transition-property: color, background-color, opacity;
	transition-duration: 300ms, 300ms, 300ms;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
}

input[type=submit].form_art:hover {
	background-color:#FFF;
	border:1px solid #FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition-property: color, background-color, opacity;
	transition-duration: 300ms, 300ms, 300ms;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;

}

input[type=submit].form_art:active {
	background-color:#FFF;
	border:1px solid #DDD;
	box-shadow: none;
	transition-property: color, background-color, opacity;
	transition-duration: 300ms, 300ms, 300ms;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;

}

.doc_correlati p {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	text-align:justify;
}

.doc_correlati a {
	font-family: 'Roboto', sans-serif;
	color:#201f2d;
	font-size:16px;
	text-align:justify;
}

p.data_int_correlati {
	font-family: 'Roboto', sans-serif;
}

.content_side_a {
	padding-right:10px;
}


.content_side_b {
	border-left:1px solid #DDD;
	padding-left:100px;
}

h1.documenti {
	color:#201f2d;
	font-size:38px;
	text-transform:uppercase;
	margin-top:0px;
}
@media (max-width:767px) {
  h1.documenti {
    font-size:30px;
  }
}

.boxed_version {
	border-bottom:1px solid #DDD;
	margin-bottom:40px;
}

.boxed_version:last-child {
    border: 0;
}

.soft_gray a {
	color:#666;	
}

.soft_gray p {
	color:#666;	
}

.paginazione {
	float:right;
	clear:both;
}

.pagination > li > a {
	color:#666;
}

.pagination > li > a:hover {
	color:#666;
}

.mod_lang {
	margin-bottom:20px;
	border:none;
}

.mod_lang p {
    margin-bottom: 40px;
}

.lista_lingue ul {
	list-style:none;
	width:340px;
}

.lista_lingue ul li {
	border-bottom:1px solid #DDD;
	padding:8px 0;
}

.lista_lingue ul li a{
	color: #C5986E;
	font-size: 25px;
	display:block;
	text-decoration:none;

}

.lista_lingue ul li a:hover{
	color: #FFF;
	background-color: #C5986E;
}

.box_autori {
	margin-bottom:30px;
}


.box_autori img {
	margin-bottom:20px;
	border:1px solid #DDD;
}

p.nome_autore {
	text-transform:uppercase;
	color:#212121;
	margin-bottom:0px;
	line-height: 1.1;
}

p.desc_autore {
	margin-top:10px;
	font-family: 'Roboto', sans-serif;
	font-size:10px;
}

a.mod_profilo {
	padding: 8px 0px !important;
	font-size:12px;
	width:100%;
	display:block;
}

.mod_pro_top { margin-top:20px;}

.content_autori {
	margin-top:40px;
  margin-left:-15px;
}

.autor_side_a h2 {
	font-size:16px;
	color: #C5986E;
}


.autor_side_a img {
	border:1px solid #DDD;
	max-width:300px;
}


.pubblicazioni {
	margin-top:70px;
}

.pubblicazioni h3 {
	font-size:20px;
	color:#201f2d;
	margin-bottom:30px;
}

.mod_40_margin_bottom {
	margin-bottom:40px;
}

.image_mode {
	padding-left:0px !important;
}


.allegato {
	clear:both;
}

.allegato a {
	color: #C5986E !important;
	text-decoration:none !important;
	font-family: 'Roboto', sans-serif !important;
	font-size:16px !important;
	text-transform: unset !important;
	font-weight: normal !important;
}

i.fa-file-pdf-o {
	padding-right:10px;
	font-size:25px;
	color: #C5986E;
	text-decoration:none;
}

h2.title_rivista {
	font-size:19px;
	color: #C5986E;
	margin-top:30px;
}

.riassunto {
	margin-top:30px;
}

.riassunto p {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#666666;
	line-height:22px;
	margin-bottom:60px;
	text-align:justify;

}

.rivista_allegato i {
	font-size:35px !important;
	padding:0 10px;
}

.rivista_allegato i.fa-file-text-o {
	padding-right:0;
}

h3.sommario {
	color: #201f2d;
	font-size: 38px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom:30px;
}

h3.sommario span {
	color: #C5986E;
}

.indice_side_b p {
	margin-bottom:25px;
}

.contenuto_indice p {
	margin-bottom:20px;
}


.sommario_box h2 {
	color: #C5986E;
	text-transform:uppercase;
	font-size:19px;
}

p.numeri_pag {
	margin-right:20px;
	margin-bottom:0px;
	width: 65px;
}

p.title_indice {
	margin-bottom:0px;
	font-weight:700;
}

.indice_side_a {
	float:left;
}

.indice_side_b {
	float:left;
}

.no_border_bottom {
	border-bottom:none !important;
}


/* media for tablet and mobile device*/
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
body { overflow-x:hidden; }

}


@media only screen and (min-width: 1024px) and (max-width: 1100px) {
body { overflow-x:hidden; }
.content_side_b {padding-left:50px;}
.interni_box_menu h5 { font-size:30px;}
.logo_rivista { width:300px; margin-top: 18px;}
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  body { overflow-x:hidden; }
  .logo { /*width:300px;*/ /*width:220px; margin-top: 10px;*/}
  .logo_rivista { width:300px; margin-top: 18px;}
  .content_side_b {padding-left:50px;}
  .interni_box_menu h5 { font-size:30px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .logo { width:220px; /*margin-top: 10px;*/}
}

@media only screen and (min-width: 1200px) {
  .logo { width:360px; /*margin-top: 10px;*/}
}


@media only screen and (min-width: 601px) and (max-width: 991px) {
body { overflow-x:hidden; }
nav { display:none;}
.evidence { margin-top: 0px;}
.bottone-mobile { display:block;}
.cerca { padding-right:50px;}
header.smaller .logo { padding-bottom:10px; }
a.sfoglia {padding: 10px 20px;}
section.oro_zone {   padding-bottom: 30px; padding-top:30px;}
.box_section_a { border:none; height:auto; min-height: auto; margin-bottom:30px;}
.box_section_oro {height:auto; min-height: auto; margin-bottom:30px; }
.box_section_oro { padding-top: 10px; padding-bottom:20px;}
.paragrafo_oro a {height:auto; min-height: auto; padding-bottom:20px;}
ul.topnav li a {    font-size: 15px;}
p.data_1 { font-size:20px; }
.content_side_b {border-left:none;padding-left:0px;}
.interni_box_menu h5 { font-size:30px;}
/*p.desc_autore { font-size:15px;}*/
p.nome_autore { line-height: 1.4; font-size:20px;}
.autor_side_a h2 {    font-size: 20px; margin-bottom:30px;}
.rivista { margin-bottom:30px;}

}

@media only screen and (max-width: 600px) {
body { overflow-x:hidden; }
nav { display:none;}
.evidence { margin-top: 0px;}
.bottone-mobile { display:block; top:30px;}
.cerca { padding-right:40px; margin-top:28px;}
header.smaller .logo { padding-bottom:10px; /* margin-top:5px; */ width:170px }
.logo { width:220px; margin-top: 15px;}
.quick_info, hr.top_header { display:none;}
.slide { margin-top:80px; height:200px;}
.box_newsletter { margin-top: 205px;}
.evidence { padding-left:0px; padding-right:0px;}
.border_color { border:none;}
.title_black { width:100%;}
.trimestrale { height:200px; margin-top:40px; }
section.oro_zone { padding-bottom:30px;}
.box_section_a { border:none; height:auto; min-height: auto; margin-bottom:30px;}
.box_section_oro {height:auto; min-height: auto; margin-bottom:30px; }
.box_section_oro { padding-top: 10px; padding-bottom:20px;}
.paragrafo_oro a {height:auto; min-height: auto; padding-bottom:20px;}
.cerca { display:none;}
.content_side_b {border-left:none;padding-left:0px;}
.interni_bianco {  padding-top: 110px; }
.share_icon { /*float:none;*/ /* clear:both;*/}
.interni_box_menu h5 { font-size:30px;}
a.autore {clear: both;display: block;margin-bottom: 20px;}
p.data_int {margin-bottom: 0px;}
.mod_mobile_padding { padding-left:0px !important;padding-right:0px;}
p.desc_autore { font-size:15px;}
p.nome_autore { line-height: 1.4; font-size:20px;}
.autor_side_a h2 {    font-size: 20px; margin-bottom:30px;}
.rivista { margin-bottom:30px;}
.rivista_allegato { display:block; float:none; margin-top:60px;}
.riassunto p { margin-bottom:60px;}
}




/*					*/
/* Edit Mattia G	*/
/*					*/


/* modificatori		*/

.no-underline, .no-underline:hover {text-decoration:none;}
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}



/* generici			*/

body {overflow-y: scroll;}
h2 a, h2 a:hover {color:rgb(51, 51, 51) !important;}
h4.black a {color:#FFF; margin-top:20px; margin-bottom:20px; padding-top:0px; font-size:19px;}
h5.agenda a, h5.agenda a:hover {color:#201f24;}
div span.virgola:last-child {display:none}
/*.box_agenda {min-height: 350px;}*/
/*
@media (min-width:767px) and (max-width:991px) {
  .box_agenda {min-height: 550px;}
}
@media (min-width:992px) and (max-width:1199px) {
  .box_agenda {min-height: 450px;}
}
@media (min-width:1200px) {
  .box_agenda {min-height: 400px;}
}
.box_agenda_grey {min-height: 365px;}

*/

.white, .white:hover {color:#fff !important;}
.color-gold, .color-gold:hover {color:#C5986E !important;}

header {padding-bottom:0px;}
header nav {margin-top:20px;}
.logo {padding:20px 0;}
header.smaller .logo {width: 220px;padding:10px 0;}
.cerca {margin-top:25px;}

.interni_bianco {padding-top: 125px;}

@media (min-width:768px) and (max-width:1199px) {
.interni_bianco {padding-top: 162px;}
}
@media (max-width:767px) {
.interni_bianco {padding-top: 75px;}
}



.share_icon p {margin: 0}

.nav-mobile-left.nav-mobile-open {
    left: 0px;
    overflow-y: scroll;
}


/* elechi			*/
.elenco_documenti_data {text-transform: unset !important; font-family: 'Roboto', sans-serif !important; font-weight: normal; letter-spacing: unset !important;font-size: 16px;}
.elenco_documenti_autori a {text-transform: unset;font-family: 'Roboto', sans-serif !important; font-weight: normal; color:#666; letter-spacing: unset !important; font-size: 16px;}
.sezione_primaria p.soft_gray, .soft_gray a {text-transform: unset !important}
.sezione_primaria p.nota {text-transform: unset;}
p.data_int {margin-bottom: 15px;}
.interni_box_menu h3 {font-size:24px; margin-bottom:20px;}
.interni_box_menu ul.topnav li {padding: 0;}
.interni_box_menu ul.topnav li a {line-height:40px; font-size:15px;}
.interni_box_menu ul.topnav li ul li a {line-height:25px;}

.interni_box_menu ul.topnav.multiline li {padding-bottom: 20px;}
.interni_box_menu ul.topnav.multiline li a {line-height:120%; padding-bottom:20px;}
.interni_box_menu ul.topnav.multiline li ul li a {line-height:120%; padding-bottom:20px;}

.campi_doc { text-transform: unset !important; }
p.campi_doc {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666;
}

div.descrizione_sezione p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666;
    margin-bottom: 40px;
}

.content_side_a hr {margin-bottom: 20px;}

.lista_lingue ul {
    width:auto;
}
.lista_lingue ul li {
    border-bottom: 0;
    padding: 8px 0;
}

.lista_lingue ul li a {
    display: inline;
    padding: 8px 0;
}
.lista_lingue ul li a:hover {
	color: unset;
    background-color: unset;
}

hr.light {
    width: 200px;
    border-color: #ccc;
    border-width: 1px 0px 0px;
    margin:0;
}

.descrizione_sezione a, .descrizione_sezione a:hover {
    color: #C5986E;
    text-decoration: underline;
    font-size:14px;
}

.lista_lingue .descrizione_sezione a, .lista_lingue .descrizione_sezione a:hover {
    color: #C5986E;
    text-decoration: underline;
    font-size:14px;
}

ul.topnav ul li a {
    padding-left: 0px;	
}
ul.topnav ul {
    padding-left: 20px;	
}
.interni_box_menu ul.topnav li a {
    line-height: 32px;
    font-size: 15px;
}
.interni_box_menu ul.topnav li ul li a {
    line-height: 20px;
}
.interni_box_menu ul.topnav li ul li {
    padding:  5px 0;
}

.interni_box_menu ul.topnav li a span {color:#C5986E;}
.interni_box_menu ul.topnav li a span.no-childs {display:none;}
.interni_box_menu ul.topnav li a.no-childs span {display:none; margin-right: 10px;}
.interni_box_menu ul.topnav li a.no-childs span.no-childs {display:inline; margin-right: 10px; color:#666666;}
.interni_box_menu ul.topnav li ul li a.no-childs span.no-childs {margin-bottom:5px; margin-right:5px;}
/*
.info_page a.bread {
    padding-left: 10px;
}
*/
.elenco_documenti_data span.virgola {
    float: unset !important;
    margin-right: 0px !important;
}



/* documento singolo	*/
.titolo_documento_singolo {margin:15px 0;}
.paragrafo_generale p, .paragrafo_generale div {margin-bottom: 10px;}
.paragrafo_generale a, .paragrafo_generale a:hover {color:#C5986E; text-decoration: underline;}
.allegato a {font-size: 16px;}
.allegato a:first-child {vertical-align:top;}
.sezione_primaria .elenco_documenti_autori {display:inline-block}

@media (min-width:768px) {
  .paragrafo_generale p, .paragrafo_generale div {text-align:justify;}
}

/* homepage 		*/

img.icona {margin-right: 30%;}


@media (max-width:767px) {
  .border_color { border: none; }
}
@media (min-width:768px) and (max-width:991px) {
  .elenco-aree div:nth-child(3) {border-right:0;}
  .elenco-aree div:nth-child(6) {border-right:0;}
  .elenco-aree div:nth-child(9) {border-right:0;}
  .elenco-aree div:nth-child(12) {border-right:0;}

}
@media (min-width:992px) and (max-width:1199px) {
  .elenco-aree div:nth-child(4) {border-right:0;}
  .elenco-aree div:nth-child(8) {border-right:0;}
  .elenco-aree div:nth-child(12) {border-right:0;}

}
@media (min-width:1200px) {
  .elenco-aree div:nth-child(6) {border-right:0;}
  .elenco-aree div:nth-child(12) {border-right:0;}  
}


/*.evidence span.virgola {color:#fff;}*/

.home_autori {display:inline;}
.title_black {margin-bottom: 80px; border-top: solid 1px #fff;}
ul.topnav li ul li a {line-height: 25px; font-size:14px;}

hr.icone {margin: 10px auto 20px auto; padding-bottom: 20px;}
.box_info h2 {margin-bottom: 20px;}
.box_info {margin-bottom: 20px;}

hr.gold {border-color: #c5986e !important;}

section.nero {padding: 20px 0 40px;}
.titolo_editoriale a, .titolo_editoriale a:hover {font-family: 'Crimson Text', serif; font-size:24px; color:#fff;}

.box_section_oro {padding:65px 50px;}
.box_section_oro ul li a {line-height: 100%; text-transform: unset; font-size:19px;}
.box_section_oro ul li a:hover {color:#fff; text-decoration: underline;}
.box_section_oro ul li {padding: 10px 0;}
.box_section_oro h5 {color: #fff; margin-top: 0px; padding-top: 0px; font-size: 38px;}
.box_section_oro hr {border-color:#fff;}
.box_section_oro ul {padding: 0; margin-bottom:20px;}
.box_section_oro ul li a::after {margin-top: 10px;}
.video_thumb_link {width:100%;}
.box_section_video, .box_section_oro {min-height:410px; background-color: #201f24;}
.box_section_a {min-height:410px;}

.box_section_oro_video h4 a, .paragrafo_oro h4 a:hover, .box_section_oro h4 a, .box_section_oro h4 a:hover {font-size:24px; color:#fff !important;}
.box_section_oro_video {
    padding: 30px 50px;
}

a.sfoglia_negativo_nero {display: inline-block;}
.box_section_oro h5 a, .box_section_oro h5 a:hover {color: #fff; margin-top: 0px; padding-top: 0px; font-size: 38px;}

.box_agenda {padding: 20px 15px;}
.box_agenda .data_1 {line-height:40px; text-transform:uppercase;}
.box_agenda a.descrizione {
	margin-bottom:10px;
	display:block;
	color:#201f24;
	font-size:19px;
	text-transform:uppercase;
	font-family: 'Crimson Text', serif;
}
.box_agenda .place {margin:10px auto;}
.box_agenda .bottone_negativo {margin-top:15px;}


/* BOX ELENCO AREE */
.elenco-materie .box_info {margin-bottom: 0px; padding: 5px 10px 10px 10px;}
.elenco-aree .box_info {margin-bottom: 0px; padding: 5px 10px 10px 10px;}
.elenco-aree .box_info p {margin-bottom: 0px; line-height: 20px;}
.elenco-aree .clearer {margin:10px 0;}
.elenco-aree .box_info h2 {height: 50px; margin:10px auto;}
.elenco-aree hr.icone {margin: 10px auto 0px auto; padding-bottom: 20px;}
.elenco-materie .box_info p {margin-bottom: 0px; line-height: 20px;}
.elenco-materie .clearer {margin:10px 0;}
.elenco-materie .box_info h2 {height: 50px; margin:10px auto;}
.elenco-materie hr.icone {margin: 10px auto 0px auto; padding-bottom: 20px;}

@media (min-width:768px) and (max-width:991px) {
  .elenco-materie div:nth-child(3) {border-right:0;}
  .elenco-materie div:nth-child(6) {border-right:0;}
  .elenco-materie div:nth-child(8) {border-right:0;}
  .testo_editoriale p {text-align: justify;}
}

@media (min-width:992px) {
  .elenco-materie div:nth-child(4) {border-right:0;}
  .elenco-materie div:nth-child(8) {border-right:0;}
  .testo_editoriale p {text-align: justify;}
}
@media (min-width:1200px) {
  .elenco-materie .box_info {
    padding: 5px 0 10px 0; 
  }
}
/* FINE BOX ELENCO MATERIE */



.bottone_negativo.rivista {margin-top: 20px; margin-bottom: 20px;}
section.oro_zone {padding: 20px 0 40px; margin-bottom: 0px;}


@media only screen and (min-width : 1200px) {
    .fivecolumns.col-lg-2  {
        width: 20%;
        *width: 20%;
    }
}
@media only screen and (max-width : 991px) {
    .esplora .border_color:nth-child(3) {border:0;}
    .esplora .box_info {padding:0 10px;}
}
@media only screen and (max-width : 767px) {
    .esplora .box_info {padding:0;}
}

.evidence {margin-top: 380px; margin-bottom: 50px;}
.box_newsletter {margin-top: 235px;}
.slide {margin-top: 100px; height:430px;}

.box_agenda .data_1 {
    line-height: 40px;
    text-transform: lowercase;
}
section.grigio {
    background-color: #eeeeee;
    padding: 60px 0;
}
.agenda-more a {display:inline-block;}
@media only screen and (min-width : 768px) {
	.col_newsletter {padding-right:0 !important;}
}
@media (max-width:991px) {
  .evidence {padding: 40px 0px 20px;}
}
@media (max-width:767px) {
  .box_newsletter {margin-top: 70px;margin-bottom: 10px;}
  .nero-evidence {background-color: #201f24;}
}

.evidence {margin-top: 0px; margin-bottom: 0px}

section.nero {margin-top:0px;}

@media (max-width:767px) {
section.bianco, section.nero {padding:10px 0; margin-bottom:20px}
.evidence {padding-top:20px; padding-bottom:0;}
.box_info  {margin-bottom:0}
.box_info h2, .elenco-aree .box_info h2, .elenco-materie .box_info h2 {margin:0; padding:0; height:unset; text-align:left}
.elenco-aree .box_info, .elenco-materie .box_info {padding:0;}
hr.centrale {margin:20px 0 20px 0px}
h3.text-center, h5.agenda {text-align:left}
.grigio h5.agenda {text-align:center}
.grigio hr.centrale {margin:20px auto 20px auto}

}


@media (max-width:767px) {

.esplora div {margin-bottom:0 !important}
.esplora .box_info {display:table}
.esplora .box_info > a {display:table-cell}
.esplora .box_info > a img {height:64px; width:64px; margin:0; margin-left:-15px;}
.esplora .box_info h2 {display:table-cell; vertical-align:middle;}

.elenco-aree div {margin-bottom:0 !important}
.elenco-aree .box_info {display:table}
.elenco-aree .box_info > a {display:table-cell}
.elenco-aree .box_info > a img {height:64px; width:64px; margin:0; margin-left:-15px;}
.elenco-aree .box_info h2 {display:table-cell; vertical-align:middle;}

.elenco-materie div {margin-bottom:0 !important}
.elenco-materie .box_info {display:table}
.elenco-materie .box_info > a {display:table-cell}
.elenco-materie .box_info > a img {height:64px; width:64px; margin:0; margin-left:-15px;}
.elenco-materie .box_info h2 {display:table-cell; vertical-align:middle;}
}


/* agenda */


/* rivista			*/

.indice_side_b p {margin-bottom: 5px;}
.sommario_box h2 {margin-bottom: 25px;}
p.title_indice a {margin-bottom:0px; font-weight:700;}
p.title_indice a, p.title_indice a:hover {color:#666;}


/* links			*/

.box_link {
	background-color:#FFF;
	margin-bottom:30px;
	padding:40px;
	text-align:center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
}

.box_link_grey {
	background-color:#eeeeee;
	margin-bottom:30px;
	padding:40px 20px;
	text-align:center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
	color:#201f24;
	min-height:240px;
}

.box_link .text {line-height: 1.2;}
.box_link .link, .box_link .link a {line-height: 1.2; color:#C5986E;}

/* autori			*/

.content_autori > div > div:nth-child(2n+1){clear:both;}
.content_autori > div > div { margin-bottom:30px;}
@media (min-width:767px) {
  .img_autori {float:left;}
}




/*.img_autori:nth-child(4n+1) {clear:both; margin-bottom:30px;}*/
.info_autori {/*padding-top:5px*/; margin-left:15px;}

.box_autori {min-height: 330px;}

a.link_img_autore {width:100px;height:100px;display: block;}

.img_autori {min-height:100px;height:100px; width:100px; display: block; margin:0 15px 30px 15px;padding:0;background-repeat:no-repeat;background-position:center;background-size:cover;}
@media (max-width:767px) {
  .img_autori {margin-bottom:10px;}
}

.box_autori .nome_autore {min-height: 58px;}
p.nome_autore a {
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 0px;
    line-height: 1.1;
}
.box_autori .desc_autore {min-height: 58px;}

.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}

.filter {display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px;}
.filter > li {display: inline;}
.filter > li > a, .filter > li > span {
    position: relative;
    float: left;
    padding: 5px 0px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.filtro { /*float:right;*/ clear:both;}

.filter > li > a {color:#666; text-align:center; width:26px;}

@media (max-width:991px) {
  .filter > li > a {
    width:36px;
    margin:2px;
  } 
  hr.bread_breake {
    margin-bottom: 30px;
  }

  .interni_box_menu.sidebar hr.under_title {display:none;}
  a.stampa {display:none;}
}

.filter > li > a:hover {color:#666;}

.pubblicazioni {margin-top: 40px;}

p.data_side {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #c5986e;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1;
}

hr.bread_breake {
    margin-top: 15px;
}

.nav-mobile-vertical {
    width: 260px;
}

.pagination > li:nth-child(2) a, .pagination > li:last-child > a {
    border-left-width: 2px;
}


.pagination > li > a {
	color: #666;
	min-width: 45px;
	text-align: center;
}

.pagination > li > a.bg-grey {
	background-color: #eee;
}
 
    section.nero,
    /*section.nero-evidence,*/
    section.oro_zone,
    section.bianco,
    section.grigio    {
      padding-top:20px;
      padding-bottom:20px;
      margin-top:0px;
      margin-bottom:0px;
   }
.lista_lingue ul li a {
    text-transform: uppercase;
}

.paragrafo_generale .indice_rivista  p, .paragrafo_generale .indice_rivista  div {
     margin-bottom: 0px;
}

 
@media (max-width:767px) {
    section.nero,
    /*section.nero-evidence,*/
    section.oro_zone,
    section.bianco,
    section.grigio    {
      padding-top:10px;
      padding-bottom:30px;
      margin-top:0px;
      margin-bottom:0px;
   }
 }

 .bk_oro {
  background-color:#c5986e ;
 }

.img-rivista {max-width:400px;}
 
@media print {
  a[href]:after { content: none; }
    * {margin: auto !important;}
    * {padding: auto !important;}
    * {border: 0 !important;}
    .content_side_a, .form_articolo {display:none;}
    .content_side_b {width:auto; clear:both;}
    .interni_bianco .container:first-child {display:none;}
    footer, nav, header, hr {display: none;}
  .content_side_b { padding-left: 0px; }
  .bread_breake {display:none;}
  .interni_bianco { padding-top: 20px; }
  .titolo_documento_singolo { padding-top:10px;}
  .autor_side_a { padding-bottom:20px;}
  .paragrafo_generale p, .paragrafo_generale div, .paragrafo_generale div p, p.nota {
    font-family:serif !important;
    font-size:11px;
    line-height:14px;
    text-align:justify;
  }
 
  p.nota {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    line-height:15px;
  }

  p.data_int.elenco_documenti_data, .elenco_documenti_autori a, .allegato a {
    font-family:serif !important;
    font-size:13px;
  }
  
  .elenco_documenti_data { line-height: 20px;}

  .elenco_documenti_autori a:first-child {
	margin-left:5px !important;
  }
  .elenco_documenti_autori {
      display: block !important;
      line-height:1;     
      }

  .visible-print-block img {
     height:auto !important;
     width:50% !important;
     margin-left:0 !important;
     }

 }

iframe.youtube-embed {width:640px; height:360px}
@media (max-width:720px) {iframe.youtube-embed {width:560px; height:315px}}
@media (max-width:590px) {iframe.youtube-embed {width:100%}}
@media (max-width:460px) {iframe.youtube-embed {height:240px}}

.content_side_b .paragrafo_generale img {width:unset;max-width:100%;} 
.content_side_b .paragrafo_generale img.grande {width:640px; height:auto; max-width:100%;} 

p#linkbooklet {font-family: 'Roboto', serif !important; font-size: 14px !important; color:#c5986e !important; text-transform: unset;}
p#linkbooklet {margin-top:-30px !important}

h4.titolo_video a, h4.titolo_video a:hover {
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: normal !important;
}

.allegato {
	clear:both;
	float:right;
}

.home_autori a {color:#c5986e !important;}
