﻿
.backdrop {
    height: 200px;
    overflow: hidden;
}

.portrait img {
    max-height: 220px;
    margin-top: -200px;
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px #666;
}

.alias {
    margin-top: 10px;
}

.meta {
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 100%;
    text-shadow: 1px 1px 2px #999;
}

.row.title {
    margin-top: -30px;
}

.description {
    padding: 10px 1px 10px 1px;
    font-size: 90%;
    color: #666;
    margin-bottom: 10px;
}

.org {
    font-size: 90%;
    margin-top: 20px;
}

.social {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.profiles {
    text-align: left;
    margin-top: 20px;
}


.captureInsertWrapper {
    padding: 8px 0px !important;
}

    .captureInsertWrapper .ciw {
        background-color: #333;
        display: inline-block;
        background-repeat: none;
        background-size: 110%;
        background-position: center center;
        height: 60px;
        width: 25%;
        margin-right: 2%;
        border: 1px solid #333;
        border-radius: 5px;
        cursor: pointer;
    }


#modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1600px;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}

.modalClose {
    position: absolute;
    display: block;
    width: 38px;
    height: 38px;
    top: 18px;
    right: -8px;
    background-image: url('//cdn.locatoweb.com/images/btn-close.png');
    background-repeat: no-repeat;
    z-index: 1000;
}

#modal .modalBox {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
    z-index: 100;
}

    #modal .modalBox textarea {
        display: block;
        width: 99%;
        height: 130px;
        font-size: 12px;
    }

.captureWrapper {
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}

.captureImgFullSize {
    padding: 10px;
    background-color: #000;
    max-height: 98%;
}



@media only screen and (max-width: 40em) {

    .backdrop {
        height: 120px;
    }

    .portrait img {
        max-height: 120px;
        margin-top: -158px;
    }

    .title {
        margin-top: -20px;
    }

    .meta {
        margin-bottom: 5px;
        font-size: 90%;
        text-shadow: 1px 1px 2px #999;
    }

    .description {
        display: none;
        border-bottom: 1px solid #ddd;
    }

    .fa-toggle-down {
        color: #999;
    }
}

@media only screen and (min-width: 900px) {
    .profiles {
        padding-left: 15%;
    }
}
