.header_user_info {
  float: right;
 }
  .header_user_info a {
    color: #777;
    font-weight: normal;
    display: block;
    padding: 8px 8px 11px 9px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active { }
	  	  #header .header_user_info_top {
    float: right;
    padding-top: 31px;
    position: relative;
	padding-bottom:0
}
	@media (max-width: 1200px) {
	#header .header_user_info_top {
	display:none;
	}}
.header_user_info_top {
    width: 92px;
}
  @media (max-width: 768px) {
	  .header_user_info_top {
    width: 100%;
}
	  #header .header_user_info_top {
      padding-bottom: 10px;
      }
    }
#header_user_info a {color:#fff; font: 100 16px/22px "BYekan",sans-serif;}
#header_user_info { 

background: rgba(42,201,188,1);
background: -moz-linear-gradient(top, rgba(42,201,188,1) 0%, rgba(38,181,169,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,201,188,1)), color-stop(100%, rgba(38,181,169,1)));
background: -webkit-linear-gradient(top, rgba(42,201,188,1) 0%, rgba(38,181,169,1) 100%);
background: -o-linear-gradient(top, rgba(42,201,188,1) 0%, rgba(38,181,169,1) 100%);
background: -ms-linear-gradient(top, rgba(42,201,188,1) 0%, rgba(38,181,169,1) 100%);
background: linear-gradient(to bottom, rgba(42,201,188,1) 0%, rgba(38,181,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ac9bc', endColorstr='#26b5a9', GradientType=0 );

padding:10px 18px 15px 0; 	
border-radius:5px; 
color:#fff}
   .header_user_info_logo::before{   
      content: "\f007";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 19px;
      line-height: 10px;
      padding-left: 10px;
      position: relative;
      top: 4px;
      transition: all 0.3s ease 0s;
	  padding-right:3px}