/*
 * ntr.about.css
 */

.slogan {
    color: rgba(0, 0, 0, 0.45); text-align: center;
}
.slogan .sign {
    margin-bottom: 10px;
    font-size: 15px; letter-spacing: -1px;
}
.slogan .main-copy {
    margin-bottom: 40px;
    font-size: 15px; color: rgba(0, 0, 0, 0.85);
}
.slogan-logo {
    width: 232px; height: 87px;
    margin: 0 auto 40px;
    background: url('/images2/sprite0_x2.png') no-repeat 99.524% 38.903%; background-size: 400px 400px;
}
.slogan-logo.b {
    background-position: 99.524% 79.228%;
    width: 232px; height: 131px;
}
.block-content {
    margin: 40px 0;
}
.block-content:nth-of-type(1) {
    margin-top: 0;
}
.block-content h1 {
    font-size: 18px; color: #1d2088;
}
.block-content .main-txt {
    font-size: 1.05em; font-weight: bold; color: rgba(0, 0, 0, 0.85);
}
.block-content-inner {
    margin: 30px 0;
}
.block-content-inner h2 {
    font-size: 1.05em; color: rgba(0, 0, 0, 0.85);
}
.block-content-image {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
}
.block-content.with-image .image-desc {
    position: absolute;
    padding: 10px;
    -webkit-border-radius: 6px; border-radius: 6px;
    font-size: 12px; text-align: left;
    background-color: rgba(0, 0, 0, 0.03);
}
.block-content.with-image:nth-of-type(1) .image-desc:nth-of-type(1) {
    top: 0; right: 0;
}
.block-content.with-image:nth-of-type(1) .image-desc:nth-of-type(2) {
    bottom: 0; left: 0;
}
.block-content.with-image:nth-of-type(2) .image-desc:nth-of-type(1) {
    top: -20px; right: 0;
}
.block-content.with-image:nth-of-type(2) .image-desc:nth-of-type(2) {
    bottom: -20px; left: 0;
}
.block-content.with-image .image-desc strong {
    display: block;
}
.block-content.with-image:nth-of-type(1) .block-content-image .image {
    padding: 120px 0 115px;
}
.block-content.with-image:nth-of-type(2) .block-content-image .image {
    padding: 120px 0 115px;
}
.tab-content-footer .links {
    text-align: center;
}
.tab-content-footer .links a {
    margin-right: 10px;
}
.tab-content-footer .links a:last-child {
    margin-right: 0;
}

/*.windows .tab-content-footer .text-link { line-height: 42px; }*/

.with-image .block-content-desc {
    margin-bottom: 30px;
}
#static-page-footer {
    clear: both;
    margin-top: 50px; padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.6;
}
#static-page-footer .copyright {
    display: inline;
}
#static-page-footer a {
    margin-right: 10px;
    color: #1d2088; text-decoration: underline;
}
#static-page-footer .address {
    margin-top: 10px;
    font-size: 12px;
}
#static-page-footer .fa-envelope-o { margin-left: 8px; }
.partner-logos {
    margin-top: 30px;
}
.partner-logos:after { content: ''; display: block; clear: both; }
.partner-logos li {
    display: -webkit-box;
    /*display: -webkit-inline-flex; display: -moz-inline-flex; display: -o-inline-flex; display: -ms-inline-flex; display: inline-flex;*/
    -webkit-box-pack: center; -moz-box-pack: center; -o-box-pack: center; -ms-flex-pack: center;
    -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center;
    float: left;
    width: 48%; height: 80px;
    margin: 1%;
    background-color: #fff;
    list-style: none;
}
.partner-logos li .partner-logo {
    display: block;
    text-align: center;
}
.partner-logos li .partner-logo {
    width: 60%;
}
.partner-logos li .partner-logo img {
    max-height: 70px;
}
.fb-like {
    display: inline-block !important;
    margin-top: 10px;
}
.naturingcompany {
    margin-right: 10px;
}
.faqicon {
    vertical-align: middle;
    margin: 0 4px;
    width: 24px; height: auto;
}


@media screen and (min-width: 768px) {
    .slogan-logo {
        width: 290px; height: 108px;
        margin-bottom: 70px;
        background-size: 500px 500px;
    }
    .slogan-logo.b {
        width: 290px; height: 163px;
    }
    .slogan .main-copy {
        margin-bottom: 70px;
    }
    .slogan .sign {
        font-size: 18px;
    }
    .slogan .main-copy {
        font-size: 24px;
    }
    .block-content {
        margin: 70px 0;
    }
    .block-content h1 {
        font-size: 20px;
    }
    #static-page-footer {
        margin-top: 90px;
    }
    #static-page-footer .address {
        display: inline-block;
        margin: 0 20px 0 0;
    }
    .partner-logos {
        margin-left: -1%;
    }
    .partner-logos li {
        width: 23%; height: 100px;
    }
    .with-image .block-content-desc {
        margin-bottom: 45px;
    }
    .block-content.with-image:nth-of-type(1) .image-desc:nth-of-type(1) {
        top: -10px; right: 0;
        width: 300px;
    }
    .block-content.with-image:nth-of-type(1) .image-desc:nth-of-type(2) {
        bottom: 0; left: 0;
        width: 300px;
    }
    .block-content.with-image:nth-of-type(2) .image-desc:nth-of-type(1) {
        top: 0; left: 0;
        width: 300px;
    }
    .block-content.with-image:nth-of-type(2) .image-desc:nth-of-type(2) {
        bottom: 0; left: auto; right: 0;
        width: 300px;
    }
    .block-content.with-image .image-desc strong {
        display: block;
    }
    .block-content.with-image:nth-of-type(1) .block-content-image .image {
        padding: 120px 0 115px;
    }
    .block-content.with-image:nth-of-type(2) .block-content-image .image {
        padding: 120px 0 152px;
    }
    /*.windows .block-content.with-image:nth-of-type(1) .block-content-image .image,
    .windows .block-content.with-image:nth-of-type(2) .block-content-image .image {
        padding-top: 140px;
    }*/
    .fb-like {
        position: relative; top: 2px;
    }
}

@media screen and (min-width: 1024px) {
    #static-page-footer { padding: 10px 0 0; }
    #static-page-footer:after { content: ''; display: block; clear: both; height: 0; visibility: hidden;  }
    #static-page-footer .address br { display: none; }
    #static-page-footer .fa-phone { margin-left: 10px; }
    .with-image .block-content-desc > p {
        padding-right: 15px;
        /* word-break: keep-all; */
    }
    .block-content.with-image:nth-of-type(1) .image-desc:nth-of-type(1) { top: -20px; right: 129px; }
    .block-content.with-image:nth-of-type(2) .image-desc:nth-of-type(2) { left: 96px; }
    .block-content.with-image:nth-of-type(1) .image-desc:nth-of-type(2) { left: 0; }
    .block-content.with-image:nth-of-type(2) .image-desc:nth-of-type(1) { top: -38px; left: auto; right: 128px; }
    .fb-like {
        float: right;
        position: static;
        margin-top: 0;
    }
    body.profile-page #static-page-footer.another { display: none; }
    body[data-module-name='profile'].profile-page #static-page-footer.another { display: block; }
}

@media screen and (max-width: 1023px) {
    #static-page-footer.another { display: none; }
}















