.header_user_info {
  float: right;
  position: relative;
  z-index: 100; }
  .header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #2b2b2b; }
  .header_user_info + .header_user_info {
    border-right: none; }

.user_info {
  float: right;
  padding-top: 22px;
  margin: 0; }
  @media (max-width: 767px) {
    .user_info {
      padding-top: 16px; } }
  .user_info li {
    display: inline-block;
    padding-right: 20px; }
    .user_info li a {
      font-size: 13px;
      line-height: 18px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .user_info li a:hover {
        color: #cb0d05; }
