@font-face {
  font-family: 'dorigo_icon';
  src: url('../font/dorigo_icon.eot?99570554');
  src: url('../font/dorigo_icon.eot?99570554#iefix') format('embedded-opentype'),
       url('../font/dorigo_icon.woff2?99570554') format('woff2'),
       url('../font/dorigo_icon.woff?99570554') format('woff'),
       url('../font/dorigo_icon.ttf?99570554') format('truetype'),
       url('../font/dorigo_icon.svg?99570554#dorigo_icon') 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: 'dorigo_icon';
    src: url('../font/dorigo_icon.svg?99570554#dorigo_icon') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "dorigo_icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  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); */
}
 
.icon-grid:before { content: '\e800'; } /* '' */
.icon-users:before { content: '\e801'; } /* '' */
.icon-news:before { content: '\e802'; } /* '' */
.icon-profile-edit:before { content: '\e803'; } /* '' */
.icon-add-cart:before { content: '\e804'; } /* '' */
.icon-admin:before { content: '\e805'; } /* '' */
.icon-back:before { content: '\e806'; } /* '' */
.icon-cart:before { content: '\e807'; } /* '' */
.icon-detail-sheet:before { content: '\e808'; } /* '' */
.icon-edit:before { content: '\e809'; } /* '' */
.icon-heart:before { content: '\e80a'; } /* '' */
.icon-house:before { content: '\e80b'; } /* '' */
.icon-layout:before { content: '\e80c'; } /* '' */
.icon-lens:before { content: '\e80d'; } /* '' */
.icon-profile:before { content: '\e80e'; } /* '' */
.icon-settings:before { content: '\e80f'; } /* '' */
.icon-sheet:before { content: '\e810'; } /* '' */
.icon-star:before { content: '\e811'; } /* '' */
.icon-truck-1:before { content: '\e812'; } /* '' */
.icon-log-out:before { content: '\e813'; } /* '' */
.icon-contract:before { content: '\e814'; } /* '' */
.icon-arrow-down:before { content: '\e815'; } /* '' */
.icon-file:before { content: '\e816'; } /* '' */
.icon-indent-all:before { content: '\e817'; } /* '' */
.icon-invisible:before { content: '\e818'; } /* '' */
.icon-sending-from-outbox:before { content: '\e819'; } /* '' */
.icon-file-1:before { content: '\e81a'; } /* '' */
.icon-stamp:before { content: '\e81b'; } /* '' */
.icon-team:before { content: '\e81c'; } /* '' */
.icon-certificazioni-2:before { content: '\e81d'; } /* '' */
.icon-certificazioni:before { content: '\e81e'; } /* '' */
.icon-listini-prodotti:before { content: '\e81f'; } /* '' */
.icon-materiale-espositivo:before { content: '\e820'; } /* '' */
.icon-manuali-tecnici:before { content: '\e821'; } /* '' */
.icon-schede-tecniche:before { content: '\e822'; } /* '' */
.icon-schede-tecniche-2:before { content: '\e823'; } /* '' */
.icon-video:before { content: '\e825'; } /* '' */

.icon-front:before {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.icon-team:before {
    text-shadow: 0 0 0 #000;
}

.icon-sending-from-outbox:before, .icon-file-1:before{
    text-shadow: 0px 0px 0px #999;
}