/** Profile **/
.profile-box {
    /*font-family: 'Roboto', Arial, sans-serif;*/
    position: relative;
    float: left;
    overflow: hidden;
    
  /*
    margin: 10px 1%;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
   */
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
    /*background-color: #141414;*/
  }
  .profile-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .profile-box img {
    max-width: 100%;
    vertical-align: top;
    opacity: 0.85;
  }
  .profile-box figcaption {
    width: 100%;
    background-color: #006b63 !important;
    padding: 25px;
    position: relative;
  }
  .profile-box figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 55px 0 0 400px;*/
    border-width: 55px 0 0 360px;
    border-color: transparent transparent transparent #edf434;
  }
  .profile-box figcaption a {
    padding: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 47%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius:2px;
  }
  .profile-box figcaption a:hover {
    opacity: 1;
  }
  .profile-box .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    max-width: 150px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .profile-box .follow {
    margin-right: 4%;
    border-color: #006b63;
    color: #006b63;
  }
  .profile-box h2 {
    margin: 0 0 5px;
    font-weight: 200;
    color:#fff;
  }
  .profile-box h3 span {
    display: block;
    font-size: 0.5em;
    color: #006b63;
  }
  .profile-box p {
    margin: 0 0 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    opacity: 0.8;
  }
  
  figure {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
figure {
    margin: 0;
}
figure {
    margin: 1em 40px;
}