#vertical-dots {
  /* position: fixed;
  right: 10px;
  top: 40%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 999; */
  /* position:absolute; right:0; */
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  background-color: #fff;
  border: 1px solid #dc582c;
  border-radius: 10px;
  z-index: 999;
  content: "";
  color: transparent;
  font-size: 14px;
  line-height: 10px;
  vertical-align: middle;
  margin: 5px 0 5px 0;
  font-weight: 300;
}
.dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.dot span {
  margin: 0px 0px 20px 15px;
  position: relative;
  top: 0px;
  left: -80px;
}
#vertical-dots {
  width: 100px;
  height: 200px; /*background-color:rgb(240,240,240); border:solid 1px rgb(220,220,220);*/
  padding: 0 0px;
  position: fixed;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10000;
  text-align: right;
}
/* nav#vertical-dots ul li a {
  text-decoration: none;
} */
nav#vertical-dots ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 7px;
}
.dot.name-active {
  background-color: #dc582c;
  -webkit-transform: scale(2);
  transform: scale(2);
  border: 0.5px solid #fff;
}
/* .name-active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #dc582c;
  text-align: right;
}
.name-active span {
  padding: 20px;
  background-color: #dc582c;
} */
