#fixed-social {
  right: 0;
  top: 89px;
  top: -73px;
  z-index: 1;
  padding: 0px;
  margin: 0px;
  position: fixed;
  background: rgba(0,0,0,0);
  width: 75px;
  height: 100%;
}

#fixed-social a:hover {
  color: #c49707;
}

#fixed-social a {
  color: #ffffff;
  display: block;
  height: 75px;
  position: relative;
  text-align: center;
  line-height: 75px;
  width: 75px;
  margin-bottom: 1px;
  font-size: 1.7rem;
  z-index: 1;
}

#fixed-social a:hover > span {
  visibility: visible;
  /*left: 41px;*/
  opacity: 1;
}

#fixed-social a span {
  line-height: 75px;
  left: 80px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  font-family: 'ParalucentTextW00-Book';
  font-weight: bold;
}

.fixed-facebook {
  background-color: rgba(0,0,0,0);
}

.fixed-facebook span {
  background-color: rgba(255,255,255,0);
}

.fixed-instagram {
  background-color: rgba(0,0,0,0);
}

.fixed-instagram span {
  background-color: rgba(0,0,0,0);
}

