/*--------------------------------------------------
			SOCIAL-BOOKMARKS
---------------------------------------------------*/
.header .social-bookmarks {
float:right; height:50px;
}
.social-bookmarks {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:98px;
}
.social-bookmarks li, .widget .social-bookmarks li, #footer .social-bookmarks li {
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0px;
	background-color: #f7f7f7;
	display: inline;
	width: auto;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.header .social-bookmarks li {
	background-color: transparent;
}
.social-bookmarks li a {
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	height: 31px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-indent: -9999px;
	opacity:0.6;
	filter:alpha(opacity=60);
}	
.social-bookmarks li.email a {
	background: url(../images/socialize-icons/email.png) no-repeat 0 0;
	background-size: 100%;
	width: 31px;
	margin-right:2px;
}
.social-bookmarks li.email a:hover {
	background-color: #000000;
}
.social-bookmarks li.info a {
	background: url(../images/socialize-icons/info.png) no-repeat 0 0;
	width: 30px;
}
.social-bookmarks li.info a:hover {
	background-color: #000000;
}
.social-bookmarks li.rss a {
	background: url(../images/socialize-icons/rss.png) no-repeat 0 0;
	width: 31px;
}
.social-bookmarks li.rss a:hover {
	background-color: #000000;
}
.social-bookmarks li.instagram a {
	background: url(../images/socialize-icons/instagram.png) no-repeat 0 0;
	width: 31px;
}
.social-bookmarks li.instagram a:hover {
	background-color: #000000;
}
.social-bookmarks li a:hover {
	background-position: 0 -31px;
	opacity:1;
	filter:alpha(opacity=100);
}