
/* @group clearfix */

.smb-clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .smb-clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .smb-clearfix { zoom: 1; } /* IE7 */


/* @end */

/* @group social buttons */

.smb-follow-social-buttons a,
.smb-follow-social-buttons .smb-text{
	/*display: block;
	float: left;*/
	margin-bottom: 5px;
}

.smb-follow-social-buttons.smb-vertical a{
	float: none;
} 

/* Smartphones  */
/*@media only screen and (max-width : 480px) {
	
	.smb-follow-social-buttons.smb-vertical a{
		float: left;
	} 

}*/

.smb-follow-social-buttons.smb-under .smb-text{
	float: none;
}


.smb-follow-social-buttons.smb-float .smb-text,
.smb-follow-social-buttons.smb-float a{
	
	padding: 0 5px 0 5px;
	margin-right: 0;
}

.smb-follow-social-buttons.smb-under a{
	margin-right: 10px;	
}

.smb-follow-social-buttons a,
.smb-follow-social-buttons a:hover{
	text-decoration: none !important;
}

/* @end */


