.inline p{
	display: inline-block;
    margin: 10px 0px 10px;
    padding: 0;
}
.well-social{
	margin-top: 23px;
}
a.share-btn{
	color:#fff;
	text-decoration:none
}
.share-btn {
	cursor:pointer;
	color: #fff;
	border: none;
	padding: 12px 10px 11px 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
	transition: border .25s linear,color .25s linear,background-color .25s linear
}
.share-btn span{
	font-family: sans-serif
}
.share-btn:hover {
	background-color: rgba(220,220,220,0.5);
	color: #000;
	text-decoration:none;
}
.s_facebook {
	background-color: #4769a5;
	border-color: #354d79;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.s_twitter {
	background-color: #51a3bf;
	border-color: #408299;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.s_plus {
	background-color: #bf3727;
	border-color: #932b1f;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.s_linkedin {
	background-color: #2ba3e1;
	border-color: #207aa8;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}

.s_email {
	background-color: #4c75a3;
	border-color: #39587b;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}
.s_whatsapp {
	background-color: #08C65B;
	border-color: #39587b;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.15)
}