.users {
  margin-left: -8px;
  margin-right: -8px;
}
.sixth {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .sixth {
    float: left;
    width: 16.66666667%;
  }
}
.quarter {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .quarter {
    float: left;
    width: 25%;
  }
}
.three-quarters {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1020px) {
  .three-quarters {
    float: left;
    width: 75%;
  }
}
.user {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 5px;
}
.user .avatar {
  display: block;
  margin: 0 auto;
}
.user .user-name {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  font-weight: 200;
  color: #775c43;
}
.user small {
  color: #dfac7e;
  font-size: 12px;
}
.user:hover {
  background: white;
  text-decoration: none;
}
.user-card {
  float: right;
  width: 200px;
}
.user-profile-card {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
@media (min-width: 1020px) {
  .user-profile-card {
    float: left;
    width: 16.66666667%;
  }
}
.user-profile-card strong {
  display: block;
}
.content-section .user-profile-card {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1em;
}
@media (min-width: 1020px) {
  .content-section .user-profile-card {
    float: left;
    width: 25%;
  }
}
.section-menu-holder {
  background: white;
}
.subsection-menu-holder {
  background: #CF4242;
}
.section-menu,
.subsection-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-menu-item {
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #EEE;
}
.section-menu-item:first-child {
  border-left: 1px solid #EEE;
}
.section-menu-item.active {
  background: #F9F9F9;
  position: relative;
  /*
		&:before {
			content: '';
			position:absolute;
			bottom:-2px;
			display:block;
			width: @arrow-size + 2;
			height: @arrow-size + 2;
			left:50%;
			right:50%;
			border: (@arrow-size + 2) solid transparent;
			border-bottom-color: hardlight(@red, #FFF);
			margin-left:(@arrow-size + 2) * -1;
		}
		*/
}
.section-menu-item.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  display: block;
  width: 8px;
  height: 8px;
  left: 50%;
  right: 50%;
  border: 8px solid transparent;
  border-bottom-color: #CF4242;
  margin-left: -8px;
}
.section-menu-item-link {
  color: #333;
  line-height: 3em;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-menu-item-link {
    font-size: 14px;
  }
}
.section-menu-item-link:hover {
  background: #EEE;
  text-decoration: none;
}
.section-menu-item-count {
  font-size: 11px;
  color: #999;
}
@media screen and (max-width: 767px) {
  .section-menu-item-count {
    display: none;
  }
}
.subsection-menu-item {
  float: left;
  font-weight: bold;
}
.subsection-menu-item a {
  color: white;
  display: block;
  padding: 0.25em 1em;
  font-size: 14px;
}
.subsection-menu-item a:hover {
  background: #d96868;
}
.section-menu-with-avatar {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-menu-with-avatar .section-menu {
    margin-left: 160px;
  }
}
@media screen and (min-width: 768px) {
  .subsection-menu-with-avatar .subsection-menu {
    margin-left: 160px ;
  }
}
.section-menu-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid white;
}
@media screen and (min-width: 768px) {
  .section-menu-avatar {
    bottom: -70px;
    position: absolute;
    left: 8px;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .section-menu-avatar {
    margin: 0 auto;
    display: block;
  }
}
.section-menu-title {
  color: white;
  font-size: 48px;
  font-weight: 100;
}
.section-menu-title small {
  font-size: 18px;
  font-weight: normal;
}
.section-menu-header {
  border-bottom: 1px solid #EEE;
  padding: 8px;
  line-height: 100%;
}
.splash-overlay-holder {
  background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  margin-bottom: -2em;
}
.splash-overlay {
  position: relative;
}
@media screen and (min-width: 768px) {
  .splash-overlay {
    padding-left: 160px;
  }
}
@media screen and (max-width: 767px) {
  .splash-overlay {
    padding-top: 8px;
  }
}
.splash-content.full-height {
  min-height: 140px;
}
.user-info {
  padding: 0 8px;
}
.user-info-actions {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.user-info-actions .btn {
  border: 2px solid #FFF;
  color: white;
  font-weight: bold;
  font-size: 18px;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .user-info-actions {
    bottom: inherit;
    top: 8px;
    left: 8px;
  }
  .user-info-actions .follow-button {
    float: right;
  }
}
.activity-box {
  background: #FFF;
  border: 3px solid #FFF;
  -webkit-box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  box-shadow: rgba(171, 132, 97, 0.5) 0px 1px 2px -1px, rgba(223, 172, 126, 0.05) 0px 0px 4px 0px;
  padding-top: 36px;
  height: 250px;
  overflow: auto;
}
.activity-box:after {
  background-image: -webkit-linear-gradient(top, transparent 0%, white 100%);
  background-image: -o-linear-gradient(top, transparent 0%, white 100%);
  background-image: linear-gradient(to bottom, transparent 0%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=0);
  display: block;
  content: '';
  position: absolute;
  height: 80px;
  bottom: 0px;
  left: 8px;
  right: 8px;
}
.activity-box h5 {
  background: #CF4242;
  margin: -2px;
  padding: 8px;
  margin-bottom: 8px;
  color: white;
  position: absolute;
  top: 4px;
  left: 12px;
  right: 12px;
}
.activity-box ul {
  margin: 0;
  padding: 0;
}
.activity-box ul li {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #EEE;
  padding: 8px;
  font-size: 12px;
  color: #666;
}
.activity-box ul li a {
  color: #000;
  font-weight: bold;
}
.activity-box ul li small {
  color: #CCC;
}
.user-menu-item {
  min-width: 15%;
  display: inline-block;
  color: white;
  margin: 0;
  display: table-cell;
  line-height: 36px;
}
@media (max-width: 1271px) {
  .user-menu-item {
    height: 28px;
    line-height: 28px;
  }
}
.user-menu-item.active {
  position: relative;
}
.user-menu-item.active:after {
  border-color: #d96b6b transparent transparent transparent;
  display: block;
  border-width: 6px;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -12px;
  right: 50%;
  content: ' ';
  /* background: blue; */
  border-style: solid;
  margin-right: -6px;
}
.user-menu-item.active a {
  background: #d96b6b;
  border: none;
}
.user-menu-item a {
  text-align: center;
  color: white;
  display: block;
  padding: 0 8px;
}
.user-menu-item a:hover {
  background: #d96b6b;
}
@media (max-width: 1271px) {
  .user-menu-item a {
    padding: 0 4px;
    font-size: 12px;
  }
}
@media (max-width: 1020px) {
  .user-menu-item a {
    font-weight: bold;
    font-size: 14px;
  }
}
