#content .social-media-buttons{
	display:block; margin-right:1px;

	width:80px;

}
#content .social-media-buttons .social{
	background-color: #fff;
	float:left;
	color: #777;
	display:block;
	margin:0;
	padding:9px 10px 3px;
	/*transition: all 0.6s; //removed - doesn't play nice with SVGs*/
	position:relative;
	bottom:0;
	text-decoration:none;
	min-width:20px;
}
/*.social-media-buttons .social span.icon{
	font-family: 'FontAwesome';
	font-size:2em;
	d
	font-weight: 500;
}*/

#content .social-media-buttons>p{
	display:inline;
}
#content .social-media-buttons .count, #sjm-gallery-overlay .count{
	position:absolute;
	display:inline-block;
	bottom:0px;
	right:5px;

	font-family: Neutraface2Text-Book;
	font-size: 16px;

	color:#ccc;
	
}

.social-media-buttons .social:hover{
	text-decoration:none;
}

.fixed-comments-wrapper{
background:#fff;
padding:10px;
width:50%;
max-width:770px;
position:fixed;
top:40px;
left:0px;
z-index:9999;
border:solid 1px #000;
display:none;
}

.disqus-comment-count{font-size: 16px;}

a.pinterest{
	background: url('./images/fashion-gfx_pinterest.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.gplus{
	background: url('./images/fashion-gfx_gplus.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.facebook{
	background: url('./images/fashion-gfx_facebook.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.twitter{
	background: url('./images/fashion-gfx_twitter.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.email{
	background: url('./images/fashion-gfx_comment.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}

#sjm-gallery-overlay a.email{
background: url('./images/fashion-gfx_comment-over.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}


a.pinterest:hover{
	background: url('./images/fashion-gfx_pinterest-over.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.gplus:hover{
	background: url('./images/fashion-gfx_gplus-over.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.facebook:hover{
	background: url('./images/fashion-gfx_facebook-over.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.twitter:hover{
	background: url('./images/fashion-gfx_twitter-over.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
a.email:hover{
	background: url('./images/fashion-gfx_comment-over.svg') no-repeat top left; background-size: 55px 55px; width: 55px; height: 55px;
}
