/*=============================
=            Teams            =
=============================*/

.col-md-offset-1 {
    margin-left: 10%;
}

.team-1 .thumbnail,
.team-2 .thumbnail {
	text-align: center;
	border: none;
	margin: auto;
	margin-bottom: 30px;
	max-width: 400px;
	padding: 40px 0 20px 0;
		-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.team-1 .thumbnail:hover,
.team-2 .thumbnail:hover {
	background-color: #141414;
	color: #FFF;

}
.team-1 .thumbnail:hover .caption {
	color: #FFF;
}
.team-2 .thumbnail:hover .caption {
	color: #FFF;
	background-color: #141414;
}

.team-2 .thumbnail{
	background-color: #141414;
	padding: 20px 0 0 0;
}
.team-2 .avatar {
	position: relative;
	text-align: center;
	padding: 0;
	top: 48px;

}
.team-2 .caption{
	background-color: #FFF;
	padding-bottom: 30px;
	padding-top: 45px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color: inherit;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.thumbnail .caption p {
	/*color: #B6B6B6;*/
}
.thumbnail .caption h3 {
	font-weight: 700;
}
.thumbnail img {
	height: 100px;
	width: 100px;
	border: solid 3px #FFF;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
}
.thumbnail .social-links-1,
.thumbnail .social-links-3 {
	margin-top: 30px;
}

@media (max-width: 767px) {

  .team-1 .row [class^=col-]:last-child .thumbnail,
  .team-2 .row [class^=col-]:last-child .thumbnail{
    margin-bottom: 0;
  }

}
/*-----  End of Teams  ------*/

