#share_bar
{
	float:left;
	height:1.8vw;
	margin-left:0.6vw;
	margin-top:0.6vw;
}
#share_bar a
{
	display:inline-block;
	float:left;
	width:1.8vw;
	height:1.8vw;
	overflow:hidden;
	margin-left:0.3vw;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#share_bar a.btn_facebook {background-image:url('../images/share_bar/facbook icon.PNG');}
#share_bar a.btn_facebook:hover {background-image:url('../images/share_bar/facbook icon press .PNG');}
#share_bar a.btn_twitter {background-image:url('../images/share_bar/twitter icon.PNG');}
#share_bar a.btn_twitter:hover {background-image:url('../images/share_bar/twitter 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/mail icon.PNG');}
#share_bar a.btn_mailto:hover {background-image:url('../images/share_bar/mail icon2.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
{
	display:inline-block;
	float:left;
	height:3vw;
	line-height:3vw;
	font-size:1.5vw;
	color:white;
	margin-left:0.6vw;
}