ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tc_overlay {
	background-color: rgba(10, 10, 10, 0.6);
	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_team-members {
	clear: both;
	min-height: 650px;
}
.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;
}
/* Social Links */



.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: 100%;
	height: 182px !important;
	background-color: #666;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	outline: none;
	box-sizing: content-box;
}
.tc_overlay ul {
    margin: -146px 0 0 !important;
}
.tc_social-links li a:hover {
	height: 100%;
	line-height:18px;
	width: 100%;
	background-color: #fff;
}
.round-corner {
	border-radius: 5px;
}
.tc_social-links li {
	display: inline-block;
	 width: 100%;
}
/* facebook icon */



.fill.facebook {
	background-color: transparent;
	color: red;
}
.fill.facebook:hover {
	background-color: transparent;
}
.fa.fa-facebook.fa-lg {
    display: none;
}.tc_overlay ul {
    margin: -146px 0 0 !important;
}
.tc_social-links li a.fill.twitter {
	background-color: #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;
}
.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;
}
.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: none;
}
.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;
	height: 300px;
	margin-bottom: 120px;
}
.tc_member-col-single img {
	width:100%;
}
