.dersocialshare {
	text-align: right;
}
.dersocialshare ul {
	list-style: none;
/*	width: 100%;*/

	float: right;
	padding:0;
	margin: 0;
	/*margin-top:15px;*/
	
}
.dersocialshare ul li {
	float: left;
	width: 45%;
	margin: 0 5px 25px 5px;
	min-height:140px;
}

.dersocialshare ul.der-meta-tags li {
	width: auto;
	min-height: 0;
	min-width:25px;
	text-align: center;
	line-height: 36px;
	margin: 0 0 0 5px;
}
.dersocialshare ul.der-meta-tags li a {
	background: none;
	padding: 0;
	display: block;
	float:none;
	color: #fff;
	background: #444444;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:  50%;
	font-size: 14px;
	 height: 26px;
	 line-height: 26px;
	 text-decoration: none;
	 width: 26px;
}
/*.dersocialshare ul.der-meta-tags li a:hover {
	background: #d3d4d4 ;
}*/
.dersocialshare ul.der-meta-tags li a img {
	display: inline-block;
	margin-top: 13px;
}
.dersocialshare ul.der-meta-tags li.facebook:hover a {
	background-color: #3b5999;
}
.dersocialshare ul.der-meta-tags li.twitter:hover a {
	background-color: #55acef;
}