/*-------------------------*/
/* $team-info
---------------------------*/
.team-quote{
	padding-top:60px;
	padding-bottom:0;
	margin-bottom:0;
}
.team-info{
	margin-top:-200px;
	padding-top:400px;
	padding-bottom:80px;
	background-image:url('../images/team/team-04.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.team-info h3,
.team-photo-1 h3,
.team-photo-2 h3{
	margin-bottom:80px;
}
.team-info h3:before,
.team-photo-1 h3:before,
.team-photo-2 h3:before{
	content:"";
	position:absolute;
	bottom:-48%;
	left:50%;
	transform:translateX(-50%);
	background-image:url('../images/team/team-05.png');
	background-repeat:no-repeat;
	background-size:200px;
	width:200px;
	height:20px;
}
.team-photo-2 h3:before{
	left:0;
	transform:translateX(0);
}
.team-info .img-inner{
	left:50%;
	transform:translateX(-50%);
}
.team-info .job{
	font-size:24px;
	line-height:26px;
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}
.name-inner{
	display:inline-block;
	margin-top:20px;
	margin-bottom:10px;
	left:50%;
	transform:translateX(-50%);
}
.name-inner img{
	display:inline-block;
	width:52%;
}
.team-info .name{
	display:inline-block;
	top:-26px;
	left:10px;
}

.team-info .work{
	text-align:center;
	display:block;
	font-size:20px;
	line-height:26px;
	letter-spacing:1px;
}
.info-bottom{
	margin-top:60px;
	display:inline-block;
}
.info-bottom .col-lg-4{
	margin-bottom:60px;
}
.team-info .phone-block{display:none;}
@media(max-width:991px){
	.team-info{
		margin-top:-300px;
		padding-top:500px;
		padding-bottom:40px;
	}
	.team-info .row{
		padding:0 80px;
	}
	.info-top-1 .col-lg-12{
		width:50%;
	}
}
@media(max-width:700px){
	.team-info .row{
		padding:0 20px;
	}
}
@media(max-width:580px){
	.team-info{
		padding-top:400px;
	}
	.team-info .job,
	.team-info .work{
		font-size:18px;
		line-height:24px;
		text-align:center;
		letter-spacing:1px;
	}
	.name-inner{
		margin-top:10px;
		margin-bottom:10px;
		left:50%;
		transform:translateX(-50%);
	}
	.team-info .name{
		display:block;
		text-align:center;
		margin-top:0;
		top:0;
		left:0;
	}
	.team-info .phone-none{display:none;}
	.team-info .phone-block{
		display:none;
	}
}
@media(max-width:498px){
	.info-top .col-lg-4,
	.info-bottom .col-lg-4{
		padding:4px;
	}
}
@media(max-width:468px){
	.team-quote .phone-none{display:none;}
	.team-quote .phone-block{display:block;}
	.team-info h3,
	.team-photo-1 h3,
	.team-photo-2 h3{
		margin-bottom:60px;
	}
	.team-info h3:before,
	.team-photo-1 h3:before,
	.team-photo-2 h3:before{
		bottom:-48%;
		background-size:160px;
		width:160px;
		height:10px;
	}
	.team-photo-2 h3:before{
		left:0;
		transform:translateX(-10%);
	}
}
@media(max-width:435px){
	.team-info{
		margin-top:-300px;
		padding-top:320px;
		padding-bottom:40px;
	}
	.info-top-1 .col-lg-12{
		width:70%;
	}
	.info-bottom .col-lg-4{
		margin-bottom:0px;
	}
	.info-top .col-xs-6{
		margin-bottom:0px;
		height:300px;
	}
	.info-bottom .col-xs-6{
		height:360px;
	}
}
@media(max-width:380px){
	.team-info{
		padding-bottom:0px;
	}
}
@media(max-width:360px){
	.info-top .col-xs-6{
		height:260px;
	}
	.info-bottom  .col-xs-6{
		height:320px;
	}
}
/*-------------------------*/
/* $team-info
---------------------------*/
.team-photo-1{
	padding-top:60px;
	padding-bottom:60px;
	background-image:url('../images/team/team-19.png');
	background-repeat:no-repeat;
	background-size:cover;
}
.team-photo-1 .col-lg-6{
	padding:0;
}
.polaroid{
	margin-top:-50px;
	margin-left:-60px;
}
@media(max-width:1379px){
	.polaroid{
		margin-top:0;
		margin-left:-30px;
	}
}
@media(max-width:940px){
	.team-photo-1{
		padding-top:30px;
		padding-bottom:30px;
	}
	.polaroid{
		margin-top:50px;
		margin-left:-10px;
	}
}
@media(max-width:520px){
	.team-photo-1{
		margin-top:-40px;
	}

}
/*-------------------------*/
/* $team-info-2
---------------------------*/
.team-photo-2{
	padding-top:80px;
	padding-bottom:100px;	
}
.team-photo-2 h3{
	margin-left:100px;
}
.team-photo-2 .col-lg-12{padding:0;}
@media(max-width:664px){
	.team-photo-2 h3{
		margin-left:20px;
	}
}
@media(max-width:420px){
	.team-photo-2{
		padding-top:40px;
		padding-bottom:60px;	
	}
}
/*-------------------------*/
/* $Color 
---------------------------*/
/* background color */
.bg-team--default{background-color:#b4d1cd;}
.bg-team--primary{background-color: #ecf5fc;}
.bg-team--secondary{background-color:#fff;}
/* text color */
.color-team--default{color:#008080;}
.color-team--primary{color:#222;}
