/* ==========================================================================
   Redes Sociais
   ========================================================================== */

.shareBar {
    position: relative;
    width: 120px;
    height: 40px;
    right: 0;
    z-index: 1;
    color: #b4c0d3;
    float: right;
}

#header #shareBar{
  right:0;
}

.shareBar a{
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  color: #b4c0d3;
  text-align: center;
  font-size: 1.4rem;
  opacity: .25;
}

.shareBar a span{
  display: none;
  text-decoration: none;
  text-align: center;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
}

.shareBar a:hover {
  opacity: 1;
}

.shareBar a:hover span{
  display: block;
}