.container.sidebar {
  overflow: hidden;
}
.teamBlock {
  position: relative;
  border-top: 2px solid #e2e2e2;
  padding-top: 50px;
}
.teamBlock .arrows span {
  height: 85px;
  left: -42px;
  position: absolute;
  top: 260px;
  width: 85px;
  z-index: 1;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .arrows span:hover {
  background: #1b7da8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .arrows span:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .arrows span.next {
  left: auto;
  right: -47px;
}
.teamBlock .arrows span i {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1b7da8;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .teamSlider {
  white-space: nowrap;
  margin-left: -5px;
  overflow: hidden;
}
.teamBlock .teamSlider .innerWrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .teamSlider .innerWrapper .member {
  display: inline-block;
  width: calc(320px - 10px);
  margin: 0 5px;
  vertical-align: top;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .teamSlider .innerWrapper .member.active {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .teamSlider .innerWrapper .member .image {
  width: 100%;
  height: 510px;
  background-size: cover;
  background-position: center center;
}
.teamBlock .teamSlider .innerWrapper .member .info {
  margin-top: 30px;
}
.teamBlock .teamSlider .innerWrapper .member .info p {
  line-height: 24px;
}
.teamBlock .teamSlider .innerWrapper .member .info p.name {
  display: block;
  margin-bottom: 20px;
}
.teamBlock .teamSlider .innerWrapper .member .info p.title {
  text-transform: uppercase;
}
.teamBlock .teamSlider .innerWrapper .member .info p.phone,
.teamBlock .teamSlider .innerWrapper .member .info p.mail {
  font-family: 'Source Sans Pro', sans-serif;
}
.teamBlock .teamSlider .innerWrapper .member .info p a {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock .teamSlider .innerWrapper .member .info p a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamBlock.timer .timer .line {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  transition: all 6s ease-out;
}
.teamBlock .timer {
  margin-top: 50px;
  width: 100%;
  height: 2px;
  background: #e2e2e2;
  position: relative;
}
.teamBlock .timer .line {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background: #1b7da8;
}
@media all and (max-width: 1100px) {
  .teamBlock .arrows span {
    width: 40px;
    height: 40px;
    top: 230px;
    left: 20px;
  }
  .teamBlock .arrows span.next {
    left: auto;
    right: 20px;
  }
  .teamBlock .arrows span i {
    font-size: 14px;
  }
  .teamBlock .teamSlider .innerWrapper .member {
    width: calc(250px - 10px);
  }
  .teamBlock .teamSlider .innerWrapper .member .image {
    height: 400px;
  }
}
/*# sourceMappingURL=team_block.css.map */