/* ============================================================
	Team Block Styles
============================================================ */
.our-team {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2em;
}

.team-member  {
	margin-bottom: 40px;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.team-member.col-sm-4  {
	font-size: 0.75em;
	line-height: 1.2em;
}

.team-member.col-sm-3,
.team-member.col-sm-2  {
	font-size: 0.65em;
	line-height: 1.2em;
}

.team-member.col-sm-6 {
	width: 49%;
}

.team-member.col-sm-4 {
	width: 32.33333%;
}

.team-member.col-sm-3 {
	width: 24%;
}

.lg-size .team-member.col-sm-6 img {
	height:380px;
}

.lg-size .team-member.col-sm-4 img {
	height:247px;
}

.lg-size .team-member.col-sm-3 img {
	height:180px;
}


.timeline-container {
	position: relative;
	height: 125px;
	margin:0 5%;
}

.timeline .text-container {
	position: relative;
	height: 165px;
}

.timeline .text-container .text-block {
	font-size: 24px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	width: 65%;
	left: 17.5%;
}

.timeline .text-container .text-block.active,
.timeline .text-container .text-block.hov-active {
	opacity: 1;
	pointer-events: all;
}

.timeline .circle {
	width:40px;
	height: 40px;
	border-radius: 100%;
	border: 4px solid #9e9e9e;
	background-color: #fff;
	position: absolute;
	bottom: 50%;
	margin-bottom: -20px;
	z-index: 20;
	cursor: pointer;
	transition: all 0.3s;
}

.timeline .circle:hover,
.timeline .circle.active {
	background-color: #256fb6;
	border-color: #256fb6;
}

.timeline .line {
	height: 4px;
	background-color: #9e9e9e;
	position: absolute;
	bottom: 50%;
	margin-bottom: -2px;
	width: 100%;
	z-index: 10;
}

.timeline .circle .date {
	position: relative;
	left: -50%;
	width: 63px;
	text-align: center;
	font-size: 26px;
	pointer-events: none;
}

.timeline .fa {
	font-size: 16px;
	position: absolute;
	right: -10px;
	bottom: 50%;
	margin-bottom: -7px;
	z-index: 25;
	color: #9e9e9e;
}

.timeline .circle:nth-child(2n) .date,
.timeline .circle:nth-child(1) .date,
.timeline .circle:nth-child(3) .date {
	top:-40px;
}

.timeline .circle .date,
.timeline .circle:nth-child(2) .date {
	top:43px;
}

.timeline .circle:nth-child(1) {
	left:0%;
}

.timeline .circle:nth-child(2) {
	left:5%;
}

.timeline .circle:nth-child(3) {
	left:15%;
}

.timeline .circle:nth-child(4) {
	left:27%;
}

.timeline .circle:nth-child(5) {
	left:37%;
}

.timeline .circle:nth-child(6) {
	left:47%;
}

.timeline .circle:nth-child(7) {
	left:54%;
}

.timeline .circle:nth-child(8) {
	left:60%;
}

.timeline .circle:nth-child(9) {
	left:73%;
}

.timeline .circle:nth-child(10) {
	left:78%;
}

.timeline .circle:nth-child(11) {
	left:83%;
}

.timeline .circle:nth-child(12) {
	left:88%;
}

.timeline .circle:nth-child(13) {
	left:93%;
}


.xs-size .team-member.col-sm-6 img,
.xxs-size .team-member.col-sm-6 img {
	height: auto;
}

.xs-size .timeline-container,
.xxs-size .timeline-container {
	display: none;
}

.xs-size .timeline .text-container,
.xxs-size .timeline .text-container {
	height: auto;
}

.xs-size .timeline .text-container .text-block,
.xxs-size .timeline .text-container .text-block {
	width: 100%;
	left: 0;
	position: static;
	opacity: 1;
	font-size: 18px;
	padding:0 2.5%;
}