@charset "UTF-8";
.header_user_info {
  float: right;
  padding: 15px; }
  .header_user_info a {
    color: white;
	font-weight: 400;
    display: block;
    cursor: pointer;
    line-height: 30px;
    -moz-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .header_user_info a:before {
      content: "";
      font-family: "FontAwesome";
      font-size: 15px;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      background: #004545;
	  border: 1px solid #fff;
      margin-right: 7px;
      -moz-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -o-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -webkit-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
      transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .header_user_info a.logout:before {
      content: ""; }
    .header_user_info a.account:before {
      content: ""; }
	  
.header_user_info a.b2b:before 
{
    content: "\f0c0";
}
	  
    .header_user_info a:hover, .header_user_info a.active {
      color: #fff;
	    font-weight: 400;}
      .header_user_info a:hover:before, .header_user_info a.active:before {
        color: #fff;
	    font-weight: 400;
        background: #202020; }
		
		
		
		
		
		
		.header_user_map {
  float: right;
  padding: 15px; }
  .header_user_map a {
    color: white;
	font-weight: 400;
    display: block;
    cursor: pointer;
    line-height: 30px;
    -moz-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
		
		.header_user_map a:before {
      content: "\f041";
      font-family: "FontAwesome";
      font-size: 20px;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      background: #004545;
	  border: 1px solid #fff;
      margin-right: 7px;
      -moz-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -o-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -webkit-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
      transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
    .header_user_map a.logout:before {
      content: "\f041"; }
    .header_user_map a.account:before {
      content: "\f041"; }
	  .header_user_map a:hover, .header_user_map a.active {
      color: #fff
	  font-weight: 400;
	   }
      .header_user_map a:hover:before, .header_user_map a.active:before {
        color: #fff;
		font-weight: 400;
        background: #202020; }
		
		
  @media (min-width: 992px) and (max-width: 1199px) {
    .header_user_info {
      padding: 15px;
      /*clear: right;*/ }
      .header_user_info + .header_user_info {
        clear: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header_user_info {
      padding: 15px;
      /*clear: right;*/ }
      .header_user_info a {
        font-size: 12px; }
      .header_user_info + .header_user_info {
        clear: none; } }
  @media (max-width: 767px) {
    .header_user_info {
      padding: 15px;
      clear: both; }
      .header_user_info a {
        font-size: 12px; }
      .header_user_info + .header_user_info {
        clear: none; } }

.user_info {
  text-align: right;
  margin: 20px 0 0 0; }
  .user_info li {
    display: inline-block;
    padding-right: 15px; }
    .user_info li a {
      text-decoration: none; }
      .user_info li a:hover {
        text-decoration: underline; }
