﻿/* team element-fourteen */
.team.element-fourteen {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}
.team.element-fourteen .team-item {
	padding: 5px 15px 20px 15px;
}
.team.element-fourteen:not(.owl-carousel) .team-item{

	float:left;

	margin-bottom:40px;

}
.team.element-fourteen .team-item > .holder {
	text-align: center;
}
.team.element-fourteen .team-item > .holder > .pic {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
}
.team.element-fourteen .team-item > .holder > .pic > img {
	width: 100%;
	float: left;
}
.team.element-fourteen .team-item > .holder > .pic > .holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: center top no-repeat;
	background-size: cover;
}
.team.element-fourteen .team-item > .holder > .pic > .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: auto;
	height: auto;
	padding: 20px;
	/*background-color: rgba(7,17,34,0.7);*/
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.team.element-fourteen .team-item > .holder:hover > .pic > .overlay {
	opacity: 1;
	visibility: visible;
}
.team.element-fourteen .team-item > .holder > .pic > .overlay > .table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
}
.team.element-fourteen .team-item > .holder > .pic > .overlay > .table > .table-cell {
	/*display: table-cell;*/
	width: auto;
	height: 100%;
	/*vertical-align: middle;*/
	float: right;
}
.team.element-fourteen .team-item > .holder > .pic > .overlay > .table > .table-cell > *:last-child {
	margin-bottom: 0 !important;
}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social {
	font-size: 0;
	background: #00bdaa;
	padding: 25px 8px;
    border-radius: 30px;

}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li {
	display:block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li:nth-child(1){

	transition:all 0.4s ease-in-out;

	-webkit-transition:all 0.4s ease-in-out;

}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li:nth-child(2){

	transition:all 0.5s ease-in-out;

	-webkit-transition:all 0.5s ease-in-out;

}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li:nth-child(3){

	transition:all 0.6s ease-in-out;

	-webkit-transition:all 0.6s ease-in-out;

}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li:nth-child(4){

	transition:all 0.7s ease-in-out;

	-webkit-transition:all 0.7s ease-in-out;

}
.team.element-fourteen .team-item > .holder:hover > .pic > .overlay ul.social li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li a {
	display: block;
}
.team.element-fourteen .team-item > .holder > .pic > .overlay ul.social li a i {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
}
.team.element-fourteen .team-item > .holder > .data {
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 5px 15px rgb(0,0,0,0.1);
}
.team.element-fourteen .team-item > .holder > .data > *:last-child {
	margin-bottom: 0 !important;
}
.team.element-fourteen .team-item > .holder > .data h5 {
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 20px;
	color: #1d1a4e;
	line-height: 30px;
}
.team.element-fourteen .team-item > .holder > .data h5 a {
	color: inherit;
}
.team.element-fourteen .team-item > .holder > .data p {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	color: #252525;
	line-height: 25px;
}
/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}
/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}
/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}
/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
}
