.header_user_info {
  float: right;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.header_user_info a {
  color: #000000;
  padding: 0 10px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header_user_info a {
    font-size: 0;
  }
}

.header_user_info a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f023";
  font-size: 14px;
  padding-right: 10px;
}

.header_user_info a.logout:before {
  content: "\f011";
}
