@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?50877164');
  src: url('../font/fontello.eot?50877164#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?50877164') format('woff2'),
       url('../font/fontello.woff?50877164') format('woff'),
       url('../font/fontello.ttf?50877164') format('truetype'),
       url('../font/fontello.svg?50877164#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('../font/fontello.svg?50877164#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%; */
 
  /* 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-angle-circled-up:before { content: '\61'; } /* 'a' */
.icon-phone:before { content: '\62'; } /* 'b' */
.icon-copyright:before { content: '\63'; } /* 'c' */
.icon-down-open:before { content: '\64'; } /* 'd' */
.icon-play:before { content: '\65'; } /* 'e' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-to-end-alt:before { content: '\67'; } /* 'g' */
.icon-mail-alt:before { content: '\68'; } /* 'h' */
.icon-to-start-alt:before { content: '\69'; } /* 'i' */
.icon-to-end:before { content: '\6a'; } /* 'j' */
.icon-cab:before { content: '\6b'; } /* 'k' */
.icon-to-start:before { content: '\6c'; } /* 'l' */
.icon-mail:before { content: '\6d'; } /* 'm' */
.icon-right-open:before { content: '\6e'; } /* 'n' */
.icon-left-open:before { content: '\70'; } /* 'p' */
.icon-search:before { content: '\71'; } /* 'q' */
.icon-right-circled:before { content: '\72'; } /* 'r' */
.icon-angle-circled-down:before { content: '\73'; } /* 's' */
.icon-twitter:before { content: '\74'; } /* 't' */
.icon-up-open:before { content: '\75'; } /* 'u' */
.icon-edit:before { content: '\76'; } /* 'v' */
.icon-scissors:before { content: '\77'; } /* 'w' */
.icon-down-circled:before { content: '\78'; } /* 'x' */
.icon-camera:before { content: '\7a'; } /* 'z' */


.fontello {
    font-family: "fontello";
}