/*Input Your Custom CSS Here*/


.social_sharing {
    position: fixed;
    right: 0;
    bottom: 45%;
    z-index: 1000
}

    .social_sharing ul {
        margin: 0;
        padding: 0;
        float: right
    }

        .social_sharing ul li {
            list-style: none;
            padding: 0;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s
        }

            .social_sharing ul li a {
                text-align: right;
                display: block
            }

            .social_sharing ul li .side_bar_content {
                display: none
            }

            .social_sharing ul li:hover .side_bar_content {
                display: block
            }

@media (max-width:761px) {
    .social_sharing ul li a img {
        width: 120px
    }
}
