.header_user_info {
  float: right;
 }
  .header_user_info a {
    font-size: 12px;
    font-family: "Gotham Light";
    text-transform: uppercase;
    display: block;

    cursor: pointer;
    font-weight: normal;
    line-height: 18px; }

/*.header_user_info a:nth-child(1) img{
    display: block;
    margin:0 auto;
}*/

.header_user_info a:nth-child(2) {
  padding: 0px 8px 0px 8px;
  margin-top: 8px;
}

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


/*********** RESPONSIVE CSS CUSTOM ********/

@media (max-width: 768px) {
    .header_user_info {
        /*display: none!important;*/
    }
}

@media (min-width: 767px) {
    .header_user_info {
        padding-top: 45px;
        padding-right: 30px;
    }
}