@font-face {
  font-family: 'fontello2';
  src: url('fontello.eot?58901941');
  src: url('fontello.eot?58901941#iefix') format('embedded-opentype'),
       url('fontello.woff2?58901941') format('woff2'),
       url('fontello.woff?58901941') format('woff'),
       url('fontello.ttf?58901941') format('truetype'),
       url('fontello.svg?58901941#fontello') 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: 'fontello';
    src: url('fontello.svg?58901941#fontello') format('svg');
  }
}
*/
 
 [class^="icon2-"]:before, [class*=" icon2-"]:before {
  font-family: "fontello2";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  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: 0;
 
  /* 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); */
}
 
.icon2-phone:before { content: '\e800'; } /* '' */
.icon2-left-open:before { content: '\e801'; } /* '' */
.icon2-right-open:before { content: '\e802'; } /* '' */
.icon2-tent:before { content: '\e803'; } /* '' */
.icon2-recycle:before { content: '\e804'; } /* '' */
.icon2-rfid:before { content: '\e805'; } /* '' */
.icon2-hook:before { content: '\e806'; } /* '' */
.icon2-cancel:before { content: '\e807'; } /* '' */
.icon2-trash:before { content: '\e808'; } /* '' */
.icon2-tree-leaf:before { content: '\e809'; } /* '' */
.icon2-triangular-warning-sign:before { content: '\e80a'; } /* '' */
.icon2-bear-facing-right:before { content: '\e80b'; } /* '' */
.icon2-spin3:before { content: '\e832'; } /* '' */
.icon2-twitter:before { content: '\f099'; } /* '' */
.icon2-facebook:before { content: '\f09a'; } /* '' */
.icon2-menu:before { content: '\f0c9'; } /* '' */
.icon2-linkedin:before { content: '\f0e1'; } /* '' */
.icon2-instagram:before { content: '\f16d'; } /* '' */
.icon2-twitter-squared:before { content: '\f304'; } /* '' */
.icon2-facebook-squared:before { content: '\f308'; } /* '' */