.country-map {
	position:absolute;
	top:-50px;
	left:20px;
	z-index:-1;
	width:200px;
	opacity:.5;
}
.team-s-img {
	padding-bottom:50%;
	background-position:center;
	background-size:cover;
	border-radius:50%;
	width:50%;
	margin:25px auto;
	position:relative;
}

.team-s-img svg {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
}

.team-bar {
	position:relative;
	overflow:hidden;
	padding-bottom:100px;
	margin-bottom:-100px;
}
.team-s {
	text-align:center;
	padding-bottom:5%;
	padding-top:2%;
}
.team-s.person-hidden,
.other .team-s-img {
	cursor:pointer;
}


.team-s.person-hidden:hover .team-s-img .svg-plus path {stroke-dashoffset:80;}
.team-s.person-hidden:hover .team-s-img .svg-plus circle {stroke-dashoffset:500;}
.team-s .other .team-s-img:hover .svg-plus path {stroke-dashoffset:80;}
.team-s .other .team-s-img:hover .svg-plus circle {stroke-dashoffset:500;}


.team-s-name {
	text-transform:uppercase;
	font-weight:700;
}
.team-s-full {
	background-color:rgba(100,150,150,1);
	position:absolute;
	z-index:2;
	top:0;
	left:101%;
	width:100%;
	transition:left 1s;
	text-align:left;
	color:#fff;
}
@media(min-width:600px) {
	.team-s-full {height:auto !important;}
}
.team-s.show .team-s-full {
	left:0;
}

.team-s-full .left {
	width:25%;
	display:inline-block;
	text-align:center;
}
.team-s-full .text {
	width:75%;
	display:inline-block;
	vertical-align:top;
	padding:0px 95px 0px 15px;
	margin:25px 0;
	box-sizing:border-box;
	border-left:1px solid #fff;
	position:relative;
	line-height:1.3;
}
.team-s-full .other {
	width:80px;
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
	padding:5px;
	height:100%;
	box-sizing:border-box;
	background-color:#fff;
}
.team-s-full .other .team-s-img {
	width:70%;
	padding-bottom:70%;
	margin:10%;
}

@media(min-width:600px) {
	.team-s-full {height:auto !important;}
}
@media (max-width:600px) {
	.team-s-full {
		position:relative;
		background-color:transparent;
		color:#000;
		top:0 !important;
		left:0 !important;
		min-height:0 !important;
		max-height: 0;
		font-size:1.2em;
		transition:.3s;
	}
	.team-s.show .team-s-full {
		max-height: 2500px !important;
		height: auto !important;
		transition: max-height .3s ease;
	}
	.team-s-img {
		padding-bottom:200px;
		width:200px;
	}
	.team-s-full .left, .team-s-full .other {display:none;}
	.person-hidden .team-s-full {
		height:0 !important;
		overflow: hidden;
	}
	.team-s-full .text {
		width:100%;
		padding:0;
		padding-top:20px;
	}
	.team-s {height:auto !important;}
	.team-s.person-hidden .team-s-img .svg-plus path {stroke-dashoffset:80;}
	.team-s.person-hidden .team-s-img .svg-plus circle {stroke-dashoffset:500;}
	.team-s .team-s-img .svg-plus circle {
		stroke-dashoffset:500;
		/stroke:#000;
		fill:#fff;
	 }
	.team-s .team-s-img .svg-plus path { stroke:#000; }
	.team-s .team-s-img .svg-plus path:nth-child(3) { stroke-dashoffset:80; }
	.team-s-img { cursor:pointer; }
	.team-s .team-s-img .svg-plus { left:100%; }
}