
.uc_centered_banner *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_centered_banner .uc_container_holder{
	background:rgba(0,0,0,0.5);
	position:relative;
	font-family: "Lato",sans-serif;
	font-weight:400;
	margin:0 auto;
	padding:30px 25px;
	clear:both;
	overflow:hidden;
}
.uc_centered_banner .uc_left_text{
	width:100%;
	padding-top:30px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom:30px;
    text-align:center;
  
}
.uc_centered_banner .uc_left_text h3{
	font-size:40px;
	color:#fff;
	font-weight:400;
	padding:0;
	margin:0 0 30px 0;
}
.uc_centered_banner .uc_left_text span{
	display:block;
	font-size:21px;
	color:#fff;
	font-weight:400;
	margin:0 0 16px 0;
}
.uc_centered_banner .uc_left_text a{
	display:inline-block;
	font-weight:400;
	margin:0 0 20px 0;
	border:2px solid #fff;
	border-radius:40px;
	padding:19px 25px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

.uc_centered_banner .uc_right_iphone{
	float:right;
	width:50%;
	text-align:right;
}