/*
|---------------------------------------------------------------------------------
|-- Add This Styles
|---------------------------------------------------------------------------------
*/
.addthis_toolbox {
	height: 16px;
    margin: auto;
    position: relative;
    top: -25px;
    z-index: 10;
    margin-bottom: 0px;
    text-align: right;
}
.addthis_toolbox a {
	line-height: 32px;
	height: 32px;
	vertical-align: middle;
	display: inline-block;
	float: none !important;
	padding: 0 !important;
}
.addthis_toolbox .aticon-compact { background-color: #f58c28 !important; border-radius: 3px; }
.addthis_toolbox a.addthis_button_print{
	position: relative;
    top: -1px;
}
body .atm-f {
	padding:0px 8px;
}
.addthis_toolbox div.atclear{display: none;}
/*
|--------------------------------
|  MEDIA QUERIES
|--------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.addthis_toolbox {		
		text-align: right;
		width: 100%;
		top:20px;
	}
	.contentRender_name_plugins_listings_detail .addthis_toolbox {		
		top:48px;
	}
	.addthis_toolbox a.addthis_button_print{
		margin-right: 0;
		display: inline-block;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { }
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { }
