
.uc_white_carousel *{
	margin:0;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_white_carousel .uc_carousel{
	margin:0px;
	padding:15px 0;
}
.uc_white_carousel .uc_white_carousel_container_holder{
	position:relative;
	width:100%;
	border:15px solid transparent;
	overflow:hidden;
}
.uc_white_carousel .uc_white_carousel_container_holder .uc_white_carousel_placeholder{
	background:#ffffff;
	padding:0px;
}
.uc_white_carousel .uc_white_carousel_container_holder .uc_white_carousel_placeholder img{
	width:100%;
	display:block;
}

.uc_white_carousel .uc_white_carousel_container_holder .uc_white_carousel_content{
	position: absolute;
	left: 0;
	bottom: -20%;
	padding: 10px 5px 3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.uc_white_carousel .uc_white_carousel_container_holder .uc_white_carousel_content h2{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin:10px 0 7px;
}
.uc_white_carousel .uc_white_carousel_container_holder .uc_white_carousel_content p{
line-height: 22px;
	font-size:14px;
	max-width:70%;	
	
}
.uc_white_carousel .uc_white_carousel_container_holder .uc_white_carousel_content a{	
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	padding:15px 45px;
	margin:25px 0 0px;
}
.uc_white_carousel .uc_white_carousel_container_holder:hover .uc_white_carousel_content h2{
	color:#51cfee !important;
}
.uc_white_carousel .uc_white_carousel_container_holder:hover .uc_white_carousel_content{
	bottom:0;
}
.uc_white_carousel .uc_white_carousel_container_holder:hover .uc_white_carousel_content .uc_content_box{
	height:auto;
}


/*Pagination
======================*/
.uc_white_carousel .owl-dots{ overflow:hidden; text-align:center; margin-top:22px;}
.uc_white_carousel .owl-dot { background-color:#c4c4cc; width:6px; height:6px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; display:inline-block; margin:4px 9px 3px; }
.uc_white_carousel .owl-dot.active { background-color:#333333; width:14px; height:14px; margin:0 15px; }

@media only screen and (max-width: 639px) {
	.uc_white_carousel .uc_white_carousel_content{ padding:10px;}
	.uc_white_carousel .uc_white_carousel_content .uc_content_box .uc_paragraph{ font-size:13px; line-height:20px;}
	.uc_white_carousel .uc_white_carousel_content .uc_content_box h2{ margin-bottom:0;}
}