
/*--------------------------------------------
	Team 
---------------------------------------------*/

.team-content{
	margin:0;
}
/* Team Box */
.team-content .team-box{
	padding:20px;
	border:1px solid #e5e5e5;
	box-shadow:5px 5px 0px 1px rgba(0,0,0,0.05);
	max-width:300px;
	margin:0;
	background:#fff;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}
.du-upperschool .team-content .team-box {
	min-height: 448px;
}

.team-content.box-large .team-box {
	margin: auto;
	max-width: 1000px;
}
.team-content.box-large li {
	font-size: 16px !important;
}
.team-content .team-box img{
	margin:0px auto 15px auto;
}
.team-content .team-box h4{
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	line-height:25px;
}
.team-content .team-box h5{
	color:#585757;
	text-align:center;
	font-size:14px;
	font-weight:400;
}

/* Social */
.ui-social {
  text-align: center;
}
 .ui-social a > i{
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:100%;
	color:#fff;
	margin:0px 1px;
	margin-top:10px;
}
/* Social Media */
.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }
.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}
.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}
.instagram {	background: #d6917a;}
.instagram:hover {background: #b35637;}
