@-webkit-keyframes bumpUp {
  20% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bumpUp {
  20% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.act-list {
    list-style: none;
    padding: 0;
    margin: auto;
    width: 100%;
    color: #242C35;
}
.act-list > li {
    display: block;
    margin: 0px;
}
.act-list > li > input {
  display: none;
}
.act-list > li > input:checked ~ label {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-animation: none;
          animation: none;
  transition: .1s;
}
.act-list > li > input:checked ~ label > .toggleIcon::before {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-shadow: 0 0 3px #333;
}
.act-list > li > input:checked ~ label > .toggleIcon::after {
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.act-list > li > input:checked ~ .options > ul {
  
}
.act-list > li > input:checked ~ .options > ul > li {
  margin-top: 6px;
  opacity: 1;
  height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.act-list > li > label {
  padding: 2vh 15px;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 0 #FFF;
  transition: .1s;
    border: 1px solid #808080;
}
.act-list > li > label[for="item1"]{
  background: #FFF;
}
.act-list > li > label[for="item2"]{
  background: #F1EFF2;
}
.act-list > li > label[for="item3"]{
  background: #CDCDCD;
}

.act-list > li > label:hover {
  background: rgba(255, 255, 255, 0.8);
}
.act-list > li > label > .toggleIcon {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  right: .8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.act-list > li > label > .toggleIcon::before, .act-list > li > label > .toggleIcon::after {
  content: '';
  position: absolute;
  background: #AAA;
  transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
}
.act-list > li > label > .toggleIcon::before {
  width: 2px;
  height: 100%;
  left: calc(50% - 2px);
  margin-left: 1px;
}
.act-list > li > label > .toggleIcon::after {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
}
.act-list > li > .options {
  position: relative;
  overflow: hidden;
}
.act-list > li > .options > ul {
    font-size: .9em;
    list-style: none;
    margin-top: -42px;
    padding: 0;
    transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 2);
    display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.act-list > li > .options > ul > li {
    margin-top: -40px;
      margin-left: auto;
    margin-right: auto;
    display: inline-block;
  position: relative;
  cursor: pointer;
  background: #F6F6F6;
      border: none;
  color: #666;
  transition: 0.3s ease;
  transition-property: margin, opacity;
}

.act-list > li > .options > ul.land > li{
  width: 25%;

}
.act-list > li > .options > ul.ocean > li{
width: 50%;
}
.act-list > li > .options > ul.cultural > li{
width: 25%;
}
.act-list > li > .options > ul > li img{
  width: 100%;
  height: auto;
    display: none;
}
.act-list > li > .options > ul > li a{
    width: 100%;
    position: absolute;
    text-align: center;
    height: 25vh;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.act-list > li > .options > ul > li a:hover{

}
.act-list > li > .options > ul > li a .act-content{
  display:none;
}
.act-list > li > .options > ul > li:hover {
  background-color: rgba(0,0,0, 0.5);
    background-blend-mode: darken;

}
.mfp-bottom-bar {
    margin-top: 0;
    position: absolute;
    top: 15%;
    right: 5px;
    left: auto;
    width: calc(50% - 10px);
    cursor: auto;
}
.mfp-title{
      padding-right: unset;

    max-width: 80%;
    margin: auto;
}
.mfp-title h2{
  padding-right: 36px;
}
img.mfp-img {
      max-width: 93%;
    float: left;
}
.mfp-figure:after{
  background: rgba(0,0,0,0.6);
      left: -40px;
    top: -40px;
    bottom: -40px;
    right: -40px;
}

@media(max-width: 768px){
  .mfp-image-holder .mfp-content {
    max-width: 89%;
}
}

@media(max-width: 480px){
img.mfp-img {
    max-width: 100%;
    float: none;
}
.mfp-bottom-bar {
    margin-top: 0;
    /* margin-right: 4px; */
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    margin: auto auto;
    width: 95%;
    cursor: auto;
}
.mfp-figure:after{
  box-shadow: none;
    background: none;
}
.mfp-figure figcaption{
  margin-top: -10%;
}
.mfp-title{
    max-width: 100%;
}
.act-list > li > .options > ul.land > li{
width: 50%;

}
.act-list > li > .options > ul.cultural > li{
width: 50%;
}
.act-list > li > input:checked ~ .options > ul > li:nth-child(3),
.act-list > li > input:checked ~ .options > ul > li:nth-child(4){
      margin-top: 0px;
}
}



