﻿body {
}

.social-buttons {
/*    display: inline-block;
    background: rgba(256, 256, 256, 0.5);
    padding: 5px;
    padding-bottom: 2px;
    border-radius: 10px;*/
    text-align: center;
    margin: 5px 5px;
}

    .social-buttons .social-margin {
        /* Helper class to divide the icons */
        margin-right: 5px;
    }

    .social-buttons a, .social-buttons a:hover, .social-buttons a:focus, .social-buttons a:active {
        text-decoration: none;
    }

    .social-buttons .social-icon {
        margin-bottom: 5px;
        box-sizing: border-box;
        -moz-border-radius: 138px;
        -webkit-border-radius: 138px;
        border-radius: 138px;
        border: 5px solid;
        text-align: center;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 1px;
        padding-top: 11px;
        transition: all 0.5s;
        /* Facebook Button Styling */
        /* Twitter Button Styling */
        /* Google+ Button Styling */
        /* Linkedin Button Styling */
        /* Pinterest Button Styling */
        /* Behance Button Styling */
        /* Github Button Styling */
        /* Youtube Button Styling */
        /* Soundcloud Button Styling */
    }

        .social-buttons .social-icon:hover {
            transform: rotate(360deg) scale(1.3);
        }

        .social-buttons .social-icon.facebook {
            font-size: 16px;
            padding-top: 8px;
            padding-left: 2px;
            border-color: #3b5998;
            background-color: #3b5998;
            color: #fff;
        }

            .social-buttons .social-icon.facebook:hover {
                background-color: #fff;
                color: #3b5998;
            }

        .social-buttons .social-icon.twitter {
            font-size: 16px;
            padding-top:8px;
            padding-left: 2px;
            border-color: #55acee;
            background-color: #55acee;
            color: #fff;
        }

            .social-buttons .social-icon.twitter:hover {
                background-color: #fff;
                color: #55acee;
            }

        .social-buttons .social-icon.google-plus {
            font-size: 16px;
            padding-top: 8px;
            padding-left: 2px;
            background-color: #dd4b39;
            color: #fff;
            border-color: #dd4b39;
        }

            .social-buttons .social-icon.google-plus:hover {
                background-color: #fff;
                color: #dd4b39;
            }

        .social-buttons .social-icon.linkedin {
            font-size: 16px;
            padding-top: 8px;
            padding-left: 1px;
            background-color: #0976b4;
            color: #fff;
            border-color: #0976b4;
        }

            .social-buttons .social-icon.linkedin:hover {
               /* background-color: #fff;
                color: #0976b4;*/
            }


        .social-buttons .social-icon.stumbleupon {
            font-size: 16px;
            padding-top: 6px;
            padding-left: 1px;
            border-color: #0976b4;
            background-color: #0976b4;
            color: #fff;
        }

            .social-buttons .social-icon.stumbleupon:hover {
                background-color: #fff;
                color: #3b5998;
            }


        .social-buttons .social-icon.tumblr {
            font-size: 16px;
            padding-top: 6px;
            border-color: #3b5998;
            background-color: #3b5998;
            color: #fff;
        }

            .social-buttons .social-icon.tumblr:hover {
                background-color: #fff;
                color: #3b5998;
            }
