.custom-social-share{
		
	}
	.custom-social-share .shareBtn{
		width:40px;
		height:40px;
		border-radius: 100%;
		background-size: 75% 75%;
		background-position: center center;
		background-repeat: no-repeat;
		float:left;
		margin-right: 10px;
		overflow:hidden;
		cursor:pointer;
		
	}
	.custom-social-share .shareBtn:hover{
		background-color:#fff !important;
	}
	.custom-social-share .faceb{
		border: 3px solid #4a66a3;
		background-color:#4a66a3;
		background-image: url(http://media.philly.com/binary/facebook_share.svg);
		
	}
	.custom-social-share .faceb iframe{
		opacity:0;
	}
	.custom-social-share .faceb:hover {
    background: #fff url("http://media.philly.com/binary/facebook_share_blue.svg") center center / 75% 75% no-repeat scroll;
    }
	.custom-social-share .twit{
		border: 3px solid #13C4F8;
		background-color:#13C4F8;
		background-image: url(http://media.philly.com/binary/twitter_share.svg);
	}
	.custom-social-share .twit:hover {
    	background: #fff url("http://media.philly.com/binary/twitter_share_blue.svg") center center / 75% 75% no-repeat scroll;
    }
	.custom-social-share .email {
		border: none !important;
    	background: #a7a7a7 url("http://media.philly.com/binary/mail_share.svg") no-repeat scroll center center / 50% 50%;
    }
    .custom-social-share .email:hover {
    	background: #0061A2 url("http://media.philly.com/binary/mail_share.svg") no-repeat scroll center center / 50% 50% !important;
    }
	.custom-social-share .comment {
		border: none !important;
    	background: #a7a7a7 url("http://media.philly.com/binary/comment_share.svg") no-repeat scroll center center / 50% 50%;
    }
    .custom-social-share .comment:hover {
    	background: #0061A2 url("http://media.philly.com/binary/comment_share.svg") no-repeat scroll center center / 50% 50% !important;
    }
	.custom-social-share .reprints {
		border: none !important;
    	background: #a7a7a7 url("http://media.philly.com/images/reprintsLogo.png") no-repeat scroll center center / 40% 50%;
    }
    .custom-social-share .reprints:hover {
    	background: #0061A2 url("http://media.philly.com/images/reprintsLogo.png") no-repeat scroll center center / 40% 50% !important;
    }