/**handles:tc-team-members**/
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tc_overlay {
  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 !important;
  font-size: 14px;
  padding: 0 12px;
}

/*
Our Team Member

*/
.tc_team-members{
  clear: both;
  min-height:250px;
  margin-bottom: 40px;
}
.tc_member-thumb {

  position: relative;
}
.tc_member-thumb .tc_overlay h3 {
  font-size:24px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0 0 0;
  color:#ffffff !important;
}
.tc_member-thumb .tc_overlay h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 6px 0;
  color:#ffffff !important;
}

.tc_member-thumb .tc_overlay {
	font-size: 16px;
	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;
}

/* Social Links */
ul.tc_social-links {
    margin: 0;
    padding: 0;
}

.tc_social-links li a .fa {
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    line-height: 36px;
}
.tc_social-links li a:hover .fa {
    line-height: 36px;
}

.tc_social-links li a{
  width: 36px;
  height: 36px;
  background-color: #666;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin-right: 12px;
  box-sizing: content-box;

}

.tc_social-links li a:hover {
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  height: 36px;
  line-height:18px;
  width: 36px;
  background-color: #fff;
}

.round-corner {
    border-radius: 5px;
}
.tc_social-links li {
  display: inline-block;
}

/* facebook icon */

.tc_social-links li .fill.facebook {
    background-color: #3b5998;
    color: #3b5998;
    border: 2px solid #3b5998;
}

.tc_social-links li .fill.facebook:hover {
  background-color: #fff;
}
.tc_social-links li a.fill.twitter {
  background-color: #00aced;
  border: 2px solid #00aced;
}
.tc_social-links li a.fill.twitter:hover {
  background-color: #fff;
}

/**/
.tc_social-links li a.fill.twitter:hover .fa-twitter {
  color: #00aced;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.tc_social-links li a.fill.google-plus {
  background-color: #dd4b39;
  color: #dd4b39;
  border: 2px solid #dd4b39;
}
.tc_social-links li a.fill.google-plus:hover {
  background-color: #fff;
}
.tc_social-links li a.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}


.tc_social-links li a.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.tc_social-links li a.fill.linkedin {
  background-color: #007bb6;
  border: 2px solid #007bb6;
}
.tc_social-links li a.fill.linkedin:hover {
  background-color: #fff;
}
.tc_social-links li a.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.tc_social-links li a:hover.facebook {
  border: 2px solid #3b5998;
}

.tc_social-links li a:hover.linkedin {
  border: 2px solid #007bb6;
}
.tc_social-links li a:hover.twitter {
  border: 2px solid #00aced;
}
.tc_social-links li a:hover.google-plus {
  border: 2px solid #dd4b39;
}

/* Ends Social Links */
.tc_text-center{

  text-align: center;
}

.tc_member-col-single {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    width: 255px;
    margin-bottom:40px;
}

.tc_member-col-single img{
  width:100%;
}