.card-online {
  color: #44D47E;
}
.card-offline {
  color: #ccc;
}

.card-front:focus,
.card-front.active {
  text-decoration: none;
}

.card-front {
  position: relative;
  display: block;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.card-front .caption {
  color: #454545;
  font-family: 'Muli', sans-serif;
  background-color: white;

  overflow-y: hidden;
  padding: 0 16px;
}

.card-front .caption.caption-description {
  height: 225px;
}

.caption .card-fadeout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('/img/fade.png');
  background-repeat: repeat-x;
  height: 50px;
}

.caption-user-name {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caption-plus-icon {
  position: relative;
  top: -3px;
  width: 18px;
}

.card {
  margin-bottom: 30px;
}

.card__description {
  line-height: 21px;
}

.card__extra-info {
  color: #727272;
  font-size: 14px;
  margin-bottom: 4px;
}

.card__avatar-image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #E4E4E4;
}

.card__location-image {
  width: 16px;
  height: 16px;
}

.card__online-status {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 4px;
}

.card__plus-user-image {
  width: 15px;
  margin-left: 4px;
}

.card__separator {
  margin: 18px 0 14px;
}

@media (max-width: 767px) {
  .card {
    margin-bottom: 15px;
  }
}