.header_user_info {

  float: right;

  padding-left: 5px;

  padding-top: 5px; }

  .header_user_info a {

    color: white;

    font-weight: bold;

    font-size: 12px;

    line-height: 22px;

    display: block;

    position: relative;

    padding: 0px 9px 0px 8px;

    cursor: pointer;

    background: #f02727;

    text-transform: uppercase; }

    @media only screen and (min-width: 1200px) {

      .header_user_info a {

        -moz-transition: all 0.3s ease;

        -o-transition: all 0.3s ease;

        -webkit-transition: all 0.3s ease;

        transition: all 0.3s ease; }

        .header_user_info a span {

          position: relative;

          z-index: 3; }

        .header_user_info a:before, .header_user_info a:after {

          background: #fff;

          content: " ";

          height: 0;

          left: 50%;

          opacity: 0;

          position: absolute;

          top: 50%;

          transition: all 0.4s ease;

          width: 0;

          z-index: 2; }

        .header_user_info a:after {

          background: #c41c1c;

          z-index: 1; }

        .header_user_info a:before {

          transition-delay: 0.1s; } }

    .header_user_info a:hover, .header_user_info a.active {

      color: #f02727; }

      @media (max-width: 1199px) {

        .header_user_info a:hover, .header_user_info a.active {

          background: #fff; } }

      .header_user_info a:hover:before, .header_user_info a:hover:after, .header_user_info a.active:before, .header_user_info a.active:after {

        height: 100%;

        left: 0;

        opacity: 1;

        top: 0;

        width: 100%; }

  .header_user_info.acBox {

    display: none; }



.user_info {

  text-align: right;
float:right;
  margin: 11px 0 0 13px; }

  .user_info li {

    display: inline-block;

    padding-right: 15px; }

    .user_info li a {

      text-decoration: none; }

      .user_info li a:hover {

        text-decoration: underline; }

