
.uc_mobile_side_bullets *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.uc_mobile_side_bullets .uc_container_holder{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#ffffff;
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row
{
	padding:16px 17px 16px 17px;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:100%;
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row .uc_icon_holder
{
	width:43px;
	height:43px;
	border-radius:50%;
	font-size:16px;
	margin:6px 18px 14px 14px;
	float:left;
	text-align:center;
	line-height:43px;
	position:relative;
	z-index:5;
}

.uc_mobile_side_bullets .uc_figure
{
	width:42%;
	float:left;
}

.uc_mobile_side_bullets .uc_figure img
{
	width:100%;
}
.uc_mobile_side_bullets .uc_list_right
{
	width:55%;
	float:right;
	padding-top:52px;
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row .uc_icon_holder i
{
	position:relative;
	
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row .uc_content_box
{
	float:left;
	width:calc( 100% - 80px) ;
	padding-top:14px;
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row .uc_content_box h2
{
	font-size:16px;
	font-weight:600;
	margin-bottom:7px;
	text-transform:uppercase;
}

.uc_mobile_side_bullets .uc_top_border
{
	position:absolute;
	left:34px;
	top:0px;
	width:2px;
	height:100%;
	display:block;
	z-index:1;
}

.uc_mobile_side_bullets .uc_left_border
{
	position:absolute;
	left:34px;
	top:62px;
	width:46px;
	height:2px;
	display:block;
	
	z-index:2;
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row:last-child .uc_top_border
{
	height:80%;
}

.uc_mobile_side_bullets .uc_mobile_side_bullets_row:first-child .uc_top_border
{
	top:30px;
}



@media only screen and (max-width: 640px) {
  
 .uc_mobile_side_bullets .uc_figure
{
	width:100%;
}

.uc_mobile_side_bullets .uc_list_right
{
	width:100%;
}
}