#shareBar{
  font-family: 'font-awesome';
  font-size: 2.6rem;
  position: absolute;
  right: 0;
  top: 14px;
  color: #111;
}

#header #shareBar {
  right:0;
}
#shareBar i {
  display:block; float:left;
  text-decoration: none;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer !important;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#shareBar i:hover {
  opacity: 1;
}

#shareBar i span {
  display: none;
  font-size: 1.4rem;
  vertical-align: bottom;
  padding: 0 12px 0 6px;
  overflow: auto;
}