/*
Socialuttons - The Ultimate Social Button Kit
by Dawid Czerwoński
2014

w: www.czerwonski.pl
e: dawid@czerwonski.pl
m: 0048 533 99 55 77

This Software is protected by copyright law and licensed (not sold). You can buy a license on codecanyon.net
*/

@font-face {
    font-family: 'socicon';
    src: url('../_fonts/socicon-webfont.eot');
    src: url('../_fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/socicon-webfont.woff') format('woff'),
         url('../_fonts/socicon-webfont.ttf') format('truetype'),
         url('../_fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Base styles */
a.socialuttons { overflow:hidden; display:block; width:32px; height:32px; font-size:0px; position:relative; text-decoration:none; font-family:'socicon' }
a.socialuttons:before, a.socialuttons:after  { font-family:'socicon';  border:none; position:absolute; font-size:17px; display:block; width:32px; height:32px; text-decoration:none; text-align:center; line-height:32px;}



/* Socicon letters */
a.socialuttons[data-socialuttons='twitter']:before { content:"a";}
a.socialuttons[data-socialuttons='facebook']:before { content:"b";}
a.socialuttons[data-socialuttons='telegram']:before { content:"c";}
a.socialuttons[data-socialuttons='pinterest']:before { content:"d";}
a.socialuttons[data-socialuttons='vibe']:before { content:"e";}
a.socialuttons[data-socialuttons='whatsapp']:before { content:"f";}
a.socialuttons[data-socialuttons='skype']:before { content:"g";}
a.socialuttons[data-socialuttons='line']:before { content:"h";}
a.socialuttons[data-socialuttons='fbmessenger']:before { content:"i";}
a.socialuttons[data-socialuttons='linkedin']:before { content:"j";}
a.socialuttons[data-socialuttons='email']:before { content:"k";}
a.socialuttons[data-socialuttons='xing']:before { content:"l";}
a.socialuttons[data-socialuttons='instagram']:before { content:"x";}
a.socialuttons[data-socialuttons='tumblr']:before { content:"z";}
a.socialuttons[data-socialuttons='blogger']:before { content:"A";}
a.socialuttons[data-socialuttons='digg']:before { content:"F";}
a.socialuttons[data-socialuttons='vkontakte']:before { content:";";}

a.socialuttons[data-socialuttons='twitter']:after { content:"a";}
a.socialuttons[data-socialuttons='facebook']:after { content:"b";}
a.socialuttons[data-socialuttons='telegram']:after { content:"c";}
a.socialuttons[data-socialuttons='pinterest']:after { content:"d";}
a.socialuttons[data-socialuttons='vibe']:after { content:"e";}
a.socialuttons[data-socialuttons='whatsapp']:after { content:"f";}
a.socialuttons[data-socialuttons='skype']:after { content:"g";}
a.socialuttons[data-socialuttons='line']:after { content:"h";}
a.socialuttons[data-socialuttons='fbmessenger']:after { content:"i";}
a.socialuttons[data-socialuttons='linkedin']:after { content:"j";}
a.socialuttons[data-socialuttons='email']:after { content:"k";}
a.socialuttons[data-socialuttons='xing']:after { content:"l";}
a.socialuttons[data-socialuttons='instagram']:after { content:"x";}
a.socialuttons[data-socialuttons='tumblr']:after { content:"z";}
a.socialuttons[data-socialuttons='blogger']:after { content:"A";}
a.socialuttons[data-socialuttons='digg']:after { content:"F";}
a.socialuttons[data-socialuttons='vkontakte']:after { content:";";}
