﻿#layout #home {
    position: static;
}
.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: 0px;
    z-index: 1002;
}
.tagdiv {
    background-color: #ffffff;
    border-radius: 50%;
}
.image-tag-wrapper {
    z-index: 5;
    position: relative;
}
#copyRightTP {
    z-index: 1 !important;
    opacity: 0.2;
}
#copyLeftTP {
    z-index: 2 !important;
    opacity: 0.2;
}
.profile-full-container {
    width: 1400px;
    height: 780px;
    border-radius: 12px;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    display: block;
    position: absolute;
    left: 220px;
    top: 13%;
}
.profile-full-content {
    height: 750px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 1% 0 auto;
}

#contentBox .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .05;
    width: 100%;
    height: 100%;
    background-size: 600px;
}
.profile-full-detail {
    height: 93%;
    overflow-x: auto;
    margin: 0 0 0 2.35em;
}

.profile-full-content .profile-full-detail-header h4 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
    overflow: auto;
}

.profile-full-content .profile-full-detail p {
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 1em;
    white-space: pre-line;
}
.profile-full-photo {
    position: relative;
    height: 780px;
    width: 598px;
    float: left;
}
#profilePicture {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.profile-full-footer {
    color: #fff;
    font-weight: 200;
    text-shadow: none;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
}

    .profile-full-footer .close {
        color: #fff;
    }

        .profile-full-footer .close:hover {
            color: #fff;
            font-weight: 200;
            text-shadow: none;
            opacity: 1;
            font-size: 16px;
            text-transform: uppercase;
        }

        .profile-full-footer .close span {
            line-height: 38px;
        }

.profile-narrow-container {
    width: 600px;
    height: 830px;
    border-radius: 12px;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    left: 660px;
    top: 10%;
}

.profile-narrow-footer {
    color: #fff;
    font-weight: 200;
    text-shadow: none;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 4px;
    right: 20px;
}

    .profile-narrow-footer .close {
        color: #fff;
    }

        .profile-narrow-footer .close:hover {
            color: #fff;
            font-weight: 200;
            text-shadow: none;
            opacity: 1;
            font-size: 16px;
            text-transform: uppercase;
        }

        .profile-narrow-footer .close span {
            line-height: 36px;
        }

.profile-narrow-content {
    width: auto;
    height: 38px;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
}

    .profile-narrow-content h4 {
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        overflow: hidden;
        padding-top: 8px;
    }

.profile-narrow-photo {
    width: 598px;
    height: 780px;
    position: relative;
}
