﻿/* team element-two */

.team.element-two{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.team.element-two .team-item{
	padding:5px 15px 10px 15px;
}

.team.element-two:not(.owl-carousel) .team-item{
	float:left;
	margin-bottom:40px;
}

.team.element-two .team-item > .holder{
	text-align:center;
}

.team.element-two .team-item > .holder > .pic{
	position:relative;
	overflow:hidden;
}

.team.element-two .team-item > .holder > .pic > img{
	width:100%;
}

.team.element-two .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-two .team-item > .holder > .pic > .data{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081223+60,081223+100&0+60,1+100 */
	background: -moz-linear-gradient(top, rgba(8,18,35,0) 60%, rgba(8,18,35,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(8,18,35,0) 60%,rgba(8,18,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(8,18,35,0) 60%,rgba(8,18,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00081223', endColorstr='#081223',GradientType=0 ); /* IE6-9 */
}

.team.element-two .team-item > .holder > .pic > .data > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.team.element-two .team-item > .holder > .pic > .data > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:bottom;
}

.team.element-two .team-item > .holder > .pic > .data h5{
	margin-bottom:5px;
	font-weight:600;
	font-size:15px;
	color:#fff;
	line-height:27px;
	letter-spacing:2px;
}

.team.element-two .team-item > .holder > .pic > .data h5 a{
	color:inherit;
}

.team.element-two .team-item > .holder > .pic > .data p{
	margin-bottom:20px;
	font-size:11px;
	color:#fff;
	line-height:22px;
	letter-spacing:1px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-two .team-item > .holder > .pic > .data ul.social{
	margin-bottom:-60px;
	font-size:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.team.element-two .team-item > .holder:hover > .pic > .data ul.social{
	margin-bottom:0;
}

.team.element-two .team-item > .holder > .pic > .data ul.social li{
	display:inline-block;
	vertical-align:top;
	margin:0px 6px 7px 6px;
}

.team.element-two .team-item > .holder > .pic > .data ul.social li a{
	display:block;
	width:30px;
	height:30px;
	background:none;
	border:1px #fff solid;
	border-radius:50%;
}

.team.element-two .team-item > .holder > .pic > .data ul.social li a i{
	font-size:13px;
	color:#fff;
	line-height:28px;
}

/* 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){
}