#social-share a {
  cursor: pointer;
  color: #fff;
  padding: 1px;
  opacity: 0.8;
  box-shadow: 1px 1px 1px #999;
  margin: 4px;
  background: #0b97c4;
  transition: all 0.3s; 

}

#social-share a:hover {
  opacity: 1;
  color: #fff; 
  box-shadow: 1px 1px 1px #000;
}

#social-share .fa{
  width: 25px;
  height: 12px;
  text-align: center;
  margin: 9px 0px;
}

#social-share .facebook{
	background: #528CE0;
}

#social-share .twitter{
	background: #00ABF1;
}

#social-share .tumblr{
	background: #395976;
}

#social-share .reddit{
	background: #FF4500;
}

#social-share .googlePlus{
	background: #D51F1E;
}

#social-share .pinterest{
	background: #EA1514;
}