.inner-container {
    padding: 5em;
}
.overlay-light {
    background: url(../img/overlay_diagonal_light.png)repeat;
    width: 100%!important;
    height: 100%!important;
    min-height: 100%!important;
    z-index: 0;
    overflow: hidden;
}
.bg-white {
    background: #fff;
    color: #000;
}
.accent-rule-short {
  width: 70px;
  height: 1px;
  position: relative;
  margin: 0 auto 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.accent-rule-short-left {
  width: 70px;
  height: 1px;
  position: relative;
  display: block;
  margin: 0 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.bg-white [class*="accent-rule-short"]{
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.avatar-team-member {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  display: block;
  margin-bottom: 1em;
  border:1px dashed #000;
}

.avatar-team-member img {
  width: 200px;
  height: auto;
}
@media (max-width: 580px) {
	
	.inner-container {
    padding: 2em 0em;
}
  .row-of-avatars .avatar-sm {
    margin-bottom: 1em;
  }
  .avatar-sm .img-circle {
    margin-right: 0em;
    width: 38px;
    height: 38px;
  }
  .avatar-team-member {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    display: block;
    margin-bottom: 1em;
  }
  .avatar-team-member img {
    width: 160px;
    height: auto;
  }
}

.panel {
  border: none;
}
.panel .panel-body,
.panel .panel-footer {
  padding: 1.75em;
  background:#fff;
}
.team-members h3 {
  margin-bottom: .15em;
}
.team-members h4 {
  color: #8b9ea2;
  font-weight: 400;
}
