@import "_reset.min.css";
@font-face {
  font-family: 'inter';
  src: url('/templates/fp_cover/fonts/Inter-Regular.woff2') format('woff2'), url('/templates/fp_cover/fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter_i';
  src: url('/templates/fp_cover/fonts/Inter-Italic.woff2') format('woff2'), url('/templates/fp_cover/fonts/Inter-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter_m';
  src: url('/templates/fp_cover/fonts/Inter-Medium.woff2') format('woff2'), url('/templates/fp_cover/fonts/Inter-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter_mi';
  src: url('/templates/fp_cover/fonts/Inter-MediumItalic.woff2') format('woff2'), url('/templates/fp_cover/fonts/Inter-MediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter_b';
  src: url('/templates/fp_cover/fonts/Inter-SemiBold.woff2') format('woff2'), url('/templates/fp_cover/fonts/Inter-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'inter_bi';
  src: url('/templates/fp_cover/fonts/Inter-SemiBoldItalic.woff2') format('woff2'), url('/templates/fp_cover/fonts/Inter-SemiBoldItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EBGaramond';
  src: url('/templates/fp_cover/fonts/EBGaramond.woff2') format('woff2'), url('/templates/fp_cover/fonts/EBGaramond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EBGaramond_i';
  src: url('/templates/fp_cover/fonts/EBGaramond_italic.woff2') format('woff2'), url('/templates/fp_cover/fonts/EBGaramond_italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'EBGaramond_b';
  src: url('/templates/fp_cover/fonts/EBGaramond_bold.woff2') format('woff2'), url('/templates/fp_cover/fonts/EBGaramond_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
}
html,
body {
  height: 100vh;
  background-color: #f1f1f1;
  font-family: 'inter';
  font-size: 14px;
  scroll-behavior: smooth;
  color: #444;
}
h1::selection,
h2::selection,
h3::selection,
p::selection,
li::selection,
a::selection {
  background-color: #ddd;
  color: #111;
}
p,
ol,
ul {
  line-height: 1.5;
}
sup {
  position: relative;
  top: -5px;
  font-size: 0.85em;
}
a {
  color: #444;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #9f003d;
}
a.text {
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
  padding: 0.5em 0 0.5em 2.5em !important;
  display: inline-block;
  background-image: url('../../fp_cover/images/i_text.svg');
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
a.text:hover {
  background-image: url('../../fp_cover/images/i_text_hover.svg');
}
h1 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #9f003d;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 750.93333333px) {
  h1 {
    font-size: 1.1rem;
  }
}
h2 {
  font-size: 1.3rem;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 2.03125vw;
  }
}
@media only screen and (max-width: 827.07692308px) {
  h2 {
    font-size: 1.05rem;
  }
}
i,
em {
  font-style: normal;
  font-family: 'EBGaramond_i';
}
b,
strong {
  font-weight: normal;
  font-family: 'EBGaramond_b';
}
.s,
span.s {
  font-size: 0.85em;
}
.xs,
span.xs {
  font-size: 0.75em;
}
/* SCROLLBARS */
* {
  scrollbar-width: thin;
  scrollbar-color: #aaa rgba(255, 255, 255, 0.1);
}
/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.7);
}
*::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 1em;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #ccc;
}
/* ANIMATIONS */
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-o-keyframes fadeIn {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-ms-keyframes fadeIn {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/* FRAME */
.frame {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: 0;
}
.frame > div {
  background-color: #fff;
  position: absolute;
}
.frame .frame_top {
  width: 100%;
  height: 40px;
}
.frame .frame_right {
  width: 35px;
  height: 100vh;
  right: 0;
}
.frame .frame_bottom {
  width: 100%;
  height: 40px;
  bottom: 0;
}
.frame .frame_left {
  width: 40px;
  height: 100vh;
}
/* COVER */
.cover {
  width: calc(100% - 55px);
  height: calc(100% - 200px);
  position: fixed;
  top: 120px;
  right: 30px;
  cursor: pointer;
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}
.cover img {
  object-fit: cover;
  object-position: 50% 50%;
  width: calc(100vw - 55px);
  height: calc(100vh - 200px);
}
/* LAYOUT */
.header,
.footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer {
  height: 70px;
}
.header {
  max-width: 1600px;
  z-index: 20;
  margin-top: 0!important;
}
.header .breadcrumb {
  display: none;
  flex: 0 50%;
  padding-left: 1%;
}
.header .breadcrumb p {
  display: none;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.header .mod-languages {
  display: inline-block;
}
.header .mod-languages > p {
  display: none;
}
.header .lingue {
  text-align: right;
  margin-top: -2.5em;
}
.header .lingue a {
  display: inline-block;
  padding: 0 1em;
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  border: 0;
  color: #444;
  position: relative;
  top: -10px;
}
.header .lingue a input {
  border: 0;
  border-bottom: 1px solid #444;
  padding: 0.5em;
  font-family: 'inter';
  font-size: 1.2em;
  width: 220px;
  width: calc(100% - 30px);
  opacity: 0;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .lingue a svg {
  width: 29px;
  position: relative;
  top: 1px;
  right: 0;
  fill: #444;
}
.header .lingue a:hover {
  color: #9f003d;
}
.header .lingue a:hover svg {
  fill: #9f003d;
}
.header .lingue a:hover input {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .lingue a:hover input:focus {
  background-color: #fff;
}
.header .lingue a.menu_close {
  display: none;
}
.header .lingue a.search {
  width: 200px;
}
.header .lingue a.search div.search {
  position: relative;
  top: 2.8em;
}
.header .lingue a.search svg {
  width: 19px;
  top: 5px;
  position: relative;
  right: 5px;
}
.header .lingue a.search .search.jmoddiv {
  position: absolute;
}
.menu {
  position: absolute;
  z-index: 9;
  top: -500px;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu .gp_bg,
.menu .cr_bg,
.menu .fp_bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.menu .gp_bg {
  background-color: #fff;
}
.menu .cr_bg {
  background-color: #f6f6f6;
  width: 20%;
  max-width: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.menu .fp_bg {
  right: 0;
  background-color: #eeeeee;
}
.menu .container {
  position: relative;
}
.menu .menu_close {
  width: 30px;
  position: absolute;
  z-index: 1;
  right: 5px;
}
.menu .menu_close svg {
  fill: #323232;
}
.menu .menu_close svg:hover {
  fill: #9f003d;
  cursor: pointer;
}
.menu .menu_columns {
  flex-wrap: nowrap;
}
.menu .column {
  flex: 0 40%;
  position: relative;
}
.menu .column.menu_paolini {
  padding: 0 3% 0 0;
}
.menu .column.menu_catalogo {
  flex: 0 20%;
  padding: 0 3%;
}
.menu .column.menu_fondazione {
  padding: 0 0 0 3%;
}
.menu .menu_title {
  font-family: 'EBGaramond';
  font-size: 1.5rem;
  color: #9f003d;
}
@media only screen and (max-width: 1024px) {
  .menu .menu_title {
    font-size: 2.34375vw;
  }
}
@media only screen and (max-width: 750.93333333px) {
  .menu .menu_title {
    font-size: 1.1rem;
  }
}
.menu ul {
  margin: 2em 0 1em 0;
  font-size: 0.85em;
  font-family: 'inter_m';
  text-transform: uppercase;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 2.5em 2em;
  line-height: 1.3;
}
.menu ul > li {
  border-left: 0;
  padding-left: 0;
}
.menu ul > li > a {
  padding: 0;
  display: block;
  letter-spacing: 0.1em;
  position: relative;
  color: #111;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu ul > li > a span.border {
  display: block;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.menu ul > li > a span.border::after {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  z-index: 10;
  background-color: #9f003d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu ul > li > a:hover {
  color: #9f003d;
}
.menu ul > li > a:hover span.border::after {
  width: 100%;
}
.menu ul > li ul {
  margin: 0;
  font-size: 0.95em;
  font-family: 'inter';
  text-transform: none;
  border-top: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu ul > li ul li {
  border: 0;
  padding-left: 2em;
}
.menu ul > li ul li a {
  letter-spacing: 0;
  padding: 0.35em 0 0 0;
  color: #323232;
}
.menu ul > li ul li a span.border {
  margin-bottom: 0.5em;
}
.menu ul > li ul li a span.border span {
  display: inline;
}
.menu ul > li.active > a {
  color: #9f003d;
  font-family: 'inter_m';
}
.menu ul > li.active > a:hover span.border::after {
  width: 0%;
}
.menu.open {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}
.awesomplete {
  top: 2.5em;
}
.menu_paolini ul.nav > li:first-child,
.slicknav_nav li.item-101 {
  display: none;
}
.container {
  max-width: 1600px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  height: 100vh;
  overflow-y: hidden;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row.top {
  align-items: flex-start;
}
.column {
  padding: 0.5rem 0;
}
.content {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex: 0 calc(100% - 130px);
  position: relative;
}
.content .logo {
  position: fixed;
  top: 10px;
  left: 20px;
  cursor: pointer;
}
.content .logo img {
  width: 120px;
}
.content .colsx {
  flex: 0 25%;
  display: none;
  order: 1;
}
.content .colsx ul {
  margin: 0;
}
.content .colsx li {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  padding: 0.2em 0;
}
.content .colsx li a {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .colsx li a span.border {
  display: inline-table;
  overflow: hidden;
  padding: 0 0 0.6em 0;
}
.content .colsx li a span.border::after {
  content: '';
  display: none;
  position: relative;
  left: 0;
  top: 0.5em;
  width: 0%;
  height: 2px;
  z-index: 10;
  background-color: #9f003d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .colsx li a:hover {
  color: #9f003d;
}
.content .colsx li a:hover span.border::after {
  width: 100%;
}
.content .colsx li > ul.nav-child,
.content .colsx li > ul.mod-menu__sub {
  margin-left: 2em;
}
.content .colsx li > ul.nav-child li,
.content .colsx li > ul.mod-menu__sub li {
  font-size: 1.1em !important;
  font-size: inherit;
  text-transform: none;
  letter-spacing: 0.05em;
  padding: 0;
}
.content .colsx li > ul.nav-child li a,
.content .colsx li > ul.mod-menu__sub li a {
  color: #444;
}
.content .colsx li > ul.nav-child li a:hover,
.content .colsx li > ul.mod-menu__sub li a:hover {
  color: #9f003d;
}
.content .colsx li > ul.nav-child li a:hover span.border::after,
.content .colsx li > ul.mod-menu__sub li a:hover span.border::after {
  width: 100%;
}
.content .colsx li.active a {
  color: #9f003d;
  font-family: 'inter_m';
}
.content .colsx li.active a:hover span.border::after {
  width: 0;
}
.content .colsx li.active > ul.nav-child {
  display: block;
}
.content .colsx li > ul.nav-child li.active a,
.content .colsx li > ul.mod-menu__sub li.active a {
  color: #9f003d;
  font-family: 'inter_m';
}
.content .colsx li > ul.nav-child li.active a:hover span.border::after,
.content .colsx li > ul.mod-menu__sub li.active a:hover span.border::after {
  width: 0;
}
.content .colsx li.divider {
  display: none;
}
.content ul.nav._gp > li.item-101,
.content ul.nav._gp > li:first-child {
  display: none;
}
.content .coldx {
  flex: 0 100%;
  order: 2;
  opacity: 0;
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  font-family: 'EBGaramond';
}
.content .coldx .scrollable {
  position: relative;
  padding-right: 0;
}
.content .coldx p {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .content .coldx p {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 853.33333333px) {
  .content .coldx p {
    font-size: 1rem;
  }
}
.content .coldx ul.collezione {
  font-size: 1.2rem;
  margin: 2em 0;
}
@media only screen and (max-width: 1024px) {
  .content .coldx ul.collezione {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 853.33333333px) {
  .content .coldx ul.collezione {
    font-size: 1rem;
  }
}
.content .coldx ul.collezione li {
  border-bottom: 1px solid #ccc;
}
.content .coldx ul.collezione li a {
  padding: 0.5em 0;
  display: block;
}
.content .coldx .cr_decenni {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
  font-family: 'inter';
  font-size: 0.75em;
  position: relative;
}
.content .coldx .cr_decenni:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 6px;
}
.content .coldx .cr_decenni .cr_decennio a {
  padding-top: 0.5em;
}
.content .coldx .cr_decenni .cr_decennio a:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  margin: 0 auto 0.5em auto;
  border-radius: 50%;
  border: 1px solid #aaa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .coldx .cr_decenni .cr_decennio a:hover:before,
.content .coldx .cr_decenni .cr_decennio a.selected:before {
  background-color: #9f003d;
  border-color: rosso;
}
.content .coldx .blog .sigplus-gallery {
  margin-left: -10px;
  display: none;
}
.content .coldx .blog .new .row,
.content .coldx .blog .work .row {
  padding: 1.5em 0;
  border-bottom: 1px solid #ccc;
}
.content .coldx .blog .new .row .new_img,
.content .coldx .blog .work .row .new_img,
.content .coldx .blog .new .row .new_text,
.content .coldx .blog .work .row .new_text {
  flex: 0 45%;
}
.content .coldx .blog .new .row p,
.content .coldx .blog .work .row p {
  margin: 0;
}
.content .coldx .blog .new .row p.etichetta,
.content .coldx .blog .work .row p.etichetta {
  font-family: 'inter';
  font-size: 0.7em;
  margin: 2em 0;
  padding-bottom: 1em;
  letter-spacing: 0.1em;
}
.content .coldx .blog .new .row a,
.content .coldx .blog .work .row a {
  font-family: 'inter_m';
  color: #444;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  padding-left: 2em;
  display: block;
  margin-bottom: 1em;
}
.content .coldx .blog .new:last-child .row,
.content .coldx .blog .work:last-child .row {
  border-bottom: 0;
  padding-bottom: 0;
}
.content .coldx .blog {
  padding-bottom: 3em;
}
.content .coldx .blog .items-leading {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 8% 5%;
}
.content .coldx .blog .items-leading > div p:first-child {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 */
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.content .coldx .blog .items-leading > div p:first-child svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
.content .coldx .blog .items-leading > div p:nth-child(3) {
  font-size: 1.1em;
}
.content .coldx .blog .items-leading > div ul.tags {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
}
.content .coldx .blog .items-leading > div ul.tags li a {
  background-color: #fff;
  font-size: 0.7em;
  font-family: 'inter_b';
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.1em;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  margin-right: 1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .coldx .blog .items-leading > div ul.tags li a:hover {
  background-color: #9f003d;
  border-color: #9f003d;
  color: #fff;
  cursor: pointer;
}
.content .coldx input#filter {
  outline: none;
  border: 1px solid #ccc;
  padding: 0.25em 0.4em 0.2em 0.4em;
  display: block;
  border-radius: 0.25em;
  font-family: 'inter_m';
  font-size: 0.75rem;
  color: #444;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .coldx input#filter:focus {
  border-color: #9f003d;
}
.content .coldx input#filter::placeholder {
  color: #444;
  opacity: 1;
}
.content .coldx input#filter:-ms-input-placeholder {
  color: #444;
}
.content .coldx input#filter::-ms-input-placeholder {
  color: #444;
}
.content .coldx .elenco {
  border-top: 1px solid #ccc;
  content-visibility: auto;
  clear: both;
}
.content .coldx .elenco table {
  font-size: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .content .coldx .elenco table {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 853.33333333px) {
  .content .coldx .elenco table {
    font-size: 1rem;
  }
}
.content .coldx .elenco table td {
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  vertical-align: top;
}
.content .coldx .elenco table td:first-child {
  width: 10%;
  min-width: 80px;
  font-family: 'inter_m';
  font-size: 0.75em;
  padding-top: 1em;
}
.content .coldx .elenco table td:last-child > p {
  padding-right: 2em!important;
  margin-bottom: 0;
}
.content .coldx .elenco table td:last-child a {
  padding-right: 2em;
  display: block;
}
.content .coldx .elenco table td:last-child a + .more {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .coldx .elenco table td:last-child a + .more img:hover {
  cursor: zoom-in;
}
.content .coldx .elenco table td:last-child a + .more .sigplus-gallery {
  margin-left: -10px;
}
.content .coldx .elenco table td:last-child a.open + .more {
  height: auto;
  padding: 1em 2em 1em 0;
}
.content .coldx .elenco table td table {
  margin-bottom: 1em;
}
.content .coldx .elenco table td table tr {
  display: table-row !important;
}
.content .coldx .elenco table td table tr td,
.content .coldx .elenco table td table tr td:first-child {
  border: 0;
  width: 50%;
  font-family: 'EBGaramond';
  font-size: 1rem;
  padding: 0;
}
.content .coldx .elenco table td table tr td:nth-child(2) {
  padding-left: 15%;
}
.content .coldx .elenco table tr.more > td {
  cursor: pointer;
}
.content .coldx .elenco table tr.more > td:nth-child(2) {
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right 10px top 10px;
}
.content .coldx .elenco table tr.more > td:nth-child(2):not(.open) {
  background-image: url("../../fp_cover/images/i_item_open.svg");
}
.content .coldx .elenco table tr.more > td:nth-child(2).open {
  background-image: url("../../fp_cover/images/i_item_close.svg");
}
.content .coldx .elenco table tr.more > td:nth-child(2) a {
  color: #111;
  display: block;
}
.content .coldx .elenco table tr.more > td:nth-child(2) a:hover,
.content .coldx .elenco table tr.more > td:nth-child(2) a.open {
  color: #9f003d;
}
.content .coldx .elenco table tr.more > td.pdf:nth-child(2):not(.open) {
  background-image: url("../../fp_cover/images/i_item_open_rosso.svg");
}
.content .coldx .elenco table tr.more > td.pdf:nth-child(2).open {
  background-image: url("../../fp_cover/images/i_item_close_rosso.svg");
}
.content .coldx .elenco table tr:last-child td {
  border-bottom: 0;
}
.content .coldx .elenco table tr.more td table tr td:last-child a {
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
  padding: 0.5em 0 0.5em 2.5em !important;
  display: inline-block;
  background-image: url('../../fp_cover/images/i_text.svg');
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.content .coldx .elenco table tr.more td table tr td:last-child a:hover {
  background-image: url('../../fp_cover/images/i_text_hover.svg');
}
.content .coldx .elenco table tr.more td table tr td:last-child a.link {
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
  padding: 0.5em 0 0.5em 2.5em !important;
  display: inline-block;
  background-image: url('../../fp_cover/images/i_web.svg');
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #444;
  border: 0;
}
.content .coldx .elenco table tr.more td table tr td:last-child a.link:hover {
  background-image: url('../../fp_cover/images/i_web_hover.svg');
  color: #9f003d;
}
.content .coldx .elenco.elenco2,
.content .coldx .elenco.elenco3 {
  border-top: 0;
}
.content .coldx .elenco.elenco2 table td,
.content .coldx .elenco.elenco3 table td {
  padding: 1.5em 0;
}
.content .coldx .elenco.elenco2 table td:first-child,
.content .coldx .elenco.elenco3 table td:first-child {
  width: 43%;
  padding-right: 10%;
}
.content .coldx .elenco.elenco2 table td:first-child img,
.content .coldx .elenco.elenco3 table td:first-child img {
  cursor: zoom-in;
}
.content .coldx .elenco.elenco2 table td:first-child.photo-verticali-edizioni-grafiche img,
.content .coldx .elenco.elenco3 table td:first-child.photo-verticali-edizioni-grafiche img {
  width: 75%;
}
.content .coldx .elenco.elenco3 td:nth-child(2),
.content .coldx .elenco.elenco3 p:after {
  background-image: none !important;
}
.content .coldx .elenco.elenco3 table td {
  font-size: 1.1rem;
}
@media only screen and (max-width: 1024px) {
  .content .coldx .elenco.elenco3 table td {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width: 930.90909091px) {
  .content .coldx .elenco.elenco3 table td {
    font-size: 1rem;
  }
}
.content .coldx .elenco.elenco3 table td b,
.content .coldx .elenco.elenco3 table td strong {
  font-family: 'EBGaramond';
  font-size: 1.2em;
  padding-bottom: 0.5em;
  display: inline-block;
}
.content .coldx .elenco.elenco3.prints table td strong,
.content .coldx .elenco.elenco3.prints table td b {
  display: inline;
}
.content .coldx .elenco.scenografie .more table td {
  width: 10%;
}
.content .coldx .elenco.scenografie .more table td:first-child {
  width: 90%;
}
.content .coldx .elenco.esposizioni table tr {
  display: none;
}
.content .coldx .elenco.fondazione table tr {
  background-color: rgba(255, 255, 255, 0);
}
.content .coldx .elenco.gallerie table tr,
.content .coldx .elenco.collezioni table tr {
  background-color: rgba(255, 255, 255, 0);
}
.content .coldx .elenco.gallerie tr.more a,
.content .coldx .elenco.collezioni tr.more a {
  font-size: 1rem;
  font-weight: 400;
}
.content .coldx .elenco.gallerie tr.more a.selected,
.content .coldx .elenco.collezioni tr.more a.selected {
  color: #9f003d;
}
.content .coldx .elenco.gallerie tr.more a + div.more,
.content .coldx .elenco.collezioni tr.more a + div.more {
  font-family: 'EBGaramond', serif !important;
  padding: 0;
}
.content .coldx .elenco.gallerie tr.more a.open + div.more,
.content .coldx .elenco.collezioni tr.more a.open + div.more {
  padding: 2em 0 0 0;
}
.content .coldx .elenco.gallerie tr.more td > a,
.content .coldx .elenco.collezioni tr.more td > a {
  letter-spacing: 0.1em;
}
.content .coldx .elenco.gallerie tr.more td:first-child,
.content .coldx .elenco.collezioni tr.more td:first-child {
  width: 10%;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .content .coldx .elenco.gallerie tr.more td:first-child,
  .content .coldx .elenco.collezioni tr.more td:first-child {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 921.6px) {
  .content .coldx .elenco.gallerie tr.more td:first-child,
  .content .coldx .elenco.collezioni tr.more td:first-child {
    font-size: 0.9rem;
  }
}
.content .coldx .elenco.gallerie tr.more td.open > a,
.content .coldx .elenco.collezioni tr.more td.open > a {
  color: #9f003d;
}
.content .coldx .elenco.gallerie tr.more table,
.content .coldx .elenco.collezioni tr.more table {
  margin-bottom: 0;
}
.content .coldx .elenco.collezioni tr.more > td,
.content .coldx .elenco.gallerie tr.more > td {
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right 10px top 10px;
}
.content .coldx .elenco.collezioni tr.more > td:not(.open),
.content .coldx .elenco.gallerie tr.more > td:not(.open) {
  background-image: url("../../fp_cover/images/i_item_open.svg");
}
.content .coldx .elenco.collezioni tr.more > td.open,
.content .coldx .elenco.gallerie tr.more > td.open {
  background-image: url("../../fp_cover/images/i_item_close.svg");
}
.content .coldx .elenco.collezioni tr.more > td .more,
.content .coldx .elenco.gallerie tr.more > td .more {
  cursor: auto;
}
.content .coldx .elenco.gallerie table td:last-child > p {
  padding-bottom: 0.75em !important;
}
.content .coldx .elenco.gallerie table td table tr td:nth-child(2) {
  padding-left: 5%;
}
.content .coldx .elenco.collezioni table tr.more td table tr td:last-child a {
  font-size: 0.9rem;
  color: #444;
  border-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}
.content .coldx .elenco.collezioni table tr.more td table tr td:last-child a.link {
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
}
.content .coldx .elenco.collezioni table tr.more td table tr td:last-child a i,
.content .coldx .elenco.collezioni table tr.more td table tr td:last-child a em {
  font-family: 'inter_mi';
}
.content .coldx .elenco.collezioni table tr.more td table tr td:last-child a:hover {
  color: #9f003d;
}
.content .coldx .elenco.collezioni table td table tr td:nth-child(2) {
  padding-left: 5%;
}
.content .coldx .elenco.collezioni table td:last-child > p {
  padding-bottom: 1em!important;
}
.content .coldx .elenco.collezioni.internazionali table td {
  padding: 0.5em 0 0 0;
}
.content .coldx .elenco.collezioni.internazionali table td:first-child {
  font-family: 'EBGaramond';
  padding-top: 0.65em;
}
.content .coldx .elenco.collezioni.internazionali table td a.link {
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
  padding: 0.5em 0 0.5em 2.5em !important;
  display: inline-block;
  background-image: url('../../fp_cover/images/i_web.svg');
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #444;
  border: 0;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  padding: 1em 0 1em 3em;
}
.content .coldx .elenco.collezioni.internazionali table td a.link:hover {
  background-image: url('../../fp_cover/images/i_web_hover.svg');
  color: #9f003d;
}
.content .coldx .elenco.interviste table tr,
.content .coldx .elenco.interviste table td {
  background-color: rgba(255, 255, 255, 0);
}
.content .coldx .elenco.interviste table td:nth-child(2) a {
  display: inline;
  padding: 0;
}
.content .coldx .elenco.interviste table tr.more td:nth-child(2) a {
  display: block;
  padding-right: 2em;
}
.content .coldx .elenco.interviste table tr.more td:nth-child(2) .more a {
  display: inline;
  padding: 0;
}
.content .coldx .elenco.interviste table td:nth-child(3) {
  width: 5%;
  min-width: 60px;
  text-align: right;
}
.content .coldx .elenco.interviste table td:nth-child(3) a {
  display: block;
  margin-top: 0.25em;
}
.content .coldx .elenco.interviste table td:nth-child(3) svg {
  width: 18px;
  float: right;
  stroke: #aaa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content .coldx .elenco.interviste table td:nth-child(3) svg:hover {
  stroke: #9f003d;
}
.content .coldx .elenco.storia table td:nth-child(2) a {
  display: inline;
  padding: 0;
}
.content.reverse .colsx {
  order: 2;
}
.content.reverse .coldx {
  order: 1;
}
.blog {
  border-top: 0;
}
.blog .items-row {
  border-bottom: 1px solid #ccc;
}
.blog .items-row .icons {
  display: none;
}
.blog .items-row table td {
  padding: 1.5em 0 0 0;
  vertical-align: top;
}
.blog .items-row table td:first-child {
  width: 43%;
  padding-right: 10%;
}
.blog .items-row table td:first-child img {
  cursor: pointer;
}
.blog .items-row table td:first-child img.no_attachment {
  cursor: auto;
}
.blog .items-row table td:nth-child(2) {
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right 10px top 10px;
}
.blog .items-row table td:nth-child(2):not(.open) {
  background-image: url("../../fp_cover/images/i_item_open.svg");
}
.blog .items-row table td:nth-child(2).open {
  background-image: url("../../fp_cover/images/i_item_close.svg");
}
.blog .items-row table td:nth-child(2) p {
  margin-bottom: 0 !important;
}
.blog .items-row table td:nth-child(2) p:first-child {
  flex: 0 100%;
  padding-right: 0;
}
.blog .items-row table td:nth-child(2) p:first-child:after {
  content: '+';
  font-family: 'inter';
  color: rgba(255, 255, 255, 0);
  display: block;
  margin-top: 1em;
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: right 10px top 10px;
  background-image: url("../../fp_cover/images/i_item_open.svg");
}
.blog .items-row table td:nth-child(2) p:first-child.no_attachment {
  padding-bottom: 1.5em;
  cursor: auto;
}
.blog .items-row table td:nth-child(2) p:first-child.no_attachment:after {
  content: '';
}
.blog .items-row table td:nth-child(2) p:nth-child(2) {
  flex: 0 100%;
}
.blog .items-row table td:nth-child(2) i,
.blog .items-row table td:nth-child(2) em {
  font-size: 1.1em;
}
.blog .items-row table td:nth-child(2) p.etichetta,
.blog .items-row table td:nth-child(2) span.etichetta {
  font-family: 'inter_b';
  color: #222;
  font-size: 0.6em;
  margin: 2em 0;
  padding-bottom: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blog .items-row table td:nth-child(2) a.text {
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
  padding: 0.5em 0 0.5em 2.5em !important;
  display: inline-block;
  background-image: url('../../fp_cover/images/i_text.svg');
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  padding: 1em 0 1em 3em;
  color: #444;
}
.blog .items-row table td:nth-child(2) a.text:hover {
  background-image: url('../../fp_cover/images/i_text_hover.svg');
}
.blog .items-row table td:nth-child(2) a.link {
  font-family: 'inter_m';
  text-transform: uppercase;
  font-size: 0.65em;
  letter-spacing: 0.15em;
  padding: 0.5em 0 0.5em 2.5em !important;
  display: inline-block;
  background-image: url('../../fp_cover/images/i_web.svg');
  background-size: 16px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #444;
  border: 0;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  padding: 1em 0 1em 3em;
}
.blog .items-row table td:nth-child(2) a.link:hover {
  background-image: url('../../fp_cover/images/i_web_hover.svg');
  color: #9f003d;
}
.page-header {
  position: relative;
}
.page-header .show_all {
  position: absolute;
  right: 0;
  top: 0.75em;
  border: 1px solid #ccc;
  padding: 0.3em 0.5em 0.2em 0.5em;
  display: block;
  border-radius: 0.25em;
  font-family: 'inter_b';
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.page-header .show_all:hover {
  background-color: #9f003d;
  color: #fff;
  border-color: #9f003d;
}
.page-header .show_all.visible {
  opacity: 1;
}
.boxplusx-navigation,
.boxplusx-controls,
.boxplusx-expander,
.boxplusx-description {
  display: none;
}
.boxplusx-dialog {
  background-color: rgba(255, 255, 255, 0) !important;
  overflow: auto !important;
  border-radius: 0.3em;
}
.boxplusx-viewport {
  overflow: auto !important;
}
.boxplusx-container {
  background-color: rgba(241, 241, 241, 0.95) !important;
  background-image: url(../../fp_cover/images/i_popup_close.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: right 2em top 2em;
}
.boxplusx-title {
  font-family: 'EBGaramond';
  font-weight: normal !important;
  font-size: 1.1em;
  margin-top: 0.75em;
  text-align: center;
}
.boxplusx-previous {
  background-image: none !important;
  position: fixed !important;
  left: 30px !important;
}
.boxplusx-previous::after {
  content: '←';
  position: absolute;
  top: 50%;
  font-size: 1.5em;
  cursor: pointer;
}
.boxplusx-next {
  background-image: none !important;
  position: fixed !important;
}
.boxplusx-next::before {
  content: '→';
  position: absolute;
  top: 50%;
  font-size: 1.5em;
  cursor: pointer;
}
.scrollable {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
nav ul {
  list-style-type: none;
}
.search form.form-inline label {
  display: none;
}
#search-form .card-body,
#search-form .btn-group label,
#search-form .btn-group button,
#search-form fieldset,
#search-form .form-limit,
#search-form .searchintro,
#search-form p.counter {
  display: none;
}
#search-form .btn-group input {
  font-size: 2rem;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9f003d;
  color: #9f003d;
  padding: 0.3em 0 0.15em 0.3em;
  margin-bottom: 1em;
  font-family: 'EBGaramond';
}
@media only screen and (max-width: 960px) {
  #search-form .btn-group input {
    font-size: 3.33333333vw;
  }
}
@media only screen and (max-width: 720px) {
  #search-form .btn-group input {
    font-size: 1.5rem;
  }
}
#search-form .btn-group input:focus {
  outline: none;
}
ul.result__taxonomy {
  display: none;
}
#search-query-explained > p {
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
.search-results dt.result-title {
  color: #9f003d;
  font-family: 'inter_m';
  font-size: 0.9em;
  margin-top: 1em;
}
.search-results dt.result-title a {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #444;
}
@media only screen and (max-width: 960px) {
  .search-results dt.result-title a {
    font-size: 1.83333333vw;
  }
}
@media only screen and (max-width: 872.72727273px) {
  .search-results dt.result-title a {
    font-size: 1rem;
  }
}
.search-results dd.result-text {
  padding: 0.5rem 0 0 0;
  font-size: 1.05rem;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .search-results dd.result-text {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 914.28571429px) {
  .search-results dd.result-text {
    font-size: 1rem;
  }
}
.search-results dd.result-text span.highlight {
  color: #9f003d;
  border-bottom: 1px solid #9f003d;
}
.search-results dd.result-text:last-of-type {
  border-bottom: 0;
}
.search-results .result_item {
  border-bottom: 1px solid #ccc;
  padding: 1em 0.3em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-results .result_item:hover {
  background-color: #fff;
  cursor: pointer;
}
.search-results .result_item:hover dt.result-title a {
  color: #9f003d;
}
.search-results .result-category,
.search-results .result-created {
  display: none;
}
p.filtro {
  position: absolute;
  right: 2.5em;
  top: 7px;
}
p.filtro.e_download {
  right: 6.5em;
}
p.filtro input {
  width: 150px;
}
/* SAFARI BUG */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    p.filtro {
      right: 0;
    }
    p.filtro.e_download {
      right: 2.5em !important;
    }
  }
}
.videos {
  margin: 1em 0;
  width: 100%;
  max-width: 350px;
}
.videos p {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 */
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari */
  print-color-adjust: exact !important;
  /*Firefox*/
}
.videos p svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
.portfolios {
  margin: 1em 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 8% 5%;
}
.portfolios p {
  font-family: 'inter';
  font-size: 0.85em !important;
  text-align: center;
  letter-spacing: 0.05em;
}
.footer {
  padding: 0.2em 0 0 0;
  font-size: 0.95em;
  color: #777;
}
.footer .column.right {
  text-align: left;
}
.footer .column.right img {
  width: 16px;
  display: inline;
  vertical-align: bottom;
  margin: 0 5px;
}
.footer a {
  color: #777;
  border: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer a:hover {
  color: #9f003d;
}
table.cookies td {
  border: 1px solid #aaa;
  padding: 0.5em;
}
.mobile_table {
  overflow-x: auto;
  width: 320px;
}
.item-page {
  position: relative;
}
.item-page p a:not(.text) {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 2px;
  color: #9f003d;
}
.item-page p a:not(.text):hover {
  border-bottom-color: #9f003d;
}
.download {
  position: absolute;
  z-index: 5;
  right: 45px;
  top: 6px;
}
.download svg {
  width: 33px;
  height: 22px;
  padding: 0.25em;
  border: 1px solid #aaa;
  border-radius: 0.25em;
  fill: #666;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.download svg:hover {
  fill: #fff;
  background-color: #9f003d;
  border-color: #9f003d;
}
/* SAFARI BUG */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .download {
      right: 0;
    }
  }
}
.custom_pdf,
#mod-custom147 {
  position: relative;
}
.custom_pdf .print2,
#mod-custom147 .print2 {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 7px;
}
.custom_pdf .print2 a,
#mod-custom147 .print2 a {
  font-size: 0.75em;
  letter-spacing: 0.075em;
  font-family: 'inter_m';
  border: 1px solid #aaa;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
}
.custom_pdf .print2 a:hover,
#mod-custom147 .print2 a:hover {
  background-color: #9f003d;
  color: #fff;
  border-color: #9f003d;
  cursor: pointer;
}
.custom_pdf .print2.e_download,
#mod-custom147 .print2.e_download {
  right: 45px;
}
.icons {
  display: none;
}
.menu,
.header .lingue a.menu_open {
  display: none;
}
.header .lingue {
  padding-right: 5em;
  flex: 0 100%;
}
.header .breadcrumb {
  display: none;
}
.slicknav_menu {
  display: block;
}
/* FONDAZIONE TABLE */
table.responsive.pubblicazioni td {
  display: block;
}
table.responsive.pubblicazioni td:first-child {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.5em 0;
}
table.responsive.pubblicazioni td:first-child p {
  flex: 0 48.5%;
}
table.responsive.pubblicazioni td:last-child {
  padding: 0 0 2.5em 0;
  width: 100%;
}
table.responsive.pubblicazioni.img1 td:first-child {
  display: block;
}
table.responsive.pubblicazioni.img1 td:last-child {
  width: 100%;
}
/* FONDAZIONE BIBLIOTECA */
table.biblioteca td {
  display: block;
  width: 100%;
  padding-bottom: 2em;
}
table.biblioteca td:first-child img,
table.biblioteca td:last-child img {
  padding: 0;
}
/* Small laptop / height 768px */
@media (max-height: 768px) {
  .content .colsx {
    margin-top: 18vh;
  }
}
/* Tablet version */
@media (min-width: 480px) {
  .mobile_table {
    width: 460px;
  }
}
/* Desktop version */
@media (min-width: 768px) {
  .menu {
    position: fixed;
    z-index: 15;
  }
  .footer .right {
    text-align: right;
  }
  .footer .right a:first-child,
  .footer .right a:nth-child(2) {
    margin-right: 0.5em;
  }
  .mobile_table {
    width: auto;
  }
}
/* L Desktop version */
@media (min-width: 1024px) {
  .cover {
    width: calc(66% - 35px);
    height: calc(100% - 80px);
    top: 40px;
    right: 35px;
  }
  .cover img {
    width: calc(66vw - 35px);
    height: calc(100vh - 80px);
  }
  .content {
    padding-top: 0;
  }
  .content .logo {
    top: 60px;
    left: 80px;
  }
  .content .logo img {
    width: 150px;
  }
  .content .coldx .scrollable {
    padding-right: 20px;
  }
  .header {
    height: 40px;
  }
  .header .logo {
    flex: 0 150px;
  }
  .header .logo img {
    position: relative;
    top: 4em;
  }
  .container {
    padding: 0 80px;
  }
  .frame {
    opacity: 1;
  }
  .menu {
    padding: 4em 0 2em 0;
  }
  .menu .container {
    height: auto;
  }
  .menu .menu_close {
    right: 85px;
  }
  .menu ul > li {
    border-left: 1px solid #ededed;
    padding-left: 0.5em;
    flex: 0 22%;
  }
  .menu ul > li > a {
    padding: 0 0 0.7em 0;
  }
  .menu ul > li > a span.border::after {
    display: inline-block;
  }
  .menu ul > li ul li {
    padding-left: 0;
  }
  .menu ul > li ul li a {
    padding: 0.7em 0 0.35em 0;
  }
  .menu ul::after {
    content: "";
    flex: 0 48%;
  }
  .menu .menu_fondazione li {
    border-left-color: #ddd;
  }
  .menu .menu_catalogo > ul > li {
    border-color: #ccc;
  }
  .menu .menu_fondazione > ul > li {
    border-color: #cbcbcb;
  }
  .blog .items-row table td:nth-child(2) {
    display: flex;
  }
  .blog .items-row table td:nth-child(2) p:first-child {
    flex: 0 70%;
    padding-right: 5%;
  }
  .blog .items-row table td:nth-child(2) p:nth-child(2) {
    flex: 0 30%;
  }
  .content .colsx {
    display: block;
  }
  .content .colsx nav li a span.border::after {
    display: block;
  }
  .content .coldx {
    flex: 0 70%;
  }
  .content .coldx .decenni {
    padding: 1em 0 2em 0;
  }
  .content.reverse .logo {
    left: calc(70% + 20px);
  }
  .content.reverse .coldx {
    flex: 0 65%;
  }
  .footer {
    height: 40px;
  }
  p.filtro.e_download {
    right: 5.5em;
  }
}
/* Desktop version */
@media (min-width: 1107px) {
  .header .lingue a.menu_open {
    display: inline-block;
  }
  .header .lingue {
    padding-right: 0;
    flex: 0 50%;
  }
  .header .breadcrumb {
    display: block;
  }
  .menu {
    display: block;
  }
  .menu .column > ul > li > a {
    text-transform: uppercase;
  }
  .slicknav_menu {
    display: none;
  }
  /* FONDAZIONE TABLE */
  table.responsive.pubblicazioni td {
    display: table-cell;
    vertical-align: top;
  }
  table.responsive.pubblicazioni td:first-child {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2em 0;
  }
  table.responsive.pubblicazioni td:first-child p {
    flex: 0 48.5%;
  }
  table.responsive.pubblicazioni td:last-child {
    padding: 0 0 2em 4%;
    width: 50%;
  }
  table.responsive.pubblicazioni.img1 td:first-child {
    display: block;
  }
  table.responsive.pubblicazioni.img1 td:last-child {
    width: 70%;
  }
  /* FONDAZIONE BIBLIOTECA */
  table.biblioteca td {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-bottom: 0;
  }
  table.biblioteca td:first-child img {
    padding-right: 3%;
  }
  table.biblioteca td:last-child img {
    padding-left: 3%;
  }
}
/* XXL Desktop version */
@media (min-width: 1600px) {
  .cover {
    width: 900px;
    height: 65%;
    top: 17.5%;
    right: calc(50% - 650px);
  }
  .cover img {
    width: 900px;
    height: 65vh;
  }
  .content .logo {
    left: calc(50% - 720px);
  }
  .content.reverse .logo {
    left: calc(50% + 340px);
  }
}
@media print {
  @page {
    size: 210mm 297mm;
    margin: 10mm 5mm;
  }
  *,
  h1,
  h2,
  h3 {
    color: #000;
  }
  body {
    background-color: #fff;
  }
  h1 {
    margin-bottom: 3mm;
    font-family: 'inter';
  }
  #pop-print,
  .header,
  .icons,
  .footer .right,
  p.filtro,
  .print2,
  .download,
  .cr_decenni,
  .frame,
  .footer {
    display: none !important;
  }
  a {
    color: #000 !important;
  }
  a.text {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .container {
    height: auto;
  }
  .content {
    align-items: flex-start;
    margin-top: 0;
    overflow: auto;
    display: block;
  }
  .content .logo {
    position: relative;
    top: 0;
    left: 0;
    margin-top: -2cm;
  }
  .content .logo img {
    width: 25mm;
  }
  .content .colsx {
    display: none;
  }
  .content .coldx .scrollable {
    max-height: none;
  }
  .content .coldx p,
  p {
    font-size: 10pt;
    margin-bottom: 10pt;
    font-family: 'EBGaramond';
  }
  tr,
  td,
  p {
    page-break-inside: avoid;
    break-inside: avoid-page;
  }
  br {
    display: block;
    height: 1mm;
  }
  .content .coldx .elenco {
    border-top: 1px solid #aaa !important;
  }
  .content .coldx .elenco table td {
    padding: 2mm 0;
    font-size: 10pt;
    font-family: 'EBGaramond';
    border-bottom: 1px solid #aaa !important;
    padding: 0.5em 0;
  }
  .content .coldx .elenco table td a {
    font-family: 'EBGaramond';
  }
  .content .coldx .elenco table td:first-child {
    font-family: 'Inter';
    font-size: 8pt;
    padding: 2mm 0;
  }
  .content .coldx .elenco table td > .more {
    height: auto !important;
  }
  .content .coldx .elenco.collezioni table td > a {
    padding-bottom: 2mm;
  }
  .content .coldx .elenco.collezioni table td table td {
    border-bottom: 0 !important;
  }
  .content .coldx .elenco table tr.more td table tr td:last-child a {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .content .coldx .elenco.gallerie table td > a {
    padding-bottom: 2mm;
  }
  .content .coldx .elenco.gallerie table td table td {
    border-bottom: 0 !important;
  }
  .content .coldx .elenco.gallerie table td table td a {
    padding-left: 0 !important;
  }
  .content .coldx .elenco.gallerie tr.more td table tr td:last-child a.link {
    padding-left: 0!important;
  }
  .content .coldx .elenco.scenografie table table td {
    border-bottom: 0 !important;
  }
  .content .coldx .elenco.scenografie table a.sigplus-image > img {
    width: 3cm!important;
  }
  .blog .items-row table td {
    padding: 3mm 0 0 0;
  }
  .blog .items-row table td:first-child {
    width: 33%;
  }
  .blog .items-row table td:first-child a.sigplus-image > img {
    height: 3cm;
    width: auto;
    display: inline-block;
  }
  .blog .items-row table td:nth-child(2) p:first-child,
  .blog .items-row table td:nth-child(2) p:nth-child(2) {
    width: 47%;
    display: inline-block;
    vertical-align: top;
  }
  .blog .items-row table td:nth-child(2) p:first-child {
    margin-right: 5%;
  }
  .blog .items-row table td:nth-child(2) p:nth-child(2) a.link,
  .blog .items-row table td:nth-child(2) p:nth-child(2) a.text {
    padding-left: 0 !important;
  }
  .content .blog .items-leading > div img {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}
