/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Alice);
.container {
  max-width: none !important; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.z5 {
  z-index: 5; }

.z6 {
  z-index: 6; }

.z7 {
  z-index: 7; }

.z8 {
  z-index: 8; }

.z9 {
  z-index: 9; }

.z10 {
  z-index: 10; }

h1 {
  font-family: "Lora", serif; }

h2 {
  font-family: "Lora", serif; }

h3 {
  font-family: "Lora", serif; }

h4 {
  font-family: "Lora", serif; }

h5 {
  font-family: "Lora", serif; }

h6 {
  font-family: "Lora", serif; }

.navbar-brand, .nav-item {
  font-family: "Lora", serif; }

body, html {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Alice", serif;
  font-size: calc(11px + 0.7vmin); }

input, button, *[type="button"] {
  font-family: "Alice", serif; }

*:focus {
  outline: none !important; }

a {
  color: #8B97B2; }
  a:hover {
    transition: all 0.2s ease-in-out;
    color: #6E83B2; }

.hide {
  display: none !important; }

/* Used to prevent animations/transitions until the page has been loaded */
.preload {
  animation: none !important;
  transition: none !important; }

@keyframes fade-in {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

.fade-in {
  animation: fade-in 1.2s forwards; }
  .fade-in.fast {
    animation-duration: 0.4s; }

.fade-out {
  animation: fade-in 1.2s forwards reverse; }
  .fade-out.fast {
    animation-duration: 0.4s; }

@keyframes slide-in-left {
  0% {
    transform: translateX(-150%); }
  100% {
    transform: translateX(0%); } }

.slide-in-left {
  transform: translateX(-150%);
  animation: slide-in-left 1.2s forwards ease-in-out; }

.delay-1 {
  animation-delay: calc(0.1s * 1); }

.delay-2 {
  animation-delay: calc(0.1s * 2); }

.delay-3 {
  animation-delay: calc(0.1s * 3); }

.delay-4 {
  animation-delay: calc(0.1s * 4); }

.delay-5 {
  animation-delay: calc(0.1s * 5); }

.delay-6 {
  animation-delay: calc(0.1s * 6); }

.delay-7 {
  animation-delay: calc(0.1s * 7); }

.delay-8 {
  animation-delay: calc(0.1s * 8); }

.delay-9 {
  animation-delay: calc(0.1s * 9); }

.delay-10 {
  animation-delay: calc(0.1s * 10); }

.delay-11 {
  animation-delay: calc(0.1s * 11); }

.delay-12 {
  animation-delay: calc(0.1s * 12); }

.delay-13 {
  animation-delay: calc(0.1s * 13); }

.delay-14 {
  animation-delay: calc(0.1s * 14); }

.delay-15 {
  animation-delay: calc(0.1s * 15); }

.delay-16 {
  animation-delay: calc(0.1s * 16); }

.delay-17 {
  animation-delay: calc(0.1s * 17); }

.delay-18 {
  animation-delay: calc(0.1s * 18); }

.delay-19 {
  animation-delay: calc(0.1s * 19); }

.delay-20 {
  animation-delay: calc(0.1s * 20); }

.navbar {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  font-size: 1.25rem;
  max-width: 100% !important; }
  .navbar .navbar-divider {
    width: 2px;
    border-radius: 1px;
    height: 2.75rem;
    background-color: #A5948E; }
  .navbar .navbar-text a {
    position: relative; }
    .navbar .navbar-text a:after {
      position: absolute;
      left: 50%;
      bottom: 0;
      content: "";
      height: 2px;
      width: 0;
      background-color: #6E83B2; }
    .navbar .navbar-text a:hover:after {
      transition: all 0.2s ease-in-out;
      left: 0;
      width: 100%; }
    .navbar .navbar-text a:hover {
      text-decoration: none; }
  .navbar .navbar-text {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #A5948E; }
    .navbar .navbar-text .name {
      color: #DDE2C6; }
  .navbar .navbar-toggler, .navbar .navbar-toggler-icon {
    color: white; }
  .navbar .navbar-line-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-height: 3rem;
    flex-wrap: nowrap; }
  .navbar .navbar-brand {
    color: #DDD;
    font-weight: bold;
    padding: 0;
    font-size: 1.6rem; }
    .navbar .navbar-brand:hover {
      transition: all 0.2s ease-in-out;
      color: #D4A259; }
      .navbar .navbar-brand:hover img {
        filter: invert(90%) sepia(300%) saturate(160%); }
    @media (max-width: 991px) {
      .navbar .navbar-brand {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .navbar .navbar-brand {
        font-size: 1.3rem; } }
    @media (max-width: 575px) {
      .navbar .navbar-brand {
        font-size: 1.2rem; } }
    .navbar .navbar-brand img {
      position: relative;
      top: -0.1rem;
      margin-left: 0rem;
      margin-right: 1rem;
      max-width: 3rem;
      height: auto;
      filter: invert(90%); }
  .navbar .nav-item {
    position: relative;
    color: #A5948E;
    position: relative; }
    .navbar .nav-item.active .nav-link {
      color: #DDD; }
    .navbar .nav-item .nav-link {
      color: #A5948E; }
    .navbar .nav-item:after {
      position: absolute;
      left: 50%;
      bottom: 0.6rem;
      content: "";
      height: 2px;
      width: 0;
      background-color: #D4A259; }
    .navbar .nav-item:hover:after {
      transition: all 0.2s ease-in-out;
      left: 0;
      width: 100%; }
    .navbar .nav-item:hover a {
      color: #D4A259 !important; }

.footer {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1D1D1D;
  color: #A5948E; }
  @media (max-width: 991px) {
    .footer .phone, .footer .email {
      margin-top: 1rem; } }
  .footer h1 {
    color: #DDE2C6; }
  .footer h2 {
    color: #DDE2C6; }
  .footer h3 {
    color: #DDE2C6; }
  .footer h4 {
    color: #DDE2C6; }
  .footer h5 {
    color: #DDE2C6; }
  .footer h6 {
    color: #DDE2C6; }
  .footer .container {
    width: 100%; }
  .footer .phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap; }
    .footer .phone a {
      color: #A5948E;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap; }
      .footer .phone a span {
        font-size: 2rem;
        margin-left: 1rem; }
      .footer .phone a:hover {
        transition: color 0.2s ease-in-out;
        text-decoration: none;
        color: #D4A259; }
    .footer .phone .social-media {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%;
      margin: 0;
      padding: 0;
      margin-bottom: 0.6rem;
      margin-top: 0.6rem; }
      .footer .phone .social-media i {
        position: relative;
        margin-left: 1rem;
        margin-right: 1rem;
        color: #DDE2C6;
        z-index: 1; }
        .footer .phone .social-media i:after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 0;
          height: 0;
          border-radius: 1rem;
          border: 2px solid transparent;
          background-color: transparent; }
        .footer .phone .social-media i:hover {
          transition: color 0.2s ease-in-out;
          color: #D4A259; }
          .footer .phone .social-media i:hover:after {
            transition: all 0.2s ease-in-out;
            width: 3.2rem;
            height: 3.2rem;
            left: -0.32rem;
            top: -0.1rem;
            border-color: #D4A259; }
  .footer .copyright {
    font-size: 0.7rem; }

.custom-input {
  background-color: #1D1D1D;
  border: none;
  border-bottom: 1px solid #A5948E;
  color: #A5948E;
  font-style: italic;
  transition: background-color 0.2s ease-in-out; }
  .custom-input[disabled] {
    background-color: #2f2f2f; }
  .custom-input::-webkit-input-placeholder {
    color: #D4A259;
    font-family: "Alice", serif; }
  .custom-input::-moz-placeholder {
    color: #D4A259;
    font-family: "Alice", serif; }
  .custom-input:-moz-placeholder {
    color: #D4A259;
    font-family: "Alice", serif; }
  .custom-input:-ms-input-placeholder {
    color: #D4A259;
    font-family: "Alice", serif; }
  .custom-input:focus {
    transition: all 0.2s ease-in-out;
    background-color: #242424;
    outline: none;
    outline-style: none;
    box-shadow: none;
    outline-offset: -0px; }
    .custom-input:focus::-webkit-input-placeholder {
      opacity: 0.2; }
    .custom-input:focus::-moz-placeholder {
      opacity: 0.2; }
    .custom-input:focus:-moz-placeholder {
      opacity: 0.2; }
    .custom-input:focus:-ms-input-placeholder {
      opacity: 0.2; }
  .custom-input.error {
    background-color: #9E3F46 !important; }
    .custom-input.error:focus {
      background-color: #9E3F46 !important; }

.custom-button {
  border-radius: 0;
  background-color: #444;
  border: none;
  color: #DDE2C6;
  overflow: hidden;
  text-align: center;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  position: relative; }
  .custom-button:before, .custom-button:after {
    position: absolute;
    width: 0;
    height: 0;
    content: ""; }
  .custom-button:before {
    left: 0;
    top: 0; }
  .custom-button:after {
    bottom: 0;
    right: 0; }
  .custom-button:hover {
    transition: all 0.1s ease-in-out;
    color: #D4A259; }
    .custom-button:hover:before {
      transition: all 0.1s ease-in-out;
      width: 100%;
      height: 100%;
      border-top: 1px solid #D4A259;
      border-left: 1px solid #D4A259; }
    .custom-button:hover:after {
      transition: all 0.1s ease-in-out;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid #D4A259;
      border-right: 1px solid #D4A259; }
  .custom-button:hover {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
    cursor: pointer; }

@keyframes flash {
  0% {
    filter: brightness(100%); }
  50% {
    filter: brightness(150%); }
  100% {
    filter: brightness(100%); } }

.parallax {
  position: relative;
  perspective: 300px;
  height: 100vh;
  overflow-x: hidden;
  /* Disable parallaxing in IE */ }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .parallax {
      perspective: none; } }
  .parallax .parallax-layer {
    position: absolute;
    top: 0;
    left: 0; }
    .parallax .parallax-layer.base {
      position: absolute;
      left: 0;
      top: 100vh;
      width: 100%;
      transform: translateZ(0); }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .parallax .parallax-layer.base {
          transform: none !important; } }
    .parallax .parallax-layer.back {
      height: 100%;
      width: 100%;
      transform: translateZ(-300px) scale(2.05); }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .parallax .parallax-layer.back {
          transform: none !important; } }

.dropdown, .dropup {
  position: relative;
  /* When not shown, max height of the menu is zero (also override inline style too!) */
  /* When the menu is shown, fade in and defer max-height to inline style */ }
  .dropdown .dropdown-menu, .dropup .dropdown-menu {
    z-index: 1000000; }
  .dropdown:hover, .dropup:hover {
    cursor: pointer; }
  .dropdown button, .dropup button {
    width: 100%;
    color: #DDE2C6;
    background-color: #666;
    border: 1px solid transparent;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 3rem;
    max-height: 3rem;
    /* Header font looks better on buttons  */
    font-family: "Lora", serif; }
    .dropdown button:hover, .dropup button:hover {
      color: #D4A259;
      outline: none;
      border: 1px solid #D4A259;
      cursor: pointer; }
  .dropdown:not(.show) .dropdown-menu, .dropup:not(.show) .dropdown-menu {
    max-height: 0 !important; }
  .dropdown.show .dropdown-menu, .dropup.show .dropdown-menu {
    opacity: 1;
    visibility: visible; }
  .dropdown .dropdown-menu, .dropup .dropdown-menu {
    /* Always fit the parent */
    width: 100%;
    /* Show over everything else */
    z-index: 10000;
    /* Keep the menu hidden until it is animated */
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #666;
    border-radius: 0; }
    .dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item {
      color: #DDE2C6;
      transition: all 0.2s ease-in-out; }
      .dropdown .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:hover {
        color: #D4A259;
        background-color: #444;
        cursor: pointer; }

.size-indicator {
  display: none; }
  .size-indicator.up.xs {
    display: block; }
  @media (min-width: 576px) {
    .size-indicator.up.sm {
      display: block; } }
  @media (min-width: 768px) {
    .size-indicator.up.md {
      display: block; } }
  @media (min-width: 992px) {
    .size-indicator.up.lg {
      display: block; } }
  @media (min-width: 1200px) {
    .size-indicator.up.xl {
      display: block; } }
  @media (max-width: 575px) {
    .size-indicator.down.xs {
      display: block; } }
  @media (max-width: 767px) {
    .size-indicator.down.sm {
      display: block; } }
  @media (max-width: 991px) {
    .size-indicator.down.md {
      display: block; } }
  @media (max-width: 1199px) {
    .size-indicator.down.lg {
      display: block; } }
  .size-indicator.down.xl {
    display: block; }

.notify-text {
  margin: 0;
  opacity: 0;
  max-height: 0;
  color: #D1535C;
  transition: all 0.3s ease-in-out;
  text-align: center; }

@keyframes flash {
  0% {
    filter: brightness(100%); }
  50% {
    filter: brightness(150%); }
  100% {
    filter: brightness(100%); } }
  .notify-text.success {
    color: #4C6; }
  .notify-text.show {
    max-height: 2rem;
    opacity: 1; }
  .notify-text.flash {
    animation: flash 0.3s linear; }

.checkout-button {
  background-color: #3b5942 !important; }

.flash-error {
  background-color: #D1535C !important;
  animation: flash 0.2s ease-in-out; }

.flash-success {
  background-color: #2B4 !important;
  animation: flash 0.2s ease-in-out; }

.featherlight.popup {
  overflow: none;
  overflow-x: hidden;
  overflow-y: hidden; }
  .featherlight.popup .featherlight-content {
    border: 3px solid #242424;
    background-color: #444;
    color: #DDE2C6 !important;
    padding: 1.8rem;
    overflow-x: hidden !important; }
    .featherlight.popup .featherlight-content .featherlight-close {
      background-color: #444;
      font-size: 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      margin: 0.2rem;
      color: #D1535C !important; }
      @media (max-width: 767px) {
        .featherlight.popup .featherlight-content .featherlight-close {
          font-size: 3rem;
          width: 3rem;
          height: 3rem; } }
    .featherlight.popup .featherlight-content p {
      font-size: 1.2rem;
      text-align: center;
      overflow: none; }
      @media (max-width: 767px) {
        .featherlight.popup .featherlight-content p {
          font-size: 3rem; } }
    .featherlight.popup .featherlight-content button {
      background-color: #666; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader {
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1rem solid #A5948E;
  border-top: 1rem solid #6E83B2;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  animation: spin 2.5s infinite linear; }

.footer {
  bottom: 0; }

body > .container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
  body > .container .background-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden; }
    body > .container .background-container div {
      position: absolute;
      left: -1rem;
      right: -1rem;
      top: -1rem;
      bottom: -1rem;
      width: 110%;
      height: 110%;
      filter: blur(6px);
      background: url("/assets/image/login_background.jpg");
      background-size: cover;
      background-position: center; }

.login-loader {
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 5rem;
  overflow: visible;
  border: 10px solid #444;
  border-top: 10px solid #8B97B2;
  border-radius: 50%;
  animation: 1.2s spin linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Expand things on tablets */
@media (min-width: 768px) {
  body.mobile .login-container input, body.mobile .login-container button, body.mobile .login-container p {
    font-size: 1.5rem; } }

.login-container {
  background-color: #444;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }
  .login-container .title {
    color: #DDE2C6;
    max-height: 5rem; }
  .login-container .card {
    background-color: #666;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    padding: 1rem;
    padding-bottom: 0.5rem;
    margin: 1rem auto; }
    .login-container .card .slogan {
      font-family: "Lora", serif;
      width: 100%;
      text-align: center;
      vertical-align: middle;
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: bold;
      color: #DDE2C6; }
  .login-container input, .login-container button {
    margin: 0.5rem 0.5rem;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    min-width: 60%;
    max-width: 90%; }
    @media (max-width: 767px) {
      .login-container input, .login-container button {
        min-width: 90%; } }
    .login-container input:focus, .login-container button:focus {
      box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4) !important; }
  .login-container input {
    padding: 0.25rem;
    border: 0px solid transparent !important;
    color: #E0E2DB !important; }
    .login-container input::-webkit-input-placeholder {
      color: #D4A259 !important; }
    .login-container input::-moz-placeholder {
      color: #D4A259 !important; }
    .login-container input:-moz-placeholder {
      color: #D4A259 !important; }
    .login-container input:-ms-input-placeholder {
      color: #D4A259 !important; }
  .login-container button {
    border: 1px solid #242424; }
  .login-container #login-confirm-password {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0; }
    .login-container #login-confirm-password.show {
      opacity: 1;
      max-height: 4rem;
      margin: 0.5rem 0.5rem;
      padding: 0.25rem;
      transition: all 0.5s ease-in-out; }
  .login-container .names {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    opacity: 0;
    max-height: 0; }
    .login-container .names.show {
      opacity: 1;
      max-height: 4rem;
      transition: all 0.5s ease-in-out; }
      .login-container .names.show input {
        max-height: 4rem;
        margin: unset;
        padding: 0.25rem;
        transition: all 0.5s ease-in-out; }
    .login-container .names input {
      max-height: 0;
      margin: 0;
      padding: 0;
      width: calc(40% - 0.5rem);
      max-width: calc(40% - 0.5rem);
      min-width: calc(40% - 0.5rem); }
      .login-container .names input:first-of-type {
        margin-right: 0.5rem; }
      .login-container .names input:last-of-type {
        margin-left: 0.5rem; }
  .login-container .error-text {
    margin: 0;
    opacity: 0;
    max-height: 0;
    color: #D1535C;
    transition: all 0.3s ease-in-out;
    text-align: center; }

@keyframes flash {
  0% {
    filter: brightness(100%); }
  50% {
    filter: brightness(150%); }
  100% {
    filter: brightness(100%); } }
    .login-container .error-text.show {
      max-height: 2rem;
      opacity: 1; }
    .login-container .error-text.flash {
      animation: flash 0.3s linear; }
  .login-container .register {
    margin-top: 0.5rem;
    width: 100%;
    max-height: 4rem;
    opacity: 1; }
    .login-container .register.hidden {
      max-height: 0;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .login-container .register p {
      margin: 0;
      margin-right: 0.5rem;
      vertical-align: baseline;
      font-style: italic;
      color: #DDE2C6;
      text-align: right; }
    .login-container .register button {
      margin: 0;
      margin-left: 0.5rem;
      width: calc(50% - 0.5rem);
      max-width: unset;
      min-width: unset; }
