
/* --------------------------------

 points of interest

-------------------------------- */


.cd-single-point {
  position: absolute;
  border-radius: 50%;
  visibility: hidden;
  display: block;
  }
  .cd-single-point > a {
    position: relative;
    z-index: 200;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(231, 230, 230, 0.3);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .cd-single-point > a::after, .cd-single-point > a:before {
      /* rotating plus icon */
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background-color: #E7E6E6;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .cd-single-point > a::after {
      height: 2px;
      width: 12px; }
    .cd-single-point > a::before {
      height: 12px;
      width: 2px; }
  .cd-single-point::after {
    /* this is used to create the pulse animation */
    /*content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    @include animation(cd-pulse 2s infinite);*/ }
  .cd-single-point.is-open > a {
    background-color: #638b18; }
    .cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      transform: translateX(-50%) translateY(-50%) rotate(135deg); }
  .cd-single-point.is-open::after {
    /* remove pulse effect */
    display: none; }
  .cd-single-point.is-open .cd-more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
  .cd-single-point.visited > a {
    background-color: #20232C; }
  .cd-single-point.visited::after {
    /* pulse effect no more active on visited elements */
    display: none; }
  @media only screen and (min-width: 480px) {
    .cd-single-point.is-open .cd-more-info.cd-left {
      right: 140%; }
    .cd-single-point.is-open .cd-more-info.cd-right {
      left: 140%; }
    .cd-single-point.is-open .cd-more-info.cd-top {
      bottom: 140%; }
    .cd-single-point.is-open .cd-more-info.cd-bottom {
      top: 140%; } }
  @media only screen and (min-width: 768px) {
    .cd-single-point {
      visibility: visible; } }

#sec-a, #sec-b, #sec-c, #sec-d, #sec-e, #sec-f {
  position: relative;
  /* important for the poi to show in each section */ }

#sec-a .cd-single-point:nth-of-type(1) {
  top: 20%;
  right: 30%; }
#sec-a .cd-single-point:nth-of-type(2) {
  top: 24%;
  right: 36%; }
#sec-a .cd-single-point:nth-of-type(3) {
  top: 78%;
  left: 25%; }
#sec-a .cd-single-point:nth-of-type(4) {
  bottom: 20%;
  right: 82%; }

#sec-b .cd-single-point:nth-of-type(1) {
  top: 30%;
  right: 30%; }
#sec-b .cd-single-point:nth-of-type(2) {
  bottom: 24%;
  right: 46%; }
#sec-b .cd-single-point:nth-of-type(3) {
  top: 28%;
  left: 40%; }
#sec-b .cd-single-point:nth-of-type(4) {
  bottom: 25%;
  right: 33%; }

#sec-c .cd-single-point:nth-of-type(1) {
  top: 10%;
  right: 30%; }
#sec-c .cd-single-point:nth-of-type(2) {
  top: 14%;
  right: 76%; }
#sec-c .cd-single-point:nth-of-type(3) {
  bottom: 20%;
  left: 25%; }
#sec-c .cd-single-point:nth-of-type(4) {
  bottom: 70%;
  right: 82%; }

#sec-d .cd-single-point:nth-of-type(1) {
  top: 20%;
  right: 30%; }
#sec-d .cd-single-point:nth-of-type(2) {
  top: 24%;
  left: 36%; }
#sec-d .cd-single-point:nth-of-type(3) {
  bottom: 18%;
  left: 40%; }
#sec-d .cd-single-point:nth-of-type(4) {
  bottom: 20%;
  right: 22%; }

#sec-e .cd-single-point:nth-of-type(1) {
  top: 30%;
  left: 30%; }
#sec-e .cd-single-point:nth-of-type(2) {
  top: 14%;
  right: 46%; }
#sec-e .cd-single-point:nth-of-type(3) {
  bottom: 28%;
  left: 20%; }
#sec-e .cd-single-point:nth-of-type(4) {
  bottom: 20%;
  right: 22%; }

#sec-f .cd-single-point:nth-of-type(1) {
  top: 10%;
  right: 30%; }
#sec-f .cd-single-point:nth-of-type(2) {
  top: 24%;
  right: 46%; }
#sec-f .cd-single-point:nth-of-type(3) {
  bottom: 28%;
  left: 20%; }
#sec-f .cd-single-point:nth-of-type(4) {
  bottom: 20%;
  right: 22%; }

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0.8); }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0); } }
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0.8); }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0); } }
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0.8); }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(99, 139, 24, 0); } }
/* --------------------------------

Easter egg

-------------------------------- */
.easter-egg {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 35px;
  height: 70px;
  bottom: 50%;
  right: -10%;
  opacity: 0.5;
  background: url("../img/logo-outline.svg") no-repeat; }

.eggWhite {
	 opacity: 0.9;
  background: url("../img/eggWhite.svg") no-repeat;
	
	 }


  .easter-egg::after {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-single-point .cd-more-info {
  padding: 1em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
  .cd-single-point .cd-more-info::before {
    /* triangle next to the interest point description - hidden on mobile */
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent; }
  .cd-single-point .cd-more-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: .7em; }
  .cd-single-point .cd-more-info p {
    line-height: 1.4;
    text-shadow: none; 
    text-transform: none; 
    font-weight: 400;
    color: #333;
    
     }
  @media only screen and (min-width: 480px) {
    .cd-single-point .cd-more-info {
      position: absolute;
      width: 492px; /* set for youtube width AND text copy */
      height: auto;
      padding: 1.4em 1.6em;
      overflow-y: visible;
      line-height: 1.4;
  
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
      .cd-single-point .cd-more-info::before {
        display: block; }
      .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .cd-single-point .cd-more-info.cd-left {
        right: 160%;
        left: auto; }
        .cd-single-point .cd-more-info.cd-left::before {
          border-left-color: #fff;
          left: 100%; }
      .cd-single-point .cd-more-info.cd-right {
        left: 160%; }
        .cd-single-point .cd-more-info.cd-right::before {
          border-right-color: #fff;
          right: 100%; }
      .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
      .cd-single-point .cd-more-info.cd-top {
        bottom: 160%;
        top: auto; }
        .cd-single-point .cd-more-info.cd-top::before {
          border-top-color:#fff;
          top: 100%; }
      .cd-single-point .cd-more-info.cd-bottom {
        top: 160%; }
        .cd-single-point .cd-more-info.cd-bottom::before {
          border-bottom-color: #fff;
          bottom: 100%; }
      .cd-single-point .cd-more-info h2 {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 0; }
      .cd-single-point .cd-more-info p {
        font-size: 24px;
        font-size: 1.5rem; } }

/* close the interest point description - only on mobile */
.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px; }
  .cd-close-info::after, .cd-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #20232C;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .cd-close-info::after {
    height: 2px;
    width: 16px; }
  .cd-close-info::before {
    height: 16px;
    width: 2px; }
  @media only screen and (min-width: 480px) {
    .cd-close-info {
      display: none; } }



  @media only screen and (max-width: 768px) {
  	.cd-single-point {
  		position: absolute !important;
  		top: -9999px !important;
  		left: -9999px !important;
  		width: 0;
  		height: 0;
  	}
  }
  
  
  /*
  .vidbox { background-color: black !important; }

  */
  
  
  
  
  
  
  
  
  
  
  