


/* ==========================================================================
    5.28. TEAM MEMBER 
    ========================================================================= */
.team-member figure {
  position: relative;
  width: 100%;
}

/* ==========================================================================
    5.28. TEAM MEMBER 
    ========================================================================= */
.team-member figure {
  position: relative;
  width: 100%;
}

.team-member figure img {
	width: 275px;
}
.team-member figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(49, 57, 63, 0.7);
  color: #fff;
  padding: 15px;
  max-width: 100%;
}
.team-member figcaption p.member-name {
  color: #fff;
  font-size: 15px;
  font-family: 'Raleway', Arial, sans-serif;
  padding-bottom: 0;
}
.team-member figcaption p.member-position {
  font-weight: 300;
  padding-bottom: 0;
  font-style: italic;
  color: #fff;
}
.team-member .member-social {
  width: 100%;
}
.team-member .member-social li {
  float: left;
  width: 100%;
  list-style: none;
  background-color: #fcfcfc;
  padding-bottom: 0;
}
.custom-background .team-member .member-social li {
  background-color: #fff;
  display: table-row;
}
.team-member .member-social li .icon {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
}
.team-member .member-social li .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.team-member .member-social li a {
  padding-bottom: 0;
  padding-left: 20px;
  line-height: 60px;
}
/* ==========================================================================
    TEAM MEMBER SIMPLE STYLE 01
    ========================================================================= */
.team-member.simple-1 figcaption {
  position: inherit;
  background-color: transparent;
  color: #777;
}
.team-member.simple-1 figcaption p.member-name {
  color: #252525;
  font-size: 15px;
  font-family: 'Raleway', Arial, sans-serif;
  padding-bottom: 0;
  text-align: center;
}
.team-member.simple-1 figcaption p.member-position {
  font-weight: 300;
  padding-bottom: 0;
  font-style: italic;
  color: #777;
  text-align: center;
}
/* ==========================================================================
    TEAM MEMBER HORIZONTAL
    ========================================================================= */
.team-horizontal .team-member {
  width: 100%;
  padding: 50px 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.team-horizontal li:first-child {
  padding-top: 0;
}
.team-horizontal .team-member img {
  float: left;
  margin-right: 20px;
  width: 220px;
}
.team-horizontal .team-member .team-member-details {
  padding-left: 250px;
}
.team-horizontal .team-member .team-member-details .member-name {
  font-size: 18px;
  font-weight: 600;
  color: #252525;
  padding-bottom: 0;
}
.team-horizontal .team-member .team-member-details .member-social li {
  background: none;
  float: left;
  width: auto;
}
.team-horizontal .team-member .team-member-details .member-social li a {
  padding-left: 0;
  padding-right: 15px;
}
/* ==========================================================================
    TEAM MEMBERS - CAPTION ON HOVER
    ========================================================================= */
.team-hover .team-member {
  float: left;
  width: 25%;
  list-style: none;
  position: relative;
  padding-bottom: 0;
  cursor: pointer;
  overflow: hidden;
}
.team-hover .team-member a img,
.team-hover .team-member a {
  width: 100%;
  display: block;
}
.team-hover .team-member .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.team-hover .team-member figcaption {
  width: 100%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
}
.team-hover .team-member figcaption p.member-name,
.team-hover .team-member figcaption p.member-position {
  text-align: center;
  color: #fff;
}
.team-hover .team-member:hover .mask {
  opacity: 0;
}
.team-hover .team-member:hover figcaption {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
}


.page-title-1.ken {
	background: url('/data/staff/staff_details_placeholder.jpg') 0 0 no-repeat;
}

.page-title-1.meet-team {
	background: url('/data/staff/team_header.jpg') 0 0 no-repeat;
}

.page-title-1.blue {
	background: #117dc2 url('/system/cms/modules/themes/default/assets/images/misc/pattern.png') 0 0 repeat;
}


.details {
	padding-top: 40px;
}

.details img  {
	width: 300px;
}