/*

    Better Social Font Icon

*/
@font-face{
    font-family: "Better Social Font Icon";
    src:url("../fonts/better-social-font-icon.eot");
    src:url("../fonts/better-social-font-icon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/better-social-font-icon.woff") format("woff"),
    url("../fonts/better-social-font-icon.ttf") format("truetype"),
    url("../fonts/better-social-font-icon.svg#better-social-font-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before{
    font-family: "Better Social Font Icon" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="bsfi-"]:before,
[class*=" bsfi-"]:before{
    font-family: "Better Social Font Icon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bsfi-facebook:before{
    content: "a";
}
.bsfi-twitter:before{
    content: "b";
}
.bsfi-google:before{
    content: "c";
}
.bsfi-dribbble:before{
    content: "d";
}
.bsfi-vimeo:before{
    content: "e";
}
.bsfi-rss:before{
    content: "f";
}
.bsfi-github:before{
    content: "g";
}
.bsfi-vk:before{
    content: "h";
}
.bsfi-delicious:before{
    content: "i";
}
.bsfi-youtube:before{
    content: "j";
}
.bsfi-soundcloud:before{
    content: "k";
}
.bsfi-behance:before{
    content: "l";
}
.bsfi-pinterest:before{
    content: "m";
}
.bsfi-vine:before{
    content: "n";
}
.bsfi-steam:before{
    content: "o";
}
.bsfi-flickr:before{
    content: "p";
}