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

.blue-container {
	position:  absolute;
	left: 0px;
	padding: 30px 0px;
	background: #28bfde;
	width: 100%;
	border-bottom: #000000 1px solid;
	text-align: center;
	
	.blue {
		display: inline-block;
	}
}

.social-share {
	&.inline {
		position:  relative;
		top: 0;
		right: 0;
	}
	&.inline a {
		display: inline-block;
		margin-right: 7px;
		.count {
			display: block;
			position: absolute;
			top: 32px;
			font: 12px PTSansPro-Caption;
		}
	}
	
	&.inline .rating {
		display: none;
	}
	&.inline .sb {
		margin-left: -7px;
	}
	&.inline .fb {
		margin-right: 15px;
	}
	
	&.blue {
		position: relative;
		top: 0px;
		left: 0px;
		
		.count {
			color: #ffffff!important;
		}
	}
	&.blue a {
		display: inline-block;
		margin-right: 7px;
		.count {
			display: block;
			position: absolute;
			top: 32px;
			font: 12px PTSansPro-Caption;
		}
	}
	
	&.blue .rating {
		display: none;
	}
	&.blue .sb {
		margin-left: -7px;
	}
	&.blue .fb {
		margin-right: 15px;
	}
	
	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;
	}
	.gg {
		background-image: url(../images/gg.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: 'FuturaPTCondBook-Reg';
			color: #333;
			font-size: 20px;
			line-height: 50px;
			z-index: 1;
		}
		#jsSocialPieChart-pie {
			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;
}

.social-share-buttons {
	.tw {
		float: left;
		width: 162px;
		height: 43px;
		background: url(../images/shares/twitter.png) no-repeat center center;
		cursor: pointer;
	}
	.tw:hover {
		background: url(../images/shares/twitter_hover.png) no-repeat center center;
	}
	.tw:active {
		position: relative;
		top: 1px;
	}
	.vk {
		float: left;
		width: 177px;
		height: 43px;
		background: url(../images/shares/vk.png) no-repeat center center;
		cursor: pointer;
	}
	.vk:hover {
		background: url(../images/shares/vk_hover.png) no-repeat center center;
	}
	.vk:active {
		position: relative;
		top: 1px;
	}
	.fb {
		float: left;
		width: 162px;
		height: 43px;
		background: url(../images/shares/fb.png) no-repeat center center;
		cursor: pointer;
	}
	.fb:hover {
		background: url(../images/shares/fb_hover.png) no-repeat center center;
	}
	.fb:active {
		position: relative;
		top: 1px;
	}
	.clear {
		clear: both;
	}
}

.pie {
	display: none;
}


.social-shares {
	.item {
		float: left;
		margin-right: 10px;
		
		a {
			display: block;
			float: left;
			width: 36px;
			height: 36px;
			background-image: url(../images/social.png);
			background-repeat: no-repeat;
			cursor: pointer;
		}
		.count {
			float: left;
			color: #fff;
			font-size: 10px;
			line-height: 34px;
		}
		
		&.vk {
			a {
				background-position: 0px 0px;
				
				&:hover {
					background-position: 0px -36px;
				}
			}
		}
		&.fb {
			a {
				background-position: -36px 0px;
				
				&:hover {
					background-position: -36px -36px;
				}
			}
		}
		&.tw {
			a {
				background-position: -72px 0px;
				
				&:hover {
					background-position: -72px -36px;
				}
			}
		}
		
		&:last-of-type {
			margin-right: 0px;
		}
	}
	.clear {
		clear: both;
	}
}