﻿/* team element-two */

.team.element-two{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-two .team-item{
	padding:0px 15px 0px 15px;
}

.team.element-two:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:40px;
}

.team.element-two .team-item > .holder{
}

.team.element-two .team-item > .holder > .pic{
	position:relative;
	margin-bottom:32px;
}

.team.element-two .team-item > .holder > .pic > img{
	width:100%;
}

.team.element-two .team-item > .holder > .pic > .pic-background{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background-color:#f9f8f8;
}

.team.element-two .team-item > .holder > .pic > .pic-main{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	background:center top no-repeat;
}

.team.element-two .team-item > .holder > .pic > .pic-data{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:3;
	text-align:center;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-two .team-item > .holder:hover > .pic > .pic-data{
	opacity:1;
	visibility:visible;
}

.team.element-two .team-item > .holder > .pic > .pic-data > .pic-data-main{
	position:relative;
}

.team.element-two .team-item > .holder > .pic > .pic-data > .pic-data-main:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	content:" ";
	opacity:0.95;
}

.team.element-two .team-item > .holder > .pic > .pic-data > .pic-data-main > .pic-data-main-text{
	position:relative;
	z-index:2;
	padding:25px 25px 25px 25px;
}

.team.element-two .team-item > .holder > .pic > .pic-data > .pic-data-main > .pic-data-main-text > *:last-child{
	margin-bottom:0 !important;
}

.team.element-two .team-item > .holder > .pic > .pic-data > .pic-data-main > .pic-data-main-text .designation{
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:500;
	font-size:15px;
	color:#fff;
	line-height:26px;
	letter-spacing: 1px;
}

.team.element-two .team-item > .holder > .pic > .pic-data > .pic-data-main > .pic-data-main-text .excerpt{
	margin-bottom:15px;
	font-weight:300;
	font-size:14px;
	color:#fff;
	line-height:25px;
}

.team.element-two .team-item > .holder > .data{
	text-align: center;
}

.team.element-two .team-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.team.element-two .team-item > .holder > .data .title{
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 13px;
    color: #193a5e;
    line-height: 26px;
    text-transform: uppercase;
}

.team.element-two .team-item > .holder > .data .title a{
	color:inherit;
}

.team.element-two .team-item > .holder > .data .designation{
	margin-bottom:9px;
	text-transform:uppercase;
	font-weight:400;
	font-size:13px;
	line-height:18px;
}

.team.element-two .team-item > .holder > .data ul.social{
	margin-bottom:5px;
	font-size:0;
}

.team.element-two .team-item > .holder > .data ul.social li{
	display:inline-block;
	vertical-align:top;
	margin-right:7px;
	margin-bottom:5px;
}

.team.element-two .team-item > .holder > .data ul.social li a{
	display:block;
	width:28px;
	height:28px;
	border-radius:50%;
	text-align:center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-two .team-item > .holder > .data ul.social li.facebook a{
	background-color:#3b5999;
}

.team.element-two .team-item > .holder > .data ul.social li.twitter a{
	background-color:#55acee;
}

.team.element-two .team-item > .holder > .data ul.social li.google-plus a{
	background-color:#dd4b39;
}

.team.element-two .team-item > .holder > .data ul.social li.linkedin a{
	background-color:#0077B5;
}

.team.element-two .team-item > .holder > .data ul.social li a i{
	font-size:13px;
	color:#fff;
	line-height:29px;
}

/* 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){

	/* team element-two */

	.team.element-two:not(.owl-carousel) .team-item{
		width:50% !important;
	}

}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	/* team element-two */

	.team.element-two:not(.owl-carousel) .team-item{
		width:50% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	/* team element-two */

	.team.element-two:not(.owl-carousel) .team-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	/* team element-two */

	.team.element-two:not(.owl-carousel) .team-item{
		width:100% !important;
	}

}