@charset "UTF-8";

@font-face {
  font-family: 'iconfonts';
  src: url("../font/iconfonts.eot?679133");
  src: url("../font/iconfonts.eot?679133#iefix") format('embedded-opentype'), url("../font/iconfonts.woff?679133") format('woff'), url("../font/iconfonts.ttf?679133") format('truetype'), url("../font/iconfonts.svg?679133#iconfonts") 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: 'iconfonts';
    src: url('../font/iconfonts.svg?679133#iconfonts') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'iconfonts';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.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 - magrins should be symmetric */
/* remove if not needed */
  margin-left: 0.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); */
;
  position: absolute;
  font-size: 24px;
  top: 10px;
  left: 5px;
  color: #fff;
}
.icon-menu:before { content: '\2630'; } /* 'â˜°' */
.icon-feather:before { content: '\2712'; } /* '✒' */
.icon-up:before { content: '\2b06'; left: 0; top: 0; position: relative; margin-left: 0;} /* 'â¬†' */
.icon-quote:before { content: '\275e'; } /* '❞' */
.icon-comment:before { content: '\e718'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-user:before { content: '👤';} /* '\1f464' */
.icon-search:before { content: '🔍'; left: 8px;} /* '\1f50d' */
.icon-clock:before { content: '🕔'; } /* '\1f554' */

.icon-user, .icon-clock, .icon-comment {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    overflow: hidden;
}
.icon-user:before, .icon-clock:before, .icon-comment:before {
    left: 0;
	top: 0;
	position: relative;
    color: #9B9B9B;
	font-size: 12px;
}