/* Info Buttons Code:

   popup .??? = gen1 .popuptext/::after/.show
                         gen2 .popuptext/::after/.show
                         gen3 .popuptext/::after/.show
                         gen4 .popuptext/::after/.show
                         gen5 .popuptext/::after/.show
                         
*/

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 12;

}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 400px;
  background-color: #86815F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: -250%;
  left: 50%;
  margin-left: -50px;
  z-index: 13;
  
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #86815F transparent;
  z-index: 12;
  
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 12;
  
}

/* Popup1 container - can be anything you want */
.gen1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 12;

}

/* The actual popup1 */
.gen1 .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #86815F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: -250%;
  left: 50%;
  margin-left: -50px;
  z-index: 13;
  
}

/* Popup1 arrow */
.gen1 .popuptext::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FF0000 transparent;
  z-index: 12;
  
}

/* Toggle1 this class - hide and show the popup */
.gen1 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 12;
  
}

/* Popup2 container - can be anything you want */
.gen2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 12;

}

/* The actual popup2 */
.gen2 .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #86815F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: -250%;
  left: 50%;
  margin-left: -150px;
  z-index: 13;
  
}

/* Popup2 arrow */
.gen2 .popuptext::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FF0000 transparent;
  z-index: 12;
  
}

/* Toggle2 this class - hide and show the popup */
.gen2 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 12;
  
}

/* Popup3 container - can be anything you want */
.gen3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 12;

}

/* The actual popup3 */
.gen3 .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #86815F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: -250%;
  left: 50%;
  margin-left: -250px;
  z-index: 13;
  
}

/* Popup3 arrow */
.gen3 .popuptext::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FF0000 transparent;
  z-index: 12;
  
}

/* Toggle3 this class - hide and show the popup */
.gen3 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 12;
  
}

/* Popup4 container - can be anything you want */
.gen4 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 12;

}

/* The actual popup4 */
.gen4 .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #86815F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: -250%;
  left: 50%;
  margin-left: -350px;
  z-index: 13;
  
}

/* Popup4 arrow */
.gen4 .popuptext::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 70%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FF0000 transparent;
  z-index: 12;
  
}

/* Toggle4 this class - hide and show the popup */
.gen4 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 12;
  
}

/* Popup5 container - can be anything you want */
.gen5 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 12;

}

/* The actual popup5 */
.gen5 .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #86815F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  bottom: -250%;
  left: 50%;
  margin-left: -450px;
  z-index: 13;
  
}

/* Popup5 arrow */
.gen5 .popuptext::after {
  content: "";
  position: absolute;
  top: -18%;
  left: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FF0000 transparent;
  z-index: 12;
  
}

/* Toggle5 this class - hide and show the popup */
.gen5 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 12;
  
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
  z-index: 12;
  
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
  z-index: 12;
  
}