
#gk-social-icons {
    background: none repeat scroll 0 0 #333333;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 6px #939393;
    left: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    top: 40%;
    width: 48px;
    z-index: 2;
}
#gk-social-icons.right {
    left: auto;
    right: 0;
}
#gk-social-icons p {
    margin: 0 !important;
}
.gk-facebook-icon, .gk-twitter-icon, .gk-gplus-icon, .gk-rss-icon {
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    float: none !important;
    height: 22px;
    margin: 2px 5px;
    text-indent: -9999px;
    transition: all 0.3s ease-out 0s;
    width: 22px;
}
.gk-facebook-icon:hover, .gk-twitter-icon:hover, .gk-gplus-icon:hover, .gk-rss-icon:hover {
    background-color: #FFFFFF;
    height: 30px;
    margin: 8px 5px;
    width: 30px;
}
.gk-facebook-icon {
    background: url(/template/web/15/default//img/gk-social/fb_icon.png) no-repeat scroll center center #727272;
}
.gk-twitter-icon {
    background: url(/template/web/15/default//img/gk-social/twitter_icon.png) no-repeat scroll center center #727272;
}
.gk-gplus-icon {
    background: url(/template/web/15/default//img/gk-social/gplus_icon.png) no-repeat scroll center center #727272;
}
.gk-rss-icon {
    background: url(/template/web/15/default//img/gk-social/rss_icon.png) no-repeat scroll center center #727272;
}
