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

.uc_image_link_content .uc
{
	margin:0 auto;
}

.uc_image_link_content .uc_image_link_content_container_holder
{
	font-size:16px;
	line-height:24px;
	overflow:hidden;
	color:#8a8a8a;
	font-weight:400;
	display:inline-block;
	background-color:#ffffff;
    margin: 0 0px 30px;
	float:left;
	position:relative;
	width:100%;
}

.uc_image_link_content .owl-carousel .owl-stage-outer{ overflow:hidden;}

.uc_image_link_content .uc_image_link_content_content h2
{
	font-size:25px;
	font-weight:700;
	margin-bottom:17px;
}

.uc_image_link_content .uc_image_link_content_content
{
	padding:30px 25px 20px;
}

.uc_image_link_content .uc_image_link_content_content p
{
	margin-bottom:4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.uc_image_link_content .uc_image_link_content_content:hover p
{
	color:#181818;
	border-color:#50dfa8;
}



.uc_image_link_content .uc_image_link_content_content:hover p
{
	color:#181818;
}

.uc_image_link_content .uc_image_link_content_border
{
	height:4px;
	display:block;
	width:100px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-50px;
}

.uc_image_link_content  .uc_image_link_content_placeholder
{
	background-color:#ffffff;
	position:relative;
}

.uc_image_link_content  .uc_image_link_content_placeholder .uc_title_text
{
	position:absolute;
	left:0px;
	bottom:0px;
	line-height:44px;
	width:110px;
	text-align:center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.uc_image_link_content_container_holder:hover .uc_title_text
{
	background-color:#7594fa;
}

.uc_image_link_content  .uc_image_link_content_placeholder img
{
	width:100%;display:block;
}

.uc_image_link_content .uc_image_link_content_content .uc_more_btn {
	display:block;
	font-size:16px;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



