@font-face {
    font-family: 'icons';
    src: url('https://s.aolcdn.com/os/ukmedia/plugins/aolshare/fonts/icons.eot?g1j6wi');
    src: url('https://s.aolcdn.com/os/ukmedia/plugins/aolshare/fonts/icons.eot?g1j6wi#iefix') format('embedded-opentype'),
         url('https://s.aolcdn.com/os/ukmedia/plugins/aolshare/fonts/icons.ttf?g1j6wi') format('truetype'),
         url('https://s.aolcdn.com/os/ukmedia/plugins/aolshare/fonts/icons.woff?g1j6wi') format('woff'),
         url('https://s.aolcdn.com/os/ukmedia/plugins/aolshare/fonts/icons.svg?g1j6wi#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="share-icon-"], [class*=" share-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.share-icon-email:before {
    content: "\e606";
}
.share-icon-facebook:before {
    content: "\e601";
}
.share-icon-google-plus:before {
    content: "\e602";
}
.share-icon-pinterest:before {
    content: "\e604";
}
.share-icon-twitter:before {
    content: "\e605";
}
.share-icon-whatsapp:before {
    content: "\e651";
}