.header-sticky .header_user_info {
  position: fixed !important;
  top: 5px;
  right: 155px;
  z-index: 9999; }
  .header-sticky .header_user_info span {
    display: none; }
  .header-sticky .header_user_info a {
    color: #fff; }

.header_user_info {
  float: right; }
  .header_user_info span {
    color: #999; }
  .header_user_info a {
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: Roboto;
    display: inline-block;
    padding: 8px 0px 10px 10px;
    cursor: pointer;
    line-height: 18px;
    margin-left: 15px;
    position: relative; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover:before {
      -webkit-animation-name: wt-nav-social;
      animation-name: wt-nav-social;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s; }
    .header_user_info a:before {
      content: "\f023";
      font-family: "FontAwesome";
      font-size: 13px;
      left: -5px;
      top: 9px;
      position: absolute; }

/*# sourceMappingURL=blockuserinfo.css.map */
