#team {background-color:#e74c3c;}

#team .title h2 {color:#fff;}
#team .title p {color:#fff; border-left-color:#fff;}

.crewman_item {
	position:relative;
	float:left;
	text-align: center;
	background-color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover {
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.crewman_sett:hover {
	box-shadow:0 10px 0 rgba(0,0,0,0.1);
}
.crewman_item .crewman_foto img {
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover .crewman_foto img {opacity:0;}
.crewman_descr {
	height:70px;
	padding:26px 0 20px;
	background-color:#fff;
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr {
	transform:translateY(-200px);
	-o-transform:translateY(-200px);
	-ms-transform:translateY(-200px);
	-webkit-transform:translateY(-200px);
}
.crewman_name {
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:16px;
	color:#2c3e50;
}
.crewman_post {
	padding-bottom:20px;
	font-size:14px;
	color:#666;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_item:hover .crewman_post {padding-bottom:22px;}
.crewman_sep {
	width:130px;
	height:3px;
	margin:0 auto;
	background-color:#e74c3c;
}
.crewman_about {
	padding:25px 20px 40px;
	line-height:24px;
	font-size:0;
	opacity:0;
	background:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	
	transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
}
.crewman_item:hover .crewman_about {
	font-size:14px;
	opacity:1;
}
.crewman_social a {
	overflow:hidden;
	position:relative;
	float:left;
	display:block;
	width:20%;
	height:54px;
	margin:0;
	line-height:54px;
	font-size:18px;
	color:#c1cdd0;
	background-color:#fff;
}
.crewman_social a:hover {color:#fff;}
.crewman_social a:before {
	content:'';
	position:absolute;
	z-index:0;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	background-color:#cf4436;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.crewman_social a:hover:before {top:0;}
.crewman_social a i:before {
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:54px;
	line-height:54px;
}

