.acm-teams.style-1 .owl-dots {
  padding-bottom: 0;
}
.acm-teams.style-1 .module-title,
.acm-teams.style-1 .sub-heading span {
  color:#c83e46;font-size: 40px;font-weight: bold;padding: 0;margin: 0 0 60px 0;text-align: center;
}
.acm-teams.style-1 .teams-item .teams-img {
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.acm-teams.style-1 .teams-item .teams-img .fa {
  background: #ffffff;
  border-radius: 50%;
  color: #dd2222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  line-height: 32px;
  font-size: 9px;
  text-align: center;
  height: 32px;
  width: 32px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 900ms;
  -o-transition: all 900ms;
  transition: all 900ms;
}
.acm-teams.style-1 .teams-item h4 {
  display: inline-block;
  color: #2c3663;
  margin-top: 24px;
	font-size:20px;
  position: relative;
}
.acm-teams.style-1 .teams-item h4:after {
  background: #dd2222;
  bottom: -3px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.acm-teams.style-1 .teams-item p {
  display: block;
  color: #9e9e9e;
  font-size: 14px;
	padding-bottom: 16px;
}
.acm-teams.style-1 .teams-item:hover .teams-img {
      background-color: rgba(44, 54, 99, 0.3);
}
.acm-teams.style-1 .teams-item:hover .teams-img .fa {
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-teams.style-1 .teams-item:hover h4:after {
  width: 100%;
}

.teams-item-inner {background: #fff;}
.teams-text {text-align: center;
-webkit-box-shadow: 0px 4px 5px 0px rgba(163,163,163,1);
-moz-box-shadow: 0px 4px 5px 0px rgba(163,163,163,1);
box-shadow: 0px 4px 5px 0px rgba(163,163,163,1);
}



.owl-dots {
    padding: 32px 0;
    text-align: center;
}

.owl-dots .owl-dot.active {
    position: relative;
    top: 1px;
    height: 14px;
    width: 14px;
    opacity: 1;
	background: #2c3663;
    
}

.owl-dots .owl-dot {
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    width: 14px;
   
}


.wiecej {float: right;display: flex;}
.wiecej a {background:#2c3663;font-weight:bold;font-size:15px;text-decoration: underline;color:#fff;padding:24px 40px;margin-top: 20px;}


.acm-teams .owl-dots, .owl-nav.disabled + .owl-dots {bottom:-10%}
.acm-teams .owl-dots .owl-dot span {background-color:transparent !important}
