
.uc_bubba_image_hover *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_bubba_image_hover .uc_image_box{
	position: relative;
	text-align: center;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.uc_bubba_image_hover .uc_image_box img{
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	width: 100%;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content .uc_content_box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 80%;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content::before,
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content::after {
	pointer-events: none;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content,
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_title {
	word-spacing: -0.15em;
	font-weight: 300;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_title{
	margin: 0;
}
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_paragraph{
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0;
}





.uc_bubba_image_hover .uc_image_box .uc_image_holder img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder:hover img {
	opacity: 0.4;
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content::before,
.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_content::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 20px;
	padding: 50px 0 0;
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder .uc_paragraph {
	padding: 20px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder:hover .uc_content::before,
.uc_bubba_image_hover .uc_image_box .uc_image_holder:hover .uc_content::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.uc_bubba_image_hover .uc_image_box .uc_image_holder:hover .uc_title,
.uc_bubba_image_hover .uc_image_box .uc_image_holder:hover .uc_paragraph {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

