.fa {
  padding: 15px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;

}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;

  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-google-plus{
  background: #d94d3d;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-envelope {
  background: #ff8a00;
  color: white;

}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-whatsapp {
  background: #3ee057; /* background: #47be29;*/
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-phone {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-vcard{
  background: #e300ff;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

.fa-comments-o{
  background: #ff6600;
  color: white;
}

.fa-commenting-o{
  background: #1a73e7;
  color: white;
}

.fa-map-marker{
  background: #1a73e7;
  color: white;
}

.fa-globe{
  background: #1a73e7;
  color: white;
}

.fa-calendar-plus-o{
  background: #1a73e7;
  color: white;
}