
.uc_offset_carousel *{
	margin:0;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_offset_carousel .uc_carousel{
	margin:0px auto;
}
.uc_offset_carousel .uc_offset_carousel_container_holder{
	position:relative;
	width:100%;
	padding:6%;	
}
.uc_offset_carousel .uc_offset_carousel_container_holders .uc_offset_carousel_placeholder{
	font-family: 'Open Sans', sans-serif;
	background-color:#ffffff;
}
.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_placeholder img{
	width:100%;
}

.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content{
	position:absolute;
	left:50%; 
	top:51%; 
	transform:translate(-56%, -55%);
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	border:2px solid transparent;
	width:88%;
	height:91%;
	text-align:center;
	overflow:hidden;
}
.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box{
	position:relative;
	display:table;
	width:100%;
	height:100%;
	text-transform:uppercase;
}

.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box_inner
{
	display:table-cell;
	vertical-align:middle;
    transform:translateX(0%);
	padding:20px;
	
		transform: scale(0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}

.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content:hover .uc_offset_content_box_inner
{
	transform: scale(1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}

.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box h2{
	font-size:25px;
	font-weight:600;
	margin:56px 0 11px;
	
}

.uc_offset_carousel .uc_offset_border
{
	height:3px;
	width:76px;
	display:block;
	margin:0 auto 47px; 
}

.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{
	line-height: 24px;
	margin-bottom: 48px;
	font-size:14px;
}
.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_more_btn {
	display:inline-block;
	border:1px solid transparent;
}
.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_more_btn a{
	display:block;
	padding:13px 24px;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	line-height:normal;
}

.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content:hover
{
	background-color:rgba(226, 207, 117, 0.9) !important;
}
.uc_offset_carousel .uc_offset_carousel_container_holder:hover .uc_offset_carousel_content{border:none;}
.uc_offset_carousel .uc_offset_carousel_container_holder:hover .uc_offset_carousel_content .uc_offset_content_box{
	transition:all 0.5s ease;
}


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


.uc_offset_carousel .owl-carousel.owl-drag .owl-item{ padding:0 0.2% 0;}


@media only screen and (min-width: 980px) and (max-width: 1043px) 
{
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box h2{ font-size:22px;}
	.uc_offset_carousel .uc_offset_border{ margin: 0 auto 20px; }
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{ font-size:12px !important; line-height:20px !important;}
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_more_btn a{ padding: 7px 16px !important; font-size:12px !important;}
}

@media only screen and (max-width: 1023px) {
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{ line-height:24px; font-size:15px;}
	
}
@media only screen and (max-width: 979px) {
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{ line-height:28px; font-size:16px;}
}

@media only screen and (min-width: 640px) and (max-width: 720px) 
{
	.uc_offset_carousel .uc_offset_border{ margin: 0 auto 20px; }
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{ font-size:12px !important; line-height:20px !important;}
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_more_btn a{ padding: 7px 16px !important; font-size:12px !important;}
}
@media only screen and (max-width: 680px) {
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{ line-height:24px; font-size:15px;}
}

@media only screen and (max-width: 414px) 
{
	.uc_offset_carousel .uc_offset_border{ margin: 0 auto 20px; }
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_paragraph{ font-size:12px !important; line-height:20px !important;}
	.uc_offset_carousel .uc_offset_carousel_container_holder .uc_offset_carousel_content .uc_offset_content_box .uc_more_btn a{ padding: 7px 16px !important; font-size:12px !important;}
}