﻿
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

.socials {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    box-sizing: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    box-sizing: border-box;
    min-width: 300px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .socials:focus {
        outline: none;
    }

.socials h1, h2, h3, h4, h5 {
    display: block;
    font-weight: 400;
}

.socials li, span, p, a, h1, h2, h3, h4, h5 {
    line-height: 1;
}

.socials p {
    display: block;
}

.socials a {
    text-decoration: none;
}

    .socials a:hover {
        text-decoration: underline;
    }

.socials img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.socials button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.39);
}

    .social-btns .btn:before {
        top: 90%;
        left: -120%;
    }

    .social-btns .btn .fa {
        transform: scale(0.8);
    }

    .social-btns .btn.facebook:before {
        background-color: #3b5998;
    }

    .social-btns .btn.facebook .fa {
        color: #3b5998;
    }

    .social-btns .btn.twitter:before {
        background-color: #3cf;
    }

    .social-btns .btn.twitter .fa {
        color: #3cf;
    }

    .social-btns .btn.youtube:before {
        background-color: #dc4a38;
    }

    .social-btns .btn.youtube .fa {
        color: #dc4a38;
    }

    .social-btns .btn.instagram:before {
        background-color: #f26798;
    }

    .social-btns .btn.instagram .fa {
        color: #f26798;
    }

    .social-btns .btn:focus:before,
    .social-btns .btn:hover:before {
        top: -30%;
        left: -30%;
    }

    .social-btns .btn:focus .fa,
    .social-btns .btn:hover .fa {
        color: #fff;
        transform: scale(0.8);
    }

.social-btns {
    height: 60px;
    margin: auto;
    font-size: 0;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .social-btns .btn {
        display: inline-block;
        background-color: #fff;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 15px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 10%;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
        opacity: 0.99;
    }

        .social-btns .btn:before {
            content: '';
            width: 160%;
            height: 160%;
            position: absolute;
            transform: rotate(45deg);
        }

        .social-btns .btn .fa {
            font-size: 38px;
            vertical-align: middle;
        }
