/* -- Font Icons --------------------------- */
@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?10952502');
  src: url('fontello.eot?10952502#iefix') format('embedded-opentype'),
       url('fontello.woff?10952502') format('woff'),
       url('fontello.ttf?10952502') format('truetype'),
       url('fontello.svg?10952502#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?10952502#fontello') format('svg');
  }
}

 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-heart-empty:before { content: '\e801'; } /* '' */
.icon-heart:before { content: '\e800'; } /* '' */
.icon-desktop-1:before { content: '\e81a'; } /* '' */
.icon-facebook:before { content: '\e80e'; } /* '' */
.icon-googleplus:before { content: '\e80f'; } /* '' */
.icon-eye:before { content: '\e80a'; } /* '' */
.icon-eye-1:before { content: '\e810'; } /* '' */
.icon-left-open-big:before { content: '\e808'; } /* '' */
.icon-right-open-big:before { content: '\e809'; } /* '' */
.icon-lifebuoy:before { content: '\e80b'; } /* '' */
.icon-user:before { content: '\e80d'; } /* '' */
.icon-users:before { content: '\e80c'; } /* '' */
.icon-twitter:before { content: '\e811'; } /* '' */
.icon-gamepad:before { content: '\e802'; } /* '' */
.icon-twitter-bird:before { content: '\e812'; } /* '' */
.icon-youtube:before { content: '\e813'; } /* '' */
.icon-globe:before { content: '\e806'; } /* '' */
.icon-chart-bar:before { content: '\e807'; } /* '' */
.icon-megaphone:before { content: '\e819'; } /* '' */
.icon-bullhorn:before { content: '\e814'; } /* '' */