ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tc_overlay {
  background-color: rgba(127, 194, 66, 0.4);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color:ffffff;

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;

  -webkit-transform: translate(0,80px);
  -moz-transform: translate(0,80px);
  -ms-transform: translate(0,80px);
  -o-transform: translate(0,80px);
    transform:translate(0,80px);
}
.tc_member-p{

  color:#ffffff;
  font-size: 14px;
}

/*
Our Team Member

*/
.tc_member-thumb {

  position: relative;
}
.tc_member-thumb .tc_overlay h3 {
  font-size:24px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
  color:#ffffff;
}
.tc_member-thumb .tc_overlay h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
  color:#ffffff;
}

.tc_member-thumb .tc_overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.tc_team-member h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.tc_member-thumb:hover .tc_overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.tc_team-member:hover h4 {
  color: #ffffff;
}

.tc_team-member .tc_social-links {
  margin-top:18%;
}

.tc_team-member .tc_social-links li a {
  background-color: #7fc242;
  color: #fff;
  height: 40px;
  padding: 10px 0 0;
  width: 40px;
}
.tc_social-links {
  margin-top: 5%;
}

.tc_social-links li {
  display: inline-block;
}

.tc_social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.tc_social-links li a:hover {
  color: #fff;
}

.tc_text-center{

  text-align: center;
}

.tc_member-col-single {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 255px;
    height: 300px;
    margin-bottom: 120px;
}

.tc_member-col-single img{
  width:100%;
}
