/* Sharing & networks */
.share {
    margin-top: 30px;
}
.share li {
    display: inline-block;
    line-height: 20px;
}
.networks a,
.share li a {
    position: relative;
    font-size: 0 !important;
    margin-right: 15px;
    width: 23px;
    height: 23px;
    display: block;
}
.networks a {
    display: inline-block;
}
#tools_container .networks a {
    margin: 15px 0 0 15px;
}
.share li.label {
    padding-right: 10px;
    display: block;
    font-family: 'regular-extrabold';
}
.networks .fb,
.addthis_button_facebook {
    background: url('../img/fb.svg') no-repeat;
    background-size: 100%;
}
.networks .twitter,
.addthis_button_twitter {
    background: url('../img/tw.svg') no-repeat;
    background-size: 100%;
}
.networks .instagram,
.addthis_button_instagram {
    background: url('../img/instagram.png') no-repeat;
    background-size: 100%;
}
.networks .flickr,
.addthis_button_flickr {
    background: url('../img/fl.svg') no-repeat;
    background-size: 100%;
}
@media only screen and (max-width: 767px) {
	.share {
        margin-bottom: 25px;
    }
}