
.icons:before {
  font-family: FontAwesome;
  content: '';
  margin: 2px 15px 0 1px;
  width: 15px;
  height: 20px;
  display: block;
  float: left;
  text-rendering: optimizeLegibility;
} 
.linkedin-icon:before {
  content: '\f08c';
}
.facebook-icon:before {
  content: '\f082';
}
.instagram-icon:before {
  content: '\f16d';
}
.document-icon:before {
  content: '\f15c';
}
.phone-icon:before {
  content: '\f095';
}
.fax-icon:before {
  content: '\f1ac';
}
.mail-icon:before {
  content: '\f0e0';
}
.youtube-icon:before {
  content: '\f167';
}
.world-icon:before {
  content: '\f0ac';
}
.map-icon:before {
  content: '\f21d  ';
}
.link-icon:before {
  content: '\f0c1  ';
}