/* --------------------
Product master
-------------------- */
.master {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .master {
        margin-bottom: 150px;
    }
}

.master__head .com-page-head {
    background-image: url(../../images/pages/product/master/master-page-head-bg.jpg);
    background-position: 75% center;
}

@media (min-width: 992px) {
    .master__head .com-page-head {
        background-position: 70% center;
    }
}

@media (min-width: 992px) {
    .master__head .com-page-head {
        background-position: center;
    }
}

.master__profile {
    background-image: url(../../images/pages/product/master/master-profile-bg.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    margin: 0 0 80px;
    padding: 80px 0;
}

@media (min-width: 768px) {
    .master__profile {
        margin-bottom: 130px;
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

.master__profile-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .master__profile-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.master__profile__overview {
    margin: 0 0 200px;
}

@media (min-width: 768px) {
    .master__profile__overview {
        margin-bottom: 200px;
    }
}

.master__profile__overview__content p {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2.5;
    margin: 0;
}

@media (min-width: 768px) {
    .master__profile__overview__content p {
        text-align: center;
    }
}

.master__profile__person {
    margin: 0 auto 80px;
    max-width: 440px;
    position: relative;
}

.master__profile__person__fig {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    z-index: 0;
}

.master__profile__person__msg {
    left: 0;
    position: absolute;
    top: -150px;
    z-index: 1;
}



.master__profile__person__msg p {
    color: #ffffff;
    font-size: 1.8rem;
    /*letter-spacing: .4em;*/
    line-height: 2.0;
    margin: 0;
}

@media (min-width: 768px) {
    .master__profile__person__msg p {
        font-size: 2.0rem;
        /*letter-spacing: .4em;*/
    }
}

.master__profile__person__detail__title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 0 5px;
}

.master__profile__person__detail__name {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .master__profile__person__detail__name {
        font-size: 3.0rem;
    }
}

.master__profile__person__detail__name .small {
    font-size: 1.2rem;
    letter-spacing: .2em;
    /*margin: 0 0 0 15px;*/
}

@media (min-width: 768px) {
    .master__profile__person__detail__name .small {
        font-size: 1.4rem;
    }
}

.master__profile__person__detail__content p {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0;
}

@media (min-width: 768px) {
    .master__profile__person__detail__content p {
        font-size: 1.3rem;
    }
}

.master__profile__content {
    margin: 0 0 40px;
}

.master__profile__content p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 0 0 30px;
}

.master__profile__content p:last-child {
    margin-bottom: 0;
}

.master__profile__action {
    margin: 0 0 40px;
}

.master__profile__action__link {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

.master__profile__action__link:after {
    background-color: #ffffff;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: right .5s cubic-bezier(.645, .045, .355, 1);
    width: auto;
}

.master__profile__action__link img {
    vertical-align: middle;
}

.master__profile__action__link:hover, .master__profile__action__link:focus {
    color: #ffffff;
}

.master__profile__action__link:hover:after, .master__profile__action__link:focus:after {
    right: 0;
}

.master__profile__main {
    margin: 80px 0 0;
}

.master__profile__main__title {
	font-family: "Cinzel", serif;
	font-weight: 400;
    color: #ffffff;
    font-size: 2.0rem;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .master__profile__main__title {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }
}

.master__profile__main__content {
    height: 242px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: height .5s cubic-bezier(.645, .045, .355, 1);
}

.master__profile__main__content__viewer p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 2.0;
    margin: 0 0 30px;
}

.master__profile__main__content__viewer p:last-child {
    margin-bottom: 0;
}

.master__profile__main__trigger {
    position: relative;
}

.master__profile__main__trigger__button {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: inherit;
    font-weight: 600;
    left: auto;
    margin: 0;
    opacity: .7;
    padding: 5px 25px 5px 5px;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: none;
    top: 0;
    width: auto;
}

.master__profile__main__trigger__button:before {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: "";
    display: block;
    height: 8px;
    left: auto;
    position: absolute;
    right: 6px;
    top: 5px;
    transform: rotate(-45deg);
    width: 8px;
}

.master__profile__main__trigger__button:hover, .master__profile__main__trigger__button:focus {
    color: #ffffff;
}
