
.uc_team_member_overlay *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.uc_team_member_overlay .uc_tmo_container{
	position:relative;
	text-align:center;
	color:#fff;
    font-size: 16px;
    font-weight: 400;
	}	
	
.uc_team_member_overlay .uc_tmo_container img{
	width: 100%;	
	display:block;
	}
	
.uc_team_member_overlay .uc_tmo_container .uc_tmo_content{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.uc_team_member_overlay .uc_tmo_container:hover .uc_tmo_content{
	opacity:1;
	visibility:visible;
	}	
	
.uc_team_member_overlay .uc_tmo_container .uc_tmo_content .uc_tmo_content_main{
	width:100%;
	position:absolute;
	left:0;
	top: 50%;
    transform: translateY(-50%);
}

.uc_team_member_overlay .uc_tmo_container .uc_tmo_title{
	font-size: 30px;
    font-weight: 700;
	margin:0 0 5px;
	text-transform:capitalize;
	}	

.uc_team_member_overlay .uc_tmo_container .uc_tmo_subtitle{
	font-size: 14px;
	font-style: italic;
	margin:0 0 20px
	}		

.uc_team_member_overlay .uc_tmo_container .uc_tmo_desc{
	padding:0 40px;
	line-height:24px;
	}

.uc_team_member_overlay .uc_tmo_container .uc_tmo_content .uc_tmo_social{
	width:100%;
	position:absolute;
	left:0;
	bottom:20px;
	font-size:18px;
	}
	
.uc_team_member_overlay .uc_tmo_container .uc_tmo_content .uc_tmo_social a{
	color:inherit;
	text-decoration:none;
	display:inline-block;
	margin:0 14px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.uc_team_member_overlay .uc_tmo_container .uc_tmo_content .uc_tmo_social a:hover{
	color:#6ec1e4;
	}		
	
.uc_team_member_overlay .uc_tmo_container .uc_tmo_overlay{
	background-color:#5f67d1cc;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	z-index:99;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
	
.uc_team_member_overlay .uc_tmo_container:hover .uc_tmo_overlay{
	opacity:0.8;
	}						
	


