@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"); }
  
html {
  box-sizing: border-box; 
  background-color: #f1f1f1 !important;
}

*, *::after, *::before {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  overflow-y: scroll;
  font-family: 'Swiss721BT-Light', helvetica, arial, sans-serif;
  line-height: 1.4;
  font-size: 1.05em;
  -webkit-overflow-scrolling: touch;
  background: #f1f1f1;
  height: 100vh;
   }
  
div.small a {
  color: #000; }
div.small a:hover {
    color: #000; }

a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  z-index: 9999;
  }
  a.go-back {
    font-size: 0.9rem;
    float: left; }

p, p span, p span span {
  font-size: 1em !important;
  line-height: 1.5em !important;
  color: #000 !important;
  font-family:'Swiss721BT-Light', helvetica, arial, sans-serif;
  }

::-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-outer.loading{
opacity: 0;
transition: opacity 1s;
-webkit-transition: opacity 1s;
}

.map-outer{
opacity: 1;
overflow-y: hidden;
overflow-x:scroll;
margin: 0px 0px;
background-color: transparent;
position: relative;
max-height: 100%;
height: 97svh !important;

}
.map-outer a {
border: 0px solid;
outline-color: transparent;
outline-width: 0px; }
  
.map-outer img, .map-outer map {
max-height: 97svh;
aspect-ratio: auto 13032 / 1536;
    }

.top-menu {
  width: 100%;
  height: 34px;
  position: fixed;
  z-index: 200;
  }
  img.top-menu.work {
    background-color: transparent !important; }
  .top-menu btn-default {
    color: #000 !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: 25px 0;
    color: #000 !important; }

.web-title {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 34px;
  margin: 0.5em auto;
  text-align: center;
  position: relative;
  font-family: "swiss721boldcondensed", "Swiss721BT-BoldCondensed", "fallBackHelvetica Neue", sans-serif !important;
  display: block;
  }

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

.right {
  color: #000;
  display: inline-block;
  position: absolute;
  float: right;
  right: 40px; }
  .right div {
    display: inline-block;
    margin-left: 1.1em;}
  .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; }


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

/*work page
------------------------------------------------------------------------------*/
body .popup-outer {
    height: auto;
    max-height: 100svh;
    /*padding: 15px;*/
    width: 100%;
}

@media screen and (max-width:825px){

.col-work-image{
    height: 70svh;
    width: 100%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 1em;
  }

.col-work-image img {
        width: auto;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
}

.col-work-left-text {
  padding: 20px; 
  line-height: 1.3;
  background-color:#f1f1f1;
}

}

@media screen and (min-width:825px){
  body .popup-outer {
      overflow: clip;
}

.popup-inner {
    display: grid;
    align-items: start;
    height: 100svh;
    grid-template-columns: 1fr 1fr;
    overflow-y: scroll;

}

.col-work-image{
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  background: #fff;
  text-align: center;
  position: sticky;
  top: 0px;
}

.col-work-image img{
  width: auto;
  max-height: 100svh;
  padding: 20px;
  max-width: 100%;
}

.col-work-left-text {
margin: 4em 20px;
line-height: 1.3;
max-width: 80%;
}
}

.labelBlock {padding: 0px !important; margin: 0px !important;}


.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; }


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;
  opacity: 1;
  transition: 1s opacity;
  -webkit-transition: 1s opacity;
   }

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; }


/* standard label styles */
.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;}
.labelBlockCredit { margin-bottom: 15px; }
.labelBlockExt { margin-bottom: 15px; }

.labelTitle{ font-weight: bold; }
.labelForeignTitle{ font-weight: bold; }
.labelArtistName{font-weight: bold;font-size: 1.25em;}
.labelAccNo{ display: block;  }



.labelBlockCreditlines {
  font-size: 80%;
}


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


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

.image-footer .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;
}