.exec-team{
  margin:0px;
}

#mainShell .exec-team h2 {
    padding-bottom: 20px;
}

.exec-team .team-member {
  margin: 15px 0;
  padding: 0;
}

.exec-team .team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.exec-team .team-member figure img {
  min-width: 100%;
}

.exec-team .team-member figcaption p {
  font-size: 16px;
}

.exec-team .team-member figcaption ul {
  list-style: none;
  margin: 0 auto;
  text-align:center;
  width:90%;
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding-top:35px;
}

.exec-team .team-member figcaption ul li {
  position:relative;
  text-align:center;
}

.exec-team .team-member figcaption ul li i {
  top:4px;
}
.exec-team .team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.exec-team .team-member figcaption {
  padding:50px 25px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.exec-team .team-member .button-holder {
  padding:25% 0;
}

.exec-team .team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  font-size:75%;
  /*background: rgba(230, 78, 62, 0.9); */
  background: rgba(241, 140, 9, .97);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.exec-team .team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

#mainShell .exec-team figcaption li a {
  color:#fff;
  display: inline-block;
  position:relative;
} 

#mainShell .exec-team .team-member h4 {
  font-family: Garamond, Constantia, Georgia,serif;
  font-size: 110%;
}

#mainShell .exec-team .team-member p.position {
  font-size:80%;
  color:;
}

.exec-team .team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.exec-team .team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
