.uc_small_footer
{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_small_footer_inner
{
	text-align:center;
	padding:60px 0;
}

.uc_small_footer .uc_footer_block
{
	font-family: 'Open Sans', sans-serif;
	padding:50px 0 50px 0;
	margin:0px;
	overflow:hidden;
	display:inline-block;
}

.uc_small_footer .uc_footer_block 
{
	list-style:none;
	font-size:14px;
	line-height:23px;
	color:#FFFFFF;
	position:relative;
	display:inline-block;
	padding:0 55px;
	overflow:hidden;
}

.uc_small_footer .uc_footer_block i
{
	margin-right:10px;
	float:left;
	margin-top:5px;
}

.uc_small_footer .uc_footer_block .uc_content
{
	float:left;
}

.uc_small_footer .uc_footer_block:first-child
{
	text-align:left;
}

.uc_small_footer .uc_footer_block:last-child
{
	text-align:left;
}


.uc_small_footer .uc_footer_block a
{
	color:#424242;
	text-decoration:none;	
} 

.uc_small_footer .icon_box
{
	text-align:center;
}
.uc_small_footer .icon_box a
{
	font-size:25px;
	margin-left:12px;
	margin-right:12px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

@media only screen and (max-width: 773px) 
{
	.uc_small_footer .uc_footer_block{ padding:0 4%;}
	
}


@media only screen and (max-width: 580px) 
{
	.uc_small_footer .uc_footer_block{ padding:0; width:100% !important; text-align:center; margin-bottom:30px;}
	.uc_small_footer .uc_footer_block:first-child{text-align:center;}
	.uc_small_footer .uc_footer_block:last-child{text-align:center;}
	.uc_small_footer .uc_footer_block span.uc_sep_left{ display:none;}
	.uc_small_footer .uc_footer_block span.uc_sep_right{ display:none;}
	.uc_small_footer .uc_footer_block .uc_content{ float:none !important;}
	.uc_small_footer .uc_footer_block i{float:none !important;}
}