@charset "UTF-8";

@font-face {
  font-family: 'xt_blog_fonts';
  src: url("../font/xt_blog_fonts.eot?78741593");
  src: url("../font/xt_blog_fonts.eot?78741593#iefix") format('embedded-opentype'), url("../font/xt_blog_fonts.woff?78741593") format('woff'), url("../font/xt_blog_fonts.ttf?78741593") format('truetype'), url("../font/xt_blog_fonts.svg?78741593#xt_blog_fonts") 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: 'xt_blog_fonts';
    src: url('../font/xt_blog_fonts.svg?78741593#xt_blog_fonts') format('svg');
  }
}
*/
[class^="blog-icon-"]:before,
[class*=" blog-icon-"]:before {
  font-family: 'xt_blog_fonts';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
/* opacity .8 */
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
}

.blog-icon-note-beamed:before { content: '\266b'; } /* '♫' */
.blog-icon-quote:before { content: '\275e'; } /* '❞' */
.blog-icon-picture:before { content: '🌄'; } /* '\1f304' */
.blog-icon-video:before { content: '🎬'; } /* '\1f3ac' */
.blog-icon-doc-text:before { content: '📄'; } /* '\1f4c4' */
.blog-icon-camera:before { content: '📷'; } /* '\1f4f7' */
.blog-icon-link:before { content: '🔗'; } /* '\1f517' */