@font-face {
    font-family: 'FontAwesome';
    src: url("fontawesome-webfont.woff2") format('woff2');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-heart:before {
    content: "\f004"
}

.fa-play:before {
    content: "\f04b"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-facebook-official:before {
    content: "\f230"
}
