@font-face {
  font-family: 'brands';
  src:  url('../fonts/brands.eot?c3brvx');
  src:  url('../fonts/brands.eot?c3brvx#iefix') format('embedded-opentype'),
    url('../fonts/brands.ttf?c3brvx') format('truetype'),
    url('../fonts/brands.woff?c3brvx') format('woff'),
    url('../fonts/brands.svg?c3brvx#brands') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'brands' !important;
  speak: never;
  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-facebook:before {
  content: "\e900";
  /*color: #1877f2;*/
}
.icon-instagram:before {
  content: "\e901";
  /*color: #e4405f;*/
}
.icon-tripadvisor:before {
  content: "\e902";
  /*color: #00af87;*/
}
.icon-viber:before {
  content: "\e903";
  /*color: #665cac;*/
}
.icon-whatsapp:before {
  content: "\e904";
  /*color: #25d366;*/
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-compass:before {
  content: "\e949";
}
