@media only screen {
	.shareButtonsWrapper {
		display: block;
		position: relative;
		text-align: center;
		margin: 20px auto 0;
		padding: 0;
		z-index: 10;
		margin: 10px 20px 20px 10px;
	}
	.shareButtonsWrapper .share {
		float: left;
		display: inline-block;
		text-transform: uppercase;
		font-family: Oswald, sans-serif;
		color: black;
		font-size: 24px;
		margin-right: 15px;
		vertical-align: top;
		margin-top: -4px;
	}
	.shareButtonsWrapper .addthis_toolbox {
		display: inline-block;
		float: right;
	}
	.shareButtonsWrapper .social_share {
		-moz-border-radius: 50px/50px;
	    -webkit-border-radius: 50px 50px;
	    border-radius: 50px/50px;
	    border: solid 1px #000;
	    width: 35px;
	    height: 35px;
	    display: inline-block;
	    background: black;
	    color: white;
	}
	.shareButtonsWrapper .social_share i.fa-facebook-f {
	    margin: 8px 12px;		
	}
	.shareButtonsWrapper .social_share i.fa-twitter {
	    margin: 8px 10px;		
	}
	.shareButtonsWrapper .social_share i {
	    text-align: center;
	    margin: 8px 11px;		
	}
	.shareButtonsWrapper .social_share.addthis_button_pinterest_share {
		margin-right: 0;
	}
}
@media only screen and (min-width: 40.063em) {
	.shareButtonsWrapper {}
	.shareButtonsWrapper .share {
		float: none;
	}
	.shareButtonsWrapper .addthis_toolbox {
		float: none;
	}
}
@media only screen and (min-width: 64.063em) {
	.shareButtonsWrapper {
		float: right;
		text-align: right;
	}
	.shareButtonsWrapper .social_share {}
}
@media only screen and (min-width: 1600px) {
	.shareButtonsWrapper {
		position: absolute;
		right: 130px;
		top: 30px;
	}
}
