.jumbotron{
	min-height: 150px !important;
}
.jumbotron .slogan{
	
}
.jumbotron .slogan .layer{
	background-color: #fff;
}
.jumbotron .slogan .layer h1{
	color: #000;
}

.team-box {}
.team{
	position: relative;
}

.team > div{
	position: initial;
	margin-bottom: 30px;
}
.team > div:hover .team-item::before{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 6px solid rgba(0,0,0,.8);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	left: 50%;
	bottom: -6px;
	z-index: 999;
	
	display: none;
}
.team .team-content {
    position: absolute;
	-webkit-border-radius: 14px;
	border-radius: 14px;
    left: 9px;
    right: 9px;
    z-index: 1;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,1);
	color: #fff;
	opacity: 0.7;
    display: none;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 2px;
    /* text-indent: 33px; */
}
.team > div:hover .team-content{
	display: none;
}


.team-box .team-item {
	position: relative;
	cursor: pointer;

	/* overflow: hidden; */

	/* margin: 15px 0px; */
	/* min-height: 320px; */
	/* border-radius: 12px;
	-moz-border-radius: 12px; */
	/* background-color: #ccc; */
	/* text-align: center; */

}


.team-box .team-item .team-thumb {

	overflow: hidden;
	height: 100%;
	text-align: center;

}



.team-box .team-item .team-thumb img {
	/* height: 100%; */
	max-width: 100%;
	/* max-height: 300px; */

}



.team-box .team-item:hover .team-thumb img {

	/* transform: scale(1.1);

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1); */

}



.team-box .team-item .team-info {

	position: absolute;

	top: 0px;
	bottom: 0px;

	left: -13px;
	right: -13px;

	color: #fff;
	opacity: 0;

}
.team-box .team-item .team-info::after{
	content: "";
	position: absolute;
	top: 0px;
	right: 15px;
	bottom: 0px;
	left: 15px;
	background-color: rgba(0,0,0,.5);
	display: none;
	-moz-transition: .3s ease;
}

.team-box .team-item .team-thumb img,
.team-box .team-item .team-info,
.team-box .team-item .team-info::after{
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}


.team-box .team-item:hover .team-info {

	opacity: 1;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;

}
.team-box .team-item:hover .team-info::after{
	display: block;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.team-box .team-item .team-info .team-info-box{
	position: absolute;
	top:  8px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.team-info-box .name{
	
}
.team-info-box .position{
	opacity: 0.8;
}
.team-info-box .profile{
	text-align: left;
	padding: 10px 23px;
	opacity: 0.8;
	letter-spacing: 2px;
}


.box{
	text-align: center;
}
.box .box-item{
	width: 32%;
	display: inline-block;
}
.box .box-item > div{
	margin-left: 15px;
	margin-right: 15px;
	/* min-height: 200px; */
	/* border: 1px solid red; */
}