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

#shareBar {
  border-bottom: 2px solid rgba(255,255,255,0.1);
  display: inline-block;
  width:auto;
  margin-bottom: 48px;

 /* position: relative;
  width: 100%; height: 40px;
  top: 38px; 
  right: 2.2em !important;*/
}
#header #shareBar{
  /*
  right:0;
  */
}
#shareBar a {
  font-size: 32px;
  vertical-align: top;
  display: inline-block;
  padding: 20px;
  /*
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  */
}

#shareBar a:hover {
  opacity: 0.5;
  /*
  display:block; float:left;
  text-decoration: none;
  width: 30px; height: 30px;
  margin-left: 10px;
  */
}

#shareBar a span {
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  margin-top: 12px;
  font-family: flama;
}