div.socialBox {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #000;
  background-color: rgba(0,0,0,0.85);
  color: #fff;
  vertical-align: baseline;
  margin-top: -130px;
  margin-left: -150px;
  padding: 20px;
  height: 60px;
  width: 370px;
  float: right;
  -webkit-transition: opacity 0.3s ease, margin-top 0.3s ease;
  -moz-transition:    opacity 0.3s ease, margin-top 0.3s ease;
  -ms-transition:     opacity 0.3s ease, margin-top 0.3s ease;
  transition:         opacity 0.3s ease, margin-top 0.3s ease;
}
div.active {
  margin-top: -120px;
  opacity: 1;
  visibility: visible;
}
div.socialBox:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left:  10px solid transparent;
  border-right: 10px solid transparent;
  border-top:   10px solid rgba(0,0,0,0.85);
}
.fb, .twit, .gplus, .hatena, .linkedin {
  float:  left;
  overflow: visible;
  padding: 0 0 0 5px;
}
.sclButton {
  cursor: pointer;
}
