#share_bar
{
	float:left;
	height:40px;
	margin-left:10px;
	margin-top:15px;
}
#share_bar a
{
	display:inline-block;
	float:left;
	width:40px;
	height:40px;
	overflow:hidden;
	margin-left:5px;
}
#share_bar a .img
{
	width:40px;
	height:40px;
	text-align:center;
}
#share_bar a .img.mask
{
	position:relative;
	top:-40px;
	opacity:0;
	height:40px;
}
#share_bar a:hover .img.mask
{
	opacity:1;
}
#share_bar a.btn_facebook
{
	background-image:url('../images/share_bar/facebook share  icon.png');
}
#share_bar a.btn_facebook:hover
{
	background-image:url('../images/share_bar/facebook share  icon press.png');
}
#share_bar a.btn_twitter
{
	background-image:url('../images/share_bar/tweeter share  icon.png');
}
#share_bar a.btn_twitter:hover
{
	background-image:url('../images/share_bar/tweeter share  icon press.png');
}
#share_bar a.btn_google
{
	background-image:url('../images/share_bar/google plus share  icon.png');
}
#share_bar a.btn_google:hover
{
	background-image:url('../images/share_bar/google plus share  icon press.png');
}
#share_bar a.btn_linkin
{
	background-image:url('../images/share_bar/linkdin share  icon.png');
}
#share_bar a.btn_linkin:hover
{
	background-image:url('../images/share_bar/linkdin share  icon press.png');
}
#share_bar a.btn_pinterest
{
	background-image:url('../images/share_bar/pinterest share  icon.png');
}
#share_bar a.btn_pinterest:hover
{
	background-image:url('../images/share_bar/pinterest share  icon press.png');
}
#share_bar a.btn_mailto
{
	background-image:url('../images/share_bar/m.PNG');
}
#share_bar a.btn_mailto:hover
{
	background-image:url('../images/share_bar/mm.PNG');
}
#share_bar a.btn_whatsapp
{
	background-image:url('../images/share_bar/whatsapp share  icon.png');
}
#share_bar a.btn_whatsapp:hover
{
	background-image:url('../images/share_bar/whatsapp share  icon press.png');
}
#share_bar_title
{
	float:left;
	display:inline-block;
	margin-left:30px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	color:white;
	font-size:16pt;
	margin-top:15px;
}
body.rtl #share_bar
{
	float:right;
	margin-left:0px;
	margin-right:10px;
}
body.rtl #share_bar a
{
	float:right;
	margin-left:0px;
	margin-right:5px;
}
body.rtl #share_bar_title
{
	float:right;
	margin-left:0px;
	margin-right:30px;
}
