.teacher_content .teacher_img,.teacher_content .teacher_img>a {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.teacher_content .teacher_img {
  overflow: hidden;
}

.teacher_content .teacher_img>a {
  text-decoration: none!important;
  z-index: 12;
}

.teacher_content .teacher_img>a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.2);
  opacity: 0;
}

.teacher_content .teacher_img:hover .expert_socials {
  opacity: 1;
  bottom: 15px;
}

.teacher_content .teacher_img:hover>a:after {
  opacity: 1;
}

.teacher_content .teacher_img .expert_socials {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100px;
  opacity: 0;
  z-index: 13;
}

.teacher_content .teacher_img .expert_socials a {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 5px 4px;
  height: 29px;
  width: 29px;
  font-size: 13px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
}

.teacher_content .teacher_img .expert_socials a.expert-social-facebook {
  background-color: #3684e3;
}

.teacher_content .teacher_img .expert_socials a.expert-social-twitter {
  background-color: #53c8ff;
}

.teacher_content .teacher_img .expert_socials a.expert-social-google-plus {
  background-color: #dd4b39;
}

.teacher_content .teacher_img .expert_socials a.expert-social-linkedin {
  background-color: #2437ab;
}

.teacher_content .teacher_img .expert_socials a.expert-social-youtube-play {
  background-color: #b00;
}

.teacher_content .teacher_img .expert_socials a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  z-index: 10;
  bottom: -6px;
  left: 0;
  display: none;
}

.teacher_content .teacher_img .expert_socials a:hover {
  top: -6px;
}

.teacher_content .teacher_img .expert_socials a:hover:after {
  display: block;
}

.teacher_content .title {
  padding-top: 30px;
  margin: 2px 0 0;
  color: #457992;
}

.teacher_content .job {
  margin-bottom: 14px;
  font-size: 13px;
  color: #555;
}

.teacher_content .content {
  font-size: 13px;
  line-height: 18px;
}

.teacher-col.col-md-3:nth-child(4n+1) {
  clear: both;
}

.teacher-col .multiseparator {
  margin: 46px 0 49px;
}
/*# sourceMappingURL=../sourcemap/style_1.css.map */
