.acm-teams .team-items:before,
.acm-teams .team-items:after {
  content: " ";
  display: table;
}
.acm-teams .team-items:after {
  clear: both;
}
.acm-teams .team-items .item {
  float: left;
}
@media screen and (max-width: 767px) {
  .acm-teams .team-items .item {
    width: 100% !important;
  }
}
.acm-teams .team-items .item .img-intro {
  position: relative;
  overflow: hidden;
}
.acm-teams .team-items .item .img-intro p {
  bottom: 0;
  background-color: rgba(33, 91, 166, 0.7);
  color: #ffffff;
  font-size: 18px;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  padding: 20px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
@media screen and (max-width: 1199px) {
  .acm-teams .team-items .item .img-intro p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .acm-teams .team-items .item .img-intro p {
    display: none;
  }
}
.acm-teams .team-items .item:hover .img-intro p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.acm-teams .team-items img {
  height: auto;
  width: 100%;
}
.acm-teams .team-items .info {
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.acm-teams .team-items .info h4 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3.33333333px;
}
@media screen and (min-width: 480px) {
  .acm-teams .team-items .info h4 {
    font-size: 14px;
  }
}
.acm-teams .team-items .info p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
.ie8 .team-items .item .img-intro p {
  display: none;
}
.ie8 .team-items .item:hover .img-intro p {
  display: block;
}
.ie8 .team-items .item:hover .img-intro p:after {
  background: #f66d12;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.acm-teams .style-2 {
  overflow: hidden;
}
.acm-teams .style-2 .item {
  margin-bottom: 40px;
}
.acm-teams .style-2 .item .member-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.acm-teams .style-2 .item .member-image img {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.acm-teams .style-2 .item h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.acm-teams .style-2 .item .member-title {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.acm-teams .style-2 .item .member-desc {
  text-align: center;
}
.acm-teams .style-2 .item:hover .member-image img {
  transform: scale(1.1);
}
.acm-teams .style-2 .item:hover h4 {
  color: #f66d12;
}

.acm-teams .style-3 .item {
  margin-bottom: 40px;
}
.acm-teams .style-3 .item .item-inner {
  position: relative;
  overflow: hidden;
}
.acm-teams .style-3 .item .item-inner .member-image img {
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.acm-teams .style-3 .item .item-inner .member-info {
  background: #444444;
  box-sizing: border-box;
  color: #f7f7f7;
  position: absolute;
  bottom: -34px;
  width: 100%;
  -webkit-transition: bottom 0.35s;
  -o-transition: bottom 0.35s;
  transition: bottom 0.35s;
}
.acm-teams .style-3 .item .item-inner .member-info h4 {
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.acm-teams .style-3 .item .item-inner .member-info .member-title {
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.acm-teams .style-3 .item:hover .member-image img {
  transform: scale(1.1);
}
.acm-teams .style-3 .item:hover .member-info {
  background: #f66d12;
  color: #ffffff;
  bottom: 0;
}

.acm-teams .style-4 {
  overflow: hidden;
}
.acm-teams .style-4 .item {
  margin-bottom: 40px;
}
.acm-teams .style-4 .item .item-inner {
  position: relative;
  overflow: hidden;
}
.acm-teams .style-4 .item .item-inner .member-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.acm-teams .style-4 .item .item-inner .member-image img {
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.acm-teams .style-4 .item .item-inner h4 {
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.acm-teams .style-4 .item .item-inner .member-title {
  text-align: center;
}
.acm-teams .style-4 .item .item-inner .social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.acm-teams .style-4 .item .item-inner .social-links li {
  display: inline-block;
  margin: 0 2px;
}
.acm-teams .style-4 .item .item-inner .social-links li a {
  background: #eeeeee;
  border-radius: 16px;
  color: #666666;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.acm-teams .style-4 .item .item-inner .social-links li a:hover,
.acm-teams .style-4 .item .item-inner .social-links li a:focus,
.acm-teams .style-4 .item .item-inner .social-links li a:active {
  background: #f66d12;
  color: #ffffff;
}
.acm-teams .style-4 .item:hover .member-image img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.acm-teams.style-5 .team-title {
  margin-top: 0;
}
.acm-teams.style-5 .section-intro {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .acm-teams.style-5 .section-intro {
    margin-right: 20px;
    width: auto;
  }
}
.acm-teams.style-5 .carousel-control {
  z-index: 999;
  background: none;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 1;
  color: #666666;
  top: -20px;
  right: 0;
  left: auto;
  border: 2px solid #eeeeee;
  padding: 8px;
}
.acm-teams.style-5 .carousel-control.left {
  right: 36px;
}
.acm-teams.style-5 .carousel-inner .item {
  margin-left: 0;
  margin-right: 0;
}
.acm-teams.style-5 .team-list-items .member-item .member-image img {
  width: 100%;
}
.acm-teams.style-5 .team-list-items .member-item h4 {
  font-size: 14px;
}
.acm-teams.style-5 .team-list-items .member-item h4 small {
  font-weight: 400;
}
.acm-teams.style-5 .team-list-items .member-item .member-desc {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.acm-teams.style-5 .team-list-items .member-item .social-links {
  margin: 20px 0;
  padding: 0;
  width: 0%;
  -webkit-transition: all 0.35s ease-in 0.1s;
  -o-transition: all 0.35s ease-in 0.1s;
  transition: all 0.35s ease-in 0.1s;
  height: 40px;
  overflow: hidden;
  float: left;
}
.acm-teams.style-5 .team-list-items .member-item .social-links:before,
.acm-teams.style-5 .team-list-items .member-item .social-links:after {
  content: " ";
  display: table;
}
.acm-teams.style-5 .team-list-items .member-item .social-links:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .acm-teams.style-5 .team-list-items .member-item .social-links {
    float: none;
    width: 100%;
  }
}
.acm-teams.style-5 .team-list-items .member-item .social-links li {
  display: inline-block;
}
.acm-teams.style-5 .team-list-items .member-item .social-links li a {
  width: 40px;
  height: 40px;
  background: #eeeeee;
  color: #666666;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.acm-teams.style-5 .team-list-items .member-item .social-links li a:hover {
  background: #222222;
  color: #ffffff;
}
.acm-teams.style-5 .team-list-items .member-item .view-social-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border: 1px solid #eeeeee;
  line-height: 1;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  color: #666666;
  -webkit-transition: all 0.25s ease-in 0.1s;
  -o-transition: all 0.25s ease-in 0.1s;
  transition: all 0.25s ease-in 0.1s;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .acm-teams.style-5 .team-list-items .member-item .view-social-btn {
    display: none;
  }
}
.acm-teams.style-5 .team-list-items .member-item:hover .social-links {
  width: 100%;
}
.acm-teams.style-5 .team-list-items .member-item:hover .view-social-btn {
  left: 100%;
  margin-left: -43px;
}