@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,900|Source+Serif+Pro");

/*
  Visualize by TEMPLATED
  templated.co @templatedco
  Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  body {
    -webkit-text-size-adjust: none;
  }

/* Box Model */

  *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }



/* Basic */

  @-ms-viewport {
    width: device-width;
  }

  body {
    -ms-overflow-style: scrollbar;
  }

  @media screen and (max-width: 480px) {

    html, body {
      min-width: 320px;
    }

  }

  body {
    background-color: #000;
    background-image: url("../../images/bg.jpg");
    background-size: cover;
    background-position: top center;
  }

  body.hufflepuff {
    background-image: url("../../images/bg_hufflepuff.jpg");
  }

  body.slytherin {
    background-image: url("../../images/bg_slytherin.jpg");
  }

    body.is-loading *, body.is-loading *:before, body.is-loading *:after {
      -moz-animation: none !important;
      -webkit-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
    }

/* Type */

  body, input, select, textarea {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 200;
    line-height: 1.65;
  }

    @media screen and (max-width: 1280px) {

      body, input, select, textarea {
        font-size: 12pt;
      }

    }

  a {
    color: inherit;
    text-decoration: none;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
    -moz-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }

    a:hover {
      color: #ffffff;
      border-bottom-color: transparent;
    }

  strong, b {
    color: #ffffff;
    font-weight: 200;
  }

  em, i {
    font-style: italic;
  }

  p {
    margin: 0 0 2em 0;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 200;
    line-height: 1.5;
    margin: 0 0 1em 0;
  }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
      color: inherit;
      text-decoration: none;
    }

    @media screen and (max-width: 980px) {

      h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
        display: none;
      }

    }

  h1 {
    font-size: 1.75em;
  }

    @media screen and (max-width: 980px) {

      h1 {
        font-size: 1.5em;
      }

    }

    @media screen and (max-width: 736px) {

      h1 {
        font-size: 2.25em;
      }

    }

  h2 {
    font-size: 1.35em;
  }

    @media screen and (max-width: 736px) {

      h2 {
        font-size: 1.5em;
        margin-bottom: 0;
      }

    }

  h3 {
    font-size: 1em;
  }

  h4 {
    font-size: 1em;
  }

  h5 {
    font-size: 0.9em;
  }

  h6 {
    font-size: 0.7em;
  }

  sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
  }

  sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
  }

  blockquote {
    border-left: solid 4px rgba(255, 255, 255, 0.25);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
  }

  code {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.25);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
  }

  pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
  }

    pre code {
      display: block;
      line-height: 1.75;
      padding: 1em 1.5em;
      overflow-x: auto;
    }

  hr {
    border: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    margin: 2em 0;
  }

    hr.major {
      margin: 3em 0;
    }

  .align-left {
    text-align: left;
  }

  .align-center {
    text-align: center;
  }

  .align-right {
    text-align: right;
  }

/* Section/Article */

  section.special, article.special {
    text-align: center;
  }

  header p {
    color: rgba(255, 255, 255, 0.35);
    position: relative;
    margin: 0 0 1.5em 0;
  }

  header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
  }

  header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
  }

  header h4 + p,
  header h5 + p,
  header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
  }

/* Form */

  form {
    margin: 0 0 2em 0;
  }

  label {
    color: #ffffff;
    display: block;
    font-size: 0.9em;
    font-weight: 200;
    margin: 0 0 1em 0;
  }

  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    border: none;
    border: solid 1px rgba(255, 255, 255, 0.25);
    color: white;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
  }

    input[type="text"]:invalid,
    input[type="number"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    input[type="tel"]:invalid,
    select:invalid,
    textarea:invalid {
      box-shadow: none;
    }

    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    select:focus,
    textarea:focus {
      border-color: #FF6382;
      box-shadow: 0 0 0 1px #FF6382;
    }

  .select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
  }

    .select-wrapper:before {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .select-wrapper:before {
      color: rgba(255, 255, 255, 0.25);
      display: block;
      height: 2.75em;
      line-height: 2.75em;
      pointer-events: none;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 2.75em;
    }

    .select-wrapper select::-ms-expand {
      display: none;
    }

  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"],
  select {
    height: 2.75em;
  }

  textarea {
    padding: 0.75em 1em;
  }

  input[type="checkbox"],
  input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
  }

    input[type="checkbox"] + label,
    input[type="radio"] + label {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.65);
      cursor: pointer;
      display: inline-block;
      font-size: 1em;
      font-weight: 200;
      padding-left: 2.4em;
      padding-right: 0.75em;
      position: relative;
    }

      input[type="checkbox"] + label:before,
      input[type="radio"] + label:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
      }

      input[type="checkbox"] + label:before,
      input[type="radio"] + label:before {
        background: rgba(255, 255, 255, 0.075);
        border-radius: 4px;
        border: solid 1px rgba(255, 255, 255, 0.25);
        content: '';
        display: inline-block;
        height: 1.65em;
        left: 0;
        line-height: 1.58125em;
        position: absolute;
        text-align: center;
        top: 0;
        width: 1.65em;
      }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
      background: #FF6382;
      border-color: #FF6382;
      color: #ffffff;
      content: '\f00c';
    }

    input[type="checkbox"]:focus + label:before,
    input[type="radio"]:focus + label:before {
      border-color: #FF6382;
      box-shadow: 0 0 0 1px #FF6382;
    }

  input[type="checkbox"] + label:before {
    border-radius: 4px;
  }

  input[type="radio"] + label:before {
    border-radius: 100%;
  }

  ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
  }

  :-moz-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
  }

  ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
  }

  :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
  }

  .formerize-placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
    opacity: 1.0;
  }

/* Box */

  .box {
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.25);
    margin-bottom: 2em;
    padding: 1.5em;
  }

    .box > :last-child,
    .box > :last-child > :last-child,
    .box > :last-child > :last-child > :last-child {
      margin-bottom: 0;
    }

    .box.alt {
      border: 0;
      border-radius: 0;
      padding: 0;
    }

/* Icon */

  .icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }

    .icon.style2 {
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      border-radius: 100%;
      display: inline-block;
      padding: 0.5em;
      border: solid 1px rgba(255, 255, 255, 0.25);
      background-color: rgba(255, 255, 255, 0.075);
    }

      .icon.style2:before {
        display: block;
        width: 1.25em;
        height: 1.25em;
        line-height: 1.25em;
        font-size: 1.35em;
      }

      .icon.style2:hover {
        background-color: rgba(255, 255, 255, 0.25);
      }

      @media screen and (max-width: 736px) {

        .icon.style2:before {
          font-size: 1em;
        }

      }

/* Table */

  .table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }

  table {
    margin: 0 0 2em 0;
    width: 100%;
  }

    table tbody tr {
      border: solid 1px rgba(255, 255, 255, 0.25);
      border-left: 0;
      border-right: 0;
    }

      table tbody tr:nth-child(2n + 1) {
        background-color: rgba(255, 255, 255, 0.075);
      }

    table td {
      padding: 0.75em 0.75em;
    }

    table th {
      color: #ffffff;
      font-size: 0.9em;
      font-weight: 200;
      padding: 0 0.75em 0.75em 0.75em;
      text-align: left;
    }

    table thead {
      border-bottom: solid 2px rgba(255, 255, 255, 0.25);
    }

    table tfoot {
      border-top: solid 2px rgba(255, 255, 255, 0.25);
    }

    table.alt {
      border-collapse: separate;
    }

      table.alt tbody tr td {
        border: solid 1px rgba(255, 255, 255, 0.25);
        border-left-width: 0;
        border-top-width: 0;
      }

        table.alt tbody tr td:first-child {
          border-left-width: 1px;
        }

      table.alt tbody tr:first-child td {
        border-top-width: 1px;
      }

      table.alt thead {
        border-bottom: 0;
      }

      table.alt tfoot {
        border-top: 0;
      }

/* Button */

  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  button,
  .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #FF6382;
    border-radius: 4px;
    border: 0;
    color: !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 200;
    height: 2.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover {
      background-color: #ff7c96;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    button:active,
    .button:active {
      background-color: #ff496e;
    }

    input[type="submit"].icon,
    input[type="reset"].icon,
    input[type="button"].icon,
    button.icon,
    .button.icon {
      padding-left: 1.35em;
    }

      input[type="submit"].icon:before,
      input[type="reset"].icon:before,
      input[type="button"].icon:before,
      button.icon:before,
      .button.icon:before {
        margin-right: 0.5em;
      }

    input[type="submit"].fit,
    input[type="reset"].fit,
    input[type="button"].fit,
    button.fit,
    .button.fit {
      display: block;
      margin: 0 0 1em 0;
      width: 100%;
    }

    input[type="submit"].small,
    input[type="reset"].small,
    input[type="button"].small,
    button.small,
    .button.small {
      font-size: 0.8em;
    }

    input[type="submit"].big,
    input[type="reset"].big,
    input[type="button"].big,
    button.big,
    .button.big {
      font-size: 1.35em;
    }

    input[type="submit"].alt,
    input[type="reset"].alt,
    input[type="button"].alt,
    button.alt,
    .button.alt {
      background-color: transparent;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
      color: #ffffff !important;
    }

      input[type="submit"].alt:hover,
      input[type="reset"].alt:hover,
      input[type="button"].alt:hover,
      button.alt:hover,
      .button.alt:hover {
        background-color: rgba(255, 255, 255, 0.075);
      }

      input[type="submit"].alt:active,
      input[type="reset"].alt:active,
      input[type="button"].alt:active,
      button.alt:active,
      .button.alt:active {
        background-color: rgba(255, 0, 0, 0.2);
      }

      input[type="submit"].alt.icon:before,
      input[type="reset"].alt.icon:before,
      input[type="button"].alt.icon:before,
      button.alt.icon:before,
      .button.alt.icon:before {
        color: rgba(255, 255, 255, 0.35);
      }

    input[type="submit"].special,
    input[type="reset"].special,
    input[type="button"].special,
    button.special,
    .button.special {
      background-color: #FF6382;
      color: !important;
    }

      input[type="submit"].special:hover,
      input[type="reset"].special:hover,
      input[type="button"].special:hover,
      button.special:hover,
      .button.special:hover {
        background-color: #ff7c96;
      }

      input[type="submit"].special:active,
      input[type="reset"].special:active,
      input[type="button"].special:active,
      button.special:active,
      .button.special:active {
        background-color: #ff496e;
      }

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    button.disabled,
    button:disabled,
    .button.disabled,
    .button:disabled {
      background-color: rgba(255, 255, 255, 0.65) !important;
      box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
      color: #000 !important;
      cursor: default;
      opacity: 0.25;
    }

    @media screen and (max-width: 480px) {

      input[type="submit"],
      input[type="reset"],
      input[type="button"],
      button,
      .button {
        padding: 0;
        margin-top:20px;
        width: 100%;
      }

    }


/* Wrapper */

  #wrapper {
    max-width: 68em;
    width: 100%;
    margin: 0 auto;
    padding: 0 2em;
    opacity: 1;
    filter: none;
    -moz-transition: opacity 1s ease, -moz-filter 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
    -ms-transition: opacity 1s ease, -ms-filter 1s ease;
    transition: opacity 1s ease, filter 1s ease;
  }

  body.is-loading #wrapper {
    opacity: 0;
    -moz-filter: blur(1px);
    -webkit-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }

  body.is-covered #wrapper {
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }

/* Header */

  #header {
    text-align: center;
    padding: 6em 0 4em 0;
  }

    #header h1 {
      color: rgba(255, 255, 255, 0.65);
    }

    .avatar {
      border-radius: 100%;
      display: inline-block;
      margin: 0;
      padding: 0.5em;
      border: solid 1px rgba(255, 255, 255, 0.25);
      background-color: rgba(255, 255, 255, 0.075);
    }

      .avatar img {
        border-radius: 100%;
        display: block;
        width: 10em;
      }

    @media screen and (max-width: 1280px) {

      #header {
        padding: 4em 0 2em 0;
      }

    }

/* Footer */

  #footer {
    text-align: center;
    padding: 4em 0 4em 0;
  }

    #footer:before {
      content: '';
      border-top: solid 1px rgba(255, 255, 255, 0.25);
      width: 10em;
      display: block;
      margin: 0 auto 3em auto;
    }

    @media screen and (max-width: 1280px) {

      #footer {
        padding: 2em 0 2em 0;
      }

    }

/* Header */

  body {
    position: relative;
    padding-top: 5em;
  }

  #header_nav {
    color: #d5d5d5;
    cursor: default;
    height: 5em;
    left: 0;
    line-height: 5em;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

    #header_nav .inner {
      max-width: 65em;
      width: calc(100% - 6em);
      margin: 0 auto;
      position: relative;
    }

      @media screen and (max-width: 480px) {

        #header_nav .inner {
          max-width: 90%;
          width: 90%;
        }

      }

    #header_nav .userinfo {
      float:left;
    }
    
    #header_nav a {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      display: inline-block;
      color: #ffffff;
      text-decoration: none;
      font-weight: 400;
      font-size: .85em;
      border:none;
    }

      #header_nav a:hover {
        color: rgba(255, 255, 255, 0.75);
      }

      #header_nav a:last-child {
        padding-right: 0em;
      }

      #header_nav #nav a {
        padding:0 2em;
        text-transform: uppercase;
      }

      @media screen and (max-width: 736px) {

        #header_nav a {
          padding: 0 0.5em;
        }

      }

  @media screen and (max-width: 480px) {

    #header_nav {
      min-width: 320px;
    }

  }

/* Menu */

  #nav {
    display: inline-block;
  }

    @media screen and (max-width: 980px) {

      #nav {
        display: none;
      }
      .userinfo {
        display: none;
      }

    }

  #header_nav a.navPanelToggle {
        display: none;
        text-decoration: none;
        height: 4em;
        width: 4em;
        z-index: 10003;
        margin-top:1.5em;
      }

        #header_nav a.navPanelToggle .fa {
          font-size:2em;
        }

        .fb_app {
            display: none!important;
          }

          .fb_web {
            display: inline-block!important;
          }

        @media screen and (max-width: 980px) {

          .fb_app {
            display: block!important;
          }

          .fb_web {
            display: none!important;
          }


          #header_nav a.navPanelToggle {
            display: inline-block;
          }

        }

  /* Nav */

  #navPanel {
    -moz-transform: translatex(20em);
    -webkit-transform: translatex(20em);
    -ms-transform: translatex(20em);
    transform: translatex(20em);
    -moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    background: #1c1c1c;
    color: #fff;
    height: 100%;
    max-width: 80%;
    width: 20em;
    padding: 0.5em 1.25em;
    z-index: 10010;
    text-align: center;
    font-size: 1.25em;
  }

    #navPanel.visible {
      -moz-transform: translatex(0);
      -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
      transform: translatex(0);
      box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
      visibility: visible;
    }

    #navPanel a:not(.close) {
      border-top: dotted 1px rgba(255, 255, 255, 0.35);
      font-weight: 600;
      display: block;
      padding: 0.75em 0;
      text-decoration: none;
      font-weight: 400;
    }

      #navPanel a:not(.close):first-child {
        border: none;
      }

    #navPanel .close {
      text-decoration: none;
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      -webkit-tap-highlight-color: transparent;
      border: 0;
      color: #daefe3;
      cursor: pointer;
      display: block;
      height: 4em;
      padding-right: 1.25em;
      position: absolute;
      right: 0;
      text-align: right;
      top: 0;
      vertical-align: middle;
      width: 5em;
    }

      #navPanel .close:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
        content: '\f00d';
        width: 3em;
        height: 3em;
        line-height: 3em;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
      }

      #navPanel .close:hover {
        color: inherit;
      }


form#login input, form#register input, form#register select  {
  margin-bottom:5px;
}

form#login button, form#register button, form#give_points input[type="submit"]  {
  width: 100%;
  transition: 1s all;
}

.user-signed-out, .user-signed-in {
  display: none;
}

#user h1 {
  margin-bottom:0;
}

#user h2 {
  margin: 0;
  text-transform: uppercase;
  font-size:14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.displaypic img {
  border-radius: 50px;
}

.housepic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  margin-left: 52%;
}

.housepic.krakenflame {
  background-image: url('images/krakenflame.png');
}

.housepic.falcongold {
  background-image: url('images/falcongold.png');
}

.housepic.thunderfluff {
  background-image: url('images/thunderfluff.png');
}

body.krakenflame {
  background-image: url('images/bg_krakenflame.jpg');
}

body.falcongold {
  background-image: url('images/bg_falcongold.jpg');
}

body.thunderfluff {
  background-image: url('images/bg_thunderfluff.jpg');
}


/* Thumbnails */

  .houses {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 0 0 2em -2em;
    text-align: center
  }

    .houses .points {
        font-size:2em;
        font-weight: 900;
      }

  .displaypic {
      width: 150px;
      height: 150px;
      background-size: cover;
      background-position: center;
      margin: 30px auto;
      border-radius: 150px;
    }



    .houses a {
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      border-bottom: none;
      display: block;
      width: 100%;
      margin: 0 0 2em 0;
      text-align: center;
      border-radius: 4px;
      /*box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);*/
      /*background-color: rgba(255, 255, 255, 0.075);*/
      cursor: pointer;
      outline: 0;
      overflow: hidden;
      text-decoration: none;
    }

      .houses a img {
        display: block;
        width: 100%;
       /* border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
      }

      .houses a h3 {
        margin: 1em;
      }

      .houses a.suspended:hover, .houses a.currenthouse {
        background-color:transparent;
        box-shadow: none;
        cursor: default;
      }

      .houses a:hover, .houses a.currenthouse {
        background-color: rgba(255, 255, 255, 0.25);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #FF6382;
      }

      

    

    .houses > a {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc(100% / 3);
      padding-left: 2em;
    }

      .houses > div > :last-child {
        margin-bottom: 0;
      }

    .error {
        color: red!important;
      }

      input.error {
        border: 1px solid red;
      }

    #points_activity .feed {
      display: none;
    }

    #points_activity td.date {
      width:120px;
    }

    #points_activity td.awardedby, #points_activity td.awardedto  {
      width: 170px;
    }

    @media screen and (max-width: 980px) {

      form#give_points .col-md-3 {
        margin-bottom:20px;
      }

      .houses {
        margin: 0 -2em 1em;
      }

      #points_activity {
        margin:3em -2em;
      }

      #points_activity table {
        display: none;
      }

       #points_activity h2 {
        margin-bottom: 0.5em;
       }

      #points_activity .feed {
        display: block;
      }

       #points_activity .feed .item {
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        border-top: 1px dotted rgba(255,255,255,0.3);
        padding:1em 1em 2em;
        background-color: rgba(255, 255, 255, 0.1);
       }

       #points_activity .feed .item:after {
        content:'';
        display: block;
        clear:both;
       }

       #points_activity .feed .item .inner {
        display: flex;
        flex-direction: row;
       }

       #points_activity .feed .date {
        text-align: right;
        font-weight: 400;
        font-size: 0.75em;
       }

       #points_activity .feed .awardedto-points {
        width: 4em;
        text-align: center;
        font-size: 2em;
        font-weight: 400;
        line-height: 1.25em;
        text-shadow: 0 0 6px rgba(255,255,255,1);
       }

       #points_activity .feed .plus .awardedto-points {
        color:green;

       }

       #points_activity .feed .minus .awardedto-points {
        color:red;
       }

       #points_activity .feed .content {
        width:100%;
       }

       #points_activity .feed a {
        border:none;
       }

       #points_activity .feed .awardedby, #points_activity .feed .awardedto, #points_activity .feed .awardedby-house, #points_activity .feed .awardedto-house,  #points_activity .feed .awardedtext  {
        display: inline-block;
       } 

       #points_activity .feed .awardedby, #points_activity .feed .awardedto  {
        font-weight: 700;
        line-height: 1.25em;
       }

       #points_activity .feed .awardedby-house, #points_activity .feed .awardedto-house, #points_activity .feed .awardedtext {
        font-weight: 400;
        padding-left:4px;
       } 

       #points_activity .feed .awardedto-reason {
        font-family: 'Source Serif Pro', serif;
        line-height: 1.5em;
        margin-top: 0.5em;
       }

       .houses .points {
        font-size: 2em
       }

      .userpage .houses {
        flex-direction: column;
      }

      .userpage #points_activity .feed .awardedto-reason {
        margin-top:0;
      }


       #navPanel .extra {
      display:none;
    }

    #navPanel #currentuser {
      text-align: center;
      display: block;
      text-transform: none;
      text-align: center;
      border: none;
      font-weight: 200;
      padding: 0;
    }

    #navPanel #curuser-house {
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 2px;
      text-align: center;
      display: block;
      margin-bottom:30px;
      font-size: 0.75em
    }

    #navPanel .displaypic {
      text-align: center;
      margin-top: 30px;
      width: 100px;
      height: 100px;
      background-size: cover;
      background-position: center;
      margin: 30px auto 10px;
      border-radius: 100px;
    }

    form#reject {
      margin-bottom:0;
      margin-top:20px;
    }
    form#reject button {
      margin-top: 10px;
    }

    form#reject a {
      display: block;
      text-align: center;
    }


    }

    @media screen and (max-width: 980px) {

      .houses h3 {
        font-size: 0.8em;
      }

    }

    @media screen and (max-width: 480px) {

        .houses .house {
          padding:0 10px;
        }

          .houses > div:last-child > :last-child {
            margin-bottom: 0 !important;
          }

        .houses h3 {
          font-size: 1em;
        }

    }

.houselisting .users a {
  margin-bottom:0.25em;
}

.housepage section {
  display:flex;
  flex-direction: column;
}

.housepage #points_activity {
  display: block;
}

.housepage .housepic {
  position: relative;
  width:100%;
  height:260px;
  background-size: contain;
  margin:0;
}

.housepage .houses {
  flex-direction: column;
}

.analytics {
  background:#2b394c;
}
.analytics hr {
  margin:4em 0;
}
.analytics .player {
  font-size: 3em;
  text-transform: uppercase;
  margin-top:-0.5em;
  line-height: 1em;
  font-weight: 900;
}

.analytics .mgp {
  color:#009be0;
}

.analytics .map {
  color:#005f8b;
}


.analytics .mvp {
  color:#ffca25;
}

@media screen and (max-width: 736px) {
  .analytics .player {
    margin-top:0;
  }

  .analytics h2 {
    text-align: center;
  }
}

.time_left {
  font-size: 3em;
  font-weight: 900;
}



.time_left .time_unit {
  display: block;
  font-size: .25em;
  text-transform: uppercase;
  font-weight: 200;
}

.suspended_wrapper {
    margin: 2em;
    border: 1px solid red;
    padding: 4em;
    background: rgba(255, 0, 0, 0.14);
}

.userpage .suspended_wrapper {
  margin: 0;
  font-size: 1em;
  padding:1em;
  margin-bottom:1em;
}

.userpage .suspended_wrapper .time_left {
  font-size: 2em;
  font-weight: 200;
}

@media screen and (max-width: 736px) {
  .suspended_wrapper {
    margin: 1em;
    padding: 1em;
  }
  .time_left {
    font-size: 1em;
  }

  .time_left .time_unit {
    font-size: 0.5em
  }
}
