div.social-btns {
    display: table;
    width: 100%;
}

.social-btns ul {
    list-style: none;
    display: table;
}

.social-btns ul li {
    display: inline-table;
    margin: 0px 3px;
}

.social-btns ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 8px 12px 10px 12px;
}
.social-btns ul li a span {
    margin-left: 2px;
    color: #ffffff !important;
}
.social-btns ul li a i {
    color: #ffffff !important;
    padding-left: 0px !important;
}

a.square {
    border-radius: 3px;
}

a.rounded {
    border-radius: 30px;
}

.social-btns ul li a.facebook-btn {
    background-color: #3b5998;
}
.social-btns ul li a.tweet-btn {
    background-color: #55acee;
}
.social-btns ul li a.pin-btn {
    background-color: #cc2127;
}
.social-btns ul li a.mail-btn {
    background-color: rgb(132, 132, 132);
}
.social-btns ul li a.print-btn {
    background-color: rgb(115, 138, 141);
}


/*
.facebook {
    background-color: #3b5998;
    width: 26%;
    height: 50px !important;
}
.facebook i {
    padding: 0 8px !important;
}

.gplus {
    background-color: #dd4b39;
}

.twitter {
    background-color: #55acee;
    width: 14%;
}

.twitter i {
    padding: 0px 6px 0px !important;
}

.stumbleupon {
    background-color: #eb4924;
}

.pinterest {
    background-color: #cc2127;
    width: 50px;
    border-radius: 25px !important;
}

.linkedin {
    background-color: #0077b5;
}

.email {
    background-color: rgb(132, 132, 132);
    width: 50px;
    border-radius: 25px !important;
}

.print {
    background-color: rgb(115, 138, 141);
    width: 50px;
    border-radius: 25px !important;
}

.socialfloat {
    display: flex;
    z-index: 9999;
    margin: 10px 15%;
}

.socialfloat .fbtn {
    /* width: 45px;
    height: 50px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 0px 0.5%;
}

.socialfloat > .fbtn i {
    font-size: 22px;
}

.socialfloat a.fbtn {
    text-decoration: none;
}

.share i.fb-icon {
    color: #4060a4 !important;
    font-size: 25px;
}

.share i.tw-icon {
    color: #8bcef1 !important;
    font-size: 25px;
}

div.icons-col {
    border-right: 1px solid #dfdfdf;
    width: 100%;
    margin: 0 auto;
}

.icons-col > span,
.social-icons {
    display: table;
    margin: 0 auto;
}

.icons-col > span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.share > i.fa {
    padding: 0 10px;
} */


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .btn-text{
        display: none;
    }
    a.square {
        border-radius: 30px;
    }
    .socialfloat {
        margin: 10px 0 !important;
    }
    .facebook,
    .twitter {
        width: 15% !important;
    }
    div.icons-col {
        border-right: 0 solid #dfdfdf !important;
    }
}
