@font-face {
  font-family: 'icomoon';
  src:  url('fonts_SocialBar/icomoon.eot?syckcs');
  src:  url('fonts_SocialBar/icomoon.eot?syckcs#iefix') format('embedded-opentype'),
    url('fonts_SocialBar/icomoon.ttf?syckcs') format('truetype'),
    url('fonts_SocialBar/icomoon.woff?syckcs') format('woff'),
    url('fonts_SocialBar/icomoon.svg?syckcs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e904";
  color: ##ffffff;
}
.icon-instagram:before {
  content: "\e902";
  color: ##ffffff;
}
.icon-twitter:before {
  content: "\e903";
  color: ##ffffff;
}
.icon-facebook:before {
  content: "\e901";
  color: #ffffff;
}
.icon-whatsapp:before {
  content: "\e900";
  color: ##ffffff;
}