@font-face {
    font-family:"iconfont";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    url('../fonts/iconfont.svg') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:14px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-message:before {
    content:"\e78a";
}
.icon-eye:before {
    content:"\e78f";
}
.icon-calendar:before {
    content:"\e7d3";
}
.icon-tag:before {
    content:"\e7e4";
}
.icon-right:before {
    content:"\e7eb";
}
.icon-left:before {
    content:"\e7ec";
}
.icon-crown:before {
    content:"\e843";
}