@import url('stand.css');
@import url('f/botanical/font_style.css');
html,
body {
  height: 100%;
}
body {
  color: #020206;
  font: normal 300 16px/1 'Avenir', sans-serif;
cursor: url(img/botanical/pin.png), crosshair;
    user-select: none;

}
body a {
  color: #020206;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-family: 'Palatino';
  text-align: center;
  padding: 1.3em;
  z-index: 11;
    pointer-events: none;
}
header h1 {
  text-transform: uppercase;
  color: #f3625f;
  opacity: 0.4;
  font-size: 4.063em;
}
.notification {
  display: none;
  font-size: 1.5em;
  position: fixed;
  top: 30%;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.notification span {
  padding: 0.7em 1.7em;
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 149, 149, 0.6);
  letter-spacing: 0.1em;
}
.blossoms {
  width: 100%;
  min-height: 100vh;
  padding: 15%;
  text-align: center;
}
.blossoms li {
  display: inline-block;
  min-height: 100%;
  max-width: 70%;
  position: fixed;
  top: 5%;
  left: 15%;
    display: none;
}
.blossomss li:nth-child(1) {
  /*margin-left: -3.5%;*/
  z-index: 6;
    display: block;
}
/*
.blossoms li:nth-child(2) {
  margin-left: 0%;
  margin-top: 2%;
  z-index: 5;
}
.blossoms li:nth-child(3) {
  margin-left: 3.5%;
  margin-top: 5%;
  z-index: 4;
}
.blossoms li:nth-child(4) {
  margin-left: 7%;
  margin-top: 8%;
  z-index: 3;
}*/
.falseblossom {
  width: 100%;
  min-height: 100vh;
  padding: 15%;
    display: none;
}
.page {
    position: fixed;
    top: 50%;
    width: 100%;
}
.page li {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #f3625f;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.page li.left {
    margin-left: 18px;
}
.page li:hover {
    border: none;
    border-radius: initial;
}
.page li.left:hover {
    background-image: url(img/botanical/goleft.png);
}
.page li.right {
    /*right: 0;*/
    margin-left: calc(100vw - 48px);
}
.page li.right:hover{
    background-image: url(img/botanical/goright.png);
}
.info .content {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info .content .text {
    max-width: 50%;
  text-align: left;
  line-height: 1.4;
    margin-top: 4em;
}
.info img {
  max-width: 45%;
    margin-right: 5%;
}
/*
* enlarge plugin
*
* Copyright (c) 2016 Filament Group, Inc.
* Licensed under MIT
*/
.enlarge_pane_contain,
.enlarge_pane {
  position: relative;
}
.enlarge_btn {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-decoration: none;
  padding: 0.5em;
}
.enlarge_disabled .enlarge_btn {
  display: none;
}
.enlarge-locked .enlarge_btn {
  background-color: #333;
  color: #fff;
  border-color: #333;
  background-image: url(/img/zoom-out-light.svg);
}
.enlarge-zoomed {
  overflow: hidden;
}
.enlarge-zoomed.enlarge_flyout .enlarge_contain img,
.enlarge-zoomed .enlarge_contain img {
  max-width: none;
    max-height: none;
    margin: none;
}
.enlarge_contain {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative;
  height: 100%;
}
.enlarge_contain img {
    width: auto;
    max-height: 90vh;
    max-height: calc(90vh - 4em);
    margin-top: 4em;
    -webkit-touch-callout: none;
    user-select: none;
    /* image share menus get in the way of the interaction */
}
.enlarge-locked .enlarge_contain {
  overflow: scroll;
}
.enlarge_loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 30;
  background: #eee;
  opacity: 0;
  display: none;
}
.enlarge_loader * {
  width: 0;
  display: block;
  height: 5px;
  background: #4fa4c0;
  -webkit-transition: width 0.6s linear;
  transition: width 0.6s linear;
}
.enlarge-delay .enlarge_loader {
  /* opacity: .4; disable loader for now */
}
.enlarge_img-loading {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.enlarge_flyout {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  z-index: 9999;
}
.enlarge_flyout-flyoutloupe {
  border-radius: 100%;
  /*border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;*/
    border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #f3625f;
  box-shadow: 0 0 0 1px #f3625f;
  pointer-events: none;
}
.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyouttopright {
  top: 0;
}
.enlarge_flyout-flyoutbottomleft,
.enlarge_flyout-flyoutbottomright {
  bottom: 0;
}
.enlarge_flyout-flyouttopright,
.enlarge_flyout-flyoutbottomright {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyoutbottomleft {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.enlarge-zoomed.enlarge_flyout {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  overflow: hidden;
}
.enlarge-zoomed.enlarge_flyout .enlarge_contain {
  overflow: visible;
}
.enlarge-locked.enlarge_flyout {
  overflow: auto;
}
.navdot{
    display: none;
    position: fixed;
    bottom: 10%;
    width: 100%;
    text-align: center;
    z-index: 10000;
    background:#fff;
    padding: 1em 0;
}
.dot {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #f3625f;
    border-radius: 50%;
    margin: 0 10px;
    position: relative;
}
.dot.active:before {
    content: '';
    display: block;
    border: 1px solid #f3625f;
    width: 60%;
    height: 60%;
    margin: 20%;
    /*margin: calc(20% - 1px);*/
    border-radius: 50%;
}
.touch-instruction {
    display: none;
    background: #FFF;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 35% 15%;
    text-align: center;
    color: #f3625f;
    font-family: 'Palatino';
    font-size: 2em;
}
.touch-instruction span {
    display: inline-block;
    padding: .5em;
    border: 1px solid #e8e8e8;
    color: #8c8c8c;
}
@media screen and (min-width: 60em) {
    .info .content {
        padding-top: 4em;
    }
    .enlarge_flyout-flyoutloupe {
        border-width: 8px;
    }
    .enlarge_flyout {
        width: 500px !important;
        height: 500px !important;
        transform: scale(1);
        opacity: 1;
        margin-top: -200px !important;
        top: 50% !important;
    left: 160% !important;
    }
    .enlarge_flyout .enlarge_contain {
        opacity: 0;
        -webkit-transition: opacity 0.6s linear;
        transition: opacity 0.6s linear;
    }
    .enlarge_pane:hover + .enlarge_flyout .enlarge_contain {
        opacity: 1;
    }
}

/*960*/
@media screen and (max-width: 60em) {
  header h1 {
    font-size: 3.563em;
  }
}
/*640*/
@media screen and (max-width: 40em) {
  header h1 {
    font-size: 2.563em;
  }
    ul.page {
        display: none;
    }
    .touch-instruction,
    ul.navdot {
        display: block;
    }
    .info .content {
        display: block;
    }
    .info img {
        max-width: 90%;
        margin: 2em 0 0;
    }
    .info .content .text {
        max-width: 100%;
        margin-top: 2em;
    }
    .blossoms li.info {
      position: relative;
        max-width: 100%;
        left: initial;
    }
    
    /*.blossoms li {
        left: initial;
        max-width: 85%;
    }*/
    
}
@media screen and (max-width: 26.5em) {
  header h1 {
    font-size: 1.963em;
    font-size: 1.263em; 
  }
}
@media screen and (max-width: 30em) and (max-height: 29em) {
    header h1 {font-size: 1.163em; }
    .navdot{ bottom: 0;}
    .dot { width: 18px; height: 18px;}
}
