html { 
    font-size: 62.5%; 
    scroll-behavior: smooth;
}
:focus {
    outline: none !important;
}
.transition-fade {
    transition: 0.4s;
    opacity: 1;
}
html.is-animating .transition-fade {
    opacity: 0;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  
    z-index: 9999;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 15%;
    bottom: 0;
    height: 2px;
    width: 500px;
    background: #fff;
    overflow: hidden;
}
  
  .pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  
    max-width: 500px;
    position: fixed;
    z-index: 9999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #3E6E52;
  }
  
  .pace.pace-inactive {
    display: none;
  }
  #preloader {
	width: 100%;
	height: 100vh;
	top: 0;
	background: #fff;
	overflow: hidden;
	position: fixed;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 9998;
}
/* .pace-done #preloader {
    z-index: -1;
} */
#preloader .p {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}

#preloader .svg {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
}
.loader {
	font-size: 26px;
	font-weight: 600;
	color: #dedede;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.loader img {
	width: 300px;
}

.color-wipes-animate {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	left: 0;
	position: fixed;
	top: 100%;
	width: 100%;
	height: 100vh;
	z-index: 9998;
}

.color-wipe {
	height: 100vh;
	width: 100%;
	background: #dedede;
	display: none;
}

img.loaderimg {
	transform: translateY(30px);
	opacity: 0;
}
/* .pace-done .loader {
    z-index: -1;
}
.pace-inactive .loader {
    z-index: -1;
} */
body {
    font-family: 'Lato', sans-serif !important;
    --def: #3e6e52; 	
    --inv: #fff;
    background-color: #f5f5f5;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.8;
}
body.noScroll {
    overflow: hidden;
}
div#page {
    overflow-x: hidden;
}
a {
    transition: ease 0.5s;
    color: #000;
}

a:visited {
    color:#000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif!important;
    margin: 0;
    font-weight: 300;
    line-height: 1;
}
h1 {
    font-size: 45px;
    font-size: 4.5rem;
}
h2 {
    font-size: 40px;
    font-size: 4rem;
}
h3 {
    font-size: 35px;
    font-size: 3.5rem;
}
h4 {
    font-size: 28px;
    font-size: 2.8rem;
}
h5 {
    font-size: 24px;
    font-size: 2.4rem;
}
h6 {
    font-size: 20px;
    font-size: 2rem;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem;
    color:#666;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem;
    color:#666;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem;
    color:#666;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Lato', sans-serif !important;
    font-size: 1.6rem;
    color:#666;
}
button {
    font-size: 1.5rem;
    background: #3e6e52;
    padding: 12px 25px;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif !important;
    transition: ease 0.6s;
}
button:hover {
    background-color: #0b617e ;
}
.btn-outline {
	background: transparent;
	border: 1px solid #666;
	color: #666;
}
.btn-outline:hover {
    background: #3e6e52;
	border-color: #3e6e52;
	color: #fff;
}
ul {
    padding: 0;
    margin: 0;
}
.text-center {
    text-align: center;
}
.title-uppercase {
    text-transform: uppercase;
}
.font-italic {
    font-style: italic;
}
.font-heading {
    font-family: 'EB Garamond', serif!important;
}
.text-size-heading {
    font-size: 1.8rem;
}
.title-line-top {
    padding: 10px 0 30px;
}
.title-line-top h4 {
    letter-spacing: 2px;
    font-size: 3.2rem;
}
.max-800 {
    max-width: 800px;
    margin: 0 auto;
}
a.text-underline:hover {
    color: #3e6e52;
}
@media print, screen and (min-width: 576px) {
    /* .title-line-top {
        padding: 10px 0 45px;
    } */
    .title-line-top {
        padding: 10px 0 45px;
    }
}
@media print, screen and (max-width: 575px) {
    #preloader .svg {
        width: 250px;
    }
    .pace {
        width: 250px;
    }
}
/******************* Header ***********************/
.topbar-promo {
    background: #3e6e52;
    text-align: center;
    padding: 5px;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 2px;
}
.topbar-promo p {
    margin-bottom: 0;
}

.topbar-promo a {
    color: #fff;
    text-decoration: none;
}
.site-topbar {
    margin-bottom: 20px;
}
.site-topbar .btn-prenota {
    padding: 8px 25px;
    font-size: 1.2rem;
}
.topbar-wrapper {
    padding: 10px 0;
    border-bottom: 1px solid #b9b9b9;
}
.site-topbar .social-icon {
    display: flex;
}
.site-topbar .social-icon svg {
    width: 15px;
    height: 15px;
}
.site-topbar .social-icon span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.site-topbar .user-menu {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 0;
    border-right: 1px solid #000;
    padding-right: 20px;
}
.site-topbar .icon-user {
    display: flex;
    align-items: center;
}
.site-topbar .icon-user svg {
    width: 18px;
}
.site-topbar .user-menu a {
    color: #000;
}
.site-topbar .user-menu .label {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
    margin-left: 10px;
}
.site-topbar .site-lang a {
    color: #000;
    border-left: 0;
    line-height: 0.8;
    padding-right: 15px;
    margin-left: 15px;
    text-decoration: none;
}
.site-topbar .site-lang ul li {
    list-style-type: none;
}
header {
    position: relative;
    width: 100%;
    z-index: 999;
}
header .logo img {
    width: 250px;
}
.nav-menu ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.nav-menu ul li {
    list-style-type: none;
    padding: 0 15px;
    border-right: 1px solid #000;
    line-height: 0.8;
}
.nav-menu ul li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.nav-menu ul li a {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.5rem;
}
.nav-menu ul li a.bottom {
    position: relative;
}
.nav-menu ul li a.bottom span {
    position: relative;
    z-index: 9;
}
.nav-menu ul li a.bottom {
    position: relative;
}
.nav-menu ul li a.bottom:after{
    content: '';
    position: absolute;
    width: 0; 
    height: 1px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #3e6e52;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}
.nav-menu ul li a.bottom:hover:after{
    width: 100%;
    left: 0;
    background: #3e6e52;
}
.nav-lang {
    text-transform: uppercase;
}
.nav-lang li {
    list-style-type: none;
}
.overlay-for-menu {
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 9998;
    display: none;
}
.overlay-for-menu.open {
    opacity: 1;
    z-index: 9998;
    transition: ease 0.5s;
}
.overlay-megamenu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 100%;
    width: 65vw;
    padding: 2em 3.5em;
    background: #F3F3F3;
    overflow: auto;
    transform: translateZ(0);
    transform: translateX(120%);
    transition: transform 0.7s cubic-bezier(.07,.23,.34,1);
}
.overlay-megamenu.open {
    transform: translateX(0);
}
.megamenu-content {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 60px;
    align-items: center;
    height: 100%;
}
.megamenu-content .close-menu {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}
.line-megamenu {
    height: 1px;
    background: #b9b9b9;
    margin: 30px 0 60px;
}
.title-megamenu h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
}
.megamenu-content .close-menu svg {
    width: 45px;
} 
.megamenu {
    flex: 0 0 90%;
}
.megamenu ul {
    padding: 0;
    margin-bottom: 0;
}
.megamenu ul li {
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.megamenu ul li a {
    transform: translateZ(0);
    display: block;
}
.overlay-megamenu.open .megamenu ul li a {
    animation: slide-in .4s .2s backwards;
}
.overlay-megamenu.open .megamenu ul li:nth-of-type(2) a {
    animation-delay: .3s;
}
  .overlay-megamenu.open .megamenu ul li:nth-of-type(3) a {
    animation-delay: .4s;
}
.overlay-megamenu.open .megamenu ul li:nth-of-type(4) a {
    animation-delay: .5s;
}  
.overlay-megamenu.open .megamenu ul li:nth-of-type(5) a {
    animation-delay: .6s;
}
.overlay-megamenu.open .megamenu ul li:nth-of-type(6) a {
    animation-delay: .8s;
}
.overlay-megamenu.open .megamenu ul li:nth-of-type(7) a {
    animation-delay: 1s;
}
.overlay-megamenu.open .megamenu ul li:nth-of-type(8) a {
    animation-delay: 1.2s;
}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.megamenu ul li:last-child() {
    margin-bottom: 0;
}
.megamenu ul li a {
    font-size: 2.8rem;
    color: #000;
    font-weight: 300;
    letter-spacing: 3px;
    transition: ease 0.5s;
    text-decoration: none;
}
.megamenu ul li a:hover {
    color: #3e6d52;
}
.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000; 
}
  
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}
  
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; 
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); 
}                    
.offcanvas-menu-mobile {
    background: #f3f3f3;
    transform: translateX(-170%);
    width: 70%;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    transition: all 0.7s;
    box-shadow: 9px 17px 20px rgba(0,0,0,0.2);
    overflow-y: scroll;
}
.offcanvas-menu-mobile::-webkit-scrollbar {
    display: none;
}
.offcanvas-menu-mobile.is-active {
    transform: translateX(0);
}
.nav-mobile ul li {
    position: relative;
    font-size: 1.7rem;
    padding: 10px 20px;
}
.nav-mobile ul li a {
    text-decoration: none;
    transition: ease 0.3s;
}
.nav-mobile ul li a.is-active {
    color: #3e6e52;
}
.toggle-mobile-nav {
    background: transparent;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 30px;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.toggle-mobile-nav svg {
    width: 15px;
}
.toggle-mobile-nav:hover,
.toggle-mobile-nav:focus {
    background: none;
}
.toggle-mobile-nav:hover svg,
.toggle-mobile-nav:focus svg {
    fill: #3e6e52;
}
.offcanvas-menu-mobile .submenu-mobile-toggle {
    display: none;
}
.offcanvas-menu-mobile .submenu-mobile-toggle {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.offcanvas-menu-mobile .submenu-mobile-toggle li {
    font-weight: 300;
}
.logo-offcanvas {
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px solid #a9a6a6;
}
.logo-offcanvas .logo img {
    width: 180px;
}
@media print, screen and (min-width: 576px) {
    .offcanvas-menu-mobile {
        transform: translateX(-150%);
        width: 50%;
    }
}
@media print, screen and (min-width: 576px) {
    .topbar-wrapper {
        padding: 10px 0;
    }
    .btn-prenota {
        padding: 12px 25px;
        font-size: 1.5rem;
    }
    .site-topbar .site-lang a {
        border-left: 1px solid #000;
        padding-left: 15px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .site-topbar .user-menu {
        margin-right: 20px;
    }
}
/******************* Sezioni Comuni *******************/
.header-opere {
    padding-top: 30px;
}
.header-carousel-section {
    padding-bottom: 80px;
}
.header-fondazione .header-opere-wrapper {
    position: relative;
    height: 680px;
    background-image: url(/img/header-fondazione.jpg);
    background-size: cover;
    background-position: bottom;
}
.header-carousel .owl-nav {
    display: none;
}
.header-carousel .owl-dots {
    margin-top: 25px;
}
.owl-theme.header-carousel .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
}
.owl-theme.header-carousel .owl-dots .owl-dot.active span, .owl-theme.header-carousel .owl-dots .owl-dot:hover span {
    background: #3d6e51;
}
.title-section {
    margin-bottom: 30px;
}
.title-section h3 {
    font-size: 3rem;
    letter-spacing: 3px;
}
.line-divider {
    max-width: 230px;
    margin: 35px auto;
    border: 0;
    height: 1px;
    background: #b9b9b9;
}
.line-top {
    height: 1px;
    background: #b9b9b9;
    margin-bottom: 5px;
}
.row.more-padding {
    margin: 0 -35px;
}
.row.more-padding .col-12 {
    padding: 0 35px;
}
.header-line-wrapper {
    background: #b9b9b9;
    height: 1px;
    margin-bottom: 70px;
    margin-top: 30px;
}
.header-line {
    position: relative;
}
.header-line .container {
    position: relative;
    z-index: 1;
}
.header-line .logo-background {
    top: 100px;
}
.testo-line {
    margin-top: 30px;
}
.testo-line .testo-line-hr {
    background: #b9b9b9;
   border: 0;
   height: 1px;
   margin: 0;
   margin-bottom: 10px;
}
.accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 12px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-top: 1px solid #969696;
}
.accordion.first {
    margin-top: 20px;
}
.accordion.active, .accordion:hover {
    color: #3e6e52;
    border-color: #3e6e52;
    background: transparent !important;
}
.accordion.active:after {
    color: #3e6e52;
    border-color: #3e6e52;
}
.accordion:hover:after {
    color: #3e6e52;  
}
.accordion:after {
    content: '\002B';
    color: #000;
    float: left;
    margin-right: 15px;
}
.accordion.active:after {
    content: "\2212";
    color: #3e6e52;
} 
.panel {
    padding: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel-inner {
    margin: 15px 0 30px;
    font-size: 1.4rem;
    line-height: 1.7;
}
.panel ul {
    margin-left: 20px;
}
.item-museo {
    margin-bottom: 15px;
}
.item-museo p {
    margin-bottom: 0;
}
.item-museo a:hover {
    color: #3e6e52;
}
@media print, screen and (min-width: 576px) {
    .header-carousel-section {
        padding-bottom: 120px;
    }
    .header-carousel .owl-dots {
        margin-top: 35px;
    }
    .title-section h3 {
        font-size: 3.5rem;
        letter-spacing: 5px;
    }
    .line-divider {
        max-width: 300px;
        margin: 60px auto;
    }
    .header-line-wrapper {
        margin-bottom: 90px;
    }
}
/******************* Utility ***********************/
.shadow-image {
    box-shadow: 4px 9px 12px rgba(0,0,0,0.2);
}
.vertical-image {
    max-height: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.mb-0 {
    margin-bottom: 0;
}
.m-30 {
    margin: 30px 0;
}
.p-0-non {
    padding-bottom: 0;
}
/******************* Homepage ***********************/
.header-home {
    margin-top: 30px;
}
.header-home {
    position: relative;
    z-index: 9;
}
.header-home .video-wrapper {
    overflow: hidden;
    height: 400px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}
button#unmuteButton {
    position: absolute;
}
.header-home .video-wrapper #background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.citazione-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}
.citazione-wrapper h3 {
    line-height: 1.5;
    font-size: 3.5rem;
    margin-bottom: 10px;
    font-style: italic;
}
.author-cit {
    font-size: 1.5rem;
}
.citazione-wrapper .line-cit {
    max-width: 300px;
    margin: 60px auto;
    border: 0;
    height: 1px;
    background: #000;
}
.citazione-wrapper .testo-cit {
    font-family: "EB Garamond", serif !important;
    max-width: 720px;
    margin: 0 auto;
    font-size: 2rem;
}
div#control {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
div#control div {
    margin: 0 20px;
    cursor: pointer;
}
div#control img {
    max-width: 30px;
}
.titolo-terriotiro-inner {
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 40px;
}
.titolo-terriotiro-inner h4 {
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 8px;
}
.titolo-terriotiro-inner h5 {
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 400;
}
@media print, screen and (min-width: 576px) {
    .header-home .video-wrapper {
        height: 680px;
    }
    .citazione-wrapper {
        padding: 160px 0;
    }
    br.cit-br-only-mobile {
        display: none;
    }
}
/************** Casa Museo **************/
.header-casamuseo {
    margin-top: 30px;
}
.header-casamuseo {
    position: relative;
    z-index: 9;
}
.header-casamuseo .video-wrapper_casamuseo {
    overflow: hidden;
    height: 680px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}
.header-casamuseo .video-wrapper_casamuseo #background_video_casamuseo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.section-testo-introduttivo {
    padding: 60px 0 40px;
    position: relative;
}
.testo-introduttivo a {
    color: #3d6e51;
}
.section-testo-introduttivo .container {
    position: relative;
    z-index: 1;
}
.section-testo-introduttivo .title-section {
    margin: 0;
}
.section-testo-introduttivo .testo-introduttivo {
    font-family: 'EB Garamond', serif!important;
    font-size: 1.8rem;
    line-height: 1.9;
}
.text-big .cit-paolo-zani {
    font-family: 'EB Garamond', serif!important;
    font-size: 3rem;
    line-height: 1.4;
    font-style: italic;
}
.text-big .cit {
    margin-bottom: 50px;
    font-family: 'EB Garamond', serif!important;
    font-size: 2rem;
}
.casamuseo-description {
    padding-bottom: 120px;
}
.casamuseo-description .m-bottom {
    margin-bottom: 90px;
}
.casamuseo-paragrafo .font-italic {
    font-size: 1.3rem;
}
.casamuseo-description .m-top {
    margin-top: 90px;
}
.casamuseo-description .casamuseo-img {
    display: flex;
}
.info-biglietto-item {
    margin-bottom: 40px;
}
.info-biglietto-item.price-biglietto-info {
    padding-right: 0px;
}
.logo-background {
    position: absolute;
    top: -80px;
}
.logo-background img {
    width: 1200px;
}
.section-info-biglietto {
    padding: 90px 0;
}
.header-opere.header-fondazione-chisiamo {
    margin-bottom: 120px;
}
.chisiamo-fondazione-header {
    margin-bottom: 90px;
}
.fondazione-chisiamo{
    margin-bottom: 70px;
}
.fondazione-chisiamo h2 {
    font-size: 3rem;
    letter-spacing: 3px;
}
.fondazione-chisiamo .paolo-zani-cit {
    font-size: 3.3rem;
    line-height: 1.3;
    font-style: italic;
    font-family: 'EB Garamond', serif!important;
    text-align: center;
}
.fondazione-chisiamo .data-autore {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 400;
}
.fondazione-chisiamo .paolo-zani {
    font-size: 2rem;
}
.fondazione-chisiamo.bg-grey {
    background: #dedede;
    margin-bottom: 0;
    padding: 70px 0;
}
.fondazione-chisiamo.bg-grey.p-0 {
    padding-bottom: 0;
}
.fondazione-chisiamo .col-second img, .fondazione-chisiamo .col-first img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
@media print, screen  and (min-width: 576px) {
    .section-testo-introduttivo {
        padding: 90px 0 130px;
    }
    .fondazione-chisiamo {
        margin-bottom: 120px;
    }
    .fondazione-chisiamo.bg-grey {
        padding: 120px 0;
    }
    .fondazione-chisiamo .paolo-zani-cit {
        font-size: 4rem;
        line-height: 1.4;
        text-align: left;
    }
    .section-testo-introduttivo {
        padding: 80px 0 90px;
    }
    .logo-background {
        top: -200px;
    }
    .info-biglietto-item.price-biglietto-info {
        padding-right: 130px;
    }
}
@media print, screen and (min-width: 992px) {
    .fondazione-chisiamo h2 {
        font-size: 3.5rem;
        letter-spacing: 5px;
    }
}
@media print, screen  and (max-width: 575px) {
    .col-second {
        margin-top: 40px;
    }
    .fondazione-chisiamo .paolo-zani {
        text-align: center;
    }
}
/************** Didattica **************/

.intro-didattica a {
    text-decoration: none;
    color: #3d6e51;
}
.divider-didattica {
    position: relative;
}
.didattica-items {
    position: relative;
    margin-bottom: 60px;
}
.didattica-item {
    margin-bottom: 80px;
}
.didattica-item.per-le-famiglie .didattica-title,
.didattica-item.for-families-with-children .didattica-title{
    display: none;
}
.divider-didattica-line {
    height: 1px;
    background: #b9b9b9;
    margin: 60px 0;
}
.didattica-title a {
    text-decoration: none;
}
.didattica-title h5 {
    color: #3e6e52;
    font-size: 3.2rem;
    margin-bottom: 10px;
}
.didattica-subtitle {
    font-size: 1.4rem;
    color: #666;
    margin-top: 15px;
    border-top: 1px solid;
    border-color: #b9b9b9;
    padding-top: 5px;
    margin-bottom: 15px;
}
.didattica-subtitle p {
    margin: 0;
}
.didattica-title h5 {
    color: #3e6e52;
}
.didattica-img {
    display: flex;
}
.no-shadow img {
    box-shadow: none !important;
}
.didattica-accordion .panel-inner ul {
    margin-top: -15px;
}
.post-link a {
    font-style: italic;
    color: #3d6e51;
}
@media print, screen and (min-width: 576px) {
    .divider-didattica-line {
        margin: 90px 0;
    }
    .didattica-subtitle {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .didattica-title h5 {
        margin-bottom: 30px;
        font-size: 4;
    }
}
/************** Press **************/
.user-login {
    margin: 60px 0;
}
.form-wrapper {
    background: #fff;
    padding: 30px;
    margin: 30px;
    border-top: 2px solid #3d6e51;
}
.form-wrapper  .title-form {
    margin-bottom: 20px;
}
.form-wrapper .title-form .title {
    font-size: 1.7rem;
    font-weight: 400;
}
.form-wrapper .lost-password a {
    color: #3d6e51;
    font-style: italic;
}
.form-wrapper .title-form p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
}
.form-wrapper label {
    font-size: 1.3rem;
}
.form-wrapper input {
    border: 0;
    background: #f5f5f5;
    font-family: 'Lato', sans-serif !important;
    padding: 18px 25px;
    line-height: 1;
    font-size: 1.5rem;
    width: 100%;
}
.form-wrapper input#user_privacy {
    width: auto;
}
.form-wrapper fieldset {
    padding: 10px 0px;
    border: 0;
}
.form-wrapper .alert {
    border-radius: 0;
}
/* div#lost-password-popup {
    display: none;
} */
.featherlight div#lost-password-popup {
    display: block !important;
}
.form-wrapper input[type=submit].submit_button, 
.form-wrapper input[type=submit].btn, 
.form-wrapper input[type=submit].user-submit, 
.form-wrapper button.btn-primary {
    font-size: 1.5rem;
    background: #3e6e52;
    padding: 12px 25px;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif !important;
    transition: ease 0.6s;
    margin-top: 10px;
}
.press-grid {
    margin-bottom: 120px;
}
.circle-press {
    background: #b9b9b9;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease 0.8s;
}
.circle-press.title-news {
    padding: 20px;
    background: #787d7a;
}
.circle-press.title-news h3 {
    font-weight: 300;
    color: #fff;
    font-size: 2.2rem;
    font-family: 'Lato', sans-serif !important;
}
.press-item:hover .circle-press {
    background-color: #3e6d52;
}
.press-item:hover .circle-press svg {
    fill: #fff;
}
.press-item:hover a {
    color: #3e6d52 !important;
}
.press-item:hover .press-line-inner {
    background: #3e6d52 !important;
}
.circle-press svg {
    width: 70px;
    transition: ease 0.6s;
}
.press-line-inner {
    height: 1px;
    background: #000;
    margin: 40px 0;
    transition: ease 0.6s;
}
.press-item a {
    text-align: center;
    color: #666;
    text-decoration: none;
}
.articoli-documenti .container {
    max-width: 800px;
}
.doc-articolo {
    display: flex;
}
.doc-articolo .item-doc-articolo {
    margin-right: 35px;
}
.item-doc-articolo svg {
    max-width: 35px;
}
.doc-articolo .item-doc-articolo a:hover svg{
    fill: #3e6e52;
}
.category-rassegna-stampa .immagine-rassegna-stampa {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.category-rassegna-stampa .immagine-rassegna-stampa img {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}
@media print, screen and (max-width: 991px) {
    .press-line-inner {
        margin: 20px 0;
    }
}
@media print, screen and (max-width: 575px) {
    .form-wrapper {
        margin: 0;
        margin-bottom: 50px;
    }
    .press-item {
        margin-bottom: 40px;
    }
    .press-line-inner {
        max-width: 200px;
        margin: 15px auto;
    }
    .press-items .col-12:last-child .press-item {
        margin-bottom: 0;
    }
} 
/************** Territorio **************/
.territorio-item {
    margin-bottom: 70px;
}
.territorio-item .titolo-territorio {
    margin-top: 20px;
}
.territorio-item .accordion {
    font-size: 2.7rem;
    font-weight: 300;
}
.territorio-item .accordion {
    border-bottom: 0;
    border-top: 1px solid;
}
@media print, screen and (min-width: 576px) {
    .territorio-item .titolo-territorio {
        margin-top: 40px;
    }
}
/************** Post **************/
.grid-items h5 {
    font-size: 3rem;
}
.grid-items .didattica-img {
    position: relative;
}
.grid-items .didattica-img .last-day {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: rgba(61, 110, 81, 0.7);
    padding: 5px 15px;
    color: #fff;
    font-style: italic;
}
.date {
    text-transform: capitalize;
}
.header-single-post-line {
    background: #b9b9b9;
    height: 1px;
    margin-bottom: 90px;
    margin-top: 30px;
}
.header-single-post-line {
    position: relative;
}
.header-single-post-line .container {
    position: relative;
    z-index: 1;
}
.header-single-post-line .logo-background {
    top: 100px;
}
.header-single-post .title-section h3 {
    font-size: 3.5rem;
    letter-spacing: 5px;
}
.header-single-post .title-section {
    max-width: 750px;
    margin: 0 auto 90px;
}
.post-image .container {
    max-width: 800px;
}
.post-content .container {
    max-width: 800px;
    margin-top: 50px;
    /* margin-bottom: 80px; */
}
.post-carosello .container {
    max-width: 800px;
}
body.rassegna-stampa .post-image {
    text-align: center;
}
body.rassegna-stampa .post-image img {
    max-width: 300px;
    margin: 0 auto;
}
.carosello-articolo-img .owl-prev,
.carosello-articolo-img .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.carosello-articolo-img .owl-prev svg,
.carosello-articolo-img .owl-next svg {
    width: 80px;
}
.carosello-articolo-img .owl-prev:hover,
.carosello-articolo-img .owl-next:hover {
    background: transparent !important;
    fill: #3e6e52;
}
.carosello-articolo-img button.disabled {
    opacity: 0.3 !important;
}
.carosello-articolo-img .owl-prev {
    left: -5%;
}
.carosello-articolo-img .owl-next {
    right: -5%;
}
.post-footer {
    margin-bottom: 90px;
}
.post-footer .container {
    max-width: 800px;
}
.post-footer .share {
    margin-left: 20px;
}
.post-footer .share ul {
    display: flex;
}
.post-footer .share ul li {
    list-style-type: none;
    padding: 0 5px;
}
.post-footer .share ul li:hover {
    color: #3e6e52;
}
.post-footer .title-share p {
    margin-bottom: 0;
}
.line-post-footer {
    background: #b9b9b9;
    height: 1px;
}
.past-event {
    margin-bottom: 120px;
}
.past-event-wrapper {
    position: relative;
    background-size: cover;
    background-position: 60% 25%;
    padding: 60px 40px;
}
.past-event-wrapper:after {
    content: "";
    position: absolute;
    background:rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.past-event-info {
    position: relative;
    z-index: 9;
}
.past-event-wrapper h3 {
    color: #fff;
    font-size: 3rem;
}
@media print, screen and (min-width: 576px) {
    .past-event-wrapper {
        padding: 80px 220px;
    }
}
@media print, screen and (max-width: 575px) {
    .past-event-wrapper {
        text-align: center;
    }
    .past-event button {
        margin-top: 20px;
    }
    .post-footer {
        margin-top: 1.5em !important;
        margin-bottom: 20px;
    }
}
/************** Opere **************/
.header-opere .header-opere-wrapper {
    position: relative;
    height: 400px;
    background-image: url(/img/header-collezioni.jpg);
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 90px;
    z-index: 1;
}
.header-opere .header-opere-wrapper h3 {
    position: relative;
    font-size: 3.5rem;
    color: #fff;
    text-transform: uppercase;
    z-index: 3;
    margin-bottom: 0;
    letter-spacing: 5px;
}
.header-opere .header-opere-wrapper .background-shadow {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.9037990196) 9%, rgba(0, 0, 0, 0.7441351541) 23%, rgba(0, 0, 0, 0.5200455182) 39%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.9037990196) 9%, rgba(0, 0, 0, 0.7441351541) 23%, rgba(0, 0, 0, 0.5200455182) 39%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.9037990196) 9%, rgba(0, 0, 0, 0.7441351541) 23%, rgba(0, 0, 0, 0.5200455182) 39%, rgba(255, 255, 255, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    box-shadow: 2px 4px 22px rgba(0, 0, 0, 0.5);
}
.opere-grid {
    position: relative;
}
.opere-grid .titolo-before-opere {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.row.row-opere-grid {
    margin: 0 -40px;
}
.row.row-opere-grid .item-opera {
    padding: 0 40px;
    margin-bottom: 70px;
}
.opera-image {
    margin-bottom: 30px;
}
.item-opera .title-opera {
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 2.7rem;
}
.item-opera .title-opera a {
    text-decoration: none;
}
.item-opera .title-opera a:hover {
    color: #3e6e52;
}
.opera-image a {
    display: flex;
    position: relative;
}
.opera-image img {
    transition: ease 0.5s;
}
/* .opera-image .overlay-opera-hover {
    opacity: 0;
    transition: ease 0.5s;
    position: absolute;
    background: #3e6e52;
    top: 0;
    width: 100%;
    height: 100%;
} */
.opera-image a:hover img {
    opacity: 0.8;
}
.opera-image img {
    max-height: 300px;
    width: auto;
    margin: 0 auto;
}
.opera-image a {
    display: flex;
}
.item-opera .line {
    margin: 15px 0;
    width: 100%
}
.masonry-wrapper {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 120px;
}

.masonry {
	display: grid;
	grid-template-columns: repeat(1, minmax(100px, 1fr));
	grid-gap: 80px;
	grid-auto-rows: 0;
}
.masonry-content img {
	/* width: 90%; */
	/* box-shadow: -8px -5px 12px rgba(0, 0, 0, 0.3); */
	margin-bottom: 40px;
    margin-top: 30px;
    max-height: 420px;
    width: auto;
}
.masonry-content {
	overflow: hidden;
}
.masonry-content .masonry-image {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.masonry-content .masonry-image .overlay-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: #f5f5f5;
}
.masonry-item {
	color: #111;
}
.masonry-title, .masonry-description {
	margin: 0;
}
.masonry-title {
    font-weight: 400;
    font-size: 2.8rem;
    padding: 0;
    z-index: 9;
    position: relative;
    max-width: 90%;
    margin: 0px auto;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 1.3;
}
.masonry-title .text {
	z-index: 3;
	position: relative;
}
.masonry-title .overlay-text {
	position: absolute;
	background: #fff;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	left: 0;
	transform: translateX(-100%);
}
.line {
	width: 80%;
	margin-left: 20%;
	margin-top: 50px;
	border: 0;
	height: 1px;
	background: #b9b9b9;
}
.masonry-description {
	font-size: .75rem;
	font-size: 1.2rem;
	max-width: 80%;
	margin: 20px auto;
	position: relative;
	z-index: 10;
	margin-right: 0;
	display: flex;
	flex-direction: column;
}
.masonry-description .artista {
	/* letter-spacing: 2px; */
	font-size: 1.6rem;
}
.masonry-description .anno-luogo {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #666;
    /* letter-spacing: 2px; */
}
@media print, screen and (min-width: 576px) {
    .header-opere .header-opere-wrapper {
        height: 680px;
    }
    .opere-grid .titolo-before-opere {
        margin-bottom: 80px;
    }
    .opera-image {
        min-height: 320px;
    }
    .item-opera .line {
        margin: 30px 0;
    }
    .item-opera .title-opera {
        margin-bottom: 30px;
        font-size: 3rem;
    }
}
@media print, screen and (min-width: 576px) and (max-width: 992px) {
    .opera-image img {
        max-height: 200px;
    }
    .opera-image {
        min-height: 220px;
    }
    .item-opera .line {
        margin: 10px 0;
    }
}
@media print, screen and (max-width: 575px) {
    .opere-grid .titolo-before-opere {
        font-size: 3rem;
    }
}
/************** Opere Singole Pagine **************/
.info-opera {
	padding-bottom: 80px;
}
.carosello-opera .owl-stage-outer.owl-height {
    height: auto !important;
}
.carosello-opera.owl-theme .owl-nav {
    display: none;
}
.owl-theme.carosello-opera .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
}
.carosello-opera .owl-dots {
    margin-top: 20px;
    height: 12px;
}
.carosello-opera img {
    max-height: 500px;
    width: auto !important;
    margin: 0 auto;
}
.info-opera {
    text-align: center;
}
.info-opera .line-opera {
	border: 0;
	margin: 0;
	margin-bottom: 70px;
	height: 1px;
	background: #b9b9b9;
	margin-top: 20px;
}
.info-opera .img-opera img {
    max-height: 500px;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
}
.info-opera .dati-opera {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.info-opera .dati-opera .navigation-opera {
	display: flex;
}
.info-opera .dati-opera .navigation-opera a {
	width: 60%;
}
.info-opera .dati-opera .navigation-opera a .btn-back {
	width: 100%;
}
.download-data button.btn-outline {
    width: 100%;
    cursor: pointer;
}
.info-opera .dati-opera .navigation-opera .pagination {
	margin-left: 5%;
	width: 35%;
	border: 1px solid #666;
    border-radius: 0;
    display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
}

.info-opera .dati-opera .navigation-opera .pagination .divider {
	width: 1px;
	height: 15px;
	background: #666;
	margin: 0 10px;
}

.info-opera .dati-opera .navigation-opera .pagination .arrow-right {
	margin-left: 12px;
	margin-top: -2px;
}
.info-opera .dati-opera .navigation-opera .pagination .arrow-left {
	margin-right: 12px;
	margin-top: -2px;
}
.info-opera .dati-opera .navigation-opera .pagination .arrow-left svg {
    transform: rotate(180deg);
}
.info-opera .dati-opera .navigation-opera .pagination svg {
	width: 12px;
	height: 12px;
}
.info-opera .dati-opera .title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.3;
}
.info-opera .dati-opera .title h3 {
    line-height: 1.3;
}
.info-opera .dati-opera .item-info {
	padding: 10px 0;
    border-top: 1px solid #666;
    text-align: left;
}
.info-opera .dati-opera .item-info p {
	margin: 0;
}
.info-opera .dati-opera .item-info .label {
	color: #666;
	margin-right: 10px;
}
.info-opera .dati-opera .download-data {
	margin-top: auto;
}
.info-opera .dati-opera .download-data .btn-outline {
	background: transparent;
	border: 1px solid #666;
	color: #666;
	width: 100%;
}
.info-opera .descrizione-opera {
	margin-top: 30px;
}
.info-opera .descrizione-opera h5 {
    color: #666;
    font-size: 2rem;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
}
.info-opera .descrizione-opera p {
	margin-bottom: 0;
}
@media print, screen and (min-width: 576px) {
    .info-opera .dati-opera {
        padding-left: 70px;
    }
    .info-opera .dati-opera .title {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .info-opera .descrizione-opera {
        margin-top: 80px;
    }
    .info-opera .descrizione-opera-btn-download {
        padding-left: 70px;
    }
}
@media print, screen and (max-width: 575px) {
    .info-opera .dati-opera {
        margin-top: 50px;
    }
    .info-opera .descrizione-opera-btn-download button {
        padding: 12px;
    }
}
/************** Contatti **************/
.contact-info {
    padding: 80px 0;
}
.accordion-contact {
    margin: 30px 0 60px;
}
.indirizzo {
    margin: 40px 0;
}
.email-list p {
    margin: 0;
    padding-top: 15px;
}
.email-list p a:hover {
    color: #3d6e51;
}
.email-list p:fist-child {
    padding: 0;
}
.divider-40 {
    padding: 20px;
}
@media print, screen and (min-width: 576px) {
    .contact-info {
        padding: 120px 0;
    }
}
/************** Footer **************/

.newsletter-section {
    background-image: url(/img/bg-newsletter.jpg);
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}
.newsletter-section .btn-acquista {
    padding: 15px 45px;
}
.newsletter-section .info-newsletter {
    margin-top: 80px;
}
.newsletter-section .info-newsletter h3 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 2px;
}
.newsletter-section .info-newsletter .input-newsletter {
    max-width: 700px;
    margin: 5px auto 0;
}
.newsletter-section .info-newsletter .input-newsletter input {
    border: 0;
    padding: 14px 45px;
    width: 220px;
    text-align: left;
    font-size: 1.5rem;
    border-radius: 0;
}
.newsletter-section .info-newsletter .input-newsletter .btn-send {
    width: 40%;
    text-align: center;
    background: #3d6e51;
    color: #fff;
    font-size: 1.5rem;
} 
.newsletter-section .info-newsletter .input-newsletter .btn-send:hover {
    cursor: pointer;
} 
input#as_contact_form_submit:disabled {
    opacity: 0.5;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background: #3d6e50;
    border: 0;
    color: #fff;
    max-width: 300px;
    font-size: 1.4rem;
    margin: 20px auto 0;
}
.newsletter-section form {
    margin-top: 40px;
}
footer .footer-top {
    padding: 90px 0 70px;
}
.footer-top .col-footer {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
}
footer .footer-top .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
footer .footer-line {
    margin: 20px 0;
}
footer .footer-top .title h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-size: 1.7rem;
    font-family: 'Lato', sans-serif !important;
}
footer .footer-top .nav-footer ul {
    padding: 0;
}
footer .footer-top .nav-footer ul li {
    list-style-type: none;
    line-height: 1.9;
    transition: ease 0.5s;
    position: relative;
}
footer .footer-top .nav-footer ul li:after {
    position: absolute;
}
footer .footer-top .nav-footer a {
    text-decoration: none;
}
footer .footer-top .nav-footer a:hover {
    color: #3e6d52;
}
footer .footer-top .nav-footer ul li:hover {
    color: #3e6d52;
}
footer .footer-top .footer-info a {
    color: #000;
    text-decoration: underline;
    transition: ease 0.5s;
}
footer .footer-top .footer-info a:hover {
    color: #3e6e52;
}
footer .footer-social {
    padding: 10px 0 20px;
}
footer .footer-social .label-social p {
    margin-bottom: 0;
}
footer .footer-social .social-icon span {
    padding: 0 10px;
}
footer .footer-social .social-icon span a {
    text-decoration: none;
}
footer .footer-social .social-icon span svg {
    width: 25px;
    height: 25px;
    transition: ease 0.5s;
}
.social-icon span svg:hover {
    fill: #3e6e52;
}
footer .footer-bottom {
    font-size: 1.2rem;
    padding-bottom: 30px;
}
footer .footer-bottom .footer-bottom-nav ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.label-footer-loghi p {
    margin-bottom: 0;
}
footer .footer-bottom .footer-bottom-nav ul li {
    list-style-type: none;
    padding: 0 5px;
    line-height: 0.8;
    border-right: 1px solid #000;
}
footer .footer-bottom .footer-bottom-nav ul li:last-child {
    padding-right: 0;
    border-right: 0px;
}
footer .footer-bottom .footer-bottom-nav ul li a {
    text-decoration: none;
}
footer .footer-bottom .footer-bottom-nav ul li a:hover {
    color: #3e6e52;
}
footer .footer-bottom .footer-bottom-nav ul li:first-child {
    padding-left: 0;
}
.footer-loghi ul {
    display: flex;
    flex-direction: column;
}
.footer-loghi ul li {
    list-style-type: none;
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.footer-loghi ul li:last-child {
    padding-right: 0;
}
.footer-loghi ul li img {
    max-width: 90px;
}
.footer-loghi ul li img.ente1 {
    max-width: 80px;
}
.footer-loghi ul li img.ente2 {
    max-width: 70px;
}
.regione-lombardia img {
    max-width: 150px;
    margin-right: 30px;
}
.footer-loghi ul li img.ente3 {
    max-width: 150px !important;
}
@media print, screen and (min-width: 576px) {
    .footer-top .col-footer {
        max-width: 20%;
        flex: 0 0 20%;
        padding: 0 15px;
    }
    .newsletter-section {
        padding: 120px 0;
    }
    .newsletter-section .info-newsletter .input-newsletter input {
        width: 350px;
        border-radius: 0;
    }
    .newsletter-section .info-newsletter .input-newsletter .btn-send {
        width: 20%;
    }
    .newsletter-section .btn-acquista {
        padding: 15px 95px;
    }
    footer .footer-bottom {
        font-size: 1.2rem;
    }
} 
@media print, screen and (min-width: 992px) {
    .coopyright br {
        display: none;
    }
    footer .footer-bottom .footer-bottom-nav ul {
        justify-content: flex-start;
        margin-bottom: 0;
    }
    footer .footer-social .label-social {
        margin-right: 20px;
    }
    .footer-loghi ul {
        flex-direction: row;
    }
    footer .footer-social .social-icon span {
        padding: 0 5px;
    }
    .label-footer-loghi {
        margin-right: 25px;
    }
    .newsletter-section form {
        margin-top: 70px;
    }
}
@media print, screen and (max-width: 991px) {
    .coopyright {
        text-align: center;
    }
    footer .footer-social .label-social, 
    .label-footer-loghi {
        margin-bottom: 10px;
    }
    .footer-loghi ul li {  
        margin-bottom: 10px;
    }
}
@media print, screen and (max-width: 575px) {
    footer .footer-top {
        text-align: center;
        padding-bottom: 40px;
    }
    .col-footer {
        margin-bottom: 40px;
    }
    .row .col-footer:last-child {
        margin-bottom: 0;
    }
    .row .col-footer:last-child .footer-line {
        margin-right: 50px;
        margin-left: 50px;
    }
    footer .footer-top .title {
        padding-bottom: 15px;
        margin: 0 50px 10px;
    }
    .social-wrap {
        margin-bottom: 30px;
    }
    .coopyright {
        text-align: center;
    }
    footer .footer-bottom {
        font-size: 1rem;
    }
}
@media print, screen and (max-width: 320px) {
    footer .footer-bottom {
        font-size: 0.8rem;
        padding-bottom: 30px;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
    .no-ipad.footer-info,
    .no-ipad.footer-line {
        display: none;
    }
    footer .footer-top .title h5 {
        font-weight: 600;
        font-size: 1.3rem;
    }
    footer .footer-top .nav-footer ul li {
        line-height: 1.2;
        margin-bottom: 15px;
    }
    footer .footer-top .nav-footer ul li:last-child {
        margin-bottom: 0;
    }
    footer .address-ipad {
       display: block !important;
       text-align: center;
       margin-bottom: 25px;
    }
}
/********** LightBox ***********/

html.with-featherlight {
	overflow: hidden;
}

.featherlight {
	display: none;
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.9);
}

.featherlight:before {
    content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	/* overflow: auto; */
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
/* 	background: #fff; */
	cursor: auto;
	white-space: normal;
}
.featherlight .featherlight-inner {
	display: block;
}
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: transparent;
    color: #fff;
    border: none;
    padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.featherlight .featherlight-image {
	width: 100%;
}
.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
.featherlight iframe {
	border: none;
}
.featherlight * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.featherlight-next,.featherlight-previous {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: rgba(0,0,0,0);
}
.featherlight-previous {
    left: -20%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 30px;
}
.featherlight-next {
    right: -60%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 30px;
    left: 110%;
}
.featherlight-next {
    max-width: 60px;
    right: -20%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 30px;
}
.featherlight-next span,.featherlight-previous span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 82%;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	margin-top: -40px;
	text-shadow: 0px 0px 5px #fff;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}
.featherlight-next span {
	right: 5%;
	left: auto;
}
.featherlight-next:hover span,.featherlight-previous:hover span {
	display: inline-block;
}
.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous {
	display: none;
}
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
	display:none;
}
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-first-slide.featherlight-last-slide .featherlight-next {
	display:none;
}
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,.featherlight-previous span {
		display: block;
	}
}
@media only screen and (max-width: 1024px) {
	.featherlight-next,.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}
	.featherlight-previous {
		left: 10px;
		right: 85%;
	}
	.featherlight-next span,.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

/*for loader*/
.status_msg {
	text-align: center;
}

.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-scale-multiple {
    display: block;
    margin: 0 auto;
    font-size: 0;
    color: rgba(0,0,0,0.3);
}

.la-ball-scale-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-scale-multiple {
    width: 32px;
    height: 32px;
}

.la-ball-scale-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

.la-ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
}

.la-ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
}

.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-scale-multiple.la-sm > div {
    width: 16px;
    height: 16px;
}

.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-scale-multiple.la-2x > div {
    width: 64px;
    height: 64px;
}

.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-scale-multiple.la-3x > div {
    width: 96px;
    height: 96px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
    5% {
        opacity: .75;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}
.mappa {
    border: 1px solid #dedede;
    display: flex;
    justify-content: flex-start;
}
/* Mappa */
.mappa-museo-section {
    margin-top: 80px;
    margin-bottom: 80px;
}
.legenda {
    background: #eae8e8;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.legenda-titolo h3 {
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 40px;
}
.legenda-list .item-legenda {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.legenda-list .item-legenda:last-child {
    margin-bottom: 0px;
}
.legenda-list .item-legenda .icon-legenda {
    width: 30px;
    height: 30px;
    background-color: #3E6E52;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%;
}
.mappa-museo-section .mappa-wrapper {
    background-color: #fff;
    padding: 5px;
}
.mappa-opere {
    margin-top: 70px;
}
.mappa-opere .no-room-selected {
    text-align: center;
}
g.number-room {
    pointer-events: none;
}
.no-room-selected {
    margin-bottom: 60px;
}
.no-room-selected .subtitle-no-room {
    margin-bottom: 5px;
    font-size: 2rem;
}
.svg-mappa-museo .st0{
    fill:#FFFFFF;
}
.svg-mappa-museo .st1{
    fill:none;
    stroke:#000000;
    stroke-width:1.000000e-02;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}
.svg-mappa-museo .st2{
    fill:none;
    stroke:#000000;
    stroke-width:0.1;
    stroke-miterlimit:10;
}
.svg-mappa-museo .st3{
    fill:none;
    stroke:#000000;
    stroke-width:1.000000e-02;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}
.svg-mappa-museo .st4{
    fill:none;
    stroke:#000000;
    stroke-width:0.1;
    stroke-linejoin:round;
    stroke-miterlimit:10;}
.svg-mappa-museo .st5{
    fill:#FFFFFF;
    stroke:#000000;
    stroke-width:0.1;
    stroke-miterlimit:10;
}
.svg-mappa-museo .st6 {
    fill:none;
    stroke:#1D1D1B;
    stroke-width:0.1;
    stroke-miterlimit:10;
}
.svg-mappa-museo .st7,
.svg-mappa-museo circle.st6 {
    fill: #3D6E50;
    stroke: #3D6E50;
}
.room-museo {
    fill: #fff;
    transition: ease 0.3s;
    cursor: pointer;
}
.room-museo.active-room {
    fill: #3d6e51;
}
.room-museo:hover {
    fill: #3d6e51;
}
.svg-mappa-museo .number-room-no-opere .st7 {
    fill: #898b8c;
}
@media print, screen and (min-width: 576px) {
    .legenda {
        padding: 20px;
    }
    .mappa-museo-section .mappa-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .mappa-museo-section .mappa-wrapper svg {
        width: 100%;
    }
}
@media print, screen and (min-width: 992px) {
    .legenda {
        padding: 60px;
    }
    .mappa-museo-section .mappa-wrapper {
        padding: 30px;
        margin-left: 50px;
    }
}
@media print, screen and (max-width: 575px) {
    .legenda {
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .mappa-wrapper {
        margin-top: 90px;
        margin-left: 0px !important;
    }
}
/* Documenti */
.user-doc__archive {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
    margin-bottom: 90px;
}
.doc-item {
    max-width: 100%;
    text-align: center;
    flex: 0 0 100%;
    padding: 10px 40px;
    margin-bottom: 20px;
}
.doc-item-inner {
    background: #fff;
    padding: 40px;
}
.doc-item-inner .image-doc {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.doc-item .name-doc p {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.doc-item .name-doc h3 {
    margin-bottom: 30px;
}
.doc-item a {
    background: #3d6e51;
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
}
@media print, screen and (min-width: 576px) {
    .doc-item {
        max-width: 50%;
        text-align: center;
        flex: 0 0 50%;
    }
}
@media print, screen and (min-width: 992px) {
    .doc-item {
        max-width: 33.333%;
        text-align: center;
        flex: 0 0 33.333%;
    }
}
/* Privacy Policy */

.privacy-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}
.privacy-wrapper h3 {
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif !important;
    font-size: 3rem;
}
.privacy-wrapper h4 {
    font-family: 'Lato', sans-serif !important;
    font-size: 2.3rem;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
}
.privacy-wrapper ul {
    margin-bottom: 30px;
}
.privacy-wrapper ul li {
    margin-left: 20px;
}
.privacy-wrapper a:hover {
    color: #3e6e52;
}
.gdprcookie {
    position: fixed;
    color: #000;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: #ffff;
    z-index: 9999;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.2);
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-size: 1em;
    padding: .4rem;
    border-radius: .15rem;
    margin: 0 .5rem;
    cursor: pointer;
    font-size: 1rem;
    background: #3e6e52;
    padding: 6px 18px;
    color: #fff;
    border: 0;
    border-radius: 0;
    transition: ease 0.6s;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}
.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    box-shadow: 4px 3px 12px rgba(0,0,0,0.2);
}
.modal-body {
    font-size: 2rem;
    margin-top: 25px;
}
.modal-header .close {
    border-radius: 100%;
    height: 30px;
    width: 30px !important;
    min-height: 30px !important;
    padding: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

div.modal {
    max-width: 500px;
    margin: 0 auto;
    top: 20%;
    background: #fff;
    padding: 50px;
    max-height: 220px;
}
.modal-header {
    text-align: right;
}

.banner-promo {
    position: relative;
    padding: 5px;
    background: #3d6e51;
    opacity: 0;
    margin-bottom: 50px;
}
.banner-section a {
    color: #fff;
    text-decoration: none;
}
.banner-inner {
    display: flex;
    flex-wrap: wrap;
}
.banner-image {
    max-width: 50%;
    flex: 0 0 50%;
    background-size: cover;
    background-position: center;
}
.banner-text {
    max-width: 50%;
    flex: 0 0 50%;
    color: #fff;
    font-family: 'EB Garamond', serif!important;
    padding: 45px 50px 30px 140px;
}
.banner-text p {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.3;
}
.banner-text p {
    margin-bottom: 0;
    opacity: 0;
}
.ottagono-layer__inner {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;
}
.ottagono-layer img {
    max-width: 130px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.ottagono-layer p {
    position: relative;
    z-index: 9;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.3;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.95);
	}
}

@media print, screen and (max-width: 576px) {
    .banner-image {
        max-width: 100%;
        flex: 0 0 100%;
        height: 170px;
    }
    .ottagono-layer {
        display: flex;
        justify-content: center;
        flex: 0 0 100%;
    }
    .ottagono-layer img {
        max-width: 130px;
        top: -70px;
        transform: translate(-50%, 0);
        left: 50%;
    }
    .banner-text {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 60px 10px 30px;
        text-align: center;
    }
    .ottagono-layer p {
        font-size: 1.5rem;
        top: -25px;
    }
}

@media print, screen  and (min-width: 576px) {
    .ottagono-layer {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        text-align: center;
    }
}