@import '/plugins/Global/css/lib.less';


.social-share {
	
	a {
		display: block;
		width: 83px;
		height: 20px;
		margin: 8px 0 0 0;
		text-align: center;
		margin-left: 8px;
		
		.count {
			display: none;
			position: absolute;
			width: 55px;
			height: 35px;
			margin-top: -40px;
			margin-left: 15px;
			color: #000;
			font-family: Futura;
			line-height: 28px;
		}
	}
	.fb {
		background-image: url(../images/fb.png);
		background-repeat: no-repeat;
		margin-top: 10px;
	}
	.vk {
		background-image: url(../images/vk.png);
		background-repeat: no-repeat;
	}
	.tw {
		background-image: url(../images/tw.png);
		background-repeat: no-repeat;
		margin-bottom: 0px;
	}
	.sb {
		background-image: url(../images/sb.png);
		background-repeat: no-repeat;
		margin-bottom: 0px;
	}
	a:hover {
		background-position-x: -83px;
	}
	.rating {
		position: relative;
		width: 100px;
		height: 100px;
		overflow: hidden;
		
		.count {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			width: 35px;
			height: 35px;
			margin: -17px 0 0 -17px;
			line-height: 36px !important;
			border-radius: 100px;
			background: #fff;
			text-align: center;
			font-family: Futura;
			color: #333;
			font-size: 18px;
			line-height: 50px;
			z-index: 1;
		}
		#jsSocialPieChart {
			img {
				border-radius: 150px;
			}
		}
	}
}

.post-tool {
	.rating {
		margin-left: 10px;
	}
	.social-share {
		a {
			margin-left: 19px;
		}
	}
}

.radio {
	.social-share {
		width: 100%;
		margin-top: 15px;
		
		.rating {
			float: left;
		}
		a {
			display: inline-block;
			margin-right: 5px;
		}
		.fb {
			margin-top: 24px;
		}
	}
}

.social-share.w {
	margin-top: 50px;
	margin-left: 10px;
}
