.uc_special_shape_team_member * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uc_special_shape_team_member img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.uc_special_shape_team_member .uc_team_member img{
	border-color: #f25454;
    border-radius: 40px 0;
    border-style: solid;
    border-width: 3px;
    height: auto;
    width: 100%;
}

.uc_special_shape_team_member .uc_team_member{
	position:relative;
}

.uc_special_shape_team_member .uc_team_member::before {
  	background-color: #000000;
  	border-radius: 40px 0;
  	content: "";
  	height: 100%;
  	opacity: 0;
  	position: absolute;
  	top: 0;
  	transition: all 0.3s ease 0s;
  	width: 100%;
  	z-index: 10;
}

.uc_special_shape_team_member .uc_team_member:hover::before{
	opacity:0.6;
}

.uc_special_shape_team_member .uc_social_container{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:20;
}

.uc_special_shape_team_member .uc_social_container .uc_social{
	width:303px;
	height:303px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	margin-left:-151px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	z-index:30;
	opacity:0;
}

.uc_special_shape_team_member .uc_social_container:hover .uc_social{
	opacity:1;
}

.uc_special_shape_team_member .uc_social a{
	background-color:#f25454;
	text-align:center;
	width:35px;
	height:35px;
	display:block;
	font-size: 20px;
    line-height: 35px;
	text-decoration:none;
	color:#ffffff;
	margin:1px;
	position:absolute;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.uc_special_shape_team_member .uc_social a:hover{
	background-color:#d32929;
}

.uc_special_shape_team_member .uc_social a.uc_fb_icon{
    border-radius: 8px 0;
	left:114px;
	top:0;
}

.uc_special_shape_team_member .uc_social_container:hover a.uc_fb_icon{
	top:114px;
}

.uc_special_shape_team_member .uc_social a.uc_twi_icon{
	border-radius:0 8px;
	right:0;
	top:114px;
}

.uc_special_shape_team_member .uc_social_container:hover a.uc_twi_icon{
	right:114px;
}

.uc_special_shape_team_member .uc_social a.uc_in_icon{
	border-radius:0 8px;
	left:0;
	bottom:114px;
}

.uc_special_shape_team_member .uc_social_container:hover a.uc_in_icon{
	left:114px;
}

.uc_special_shape_team_member .uc_social a.uc_gplus_icon{
	border-radius: 8px 0;
	right:114px;
	bottom:0;
}

.uc_special_shape_team_member .uc_social_container:hover a.uc_gplus_icon{
	bottom:114px;
}

.uc_special_shape_team_member h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color: #f7f7f7;
    font-size: 24px;
    text-transform: uppercase;
	margin:20px 0 10px;
	line-height:1.1;
	text-align:center;
}

.uc_special_shape_team_member h4{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	color:#f25454;
	font-size:18px;
	line-height:1.42857;
	padding:0 0 20px;
	margin:0;
}

.uc_special_shape_team_member{
	background-color:#1b1b1b;
}