.normal-align-left {
	text-align: left;
}

.normal-align-right {
	text-align: right;
}

.normal-align-center,
.center {
	text-align: center;
}


/***** Heading *****/
.uxb-exte h1.uxb-heading,
.uxb-exte h2.uxb-heading,
.uxb-exte h3.uxb-heading,
.uxb-exte h4.uxb-heading,
.uxb-exte h5.uxb-heading,
.uxb-exte h6.uxb-heading {
	letter-spacing: 1px;
	line-height: 1.4;
}

.uxb-heading.h-center {
	text-align: center;
}

.uxb-heading.h-right {
	text-align: right;
}

.has-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #666;
	padding-bottom: 12px;
	margin-bottom: 25px !important;
}


/***** Icon *****/
/*
i.large {
	display: inline-block;
	font-size: 24px;
	margin-right: 5px;
}

.with-icon {
	display: inline-block;
}

h4 i {
	margin-right: 5px;
}
*/

i.uxb-icon {
	display: block;
	margin: 18px auto;
}

i.uxb-icon.large {
	font-size: 60px;
}

i.uxb-icon.float-left {
	float: left;
	margin: 0 12px 0 0;
}

i.uxb-icon.float-right {
	float: right;
	margin: 0 0 0 12px;
}


/***** Blockquote *****/
blockquote.uxb-blockquote.left,
blockquote.uxb-blockquote.right {
	width: 30%;
}

blockquote.uxb-blockquote.left {
	float: left;
}

blockquote.uxb-blockquote.right {
	float: right;
	margin-left: 24px;
	text-align: left;
}



/***** Divider *****/
hr.uxb-divider.divider {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 26px 0 40px;
}

hr.uxb-divider.divider.thin {
	border-color: #ccc;
}

hr.uxb-divider.divider.light {
	border-color: #EBE9E9;
	border-top-width: 2px;
}

hr.uxb-divider.divider.bold {
	border-color: #868484;
	border-top-width: 2px;
}

hr.uxb-divider.divider.dashed {
	border-style: dashed;
}

.uxb-divider.divider-set1 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uxb-divider.divider-set1 {
	margin: 0 auto 68px;
	position: relative;
	width: 55%;
}

.uxb-divider.divider-set1 hr {
	background: none;
	margin: 0;
}

.uxb-divider.divider-set1 hr.middle {
	border: 0;
	border-top: 1px solid #ececec;
}

.uxb-divider.divider-set1 hr.short {
	border: 0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	height: 13px;
	margin-left: -18px;
	margin-top: 7px;
	position: absolute;
	left: 50%;
	top: -13px;
	width: 36px;
}



/***** Dropcap *****/
span.uxb-dropcap {
	float: left;
	font-size: 24px;
	font-weight: 600 !important;
	margin: 3px 8px 3px 0;
	padding: 6px 13px;
	text-transform: uppercase;
}

span.uxb-dropcap.dark {
	background: #868484;
	color: #fff;
}

span.uxb-dropcap.light {
	background: #EBE9E9;
	color: #333 !important;
}

span.uxb-dropcap.simple {
	color: #333;
	padding-top: 0;
	padding-right: 7px;
	padding-left: 0;
}



/***** Highlight *****/
span.uxb-highlight {
	border-radius: 3px;
	padding: 1px 7px;
}

span.uxb-highlight.dark {
	background: #868484;
	color: #fff;
}

span.uxb-highlight.light {
	background: #EBE9E9;
	color: #111 !important;
}
