@charset "utf-8";
/* CSS Document */
.uvc-heading
{
	text-align:center;
}
.uvc-heading .uvc-main-heading h2
{
	margin:0;
	padding:0;
	line-height:normal;
}
.uvc-heading-spacer
{
	margin:0 auto;
	padding:0;
	position: relative;
	overflow: hidden;
}
.uvc-heading-spacer .aio-icon
{
	vertical-align:top;
}
.uvc-heading-spacer img
{
	vertical-align:middle;
	box-shadow:none !important;
	max-width:100%;
}
.uvc-heading-spacer.line_with_icon:before
{
	content: "";
	position: absolute;
	bottom: 50%;
	right: 0px;
	border-width: 0;
}
.uvc-heading-spacer.line_with_icon:after 
{
	content: "";
	position: absolute;
	bottom: 50%;
	left:0;
	border-width: 0;
}
.uvc-headings-line
{
	display:block;
	width:100%;
	max-width:100%
}
.uvc-sub-heading
{
	line-height:normal;
	margin:0 auto;
}