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

.uc_clean_bullets .uc_clean_bullets_left
{
	width:29.5%;
	display: inline-table;
	vertical-align: middle;
}

.uc_clean_bullets .uc_clean_bullets_right
{	
	width:29.5%;
	display: inline-table;
	vertical-align: middle;
}

.uc_clean_bullets .uc_clean_bullets_right .uc_content 
{
	text-align:right;
}

.uc_clean_bullets .uc_clean_bullets_right .uc_content h3 strong
{
	float:left;
	margin-right:0px;
}
.uc_clean_bullets .uc_clean_bullets_right .uc_content h3 small
{
	float:left;
}

.uc_clean_bullets .uc_clean_bullets_figure
{
	width:40%;
	display: inline-table;
	vertical-align: middle;
}

.uc_clean_bullets .uc_clean_bullets_figure img
{
	width:100%;
}

.uc_clean_bullets .uc_container_holder
{
}

.uc_clean_bullets .uc_container_holder h2
{
	font-size:40px;
	line-height:45px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:48px;
	text-align:center;
}

.uc_clean_bullets .uc_content 
{
	padding-top:40px;
	font-size:14px;
	line-height:24px;
}




.uc_clean_bullets .uc_content h3 small
{
	float:right;
	width:10px;
	height:10px;
	border-radius:50%;
	display:block;
	margin-top:12px;
}

.uc_clean_bullets .uc_content h3
{
	display:block;
	font-size:16px;
	margin:0 0 8px 0;
	width:100%;
	text-transform:uppercase;
  	background:url(uc_line_bg.jpg) repeat-x left bottom;
   position:relative;
	bottom:-3px;
}


@media only screen and (min-width: 641px) and (max-width: 820px) {
	
.uc_clean_bullets .uc_clean_bullets_left{ width:29%;}	
.uc_clean_bullets .uc_clean_bullets_right{ width:29% !important;}	  
.uc_clean_bullets .uc_content h3{ font-size:14px; line-height:18px; margin: 0 0 3px 0;}
.uc_clean_bullets .uc_content{ font-size:12px; line-height:19px;}
.uc_clean_bullets .uc_content h3 span{ margin-right:6px;}
.uc_clean_bullets .uc_content h3 span{ width: calc( 100% - 177px); margin-top: 13px;}
.uc_clean_bullets .uc_content h3 small{ margin-top:6px;}
.uc_clean_bullets .uc_clean_bullets_right .uc_content h3 small { margin-top:6px; margin-right:6px; }
.uc_clean_bullets .uc_clean_bullets_left .uc_content h3 small { margin-top:6px; margin-left:6px; }  
.uc_clean_bullets .uc_clean_bullets_right .uc_content h3 span {  width: calc( 100% - 177px); margin-top:13px;}
.uc_clean_bullets .uc_container_holder h2{ font-size:32px;}
	}
	
@media only screen and (max-width: 640px) 
{
	.uc_clean_bullets .uc_clean_bullets_left{ width:100%;}
	.uc_clean_bullets .uc_clean_bullets_right{ width:100%;}
	.uc_clean_bullets .uc_clean_bullets_figure{ width:100%; margin:30px 0px; }
}	

