#header-login {
  position: relative;
  float: left;
  margin: 16px 0px 16px 0; }
  #header-login .header_user_info {
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #858586;
    text-decoration: none;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
    transition: 0.4s linear all;
    float: right; }
    @media (max-width: 480px) {
      #header-login .header_user_info {
        font-size: 12px; } }
    #header-login .header_user_info a {
      cursor: pointer;
      padding: 0px 0px 0px 24px;
      position: relative;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal;
      color: #858586;
      text-decoration: none;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
      @media only screen and (max-width: 767px) {
        #header-login .header_user_info a {
          font-size: 0; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #header-login .header_user_info a {
          font-size: 13px; } }
    #header-login .header_user_info.current {
      padding: 0;
      border: none; }
      #header-login .header_user_info.current.active a {
        color: #c19113; }
        #header-login .header_user_info.current.active a:after {
          color: #c19113; }
      #header-login .header_user_info.current a:after {
        -moz-transition: 0.4s linear all;
        -o-transition: 0.4s linear all;
        -webkit-transition: 0.4s linear all;
        transition: 0.4s linear all;
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Material Icons";
        content: "\e0da";
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #858586; }
      #header-login .header_user_info.current a:hover, #header-login .header_user_info.current a:focus, #header-login .header_user_info.current a.active {
        color: #c19113; }
        #header-login .header_user_info.current a:hover:after, #header-login .header_user_info.current a:focus:after, #header-login .header_user_info.current a.active:after {
          color: #c19113;
          -moz-transform: rotateY(360deg);
          -ms-transform: rotateY(360deg);
          -o-transform: rotateY(360deg);
          -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }
  #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%;
  margin-top: 18px;
  z-index: 5;
  overflow: hidden;
  background: #333333;
  border-radius: 2px;
  color: #858586;
  width: 320px; }
  .header-login-content li {
    padding: 5px; }
  @media only screen and (max-width: 767px) {
    .header-login-content {
      right: auto;
      left: 0; } }
  @media only screen and (max-width: 479px) {
    .header-login-content {
      left: -93px; } }
  .header-login-content #header-email {
    padding-top: 0;
    padding-bottom: 0; }
  .header-login-content .account_creation .radio-inline label {
    position: relative;
    width: 50px;
    text-align: right; }
    .header-login-content .account_creation .radio-inline label input {
      position: absolute;
      top: 3px;
      left: 0; }
  .header-login-content .account_creation .form-group div.selector {
    width: auto !important;
    margin: 5px 0 0; }
  .header-login-content label {
    color: white; }
    .header-login-content label:hover {
      color: white !important; }
  .header-login-content a:not(.btn):hover, .header-login-content a:focus:not(.btn) {
    color: white; }
  .header-login-content li ul li a i {
    display: none; }
  .header-login-content .user-email {
    position: relative; }
    .header-login-content .user-email:before {
      position: absolute;
      left: 12px;
      top: 11px;
      color: #00c247;
      font-size: 14px;
      line-height: 17px;
      font-family: "fl-justicons";
      content: "\e04c";
      display: inline-block;
      font-weight: normal; }
  .header-login-content .user-pass {
    position: relative; }
    .header-login-content .user-pass:before {
      position: absolute;
      left: 15px;
      top: 9px;
      color: #00c247;
      font-size: 17px;
      line-height: 19px;
      font-family: "fl-justicons";
      content: "\e042";
      display: inline-block;
      font-weight: normal; }
  .header-login-content .form-control {
    padding: 12px 0 13px 39px;
    height: 40px;
    font-size: 16px;
    line-height: 18px;
    color: #b5b5b5;
    border-radius: 2px; }
  .header-login-content .submit .btn.btn-default,
  .header-login-content .logout .btn.btn-default,
  .header-login-content .btn-login-facebook,
  .header-login-content .btn-login-google,
  .header-login-content .btn.btn-login-vk {
    display: block;
    width: 100%;
    padding: 8px 18px 9px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
    transition: 0.4s linear all;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .header-login-content .submit .btn.btn-default:hover,
    .header-login-content .logout .btn.btn-default:hover,
    .header-login-content .btn-login-facebook:hover,
    .header-login-content .btn-login-google:hover,
    .header-login-content .btn.btn-login-vk:hover {
      border-color: #e9b11e;
      background: #e9b11e; }
  .header-login-content .submit .btn.btn-default {
    background: #c19113;
    border-color: #c19113;
    padding-top: 10px;
    padding-bottom: 10px; }
  .header-login-content .logout .btn.btn-default {
    background: #c19113;
    border-color: #c19113;
    margin-bottom: 0; }
  .header-login-content .btn-login-facebook {
    background: #3b5998;
    border-color: #3b5998; }
  .header-login-content .btn-login-google {
    background: #df4a32;
    border-color: #df4a32; }
  .header-login-content .btn.btn-login-vk {
    background: #6d8fb3;
    border-color: #6d8fb3;
    margin-bottom: 0; }
  .header-login-content .create_wrapper {
    margin-bottom: 15px; }
    .header-login-content .create_wrapper .create {
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
  .header-login-content li {
    margin: 0;
    padding: 0; }
    .header-login-content li ul {
      margin: 0 0 10px 0; }
      .header-login-content li ul li {
        display: block;
        line-height: 35px;
        margin-top: 15px; }
        .header-login-content li ul li:first-child {
          border: none;
          margin-top: 0px; }
        .header-login-content li ul li a {
          font-family: "Open Sans", sans-serif;
          font-size: 16px;
          line-height: 20px;
          font-weight: 500;
          color: #858586;
          display: block;
          -moz-transition: 0.4s linear all;
          -o-transition: 0.4s linear all;
          -webkit-transition: 0.4s linear all;
          transition: 0.4s linear all; }
          .header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }

.social-login-buttons {
  margin: 0 -4px; }
  .social-login-buttons div {
    margin: 0;
    padding: 0 4px;
    float: left; }
    .social-login-buttons div.one-element {
      width: 100%; }
      .social-login-buttons div.one-element .btn span {
        margin-left: 10px; }
    .social-login-buttons div.two-elements {
      width: 50%; }
      .social-login-buttons div.two-elements .btn span {
        display: none; }
    .social-login-buttons div.three-elements {
      width: 33.33333%; }
      .social-login-buttons div.three-elements .btn span {
        display: none; }
    .social-login-buttons div .btn {
      width: 100%;
      color: #fff;
      padding: 9px 15px 7px;
      border-radius: 0; }
      .social-login-buttons div .btn span {
        margin-left: 10px; }
      .social-login-buttons div .btn:before {
        display: inline-block;
        font: normal 21px/1em "FontAwesome"; }
      .social-login-buttons div .btn.btn-login-facebook {
        background-color: #3b5998;
        border: 1px solid #294173;
        box-shadow: inset 0 0 0 1px #6c91cf; }
        .social-login-buttons div .btn.btn-login-facebook:before {
          content: '\f09a'; }
        .social-login-buttons div .btn.btn-login-facebook:hover {
          background-color: #2d4373;
          border-color: #1c2c4d;
          box-shadow: inset 0 0 0 1px #4674c2; }
      .social-login-buttons div .btn.btn-login-google {
        background-color: #df4a32;
        border: 1px solid #bf3822;
        box-shadow: inset 0 0 0 1px #f58265; }
        .social-login-buttons div .btn.btn-login-google:before {
          content: '\f1a0'; }
        .social-login-buttons div .btn.btn-login-google:hover {
          background-color: #c0341e;
          border-color: #942b1a;
          box-shadow: inset 0 0 0 1px #f25b35; }
      .social-login-buttons div .btn.btn-login-vk {
        background-color: #3383c1;
        border: 1px solid #205ca0;
        box-shadow: inset 0 0 0 1px #5eb0e2; }
        .social-login-buttons div .btn.btn-login-vk:before {
          content: '\f189'; }
        .social-login-buttons div .btn.btn-login-vk:hover {
          background-color: #286899;
          border-color: #184476;
          box-shadow: inset 0 0 0 1px #339bda; }

.create-account-content .account_creation .form-group .row {
  margin-left: -5px;
  margin-right: -5px; }
.create-account-content .account_creation .form-group .col-xs-4 {
  padding: 0 5px; }
  .create-account-content .account_creation .form-group .col-xs-4 span {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    padding-right: 0; }
.create-account-content .alert.alert-danger {
  padding: 10px;
  line-height: 15px; }
.create-account-content .signin {
  width: 100%; }
