﻿/* team element-nine */

.team.element-nine{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-nine .team-item{
	padding:5px 15px 10px 15px;
}

.team.element-nine:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:40px;
}

.team.element-nine .team-item > .holder{
	text-align:center;
}

.team.element-nine .team-item > .holder > .pic{
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}

.team.element-nine .team-item > .holder > .pic > img{
	width:100%;
	float:left;
}

.team.element-nine .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-nine .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-nine .team-item > .holder:hover > .pic > .overlay{
    opacity:1;
    visibility:visible;
}

.team.element-nine .team-item > .holder > .pic > .overlay > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.team.element-nine .team-item > .holder > .pic > .overlay > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.team.element-nine .team-item > .holder > .pic > .overlay > .table > .table-cell > *:last-child{
	margin-bottom:0 !important;
}

.team.element-nine .team-item > .holder > .pic > .overlay ul.social{
	font-size:0;
}

.team.element-nine .team-item > .holder > .pic > .overlay ul.social li{
	display:inline-block;
	vertical-align:top;
	margin-left:7px;
	margin-right:7px;
	opacity:0;
	visibility:hidden;
	transform:translateY(25px);
	-webkit-transform:translateY(25px);
}

.team.element-nine .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-nine .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-nine .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-nine .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-nine .team-item > .holder:hover > .pic > .overlay ul.social li{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.team.element-nine .team-item > .holder > .pic > .overlay ul.social li a{
	display:block;
}

.team.element-nine .team-item > .holder > .pic > .overlay ul.social li a i{
	font-size:15px;
	color:#fff;
	line-height:15px;
}

.team.element-nine .team-item > .holder > .data{
}

.team.element-nine .team-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.team.element-nine .team-item > .holder > .data h5{
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	color:#010101;
	line-height:25px;
}

.team.element-nine .team-item > .holder > .data h5 a{
	color:inherit;
}

.team.element-nine .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){
}