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

.uc_standard_footer .uc_footer_block
{
	font-family: 'Roboto', sans-serif;
	margin:0px -2px;
	display:inline-block;
	padding:35px 0 55px;
	width:33%;
	border-right: 1px solid;
	border-color:#6b6b6b;
	list-style:none;
	font-size:16px;
	line-height:30px;
	color:#6b6b6b;
	text-align:center;
	box-sizing:border-box;
	font-weight:400i;
	
}

.uc_standard_footer .uc_footer_block:last-child{ border-right:0px;}

.uc_standard_footer .uc_footer_block i
{
	
	width:58px;
	height:58px;
	line-height:56px;
	margin:0 auto;
	display:block;
	text-align:center;
	color:#6b6b6b;
}

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

.uc_standard_footer .uc_footer_block i.uc_icon
{
	font-size:23px;
}

.uc_standard_footer .uc_footer_block strong
{
	font-size:18px;
	color:#000000;
	font-weight:700;
	display:block;
	margin-bottom:6px;
}

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