.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.custombutt_link.align-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* clearfix */
.stack-inner:after, .header-inner:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.header-inner {
    display: inline-block;
}
html[xmlns] .stack-inner {
    display: block;
}

html[xmlns] .header-inner {
    display: block;
}

* html .stack-inner {
    height: 1%;
}

* html .header-inner {
    height: 1%;
}