@font-face {
            font-family: 'si';
            src: url('https://bigpressapp.bigapis.net/10_5/icons_social/socicon.eot');
            src: url('https://bigpressapp.bigapis.net/10_5/icons_social/socicon.eot?#iefix') format('embedded-opentype'),
            url('https://bigpressapp.bigapis.net/10_5/icons_social/socicon.woff') format('woff'),
            url('https://bigpressapp.bigapis.net/10_5/icons_social/socicon.ttf') format('truetype'),
            url('https://bigpressapp.bigapis.net/10_5/icons_social/socicon.svg#icomoonregular') format('svg');
            font-weight: normal;
            font-style: normal;

        }

        @media screen and (-webkit-min-device-pixel-ratio:0) {
            @font-face {
                font-family:si;
                src: url('https://bigpressapp.bigapis.net/10_5/icons_social/socicon.svg') format('svg');
            }
        }

    a.social-icons {
        font-family:si!important;
        font-style:normal;
        font-weight:400;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        box-sizing:border-box;
        overflow:hidden;
        text-decoration:none;
        text-align:center;
        display:inline;
        position: relative;
        z-index: 1;
        width: 23px;
        height: 23px;
        padding: 5px;
        line-height: 4px;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 3px;
        color: #ffffff;
        background-color: none;
    }
    .soc-twitter {
        background-color: #4da7de;
    }
    .soc-twitter:before {
        content:'a';
    }
    .soc-youtube {
        background-color: #e02a20;
    }
    .soc-youtube:before {
        content:'r';
    }
    .soc-facebook {
        background-color: #3e5b98;
        margin-left: 5px;
    }
    .soc-facebook:before {
        content:'b';
    }
    .soc-google {
        background-color: #d93e2d;
    }
    .soc-google:before {
        content:'c';
    }
    .soc-pinterest {
        background-color: #c92619;
    }
    .soc-pinterest:before {
        content:'d';
    }
    .soc-linkedin {
        background-color: #3371b7;
    }
    .soc-linkedin:before {
        content:'j';
    }