﻿.cover {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .panel > .cover {
    margin-bottom: 0;
  }
  .cover.profile {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e9e6;
  }
  .cover.profile .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 250px;
    border-bottom: 1px solid #e2e9e6;
  }

    .cover.profile .wrapper .image {
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        position: relative;
        border-top-right-radius: 25px;
       
    }
  .cover.profile .wrapper .image:after {
    position: absolute;
    top: 80px;
    max-width:100%;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 2;
    pointer-events: none;
    /* "all" disables mouse access to image */
    /* Mozilla Setting */
    background-image: linear-gradient(transparent, black);
    opacity: .7;
  }
  .cover.profile .wrapper .image img {
    width: 100%;
  }
  .cover.profile .cover-info {
    position: relative;
    height: 57px;
  }
  .cover.profile .cover-info .cover-nav {
    position: absolute;
    bottom: 0;
    left: 10px;
    list-style: none;
    float: left;
    margin: 0;
    padding-left: 0;
  }
  .cover.profile .cover-info .cover-nav li {
    float: left;
    display: block;
  }
  .cover.profile .cover-info .cover-nav > li > a {
    line-height: 20px;
    padding: 18px 15px;
    color: #bebebe;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .cover.profile .cover-info .cover-nav > li > a i {
    font-size: 20px;
    vertical-align: middle;
    color: #e4e4e4;
  }
  .cover.profile .cover-info .cover-nav > li > a:hover {
    background: none;
    color: #6c6c6c;
    text-decoration: none;
  }
  .cover.profile .cover-info .cover-nav > li > a:hover i {
    color: #6c6c6c;
  }
  .cover.profile .cover-info .cover-nav > li.active > a {
    background: none;
    color: #6c6c6c;
  }
  .cover.profile .cover-info .cover-nav > li.active > a i {
    color: #6c6c6c;
  }
  .cover.profile .cover-info .cover-nav li {
    border-right: 1px solid #e2e9e6;
    border-left: 1px solid transparent;
  }
  .cover.profile .cover-info .name {
    position: absolute;
    left: 150px;
    bottom: 10px;
    margin-bottom: 65px;
    display: block;
    z-index: 3;
  }

  .cover.profile .cover-info .jobtitle {
    position: absolute;
    left: 150px;
    bottom: -5px;
    margin-bottom: 65px;
    display: block;
    z-index: 4;
    color:white;
    font-size:larger; 
  }

  .cover.profile .cover-info .name a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
  }
  .cover.profile .cover-info .avatar {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    margin-bottom: 5px;
    left: 30px;
    z-index: 5;
  }
  .cover.profile .cover-info .avatar img {
    width: 110px;
    height: 110px;
    border: 3px solid #fff;
  }

  @media (max-width: 992px) {
    .cover.profile .wrapper .image {
      padding-right: 10px;
      height: auto;
      position: relative;
    }
    .cover.profile .wrapper .friends {
      position: absolute;
      right: 120px;
      width: 120px;
      height: auto;
    }
    .cover.profile .wrapper .friends > li {
      width: 50%;
    }
    .cover.profile .wrapper .friends > li > a.group {
      font-size: 30px;
    }
    .cover.profile .wrapper .friends > li > a.group i {
      top: 10px;
    }
    .cover.profile .wrapper .name a {
      color: #212121;
    }
    .cover.profile .wrapper .nav {
      left: 0;
      padding-left: 140px;
      width: 100%;
      border-top: 1px solid #e2e9e6;
    }
    .cover.profile .cover-info {
      height: 37px;
    }
    .cover.profile .cover-info .name {
      left: 100px;
      margin-bottom: 40px;
    }
    .cover.profile .cover-info .name a {
      font-size: 24px;
    }
    .cover.profile .cover-info .cover-nav {
      left: 85px;
    }
    .cover.profile .cover-info .cover-nav > li > a {
      padding: 8px 10px;
    }
    .cover.profile .cover-info .avatar {
      left: 10px;
      margin-bottom: 3px;
    }
    .cover.profile .cover-info .avatar img {
      width: 70px;
      height: 70px;
    }
  }
  @media (max-width: 768px) {
    .cover.profile .cover-info {
      background: #fff;
      clear: both;
      height: auto;
    }
    .cover.profile .cover-info .avatar {
      position: relative;
      left: 10px;
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 6px;
    }
    .cover.profile .cover-info .avatar img {
      width: 45px;
      height: 45px;
    }
    .cover.profile .cover-info .name {
      display: inline-block;
      position: relative;
      margin-bottom: 0;
      left: 10px;
      top: 3px;
    }
    .cover.profile .cover-info .name a {
      color: #212121;
      font-size: 18px;
    }
    .cover.profile .cover-info .cover-nav {
      position: relative;
      margin: 0;
      bottom: 0;
      left: auto;
      float: none;
      padding-left: 0;
      border-top: 1px solid #e2e9e6;
    }
    .cover.profile .cover-info .cover-nav li {
      float: none;
      border-right: 0 !important;
      border-bottom: 1px solid #e2e9e6;
    }
  }


.panel-body {
    background: #fff;
}

.cover-photo {
    position: relative;
}

a:hover {
    text-decoration: none;
}

.fb-timeline-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.profile-thumb img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: -90px;
    border: 3px solid #fff;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.profile-thumb {
    float: left;
    position: relative;
}

.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}


.fb-user-mail {
    margin: 10px 0 0 20px;
    display: inline-block;
}


.fb-name {
    bottom: 5px;
    left: 175px;
    position: absolute;
}

    .fb-name h2 a {
        color: #FFFFFF;
        text-rendering: optimizelegibility;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
        font-size: 25px;
    }

.fb-user-thumb {
    float: left;
    width: 70px;
    margin-right: 15px;
}

    .fb-user-thumb img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }


.fb-user-details h3 {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 300;
}

.fb-user-details p {
    color: #c3c3c3;
}


.fb-user-status {
    padding: 10px 0;
    line-height: 20px;
}

.fb-time-action {
    padding: 15px 0;
}


.fb-border {
    border-top: 1px solid #ebeef5;
}

.fb-time-action span, .fb-time-action a {
    margin-right: 5px;
}

.fb-time-action a {
    color: #2972a1;
}

    .fb-time-action a:hover {
        text-decoration: underline;
    }

.fb-time-action span {
    color: #5a5a5a;
}

.fb-status-container, .fb-comments li {
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
}

.fb-gray-bg {
    background: #f6f6f6;
}

.fb-comments li {
    border-top: 1px solid #ebeef5;
    padding: 15px;
}

.fb-comments .cmt-thumb {
    width: 50px;
    float: left;
    margin-right: 15px;
}

    .fb-comments .cmt-thumb img {
        width: 50px;
    }

.fb-comments .cmt-details {
    padding-top: 5px;
}


    .fb-comments .cmt-details a {
        font-size: 14px;
        font-weight: bold;
    }

        .fb-comments .cmt-details a.like-link {
            font-size: 12px;
            font-weight: normal;
        }

.cmt-form {
    display: inline-block;
    width: 90%;
}

    .cmt-form textarea {
        height: 50px;
        line-height: 35px;
    }

.fb-timeliner h2 {
    background: #828283;
    color: #fff;
    margin-top: 0;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: 300;
}

.fb-timeliner ul {
    margin-left: 15px;
    margin-bottom: 20px;
    list-style-type: none;
}

.fb-comments {
    list-style-type: none;
}

.fb-timeliner ul li {
    margin-bottom: 3px;
}

    .fb-timeliner ul li a {
        color: #999797;
        border-left: 4px solid #d3d7dd;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        display: block;
    }

        .fb-timeliner ul li a:hover {
            color: #999797;
            border-left: 4px solid #b1b1b1;
            padding-left: 10px;
        }

    .fb-timeliner ul li.active a {
        color: #7a7a7a;
        border-left: 4px solid #7a7a7a;
        padding-left: 10px;
    }

.recent-highlight {
    background: #FF6C60 !important;
}
