.font {
    font-family: lato,sans-serif;
}

.wrap960 {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    .wrap960 {
        width: 100%;
    }
}

.titleBanner #scene {
    max-width: 530px;
}

.about {
    position: relative;
    height: 800px;
    overflow: hidden;
}

@media screen and (max-width:960px) {
    .about {
        height: auto;
    }

        .about:after {
            content: "";
            display: block;
            clear: both;
        }
}

.about .nanyaLogo {
    margin: 0 auto;
    width: 120px;
    display: block;
}

.about .block {
    position: absolute;
    top: 50%;
    left: 50%;
}

    .about .block.company {
        width: 320px;
        height: auto;
        padding: 70px 120px 60px 70px;
        border: 3px rgba(125,224,220,.5) solid;
        margin: -240px 0 0 -500px;
    }

    .about .block.faith {
        width: 320px;
        height: auto;
        padding: 65px 90px 55px 80px;
        border: 3px rgba(125,224,220,.2) solid;
        margin: -200px 0 0 -25px;
    }

        .about .block.faith .iso img {
            display: inline-block;
            vertical-align: top;
            margin-right: 20px;
            height: auto;
        }

            .about .block.faith .iso img:last-child {
                margin-right: 0;
            }

@media screen and (max-width:400px) {
    .about .block.faith .iso img {
        width: calc((100% - 20px)/ 3);
        margin-right: 5px;
    }
}

@media screen and (max-width:960px) {
    .about .block.company, .about .block.faith {
        border: 0;
        position: relative;
        width: calc(50% - 60px);
        height: auto;
        float: left;
        padding: 50px 30px;
        margin: 0;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width:960px) {
    .about .block.company, .about .block.faith {
        width: calc(100% - 60px);
    }

    .about .block.company {
        padding-bottom: 0;
    }

    .about .block.faith {
        padding-bottom: 80px;
    }
}

.about .block h1 {
    font-size: 30px;
    color: #6d685f;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.about .block hr {
    display: block;
    border: 0;
    width: 80px;
    height: 6px;
    background: #7de0dc;
    margin: 5px 0 20px 0;
    text-align: left;
}

.about .block h2 {
    font-size: 22px;
    color: #6d685f;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.about .block p {
    font-size: 15px;
    line-height: 1.6;
    color: #6d685f;
    letter-spacing: .5px;
}

.about:before {
    content: "";
    display: block;
    width: 212px;
    height: 160px;
    background: url(../../images/EN/about_pattern.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -290px 0 0 200px;
}
