.social_buttons_list { 
display: flex; 
justify-content:center;
}
.social_buttons .share{
display:inline-block;
text-align:center;
text-decoration:none !important;
padding:0 10px;
height:28px;
line-height:28px;
margin:1px;
-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
-webkit-tap-highlight-color:transparent;
box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;
color:#fff;
text-shadow:none;
}
.social_buttons.social_buttons_list .share{ 
    padding:0 5px;
}
.social_buttons .share i{
display:inline-block;
text-align:center;
text-decoration:none !important;
height:28px;
line-height:28px;
width:28px;
padding:0;
margin:0;
}

.widget_callback_static_buttons.list_style_horizontal .social_buttons.style_list{
	margin-top:1px;
}
.widget_callback_static_buttons.list_style_horizontal .social_buttons.style_list .share, 
.widget_callback_static_buttons.list_style_horizontal .social_buttons.style_list .share i{
	height:32px;
	line-height:32px;
}

.social_buttons .share.facebook{background-color:#3b5998;}
.social_buttons .share.odnoklassniki{background-color:#ed812b;}
.social_buttons .share.twitter{background-color:#0084b4;}
.social_buttons .share.moimir{background-color:#168de2;}
.social_buttons .share.googleplus{background-color:#dc4a38;}
.social_buttons .share.vkontakte{background-color:#4D7198;}
.social_buttons .share.instagram{background-color:#DA3072;}


.social_buttons .share:hover{
	color:#fff;
	opacity:.85;
	box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
	}
.social_buttons.gray .share:focus{
	background-color:#cacbcd;
	color:rgba(0,0,0,.8);
	}

