﻿



.profile-page .name h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}


.profile-page .main-raised {
    margin-top: 60px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.profile-page .main {
    background: #FFF;
    position: relative;
}

.profile-page .profile {
    text-align: center;
}

    .profile-page .profile img {
        max-width: 95px;
        width: 100%;
        margin: 0 auto;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }

.profile-page .img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.profile-page .rounded-circle {
    border-radius: 50% !important;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.profile-page .title {
    margin-top: 30px;
    min-height: 32px;
    color: #3C4858;
    font-weight: 700;
}

.profile-page .description {
    margin: 0;
    max-width: 450px;
    color: #999;
    font-weight: 300;
}

.profile-page p {
    font-size: 13px !important;
    margin: 0 0 10px;
}

.profile-page .profile .name {
    margin-top: -80px;
}

.profile-page img.rounded {
    border-radius: 6px !important;
}


/*buttons*/
.profile-page .btn {
    position: relative;
    padding: 12px 30px;
    margin: .3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    border-radius: .2rem;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

    .btn.btn-just-icon {
        font-size: 20px;
        height: 41px;
        min-width: 41px;
        width: 41px;
        padding: 0;
        overflow: hidden;
        position: relative;
        line-height: 41px;
    }

    .btn.btn-just-icon fa {
            margin-top: 0;
            position: absolute;
            width: 100%;
            transform: none;
            left: 0;
            top: 0;
            height: 100%;
            line-height: 41px;
            font-size: 20px;
        }

    .profile-page .btn.btn-link {
        background-color: transparent;
        color: #999;
    }



