@charset 'UTF-8';



/* TITLE OVERRIDE */
.titleWrapper {
    margin-top: 0;
}

.titleWrapper #backButton {
    position: static;
    margin-top: 33px;
}
.titleWrapper.langZh #backButton {
    margin-top: 42px;
}
@media (min-width: 768px) {
    .titleWrapper #backButton {
        margin-top: 57px;
    }
    .titleWrapper.langZh #backButton {
        margin-top: 78px;
    }
}



.textContainer {
    position: relative;
    margin-top: 66px;
}
@media (min-width: 1024px) {
    .textContainer {
        min-width: 960px;
    }
}

.textContainer .subtitle {
    position: absolute;
    top: 1px; right: 0;
    font-size: 18px;
}
@media (min-width: 768px) {
    .textContainer .subtitle {
        font-size: 28px;
    }
}


.pageSeparator {
    height: 1px;
    margin-top: 19px;
    margin-bottom: 24px;
    background: #B3B3B3;
}
@media (min-width: 768px) {
    .pageSeparator {
        margin-top: 42px;
        margin-bottom: 50px;
    }
}



/* FLASHY */
.flashy {
    position: relative;
    display: block;
    padding-bottom: 50%;
    background-color: #E6E6E6;
}


.flashy .brand {
    position: absolute;
    display: none;
    top: 50%;
    width: 100%;
    height: 36px; line-height: 36px;
    margin-top: -18px;
    color: #1A1A1A;
    font-size: 24px;
    text-align: center;
}
.flashy .brand.show {
    display: block;
}
@media (min-width: 768px) {
    .flashy .brand {
        font-size: 32px;
    }
}
