.uc_creative_header *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.uc_creative_header{
	position:relative;
	width:100%;
}
	
.uc_creative_header img{
	width:100%;
	display: block;
}
.uc_container_inner{
	width: 47%;
	margin:0 auto;
	}
.uc_creative_header .uc_container_text_box{ 
	padding:0%;
	position:absolute;	
	top:50%;
	left: 0%;
	width: 100%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.uc_creative_header .uc_socila_icon {
    position: absolute;
    right: 20%;
	top:50px;
}
.uc_creative_header .uc_socila_icon a{
	color:#ffffff;
	display:inline-block;
}
.uc_creative_header .uc_socila_icon .fa{ 
	margin-left:20px;
	}

.uc_creative_header .uc_container_text_box h1{
	font-size:6vw;
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#ffffff;	
	line-height: 102px;
}
.uc_creative_header .uc_paragraph{
	font-family: 'Josefin Sans', sans-serif;
	font-size:32px;
	color:#ffffff;
	font-weight:300;
	margin-top:20px;
	line-height: 44px;
}

.uc_creative_header .uc_container_text_box a{
	font-size:11px;
	border:1px solid #ffffff;
	font-family: 'Montserrat', sans-serif;;
	font-weight:700;
	color:#ffffff;
	padding:18px 45px;
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:35px;
	border-radius: 43px;
}


@media only screen and (max-width:1300px) {
	.uc_creative_header .uc_paragraph{ line-height:normal;font-size: 24px;margin-top: 25px;}
	.uc_creative_header .uc_container_text_box a { margin-top: 20px;}
}
@media only screen and (max-width: 1024px) {
	.uc_creative_header .uc_paragraph{ line-height:normal;font-size: 20px;}
	.uc_creative_header .uc_container_text_box a { margin-top: 22px; padding:12px 28px;font-size: 14px;}
	.uc_creative_header .uc_container_text_box h1{ line-height:normal;}
	.uc_creative_header .uc_socila_icon{top: 7px;}
	.uc_creative_header .uc_socila_icon .fa{ margin-left:10px;}
}
@media only screen and (max-width: 800px) {	
	.uc_creative_header .uc_paragraph{ line-height:normal;font-size: 20px;}
	.uc_creative_header .uc_container_text_box h1{ line-height:normal;}
	.uc_creative_header .uc_paragraph{ margin-top: 0px;}
	.uc_creative_header .uc_container_text_box a { margin-top: 10px; font-size: 10px; padding: 5px 14px;}
	.uc_creative_header .uc_socila_icon{top: 7px;}
	.uc_creative_header .uc_socila_icon .fa{ margin-left:10px;}
	.uc_creative_header .uc_socila_icon a{display:inline-block;}
}
	
@media only screen and (max-width: 768px) {	

	.uc_container_inner{ width:100%; padding:0 15px}
	.uc_creative_header .uc_socila_icon { right: 15px; }
}
@media only screen and (max-width: 480px) {	

	.uc_creative_header .uc_paragraph { font-size: 15px;}

}