﻿.socials-share {
    text-align: center;
    margin-bottom: 30px;
}

    .socials-share a {
        padding: 4px 30px;
        color: #fff;
        line-height: 2em;
        text-decoration: none;
        border-radius: 2px;
        white-space: nowrap;
        display: inline-block;
        margin-bottom: 4px;
    }

    .socials-share span.fa {
        margin-right: 3px;
    }

.bg-facebook {
    background: #3a5899;
}

    .bg-facebook:hover, .bg-facebook:focus {
        background: #1d418d;
    }

.bg-twitter {
    background: #00acee;
}

    .bg-twitter:hover, .bg-twitter:focus {
        background: #0b93c7;
    }

.bg-google-plus {
    background: #db4437;
}

    .bg-google-plus:hover, .bg-google-plus:focus {
        background: #bb2a1d;
    }

.bg-pinterest {
    background: #cb1e26;
}

    .bg-pinterest:hover, .bg-pinterest:focus {
        background: #ae0e15;
    }

.bg-email {
    background: #dd5348;
}

    .bg-email:hover, .bg-email:focus {
        background: #ce3f34;
    }
