#icon_wrapper {
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 99999;
}

.awesome-social {
    margin-top: 2px;
    color: white !important;
    text-align: center !important;
    line-height: 51px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 2em !important;
    border-radius: 50% !important;
    -moz-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s;
    /* For Safari 3.1 to 6.0 */
    transition: width 0.2s, height 0.2s, transform 0.2s;
}

.awesome-social:hover {
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(deg);
    -moz-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
}

.fuse_social_icons_links {
    outline: 0 !important;
}

.fuse_social_icons_links:hover {
    text-decoration: none !important;
}

.fb-awesome-social {
    background: #3b5998;
}

.tw-awesome-social {
    background: #00aced;
}

.rss-awesome-social {
    background: #FA9B39;
}

.linkedin-awesome-social {
    background: #007bb6;
}

.youtube-awesome-social {
    background: #bb0000;
}

.flickr-awesome-social {
    background: #ff0084;
}

.pinterest-awesome-social {
    background: #cb2027;
}

.stumbleupon-awesome-social {
    background: #f74425;
}

.google-plus-awesome-social {
    background: #f74425;
}

.instagram-awesome-social {
    background: #517fa4;
}

.tumblr-awesome-social {
    background: #32506d;
}

.vine-awesome-social {
    background: #00bf8f;
}

.vk-awesome-social {
    background: #45668e;
}

.soundcloud-awesome-social {
    background: #ff3300;
}

.reddit-awesome-social {
    background: #ff4500;
}

.stack-awesome-social {
    background: #fe7a15;
}

.behance-awesome-social {
    background: #1769ff;
}

.github-awesome-social {
    background: #999999;
}

.envelope-awesome-social {
    background: #ccc;
}