.banner-full {
  border-bottom: 0px solid #ebebeb;
}
.team-list {
  min-height: 1200px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.team-list .tl {
  padding: 15px 0 15px 110px;
  line-height: 30px;
  font-size: 1.25em;
}
.team-list .item {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.team-list .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
  line-height: 40px;
  background-color: #FFF;
  text-align: center;
  font-size: 1.25em;
}
.team-list .item .info strong {
  color: #1D5ED7;
  font-size: 2em;
  font-weight: bold;
}
.team-list .item .item-box {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  border: 1px solid #ebebeb;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #FFF;
}
.team-list .item .item-inner {
  background: #FFF url("../images/team_item_bg_01.png") left center no-repeat;
  background-size: auto 100%;
  background-size: cover;
}
.team-list .item2 .item-inner {
  background-image: url("../images/team_item_bg_02.png");
}

	.team-list .item3 .item-inner {
		background-image: url("../images/team_item_bg_01.png");
	}
/*
.team-list .item.hoverIn .caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: flipOutX;
  -wiki-animation-name: flipOutX;
  /*animation-name: jackInTheBox;
  	-wiki-animation-name: jackInTheBox;
	
	background-image: none;*  /
}
.team-list .item.hoverIn .caption-hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  -wiki-animation-name: fadeInDown;
}
*/
/*
.team-list .item .cap-hover {
  position: absolute;
  height: 0;
  z-index: 999;
  opacity: 0;
  background-color: #FFF;
}
.team-list .item:hover .cap {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: zoomOut;
  -wiki-animation-name: zoomOut;
}
.team-list .item:hover .cap-hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-name: jackInTheBox;
  -wiki-animation-name: jackInTheBox;
  height: auto;
  opacity: 1;
}

.team-list .item.hoverOut .cap {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  -wiki-animation-name: zoomIn;
}

.team-list .item.hoverOut .cap-hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomOut;
  -wiki-animation-name: zoomOut;
}


.team-list .item1 .cap-hover .info,
.team-list .item1 .cap-hover .item-inner
{
	background-image: none;
	background-color: #ff002a;
	color: #FFF;
}

.team-list .item1 .cap-hover .info,
.team-list .item2 .cap-hover .info
{
	border-top: 1px solid rgba(255,255,255,0.1);
}

.team-list .item2 .cap-hover .info,
.team-list .item2 .cap-hover .item-inner
{
	background-image: none;
	background-color: #98d9f5;
	color: #FFF;
}

.team-list .item1 .cap-hover .info strong,
.team-list .item2 .cap-hover .info strong
{
	color:#FFF;
}

*/

.team-list .item .info,
.team-list .item .item-inner
{
	transition: all .5s ease;
  -moz-transition: all .5s ease; /* Firefox 4 */
  -webkit-transition: all .5s ease; /* Safari and Chrome */
  -o-transition: all .5s ease; /* Opera */
}

.team-list .item1:hover .info,
.team-list .item1:hover .item-inner
{
	background-image: none;
	background-color: #ff002a;
	color: #FFF;
}

	.team-list .item1:hover .info,
	.team-list .item2:hover .info,
	.team-list .item3:hover .info {
		border-top: 1px solid rgba(255,255,255,0.1);
	}

.team-list .item2:hover .info,
.team-list .item2:hover .item-inner
{
	background-image: none;
	background-color: #98d9f5;
	color: #FFF;
}

	.team-list .item3:hover .info,
	.team-list .item3:hover .item-inner {
		background-image: none;
		background-color: #ff002a;
		color: #FFF;
	}

	.team-list .item1:hover .info strong,
	.team-list .item2:hover .info strong,
	.team-list .item3:hover .info strong {
		color: #FFF;
	}

.team-list .item.hoverIn h2, .team-list .item.hoverIn h2 small, .team-list .item:hover h2, .team-list .item:hover h2 small {
  /*color: #FFF;*/
}
/*
.team-list .item1.hoverOut .item-box
{
	background-color: #FFF;
	background-image: url("../images/team_item_bg1.jpg");
}

.team-list .item2.hoverOut .item-box
{
	background-color: #FFF;
	background-image: url("../images/team_item_bg2.jpg");
}

.team-list .item3.hoverOut .item-box
{
	background-color: #FFF;
	background-image: url("../images/team_item_bg3.jpg");
}

.team-list .item.hoverOut h2
{
	color: #222;
}

.team-list .item.hoverOut h2 small
{
	color: #666;
}
*/
.team-list .item a {
  width: 100%;
  height: 100%;
  display: block;
  /*position: relative;*/
}
.team-list .item .nm {
  position: absolute;
  left: 30px;
  top: 30px;
}
.team-list .item .nm h2 {
  font-size: 2em;
  font-weight: bold;
  padding: 0;
  line-height: 135%;
}
.team-list .item .nm small {
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  color: #666;
  opacity: 0.85;
  display: none;
}
.team-list .item .thumbs {
  position: static;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  vertical-align: middle;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.team-list .item .thumbs img {
  margin: 0 auto;
  width: 80%;
}
.team-list .item .team {
  position: absolute;
  right: 30px;
  top: 30px;
}
.team-list .item .team img {
  width: auto;
  height: auto;
  max-height: 80px;
}