/*ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ*/
.loginsite {
    display: inline-block;
}
.lbn, #logbtn {
    z-index: 13;
    position: relative;
    padding: 0 21px;
    color: #000;
    /* font-family: "PT Sans", sans-serif; */
    font-weight: 700;
    border-right: none;
}
.loginsite a {
    color: #5b5f68;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    display: block;
    float: none;
}
#logform {
    border: 1px solid #e2e2e2;
    top: 100%;
    right: 0;
    z-index: 12;
    display: none;
    position: absolute;
    width: 295px;
    line-height: 0;
    background-color: #eaeaea;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.loginuser, .passworduser {
    position: relative;
}
#login_name, #login_password {
    padding: 0 10px 0 46px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    background: #f8f8f8;
    z-index: 1;
    height: 40px;
	width: 100%;
    color: #83868a;
}


#login_name, #login_password input[type="text"] {
    display: inline;
    width: 100%;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 46px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    background: #f8f8f8;
    z-index: 1;
    height: 40px;
    color: #83868a;
}

.social-login {
    margin-bottom: 40px;
}
.fullenter {
    margin: -20px;
    padding: 5px 30px;
    border-top: 1px solid #dddddd;
    box-shadow: inset 0 1px 0 white;
    background-color: whitesmoke;
    overflow: hidden;
}
.loginuser:before, .passworduser:before {
  content: "\f007";
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 1px;
  background: white;
  height: 38px;
  width: 35px;
  border: 0px solid #eaeaea;
  border-right-width: 1px;
  line-height: 38px;
  text-align: center;
  speak: none;
  z-index: 2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #83868a;
}

/* line 416, ../sass/style.sass */
.passworduser:before {
  content: "\f084";
}

/* line 418, ../sass/style.sass */
.social-login {
  margin-bottom: 40px;
}
/* line 420, ../sass/style.sass */
.social-login:after {
  content: "";
  clear: both;
  display: table;
}

/*New nav*/
.pagin {
  text-align: center;
  padding: 17px 0;
  margin-bottom: 20px;
}

/* line 753, ../sass/style.sass */
.pagin #next {
  color: white;
  background-color: #507299;
  display: inline-block;
  border-radius: 3px;
  padding: 10px 30px 10px 30px;
  width: 100%;
  cursor: pointer;
}
/* line 761, ../sass/style.sass */
.pagin #next:hover {
  background: #4d6f96;
}

/* line 764, ../sass/style.sass */
.navigation-block {
  text-align: center;
}

.site-header.sticky  #logbtn {color:#fff;}