/*======================moveFromRight====================*/
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(5%); }

  to {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(5%); }

  to {
    -moz-transform: translateX(0%); } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(5%); }

  to {
    -ms-transform: translateX(0%); } }
#header-login {
  position: relative;
  float: right;
  margin-left: 27px;
  margin-top: 1px; }
  @media (max-width: 1199px) {
    #header-login {
      margin-left: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #header-login {
      margin-top: 3px; } }
  #header-login .header_user_info {
    position: relative;
    display: block;
    font: 500 16px/36px "PT Sans", sans-serif;
    list-style-type: none;
    margin: 0 23px 0 0;
    text-align: center;
    margin-right: 0; }
    #header-login .header_user_info li {
      float: left;
      margin-right: 4px; }
      #header-login .header_user_info li.selected a, #header-login .header_user_info li.selected span, #header-login .header_user_info li a:hover, #header-login .header_user_info li a:focus, #header-login .header_user_info li a.active {
        border-color: white;
        color: white; }
        @media (max-width: 479px) {
          #header-login .header_user_info li.selected a, #header-login .header_user_info li.selected span, #header-login .header_user_info li a:hover, #header-login .header_user_info li a:focus, #header-login .header_user_info li a.active {
            border-color: #6E0B08;
            color: #6E0B08; } }
      #header-login .header_user_info li > a, #header-login .header_user_info li > span {
        color: white;
        display: block;
        width: 40px;
        height: 40px;
        border: 2px solid transparent;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-transform: capitalize;
        font: 500 16px/36px "PT Sans", sans-serif; }
        @media (max-width: 479px) {
          #header-login .header_user_info li > a, #header-login .header_user_info li > span {
            color: #6E0B08; } }
    #header-login .header_user_info.current_1 a {
      color: white;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #header-login .header_user_info.current_1 a:before {
        content: '\e0da';
        font-family: "Material Icons";
        font-size: 18px;
        line-height: 18px;
        padding-right: 8px;
        font-weight: normal;
        vertical-align: -3px;
        color: white; }
    #header-login .header_user_info.current_1.active > a,
    #header-login .header_user_info.current_1 > a:hover {
      color: #DCBF61; }
    #header-login .header_user_info.active + #header-login-content {
      -webkit-animation: moveFromBottom 300ms ease;
      -moz-animation: moveFromBottom 300ms ease;
      ms-animation: moveFromBottom 300ms ease; }
  #header-login .logout {
    overflow: hidden;
    padding-top: 10px;
    margin: 0; }

#header-login-content {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  overflow: hidden;
  background: #373737;
  border-radius: 0;
  color: #959595;
  border: none;
  z-index: 99999;
  background: white;
  -moz-box-shadow: 5px 0 21px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 0 21px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 21px rgba(0, 0, 0, 0.2);
  padding: 44px 47px 30px;
  width: 345px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 122%; }
  #header-login-content li {
    padding: 5px; }
  @media (max-width: 479px) {
    #header-login-content {
      width: 290px;
      padding: 40px 15px 15px;
      top: 118%; } }
  #header-login-content > li {
    padding: 0; }
    #header-login-content > li ul {
      margin-bottom: 12px; }
    #header-login-content > li ul li {
      padding: 10px 0; }
      #header-login-content > li ul li:first-child {
        padding-top: 0; }
      #header-login-content > li ul li a {
        font-size: 16px;
        line-height: 18px;
        display: inline-block;
        font-weight: 500;
        color: #6E0B08;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #header-login-content > li ul li a:hover {
          color: #444444; }
  #header-login-content label {
    color: #6E0B08; }
  #header-login-content a:not(.btn):hover, #header-login-content a:focus:not(.btn) {
    color: #6E0B08; }
  #header-login-content .icon-close {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #6E0B08;
    font-size: 24px;
    line-height: 1em;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #header-login-content .icon-close:hover {
      color: #444444; }
  #header-login-content .form-group {
    margin-bottom: 20px; }
  #header-login-content h4 {
    font: bold 20px/1em "PT Sans", sans-serif;
    color: #444444;
    text-transform: uppercase;
    margin: 0 0 24px; }
  #header-login-content .btn.btn-default {
    width: 100%;
    margin-bottom: 9px; }
  #header-login-content .buttons-social .btn.btn-default {
    margin-bottom: 18px; }
  #header-login-content li ul li a i {
    display: none; }

#create_header_account_error {
  padding: 8px; }

@keyframes moveFromBottom {
  from {
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }

  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes moveToBottom {
  from {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  to {
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%); } }
