@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot');
  src: url('../font/fontello.eot') format('embedded-opentype'),
       url('../font/fontello.woff') format('woff'),
       url('../font/fontello.ttf') format('truetype'),
       url('../font/fontello.svg') 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('../font/fontello.svg#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-lock:before { content: '\e800'; } 
.icon-lock-open:before { content: '\e801'; } 
.icon-user:before { content: '\e802'; } 
.icon-plus:before { content: '\e803'; } 
.icon-minus:before { content: '\e804'; }
.icon-tag:before { content: '\e805'; } 
.icon-basket:before { content: '\e806'; } 
.icon-truck:before { content: '\e807'; } 
.icon-angle-circled-up:before { content: '\e808'; } 
.icon-angle-circled-down:before { content: '\e809'; } 
.icon-rss:before { content: '\e80a'; } 
.icon-attention:before { content: '\e80b'; } 
.icon-menu:before { content: '\e80c'; } 
.icon-search:before { content: '\e80d'; } 
.icon-mail:before { content: '\e80e'; } 
.icon-ok:before { content: '\e80f'; } 
.icon-cancel:before { content: '\e810'; } 
.icon-info:before { content: '\e811'; } 
.icon-star:before { content: '\e812'; }
.icon-angle-circled-left:before { content: '\e813'; } 
.icon-angle-circled-right:before { content: '\e814'; } 
.icon-angle-down:before { content: '\e815'; } 
.icon-angle-up:before { content: '\e816'; } 
.icon-angle-right:before { content: '\e817'; }
.icon-angle-left:before { content: '\e818'; } 
.icon-facebook:before { content: '\e819'; }
.icon-gplus:before { content: '\e81a'; }
.icon-pinterest-squared:before { content: '\e81b'; } 
.icon-facebook-squared:before { content: '\e81c'; } 
.icon-gplus-squared:before { content: '\e81d'; } 
.icon-twitter-squared:before { content: '\e81e'; }
.icon-twitter:before { content: '\e81f'; } 
.icon-cc-visa:before { content: '\e820'; }
.icon-cc-mastercard:before { content: '\e821'; } 
.icon-cc-discover:before { content: '\e822'; } 
.icon-cc-amex:before { content: '\e823'; } 
.icon-cc-paypal:before { content: '\e824'; } 
.icon-cc-stripe:before { content: '\e825'; } 
.icon-credit-card:before { content: '\e826'; }
.icon-dropbox:before { content: '\e827'; }
