.uc_simple_footer
{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}

.uc_simple_footer .uc_footer_block
{
	padding:0px;
	margin:0px;
	text-align:center;
}

.uc_simple_footer .uc_footer_block 
{
	display:inline-block;
	padding:35px 0 55px;
	width:33%;
	margin-left:-2px;
	margin-right:-2px;
	list-style:none;
	font-size:14px;
	line-height:24px;
	color:#9b9c9d;
	text-align:center;
	box-sizing:border-box;
	font-weight:400i;
	
}

.uc_simple_footer .uc_footer_block i
{
	
	width:58px;
	height:58px;
	line-height:58px;
	margin:0 auto;
	border-radius:50%;
	border: #909192 1px solid;
	display:block;
	text-align:center;
	color:#ffffff;
}

.uc_simple_footer .uc_footer_block a
{
	color:#9b9c9d;
	text-decoration:none;	
} 

.uc_simple_footer .uc_footer_block i.uc_icon
{
	font-size:23px;
	margin-bottom:15px;
}

.uc_simple_footer .uc_footer_block strong
{
	font-size:18px;
	color:#ffffff;
	font-weight:600i;
	display:block;
	margin-bottom:6px;
}

@media only screen and (max-width: 531px) 
{
	.uc_simple_footer .uc_footer_block { width:100% !important; margin:0px !important;}
}