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


html {
    font-size: 10px;
}

html,body {
    background-color: white; font-family: 'Encode Sans', sans-serif; 
    width: 100%; min-height: 100vh; margin: 0;
}

.cover {
    width: 100%; min-height: 100vh; 
}

.inner-cover {
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 85px;
    padding-bottom: 85px;
    min-height: calc(100vh - 40px);
}

.inner-cover-lz {
    max-width: 840px;
    padding-left: 20px;
    padding-right: 20px;
}

.cover-footer {
    height: 40px;
    text-align: center;
}


.fm-icon-footer {
    cursor: pointer;
    font-size: 1.8rem;
    padding: 0.9rem 1.2rem;
    color: rgba(0, 0, 0, 0.55);
}


.root {
    width: 100%;
    height: 100%;
}

.stickyelem {
    position: -webkit-sticky; /* Safari & IE */
    position: sticky;
    top: 0;
}



.mediaitem {max-width:500px; width: 100%; object-fit: cover; height: auto; }

a {
    color: black;
}

a:link {
    color: black;
}

a:visited {
    color: black;
}

a:focus {
    color: black;
}

a:hover {
    color: black;
    opacity: 0.5;
}

a:active {
    color: black;
}

a.nostyle {
  color: inherit;
  text-decoration: none; /* no underline */
}



a.interested {
  text-decoration-color: #B83B3E;
}

a.acquired {
  text-decoration-color: #FD8200;
}

a.disposed {
  text-decoration-color: #F8BD4D;
}



.selectablediv-bordered {
    cursor: pointer;
}
@media (hover: hover){
    .selectablediv-bordered:hover {
        border: 1px solid #cccccc !important;
    }
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-weight: 300;
}
h5 { font-size: 2.4rem; }
h6 { font-size: 2rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h5 { font-size: 2.4rem; }
  h6 { font-size: 2rem; }
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border-radius: 1px;
  border: 1px solid #000;
  -webkit-appearance: none;
}



input[type="submit"][disabled], input.button-lg[type="submit"][disabled]{
  color: #888;
  border-color: #888;
  outline: 0;
}

.wraptext {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p {
    /* font-size: 14px; */
    -ms-word-break: break-all;
    /* word-break: break-all; */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* navigation bar */
/*
https://medium.com/swlh/how-to-create-a-basic-responsive-navigation-bar-beb8692953e3
*/

#nav-icon2 {
  width: 6em;
  height: 5em;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: 0;
  padding: 0;
}


#nav-icon2 span {
  border: none;
  display: block;
  position: absolute;
  height: 0.5em;
  width: 50%;
  background: black;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  padding: 0;
  margin: 0;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.5em 0.5em  0;
}

#nav-icon2 span:nth-child(odd) {
  left:0em;
  border-radius: 0.5em 0 0 0.5em;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0em;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 2em;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 4em;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 0.5em;
  top: 0.7em;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 0.5em);
  top: 0.7em;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 0.5em;
  top: 2.9em;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 0.5em);
  top: 2.9em;
}




.nav-header {
  z-index: 105;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  height: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;

}

nav {
  display: flex;
  flex: 1 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* max-width: 960px; */
}
.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
span.nav-toggle {
  display: block;
  font-size: 0.4rem;
  padding-left: 1.2rem;
}
.logo {
  /* margin: 20px 0 20px 0; */
}
.logo h5 {
 margin: 0;
}
.nav-menu-list {
  display: none;
}
.nav-menu-list-item {
  cursor: pointer;
  text-align: center;
  padding: 5px 20px;
  text-decoration:none;
}

.nav-overlay {
  box-sizing: border-box;
  background-color: #fff;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 103;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}

.nav-overlay.open {
  height: 100vh;
  transition-delay: 0s;
}

.nav-overlay .nav-overlay-list-item:nth-child(1) {
  margin-top: 100px;
}
  
.nav-overlay-list-item {
  font-size: 1.1em;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 20px;
  text-decoration:none;
  transition-delay: 0.5s;
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
}

.nav-overlay-list-item.open {
  transition-delay: 0s;
  opacity: 1;
  transition-delay: .5s;
}


.fm-icon-nav {
    cursor: pointer;
    font-size: 1.8rem;
    padding: 0.9rem 1.2rem;
}



.appear-mobile {
    display:none;
}
.hide-mobile {
    display:block;
}
.appear-mobile-inline-block {
    display:none;
}
.hide-mobile-inline-block {
    display:inline-block;
}
.appear-mobile-flex {
    display:none;
}
.hide-mobile-flex {
    display:block;
}

/* Larger than tablet */
@media (max-width: 750px) {
    .appear-mobile {
        display:block;
    }
    .hide-mobile {
        display:none;
    }
    .appear-mobile-inline-block {
        display:inline-block;
    }
    .hide-mobile-inline-block {
        display:none;
    }
    .appear-mobile-flex {
        display:flex;
    }
    .hide-mobile-flex {
        display:none;
    }
}




@media screen and (min-width: 800px) {
  .logo {
    /*
    padding-left: 50px;
    margin: 0;
    */
  }
  .nav-menu-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
  }
  span.nav-toggle {
    display: none;
  }

  .nav-overlay {
    display:none;
  }

  .fm-icon-nav {
      padding: 9px 20px;
  }

}


button, .button, input[type="submit"], input[type="reset"], input[type="button"] {
  letter-spacing: normal;
  height: 30px;
  padding: 0 12px;
  margin-bottom: 0;
  color: #000;
  line-height: 25px;
  border-radius: 1px;
  border: 1px solid #000;
}

.button-lg, input.button-lg[type="submit"], input.button-lg[type="reset"],
input.button-lg[type="button"] {
  height: 38px;
  padding: 0 30px;
  color: #000;
  text-align: center;
  line-height: 38px;
  letter-spacing: normal;
  border-radius: 1px;
  border: 1px solid #000;
}

.button-inactive, .button-inactive:hover, .button-inactive:active, .button-inactive:visited, .button-inactive:focus{
  color: #ccc;
  border: 1px solid #ccc;
  pointer: none;
}

.screen-panel, .multi-panel-form {
    /* padding-top: 80px; */
    animation: fadeIn ease 0.8s;
    -webkit-animation: fadeIn ease 0.8s;
    -moz-animation: fadeIn ease 0.8s;
    -o-animation: fadeIn ease 0.8s;
    -ms-animation: fadeIn ease 0.8s;
}


.staged {
    animation: fadeInStaged ease 1.6s;
    -webkit-animation: fadeInStaged ease 1.6s;
    -moz-animation: fadeInStaged ease 1.6s;
    -o-animation: fadeInStaged ease 1.6s;
    -ms-animation: fadeInStaged ease 1.6s;
}

.staged-short {
    animation: fadeInStaged ease 0.5s;
    -webkit-animation: fadeInStaged ease 0.5s;
    -moz-animation: fadeInStaged ease 0.5s;
    -o-animation: fadeInStaged ease 0.5s;
    -ms-animation: fadeInStaged ease 0.5s;
}

.gallery-grid{
  
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: white;
  margin: 0 auto;


  animation: fadeIn ease 0.8s;
  -webkit-animation: fadeIn ease 0.8s;
  -moz-animation: fadeIn ease 0.8s;
  -o-animation: fadeIn ease 0.8s;
  -ms-animation: fadeIn ease 0.8s;
}


.gallery-cell {
  width: 350px;
  margin-bottom: 60px;
  /* border: 1px solid grey; */
}

.gallery-cell-title {
  height: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
/*  border: 1px solid black; */
}

.gallery-cell-img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 300px; /* 320px */
  border-radius: 1px
}

.crossfade-img-container {
}

.img-shadow {
  position: relative;
  z-index: 2;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

@media screen and (min-width: 725px) {
  .gallery-cell {
    margin-bottom: 8.33px;  
  }
  
  .gallery-grid{
    margin-top: 8.33px;  
  }
}


@media screen and (min-width: 750px) {
  .gallery-cell {
    margin-bottom: 16.67px;  
  }
  
  .gallery-grid{
    margin-top: 16.67px;
  }
}

@media screen and (min-width: 800px) {
  .gallery-cell {
    margin-bottom: 33px;  
  }
  
  .gallery-grid{
    margin-top: 33px;
  }
}


.grid-table-artists {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


.fm-icon {
    cursor: pointer;
    font-size: 1.8rem;
    padding: 0.9rem 1.2rem;
}


.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

/*

https://jsbin.com/pizaxibuye/edit?html,css,output
https://jsbin.com/fapitajiko/edit?html,css,output

https://jsbin.com/fapitajiko/edit?html,css,output

https://jsbin.com/fapitajiko/edit?html,css,output

https://jsbin.com/fapitajiko/edit?html,css,output


final grid snapshot
https://jsbin.com/fapitajiko/1/edit?html,css,output

*/


.crossfade-overlay-fadein {
animation: fadeIn ease 0.5s;
-webkit-animation: fadeIn ease 0.5s;
-moz-animation: fadeIn ease 0.5s;
-o-animation: fadeIn ease 0.5s;
-ms-animation: fadeIn ease 0.5s;
}

.crossfade-overlay-hidden {
animation: fadeOut ease 0.3s;
-webkit-animation: fadeOut ease 0.3s;
-moz-animation: fadeOut ease 0.3s;
-o-animation: fadeOut ease 0.3s;
-ms-animation: fadeOut ease 0.3s;
}




.svgelem {
animation: fadeIn ease 1.5s;
-webkit-animation: fadeIn ease 1.5s;
-moz-animation: fadeIn ease 1.5s;
-o-animation: fadeIn ease 1.5s;
-ms-animation: fadeIn ease 1.5s;
}


@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:0.99;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:0.99;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:0.99;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:0.99;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:0.99;}
}



@keyframes fadeOut {
0% {opacity:0.99;}
100% {opacity:0;}
}

@-moz-keyframes fadeOut {
0% {opacity:0.99;}
100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
0% {opacity:0.99;}
100% {opacity:0;}
}

@-o-keyframes fadeOut {
0% {opacity:0.99;}
100% {opacity:0;}
}

@-ms-keyframes fadeOut {
0% {opacity:0.99;}
100% {opacity:0;}
}




@keyframes fadeInStaged {
0% {opacity:0;}
60% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeInStaged {
0% {opacity:0;}
60% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeInStaged {
0% {opacity:0;}
60% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeInStaged {
0% {opacity:0;}
60% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeInStaged {
0% {opacity:0;}
60% {opacity:0;}
100% {opacity:1;}
}




.reaction {
  opacity: 0;
  z-index: 2
}


.reaction-1 {
  animation: floating-reaction-1 0.75s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
.reaction-2 {
  animation: floating-reaction-2 0.75s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
.reaction-3 {
  animation: floating-reaction-3 0.75s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}

.reaction-1L {
  animation: floating-reaction-1L 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
.reaction-2L {
  animation: floating-reaction-2L 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}
.reaction-3L {
  animation: floating-reaction-3L 0.7s cubic-bezier(0.5, 0.5, 0.5, 0.5);
}


@keyframes floating-reaction-1 {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
  50% {
    opacity: 0.8;
    bottom: 125%;
    left: -30%;
  }
  100% {
    opacity: 0;
    bottom: 150%;
    left: -60%;
  }
}

@keyframes floating-reaction-2 {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
  50% {
    opacity: 0.8;
    bottom: 150%;
    left: 0%;
  }
  100% {
    opacity: 0;
    bottom: 200%;
    left: 0%;
  }
}

@keyframes floating-reaction-3 {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
  50% {
    opacity: 0.8;
    bottom: 125%;
    left: 30%;
  }
  100% {
    opacity: 0;
    bottom: 150%;
    left: 60%;
  }
}


@keyframes floating-reaction-1L {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
  50% {
    opacity: 0.8;
    bottom: 106%;
    left: -30%;
  }
  100% {
    opacity: 0;
    bottom: 112%;
    left: -60%;
  }
}

@keyframes floating-reaction-2L {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
  50% {
    opacity: 0.8;
    bottom: 115%;
    left: 0%;
  }
  100% {
    opacity: 0;
    bottom: 130%;
    left: 0%;
  }
}

@keyframes floating-reaction-3L {
  0% {
    opacity: 0;
    bottom: 80%;
    left: 0%;
  }
  50% {
    opacity: 0.8;
    bottom: 106%;
    left: 30%;
  }
  100% {
    opacity: 0;
    bottom: 112%;
    left: 60%;
  }
}






/*
@keyframes floating-reaction {
  0% {
    opacity: 0;
    bottom: 100%;
    left: 0%;
  }
  10% {
    opacity: 1;
    bottom: 120%;
    left: 70%;
  }
  20% {
    bottom: 140%;
    left: 10%;
  }
  30% {
    bottom: 160%;
    left: 50%;
  }
  40% {
    opacity: 1;
    bottom: 180%;
    left: 5%;
  }
  48% {
    opacity: 0;
    bottom: 200%;
    left: 60%;
  }
  100% {
    opacity: 0;
    bottom: 200%;
    left: 90%;
  }
}
*/





/* modal related styles */

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: none;
  z-index: 105;
}

.modal-overlay.modal-show {
  display: block;
}

.modal {
  min-height: 40vh;
  position: fixed;
  bottom: -150vh;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.15);
  left: 0;
  transition: all 0.3s ease-out;
  z-index: 110;
}

.modal.modal-show {
  bottom: 0;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  top: -40px;
  right: 0px;
  background-color: white;
  border: 0;
  font-size: 16px;
}

.modal-contents {
    min-height: 40vh;
    padding: 18px;
}





/* litem page grid */


.litemp-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 9px;
}


.litemp-griditem {
}


