@charset "UTF-8";
@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Light.otf");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Regular.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Medium.otf");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Bold.otf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Formular';
  src: url("../fonts/Formular-Black.otf");
  font-weight: 900;
  font-style: normal; }
html {
  margin: 0;
  padding: 0;
  height: -webkit-fill-available; }
  html body {
    margin: 0;
    padding: 0;
    font-family: "Formular", serif; }
    html body .hidden {
      display: none !important; }
    html body a, html body a:hover, html body a:active, html body a:visited {
      color: #f55e63; }
    html body a:hover {
      text-decoration: underline; }

.page .page-buttons-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.page .page-button {
  display: block;
  min-width: 180px;
  flex-grow: 1;
  text-decoration: none !important;
  cursor: pointer;
  border: 2px solid #f55e63;
  color: black;
  line-height: 26px;
  padding: 5px 10px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .page .page-button:nth-last-child(1) {
    margin-right: 0; }
  .page .page-button:hover, .page .page-button.active {
    background: #f55e63;
    color: white; }
.page .pink {
  color: #f55e63 !important; }

.mni-edit {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .mni-edit.frontpage, .mni-edit.collection, .mni-edit.persons {
    display: none; }

.logo-wrapper {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20%;
  z-index: 10; }
  .logo-wrapper .logo {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30%;
    background-color: black;
    -webkit-mask: url("../img/logo.svg") no-repeat right;
    mask: url("../img/logo.svg") no-repeat right; }
    .logo-wrapper .logo.en {
      -webkit-mask: url("../img/logo_en.svg") no-repeat right;
      mask: url("../img/logo_en.svg") no-repeat right; }

.initial .page {
  margin-left: Max(15vw, 220px) !important; }
  .initial .page .page-header {
    min-height: 160px !important;
    padding: 20px 40px; }
    .initial .page .page-header h1 {
      margin-left: 0 !important; }

.page {
  margin-left: 0;
  transition: 0.2s; }
  .page .page-header {
    width: 100%;
    min-height: 160px;
    padding: 20px 40px;
    background-position: center;
    background-size: cover;
    transition: 0.2s; }
    .page .page-header .page-title {
      margin-left: 120px;
      font-weight: 500;
      transition: 0.2s; }
      .page .page-header .page-title a {
        color: black;
        text-decoration: none; }
  .page .page-content {
    padding: 40px; }
    .page .page-content h2, .page .page-content h3 {
      margin: 20px 0; }
  .page.single-page .page-header {
    height: 250px; }
  .page.with-sidebar {
    margin-left: Max(15vw, 220px); }
    .page.with-sidebar .page-title {
      margin-left: 0; }

#pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  #pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #f55e63;
    color: black;
    line-height: 26px;
    margin: 10px; }
    #pagination a:hover, #pagination a.active {
      background: #f55e63;
      color: white; }
    #pagination a.active {
      cursor: auto; }

@media only screen and (max-width: 800px) {
  .no-mobile {
    display: none !important; }

  .initial .page {
    margin-left: 0 !important; }
    .initial .page .page-header {
      height: 160px !important;
      padding: 20px; }

  .logo-wrapper {
    top: 10px;
    right: 10px;
    width: 50%; }

  .page .page-header {
    position: relative;
    padding: 20px;
    height: 160px !important; }
    .page .page-header .page-title {
      position: absolute;
      bottom: 20px;
      font-size: 18pt;
      margin-left: 0; }
  .page .page-content {
    padding: 20px; }

  #pagination {
    flex-wrap: nowrap;
    justify-content: center; }
    #pagination a {
      width: 35px;
      height: 35px;
      margin: 8px; }
      #pagination a.no-mobile {
        display: none; } }
.page.frontpage {
  margin-left: 0 !important;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.front-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 9;
  transition: 0.3s; }
  .front-overlay.hide {
    opacity: 0;
    z-index: -1; }

.main-content {
  margin: 0;
  padding: 0; }

.frontpage-slider {
  position: absolute;
  margin-bottom: 0 !important; }
  .frontpage-slider .slick-slide {
    text-decoration: none;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex !important;
    justify-content: center;
    align-items: center; }
    .frontpage-slider .slick-slide .slide-data {
      margin-left: calc(max(15vw, 220px));
      color: white;
      transition: 0.2s;
      width: 100%;
      padding: 0 4vw; }
      .frontpage-slider .slick-slide .slide-data .slide-title {
        font-weight: bold;
        font-size: 5.5vw;
        max-width: 80%;
        line-height: 95%; }
      .frontpage-slider .slick-slide .slide-data .slide-dates {
        position: relative;
        top: 60px;
        text-align: right;
        font-size: 3.5vw;
        font-weight: bold;
        text-shadow: white 1px 0 20px; }
  .frontpage-slider .slick-dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    transition: 0.2s;
    height: 100px;
    font-size: 10vw; }
    .frontpage-slider .slick-dots li button {
      color: inherit; }
    .frontpage-slider .slick-dots li button::before {
      color: inherit !important;
      font-size: 10px;
      opacity: 0.8; }
    .frontpage-slider .slick-dots li.slick-active button::before {
      font-weight: bold;
      content: '◯'; }
  .frontpage-slider .slider-prev, .frontpage-slider .slider-next {
    position: absolute;
    top: auto;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    transition: 0.2s;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    z-index: 5; }
    .frontpage-slider .slider-prev i, .frontpage-slider .slider-next i {
      font-size: 20pt;
      font-weight: bold; }
  .frontpage-slider #slider-nav {
    position: fixed !important;
    bottom: 0;
    height: 100px;
    width: 100%;
    margin-bottom: 0 !important;
    background: grey;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
  .frontpage-slider .slide-color-data {
    display: none; }

@media only screen and (max-width: 800px) {
  .slick-dots, .slider-next, .slider-prev {
    height: 60px !important; }

  .frontpage-slider .slick-slide .slide-data {
    margin-left: 0 !important;
    padding: 0 40px !important; }
    .frontpage-slider .slick-slide .slide-data .slide-title {
      font-size: 12vw; }
    .frontpage-slider .slick-slide .slide-data .slide-dates {
      position: relative;
      top: 40px;
      text-align: right;
      font-size: 10vw; } }
div.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: calc( 0px - max( 15vw, 220px ) );
  width: Max(15vw, 220px);
  min-width: 220px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: gray;
  transition: 0.2s;
  z-index: 20;
  font-family: "Formular", serif;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  div.sidebar.active {
    left: 0; }
  div.sidebar .controls {
    flex-shrink: 0;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    div.sidebar .controls form, div.sidebar .controls input {
      border: none !important;
      outline: none !important; }
  div.sidebar nav.main-menu {
    flex-grow: 2;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 10px;
    color: black; }
    div.sidebar nav.main-menu .menu-block {
      position: relative;
      margin-bottom: 10px; }
      div.sidebar nav.main-menu .menu-block .menu-block-hide, div.sidebar nav.main-menu .menu-block .menu-block-show {
        cursor: pointer; }
      div.sidebar nav.main-menu .menu-block .menu-block-hide {
        display: none; }
      div.sidebar nav.main-menu .menu-block .menu-block-show {
        display: inline; }
      div.sidebar nav.main-menu .menu-block .menu-block-children {
        display: none; }
        div.sidebar nav.main-menu .menu-block .menu-block-children a {
          margin-top: 10px;
          display: block;
          font-weight: 200; }
        div.sidebar nav.main-menu .menu-block .menu-block-children.active {
          display: block; }
    div.sidebar nav.main-menu .menu-block.active .menu-block-show {
      display: none; }
    div.sidebar nav.main-menu .menu-block.active .menu-block-hide {
      display: inline; }
    div.sidebar nav.main-menu a, div.sidebar nav.main-menu a:hover {
      color: black;
      font-weight: 500;
      margin-bottom: 10px;
      text-decoration: none;
      cursor: pointer; }
  div.sidebar .sidebar-footer {
    flex-shrink: 0;
    width: 100%;
    margin-top: 20px; }
    div.sidebar .sidebar-footer .timetable {
      display: block;
      margin: 0;
      color: white;
      padding: 10px;
      border: 2px solid rgba(60, 60, 60, 0.8);
      width: 100%;
      text-decoration: none;
      font-size: 10pt; }
      div.sidebar .sidebar-footer .timetable b {
        font-size: 12pt; }
    div.sidebar .sidebar-footer .info-static {
      padding: 10px; }
      div.sidebar .sidebar-footer .info-static p {
        font-size: 9pt;
        color: black;
        font-weight: 200;
        margin: 10px 0; }
      div.sidebar .sidebar-footer .info-static b {
        font-size: 10pt;
        color: white;
        font-weight: 500; }
    div.sidebar .sidebar-footer .info-social {
      margin: 10px 0;
      padding: 10px;
      font-family: "Formular", serif;
      font-size: 15pt;
      font-weight: bold;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      max-width: 160px; }
      div.sidebar .sidebar-footer .info-social a {
        color: white; }

.sidebar {
  overflow-y: scroll;
  scrollbar-color: black #f55e63;
  scrollbar-width: thin; }
  .sidebar::-webkit-scrollbar {
    height: 10px;
    width: 8px; }
  .sidebar::-webkit-scrollbar-thumb {
    background: black; }

.hide-sidebar {
  font-size: 18pt;
  height: 35px;
  color: rgba(60, 60, 60, 0.8);
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-content: center;
  align-items: center; }
  .hide-sidebar i {
    -webkit-text-stroke: 1px transparent; }

.show-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 120px;
  z-index: 15;
  cursor: pointer;
  background: gray;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s; }
  .show-sidebar i {
    margin-left: 15px; }

.lang-switch {
  width: 60px;
  height: 30px;
  color: inherit; }
  .lang-switch input {
    width: 100%;
    border: none;
    background: transparent;
    color: rgba(60, 60, 60, 0.8);
    font-weight: bold; }
  .lang-switch.active input, .lang-switch:hover input {
    background: rgba(60, 60, 60, 0.8);
    color: inherit; }

@media only screen and (max-width: 800px) {
  .initial .sidebar {
    left: calc( 0px - max( 15vw, 220px ) ) !important; }

  .show-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100px;
    font-size: 10.5pt;
    z-index: 5;
    cursor: pointer;
    background: gray;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s; }
    .show-sidebar i {
      margin-left: 8px;
      margin-top: 2px; } }
.filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 40px; }
  .filters .sections {
    display: flex;
    flex-direction: row;
    width: calc(50% - 20px); }
  .filters .search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 2px solid #7d2434;
    padding: 3px 3px 3px 8px;
    height: 32pt; }
    .filters .search input {
      flex-grow: 1;
      min-width: 10px;
      outline: none;
      border: none;
      background: transparent;
      font-size: 16pt; }
    .filters .search button {
      border: none;
      background: none; }
      .filters .search button i {
        color: #7d2434; }

.event-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .event-list .event-card {
    flex-grow: 1;
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 60px;
    color: black;
    text-decoration: none; }
    .event-list .event-card:nth-child(2n) {
      margin-right: 0; }
    .event-list .event-card .event-cover {
      width: 100%;
      padding-top: 50%;
      background-size: cover;
      background-position: center;
      transition: 0.2s; }
    .event-list .event-card .event-title {
      color: #f55e63;
      font-size: 16pt;
      margin: 20px 0 0 0;
      font-weight: bold; }
      .event-list .event-card .event-title .participant-role {
        color: black; }
    .event-list .event-card .event-dates {
      color: #f55e63;
      font-style: italic; }
    .event-list .event-card .event-desc {
      font-size: 12pt;
      margin-top: 10px; }

@media only screen and (max-width: 800px) {
  .page-header .page-title {
    margin-left: 120px;
    transition: 0.2s; }

  .page-content .filters .sections {
    flex-direction: column;
    width: 100%; }
    .page-content .filters .sections a {
      width: 100%; }
  .page-content .filters .search {
    height: 28pt;
    width: 100%; }
    .page-content .filters .search input {
      width: auto;
      min-width: 100px !important;
      font-size: 12pt;
      background: transparent; }
    .page-content .filters .search button {
      border: none;
      background: none;
      float: right; }
      .page-content .filters .search button i {
        color: #7d2434; }
  .page-content .event-list {
    flex-direction: column; }
    .page-content .event-list .event-card {
      max-width: 100%;
      width: 100%;
      margin: 0 0 40px 0; } }
.single-event .page-content {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  column-gap: 40px;
  padding: 0 40px;
  margin-bottom: 40px; }
  .single-event .page-content.no_gallery {
    grid-template-columns: 100%; }
    .single-event .page-content.no_gallery .event-info {
      grid-column: 1 !important;
      grid-row: 1; }
    .single-event .page-content.no_gallery .event-desc {
      grid-column: 1 !important;
      grid-row: 2; }
    .single-event .page-content.no_gallery .event-gallery {
      display: none; }
  .single-event .page-content.gallery_bottom {
    grid-template-columns: 100%; }
    .single-event .page-content.gallery_bottom .event-info {
      grid-column: 1 !important;
      grid-row: 1; }
    .single-event .page-content.gallery_bottom .event-desc {
      grid-column: 1 !important;
      grid-row: 2; }
    .single-event .page-content.gallery_bottom .event-gallery {
      grid-column: 1 !important;
      grid-row: 3 !important; }
  .single-event .page-content .event-info {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    margin-bottom: 40px; }
    .single-event .page-content .event-info .event-title {
      display: block;
      font-weight: bold;
      max-width: 800px; }
    .single-event .page-content .event-info .event-dates {
      font-weight: bold; }
    .single-event .page-content .event-info .event-opening {
      color: #f55e63; }
    .single-event .page-content .event-info .event-site {
      color: #f55e63; }
  .single-event .page-content .event-desc {
    grid-column: 2;
    grid-row: 2; }
    .single-event .page-content .event-desc .event-roles {
      font-weight: bold;
      display: flex;
      flex-direction: column;
      background: whitesmoke;
      padding: 10px;
      margin-bottom: 20px; }
      .single-event .page-content .event-desc .event-roles p {
        font-weight: normal; }
        .single-event .page-content .event-desc .event-roles p:nth-last-child(1) {
          margin-bottom: 0; }
        .single-event .page-content .event-desc .event-roles p::first-letter {
          text-transform: capitalize; }
        .single-event .page-content .event-desc .event-roles p a {
          font-weight: bold;
          text-decoration: none;
          color: black; }
          .single-event .page-content .event-desc .event-roles p a:hover {
            color: #f55e63; }
    .single-event .page-content .event-desc .info-desc {
      margin-bottom: 1rem; }
    .single-event .page-content .event-desc .event-press {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px; }
      .single-event .page-content .event-desc .event-press b {
        margin-bottom: 8px; }
      .single-event .page-content .event-desc .event-press a {
        color: black;
        font-style: italic;
        font-weight: bold;
        font-size: 11pt; }
  .single-event .page-content .event-gallery {
    grid-column: 1;
    grid-row: 1 / span 2;
    opacity: 1;
    transition: 0.1s; }
    .single-event .page-content .event-gallery.fade-gallery {
      opacity: 0;
      transition: 0.1s; }
.single-event.with-sidebar .page-content .event-info {
  grid-column: 1 / span 2;
  grid-row: 1; }
.single-event.with-sidebar .page-content .event-desc {
  grid-column: 2;
  grid-row: 2; }
.single-event.with-sidebar .page-content .event-gallery {
  grid-column: 1;
  grid-row: 2; }

@media only screen and (max-width: 800px) {
  .single-event .page-content, .single-event.with-sidebar .page-content {
    grid-template-columns: 100%;
    column-gap: 0;
    padding: 0 20px; }
    .single-event .page-content .event-info, .single-event.with-sidebar .page-content .event-info {
      grid-column: 1;
      grid-row: 1; }
      .single-event .page-content .event-info .event-title, .single-event.with-sidebar .page-content .event-info .event-title {
        font-size: 22pt; }
    .single-event .page-content .event-desc, .single-event.with-sidebar .page-content .event-desc {
      grid-column: 1;
      grid-row: 3; }
    .single-event .page-content .event-gallery, .single-event.with-sidebar .page-content .event-gallery {
      grid-column: 1;
      grid-row: 2;
      margin-bottom: 20px; } }
#pg-logo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 200px;
  background: white;
  border-radius: 10px;
  transition: 0.5s;
  display: none; }
  #pg-logo:hover {
    max-width: 300px; }
  #pg-logo img {
    width: 100%; }

.page.collection .collection-desc, .page.person .collection-desc, .page.exhibitions .collection-desc, .page.events .collection-desc {
  position: relative;
  max-width: 750px;
  width: 100%;
  margin-top: 40px; }
  .page.collection .collection-desc #show-desc, .page.person .collection-desc #show-desc, .page.exhibitions .collection-desc #show-desc, .page.events .collection-desc #show-desc {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    font-size: 18pt;
    transition: 0.5s; }
  .page.collection .collection-desc #desc-text, .page.person .collection-desc #desc-text, .page.exhibitions .collection-desc #desc-text, .page.events .collection-desc #desc-text {
    width: calc(100% - 30px);
    min-height: 50px;
    max-height: 50px;
    overflow-y: hidden;
    transition: 0.5s; }
  .page.collection .collection-desc.active #show-desc, .page.person .collection-desc.active #show-desc, .page.exhibitions .collection-desc.active #show-desc, .page.events .collection-desc.active #show-desc {
    transform: rotate(-180deg); }
  .page.collection .collection-desc.active #desc-text, .page.person .collection-desc.active #desc-text, .page.exhibitions .collection-desc.active #desc-text, .page.events .collection-desc.active #desc-text {
    max-height: 500px; }
.page.collection .page-content .artwork-list, .page.person .page-content .artwork-list, .page.exhibitions .page-content .artwork-list, .page.events .page-content .artwork-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .page.collection .page-content .artwork-list .artwork-card-wrapper, .page.person .page-content .artwork-list .artwork-card-wrapper, .page.exhibitions .page-content .artwork-list .artwork-card-wrapper, .page.events .page-content .artwork-list .artwork-card-wrapper {
    width: calc(25% - 30px);
    margin-left: 40px;
    margin-bottom: 80px; }
    .page.collection .page-content .artwork-list .artwork-card-wrapper:nth-child(4n-3), .page.person .page-content .artwork-list .artwork-card-wrapper:nth-child(4n-3), .page.exhibitions .page-content .artwork-list .artwork-card-wrapper:nth-child(4n-3), .page.events .page-content .artwork-list .artwork-card-wrapper:nth-child(4n-3) {
      margin-left: 0; }
    .page.collection .page-content .artwork-list .artwork-card-wrapper .artwork-card, .page.person .page-content .artwork-list .artwork-card-wrapper .artwork-card, .page.exhibitions .page-content .artwork-list .artwork-card-wrapper .artwork-card, .page.events .page-content .artwork-list .artwork-card-wrapper .artwork-card {
      width: 100%;
      padding-bottom: 130%;
      text-decoration: none;
      color: black; }
      .page.collection .page-content .artwork-list .artwork-card-wrapper .artwork-card .cover, .page.person .page-content .artwork-list .artwork-card-wrapper .artwork-card .cover, .page.exhibitions .page-content .artwork-list .artwork-card-wrapper .artwork-card .cover, .page.events .page-content .artwork-list .artwork-card-wrapper .artwork-card .cover {
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 20px;
        height: auto;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .page.collection .page-content .artwork-list .artwork-card-wrapper .artwork-card .authors, .page.person .page-content .artwork-list .artwork-card-wrapper .artwork-card .authors, .page.exhibitions .page-content .artwork-list .artwork-card-wrapper .artwork-card .authors, .page.events .page-content .artwork-list .artwork-card-wrapper .artwork-card .authors {
        font-weight: bold; }
      .page.collection .page-content .artwork-list .artwork-card-wrapper .artwork-card .date, .page.person .page-content .artwork-list .artwork-card-wrapper .artwork-card .date, .page.exhibitions .page-content .artwork-list .artwork-card-wrapper .artwork-card .date, .page.events .page-content .artwork-list .artwork-card-wrapper .artwork-card .date {
        font-style: italic;
        font-size: smaller; }

body.artwork .page {
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100vh; }
body.artwork .show-sidebar {
  background: none !important; }
body.artwork .logo-wrapper {
  display: none; }
body.artwork .goto-collection {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 20px;
  height: 60px;
  width: 120px;
  z-index: 15;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  text-decoration: none;
  transition: 0.2s; }
  body.artwork .goto-collection i {
    margin-right: 15px; }
body.artwork .get-prev, body.artwork .get-next {
  position: fixed;
  top: 0;
  bottom: 0;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }
  body.artwork .get-prev a, body.artwork .get-next a {
    color: black;
    text-decoration: none;
    font-size: 24pt; }
    body.artwork .get-prev a i, body.artwork .get-next a i {
      -webkit-text-stroke: 1px white; }
body.artwork .get-prev {
  left: 0; }
body.artwork .get-next {
  right: 0; }
body.artwork .page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: 100vh; }
  body.artwork .page-content .artwork-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 10px;
    margin: 0 0 20px 20px; }
    body.artwork .page-content .artwork-info .authors {
      font-weight: 500; }
      body.artwork .page-content .artwork-info .authors a {
        color: black;
        text-decoration: none; }
        body.artwork .page-content .artwork-info .authors a:hover {
          color: #f55e63; }
    body.artwork .page-content .artwork-info .details {
      font-size: smaller;
      font-style: italic;
      margin-top: 10px; }
  body.artwork .page-content .image {
    max-width: calc(100% - 400px); }
    body.artwork .page-content .image img {
      max-height: 100vh;
      max-width: 100%; }

body.artwork.initial .show-sidebar {
  background: none !important; }
body.artwork.initial .sidebar {
  left: -600px !important;
  transition: 0s !important; }
body.artwork.initial .page {
  margin-left: 0 !important;
  transition: 0s !important; }

@media only screen and (max-width: 800px) {
  .page.collection .page-header {
    position: static;
    height: content-box !important;
    margin-bottom: 40px; }
    .page.collection .page-header .page-title {
      margin-top: 80px;
      position: relative; }
  .page.collection .collection-desc {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 100%;
    z-index: 2;
    background: white;
    margin-top: 0; }
    .page.collection .collection-desc #desc-text {
      margin-bottom: 20px; }
  .page.collection .page-content .artwork-list .artwork-card-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px; }

  body.artwork {
    height: auto; }
    body.artwork .goto-collection {
      position: fixed;
      top: 0;
      right: 0;
      margin: 0 20px 0 0;
      height: 40px;
      width: auto;
      font-size: 10.5pt; }
      body.artwork .goto-collection i {
        margin-right: 8px; }
    body.artwork .single-artwork .page-content {
      width: 100%;
      height: 70vh;
      margin-top: 50px; }
      body.artwork .single-artwork .page-content .image {
        max-width: 100%; }
        body.artwork .single-artwork .page-content .image img {
          max-height: 100%; }
      body.artwork .single-artwork .page-content .artwork-info {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 100%;
        height: auto;
        padding: 10px 35px;
        margin: 0;
        background: white;
        font-size: smaller; }
        body.artwork .single-artwork .page-content .artwork-info .get-next, body.artwork .single-artwork .page-content .artwork-info .get-prev {
          position: absolute;
          min-width: 30px; }
          body.artwork .single-artwork .page-content .artwork-info .get-next a, body.artwork .single-artwork .page-content .artwork-info .get-prev a {
            font-size: 18pt; }
        body.artwork .single-artwork .page-content .artwork-info .details {
          margin: 0; } }
.fancybox-bg {
  background: transparent !important; }

.select2.select2-container {
  border: none;
  padding: 3px 5px;
  min-width: 180px;
  margin-right: 3%; }
  .select2.select2-container:nth-child(1) {
    width: 160px; }
  .select2.select2-container.select2-container--open {
    background: #f55e63; }
    .select2.select2-container.select2-container--open .selection .select2-selection {
      background: #f55e63; }
  .select2.select2-container .selection .select2-selection {
    border: none;
    outline: none;
    color: white; }
    .select2.select2-container .selection .select2-selection .select2-selection__rendered, .select2.select2-container .selection .select2-selection .select2-selection__placeholder {
      color: black; }
    .select2.select2-container .selection .select2-selection .select2-selection__clear {
      right: 10px; }
    .select2.select2-container .selection .select2-selection .select2-selection__arrow {
      width: auto;
      height: auto; }
      .select2.select2-container .selection .select2-selection .select2-selection__arrow b {
        border: 0;
        width: 20px;
        height: 20px;
        position: absolute;
        left: -20px;
        top: 9px;
        background: url("/static/img/arrow-down.png") no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.2s; }
  .select2.select2-container.select2-container--open b {
    transform: rotate(180deg); }

.select2-dropdown.select2-dropdown--below {
  background: #f55e63;
  color: black;
  font-weight: 200;
  border: none; }
  .select2-dropdown.select2-dropdown--below .select2-search {
    border: 2px solid #7d2434;
    padding: 3px 5px;
    background: white; }
    .select2-dropdown.select2-dropdown--below .select2-search .select2-search__field {
      background: #f55e63;
      outline: none;
      border: none;
      background: white; }
  .select2-dropdown.select2-dropdown--below .select2-results ul {
    overflow-y: scroll;
    scrollbar-color: black #f55e63;
    scrollbar-width: thin; }
    .select2-dropdown.select2-dropdown--below .select2-results ul::-webkit-scrollbar {
      height: 10px;
      width: 8px; }
    .select2-dropdown.select2-dropdown--below .select2-results ul::-webkit-scrollbar-thumb {
      background: black; }
    .select2-dropdown.select2-dropdown--below .select2-results ul li {
      background: #f55e63;
      margin-left: 7px; }
      .select2-dropdown.select2-dropdown--below .select2-results ul li.select2-results__option--highlighted {
        color: white; }

.page-content .filters {
  margin-bottom: 80px;
  opacity: 1;
  color: #f55e63;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .page-content .filters.hide {
    opacity: 0; }
  .page-content .filters #list-form-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
    .page-content .filters #list-form-filter .search-container {
      border: 2px solid #7d2434;
      height: 42px;
      flex-grow: 1;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      padding: 3px 3px 3px 8px; }
      .page-content .filters #list-form-filter .search-container #id_search {
        outline: none;
        flex-grow: 3;
        border: none;
        height: 32px; }
      .page-content .filters #list-form-filter .search-container .submit-filter {
        background: none;
        border: none;
        max-width: 30px;
        padding: 3px 5px;
        flex-grow: 1; }
        .page-content .filters #list-form-filter .search-container .submit-filter i {
          color: #7d2434; }
    .page-content .filters #list-form-filter .clear-filter {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      font-size: 12pt;
      margin-top: 1px;
      margin-left: 40px;
      color: #7d2434;
      text-decoration: none; }
      .page-content .filters #list-form-filter .clear-filter i {
        margin-left: 15px; }
      .page-content .filters #list-form-filter .clear-filter:hover {
        color: #f55e63; }

@media only screen and (max-width: 800px) {
  .page-content .filters {
    margin-bottom: 40px; }
    .page-content .filters #list-form-filter {
      flex-direction: column-reverse;
      flex-wrap: nowrap;
      justify-content: space-between;
      width: 100%;
      max-height: 1000px;
      position: relative;
      margin-bottom: 0; }
      .page-content .filters #list-form-filter .select2.select2-container {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
      .page-content .filters #list-form-filter .filler {
        display: none; }
      .page-content .filters #list-form-filter .search-container {
        width: 100%;
        margin-bottom: 20px; }
        .page-content .filters #list-form-filter .search-container #id_search {
          width: 100%; }
      .page-content .filters #list-form-filter .clear-filter {
        position: absolute;
        bottom: -20px;
        font-size: 16pt;
        margin-top: 1px;
        margin-left: 0; }
        .page-content .filters #list-form-filter .clear-filter i {
          color: #7d2434; } }
.persons .page-content {
  padding-top: 0; }
  .persons .page-content .filters .search {
    width: 30%; }
  .persons .page-content .person-list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 3;
    font-size: 16pt; }
    .persons .page-content .person-list li {
      margin-bottom: 6px; }
      .persons .page-content .person-list li a.person {
        color: black;
        text-decoration: none;
        transition: 0.1s; }
        .persons .page-content .person-list li a.person:hover {
          color: #f55e63; }

.person .page-content {
  padding: 0 40px; }
  .person .page-content .person-about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px; }
    .person .page-content .person-about .left-col, .person .page-content .person-about .right-col {
      width: calc(50% - 20px); }
    .person .page-content .person-about .years-of-life {
      font-size: 14pt;
      margin-bottom: 20px; }
    .person .page-content .person-about .portrait {
      width: 100%; }
  .person .page-content h3 {
    margin-top: 40px; }
  .person .page-content .event-list .event-card .event-desc {
    display: none; }
  .person .page-content .event-list .event-card .event-dates {
    color: black; }

@media only screen and (max-width: 800px) {
  .person .page-content {
    padding: 0 20px; }
    .person .page-content .person-name {
      margin: 0; }
    .person .page-content .person-about {
      flex-direction: column-reverse; }
      .person .page-content .person-about .left-col, .person .page-content .person-about .right-col {
        width: 100%;
        margin: 20px 0 0 0; }
    .person .page-content .artwork-list .artwork-card-wrapper {
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 40px !important; }

  .persons .page-content .filters .search {
    width: 100%; }
  .persons .page-content .person-list {
    column-count: 1;
    font-size: 12pt; } }
#mc_embed_signup {
  clear: left;
  margin: 0 auto; }
  #mc_embed_signup .mailing-list-groups {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  #mc_embed_signup ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-grow: 1; }
    #mc_embed_signup ul li label {
      margin-left: 7px; }
  #mc_embed_signup #mc-embedded-subscribe {
    display: block;
    min-width: 180px;
    flex-grow: 1;
    text-decoration: none !important;
    background: transparent;
    cursor: pointer;
    border: 2px solid #f55e63;
    color: black;
    line-height: 26px;
    padding: 5px 10px;
    margin: 20px auto; }
    #mc_embed_signup #mc-embedded-subscribe:hover, #mc_embed_signup #mc-embedded-subscribe.active {
      background: #f55e63;
      color: white; }

/*# sourceMappingURL=main.css.map */
