.header_user_info {
  float: right; }
  .header_user_info.newsletter{
    
  }
    .header_user_info.newsletter a{
      padding-right: 16px;
      padding-left: 0;
    }
      @media (max-width: 479px) {
      .header_user_info.newsletter{
         } }

      .header_user_info.newsletter a.newsletter:before {
          content: "\f003";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          margin-right: 5px;
      }

  .header_user_info a {
    padding: 0 0 0 16px;
    color: #272727;
    font-weight: 600;
    display: block;
    cursor: pointer; }
    .header_user_info a.login:before {
        content: "\f023";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        margin-right: 5px;
    }
    .header_user_info a.account:before {
        content: "\f007";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        margin-right: 6px;
    }
    @media (max-width: 479px) {
      .header_user_info a {
         } }
    .header_user_info a:hover, .header_user_info a.active {
      color: black; }

  @media (min-width: 991px) {
      .userinfo_links{
          height: 40px;
      }
    }
  @media (min-width: 768px) {
      .userinfo_links{
        padding-top: 10px;
      }
  }

  @media (max-width: 479px) {
      .userinfo_links{
        text-align: center;
        padding-top: 7px;
      }
      .header_user_info{
        float: none;
        display: inline-block;
        padding: 10px 10px 0;
      }
  }

  @media (min-width: 768px) and (max-width: 1200px) {
    .header_user_info.newsletter a{
      padding-right: 0;
    }
  }


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