@font-face {
  font-family: 'omnicon';
  src: url('../font/omnicon.eot?18004676');
  src: url('../font/omnicon.eot?18004676#iefix') format('embedded-opentype'),
       url('../font/omnicon.woff2?18004676') format('woff2'),
       url('../font/omnicon.woff?18004676') format('woff'),
       url('../font/omnicon.ttf?18004676') format('truetype'),
       url('../font/omnicon.svg?18004676#omnicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'omnicon';
    src: url('../font/omnicon.svg?18004676#omnicon') format('svg');
  }
}
*/
[class^="omnicon-"]:before, [class*=" omnicon-"]:before {
  font-family: "omnicon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.omnicon-mail:before { content: '\e800'; } /* '' */
.omnicon-search:before { content: '\e801'; } /* '' */
.omnicon-thumbs-up:before { content: '\e802'; } /* '' */
.omnicon-share:before { content: '\e803'; } /* '' */
.omnicon-arrow-circle-left:before { content: '\e804'; } /* '' */
.omnicon-arrow-circle-right:before { content: '\e805'; } /* '' */
.omnicon-memoweb:before { content: '\e806'; } /* '' */
.omnicon-news:before { content: '\e807'; } /* '' */
.omnicon-approfondimenti:before { content: '\e809'; } /* '' */
.omnicon-guide:before { content: '\e80a'; } /* '' */
.omnicon-home-outline:before { content: '\e80b'; } /* '' */
.omnicon-plus:before { content: '\e80c'; } /* '' */
.omnicon-rassegna:before { content: '\e80d'; } /* '' */
.omnicon-edit:before { content: '\e80e'; } /* '' */
.omnicon-moduli:before { content: '\e814'; } /* '' */
.omnicon-tag:before { content: '\e815'; } /* '' */
.omnicon-categorie:before { content: '\e816'; } /* '' */
.omnicon-aree:before { content: '\e817'; } /* '' */
.omnicon-impostazioni:before { content: '\e818'; } /* '' */
.omnicon-twitter:before { content: '\f099'; } /* '' */
.omnicon-facebook:before { content: '\f09a'; } /* '' */
.omnicon-menu:before { content: '\f0c9'; } /* '' */
.omnicon-mail-filled:before { content: '\f0e0'; } /* '' */
.omnicon-linkedin:before { content: '\f0e1'; } /* '' */
.omnicon-angle-right:before { content: '\f105'; } /* '' */
.omnicon-youtube:before { content: '\f16a'; } /* '' */
.omnicon-instagram:before { content: '\f16d'; } /* '' */
.omnicon-trash:before { content: '\f1f8'; } /* '' */
