@charset "utf-8";
#olderbrowser {
  display: none;
}
/*=== CSS RESET ===*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Martel", serif;
  font-weight: 400;
  font-style: normal;
  /*  text-transform: uppercase;*/
}
/*html, body {
  width: 100%;
  height: 100%;
}*/
body {
  background: url("../img/bg.jpg") no-repeat center top #000000;
  background-size: cover;
  overflow-x: hidden;
  color: #ffffff;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.42857143;
  letter-spacing: 0.07em;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main, section {
  display: block;
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
::-ms-clear {
  display: none;
}
select::-ms-value {
  background: transparent;
  color: inherit;
}
option {
  font: -moz-pull-down-menu;
}
.container-fluid, .container {
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin: 0 auto;
}
.container {
  max-width: 1080px;
}
.row {
  margin: 0 -1.5em;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.col {
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.disabled {
  pointer-events: none;
  opacity: 0.95;
}
.hr-line {
  background: #5a160e;
  width: 40%;
  height: 0.1em;
  margin: 2em auto 3em;
}
.portraitShow {
  display: none;
}
#wrapper {
  padding-left: 3em;
  padding-right: 3em;
}
/*=== FOOTER ===*/
.footer_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  z-index: 200;
      background: rgba(0,0,0,0.80);
}
.footer {
  /*position: fixed;
  left: 0;
  bottom: 0;*/
  width: 100%;
  text-align: center;
  padding: 0.5em 0 10em;
}
.footer *, .footer_fixed * {
  font-size: 11px;
  color: #FEF4E4;
  font-weight: 400;
    text-transform: uppercase !important;
}
.bugs img {
  max-width: 100%;
  margin: 0 0.5em 1em;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links a {
  color: #FEF4E4;
  margin: 0.5em;
}
.footer-links a:hover, .footer-links a:focus {
  color: #dbdada !important;
}
.footer-links span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#containerCredits {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3em 0 0.5em;
  background: #000;
  display: none;
  z-index: 5;
}
#btnCredits {
  cursor: pointer !important;
}
#closeCredits {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  cursor: pointer;
}
#closeCredits span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 70%;
  background: #ffffff;
  opacity: 1;
  left: 0.5em;
  top: 1.4em;
}
#closeCredits span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeCredits span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*=====OVERLAY======*/
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  text-align: center;
}
.overlay__container {
  position: relative;
  margin: auto;
  width: 100%;
  /* max-width: 50vw; */
  max-width: 35vw;
  border: 3px solid #999999;
  background: #000000;
  border-radius: 8px;
  padding: 1.5em;
}
.overlay__close {
  position: absolute;
  top: -43px;
  right: 0px;
  /* width: 40px; */
  height: 35px;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 700;
  color: #000000;
  background: #f5f5f5;
  padding: 0 0.5em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay__close:hover {
  background: #bbbbbb;
}
.video-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* padding-top: 56.25%; */
  padding-top: 100%;
}
.video-holder video, .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*=== TOP BANNER ===*/
.banner {
  text-align: center;
}
.banner__img {
  padding: 2em 0;
}
.banner__img img {
  max-width: 100%;
  width: 331px;
}
.banner__headings {
  padding: 0 0.5rem;
  /* position: relative; */
}
.banner__headings > * {
  color: #ffffff;
}
.banner__heading {
  font-size: 3.5em;
}
.banner__heading:first-child {
  font-size: 3.5em;
  padding-bottom: 0.5em;
}
.banner__subHeading, .banner__socialHeading {
  font-size: 3.5em;
}
.banner__desc {
  font-size: 1.6em;
  margin-top: 1.2em;
  max-width: 800px;
  color: #c5c5c5;
  font-weight: 500;
}
.banner__desc:first-of-type {
  font-size: 1.9em;
  /* font-weight: 700; */
  max-width: 800px;
  color: #FEF4E4;
}
.movie-hashtag {
  margin-top: 0;
  margin-bottom: 1em;
  text-transform: none;
}
.banner__socialContainer {
  padding: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.banner__socialHeading {
  color: #d3d3d3;
  font-size: 1.6em;
}
.banner__socialDesc {
  color: #d3d3d3;
  font-size: 1.4em;
}
.banner__socialContainer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
}
.banner__socialContainer ul > li {
  padding: 0 0.5em;
}
.banner__socialContainer ul > li > a {
  color: #ffffff !important;
  font-size: 1.4em;
  text-align: center;
  font-weight: 500;
}
.banner__socialContainer ul > li > a > img {
  height: 25px;
  transition: 0.2s ease;
}
.banner__socialContainer ul > li > a > img:hover {
  opacity: 0.7;
}
.banner__ctaBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5em;
}
.banner__ctaBtn {
  padding: 0.4em 1em 0.5em;
  text-align: center;
  border-radius: 5em;
  font-size: 1.5em;
  cursor: pointer;
  background: #181818;
  border: 0.12em solid #d3d3d3 !important;
  color: #d3d3d3;
}
.banner__ctaBtn:hover {
  color: #FFFFFF;
}
/*=== MAIN ===*/
.main {
  position: relative;
  z-index: 1;
}
.form-section {
  padding: 0 1em 2em;
  text-align: left;
}
.form-heading {
  font-size: 2.2em;
  font-weight: 700;
  color: #ffffff;
}
.form-container {
  padding: 2em 0 5em;
  max-width: 750px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 1.8rem;
}
.form-group label {
  margin-left: 0.3em;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  color: #FEF4E4;
  text-align: left;
}
.form-control {
  width: 100%;
  height: inherit;
  display: block;
  margin: 0;
  color: #828181;
  font-size: 1.6em;
  background: transparent;
  border: 1px solid #FEF4E4;
  padding: 0.8em 1em;
  border-radius: 0;
  line-height: inherit;
}
.form-control:focus {
  color: #828181;
  background-color: transparent;
  border-color: #FEF4E4;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.dob-select-wrapper {
  display: flex;
  justify-content: space-between;
}
.select-wrapper {
  overflow: hidden;
  flex: 4;
  /*  margin-left: 0.5em;*/
  position: relative;
}
.select-wrapper::after {
  content: "";
  background: #000000;
  width: 9px;
  height: 9px;
  background-image: url(../img/arrow-down.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  right: 2em;
  top: 44%;
  pointer-events: none;
}
.select-wrapper .form-control {
  cursor: pointer;
}
.dob-select-wrapper .select-wrapper:first-child {
  margin-left: 0;
  flex: 3;
}
.dob-select-wrapper .select-wrapper:nth-child(2) {
  flex: 5;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.checkbox {
  padding-top: 1em;
  display: flex;
}
.checkbox input {
  display: none;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label::before {
  content: "";
  /*  border: 0.15em solid #5c5c5c;*/
  padding: 0.8em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  background: #DEA451;
  border-radius: 4px;
}
.checkbox input:checked + label::before {
  background: #DEA451;
}
.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.6em;
  width: 0.45em;
  height: 1.1em;
  border: solid #ffffff;
  border-width: 0 0.2em 0.2em 0;
  transform: rotate(45deg);
}
.checkbox p {
  width: 90%;
  margin: 0 0 0 1em;
  color: #FEF4E4;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0.5px;
}
.checkbox a {
  color: #FEF4E4;
  text-decoration: underline;
}
.errorMessage {
  color: #ff0000;
  text-align: center;
  font-size: 1.6em;
  display: none;
  max-width: 600px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  border-radius: 12px;
}
.submit-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit-btn {
  padding: 0.5em 1em;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  font-size: 1.8em;
  cursor: pointer;
  background: #DEA451;
  /*  border: 0.12em solid #ffffff !important;*/
  color: #FEF4E4;
}
.submit-btn:hover {
  box-shadow: 0 0 0.7em rgba(255, 255, 255, 0.5);
}
.select-wrapper .form-control, .submit-btn {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.select-wrapper select:invalid {
  color: #a3a3a3;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder, .form-control::placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.select-wrapper .form-control option:not(:checked) {
  color: #000000;
}
input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
.shortrules {
  font-size: 16px;
  line-height: 24px;
  color: #FEF4E4;
  padding-top: 3em;
}
.shortrules span {
  font-weight: 300;
}
/* === MEDIA QUERIES === */
@media screen and (max-width: 1079px) {
  .submit-btn {
    box-shadow: none !important;
  }
  .footer-links a:hover {
    color: #ffffff;
  }
  .overlay__container {
    /* max-width: 70vw; */
    max-width: 45vw;
  }
  .banner__socialHeading {
    font-size: 2em;
  }
  .banner__socialContainer ul > li > a > img:hover {
    opacity: 1;
  }
  .checkbox p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 900px) {
  .banner__img img {
    max-width: 50%;
      width: inherit;
  }
  .banner__ctaContainer {
    display: flex;
    justify-content: center;
  }
  .banner__socialContainer, .banner__ctaBtns {
    position: static;
  }
  .overlay__container {
    max-width: 70vh;
  }
  .overlay__close {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .line-break {
    display: none;
  }
  .overlay__container {
    max-width: 90vw;
  }
}
@media screen and (max-width: 550px) {
  #wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
  .landscapeShow {
    display: none;
  }
  .portraitShow {
    display: flex;
  }
  .container-fluid, .container {
    padding-right: 0;
    padding-left: 0;
  }
  .banner__img {
    padding: 1em 0;
  }
  .form-container {
    padding-bottom: 12em;
  }
  .footer *, .footer_fixed * {
    font-size: 8px;
    margin: 0 0.3em;
  }
  .copyright {
    padding-top: 0.5em;
/*    font-size: 1em;*/
  }
}
@media screen and (max-width: 767px) and (orientation: landscape), screen and (max-height: 414px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 896px) and (orientation: landscape), screen and (device-width: 414px) and (device-height: 736px) and (orientation: landscape), screen and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
  .footer * {
    font-size: 1.15em;
  }
}