
.uc_elegant_bullets *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_elegant_bullets .uc_elegant_bullets_figure
{

	width:33%;
	text-align:center;
	display: inline-table;
	vertical-align: middle;
}

.uc_elegant_bullets .uc_elegant_bullets_figure img
{
	width:90%;
}

.uc_elegant_bullets .uc_elegant_bullets_left,.uc_elegant_bullets .uc_elegant_bullets_right
{

	width:33%;
	display: inline-table;
	vertical-align: middle;
}

.uc_elegant_bullets .uc_elegant_bullets_left .uc_content
{
	text-align:right;
	width:100%;
}

.uc_elegant_bullets .uc_content_inner
{
	width:100%;
	overflow:hidden;
}

.uc_elegant_bullets .uc_elegant_bullets_left .uc_content .uc_icon_box
{
	float:right;
}

.uc_elegant_bullets .uc_content
{
	padding-bottom:60px;
	font-size:14px;
	line-height:20px;
	
}


.uc_elegant_bullets .uc_content h2
{
	font-size:16px;
	margin:0 0 7px 0;
}

.uc_elegant_bullets .uc_icon_box
{
	width:70px;
	height:70px;
	text-align:center;
	line-height:74px;
	display:block;
	border-radius:50%;
	margin-bottom:23px;
}


.uc_elegant_bullets .uc_icon_box i
{
	font-size:20px;
}

.uc_elegant_bullets .uc_elegant_bullets_row
{
	float:left;
	width:100%;
}

@media only screen and (max-width: 840px) 
{
	.uc_elegant_bullets .uc_elegant_bullets_left,.uc_elegant_bullets .uc_elegant_bullets_right
	{
		width:32.6%;
	}
}

@media only screen and (max-width: 640px) {
	
	.uc_elegant_bullets .uc_icon_box{ width:50px; height:50px; line-height:50px;}
}

@media only screen and (max-width: 500px) {
	.uc_elegant_bullets .uc_elegant_bullets_left,.uc_elegant_bullets .uc_elegant_bullets_right
	{
		width:100%;
		padding:0px 15px;
	}
	
	.uc_elegant_bullets .uc_elegant_bullets_figure 
	{
		width:100%;
	}
	
	.uc_elegant_bullets .uc_elegant_bullets_figure img
	{
		width:100%;
	}
}