.fb-profile-block {
    margin: auto;
    position: relative;
    width: 100%;
  }
  .cover-container{
      background-image: url('../images/background.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right;
  }
  .fb-profile-block-thumb{
    display: block;
    height: 315px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
  }
  .fb-profile-block-menu {
    border: 1px solid #d3d6db;
    border-radius: 0 0 3px 3px;
  }
  .profile-img a{
      bottom: 15px;
      box-shadow: none;
      display: block;
      left: 15px;
      padding:1px;
      position: absolute;
      height: 160px;
      width: 160px;
      background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
      z-index:9;
  }
  .profile-img img {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    height:158px;
    padding: 5px;
    width:158px;
  }
  .profile-name {
    bottom: 60px;
    left: 200px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    border-style: hidden;
    border-radius: 5px;
  }
  .profile-name h2 {
    color: #4b4f56;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    max-width: 400px;
    position: relative;
    text-transform: uppercase;
    margin: 0px 5px 0px 5px;
  }
  .fb-profile-block-menu{
    height: 44px;
    position: relative;
    width:100%;
    overflow:hidden;
   }
  .block-menu {
    clear: right;
    padding-left: 205px;
  }
  .block-menu ul{
      margin:0;
      padding:0;
  }
  .block-menu ul li{
      display:inline-block;
  }
  .block-menu ul li a {
    border-right: 1px solid #e9eaed;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 3.0;
    padding: 0 17px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    color:#4b4f56;
    text-transform:capitalize;
  }
  .block-menu ul li:first-child a{
    border-left: 1px solid #e9eaed;
  }
  .block {
    background-color: #d3d6db;
    min-height: 245px;
  }
  .space-row {
    min-height: 20px;
  }
  .content-block {
    border: 1px solid #4b4f56;
    color: #4b4f56;
  }
  .content-block-iframe {
  }
  .content-block iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }
  .content-block h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    max-width: 400px;
    position: relative;
    margin: 0px 5px 0px 5px;
  }
  .content-block a {
    color: #4b4f56;
  }
  .content-block img {
    max-width: 100px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: auto;
  }
  .bullet-points {
    padding: 20px;
  }
  .familietre img {
    max-width: 245px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .fake-link {
    text-decoration: underline;
  }