.header-sticky .header_user_info {
  position: fixed !important;
  top: 5px;
  right: 220px;
  z-index: 9999; }
  .header-sticky .header_user_info span {
    display: none; }
  .header-sticky .header_user_info a {
    color: #6dac23; }

.header_user_info {
  float: right; }
  .header_user_info span {
    color: #fff; }
  .header_user_info a {
    color: #6dac23;
    display: block;
    text-transform: uppercase;
    font-family: Lato;
    display: inline-block;
    padding: 9px 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: 10px;
      position: absolute; }

/*# sourceMappingURL=blockuserinfo.css.map */
