html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }
  body > :last-child { margin-block-end: 0; }


@font-face {
  font-family: 'swiss721light';
  src: url("swiss721/31550F_0_0.eot");
  src: url("swiss721/31550F_0_0d41d.eot?#iefix") format("embedded-opentype"), url("swiss721/31550F_0_0.woff2") format("woff2"), url("swiss721/31550F_0_0.woff") format("woff"), url("swiss721/31550F_0_0.ttf") format("truetype"), url("swiss721/31550F_0_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'swiss721boldcondensed';
  src: url("swiss721/31550F_9_0.eot");
  src: url("swiss721/31550F_9_0d41d.eot?#iefix") format("embedded-opentype"), url("swiss721/31550F_9_0.woff2") format("woff2"), url("swiss721/31550F_9_0.woff") format("woff"), url("swiss721/31550F_9_0.ttf") format("truetype"), url("swiss721/31550F_9_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'swiss721medium';
  src: url("swiss721/31550F_1B_0.eot");
  src: url("swiss721/31550F_1B_0d41d.eot?#iefix") format("embedded-opentype"), url("swiss721/31550F_1B_0.woff2") format("woff2"), url("swiss721/31550F_1B_0.woff") format("woff"), url("swiss721/31550F_1B_0.ttf") format("truetype"), url("swiss721/31550F_1B_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'Swiss721BT-MediumItalic';
  src: url("swiss721/31550F_1C_0.eot");
  src: url("swiss721/31550F_1C_0d41d.eot?#iefix") format("embedded-opentype"), url("swiss721/31550F_1C_0.woff2") format("woff2"), url("swiss721/31550F_1C_0.woff") format("woff"), url("swiss721/31550F_1C_0.ttf") format("truetype"), url("swiss721/31550F_1C_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'Swiss721BT-LightItalic';
  src: url("swiss721/31550F_1_0.eot");
  src: url("swiss721/31550F_1_0d41d.eot?#iefix") format("embedded-opentype"), url("swiss721/31550F_1_0.woff2") format("woff2"), url("swiss721/31550F_1_0.woff") format("woff"), url("swiss721/31550F_1_0.ttf") format("truetype"), url("swiss721/31550F_1_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'swiss721condensed';
  src: url("swiss721/31550F_8_0.eot");
  src: url("swiss721/31550F_8_0.eot?#iefix") format("embedded-opentype"), url("swiss721/31550F_8_0.woff2") format("woff2"), url("swiss721/31550F_8_0.woff") format("woff"), url("swiss721/31550F_8_0.ttf") format("truetype"), url("swiss721/31550F_8_0.svg#wf") format("svg"); }
html {
  margin: 0;
  padding: 0;
  display: block;
  background-color: #A93039;
  color: #ffffff;
  overflow-y: scroll;  
  font-family: 'swiss721light', helvetica, arial, sans-serif;
  line-height: 1.4;
  font-size: 1.05em;
  -webkit-overflow-scrolling: touch; 
  scrollbar-gutter: stable both-edges; /* or: stable */
}

body {
  display: block;
  background-color: #A93039;
  color: #ffffff;
  overflow-y: hidden !important;
  font-family: 'swiss721light', helvetica, arial, sans-serif;
  line-height: 1.4;
  font-size: 1.05em;
  -webkit-overflow-scrolling: touch;
  height: 100svh; 
  margin: 0px !important;
  padding: 0px !important;
}
  @media screen and (min-width: 321px) {
    body {
      max-height: 100%; } }
  @media screen and (min-width: 480px) {
    body {
      max-height: 100%; } }
  @media screen and (min-width: 1025px) {
    body {
      max-height: 100%; } }

div.small a {
  color: #fff; }
  div.small a:hover {
    color: #fff; }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }
  a.go-back {
    font-size: 0.9rem;
    float: left; }

p, p span, p span span {
  font-size: 1em !important;
  line-height: 1.4em !important;
  color: #ffffff !important;
  font-family: 'swiss721light', helvetica, arial, sans-serif !important; }

em {
  font-family: 'Swiss721BT-LightItalic'; }

strong {
  font-family: 'swiss721medium';
  font-weight: normal; }

blockquote {
  font-size: 1.2em;
  font-family: 'Swiss721BT-LightItalic';
  border-left: 4px solid #fff;
  margin: 0;
  padding: 1em !important; }
  blockquote p {
    margin: 0px; }

::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */ }

::-webkit-scrollbar-thumb {
  background: transparent; }

/*LANDING
------------------------------------------------------------------------------*/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(102, 108, 125, 0.8);
  z-index: 1000;
  display: none;
  text-align: center; }
  .overlay div {
    font-family: 'swiss721boldcondensed';
    margin: 0;
    margin-top: 280px;
    font-size: 80px;
    color: #ffffff;
    padding: 0; }
    .overlay div h2 {
      margin: 0;
      padding: 0;
      font-size: 60px; }

#map {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0; }

.top-menu {
  width: 100%;
    /* height: 34px; */
    position: fixed;
    z-index: 200;
    background-color: #A93039;
    padding: 10px 20px 7px; }
  .top-menu.work {
    background-color: transparent !important; 
  padding:0;}
  .top-menu btn-default {
    color: #fff !important;
    background-color: #A93039 !important;
    border-color: #A93039 !important; }
  .top-menu .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    height: 68px;
    width: 68px;
    line-height: 68px;
    font-size: 24px;
    padding: 0;
    color: #fff !important; }

.web-title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 34px;
  display: inline-block;
  margin: 0px;
  position: relative;
  letter-spacing: 0.04em; 
  font-family: "swiss721boldcondensed", "Swiss721BT-BoldCondensed", "fallBackArial", sans-serif;
}

  @media screen and (max-width:480px) {
    .web-title {
      margin: 0;
    }
  }

.smallmap {
  margin: 1px;
  float: left; }

.right {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  float: right;
  right: 40px; }
  .right div {
    display: inline-block;
    margin-left: 1.1em;
    font-family: "swiss721boldcondensed"; }
  .right .font-big {
    font-size: 22px; }
  .right .font-small {
    font-size: 1.1em; }

.footer {
  width: 100%;
  height: 34px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 300;
  text-transform: uppercase; }

.map-outer {
  height: 100%;
  margin: 0px 0px;
  background-color: transparent; }
  .map-outer a {
    border: 0px solid;
    outline-color: transparent;
    outline-width: 0px; }
  /* .map-outer img, .map-outer map {
    max-height: 100svh; 
  width: auto;} */

.modal-dialog {
  width: 100%;
  height: 100%; }

/*work page
------------------------------------------------------------------------------*/
body#work {
  max-height: 100% !important;
  height: 100% !important;
  background-color: #A93039 !important; }
  body#work a {
    color: #fff !important; }
    body#work a:hover {
      color: #fff !important; }
  body#work .vital-details {
    margin: 0 0 1em 0; }
  body#work .work-information {
    margin: 1em 0; }

.popup-outer {
  background-color: #A93039;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px auto; }
  .popup-outer .popup-inner {
    display: block;
    padding: 20px 20px 20px 20px;
    background-color: #A93039 !important; }
    @media screen and (min-width: 768px) {
      .popup-outer .popup-inner {
        padding: 68px 68px 68px 68px; } }
  .popup-outer .footer {
    z-index: 1000; }
    .popup-outer .footer .pagenation {
      display: inline-block;
      line-height: 34px;
      margin: 0px 0px 0px 34px;
      color: #ffffff;
      font-size: 13px;
      font-family: 'swiss721medium';
      text-transform: uppercase;
      display: inline-block;
      letter-spacing: 0.04em; }
    .popup-outer .footer .left {
      margin-left: 10px; }
    .popup-outer .footer .right {
      text-align: right; }
  .popup-outer .col-work-image {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .popup-outer .col-work-image {
        width: 55%;
        max-width: 800px;
        right: 34px;
        top: 68px;
        position: fixed; } }
    .popup-outer .col-work-image img {
      max-height: 632px;
      margin: 0px auto;
      display: block;
      width: auto;
      max-width: 100%;
      padding: 60px 0px 1em 0px; }
      @media screen and (min-width: 1025px) {
        .popup-outer .col-work-image img {
          max-height: 860px; } }
      @media screen and (min-width: 768px) {
        .popup-outer .col-work-image img {
          padding: 0px 0px 0px 0px; } }

.work-information {
  font-size: 1em;
  line-height: 1.4em; }

.col-work-left-text {
  width: 100%;
  margin-right: 2.6%;
  margin-bottom: 68px;
  float: left; }
  @media screen and (min-width: 768px) {
    .col-work-left-text {
      width: 35%; } }

.inside {
  width: 92%;
  height: 92%;
  padding: 20px;
  overflow: scroll;
  margin: 0px 28px;
  padding-top: 100px; }
  .inside h1 {
    margin: 0;
    padding: 0; }

h1.work-name {
  margin: 0px;
  padding: 0px;
  font-family: 'Swiss721BT-LightItalic';
  font-weight: normal;
  font-size: 1.75em;
  text-transform: none !important; }
h1.landing-title {
  margin: 280px auto;
  color: #fff !important;
  font-size: 8em; }

h2 {
  font-family: 'swiss721light';
  font-size: 1em;
  font-weight: normal !important; }

h3 {
  font-family: 'swiss721light';
  font-size: 1em; }

h4 {
  font-family: 'swiss721light';
  font-size: 1em; }
/*
.artist-name {
  font-size: 1.1em;
  font-family: 'swiss721light'; }

.inner-section {
  padding-top: 40px;
  margin-top: 20px; }
  .inner-section .title {
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'swiss721boldcondensed';
    font-weight: normal; }
  .inner-section p {
    font-family: "swiss721light"; }
  .inner-section img {
    margin: 10px 10px 10px 0px; }

.artwork-info {
  margin-top: 20px;
  font-family: "swiss721light";
  text-transform: none; }
*/
div.work-image {
  width: 100%;
  min-height: 11em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  border-radius: 2px;
  background-size: contain;
  border: 1em solid #f2f2f7; }
  div.work-image.zoom {
    background-size: 250%;
    border-width: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) inset; }

.no-work-image {
  width: 100%;
  height: 8em; }
  .no-work-image.zoom {
    box-shadow: none !important; }

.ol-viewport {
  display: block; }

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100000; }

#zoom-overlay-close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1em;
  color: white;
  z-index: 10000;
  text-shadow: 0px 0px 4px black; }
  #zoom-overlay-close i {
    font-size: 1.5em; }

body {
  margin: 0 !important;
  opacity: 1;
  transition: 1s opacity;
  -webkit-transition: 1s opacity;
  overflow: scroll; }

body.fade-out {
  opacity: 0;
  transition: none; }

button {
  border: 0;
  background-color: transparent;
  padding: 0;
  outline: none;
  height: 500px; }
  @media screen and (min-width: 480px) {
    button {
      height: 798px; } }
  @media screen and (min-width: 1025px) {
    button {
      height: 1044px; } }

button:focus {
  outline: none; }

/* Landing page  */
#ken {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3; }

#ken img {
  left: 0; }

#container {
  margin: -2px;
  overflow: hidden;
  margin: 0px auto;
  display: block;
  background-color: #A93039;
  position: relative; }
  @media screen and (min-width: 480px) {
    #container {
      width: 1024px;
      height: 788px; } }
  @media screen and (min-width: 1025px) {
    #container {
      width: 1370px;
      height: 1048px; } }
  #container .landing {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(109, 51, 48, 0.6);
    z-index: 1000; }

.wrapper {
  position: relative; }



/* standard label formatting, with font quirks */
.labelBlock {padding: 0 0 25px 25px;margin: 0 0 25px 25px;}

.labelBlockID { display: block; font-size: smaller; color: grey; margin-bottom: 1em;  }

.labelBlockArtists {margin-bottom: 20px;}
.labelBlockTitle { margin-bottom: 0; }
.labelBlockData {margin-bottom: 20px;}
.labelBlockCreditlines { margin-bottom: 15px; font-size: 0.75em; }
.labelBlockExt { margin-bottom: 15px; }

.labelTitle{ font-family: 'swiss721medium'; font-weight: bold; }
.labelForeignTitle{ font-family: 'swiss721medium'; font-weight: bold; font-style: italic;}
.labelArtistName{ font-family: 'swiss721medium'; font-weight: bold;font-size: 1.25em; }
.labelArtistRole{font-weight: normal;font-size: 1.25em;}
.labelAccNo{ display: block;  }


.image-footer {
  margin-bottom: 0 !important;
  padding: 0.7em 0.5em 0.5em 0.5em !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    background-color: #741B21;
}

.scroll {
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

.scrol svg path {
stroke: #fff; 
}

.scroll h4 {
  display: inline-flex;
  max-width: 220px;
  margin: 0 4em;
  font-family: "swiss721boldcondensed", "Swiss721BT-BoldCondensed", "fallBackArial", sans-serif;
  font-weight:normal;
  line-height: 1.25;
  font-size: 14px;

}

@media only screen and (min-width:768px){
  .scroll h4 {font-size: 1.2em;}
}


