
/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
.ht-team-member-wrap{
	margin-left: -2%;
}

.ht-team-member{
	text-align: center;
}

.ht-team-member img{
	width: 100%;
}

.ht-team-member-image{
	position: relative;
	overflow: hidden;
}

.ht-team-social-id{
	padding: 10px;

}

.ht-team-social-id a{
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 16px;
	line-height: 32px;
	background: #FFC107;
	color: #FFF;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.ht-team-social-id a:hover{
	background: #333;
	color: #FFF;
}

.ht-team-member-excerpt{
	background: rgba(255, 193, 7, 0.9);
	padding: 20px;
	color: #FFF !important;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
    opacity: 0;
	-ms-transform: scale(0.5); 
   	-webkit-transform: scale(0.5); 
    transform: scale(0.5);
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.ht-team-member:hover .ht-team-member-excerpt{
    opacity: 1;
	-ms-transform: scale(1); 
   	-webkit-transform: scale(1); 
    transform: scale(1);
    text-decoration: none;
}

.ht-team-member-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.ht-team-member-excerpt-wrap .ht-team-member-span{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}
.ht-team-member-excerpt-wrap .ht-team-member-span p{
	line-height:25px;
}


.ht-title-wrap{
	background: rgba(255, 193, 7, 0.9);
	color: #FFF;
	padding: 10px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
    -moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    opacity: 1;
}

.ht-team-member:hover .ht-title-wrap{
    opacity: 0;
}

.ht-team-member h6{
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}

.ht-team-member .ht-title-wrap h6{
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.ht-team-member h6 a{
	text-decoration: none;
	color: inherit;
}

.ht-team-member .ht-team-member-excerpt h6:after{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}

.ht-team-member .ht-team-designation{
	font-size: 16px;
    margin-bottom: 15px;
}

.ht-team-detail{
	background: #FFF;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFC107;
	padding: 0 10px;
	text-decoration: none;
	line-height: 30px;
	font-size: 0.9em;
}

.ht-team-detail:hover{
    background: #333;
    color: #FFF;    
}

/*custom css*/
.ht-team-member-span .member-name{
	font-size: 24px;
}

/***************/
@media screen and (max-width: 1000px){

	#ht-team-section{
		padding-bottom: 30px;
	}

	.ht-team-member{
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px){
	.ht-team-member {
    width: auto;
    float: none;
	margin: 0 auto 0px;
	}
}

@media screen and (max-width: 580px){
	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-team-member{
		width: 75%;
		float: none;
		margin: 0 auto 30px;
	}

	.ht-team-counter-wrap{
		margin-left: 0;
	}
}

@media screen and (max-width: 480px){
	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-team-member,
	.ht-counter{
		width: auto;
		float: none;
	}
}