/** SOCIAL NETWORK SHARE BUTTONS */
.share-btns {
    padding:20px 0px;
    border-top:1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    margin:30px 0;
}

.share-btns li {
    float: left;
    margin-right: 10px;
}

.share-btns ul {
    list-style: none;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    clear:both;
}

.share-btns h4 {
    padding-bottom: 20px !important;
    font-family: Allan, Arial, Tahoma;
    font-weight: bold;
    color: #e42520 !important;
    font-size: 28px;
    line-height: 28px;
}
