body.page-login footer#footer,
body.page-signup footer#footer,
body.page-forgotpassword footer#footer,
body.page-blackbook footer#footer {
  display: none;
}
body.page-login #page-content,
body.page-signup #page-content,
body.page-forgotpassword #page-content,
body.page-blackbook #page-content {
  position: fixed;
  z-index: 51;
  height: 100vh;
  width: 100%;
  left: 0px;
  top: 0px;
}
body.page-login .outer,
body.page-signup .outer,
body.page-forgotpassword .outer {
  padding: 0px 20px;
  max-width: 450px;
  margin: auto;
  width: 100%;
}
body.page-login .form-outer a {
  margin-top: 20px;
  display: block;
}
@media only screen and (min-width: 769px) {
  body.page-login .form-outer a {
    margin-top: 30px;
  }
}
.profile-generals.top-overlay {
  overflow-y: auto;
}
.profile-generals span[large-line-headline] svg {
  width: 231px;
  height: 15px;
}
.profile-generals .outlined-box:not(.large) {
  margin-top: 40px;
}
.profile-generals .outlined-box:not(.large):first-child {
  margin-top: 0px;
}
.profile-generals .outlined-box.large {
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  min-height: calc(100% - 40px);
  height: auto;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .profile-generals .outlined-box.large {
    top: 72px;
    left: 80px;
    width: calc(100% - 208px);
    min-height: calc(100% - 144px);
  }
}
.profile-generals .form-outer .profile-button {
  margin: 40px auto 20px auto;
}
.profile-generals a.allready-member {
  margin-top: 30px;
  display: block;
}
.profile-generals input:not([type="checkbox"]),
.profile-generals .select-wrapper,
.profile-generals .code-wrapper {
  width: 100%;
  display: block;
  height: 50px;
  width: 90%;
  margin: 20px auto;
  background: #fff;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #6f6f6f;
  text-align: center;
  line-height: 50px;
}
.profile-generals select:focus + i svg {
  -webkit-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.profile-generals .code-wrapper {
  position: relative;
  overflow: hidden;
  will-change: height;
  -webkit-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.profile-generals .code-wrapper .icon svg {
  width: 6px;
  height: 9px;
  margin-top: 2px;
}
@media only screen and (min-width: 769px) {
  .profile-generals .code-wrapper .icon:hover svg {
    -webkit-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.profile-generals .code-wrapper .icon,
.profile-generals .select-wrapper .icon {
  display: block;
  right: 25px;
  top: 17px;
  position: absolute;
  z-index: 10;
}
.profile-generals .code-wrapper .icon:after,
.profile-generals .select-wrapper .icon:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
.profile-generals .code-wrapper .icon > *,
.profile-generals .select-wrapper .icon > * {
  float: left;
}
.profile-generals .code-wrapper .icon svg *,
.profile-generals .select-wrapper .icon svg * {
  fill: #3b3b3b;
}
.profile-generals .code-wrapper .icon line,
.profile-generals .select-wrapper .icon line {
  height: 14px;
  width: 1px;
  background: #e8e8e8;
  margin-right: 18px;
}
.profile-generals .code-wrapper > p,
.profile-generals .select-wrapper > p {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
  padding: 30px;
}
.profile-generals .code-wrapper input,
.profile-generals .select-wrapper input {
  position: absolute;
  top: 0px;
  border: none;
  outline: none;
  width: 100%;
  margin: 0px;
  background: transparent;
  background-color: transparent;
}
.profile-generals .profile-button,
.profile-generals button[round-text-button] {
  text-transform: uppercase;
  height: 50px;
  width: 90%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 20px auto;
  display: block;
  color: #e8e8e8;
  background: #3b3b3b;
  line-height: 50px;
}
.profile-generals .profile-button.inverted,
.profile-generals button[round-text-button].inverted {
  color: #3b3b3b;
  background: #e8e8e8;
}
.profile-generals .profile-button {
  will-change: opacity;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (min-width: 769px) {
  .profile-generals .profile-button:hover {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
  }
}
.profile-generals .message {
  margin: 30px auto;
  text-decoration: underline;
}
.profile-generals .select-wrapper {
  position: relative;
  cursor: pointer;
}
.profile-generals .select-wrapper i {
  top: 0px;
  pointer-events: none;
}
.profile-generals .select-wrapper i svg {
  width: 10px;
  height: 7px;
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  .profile-generals .select-wrapper:hover i svg {
    -webkit-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    animation: animateToDown 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.profile-generals .select-wrapper:before {
  content: attr(placeholder);
}
.profile-generals .select-wrapper select {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  outline: none;
}
.profile-generals .select-wrapper select:focus {
  outline: none;
}
.profile-generals .round-checkbox {
  text-align: center;
  margin: 15px 0px 30px 0px;
  display: block;
}
.profile-generals .round-checkbox p {
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
  color: #6f6f6f;
}
.profile-generals .round-checkbox p a {
  text-decoration: underline;
  color: currentColor;
}
.profile-generals .round-checkbox p a:hover {
  text-decoration: none;
}
.profile-generals .round-checkbox p:before {
  content: "●";
  float: left;
  width: 14px;
  height: 14px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  margin-right: 8px;
  line-height: 13px;
  font-size: 8px;
  padding-left: 1px;
  color: #fff;
  will-change: #fff;
  -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.profile-generals .round-checkbox input[type="checkbox"] {
  position: relative;
  left: -99999em;
}
.profile-generals .round-checkbox input[type="checkbox"]:checked + p:before {
  color: #3b3b3b;
}
.profile-generals ::-webkit-input-placeholder {
  color: #6f6f6f;
}
.profile-generals :-moz-placeholder {
  color: #6f6f6f;
}
.profile-generals ::-moz-placeholder {
  color: #6f6f6f;
}
.profile-generals :-ms-input-placeholder {
  color: #6f6f6f;
}
.page.signup div[role="interests"],
.page.myprofile div[role="interests"] {
  clear: both;
  text-align: center;
}
.page.signup div[role="interests"] .profile-button,
.page.myprofile div[role="interests"] .profile-button {
  margin-top: 20px;
}
.page.signup div[role="interests"] label,
.page.myprofile div[role="interests"] label {
  display: inline-block;
  margin-right: 3px;
  margin-top: 7px;
  cursor: pointer;
  position: relative;
}
.page.signup div[role="interests"] label p,
.page.myprofile div[role="interests"] label p {
  padding: 10px 20px;
  background: #dddede;
  color: #6f6f6f;
  will-change: background, color;
  -webkit-transition: background 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.25s cubic-bezier(0.19, 1, 0.22, 1), color 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 769px) {
  .page.signup div[role="interests"] label:hover p,
  .page.myprofile div[role="interests"] label:hover p {
    background: #6f6f6f;
    color: #dddede;
  }
}
.page.signup div[role="interests"] input[type="checkbox"],
.page.myprofile div[role="interests"] input[type="checkbox"] {
  position: absolute;
  left: -99999em;
}
.page.signup div[role="interests"] input[type="checkbox"]:checked + p,
.page.myprofile div[role="interests"] input[type="checkbox"]:checked + p {
  background: #6f6f6f;
  color: #dddede;
}
.page.signup .top-overlay .outer,
.page.myprofile .top-overlay .outer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page.signup .dots {
  display: block;
}
@media only screen and (min-width: 769px) {
  .page.signup .top-overlay .outer {
    margin-top: 20px;
  }
}
.page.signup .swiper-container {
  width: 100vw;
  height: 230px;
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0px);
  -moz-transform: translateX(-50%) translateZ(0px);
  -o-transform: translateX(-50%) translateZ(0px);
  -ms-transform: translateX(-50%) translateZ(0px);
  transform: translateX(-50%) translateZ(0px);
}
.page.signup .swiper-container .swiper-wrapper {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .page.signup .swiper-container .swiper-wrapper > li.swiper-slide {
    padding: 0px 150px;
  }
  .page.signup .swiper-container .swiper-wrapper > li.swiper-slide:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 40px;
  }
}
.page.signup .swiper-container li.swiper-slide {
  text-align: center;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0px 50px;
  text-align: center;
}
.page.signup .swiper-container li.swiper-slide > .swiper-slide {
  width: 33.333333333333336%;
  padding: 0px;
}
.page.signup .swiper-container li.swiper-slide div[inner] {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.page.signup .swiper-container li.swiper-slide i {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: auto;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.page.signup .swiper-container li.swiper-slide i svg {
  height: 16px;
  margin-top: 15px;
}
.page.signup .swiper-container li.swiper-slide i svg * {
  fill: #6e7072;
}
.page.signup .swiper-container li.swiper-slide i[type="blackbook"] svg {
  width: 14px;
}
.page.signup .swiper-container li.swiper-slide i[type="archive"] svg,
.page.signup .swiper-container li.swiper-slide i[type="editors"] svg {
  width: 16px;
}
.page.signup .swiper-container li.swiper-slide i[type="compendium"] svg {
  width: 15px;
}
.page.signup .swiper-container li.swiper-slide h2 {
  margin-bottom: 25px;
}
input:-webkit-autofill {
  backgroud: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #6f6f6f !important;
}
