/* 	----------------------------
	Section Common Style 
---------------------------- */

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

.g-recaptcha div
{
    display: block;
    margin-right: auto;
    margin-left: auto; 
}

.my-radio
{
	text-indent: 0%;
}

.my-footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.invite-content {
    text-align: center;
    align-items: center;
    display: inline-grid;
    width: 100%;
    height: 100%;
    min-height: 30vh;
    font-size: large;
    font-weight: bold;
    font-family: 'cwTeXFangSong', serif;
}

.pull-right-col {
	order: 0;
}

.page-head-font {
    font-family: 'Kalam', 'cwTeXYen', sans-serif;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

@media screen and (min-width: 992px) {
    .pull-right-col {
        margin-left: auto;
        order: 1;
    }
}


