/* border-box */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

*:focus {
  outline: none; }

body {
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

a, a:hover {
  text-decoration: none; }

::selection {
  background: rgba(185, 96, 96, 0.5); }

input, textarea {
  caret-color: #f87676; }

/* clearfix */
.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

/* custom */
body {
  padding-top: 4rem;
  transition: padding-top 0.3s ease; }

nav {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 4rem;
  margin-top: -4rem;
  background: #f87676;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: height 0.3s ease, margin-top 0.3s ease; }
  nav > a {
    float: left;
    margin-left: 2vw; }
    nav > a img {
      height: 4rem;
      transition: height 0.3s ease; }
  nav #navLinks {
    height: 4rem;
    transition: height 0.3s ease;
    float: right;
    overflow: hidden; }
    nav #navLinks a {
      position: relative;
      height: 4rem;
      display: inline-block;
      vertical-align: top;
      padding: 1.55em 0.5em 1.45em;
      margin: 0 0.25em;
      font-weight: bold;
      font-size: 1em;
      line-height: 1em;
      cursor: pointer;
      color: white;
      transition: all 0.2s ease, height 0.3s ease; }
      nav #navLinks a:hover {
        background: white;
        color: #f87676; }
      nav #navLinks a#nav-join {
        font-weight: bold;
        color: #383838;
        transition: all 0.2s ease; }
        nav #navLinks a#nav-join:hover {
          background: #383838;
          color: white; }
      nav #navLinks a#nav-logOut {
        font-size: 1.3em;
        padding: 1em 0.5em; }
      nav #navLinks a#nav-rez {
        padding-right: 1.9em;
        transition: all 0.2s ease; }
        nav #navLinks a#nav-rez span {
          text-align: center;
          position: absolute;
          right: 0.45em;
          top: 1.35rem;
          transition: top 0.3s ease;
          display: inline-block;
          width: 1.2em;
          height: 1.2em;
          padding: 0.15em 0 0;
          color: #f87676;
          background: white;
          border-radius: 50%; }
        nav #navLinks a#nav-rez:hover span {
          color: white;
          background: #f87676; }
  nav #nav-rezPopupsParent {
    position: absolute;
    top: 4rem;
    right: 21.75em;
    transition: top 0.3s ease, right 0.3s ease, font-size 0.3s ease;
    padding: 1em;
    background: white;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2); }
    nav #nav-rezPopupsParent .nav-rezPopup div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top; }
      nav #nav-rezPopupsParent .nav-rezPopup div * {
        overflow: hidden;
        text-overflow: ellipsis; }
      nav #nav-rezPopupsParent .nav-rezPopup div:first-of-type {
        position: relative;
        margin-right: 1em;
        text-align: center; }
        nav #nav-rezPopupsParent .nav-rezPopup div:first-of-type img {
          display: block;
          margin: 0 auto 0.2em; }
        nav #nav-rezPopupsParent .nav-rezPopup div:first-of-type span {
          display: inline-block;
          color: #f87676; }
        nav #nav-rezPopupsParent .nav-rezPopup div:first-of-type:not(.popupMail) span {
          opacity: 0; }
      nav #nav-rezPopupsParent .nav-rezPopup div:nth-of-type(2) {
        width: 18em;
        text-align: left; }
      nav #nav-rezPopupsParent .nav-rezPopup div:nth-of-type(3) {
        width: 13em;
        text-align: right; }
      nav #nav-rezPopupsParent .nav-rezPopup div h1, nav #nav-rezPopupsParent .nav-rezPopup div h2, nav #nav-rezPopupsParent .nav-rezPopup div h3 {
        font-size: 1em;
        font-weight: bold; }
      nav #nav-rezPopupsParent .nav-rezPopup div h1 {
        margin: 0.2em 0;
        color: #f87676; }
      nav #nav-rezPopupsParent .nav-rezPopup div h2 {
        margin: 0.2em 0 0.6em;
        color: black; }
      nav #nav-rezPopupsParent .nav-rezPopup div h3.popupAcc {
        color: #f87676; }
      nav #nav-rezPopupsParent .nav-rezPopup div h3.popupWait {
        color: #AAAAAA;
        font-weight: normal; }
      nav #nav-rezPopupsParent .nav-rezPopup div h3.popupPass {
        color: #CCCCCC;
        font-weight: normal; }
      nav #nav-rezPopupsParent .nav-rezPopup div h4, nav #nav-rezPopupsParent .nav-rezPopup div h5 {
        font-size: 1em;
        font-weight: normal; }
      nav #nav-rezPopupsParent .nav-rezPopup div h5 {
        margin: 0.2em 0;
        color: #AAAAAA; }
      nav #nav-rezPopupsParent .nav-rezPopup div h4 {
        margin-top: 0.6em;
        color: black; }
    nav #nav-rezPopupsParent .nav-rezPopup:not(:last-of-type):after {
      content: "";
      position: relative;
      display: block;
      width: 90%;
      height: 1px;
      background: black;
      margin: 1em auto; }
    nav #nav-rezPopupsParent:hover + #navLinks #nav-rez {
      background: white;
      color: #f87676; }
      nav #nav-rezPopupsParent:hover + #navLinks #nav-rez span {
        color: white;
        background: #f87676; }
  nav #nav-mobileToggle {
    display: none;
    float: right;
    margin-top: 0.5em;
    margin-right: 1.5em;
    width: 2em;
    height: 2em;
    padding: 0.5em 0;
    border: solid #383838 1px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none; }
    nav #nav-mobileToggle > div {
      width: 70%;
      height: 2px;
      margin-bottom: calc(.33em - 1px);
      margin-left: 15%;
      background: #383838; }
    nav #nav-mobileToggle:hover {
      border-color: white; }
      nav #nav-mobileToggle:hover > div {
        background: white; }
  @media only screen and (max-width: 700px) {
    nav #navLinks {
      display: block;
      position: absolute;
      top: 3rem;
      left: 0;
      height: auto !important;
      width: 100%; }
      nav #navLinks a {
        width: 100% !important;
        margin: 0 !important;
        display: block;
        background: #383838 !important;
        color: white !important;
        border-bottom: solid #f87676 1px; }
        nav #navLinks a:hover {
          background: white !important;
          color: #383838 !important; }
        nav #navLinks a#nav-logOut:before {
          display: inline-block;
          content: "ODHLASIT";
          font-size: 0.75em;
          margin-right: 1em; }
    nav #navLinks:not(.navMobileVisible) {
      display: none; }
    nav #nav-mobileToggle {
      display: inline-block; }
    nav > a {
      margin-left: 1em; } }

.help-tip {
  position: absolute;
  top: 18px;
  left: -26px;
  text-align: center;
  background-color: #383838;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  cursor: default; }
  .help-tip:before {
    content: "?";
    font-weight: bold;
    color: #fff; }
  .help-tip:hover {
    background-color: #f87676; }
  .help-tip:hover p {
    display: block;
    transform-origin: 10px 0;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out; }
  .help-tip p {
    position: absolute;
    display: none;
    width: 300px;
    top: 22px;
    left: -6px;
    z-index: 1;
    padding: 20px;
    border-radius: 3px;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
    background-color: #1E2021;
    color: #FFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .help-tip p:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-bottom-color: #1E2021;
      left: 10px;
      top: -12px; }
    .help-tip p:after {
      width: 100%;
      height: 40px;
      content: "";
      position: absolute;
      top: -40px;
      left: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    transform: scale(1); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    transform: scale(1); } }
body.scrolled, body.vwAdjust {
  padding-top: 3rem; }
  body.scrolled nav, body.vwAdjust nav {
    height: 3rem;
    margin-top: -3rem; }
    body.scrolled nav > a img, body.vwAdjust nav > a img {
      height: 3rem; }
    body.scrolled nav #navLinks, body.vwAdjust nav #navLinks {
      height: 3rem; }
      body.scrolled nav #navLinks a, body.vwAdjust nav #navLinks a {
        height: 3rem;
        font-size: 0.75em; }
        body.scrolled nav #navLinks a#nav-rez span, body.vwAdjust nav #navLinks a#nav-rez span {
          top: 1.0125rem; }
        body.scrolled nav #navLinks a#nav-logOut, body.vwAdjust nav #navLinks a#nav-logOut {
          font-size: 0.975em; }
    body.scrolled nav #nav-rezPopupsParent, body.vwAdjust nav #nav-rezPopupsParent {
      top: 3rem;
      right: 16.3rem; }

body.vwAdjust #nav-rezPopupsParent {
  font-size: 0.7em; }

#log-form,
.interested-form {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #log-form > div,
  .interested-form > div {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
    #log-form > div > div,
    .interested-form > div > div {
      position: relative;
      width: 25em;
      max-width: 90%;
      padding: 2em;
      background: #383838;
      border-radius: 0.5em;
      color: white;
      box-shadow: 0 0 50px black; }
      #log-form > div > div h1,
      .interested-form > div > div h1 {
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.6em; }
      #log-form > div > div label,
      .interested-form > div > div label {
        font-weight: bold;
        display: block; }
      #log-form > div > div input,
      .interested-form > div > div input {
        display: block;
        width: 100%;
        margin: 0.7em 0 2em;
        padding: 0.6em 0.8em;
        border: none;
        border-radius: 0.5em; }
        #log-form > div > div input[type="submit"],
        .interested-form > div > div input[type="submit"] {
          color: white;
          background: #f87676;
          cursor: pointer;
          transition: background-color 0.2s ease, border-color 0.2s ease; }
          #log-form > div > div input[type="submit"]:hover,
          .interested-form > div > div input[type="submit"]:hover {
            background-color: #b96060;
            border-color: #b96060; }
      #log-form > div > div #log-formDivider,
      .interested-form > div > div #log-formDivider {
        height: 3px;
        width: 30%;
        margin: 2em auto;
        background: white;
        border-radius: 3px; }
      #log-form > div > div a,
      .interested-form > div > div a {
        display: inline-block;
        width: 100%;
        padding: 0.4em;
        border: solid #f87676 3px;
        border-radius: 8px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease; }
        #log-form > div > div a:hover,
        .interested-form > div > div a:hover {
          border-color: white;
          letter-spacing: 0.1em;
          color: #f87676; }

form.home .formInputParent {
  display: inline;
  padding: 0.6em 1em;
  border-radius: 0.5em;
  background: white; }
  form.home .formInputParent input {
    border: none;
    font-weight: bold; }
    form.home .formInputParent input:first-of-type {
      width: 20em; }
    form.home .formInputParent input:nth-of-type(2) {
      padding: 0.2em 0 0.2em 1em;
      border-left: solid #aaaaaa 0.15em; }
form.home input[type="submit"] {
  color: white;
  background: #f87676;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  display: inline-block;
  margin: 0 1em;
  padding: 0.6em 2em;
  border: #f87676 solid;
  border-radius: 0.5em;
  font-weight: bold; }
  form.home input[type="submit"]:hover {
    background-color: #b96060;
    border-color: #b96060; }
@media only screen and (max-width: 660px) {
  form.home input[type="submit"] {
    display: block;
    margin: 2em auto; } }
@media only screen and (max-width: 550px) {
  form.home .formInputParent {
    display: block;
    margin: 0 auto; }
    form.home .formInputParent input {
      display: block;
      width: 100%; }
      form.home .formInputParent input:nth-of-type(2) {
        margin: 0.3em 0 0;
        padding: 0.5em 0 0;
        border-left: none;
        border-top: solid #aaaaaa 0.15em; } }

#home-main {
  padding: 3em 1em 0;
  background: #383838;
  text-align: center; }
  #home-main h1 {
    color: white;
    font-size: 2em; }
  #home-main h2 {
    color: #f87676;
    font-size: 1.3em;
    margin: 0.2em 0 1.5em; }
  #home-main img {
    display: block;
    max-width: 100%;
    margin: 3em auto 0; }

#home-about {
  padding: 0 1em;
  background: white;
  text-align: center; }
  #home-about h1 {
    color: #f87676;
    font-size: 2em;
    margin: 1.2em 0 0.7em; }
  #home-about #home-aboutList {
    display: inline-block; }
    #home-about #home-aboutList p {
      font-weight: bold;
      font-size: 1.3em;
      margin: 1em; }
    #home-about #home-aboutList img {
      vertical-align: bottom; }
    #home-about #home-aboutList > div {
      display: inline-block; }
      #home-about #home-aboutList > div:first-of-type {
        text-align: right; }
      #home-about #home-aboutList > div:last-of-type {
        text-align: left; }
    @media only screen and (max-width: 700px) {
      #home-about #home-aboutList > * {
        display: block;
        text-align: center !important; } }

#home-discount {
  background: #383838;
  text-align: center;
  padding: 2em; }
  #home-discount h1 {
    font-size: 1.6em;
    color: white; }
  #home-discount form.home {
    margin-top: 2em; }
  @media only screen and (max-width: 660px) {
    #home-discount h1 {
      margin: 0.7em 0;
      font-size: 1.4em; } }

#home-works {
  padding: 2em 0.5em;
  background: #f87676;
  color: white;
  text-align: center; }
  #home-works h1 {
    margin-bottom: 0.5em;
    font-size: 2em; }
  #home-works #home-worksList {
    font-weight: bold; }
    @media only screen and (min-width: 1800px) {
      #home-works #home-worksList > br {
        display: none; } }
    @media only screen and (min-width: 900px) and (max-width: 1800px) {
      #home-works #home-worksList > br:nth-of-type(1), #home-works #home-worksList > br:nth-of-type(3) {
        display: none; } }
    @media only screen and (min-width: 650px) and (max-width: 899px) {
      #home-works #home-worksList > br:nth-of-type(2) {
        display: none; } }
    @media only screen and (max-width: 650px) {
      #home-works #home-worksList div {
        display: block; }
      #home-works #home-worksList > br {
        display: none; } }
    #home-works #home-worksList div {
      display: inline-block;
      width: 18em;
      margin: 1em 0.5em; }
      #home-works #home-worksList div p {
        margin: 1em 0; }
      #home-works #home-worksList div span {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        padding-top: 0.25em;
        background: white;
        color: #f87676;
        border-radius: 50%; }

#home-become {
  padding: 2em;
  background: white;
  text-align: center; }
  #home-become h1 {
    margin: 0 0 1em;
    font-size: 2em; }
  #home-become a {
    color: white;
    background: #f87676;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    padding: 0.7em 1.2em;
    border-radius: 0.5em;
    font-weight: bold; }
    #home-become a:hover {
      background-color: #b96060;
      border-color: #b96060; }

#mess {
  position: relative;
  height: calc(100vh - 4rem);
  overflow: hidden; }
  #mess #mess-panel {
    display: inline-block;
    width: 35em;
    height: calc(100vh - 4rem);
    background: #fafafa;
    overflow-y: scroll; }
    #mess #mess-panel .mess-panelPerson {
      display: block;
      position: relative;
      width: 100%;
      padding: 1em;
      transition: border 0.5s ease;
      border-left: solid #f87676 0; }
      #mess #mess-panel .mess-panelPerson:not(:last-of-type):after {
        bottom: 0;
        left: -1em;
        position: absolute;
        content: "";
        display: block;
        width: 90%;
        height: 2px;
        background: #666; }
      #mess #mess-panel .mess-panelPerson div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top; }
        #mess #mess-panel .mess-panelPerson div * {
          overflow: hidden;
          text-overflow: ellipsis; }
        #mess #mess-panel .mess-panelPerson div:first-of-type {
          position: relative;
          margin-right: 1em;
          text-align: center; }
          #mess #mess-panel .mess-panelPerson div:first-of-type img {
            display: block;
            margin: 0 auto 0.2em; }
          #mess #mess-panel .mess-panelPerson div:first-of-type span {
            display: inline-block;
            color: #f87676; }
          #mess #mess-panel .mess-panelPerson div:first-of-type:not(.popupMail) span {
            opacity: 0; }
        #mess #mess-panel .mess-panelPerson div:nth-of-type(2) {
          width: 18em;
          text-align: left; }
        #mess #mess-panel .mess-panelPerson div:nth-of-type(3) {
          width: 13em;
          text-align: right; }
        #mess #mess-panel .mess-panelPerson div h1, #mess #mess-panel .mess-panelPerson div h2, #mess #mess-panel .mess-panelPerson div h3 {
          font-size: 1em;
          font-weight: bold; }
        #mess #mess-panel .mess-panelPerson div h1 {
          margin: 0.2em 0;
          color: #f87676; }
        #mess #mess-panel .mess-panelPerson div h2 {
          margin: 0.2em 0 0.6em;
          color: black; }
        #mess #mess-panel .mess-panelPerson div h3.popupAcc {
          color: #f87676; }
        #mess #mess-panel .mess-panelPerson div h3.popupWait {
          color: #AAAAAA;
          font-weight: normal; }
        #mess #mess-panel .mess-panelPerson div h3.popupPass {
          color: #CCCCCC;
          font-weight: normal; }
        #mess #mess-panel .mess-panelPerson div h4, #mess #mess-panel .mess-panelPerson div h5 {
          font-size: 1em;
          font-weight: normal; }
        #mess #mess-panel .mess-panelPerson div h5 {
          margin: 0.2em 0;
          color: #AAAAAA; }
        #mess #mess-panel .mess-panelPerson div h4 {
          margin-top: 0.6em;
          color: black; }
      #mess #mess-panel .mess-panelPerson div:nth-of-type(2) {
        width: 27em; }
      #mess #mess-panel .mess-panelPerson:hover, #mess #mess-panel .mess-panelPerson#mess-panelPersonActive {
        border-left-width: 0.5em; }
      #mess #mess-panel .mess-panelPerson.mess-panelPersonRed {
        filter: grayscale(1); }
        #mess #mess-panel .mess-panelPerson.mess-panelPersonRed h2 {
          color: #f87676; }
  #mess #mess-messages {
    width: calc(100% - 35em);
    float: right;
    background: white; }
    #mess #mess-messages #mess-messagesHeader {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 8em;
      padding: 1.4em 2em;
      background: #383838; }
      #mess #mess-messages #mess-messagesHeader * {
        overflow: hidden;
        text-overflow: ellipsis; }
      #mess #mess-messages #mess-messagesHeader div {
        width: 50%; }
      #mess #mess-messages #mess-messagesHeader div:first-of-type {
        float: left; }
      #mess #mess-messages #mess-messagesHeader div:last-of-type {
        float: right;
        text-align: right; }
      #mess #mess-messages #mess-messagesHeader h1, #mess #mess-messages #mess-messagesHeader h3, #mess #mess-messages #mess-messagesHeader h4 {
        color: white; }
      #mess #mess-messages #mess-messagesHeader h2 {
        color: #f87676; }
      #mess #mess-messages #mess-messagesHeader h1 {
        font-size: 1.6em; }
      #mess #mess-messages #mess-messagesHeader h2 {
        margin: 1em 0 0;
        font-size: 1em; }
      #mess #mess-messages #mess-messagesHeader h3 {
        font-size: 1em; }
      #mess #mess-messages #mess-messagesHeader h4 {
        margin: 1em 0 0;
        font-size: 0.8em; }
    #mess #mess-messages #mess-messagesMain {
      height: calc(100vh - 4rem - 8em - 3.4em);
      padding: 1em;
      overflow-y: scroll; }
      #mess #mess-messages #mess-messagesMain div {
        display: block; }
        #mess #mess-messages #mess-messagesMain div.mess-their {
          text-align: left; }
          #mess #mess-messages #mess-messagesMain div.mess-their p {
            background: #9b9b9b; }
        #mess #mess-messages #mess-messagesMain div.mess-my {
          text-align: right; }
          #mess #mess-messages #mess-messagesMain div.mess-my p {
            text-align: left;
            background: #f87676; }
        #mess #mess-messages #mess-messagesMain div p {
          display: inline-block;
          max-width: 90%;
          margin: 0.25em 0;
          padding: 0.5em 0.7em;
          color: white;
          background: black;
          border-radius: 0.5em;
          font-size: 1em; }
    #mess #mess-messages #mess-messagesInput {
      border-top: solid 1px #EEEEEE;
      padding: 0.5em 1em;
      height: 3.4rem;
      vertical-align: top; }
      #mess #mess-messages #mess-messagesInput input {
        display: inline-block;
        width: calc(100% - 5em);
        padding: 0.4rem 0.7rem;
        border: solid 1px black;
        border-radius: 0.5rem;
        font-size: 1em; }
      #mess #mess-messages #mess-messagesInput a {
        color: white;
        background: #f87676;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        display: inline-block;
        margin-left: 1em;
        padding: 0.25rem 0.7rem;
        border-radius: 0.5rem;
        font-size: 1.3em; }
        #mess #mess-messages #mess-messagesInput a:hover {
          background-color: #b96060;
          border-color: #b96060; }
  @media only screen and (min-width: 800px) and (max-width: 1500px) {
    #mess #mess-panel {
      width: 35%; }
      #mess #mess-panel .mess-panelPerson div:nth-of-type(2) {
        width: 70%; }
    #mess #mess-messages {
      width: 65%; } }
  @media only screen and (max-width: 800px) {
    #mess #mess-panel {
      position: absolute;
      width: 85px;
      top: 0;
      left: 0;
      overflow-x: hidden;
      white-space: nowrap;
      transition: width 0.25s ease; }
      #mess #mess-panel:hover {
        width: 35em;
        max-width: 100%; }
      #mess #mess-panel .mess-panelPerson div:nth-of-type(2) {
        width: 70%; }
    #mess #mess-messages {
      width: calc(100% - 85px);
      margin-left: 85px; } }

body.scrolled #mess, body.vwAdjust #mess {
  height: calc(100vh - 3rem); }
  body.scrolled #mess #mess-panel, body.vwAdjust #mess #mess-panel {
    min-height: calc(100vh - 3rem); }
  body.scrolled #mess #mess-messages #mess-messagesMain, body.vwAdjust #mess #mess-messages #mess-messagesMain {
    height: calc(100vh - 3rem - 8em - 3.4em); }

#become {
  position: relative;
  text-align: center; }
  #become h1 {
    padding: 1em;
    font-size: 1.6em;
    background: #383838;
    color: white; }
  #become #become-form {
    display: inline-block;
    text-align: left;
    padding: 1em; }
    #become #become-form label {
      display: block; }
    #become #become-form label, #become #become-form span {
      font-size: 0.8em;
      margin: 0.3em 0; }
    #become #become-form textarea {
      resize: none;
      height: 8em; }
    #become #become-form input, #become #become-form textarea {
      display: block;
      width: 22em;
      max-width: 80vw;
      border: solid black 0.15em;
      border-radius: 0.5em;
      padding: 0.4em 0.5em;
      margin-bottom: 1.2em; }
      #become #become-form input#become-formRadius, #become #become-form textarea#become-formRadius {
        display: inline-block;
        width: 5em;
        margin-right: 0.7em; }
      #become #become-form input[type="radio"], #become #become-form textarea[type="radio"] {
        display: inline-block;
        width: auto;
        opacity: 0; }
        #become #become-form input[type="radio"] + label, #become #become-form textarea[type="radio"] + label {
          display: inline-block;
          position: relative;
          padding-left: 0.3em;
          padding-right: 1em; }
          #become #become-form input[type="radio"] + label:before, #become #become-form input[type="radio"] + label:after, #become #become-form textarea[type="radio"] + label:before, #become #become-form textarea[type="radio"] + label:after {
            content: "";
            display: block;
            position: absolute;
            top: -4px;
            left: -24px;
            width: 22px;
            height: 22px;
            background: white;
            border-radius: 50%;
            border: solid 2px black; }
          #become #become-form input[type="radio"] + label:after, #become #become-form textarea[type="radio"] + label:after {
            background: black;
            opacity: 0;
            top: 0;
            left: -20px;
            width: 14px;
            height: 14px;
            transition: opacity 0.2s ease; }
          #become #become-form input[type="radio"] + label:hover:after, #become #become-form textarea[type="radio"] + label:hover:after {
            opacity: 0.5; }
        #become #become-form input[type="radio"]:checked + label:after, #become #become-form textarea[type="radio"]:checked + label:after {
          opacity: 1; }
      #become #become-form input[type="submit"], #become #become-form textarea[type="submit"] {
        color: white;
        background: #f87676;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        border: none;
        width: 8em;
        padding: 0.8em 0;
        margin: 1em 0; }
        #become #become-form input[type="submit"]:hover, #become #become-form textarea[type="submit"]:hover {
          background-color: #b96060;
          border-color: #b96060; }
    #become #become-form .become-helpParent {
      position: relative;
      top: -1em; }

.interested-form h2 {
  color: #f87676;
  font-size: 1em;
  text-align: center; }
.interested-form .interested-where {
  text-align: center; }
  .interested-form .interested-where input[type="radio"] {
    display: none; }
  .interested-form .interested-where .whereNew,
  .interested-form .interested-where input[type="radio"] + label {
    display: inline-block;
    margin: 0.2em 0;
    padding: 0.2em 0.4em;
    border-radius: 0.5em;
    font-size: 1em;
    opacity: 0.5;
    background: white;
    color: #383838;
    cursor: pointer; }
  .interested-form .interested-where .whereNew:hover,
  .interested-form .interested-where input[type="radio"] + label:hover {
    opacity: 0.8; }
  .interested-form .interested-where .whereNew:focus,
  .interested-form .interested-where input[type="radio"]:checked + label {
    opacity: 1; }
  .interested-form .interested-where .whereNew {
    width: auto; }
  .interested-form .interested-where a {
    width: auto;
    display: inline-block;
    margin: 0.5em auto;
    border-width: 3px;
    border-color: #f87676;
    font-size: 0.8em;
    color: #f87676; }
    .interested-form .interested-where a:hover {
      color: white;
      border-color: white; }
.interested-form textarea {
  resize: none;
  height: 8em;
  display: block;
  width: 100%;
  max-width: 80vw;
  margin-top: 2em;
  border: none;
  border-radius: 0.5em;
  padding: 0.4em 0.5em;
  margin-bottom: 1.2em; }
.interested-form input[type="submit"] {
  width: auto;
  margin-left: auto;
  margin-right: auto; }

#list {
  margin: 1em;
  text-align: center; }
  #list .list-card {
    position: relative;
    display: inline-block;
    margin: 1em;
    width: 21em;
    max-width: 95%;
    height: 25em;
    padding: 1em 2em;
    background: #fafafa;
    border: solid 3px #efefef;
    border-radius: 0.5em;
    overflow: hidden;
    transition: border-color 0.3s ease; }
    #list .list-card:hover {
      border-color: #f87676; }
    #list .list-card .list-cardMarks {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5em;
      border-radius: 0.5em; }
      #list .list-card .list-cardMarks div {
        position: absolute;
        opacity: 0;
        top: -1.35em;
        width: 7em;
        height: 4em;
        line-height: 5.1em;
        border: solid 3px #efefef; }
        #list .list-card .list-cardMarks div span {
          display: block; }
        #list .list-card .list-cardMarks div:first-of-type {
          left: -3em;
          background: #fafafa;
          color: #383838;
          transform: rotateZ(-45deg); }
          #list .list-card .list-cardMarks div:first-of-type span {
            transform: rotateZ(45deg); }
        #list .list-card .list-cardMarks div:last-of-type {
          right: -3em;
          background: #f87676;
          color: white;
          transform: rotateZ(45deg); }
          #list .list-card .list-cardMarks div:last-of-type span {
            transform: rotateZ(-45deg); }
      #list .list-card .list-cardMarks.list-cardMarkClock div:first-of-type {
        opacity: 1; }
      #list .list-card .list-cardMarks.list-cardMarkCheck div:last-of-type {
        opacity: 1; }
    #list .list-card h1 {
      font-size: 1em;
      color: #f87676; }
    #list .list-card .list-cardUnderline {
      display: inline-block;
      height: 2px;
      width: 2.5em;
      background: #f87676; }
    #list .list-card .list-cardPersonInfo {
      height: 2em;
      margin: 0.5em 0;
      padding-left: 2.1em;
      font-size: 2em;
      text-align: left;
      background: url("http://via.placeholder.com/300x300") no-repeat center left;
      background-size: contain; }
      #list .list-card .list-cardPersonInfo h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        font-size: 1em;
        font-weight: bold;
        line-height: 1em; }
        #list .list-card .list-cardPersonInfo h2 * {
          overflow: hidden;
          text-overflow: ellipsis; }
    #list .list-card .list-cardPlace {
      margin: 1em 0 0.6em;
      text-align: left; }
      #list .list-card .list-cardPlace h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: calc(100% - 5em);
        font-weight: bold;
        font-size: 1em; }
        #list .list-card .list-cardPlace h3 * {
          overflow: hidden;
          text-overflow: ellipsis; }
      #list .list-card .list-cardPlace .list-cardPoints {
        display: inline-block;
        width: 5em;
        text-align: right; }
        #list .list-card .list-cardPlace .list-cardPoints div {
          display: inline-block;
          width: 0.7em;
          height: 0.7em;
          margin: 0.05em 0.05em 0.3em;
          border: solid 2px #f87676;
          border-radius: 50%;
          background: white; }
        #list .list-card .list-cardPlace .list-cardPoints.list-cardPoints1 div:nth-of-type(1) {
          background: #f87676; }
        #list .list-card .list-cardPlace .list-cardPoints.list-cardPoints2 div:nth-of-type(-n + 2) {
          background: #f87676; }
        #list .list-card .list-cardPlace .list-cardPoints.list-cardPoints3 div:nth-of-type(-n + 3) {
          background: #f87676; }
        #list .list-card .list-cardPlace .list-cardPoints.list-cardPoints4 div:nth-of-type(-n + 4) {
          background: #f87676; }
        #list .list-card .list-cardPlace .list-cardPoints.list-cardPoints5 div {
          background: #f87676; }
    #list .list-card .list-cardText {
      height: 10em;
      text-align: left; }
      #list .list-card .list-cardText p {
        font-size: 0.8em;
        font-weight: normal; }
    #list .list-card .list-cardMain {
      text-align: left; }
      #list .list-card .list-cardMain span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 5.25em);
        font-size: 1.6em; }
        #list .list-card .list-cardMain span * {
          overflow: hidden;
          text-overflow: ellipsis; }
      #list .list-card .list-cardMain a {
        color: white;
        background: #f87676;
        cursor: pointer;
        transition: background-color 0.2s ease, border-color 0.2s ease;
        display: inline-block;
        float: right;
        margin-top: 0.2em;
        padding: 0.2em 0.4em;
        border-radius: 0.5em; }
        #list .list-card .list-cardMain a:hover {
          background-color: #b96060;
          border-color: #b96060; }

#prof {
  width: 80em;
  max-width: 90vw;
  margin: 4em auto 0; }
  #prof #prof-container {
    position: relative;
    height: 12em;
    margin-bottom: 2em;
    padding: 2em;
    border-radius: 0.4em;
    background: #383838;
    color: white; }
    #prof #prof-container > * {
      display: inline-block;
      vertical-align: top; }
    #prof #prof-container #prof-img {
      width: 10em;
      height: 100%;
      padding-right: 2em; }
      #prof #prof-container #prof-img div {
        width: 100%;
        height: 100%;
        background: url("http://via.placeholder.com/200x200") no-repeat center;
        background-size: cover;
        border: white 3px solid;
        border-radius: 50%; }
    #prof #prof-container #prof-text {
      width: calc(100% - 10em);
      height: 100%; }
      #prof #prof-container #prof-text h1 {
        font-size: 1.5em; }
      #prof #prof-container #prof-text p {
        font-size: 1em;
        line-height: 2em; }
        #prof #prof-container #prof-text p input {
          width: auto;
          height: 1.8em;
          border: solid 0.1em #383838;
          border-radius: 0.3em;
          font-size: 1em;
          background: none;
          color: white;
          transition: all 0.4s ease; }
          #prof #prof-container #prof-text p input.editable {
            padding: 0 0.25em;
            border-color: white; }
            #prof #prof-container #prof-text p input.editable:hover, #prof #prof-container #prof-text p input.editable:focus, #prof #prof-container #prof-text p input.editable:active {
              border-color: #f87676; }
    #prof #prof-container #prof-edit {
      position: absolute;
      top: 1.5em;
      right: 1.5em;
      font-size: 0.8em;
      cursor: pointer; }
      #prof #prof-container #prof-edit i {
        padding-left: 0.5em;
        font-size: 1.5em; }
    #prof #prof-container .prof-cardPoints {
      display: inline-block;
      font-size: 1.2em;
      text-align: left;
      margin-bottom: 0.9em; }
      #prof #prof-container .prof-cardPoints div {
        display: inline-block;
        width: 0.7em;
        height: 0.7em;
        margin: 0.05em 0.1em;
        border: solid 2px white;
        border-radius: 50%;
        background: transparent; }
      #prof #prof-container .prof-cardPoints.prof-cardPoints1 div:nth-of-type(1) {
        background: white; }
      #prof #prof-container .prof-cardPoints.prof-cardPoints2 div:nth-of-type(-n + 2) {
        background: white; }
      #prof #prof-container .prof-cardPoints.prof-cardPoints3 div:nth-of-type(-n + 3) {
        background: white; }
      #prof #prof-container .prof-cardPoints.prof-cardPoints4 div:nth-of-type(-n + 4) {
        background: white; }
      #prof #prof-container .prof-cardPoints.prof-cardPoints5 div {
        background: white; }
  #prof #prof-chondly h1 {
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold; }
  #prof #prof-chondly a {
    color: white;
    background: #f87676;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    float: right;
    padding: 0.7em 1.2em;
    border-radius: 0.5em;
    font-size: 0.8em; }
    #prof #prof-chondly a:hover {
      background-color: #b96060;
      border-color: #b96060; }
  @media only screen and (max-width: 760px) {
    #prof #prof-container {
      height: auto;
      padding: 1em; }
      #prof #prof-container #prof-img {
        display: block;
        width: 100%;
        max-width: 10em;
        height: calc(90vw - 2em);
        max-height: 10em;
        margin: 0 auto;
        padding: 0 0 1em; }
      #prof #prof-container #prof-text {
        width: 100%; } }
  @media only screen and (max-width: 440px) {
    #prof #prof-edit span,
    #prof #prof-chondly span {
      display: none; } }

/*# sourceMappingURL=style.css.map */
