body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 112.5%;
  line-height: 1.6em;
}

.ibutton
    {
        position: fixed;
        bottom:0.5em;
       right:0.5em;
        
    }

.inlineimage {
    padding: 20px;
    
}


h1.title {
  font-family: helvetica, sans-serif;
  font-size: em;
    padding-top: 3px;
    padding-bottom: 0;
  letter-spacing: 1px;
    font-style: ;
    color: #444;
}


.container{
    min-height: 100%;
}

.intro {
	width: 100%;
    height: 100%;
	position: absolute;
    font-family: Georgia, serif;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  line-height: 1em;
  font-size: 1.4em;
    font-style: italic;
}


.line{
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 50%;
    top: 50%;
  margin-left: -3px;
  background: #505050;
  z-index: 5;
}





.player {

  color: #FFF;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
z-index: 1000;
}


.barstick {

  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(25vw + 0.3em);
z-index: 1000;
}

.blurbox {
    backdrop-filter: blur(3px);
    top: 2px;
    position: relative;

}
    

.videoborder {
    position: relative;
    margin: 0em 0em 0em 0em;
    padding: 0.3em;
    background: #858b97;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: 0em;
    min-height: 1.5em;
    font-family: Georgia, serif;
    font-style: italic;
}

.toolrow {
    position: relative;
    margin: 0em 0em 0em 0em;
    padding: 0em;
    background: #ffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    top: 0em;
    min-height: 1.5em;
    font-family: Georgia, serif;
    color: #a19868;
}

.timeline {
  position: relative;
  width: 870px;
  margin: 0px auto;
  padding: 5px;
  list-style-type: none;
    color: #323232;
    background: #fff;
}



@media (max-width: 860px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
}

.pageblock1{
    min-height: calc(47vh - 13.5vw);
    position: relative;
}

.pageblock2{
    min-height: calc(48vh - 12.5vw);
    position: relative;
}

.socket{
    min-height: 2em;
    position: relative;
}


/* MODAL */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: calc(25vw + 3em); /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 100%;
   min-height: 100%;
    align-content: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  

  @media screen and (-ms-high-contrast: active) {
    border: 2px solid currentcolor;
  }
}


.buynow {
    width:100%;
    background: #000;
    padding: 20px;
    color: #fff;
    font-family: muli;
    align-content: center;
    text-decoration: none;
    margin-top: 20px;

    
}


.buynow:hover {
background: #444444;    
}
a:link,
a:visited,
a:active { color: #000; text-decoration: none; }

a:hover { color: grey; text-decoration: none; }




/*TIMELINE*/





.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #505050;
  z-index: 5;
}
.timeline li {
  padding: 1em 0;
}
@media (max-width: 860px) {
  .timeline li {
    padding: 2em 0;
  }
}
.timeline li::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 400px;
  float: left;
  text-align: right;
}
@media (max-width: 860px) {
  .direction-l {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.direction-l .flag {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
     font-family: Georgia, serif;
    
}
.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
@media (max-width: 860px) {
  .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 8px;
    pointer-events: none;
  }
}
.direction-l .time-wrapper {
  float: left;
}
@media (max-width: 860px) {
  .direction-l .time-wrapper {
    float: none;
  }
}

.direction-r {
  position: relative;
  width: 400px;
  float: right;
}
@media (max-width: 860px) {
  .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.direction-r .flag {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
     font-family: Georgia, serif;
}
.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
@media (max-width: 860px) {
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 8px;
    pointer-events: none;
  }
}
.direction-r .flag:before {
  left: -40px;
}
.direction-r .time-wrapper {
  float: right;
}
@media (max-width: 860px) {
  .direction-r .time-wrapper {
    float: none;
  }
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
@media (max-width: 860px) {
  .flag-wrapper {
    text-align: center;
  }
}
.flag-wrapper .flag {
  position: relative;
  display: inline;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 860px) {
  .flag-wrapper .flag {
    background: white;
    z-index: 15;
  }
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #a19868;
  z-index: 10;
}
@media (max-width: 860px) {
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    margin-left: -10px;
  }
}

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 1.4em;
  color: #000000;
  vertical-align: middle;
    font-family: Georgia, serif;
}
@media (max-width: 860px) {
  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
}
.time-wrapper .time {
  display: inline-block;
  padding: 4px 6px;
  background: #f8f8f8;
}

.dimg {
  
}

.direction-l .dimg {
    position: absolute;
    top: -1em;
     left:-60%;
         padding:0.5em;
}

.direction-r .dimg {
    position: absolute;
    top: -1em;
     right:-60%;
         padding:0.5em;
}


@media (max-width: 860px) {
  .dimg {
      position: static !important;
  }

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.5em;
}
.desc a {
  color: #a19868;
  text-decoration: none;
}
.desc a:hover {
  text-decoration: underline;
}
@media (max-width: 860px) {
  .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    background: whitesmoke;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
}

    .dot {
          display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #a19868;
  z-index: 10;
        left: 50%;
    top: -8px;
    margin-left: -9px;
        position: relative;
    }
    
     .pond
    {
      position: relative;
      top: 10px;
      left: 0;
    }
     .fish
    {
      position: absolute;
      top: 20px;
      left: 20px;
    }
    
