
.uc_white_overlay_banner *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_container_holder > img{ width:100%;}
.uc_white_overlay_banner .uc_container_holder{
	position:relative;
	text-align:center;
	font-family: Georgia,serif;
	font-weight:400;
	background:url(image1.jpg) no-repeat center bottom;

	
	height:510px;
	margin:0 auto;
}
.uc_white_overlay_banner .uc_container_holder .uc_banner-text {
	background: rgba(255,255,255,0.8);
    width:540px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-270px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	z-index:101;
	
	padding:26px 20px;
	color:#000;
}
.uc_white_overlay_banner .uc_container_holder .uc_banner-text h3{
	font-size:24px;
	padding:0;
	margin:0 0 35px;
	line-height: 32px;
	font-weight:700;
	font-family: 'Playfair Display', serif;
}
.uc_white_overlay_banner .uc_container_holder .uc_banner-text span{
	padding:0;
	margin:0 0 2px;
	line-height:34px;
	display:block;
	font-weight:500;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
.uc_white_overlay_banner .uc_container_holder .uc_banner-text a{
	border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 22px;
    text-decoration: none;
    transition: all 0.1s linear 0s;
}
.uc_white_overlay_banner .uc_container_holder .uc_banner-text a:hover{
	box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
	transform: translateX(-3px);
}
