﻿.profile-container {
    width: 1400px;
    height: 900px;
    border-radius: 12px;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    display: block;
    position: absolute;
    left: 220px;
    top: 1.5%;
}

.profile-footer {
    color: #fff;
    font-weight: 200;
    text-shadow: none;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
}

    .profile-footer .close {
        color: #fff;
    }

        .profile-footer .close:hover {
            color: #fff;
            font-weight: 200;
            text-shadow: none;
            opacity: 1;
            font-size: 16px;
            text-transform: uppercase;
        }

        .profile-footer .close span {
            line-height: 36px;
        }

.profile-content {
    width: 8;
    height: 858px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 1% 0 auto;
}

    .profile-content:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 1.125em;
        width: 100%;
        height: 862px;
        z-index: -1;
        background-size: cover;
        opacity: 0.05;
    }

.profile-detail {
    height: 77%;
    overflow-x: auto;
    margin: 3em 0 0 2.35em;
}

.profile-content .profile-detail-header h4 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    overflow: auto;
}

.profile-content .profile-detail-header h5 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    margin: 0px;
}

.profile-content .profile-detail h6 {
    font-weight: normal;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    margin: 0 0 .5em 0;
    padding: 0;
}

    .profile-content .profile-detail h6:last-of-type {
        margin-bottom: 1em;
    }

    .profile-content .profile-detail h6:empty {
        line-height: 0px;
        padding: 0;
    }

.profile-content .profile-detail p {
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 2em 3em .5em 3em;
    white-space: pre-line;
}

.galleria {
    height: 900px;
    max-width: 598px;
}

.profile-photo {
    height: 900px;
    width: 598px;
    float: left;
}


.profile-enlarge {
    float: right;
    right: 50px;
    position: relative;
    display: inline-block;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    background-color: black;
    z-index: 1001;
    opacity: .75;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    height: 1080px;
    /*top: -18px;*/
    z-index: 1002;
}

.profile-media {
    color: #fff;
    font-weight: 200;
    margin-right: 20px;
    text-shadow: none;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
}

    .profile-media .close:hover {
        color: #fff;
        font-weight: 200;
        text-shadow: none;
        opacity: 1;
        font-size: 16px;
        text-transform: uppercase;
    }

    .profile-media .close span {
        line-height: 36px;
    }

.profile-detail-header {
    margin-left: 2.35em;
}

.profile-media a {
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: -3.5em;
}
