/*Contact Module*/
#gk_poeple{
    width: 100%;
    margin: 0 auto;
}
#gk_poeple .person{
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 33.333%;
    overflow: hidden;
}
#gk_poeple .person img{
    width: 100%;
    margin: 0 auto;
}
.person_overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: all 0.5s;
}

div.person_overlay_expand {
  display: block;
  position: absolute;
  /*width: 60px;
  height: 60px;*/
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 30px;
}
#gk_poeple .person_overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}
#gk_poeple .person_overlay a.person_overlay_expand {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#gk_poeple .person.hover .person_overlay {
    opacity: 1;
}
#gk_poeple .person.hover .person_overlay a.person_overlay_expand{
    width: 100%;
    height: 100%;
}

#gk_poeple .inner{
    position: relative;
    padding: 10px;
    width: 100%;
}
#gk_poeple .bottom{
    position: absolute;
    bottom: -150%;
    width: 120%;
    font-size: .6em;
}
#gk_poeple .inner li{
    width: 100%;
    text-align: center;
}
#gk_poeple .inner li{
    list-style-type: none;
    margin: 0px auto;
    padding: 0;
}
#gk_poeple .inner li.person-role {
    font-size: .7em;
}
#gk_poeple .inner li.person-phone {
    font-size: .6em;
}

#gk_poeple .inner li.person-email a {
    font-size: .5em;
    color: rgb(226, 205, 178);
}
