.social-icon {
    display: inline-block;
    margin: 0 5px 5px 0;
    background-color: rgba(255,255,255,0.1) !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
    width: 40px;
    height: 40px
}

    .social-icon a {
        -webkit-transition: all .2s ease 0;
        -moz-transition: all .2s ease 0;
        -o-transition: all .2s ease 0;
        transition: all .2s ease 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background-position: 0 0;
        background-repeat: no-repeat
    }

        .social-icon a:hover {
            background-color: #444;
            background-position: 0 -40px !important
        }

.social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right
}

    .social-icons ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0
    }

        .social-icons ul li a {
            -webkit-transition: all .2s ease 0;
            -moz-transition: all .2s ease 0;
            -o-transition: all .2s ease 0;
            transition: all .2s ease 0;
            display: block;
            width: 40px;
            height: 40px;
            text-indent: -9999px;
            background-position: 0 0;
            background-repeat: no-repeat
        }

.social-icons a:hover {
    background-color: #ccc;
    background-position: 0 -40px !important;
    opacity: 1
}

.social-blogger a {
    background: url(../img/social/blogger.png) no-repeat 0 0;
    background-size: cover;
}

    .social-blogger a:hover {
        background-color: #fb913f;
    }

.social-facebook a {
    background: url(../img/social/facebook.png) no-repeat 0 0;
    background-size: cover;
}

    .social-facebook a:hover {
        background-color: #3b5998;
    }

.social-linkedin a {
    background: url(../img/social/linkedin.png) no-repeat 0 0;
    background-size: cover;
}

    .social-linkedin a:hover {
        background-color: #0077b5;
    }

.social-twitter a {
    background: url(../img/social/twitter.png) no-repeat 0 0;
    background-size: cover;
}

    .social-twitter a:hover {
        background-color: #48c4d2;
    }

.social-youtube a {
    background: url(../img/social/youtube.png) no-repeat 0 0;
    background-size: cover;
}

    .social-youtube a:hover {
        background-color: #f45750;
    }
