@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?29447509');
  src: url('../fonts/fontello.eot?29447509#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?29447509') format('woff'),
       url('../fonts/fontello.ttf?29447509') format('truetype'),
       url('../fonts/fontello.svg?29447509#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'social_fontello';
  src: url('../fonts/social_fontello.eot?71546669');
  src: url('../fonts/social_fontello.eot?71546669#iefix') format('embedded-opentype'),
       url('../fonts/social_fontello.woff2?71546669') format('woff2'),
       url('../fonts/social_fontello.woff?71546669') format('woff'),
       url('../fonts/social_fontello.ttf?71546669') format('truetype'),
       url('../fonts/social_fontello.svg?71546669#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?29447509#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello", "social_fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
}

 
.icon-down-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-right-open:before { content: '\e802'; } /* '' */
.icon-up-open:before { content: '\e803'; } /* '' */
.icon-facebook-squared:before { content: '\e804'; } /* '' */
.icon-at:before { content: '\e814'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */