/* Global transition classes */
.t2 {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.t5 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.page-profile .social-item {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .page-profile .social-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .page-profile .social-item .social-detail {
    line-height: 38px; }
    .page-profile .social-item .social-detail i {
      font-size: 30px;
      vertical-align: top;
      line-height: 38px;
      margin-right: 0.3em; }
  .page-profile .social-item.fb .social-detail {
    color: #3b5998; }

/*# sourceMappingURL=member.css.map */
