.icon {
    font-size: 10px;
}

.icon:before {
    content:' ';
    vertical-align:middle;
    display: inline-block;
    background-image: url("../svg/sprite.svg");
    background-repeat: no-repeat;
    background-size: 12.6em 9.1em;
}

.no-svg .icon:before {
    background-image: url("../svg/sprite.png");
}



  .icon.LIBEO-logo:before {
      background-position: 0em 0em;
      width: 12.6em;
      height: 2.1em;
  }




  .icon.icn-facebook:before {
      background-position: 0em -2.1em;
      width: 1.8em;
      height: 1.8em;
  }




  .icon.icn-instagram:before {
      background-position: 0em -3.9em;
      width: 1.8em;
      height: 1.8em;
  }




  .icon.icn-linked_in:before {
      background-position: 0em -5.7em;
      width: 1.8em;
      height: 1.8em;
  }




  .icon.icn-twitter:before {
      background-position: 0em -7.5em;
      width: 2em;
      height: 1.6em;
  }





