/* mixins */
/* inspired by bootstrap */
.header_user_info {
  order: 1;
  float: right; }
  .header_user_info a {
    color: #f5f5f5;
    display: block;
    padding: 13px 13px 15px 13px;
    cursor: pointer;
    font-family: 'MontserratSemiBold';
    font-size: 13px;
    text-transform: uppercase; }
    @media screen and (max-width: 479px) {
      .header_user_info a {
        color: #f5f5f5;
        font-family: 'MontserratSemiBold';
        font-size: 10px;
        line-height: 12.35px;
        text-transform: uppercase;
        padding: 11px 0px 7px 0px; } }