/* Il Saggiatore css *********************************/

@import url("normalize.css");

@import url("animate.css");

/*@import url("jquery.mCustomScrollbar.css");/

/* PLUGIN *******************************************/

/*@import url("owl.carousel.css");

@import url("owl.theme.default.css");*/

/* FONT *********************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,800;1,400;1,500;1,600;1,800&display=swap');

/* font-family: 'Montserrat', sans-serif; */

/* Wrap new scrollbar properties in @supports rule for browsers without `::-webkit-scrollbar-*` support */
/* This way chrome won't override `::-webkit-scrollbar-*` selectors */
@supports not selector(::-webkit-scrollbar) {
  * {
      scrollbar-width: thin;
      scrollbar-color: var(--thumb-color) var(--track-color);
  }
}

html, body{
	overflow-x: none;
	overflow-y: auto;
	width: 100%;
	
	
}

::selection {
  background: rgba(197, 14, 31, 0.75); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(197, 14, 31, 0.75); /* Gecko Browsers */
}

/* MENU *********************************************/

.menu{
	display: block;
	position: fixed;
	left:0;
	top:0;
	overflow: auto;
	max-width: 220px;
	width: 100%;
	z-index: 8000;
	height: calc( 100% + 10px );
	border-right: 2px solid #C50E1F;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	transition: height 0.5s ease-in;
	background: rgba(255,255,255,1.00);
}


.menu.active{
	height: calc( 100% - 80px + 10px );
	transition: height 0.3s ease-in;
}


/* Logo *********************/
.menu .logo{
	display: block;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	max-width: 308px;
	width: calc(100% -20px) ;
}

.menu .logo a{
	text-decoration: none;
}

.menu .logo img{
	width: 100%;
}


/* Lingua *********************/
.menu .lang{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
	max-width: 308px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #707070;
	text-align: center;
	letter-spacing: 0.05rem;
	font-size: 0.9rem;
}

.menu .lang a{
	text-decoration: none;
	color: #707070;
	transition: font-weight 0.5s ease-in,  color 0.5s ease-in;
}


.menu .lang a:hover{
	font-weight: 600;
	color: #C50E1F;
	transition: font-weight 0.3s ease-in,  color 0.3s ease-in;
}

.menu .lang a.active{
	font-weight: 600;
	color: #C50E1F;
}

/* Search Bar *********************/

.menu .searchBox{
	display: block;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	max-width: 308px;
	width: calc(100% - 20px);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #707070;
	text-align: center;
	letter-spacing: 0.05rem;
	font-size: 0.9rem;
}

.menu .searchBox form{
	width: 100%;
}

.menu .searchBox form input.search{
	width:100%;
	border:none;
	background: #A0A0A0;
	border-radius: 20px;
	color:#FFF;
	height: 30px;
	padding-left: 50px;
	padding-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	outline: none;
}

.menu .searchBox form input.search:-webkit-autofill::first-line ,
.menu .searchBox form input.search:-webkit-autofill ,
.menu .searchBox form input.search:-webkit-autofill:active,
.menu .searchBox form input.search:-webkit-autofill:hover,
.menu .searchBox form input.search:-webkit-autofill:focus 
{
  -webkit-box-shadow: 0 0 0 1000px #A0A0A0 inset !important;
  -webkit-text-fill-color: #FFF !important;
}


.menu .searchBox form button{
	color:#FFF;
	position: absolute;
	left:0;
	width: 40px;
	height: 30px;
	top:0;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-mox-appearance: none;
	border: none;
	background: rgba(0,0,0,0);
	cursor: pointer;
}

/*.menu .searchBox form input.search{
	outline: none;
}*/

/* LINKS *********************/

.menu .links{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	overflow: hidden;
	max-width: 308px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #707070;
	text-align: center;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

.menu .links a{
	text-decoration: none;
	color: #707070;
	clear: both;
	display: block;
	width: 100%;
	height:24px;
	margin-bottom: 8px;
	transition: font-weight 0.5s ease-in,  color 0.5s ease-in;
}


.menu .links a:hover{
	font-weight: 600;
	color: #C50E1F;
	transition: font-weight 0.3s ease-in,  color 0.3s ease-in;
}

.menu .links a.active{
	font-weight: 600;
	color: #C50E1F;
}


.menu .btnCredits{
	width: calc(100% - 20px) ;
	height: 30px;
	overflow: hidden;
	max-width: 308px;
	display: block;
	position: sticky;
	bottom:10px;
	left:0;
	right:0;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #707070;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	text-align: center;
	cursor: pointer;
	transition: rotate 0.5s ease-in;
}

.menu .btnCredits a{
	color: #707070;
	text-decoration: none;
}

.menu .btnCredits a.active{
	font-weight: 600;
	color: #C50E1F;
}

.menu .btnCredits a:hover{
	font-weight: 600;
	color: #C50E1F;
	transition: font-weight 0.3s ease-in,  color 0.3s ease-in;
}

.menu .btnCredits i{
	color: #C50E1F;
	font-size: 1.2rem;
}

.menu .btnCredits.active i{
	transform: rotate(-180deg);
	transition: rotate 0.3s ease-in;
}

.menu .btnCredits span:hover{
	color: #C50E1F !important;
	font-weight: 600;
	letter-spacing: 0.03rem;
}



/* CREDITS *********************************************/

.credits{
	width: 100%;
	height: 80px;
	display: block;
	position: fixed;
	bottom:-108px;
	z-index: 9000;
	border-top: 2px solid #C50E1F;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	background: rgba(255,255,255,1.00);
	transition: bottom 0.5s ease-in;
}

.credits.active{
	bottom:0px;
	transition: bottom 0.3s ease-in;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	background: none;
	color: #C50E1F;
	font-size: 2rem;
	position: absolute;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot:hover{
	background: none;
	color: #C50E1F;
}

.owl-carousel .owl-nav button.owl-prev{
	left:0px;
	top:20px;
}


.owl-carousel .owl-nav button.owl-next{
	right:0px;
	top:20px;
}

.owl-carousel .owl-stage-outer{
	width: calc( 100% - 100px );
	margin-left: auto;
	margin-right: auto;
}

.owl-carousel .item img{
	height:50px;
	width: auto;
	margin-top: 20px;
	text-align: center;
}

/* HEADER *********************************************/

.header{
	width: calc( 100% - 260px );
	right:0px;
	display:block;
	position: fixed;
	height: 100px;
	border-bottom: 2px solid #C50E1F;
	background: rgba(255,255,255,1.00);
	top:0;
	z-index: 8000;
}

.header h1{
	font-family: 'EB Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.07rem;
	color: #C50E1F;
	line-height: 80px;
	height: 80px;
	margin-bottom: 0px !important;
}

.header .img{
	display:block;
	height: 100px;
	width: auto;
	position: absolute;
	right: 0;
	top:0;
}

.header .img img{
	height:100%;
}


/* SITO BOX *********************************************/

.boxSite{
	width: calc(100% - 260px) ;
	height: calc(100% - 140px);
	padding-top: 140px;
	display: block;
	position: absolute;
	left:260px;
	background: rgba(255,255,255,1.00);
	overflow: hidden !important;
	bottom:0
}

.boxSite .title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #808080;
	font-size: 1rem;
	text-decoration: none;
}

/*.boxSite .contentGrid.noScroll{
	overflow: hidden;

} */

.boxSite .contentGrid{
	height: calc(100% - 15px);
	padding-bottom: 10px;
	padding-top: 10px;
	min-width: 200px;
	width: calc(50% - 15px);
	background: rgba(255,255,255,1.00);
	position: relative;
	float: left;
	overflow-y: auto;
    direction: ltr;
/*
	scrollbar-color: #A0A0A0 rgba(0,0,0,.1);
    scrollbar-width: thin;
*/
	padding-right: 14px;
	/*qqq*/
	overflow-x: hidden;
}

.boxSite .contentGrid .tornaFix{
	z-index: 9999;
	position: fixed;
	top:110px;
	left: 260px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.07rem;
	color: #808080;
	font-size: 1rem;
	text-decoration: none;
}

.boxSite .contentGrid a.tornaFix:hover{
	color: #C50E1F;
	font-weight: 600;
	letter-spacing: 0.05rem;
}

.boxSite .contentGrid .topFix{
	z-index: 9999;
	position: fixed;
	top:110px;
	left: 400px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.07rem;
	color: #808080;
	font-size: 1rem;
}

.boxSite .contentGrid a.topFix:hover{
	color: #C50E1F;
	font-weight: 600;
	letter-spacing: 0.05rem;
}

.boxSite .contentGrid .PrintFix{
	z-index: 9999;
	position: fixed;
	top:105px;
	left: 610px;
}

.boxSite .contentGrid .ShareFix{
	z-index: 9999;
	position: fixed;
	top:105px;
	left: 750px;
}

.boxSite .contentGrid .headerLetter{
	min-width: 200px;
	width: auto;
	padding-bottom: 40px;
}

.boxSite .contentGrid .headerLetter h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07rem;
	color: #202021;
	font-size: 0.8rem;
	clear: both;
	margin: 0;
}

.boxSite .contentGrid .headerLetter h2 span{
	font-weight: 600;
	color: #C50E1F;
}

.boxSite .contentGrid .headerLetter h2 strong{
	font-weight: 600;
}


.boxSite .contentGrid .headerLetter h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07rem;
	color: #202021;
	font-size: 0.8rem;
	clear: both;
	margin: 0;
	text-align: right;
	padding-top: 40px;
	display: block;
	position: relative;
}

.boxSite .contentGrid .headerLetter h3 span{
	font-weight: 600;
	color: #C50E1F;
}

.boxSite .contentGrid .headerLetter h3 strong{
	font-weight: 600;
}


.boxSite .contentGrid p, .boxSite .contentGrid div{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0.07rem;
	color: #202020;
	font-size: 0.8rem;
	max-width: 700px;
	line-height: 1.6rem;
	text-align: left;
}

.boxSite .contentGrid.font div{
	font-family: 'EB Garamond', serif ;
	font-weight: 500 ;
	color: #202020 ;
	font-size: 1.1rem ;
}

.boxSite .contentGrid.giustificato div{
	text-align: justify ;
}


.boxSite .contentGrid div span.bold{
	font-weight: 600;
}

.boxSite .contentGrid div span.col_def{
	color:orange;
}
.boxSite .contentGrid div span a, .boxSite .contentGrid div a{
	text-decoration:none;
}

.boxSite .contentGrid div span > a.col_def, .boxSite .contentGrid div > a.col_def{
	color:#C50E1F !important;
}

.boxSite .contentGrid div span > a.col_rosso, .boxSite .contentGrid div > a.col_rosso{
	color:red !important;
}

.boxSite .contentGrid div span > a.col_verde, .boxSite .contentGrid div > a.col_verde{
	color:lime !important;
}

.boxSite .contentGrid div span > a.col_blu, .boxSite .contentGrid div > a.col_blu{
	color:blue !important;
}

.boxSite .contentGrid p strong, .boxSite .contentGrid div strong{
	font-weight: 600;
}

.boxSite .contentGrid div a > sup{
	border-radius:50%;
/*	opacity: 0.7;
	background: #C50E1F;
	border: 2px solid rgba(197, 14, 31, 0.7);		*/
	color:#C50E1F;
	font-weight: 800 !important;
    padding: 0px 3px;
	line-height: 14px;
	text-align: center;
	display: inline-block !important;
}

.boxSite .contentGrid img{
	width: 450px;
	height: auto;
	display: block;
	margin: 0 auto;
/*	margin-left: 60px;
	margin-right: 120px;*/
}

.boxSite .contentGrid .mycenter {
	width: 450px;
	height: auto;
	display: block;
	margin: 0 auto;
/*	margin-left: 60px;
	margin-right: 120px;*/
}


.boxSite .contentGrid .boxLetter{
	float:left;
	width:70px;
	height:auto;
	display: block;
	position: relative;
	border-right: 2px solid #C50E1F;
	overflow: hidden;
	text-align: center;
}

.boxSite .boxFixed{
	float:left;
	width:calc( 99% - 70px);
	height:750px;
	display: block;
	position: relative;
	text-align: center;
	overflow-x: hidden;	
}

/*
.boxSite  .boxFixed h5  > a strong:hover{
	color: #C50E1F !important;
}
*/

.boxSite .boxFixed.little {
	line-height: 1.4rem !important;
}

.boxSite .boxFixed h5.micro{
	line-height: 0.8rem !important;
}


.boxSite .boxFixed.noScroll{
	height: auto;
	overflow: hidden;

}

.category {
	border-radius:50%;
/*	opacity: 0.7;
	background: #C50E1F;
	background: rgba(197, 14, 31, 0.7) !important;	*/
	color:#FFF !important;
	font-size: 0.5rem !important;
    padding:0px 4px;
	line-height: 13px;
	text-align: center;
	vertical-align: text-top !important;
	display: inline-block !important;
}

.category.blu {
	background: rgba(0, 0, 255, 0.7) !important;
}

.category.red {
	background: rgba(255, 0, 0, 0.7) !important;
}

.category.green {
	background: rgba(0, 255, 0, 0.7) !important;
}

.boxSite .contentGrid .boxLetter.color{
	border-right: 2px solid #C50E20;
}

.boxSite .contentGrid .boxLetter a{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07rem;
	text-decoration: none;
	color: #202021;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 4px;
	transition: font-weight 0.5s ease-in,  color 0.5s ease-in;
}

.boxSite .contentGrid .boxLetter a.color{
	color: C50E20;
}

.boxSite .contentGrid .boxLetter a.color:hover{
	font-weight: 600;
	color: C50E20;
	transition: font-weight 0.3s ease-in,  color 0.3s ease-in;
}

.boxSite .contentGrid .boxLetter a.color.active{
	font-weight: 600;
	color: C50E20;
}


.boxSite .contentGrid .boxLetter a:hover{
	font-weight: 600;
	color: #C50E1F;
	transition: font-weight 0.3s ease-in,  color 0.3s ease-in;
}

.boxSite .contentGrid .boxLetter a.active{
	font-weight: 600;
	color: #C50E1F;
}


.boxSite .contentGrid h4{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:0.8rem;
	width: calc( 100% - 60px );
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07rem;
	text-decoration: none;
	color: #202021;
	float: left;
	display: block;
	padding-left: 30px;
	transition: font-weight 0.5s ease-in,  color 0.5s ease-in;
}

.boxSite .contentGrid h4.color > a, .boxSite .contentGrid h5.color > a{
	color: #C50E20;
}

.boxSite .contentGrid h4 > a{
   text-decoration: none;
   color: #202021;
}

.boxSite .contentGrid h5 > a{
   text-decoration: none;
   color: #202021;
}

.boxSite .contentGrid h4 a span, .boxSite .contentGrid h4 span{
	font-weight: 600;
	color: #C50E1F;
	clear: both;
	display: block;
}

.boxSite .contentGrid h4.color a span, .boxSite .contentGrid h4.color span{
	font-weight: 600;
	color: blue;
	clear: both;
	display: block;
}
	
.boxSite .contentGrid h4 a strong, .boxSite .contentGrid h4 strong{
	font-weight: 600;
}

.boxSite .contentGrid h5{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:0.8rem;
	width: calc( 100% - 60px );
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 0.07rem;
	text-decoration: none;
	color: #202021;
	float: left;
	display: block;
	padding-left: 30px;
	transition: font-weight 0.5s ease-in,  color 0.5s ease-in;
}

.boxSite .contentGrid h5 a span{
	font-weight: 500;
	color: #C50E1F;
}

	
.boxSite .contentGrid h5 a i{
	font-weight: 600 ;
	color: #C50E1F;
}


.boxSite .contentGrid h5.color a i{
	font-weight: 600 ;
	color: #C50E20;
}
	

.boxSite .contentGrid h5 a strong{
	font-weight: 600;
}

.scrollbar
{

 /*	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;*/
}

.force-overflow
{
	min-height: 450px;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #FFFFFF;
	 margin: 0 0 8px !important;

 }

#style-2::-webkit-scrollbar
{
	width: 4px;
	background-color: #FFFFFF;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #A0A0A0;
	
}

#style-0::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 1px #FFFFFF;
	border-radius: 1px;
	background-color: #FFFFFF;
	 margin: 0 0 1px !important;

 }

#style-0::-webkit-scrollbar
{
	width: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#style-0::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 1px #FFFFFF;
	background-color: #FFFFFF;
	
}

#style-0 {
    scrollbar-color: #A0A0A0 rgba(0,0,0,.1);
    scrollbar-width: none;
}

.none {
	color: rgba(255, 255, 255, 0) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.persone {
	color: rgba(255, 0, 0, 0.7) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.luoghi {
	color: rgba(0, 255, 0, 0.7) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.operem {
	color: rgba(127, 0, 64, 0.7) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.operea {
	color: rgba(255, 0, 255, 0.7) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.biblio {
	color: rgba(0, 127, 255, 0.7) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.iconografia {
	color: rgba(255, 127, 0, 0.7) !important;
	font-size: 1.2em;
	font-weight: 1000 !important;
}

.mybutton {
    -webkit-border-radius:8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid rgba(155, 61, 88, .05);
    background: rgba(197, 14, 31, .6);
    color: #FFF !important;
    padding: 2px 3px;
    text-decoration: none;
/*	vertical-align: baseline ;*/
	font-weight: 500;
	transition: border 0.3s ease-in,  background 0.3s ease-in;
}

a.mybutton:hover {
/*    background: #C50E20;	*/
	background: rgba(197, 14, 31);
    border: 2px solid rgba(197, 14, 31);	
	transition: border 0.3s ease-in,  background 0.3s ease-in;
}

.citation {
	margin-top: 40px !important;
	padding: 10px !important;
 	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	color: #202020 !important;
	letter-spacing: 0.07rem !important;
	text-align: left !important;
    border: 2px rgba(197, 14, 31, 0.7) solid !important;
    background-color: #C0C0C0;
	font-size: 0.8rem	!important;
}

.myghost {
    background-color: #c0c0c0 !important;  
    display: block !important;    
	margin-top: -10px !important;
	padding-right: 10px !important;
    position: absolute !important;   
    bottom: auto;
    opacity: 0.5;
	pointer-events: none;
	z-index: 20000 !important;
	text-align: center !important;
}

.mytop {	
	top: 100px !important;
	height: 100px !important;
	width: calc(50% - 130px) !important;
    background-color: #C50E1F !important;  
	margin-top: 20% !important;
	position: fixed !important;
 	font-family: 'Montserrat', sans-serif !important;
	font-weight: 800 !important;
	color: white !important;
	line-height: 100px !important;
	vertical-align: middle !important;
	text-align: center !important;
	font-size: 1.5rem	!important;
	z-index: 30000 !important;
    opacity: 1;
}


/*

sup {";
print "    color: #ffffff !important;";
print "    background-color: #ff0000 !important;";
print "    display: inline-block !important;";
print "    border-radius: 50% !important;";
print "    padding: 0 4px !important;"

*/
