.social_buttons { position: relative; margin: 0 auto 50px; width: 100%; padding-top: 5px; border-top: 1px solid #CCCCCC; }
.social_buttons div { float: left; }
.social_buttons .social_links { position: absolute; right: 0; color: #949494; }
.social_buttons .social_links svg { color: #949494; fill: currentColor; }
.social_buttons .social_links svg:hover { color: #666666; fill: currentColor; }
.social_buttons .share_label { float: left; clear: none; color: #666666; text-transform: uppercase; font-size: 10px; font-weight: 500; letter-spacing: 0.15em; display: inline-block; padding: 10px 30px 10px 0; height: 40px; }
.social_buttons .svg-icon { max-width: 20px; max-height: 20px; width: 20px; height: 20px; }
.social_buttons .facebookContainer { position: relative; }
.social_buttons .twitterContainer { position: relative; }
.social_buttons .gPlusContainer { position: relative; }
.social_buttons .pinterestContainer { position: relative; }

.withoutcount .facebookContainer { margin: 6px 4px; direction: ltr; vertical-align: text-bottom; }
.withoutcount .twitterContainer { margin: 6px 5px; }
.withoutcount .gPlusContainer { margin: 6px 5px; }
.withoutcount .pinterestContainer { margin: 6px 5px; }

.clearfix { clear: both; }

@media (min-width: 971px) { .social_buttons { width: 340px; } }
