@charset "UTF-8";

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

}

[data-icon]:before {

}

[class^="icon-"]:before,
[class*=" icon-"]:before {

}

.icon-search:before {
  content: "\61";
}
.icon-clock:before {
  content: "\62";
}
.icon-comment:before {
  content: "\64";
}
.icon-search-1:before {
  content: "\67";
}
.icon-close:before {
  content: "\68";
}
.icon-eye:before {
  content: "\63";
}
