/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#content-sidebar,
#content-full {
    margin: 0;
}

.ip-about {
}

#content .about-wrap,
#content .about-inner,
#content .about-main {
    position: relative;
}

#content .about-site-accent {
    top: 101px;
    left: 54px;
}

#content .about-indicator {
    margin-top: 43px;
}

#content .about-title {
    margin-top: -12px;
    font-size: 100px;
    letter-spacing: 2px;
    font-weight: 300;
}

#content .about-title strong {
    font-weight: 400;
}

#content .about-agent {
    display: block;
    position: relative;
    z-index: 1;
    width: 462px;
    max-width: 100%;
    margin: 46px 0 0 -29px;
}

#content .about-agent:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 65px;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent url(../../images/welcome-agent-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.39);
}

#content .about-agent img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    left: 0;
}

#content .about-agent-overlay {
    z-index: -1;
    top: 118px;
    bottom: -125px;
    left: -131px;
    right: 46px;
}

#content .about-agent-overlay > div:nth-child(1):after {
    bottom: 62px;
}

#content .about-agent-overlay > div:nth-child(2):before {
    height: 125px;
}

#content .about-agent-overlay > div:nth-child(2):after {
    height: 63px;
    bottom: 62px;
}

#content .about-img {
    position: relative;
    display: block;
}

#content .about-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
}

#content .about-img img,
#content .about-img canvas {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#content .about-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#content .about-img canvas {
    background-color: #a10d5d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#content .about-main {
    padding: 82px 0 50px;
}

#content .about-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.73;
    letter-spacing: 0.75px;
    color: #565656;
}

#content .about-description:before {
    content: '';
    display: block;
    width: 33px;
    height: 3px;
    background: #000;
    margin-bottom: 32px;
}

#content .about-description h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
}

#content .about-description p,
#content .about-description h2 {
    margin: 0;
    line-height: inherit;
}

#content .about-link {
    margin-top: 55px;
}

/*******************************************************
 *
 * Mobile
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {
    #content .about-title {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1366px) {
    #content .about-site-accent {
        left: 30px;
    }

    #content .about-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-about {
        padding-left: 50px;
    }

    #content .about-title {
        font-size: 70px;
    }

    #content .about-site-accent {
        left: 14px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {

    #content .about-title {
        font-size: 60px;
    }

    .ip-about {
        padding-bottom: 80px;
    }

    #content .about-agent {
        width: 400px;
    }

    #content .about-agent img {
        max-width: 80%;
    }

    #content .about-main {
        padding: 50px 0 30px;
    }

    #content .about-description h2 {
        font-size: 18px;
    }

    #content .about-description {
        font-size: 14px;
    }

    #content .about-link {
        margin-top: 35px;
    }

    #content .about-agent-overlay {
        left: -80px;
        bottom: -80px;
    }
}

@media only screen and (max-width: 1024px) {
    #content .about-title {
        font-size: 55px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-about {
        padding: 0;
    }

    #content > .container {
        position: relative;
    }

    #content .about-indicator,
    #content .about-title {
        text-align: center;
    }

    #content .about-agent {
        margin: 40px auto -40px;
    }

    #content .about-agent img {
        position: static;
    }
}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    #content .about-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 567px) {
    #content .about-title {
        font-size: 40px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {

}
