@font-face {
  font-family: 'SabonNextLTPro';
  src: url('../font/SabonNextLTPro-Regular.woff?v=asdf');
  src: url('../font/SabonNextLTPro-Regular.ttf?v=asdf') format('truetype'), url('../font/SabonNextLTPro-Regular.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
#svg-icons {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
body {
  background-color: #000;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3em;
  color: #FFE9CE;
  min-width: 300px;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  html,
  body {
    font-size: 14px;
  }
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='range'],
input[type='date'],
input[type='password'],
textarea,
select {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3em;
  color: #FFE9CE;
  color: inherit;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: transparent;
  border: 1px solid #8B8B8B;
  padding: 5px;
  font-size: 16px;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #FFE9CE;
  font-size: 16px;
}
a {
  text-decoration: none;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}
ul {
  list-style-type: none;
}
ul li {
  padding: 0;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.js-load-opacity {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.js-load-opacity.loaded {
  visibility: visible;
  opacity: 1;
}
/* 
 * =================================================================================================
 * FLASH MESSAGES
 * =================================================================================================
 */
body > .flash {
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.locked-cover {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: progress;
  background: transparent;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 999;
}
.locked-cover:hover {
  cursor: progress;
}
.locked-info {
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  left: -webkit-calc(50% - 100px);
  left: -moz-calc(50% - 100px);
  left: calc(50% - 100px);
  text-align: center;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1000;
}
.locked {
  position: relative;
}
.locked.locked-container > *:not(.locked-cover):not(.locked-info),
.locked .locked-container > *:not(.locked-cover):not(.locked-info) {
  opacity: 0.2;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.locked.opaque.locked-container {
  opacity: 0.999;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.locked .locked-spinner {
  display: block;
  margin: 0 auto;
  border: 8px solid transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-top: 8px solid #FFE9CE;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
    -o-animation: spin 1s ease-in-out infinite;
       animation: spin 1s ease-in-out infinite;
}
.locked .locked-message {
  display: block;
  margin: 15px auto 0;
  width: 200px;
}
/*
 * =================================================================================================
 * HINT CONTAINER
 * =================================================================================================
 */
.m-hint {
  display: block;
  position: fixed;
  top: 50%;
  left: -webkit-calc(50% - 100%/2);
  left: -moz-calc(50% - 100%/2);
  left: calc(50% - 100%/2);
  width: 100%;
  text-align: center;
  background: white;
  opacity: 1;
  -webkit-transition: opacity 0.4s, top 0.6s;
  -o-transition: opacity 0.4s, top 0.6s;
  -moz-transition: opacity 0.4s, top 0.6s;
  transition: opacity 0.4s, top 0.6s;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.3);
  z-index: 1005;
}
.m-hint.transparent {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-hint.hidden {
  top: -100vh;
  -webkit-transition: top 0.4s ease-in;
  -o-transition: top 0.4s ease-in;
  -moz-transition: top 0.4s ease-in;
  transition: top 0.4s ease-in;
}
.m-hint.hidden.setup {
  -webkit-transition: top 0s;
  -o-transition: top 0s;
  -moz-transition: top 0s;
  transition: top 0s;
}
.m-hint .close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  font-size: 0pt;
}
.m-hint .close-button:hover {
  cursor: pointer;
}
.m-hint .close-button:hover:before,
.m-hint .close-button:hover:after {
  background-color: #FFE9CE;
}
.m-hint .close-button:before,
.m-hint .close-button:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 10px;
  background-color: #FFE9CE;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.m-hint .close-button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}
.m-hint .close-button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
.m-hint .message {
  padding: 30px;
  color: black;
}
.m-hint .message .hint-header {
  display: block;
  margin-bottom: 10px;
  color: black;
  font-weight: 600;
  font-size: 1.4em;
}
.m-hint .message .hint-text {
  display: block;
  color: black;
  font-size: 1em;
}
.m-hint.error {
  background: white;
  color: black;
  border: none;
  border-bottom: 3px solid #B71B28;
}
.m-hint.warning {
  background: white;
  color: black;
  border: none;
  border-bottom: 3px solid #EDE018;
}
.m-hint.ok {
  background: white;
  color: black;
  border: none;
  border-bottom: 3px solid #18ED86;
}
.m-hint.info {
  background: white;
  color: black;
  border: none;
}
@media screen and (min-width: 400px) {
  .m-hint {
    left: -webkit-calc(50% - 350px/2);
    left: -moz-calc(50% - 350px/2);
    left: calc(50% - 350px/2);
    width: 350px;
  }
}
@media screen and (min-width: 700px) {
  .m-hint {
    left: -webkit-calc(50% - 600px/2);
    left: -moz-calc(50% - 600px/2);
    left: calc(50% - 600px/2);
    width: 600px;
  }
}
/*
 * =================================================================================================
 * MODAL CONTAINER
 * =================================================================================================
 */
.modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1004;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.modal-container.closed {
  display: none;
}
.modal-container.opened {
  opacity: 1;
}
.modal-container .modal-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: auto;
  padding: 15px;
}
.modal-container .modal-wrapper.narrow {
  max-width: 600px;
}
.modal-container .modal-wrapper.medium {
  max-width: 1000px;
}
.modal-container .modal-wrapper.wide {
  max-width: 1600px;
}
.modal-container .modal-wrapper .close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  font-size: 0pt;
  z-index: 10000;
}
.modal-container .modal-wrapper .close-button:hover {
  cursor: pointer;
}
.modal-container .modal-wrapper .close-button:hover:before,
.modal-container .modal-wrapper .close-button:hover:after {
  background-color: #FFE9CE;
}
.modal-container .modal-wrapper .close-button:before,
.modal-container .modal-wrapper .close-button:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 10px;
  background-color: #FFE9CE;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.modal-container .modal-wrapper .close-button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}
.modal-container .modal-wrapper .close-button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
.modal-container .modal-wrapper .modal-content {
  position: relative;
  width: 100%;
  min-height: 150px;
  padding: 30px 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.modal-container .modal-wrapper .modal-content .modal-msg {
  margin-bottom: 15px;
}
.modal-container .modal-wrapper .modal-content .modal-msg.error {
  color: #B71B28;
}
.modal-container .modal-wrapper .modal-content .section-inner {
  width: 100%;
}
.modal-container .modal-wrapper .modal-content .section-inner .container {
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .modal-container .modal-wrapper {
    padding: 30px;
  }
  .modal-container .modal-wrapper .close-button {
    width: 30px;
    height: 30px;
    top: 40px;
    right: 40px;
  }
  .modal-container .modal-wrapper .close-button:before,
  .modal-container .modal-wrapper .close-button:after {
    top: 15px;
  }
  .modal-container .modal-wrapper .modal-content {
    padding: 60px 30px 30px;
  }
}
#content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
#content.max-width-wide #content-wrapper {
  max-width: 1600px;
}
#content.max-width-medium #content-wrapper {
  max-width: 1000px;
}
#content.max-width-narrow #content-wrapper {
  max-width: 600px;
}
#content-wrapper {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding: 10px 10px 10px;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content-wrapper {
    padding: 30px 30px 60px;
  }
}
.button {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  outline: none;
}
.button:hover,
.button:active,
.button:focus,
.button:visited {
  outline: none;
}
.button:hover,
.button:focus,
.button:active {
  cursor: pointer;
}
.button.primary {
  position: relative;
  font-family: 'SabonNextLTPro', serif;
  letter-spacing: 0.5px;
  padding: 0.5em 3em;
  color: black;
  background-color: #D3A961;
  border: 1px solid #FFE9CE;
}
.button.primary:hover {
  background-color: #FFE9CE;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .button.primary {
    padding: 0.75em 3em;
    font-size: 1.2em;
  }
}
.custom-checkbox-input {
  display: none;
}
.custom-checkbox-input + .custom-checkbox-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  margin-bottom: 5px;
  text-align: left;
  cursor: pointer;
}
.custom-checkbox-input + .custom-checkbox-label.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-checkbox-input + .custom-checkbox-label .checkbox {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: white;
  -webkit-box-shadow: inset 0 0 0 1px #FFE9CE;
     -moz-box-shadow: inset 0 0 0 1px #FFE9CE;
          box-shadow: inset 0 0 0 1px #FFE9CE;
}
.custom-checkbox-input + .custom-checkbox-label .checkbox:after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  left: 4px;
  background-color: #D3A961;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.custom-checkbox-input + .custom-checkbox-label .text {
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'SabonNextLTPro', serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  min-width: 115px;
  padding: 1em;
  color: #FFE9CE;
  text-align: center;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #FFE9CE;
  -webkit-transition: border 0.4s, background-color 0.4s;
  -o-transition: border 0.4s, background-color 0.4s;
  -moz-transition: border 0.4s, background-color 0.4s;
  transition: border 0.4s, background-color 0.4s;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-button .text {
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .text {
  margin: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #D3A961;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .text.before {
  padding-left: 0;
  padding-right: 5px;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .text.after {
  padding-left: 5px;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .star {
  position: relative;
  width: 20px;
  height: 20px;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .star .svg-i {
  fill: #000;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  -moz-transition: fill 0.4s;
  transition: fill 0.4s;
}
.custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star.active .star .svg-i {
  fill: #D3A961;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .text {
    font-size: 1em;
  }
  .custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .text.before {
    padding-right: 10px;
  }
  .custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .text.after {
    padding-left: 10px;
  }
  .custom-checkbox-input + .custom-checkbox-label.custom-checkbox-star .star {
    width: 30px;
    height: 30px;
  }
}
.custom-checkbox-input:checked + .custom-checkbox-label .checkbox:after {
  opacity: 1;
}
.custom-checkbox-input:checked + .custom-checkbox-label.custom-checkbox-button {
  border: 1px solid transparent;
  background-color: #D3A961;
}
.custom-checkbox-input:checked + .custom-checkbox-label.custom-checkbox-button .text {
  color: #000;
}
.custom-checkbox-input:checked + .custom-checkbox-label.custom-checkbox-star .star .svg-i {
  fill: #D3A961;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .custom-checkbox-input + .custom-checkbox-label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*
 * =================================================================================================
 * SECTIONS BASE
 * =================================================================================================
 */
.section,
.sub-section {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.section.centered,
.sub-section.centered {
  margin: 0 auto;
  text-align: center;
}
.section.wide,
.sub-section.wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.section.medium,
.sub-section.medium {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.section.narrow,
.sub-section.narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.section:not(:last-of-type),
.sub-section:not(:last-of-type) {
  padding-bottom: 10px;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .section:not(:last-of-type),
  .sub-section:not(:last-of-type) {
    padding-bottom: 15px;
  }
}
.section .section-header,
.sub-section .section-header {
  font-family: 'SabonNextLTPro', serif;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.section .section-header.underlined,
.sub-section .section-header.underlined {
  margin-bottom: 1.25em;
}
.section .section-header.underlined:after,
.sub-section .section-header.underlined:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  bottom: -0.65em;
  left: -webkit-calc(50% - 35px);
  left: -moz-calc(50% - 35px);
  left: calc(50% - 35px);
  background-color: #FFE9CE;
  opacity: 0.5;
}
.section h1.section-header,
.sub-section h1.section-header {
  font-size: 1.8em;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .section h1.section-header,
  .sub-section h1.section-header {
    font-size: 2.5em;
  }
}
.section h2.section-header,
.sub-section h2.section-header {
  font-size: 1.3em;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .section h2.section-header,
  .sub-section h2.section-header {
    font-size: 1.6em;
  }
}
.section .bullet-list,
.sub-section .bullet-list {
  line-height: 1.4em;
  padding-left: 20px;
  list-style-type: disc;
  text-align: left;
}
.section .bullet-list li,
.sub-section .bullet-list li {
  margin-bottom: 0.5em;
}
.sub-section:not(:last-of-type) {
  padding-bottom: 15px;
}
/*
 * SVG
 */
.svg-i {
  position: relative;
  width: 100%;
}
.svg-wrapper .ie-fix-canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}
.svg-wrapper .svg-i.ie-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bordered {
  position: relative;
  padding: 20px;
  border: 2px solid #FFE9CE;
}
.bordered:before {
  position: absolute;
  content: "";
  width: -webkit-calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: calc(100% - 8px);
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: calc(100% - 8px);
  top: 3px;
  left: 3px;
  border: 1px solid #FFE9CE;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  .bordered {
    padding: 30px 20px;
  }
}
#header {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  z-index: 2;
}
#header .nav-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#header .nav-header-wrapper .nav-item {
  display: block;
  height: 100%;
}
#header .nav-header-wrapper .nav-item img {
  height: 100%;
}
#header .nav-header-wrapper .nav-item.lang-switch {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #header {
    height: 100px;
    padding: 5px 30px;
  }
  #header .nav-header-wrapper .nav-item.lang-switch {
    width: 40px;
    height: 40px;
  }
}
#content.homepage .section.survey h1.section-header {
  color: #D3A961;
}
#content.homepage .section.banner .banner-img {
  width: 100%;
}
#content.homepage .section.links {
  color: #FFE9CE;
}
#content.homepage .section.links .links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content.homepage .section.links .links-list .link-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  position: relative;
  width: -webkit-calc(50% - 3px);
  width: -moz-calc(50% - 3px);
  width: calc(50% - 3px);
  padding: 15px 10px;
  background-color: #242220;
  -webkit-transition: background-color 0.8s;
  -o-transition: background-color 0.8s;
  -moz-transition: background-color 0.8s;
  transition: background-color 0.8s;
}
#content.homepage .section.links .links-list .link-item .svg-i {
  height: 30px;
  fill: #FFE9CE;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
}
#content.homepage .section.links .links-list .link-item:hover {
  background-color: #000;
}
#content.homepage .section.links .links-list .link-item:hover .svg-i {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.homepage .section.links .links-list .link-item {
    padding: 30px 15px;
  }
}
#content.homepage .section.club {
  font-family: 'SabonNextLTPro', serif;
  letter-spacing: 0.5px;
}
#content.homepage .section.club .wrapper {
  position: relative;
  display: block;
  padding: 15px;
  overflow: hidden;
}
#content.homepage .section.club .wrapper:hover .bgd {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#content.homepage .section.club .wrapper:hover .button {
  background-color: #FFE9CE;
}
#content.homepage .section.club .wrapper .bgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/club_bgd.jpg?v=asdf');
  opacity: 0.25;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -moz-transition: transform 0.8s, -moz-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s, -o-transform 0.8s;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.homepage .section.club .wrapper {
    padding: 60px 30px;
  }
}
#content.homepage .section.club h1.section-header {
  color: #D3A961;
  font-size: 1.5em;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.homepage .section.club h1.section-header {
    font-size: 1.8em;
  }
}
#content.homepage .section.club h2.section-header {
  margin-bottom: 2em;
  color: #FFE9CE;
  font-size: 1.2em;
}
#content.homepage .section.club h2.section-header:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -1em;
  left: -webkit-calc(50% - 50px);
  left: -moz-calc(50% - 50px);
  left: calc(50% - 50px);
  background-color: #FFE9CE;
  opacity: 0.5;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.homepage .section.club h2.section-header {
    margin-bottom: 3em;
    font-size: 1.5em;
  }
}
#content.homepage .section.club .button {
  font-family: 'SabonNextLTPro', serif;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0.2em 3em;
  color: black;
  background-color: #D3A961;
  border: 1px solid #FFE9CE;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.homepage .section.club .button {
    padding: 0.75em 3em;
    font-size: 1.2em;
  }
}
#content.homepage .section.socials .socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120px;
  margin: 0 auto;
}
#content.homepage .section.socials .socials-list .socials-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  padding: 5px;
}
#content.homepage .section.socials .socials-list .socials-item .socials-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #FFE9CE;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
}
#content.homepage .section.socials .socials-list .socials-item .socials-link .svg-i {
  height: 100%;
}
#content.homepage .section.socials .socials-list .socials-item:hover .socials-link {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.homepage .section.socials .socials-list {
    max-width: 170px;
  }
  #content.homepage .section.socials .socials-list .socials-item {
    width: 70px;
    height: 70px;
  }
}
#content.survey .form {
  font-family: 'SabonNextLTPro', serif;
  letter-spacing: 0.5px;
  color: #FFE9CE;
  padding: 30px 10px;
}
#content.survey .form .input-error {
  color: #D3A961;
}
#content.survey .form .section-header {
  color: #D3A961;
}
#content.survey .form .row {
  position: relative;
  margin-bottom: 30px;
}
#content.survey .form .row .question {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#content.survey .form .row .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#content.survey .form textarea {
  width: 100%;
  max-width: 400px;
  margin-top: -15px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #D3A961;
  background-color: white;
  color: #000;
  resize: none;
}
@media screen and (min-width: 800px) and (min-height: 600px) {
  #content.survey .form {
    padding: 30px;
  }
}
#content.wifi .wifi2 {
  display: block;
  position: relative;
}
#content.wifi .wifi2 .btn {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #D3A961;
  cursor: pointer;
}
#content.wifi .wifi2 .btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -webkit-calc(50% - 3.5px);
  left: -moz-calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #D3A961 transparent transparent transparent;
  -webkit-transition: border 0.4s;
  -o-transition: border 0.4s;
  -moz-transition: border 0.4s;
  transition: border 0.4s;
}
#content.wifi .agreement-input {
  display: none;
}
#content.wifi .agreement-input + .wifi2 .agreement {
  height: 0;
  overflow: hidden;
  text-align: left;
}
#content.wifi .agreement-input + .wifi2 .agreement p {
  margin-bottom: 1em;
}
#content.wifi .agreement-input:checked + .wifi2 .btn:after {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #D3A961 transparent;
}
#content.wifi .agreement-input:checked + .wifi2 .agreement {
  height: auto;
}
#content.wifi .button.login {
  margin-top: 30px;
}
#content.wifi-login .error-info {
  text-align: center;
  color: #B71B28;
  margin-bottom: 15px;
}
#content.wifi-login .form {
  text-align: center;
}
#content.wifi-login .form .link {
  font-weight: 700;
  text-decoration: underline;
}
#content.wifi-login .form .link:hover {
  color: #FFE9CE;
}
#content.wifi-login .form .text-input {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 5px auto 30px;
  padding: 5px;
}
#content.wifi-login .form .button {
  margin-top: 15px;
}
#content.wifi-login .form .custom-checkbox-label {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content.wifi-login .form .custom-checkbox-label .text {
  margin-top: 0;
}
#content.wifi-login #myModal {
  display: none;
}
#modal-container .wifi-term-of-use-modal {
  color: #000;
}
#modal-container .wifi-term-of-use-modal .close-button:before,
#modal-container .wifi-term-of-use-modal .close-button:after {
  background-color: #000;
}

