.uc_clean_round_team_member * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uc_clean_round_team_member .owl-carousel{
	padding-bottom:30px;
}

.uc_clean_round_team_member .uc_clean_round_team_member a{
	transition: all 150ms ease-in 5s;
}

.uc_clean_round_team_member .uc_clean_round_team{
	font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
	color: #4d4d4d;
    font-weight: normal;	
	text-align:center;
	padding:0px 10px;
}

.uc_clean_round_team_member .uc_clean_round_team h4{
	font-size: 18px;
    line-height: 22px;
	color:#3d3d3d;
	margin:0 0 5px 0;
	
}
.uc_clean_round_team_member .uc_clean_round_team h4 a{
	color:#3d3d3d;
	text-decoration:none;
	transition: all 150ms ease-in 0s;
}
.uc_clean_round_team_member .uc_clean_round_team h4 a:hover{
	color:#25b7d3;
}

.uc_clean_round_team_member .uc_clean_round_team p{
    line-height:24px;
	margin-bottom:20px;
}

.uc_clean_round_team_member .uc_team_member {
	display:block;
	margin:0 auto 25px;
	float:none;
	width:180px;
	height:180px;
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	
}

.owl-carousel .owl-item img
{
	width:180px;
	height:180px;
	border-radius:50%;
	display:block;
}
.uc_clean_round_team_member .uc_team_member img
{
	margin:0 auto;
	padding:0px;
	width:180px;
	height:180px;
	display:block;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	
}

.uc_clean_round_team_member .owl-carousel .owl-item img {
  transform-style:flat;
} 

.uc_clean_round_team_member .uc_team_member img:hover
{
	transform: scale(1.16);
	-moz-transform: scale(1.16);
	-ms-transform: scale(1.16);
	-webkit-transform: scale(1.16);
}

.uc_clean_round_team_member .uc_clean_team_member_social{
	text-align:center;
}

.uc_clean_round_team_member .uc_clean_team_member_social a{
	display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
	font-size:16px;
	border-radius:50%;
	line-height:30px;
	height:30px;
	width:30px;
	border:#f46333 1px solid;
	color: #f46333;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
	margin-right:8px;

}

.uc_clean_round_team_member .uc_clean_team_member_social a i
{
	line-height:30px;
}

.uc_clean_round_team_member .uc_clean_team_member_social a:hover{
	color:#323232;
	border:#323232 1px solid;
}



