.box_compartilhamento {
	display: block;
	line-height: 40px;
	text-align: center;
	background:#f4f4f4;
	margin-bottom: 14px;
	margin-top: 14px;
}

.box_compartilhamento .texto_apoio {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
}

.box_compartilhamento ul {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.share_view .box_compartilhamento {background:#fff !important; margin-top: 29px;}

.box_compartilhamento ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 24px;
}

.box_compartilhamento ul li:first-child {
	margin-left: 0;
}

.box_compartilhamento ul li button {
	display: block;
	width: 40px;
	height: 40px;
	border: 0;
	background: #f00;
	border-radius: 40px;
	border: 0;
}

.box_compartilhamento ul li button.facebook {
	background: #4362b0;
}
.box_compartilhamento ul li button.twitter {
	background: #4d9ddb;
}
.box_compartilhamento ul li button.google-plus {
	background: #d94835;
}

.box_compartilhamento ul li button .fa {
	color: #fff;
	font-size: 24px;
}
.bloco_postblog{background:none !important;}
.box_compartilhamento.tbg {background:transparent;}
.box_compartilhamento.al_50 {height:50px;line-height:50px;}
.box_compartilhamento.al_60 {height:60px;line-height:60px;}
.box_compartilhamento.al_70 {height:70px;line-height:70px;}
.box_compartilhamento.al_80 {height:80px;line-height:80px;}
.box_compartilhamento.fr {float:right;}
.box_compartilhamento.fl {float:left;}
.box_compartilhamento.mb10 {margin-bottom:10px;}
.box_compartilhamento.mb20 {margin-bottom:20px;}
.box_compartilhamento.mb50 {margin-bottom:50px;}

.social {
    display: block;
    margin:0 auto;
    width: 191px;
}

.social li {
  display:inline;
  margin-right:12px;
}
.social li a {
    border-radius: 50px;
    cursor: pointer;
    height: 44px;
    text-indent: -99em;
    width: 44px;
}
.social li a.facebook{
  background:url(../images/post_blog/facebook.png) 0px 2px;
  display:inline-block;
}
.social li a.twitter{
  background:url(../images/post_blog/twitter.png) -8px 2px;
  display:inline-block;
}

.social li a.google{
  background:url(../images/post_blog/google.png) 0px 0px;
  display:inline-block;
}
