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

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

.uc_solid_footer .uc_footer_block
{
	display:inline-block;
	padding:32px 38px 30px 38px;
	margin:0 15px;
	border-radius:6px;
	min-width:36%;
}

.uc_solid_footer .uc_footer_block i
{
	
	float:left;
	width:48px;
	height:48px;
	font-size:17px;
	margin-right:13px;
	color:#ffffff;
	line-height:46px;
	border-radius:50%;
}

.uc_solid_footer .uc_footer_block .uc_content
{
	font-family: 'Open Sans', sans-serif;
	width:calc( 100% - 65px);
	float:left;
	text-align:left;
	font-weight:400;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	
}
.uc_solid_footer .uc_footer_block strong
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
	width:100%;
	display:block;
	text-align:left;
	margin-bottom:10px;	
}

@media only screen and (max-width: 650px) 
{
	.uc_solid_footer .uc_footer_block { display:block; min-width:auto; width:calc(100% - 75px ) !important; overflow:hidden; margin:0px 0px 20px; }

}