.tooltip_wrap {
  float: left;
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 15px;
}
.tooltip_wrap .tooltip1 {
  padding: 5px;
  text-align: left;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
  width:95%;
  margin-left:5px;
}
.tooltip_wrap .tooltip1 {
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #999999;
  border-top: 5px solid #e2a800;
}
.tooltip_wrap .tooltip1:after,
.tooltip_wrap .tooltip1:before {
  top: 100%;
  right: 45%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip_wrap .tooltip1:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.tooltip_wrap .tooltip1:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 16px;
  margin-left: -16px;
}
.tooltip_wrap .tooltip2 {
  float: right;
  position: relative;
  background: #EEEEEE;
  border: 1px solid #999999;
  border-top: 5px solid #e2a800;
}
.tooltip_wrap .tooltip2:after,
.tooltip_wrap .tooltip2:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltip_wrap .tooltip2:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #EEEEEE;
  border-width: 15px;
  margin-left: -15px;
}
.tooltip_wrap .tooltip2:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 18px;
  margin-left: -18px;
}
.team_item {
  position: relative;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.team_item .tooltip_wrap {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width:100%;
}
@media screen and (max-width: 767px) {
  .team_item .tooltip_wrap {
    opacity: 1;
  }
}
.team_item .img_wrap {
  position: relative;
  display: block;
}
.team_item .img_wrap figure {
  margin: 0 !important;
}
.team_item .img_wrap figure img {
  width: 100%;
  max-width: 100% !important;
}
.team_item .img_wrap .content_box {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  padding: 15px;
  text-align: center;
  margin-bottom: 0 !important;
  transform: translate3d(0px, 20px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.team_item .img_wrap .content_box .position h3 {
  color: #fff;
  padding: 10px 0 15px;
  background: url(../images/border.png) center bottom no-repeat;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.team_item .img_wrap .content_box .position_url {
  opacity: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.team_item .img_wrap .content_box .position_url a {
  background: #DFA900;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
}
.team_item:hover {
  transition-delay: 0.05s;
}
.team_item:hover .tooltip_wrap {
  transition-delay: 0.05s;
  opacity: 1;
}
.team_item:hover .img_wrap .content_box {
  transform: translate3d(0px, 0px, 0px);
}
.team_item:hover .img_wrap .content_box .position h3 {
  padding: 10px 0 15px;
  background: transparent;
  margin-bottom: 10px;
}
.team_item:hover .img_wrap .content_box .position_url {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#team_members .owl-item .team_item.big0 .tooltip_wrap {
  opacity: 1;
}
#team_members .owl-item .team_item.big0 .img_wrap .content_box .position_url {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#team_members .owl-item .team_item.big0 .img_wrap .content_box .position h3 {
  padding: 10px 0 15px;
  background: transparent;
  margin-bottom: 10px;
}
#team_members .owl-item .team_item.big0 .img_wrap .content_box {
  transform: translate3d(0px, 0px, 0px);
}