body {
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.hide {
  display: none; }

.stuck {
  overflow: hidden; }

.content.visible, .footer.visible {
  visibility: visible; }

.comp-intro.no-border {
  border-bottom: none; }

a:hover {
  cursor: pointer; }

textarea:focus, input:focus, button:focus {
  outline: none; }

*:focus {
  outline: none; }

.container {
  width: 100%;
  margin: auto;
  font-family: "adobe-garamond-pro", serif;
  position: relative;
  z-index: 0; }



h1#CompTitle {
  margin-left: -10000px;
  position: absolute; }

.noscriptmsg {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding-top: 100px;
  line-height: 1.2rem; }
  .noscriptmsg img {
    width: 30%;
    margin-bottom: 30px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5); }

.submit-progress {
  display: none; }
  .submit-progress p {
    font-size: .8rem; }

.range-box {
  display: none; }
  .range-box ul {
    list-style-type: disc; }
  .range-box li {
    font-size: 1rem;
    line-height: 1.2rem; }
    @media screen and (max-width: 375px) {
      .range-box li {
        font-size: .9rem; } }

.modal-box-range {
  position: relative;
  width: 40%; }
  .modal-box-range .close, .modal-box-range .closex {
    right: 15px;
    top: 0px; }
  .modal-box-range ul {
    margin-bottom: 20px; }
  .modal-box-range h2 {
    margin: 20px 0; }
    @media screen and (max-width: 1024px) {
      .modal-box-range h2 {
        width: 80%;
        margin: 20px auto; } }

.spinner {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.submitter { position: relative; }

.submitter.lmg-progress { top: 50%; }

/*@media screen and (max-width: 1600px) {
  .submitter.lmg-progress { top: 20%; }
}

@media screen and (max-width: 1350px) {
  .submitter.lmg-progress { top: 30%; }
}

@media screen and (max-width: 768px) {
  .submitter.lmg-progress { top: 40%; }
}

@media screen and (max-width: 414px) {
  .submitter.lmg-progress { top: 50%; }
}*/

.modal-box {
  background-color: #fefefe;
  margin: 20% auto;
  padding: 30px 20px;
  border: 1px solid #333;
  width: 25%;
  z-index: 100;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center; }
  @media screen and (max-width: 1350px) {
    .modal-box {
      width: 32%; } 
      #age-modal .modal-box { width: 34%; }
    }
  @media screen and (max-width: 768px) {
    .modal-box {
      font-size: 1.2rem;
      line-height: 1.2rem; } 
      #age-modal .modal-box { width: 50%; }
    }
  @media screen and (max-width: 600px) {
    .modal-box {
      width: 44%;
      padding: 20px; } 
      #age-modal .modal-box { width: 56%; }
    }
  @media screen and (max-width: 414px) {
    .modal-box {
      width: 60%;
      padding: 12px; }
      #age-modal .modal-box { width: 86%; }
    }
  @media screen and (max-width: 320px) {
    .modal-box {
      font-size: 1rem;
      line-height: 1rem; } 
      #age-modal .modal-box { width: 82%; }
    }
  .modal-box .confirm {
    margin-top: 20px;
    color: #333;
    border-radius: 3px;
    background-color: #f7d98d;
    border: 1px solid #efb31b;
    padding: 8px;
    transition: all 0.3s linear; }
    .modal-box .confirm:hover {
      background-color: #efb31b;
      color: #fff; }

@media screen and (max-width: 1600px) {
  .modal-box-range {
    width: 30%; } }

@media screen and (max-width: 1350px) {
  .modal-box-range {
    width: 40%; } }

@media screen and (max-width: 768px) {
  .modal-box-range {
    width: 60%; } }

@media screen and (max-width: 600px) {
  .modal-box-range {
    width: 70%; } }

@media screen and (max-width: 414px) {
  .modal-box-range {
    width: 96%; } }

.modal-header {
  margin-bottom: 20px; }

#close-block {
    width: 40%;
    background-color: #fff;
    text-align: center;
    margin: 10% auto 0% auto;
    padding: 8px 0;
    font-weight: bold;
    color: #ccc;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    display: block;
}

#close-block:hover { cursor: pointer; color: #666; }

@media screen and (max-width: 1366px) {
    #close-block {
      width: 50%; } }
  @media screen and (max-width: 1024px) {
    #close-block {
      width: 66%; } }
  @media screen and (max-width: 768px) {
    #close-block {
      width: 90%; } }

.modal-terms {
  background-color: #fefefe;
  margin: 0 auto 10% auto;
  padding: 30px 20px;
  /*border: 1px solid #333;*/
  width: 40%;
  z-index: 100;
  border-radius: 0 0 3px 3px;
  text-align: center;
  max-height: 800px;
  overflow: scroll;
  position: relative; }
  @media screen and (max-width: 1366px) {
    .modal-terms {
      width: 50%; } }
  @media screen and (max-width: 1024px) {
    .modal-terms {
      width: 66%; } }
  @media screen and (max-width: 768px) {
    .modal-terms {
      width: 90%; } }
  .modal-terms h2 {
    font-size: 1.6rem;
    line-height: 2rem; }
    @media screen and (max-width: 414px) {
      .modal-terms h2 {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
  .modal-terms p {
    font-size: 1rem;
    width: 80%;
    margin: 15px auto; }
    @media screen and (max-width: 414px) {
      .modal-terms p {
        width: 96%; } }
  .modal-terms table td p {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .modal-terms table p {
    margin: 15px 0;
    width: 100%; }
  .modal-terms table b, .modal-terms td {
    font-size: 1rem; }
  .modal-terms table .tdlabel h4 b {
    font-size: 1.6rem; }
  .modal-terms .tdlabel {
    padding-right: 5%;
    width: 20%; }
    @media screen and (max-width: 375px) {
      .modal-terms .tdlabel {
        width: 36%; } }

.close, .closex {
  color: #333;
  float: right;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 5px; }
  @media screen and (max-width: 375px) {
    .close, .closex {
      right: 10px;
      top: -5px; } }

.close:hover, .close:focus, .closex:hover, .closex:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.header {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.header.withbackground {
  
  background-color: #000;
  /*background-image: url("../images/ancient-sea-gt-background-wide.jpg");*/
  background-position: 50% 0%;
  /*background-size: auto 110%;*/
  background-size: 100%;
  background-repeat: no-repeat;
}

.header.withbackground.nonproportional { background-size: auto 110%; }

.header.withbackgroundiga {
  background-image:url("../images/luxury-escapes-heading.png"), url("../images/fifty-background-iga.jpg");
}

.header.withbackgroundlmg {
  background-image:url("../images/luxury-escapes-heading.png"), url("../images/fifty-background-lmg.jpg");
}

  @media screen and (max-width: 1680px) {
    /*.header.withbackground { background-size: 44%, cover; background-position: 50% -5%, 50% 72%; }*/
    .header.withbackground { background-position: 50% 40%; background-size: 100%; }
    .header.withbackground.nonproportional { background-size: auto 114%; }
  }

  @media screen and (max-width: 1270px) {
    .header.withbackground { background-size: 100%; }
    .header.withbackground.nonproportional { background-size: auto 100%; }
  }

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

    .header.withbackground { background-image: url("../images/ancient-sea-gt-background-wide.jpg"); background-size: cover; }
  }

  @media screen and (max-width: 768px) {
    .header.withbackground { background-size: 100%; background-position: 50% 80%; }
    .header.withbackground.nonproportional { background-size: auto 150%; }
  }

  @media screen and (max-width: 600px) {
    .header.withbackground {
      background-size: 100%; background-image: url("../images/ancient-sea-gt-background-wide.jpg");
    }
    .header.withbackground.nonproportional { background-size: auto 170%; }
  }

  @media screen and (max-width: 430px) {
    .header.withbackground {
      background-size: 100%; background-image: url("../images/ancient-sea-gt-background-wide.jpg");
    }
    .header.withbackground.nonproportional { background-size: auto 100%; }
  }

  @media screen and (max-width: 414px) {
    .header.withbackground { background-position: 50% 0%; }
  }

  

  

  /*@media screen and (min-width: 1500px) and (max-height: 900px) {
    .header.withbackground { background-size: 44%, cover; background-position: 50% -5%, 50% 80%; }

  }*/

  @media screen and (min-width: 1788px) and (max-height: 870px) {
    .header.withbackground { background-position: 50% 70%; background-size: auto 110%; }

  }

  @media screen and (max-width: 414px) {
    .header.withbackground { height: 600px; background-size: auto 105%; }
  }

  @media screen and (max-width: 375px) {
    .header.withbackground { height: 530px; background-size: auto 100%; }
  }

  @media screen and (max-width: 1366px) and (max-height: 635px) {
    .header.withbackground { background-size: auto 115%; }

  }

  @media screen and (max-width: 320px) {
    .header.withbackground { height: 450px; background-size: auto 100%; }
  }

  /*@media screen and (max-width: 1366px) and (min-height: 635px) {
    .header { background-size: 38%, cover; background-position: 50% -5%, 50% 76%; }
  }*/


  .header.withimage { display: none; }



  /*background-image: url("../images/lmg-banner-background-center.svg"), url("../images/lmg-banner-background-right.png"), url("../images/lmg-banner-background-left.png"); 

  /*background-repeat: no-repeat;
  background-position: 50% -97px, 100% -97px, 7% 50px;
  background-size: 100% 100%, 93% 104%, 100% 83%; }
  @media only screen and (max-device-width: 1920px) and (min-device-width: 1080px) {
    .header {
      background-position: 50% -97px, 100% -97px, 7% 50px;
      background-size: 100% 100%, 93% 104%, 100% 83%;
      }}
 @media screen and (max-width: 1680px) {
    .header {
      background-position: 50% -97px, 100% -97px, 7% 50px;
      background-size: 100% 100%, 93% 106%, 100% 77%;
      } }
  @media screen and (max-width: 1500px) {
    .header {
      background-position: 50% -97px, 100% -97px, 7% 36px;
      background-size: 100% 100%, 86% 108%, 100% 84%;
      } }
  @media screen and (max-width: 1366px) and (min-device-width: 635px) {
    .header {
    background-position: 50% -63px, 100% -97px, 7% 26px;
    background-size: 100% 100%, 93% 110%, 100% 87%;
  } */



/* Height adjuster */
 /* @media screen and (max-width: 1366px) and (min-height: 1025px) {
    .header {
    background-position: 50% -63px, 100% 305px, 9% 26px;
    background-size: 100% 100%, 93% 75%, 100% 42%;
  }}

/* Wide/short adjuster */
/*  @media screen and (min-width: 1500px) and (max-height: 900px) {
    .header {
    background-image: url("../images/lmg-banner-background-landscape.jpg");
    background-position: 50% 10px;
    background-size: 100% 100%;
    height: 900px;
  }}

/* Mobile devices */
/*  @media screen and (max-width: 768px) {
    .header {
    background-position: 50% -255px, 100% 411px, 9% 449px;
    background-size: 120% 104%, 120% 60%, 150% 53%;
  }}

  /* iPhone X */
/*  @media only screen and (device-width : 375px) and (device-height : 812px) 
  and (-webkit-device-pixel-ratio : 3) {
    .header {
    background-position: 50% -130px, 100% 300px, 9% 293px;
    background-size: 150% 104%, 120% 48%, 150% 44%;
    height: 75vh;
  }
}

  /* iPhone 6+/7+/8+ */
/*  @media only screen and (device-width : 414px) and (device-height : 736px) 
  and (-webkit-device-pixel-ratio : 3) {
  .header {
    background-position: 50% -130px, 100% 285px, 9% 280px;
    background-size: 140% 104%, 120% 48%, 150% 47%;
    height: 80vh;
  }
}

  /* iPhone 7/8 */
/*  @media only screen and (device-width : 375px) and (device-height : 667px) 
  and (-webkit-device-pixel-ratio : 2) { 
  .header {
    background-position: 50% -115px, 100% 280px, 9% 285px;
    background-size: 150% 104%, 120% 48%, 150% 44%;
    height: 85vh;
  }
  }

  /* iPhone 6 */
/*  @media screen and (device-aspect-ratio: 375/667) {
    .header {
    background-position: 50% -115px, 100% 280px, 9% 285px;
    background-size: 150% 104%, 120% 48%, 150% 44%;
    height: 85vh;
  }

  }

  /* iPhone 5 */
/*  @media screen and (device-width : 320px) and (device-height : 568px) {
  .header {
    background-image: url("../images/lmg-banner-background-mobile.jpg"); 
    background-position: 50% 10px;
    background-size: 100% 100%;
    height: 500px;
  }
  }

  /* iPhone 4 */
/*  @media screen and (device-width : 320px) and (device-height : 480px) {
  .header {
    background-image: url("../images/lmg-banner-background-mobile.jpg"); 
    background-position: 50% 10px;
    background-size: 100% 100%;
    height: 400px;
  }
  }

  @media screen and (max-width : 1023px) and (orientation : landscape){
    .header {
    background-image: url("../images/lmg-banner-background-landscape.jpg");
    background-position: 50% 10px;
    background-size: 100% 100%;
    height: 400px;
  }
  } */
  


.angle { width: 100%; position: absolute; bottom: 0; }

.banner {
  width: 100%;
  height: auto;
  display: block; }

.logo {
  width: 15%;
  margin: 44px auto 0 auto;
  display: none; }
  @media screen and (max-width: 1900px) {
    .logo {
      margin-top: 20px; } }
  @media screen and (max-width: 1024px) and (max-height: 1366px) {
    .logo {
      margin-top: 50px; } }
  @media screen and (max-width: 600px) {
    .logo {
      width: 30%;
      margin-top: 30px; } }
  .logo img {
    width: 100%; }

.win-wrapper {
  position: absolute;
  top: 210px;
  width: 100%;
  display: none; }
  @media screen and (max-width: 2100px) {
    .win-wrapper {
      top: 180px; } }
  @media screen and (max-width: 2000px) {
    .win-wrapper {
      top: 160px; } }
  @media screen and (max-width: 1900px) {
    .win-wrapper {
      top: 134px; } }
  @media screen and (max-width: 1500px) {
    .win-wrapper {
      top: 120px; } }
  @media screen and (max-width: 1300px) {
    .win-wrapper {
      top: 108px; } }
  @media screen and (max-width: 1024px) {
    .win-wrapper {
      top: 88px; } }
  @media screen and (max-width: 1024px) and (max-height: 1366px) {
    .win-wrapper {
      top: 180px; } }
  @media screen and (max-width: 1024px) and (max-height: 768px) {
    .win-wrapper {
      top: 150px; } }
  @media screen and (max-width: 768px) {
    .win-wrapper {
      top: 130px; } }
  @media screen and (max-width: 414px) {
    .win-wrapper {
      top: 105px; } }
  @media screen and (max-width: 320px) {
    .win-wrapper {
      top: 84px; } }

.win {
  width: 33%;
  text-shadow: 0px 0px 5px black;
  margin: auto;
  /*@media screen and (min-width: 1025px) and (max-height: 1080px) { width: 32%; }*/ }
  @media screen and (max-width: 2400px) {
    .win {
      width: 38%; } }
  @media screen and (max-width: 2200px) {
    .win {
      width: 40%; } }
  @media screen and (max-width: 2100px) {
    .win {
      width: 37%; } }
  @media screen and (max-width: 2000px) {
    .win {
      width: 30%; } }
  @media screen and (max-width: 1700px) {
    .win {
      width: 32%; } }
  @media screen and (max-width: 1500px) {
    .win {
      width: 34%; } }
  @media screen and (max-width: 1400px) {
    .win {
      width: 36%; } }
  @media screen and (max-width: 1300px) {
    .win {
      width: 38%; } }
  @media screen and (max-width: 1200px) {
    .win {
      width: 34%; } }
  @media screen and (max-width: 1100px) {
    .win {
      width: 36%; } }
  @media screen and (max-width: 1024px) {
    .win {
      width: 38%; } }
  @media screen and (max-width: 768px) {
    .win {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .win {
      width: 66%; } }
  @media screen and (max-width: 414px) {
    .win {
      width: 76%; } }
  .win .win-left {
    float: left;
    width: 45%; }
    .win .win-left h2 {
      color: #fff;
      font-size: 11rem;
      line-height: 12rem;
      /*@media screen and (min-width: 1025px) and (max-height: 1080px) { font-size: 8rem; line-height: 9rem; }*/ }
      @media screen and (max-width: 2100px) {
        .win .win-left h2 {
          font-size: 9.8rem;
          line-height: 10rem; } }
      @media screen and (max-width: 2000px) {
        .win .win-left h2 {
          font-size: 7rem;
          line-height: 9rem; } }
      @media screen and (max-width: 1800px) {
        .win .win-left h2 {
          line-height: 8rem; } }
      @media screen and (max-width: 1600px) {
        .win .win-left h2 {
          font-size: 6.5rem;
          line-height: 7rem; } }
      @media screen and (max-width: 1400px) {
        .win .win-left h2 {
          font-size: 6.2rem;
          line-height: 6.6rem; } }
      @media screen and (max-width: 1300px) {
        .win .win-left h2 {
          font-size: 6rem;
          line-height: 6rem; } }
      @media screen and (max-width: 1200px) {
        .win .win-left h2 {
          font-size: 5rem;
          line-height: 5rem; } }
      @media screen and (max-width: 414px) {
        .win .win-left h2 {
          font-size: 4rem;
          line-height: 4rem; } }
      @media screen and (max-width: 375px) {
        .win .win-left h2 {
          font-size: 3.8rem;
          line-height: 3.8rem; } }
      @media screen and (max-width: 320px) {
        .win .win-left h2 {
          font-size: 3.2rem;
          line-height: 3.2rem; } }
  .win .win-right {
    float: left;
    width: 55%;
    border-top: 2px solid #d7bc7c;
    border-bottom: 2px solid #d7bc7c;
    margin-top: 28px;
    padding-top: 5px;
    /*@media screen and (min-width: 1025px) and (max-height: 1080px) { margin-top: 21px; }*/ }
    @media screen and (max-width: 2100px) {
      .win .win-right {
        margin-top: 37px; } }
    @media screen and (max-width: 2000px) {
      .win .win-right {
        margin-top: 28px; } }
    @media screen and (max-width: 1800px) {
      .win .win-right {
        margin-top: 18px; } }
    @media screen and (max-width: 1600px) {
      .win .win-right {
        margin-top: 14px; } }
    @media screen and (max-width: 1300px) {
      .win .win-right {
        margin-top: 11px; } }
    @media screen and (max-width: 1200px) {
      .win .win-right {
        margin-top: 6px; } }
    @media screen and (max-width: 414px) {
      .win .win-right {
        border-top: 1px solid #d7bc7c;
        border-bottom: 1px solid #d7bc7c; } }
    @media screen and (max-width: 375px) {
      .win .win-right {
        margin-top: 7px; } }
    @media screen and (max-width: 320px) {
      .win .win-right {
        margin-top: 5px; } }
    .win .win-right h3 {
      color: #fff;
      font-size: 3.5rem;
      line-height: 3.5rem;
      text-align: center;
      /*@media screen and (min-width: 1025px) and (max-height: 1080px) { font-size: 2.7rem; line-height: 2.6rem; }*/ }
      @media screen and (max-width: 2100px) {
        .win .win-right h3 {
          font-size: 3rem;
          line-height: 3rem; } }
      @media screen and (max-width: 2000px) {
        .win .win-right h3 {
          font-size: 2.2rem;
          line-height: 2.2rem; } }
      @media screen and (max-width: 1600px) {
        .win .win-right h3 {
          font-size: 2rem;
          line-height: 2rem; } }
      @media screen and (max-width: 1400px) {
        .win .win-right h3 {
          font-size: 1.8rem;
          line-height: 1.8rem; } }
      @media screen and (max-width: 1200px) {
        .win .win-right h3 {
          font-size: 1.6rem;
          line-height: 1.6rem; } }
      @media screen and (max-width: 414px) {
        .win .win-right h3 {
          font-size: 1.3rem;
          line-height: 1.3rem; } }
      @media screen and (max-width: 375px) {
        .win .win-right h3 {
          font-size: 1.1rem;
          line-height: 1.1rem; } }
      @media screen and (max-width: 320px) {
        .win .win-right h3 {
          font-size: 1rem;
          line-height: .88rem; } }
    .win .win-right img {
      width: 62%;
      margin-top: -17px;
      /*@media screen and (max-width: 2000px){ width: 48%; margin-top: -14px; }
			@media screen and (min-width: 1025px) and (max-height: 1080px) { width: 60%; margin-top: -11px; }*/ }
      @media screen and (max-width: 2100px) {
        .win .win-right img {
          width: 46%;
          margin-top: -11px; } }
      @media screen and (max-width: 1700px) {
        .win .win-right img {
          width: 52%; } }
      @media screen and (max-width: 1200px) {
        .win .win-right img {
          margin-top: -7px; } }
  .win h4 {
    color: #d7bc7c;
    font-size: 5rem;
    clear: left;
    text-align: center;
    padding-top: 6px;
    /*@media screen and (min-width: 1025px) and (max-height: 1080px) { font-size: 3.8rem; }*/ }
    @media screen and (max-width: 2100px) {
      .win h4 {
        font-size: 4.5rem; } }
    @media screen and (max-width: 2000px) {
      .win h4 {
        font-size: 3.3rem;
        padding-top: 0; } }
    @media screen and (max-width: 1800px) {
      .win h4 {
        font-size: 3rem; } }
    @media screen and (max-width: 1300px) {
      .win h4 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 1200px) {
      .win h4 {
        font-size: 2rem; } }
    @media screen and (max-width: 375px) {
      .win h4 {
        font-size: 1.5rem; } }

.EntrantsSearch .win {
  top: 40px;
  width: 100%;
  padding-top: 50px; }

.enter {
  font-size: 2rem;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
  text-decoration: none;
  z-index: 10; }
  .enter span::after {
    content: "";
    background: url("../images/angle-down.svg") no-repeat center 0;
    height: 50px;
    width: 54px;
    display: block;
    margin: 20px auto 20px auto;
    cursor: pointer;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out; }
  .enter:link, .enter:visited, .enter:hover, .enter:active {
    text-decoration: none;
    /*color: #DAAD72;*/
    color: #000; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20px); } }

.entercomp {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-decoration: none;
  color: #000;
  /*text-shadow: 0px 0px 13px black,0px 0px 13px black;*/ }
  .entercomp h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2.2rem; }
  @media screen and (max-width: 1920px) {
    .entercomp {
      bottom: 30px; } }
  @media screen and (max-width: 1680px) {
    .entercomp {
      bottom: 30px; } }
  @media screen and (max-width: 1500px) {
    .entercomp {
      bottom: 30px; } }
  @media screen and (max-width: 1366px) {
    .entercomp {
      bottom: 20px; } }
  @media screen and (max-width: 1024px) and (max-height: 1366px) {
    .entercomp {
      bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .entercomp {
      display: none; } }
  @media screen and (max-width: 414px) {
    .entercomp {
      bottom: 30px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 320px) {
    .entercomp {
      font-size: 1rem; } }

.participating {
  display: block; }

.countdown {
  width: 42%;
  margin: auto;
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px black; }
  @media screen and (max-width: 1024px) {
    .countdown {
      width: 50%; } }
  @media screen and (max-width: 414px) {
    .countdown {
      width: 80%; } }
  .countdown .countdown-bottle {
    width: 18%;
    float: left;
    line-height: 0;
    padding-top: 50px;
    position: relative; }
    @media screen and (max-width: 1350px) {
      .countdown .countdown-bottle {
        width: 20%; } }
    @media screen and (max-width: 1200px) {
      .countdown .countdown-bottle {
        width: 24%; } }
    @media screen and (max-width: 768px) {
      .countdown .countdown-bottle {
        display: none; } }
    .countdown .countdown-bottle .prize-bottle {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
  .countdown .countdown-detail {
    font-weight: 600;
    width: 100%; }
    .countdown .countdown-detail h2 {
      font-size: 1.8rem;
      margin-bottom: 40px;
      margin-top: 60px; }
      @media screen and (max-width: 1200px) {
        .countdown .countdown-detail h2 {
          font-size: 1.5rem; } }
      @media screen and (max-width: 1024px) {
        .countdown .countdown-detail h2 {
          margin-bottom: 28px; } }
      @media screen and (max-width: 950px) {
        .countdown .countdown-detail h2 {
          margin-bottom: 25px;
          margin-top: 68px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 414px) {
        .countdown .countdown-detail h2 {
          margin-bottom: 16px; } }
    .countdown .countdown-detail p {
      font-size: 1.5rem;
      margin-bottom: 18px;
      clear: both; }
      @media screen and (max-width: 1200px) {
        .countdown .countdown-detail p {
          font-size: 1.2rem; } }
      @media screen and (max-width: 950px) {
        .countdown .countdown-detail p {
          font-size: 1.1rem; } }
      @media screen and (max-width: 850px) {
        .countdown .countdown-detail p {
          font-size: 1rem; } }
      @media screen and (max-width: 414px) {
        .countdown .countdown-detail p {
          margin-bottom: 10px; } }
    .countdown .countdown-detail #countdowntimer {
      margin-bottom: 10px; }
      @media screen and (max-width: 414px) {
        .countdown .countdown-detail #countdowntimer {
          margin-bottom: 0; } }
    .countdown .countdown-detail .dhmsholder {
      margin: auto;
      height: 30px;
      width: 40%; }
      @media screen and (max-width: 2100px) {
        .countdown .countdown-detail .dhmsholder {
          width: 48%; } }
      @media screen and (max-width: 1800px) {
        .countdown .countdown-detail .dhmsholder {
          width: 56%; } }
      @media screen and (max-width: 1600px) {
        .countdown .countdown-detail .dhmsholder {
          width: 68%; } }
      @media screen and (max-width: 1400px) {
        .countdown .countdown-detail .dhmsholder {
          width: 84%; } }
      @media screen and (max-width: 1100px) {
        .countdown .countdown-detail .dhmsholder {
          width: 66%; } }
      @media screen and (max-width: 768px) {
        .countdown .countdown-detail .dhmsholder {
          width: 70%; } }
      @media screen and (max-width: 600px) {
        .countdown .countdown-detail .dhmsholder {
          width: 90%; } }
      @media screen and (max-width: 414px) {
        .countdown .countdown-detail .dhmsholder {
          width: 82%; } }
      @media screen and (max-width: 375px) {
        .countdown .countdown-detail .dhmsholder {
          width: 88%; } }
    .countdown .countdown-detail .dhms {
      font-size: 1.2rem;
      width: 25%;
      text-align: center;
      display: block;
      float: left;
      margin-bottom: 20px; }
      @media screen and (max-width: 1200px) {
        .countdown .countdown-detail .dhms {
          font-size: .8rem; } }
      @media screen and (max-width: 768px) {
        .countdown .countdown-detail .dhms {
          margin-bottom: 10px; } }
      @media screen and (max-width: 375px) {
        .countdown .countdown-detail .dhms {
          font-size: .7rem; } }
    .countdown .countdown-detail .dhmsone {
      margin-left: 20px; }
    .countdown .countdown-detail #future_date {
      font-size: 6rem;
      font-weight: 400; }
      @media screen and (max-width: 1350px) {
        .countdown .countdown-detail #future_date {
          font-size: 5rem; } }
      @media screen and (max-width: 1100px) {
        .countdown .countdown-detail #future_date {
          font-size: 4rem; } }
      @media screen and (max-width: 900px) {
        .countdown .countdown-detail #future_date {
          font-size: 3.5rem; } }
      @media screen and (max-width: 800px) {
        .countdown .countdown-detail #future_date {
          font-size: 3.3rem; } }
    .countdown .countdown-detail .iba {
      width: 80%;
      margin-bottom: -14px; }
      @media screen and (max-width: 768px) {
        .countdown .countdown-detail .iba {
          width: 90%;
          margin-bottom: -40px; } }
    .countdown .countdown-detail .header-social {
      margin-bottom: 10px; }
      @media screen and (max-width: 414px) {
        .countdown .countdown-detail .header-social {
          margin-bottom: 0; } }
      .countdown .countdown-detail .header-social img {
        width: 7%; }
        @media screen and (max-width: 1200px) {
          .countdown .countdown-detail .header-social img {
            width: 12%; } }
        @media screen and (max-width: 950px) {
          .countdown .countdown-detail .header-social img {
            width: 15%; } }
    .countdown .countdown-detail .additional-links {
      font-size: 1.2rem;
      margin-bottom: 40px; }
      .countdown .countdown-detail .additional-links a {
        color: #fff; }
        .countdown .countdown-detail .additional-links a:hover {
          text-decoration: underline; }
      .countdown .countdown-detail .additional-links img {
        margin-bottom: -10px; }

.triangle-revealer {
  width: 100%;
  position: absolute;
  bottom: 0; }

.content {
  visibility: hidden;
  z-index: 1;
  /*background-color: #000;*/
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; }
  .content .bottle {
    position: absolute;
    left: 50px;
    top: 70px;
    width: 20%; }
    @media screen and (max-width: 768px) {
      .content .bottle {
        left: 30px;
        display: none; } }
    @media screen and (max-width: 600px) {
      .content .bottle {
        display: none; } }
  .content .football {
    position: absolute;
    right: 8%;
    top: 400px;
    width: 12%; }
    @media screen and (max-width: 768px) {
      .content .football {
        display: none; } }
  .content .football-left {
    position: absolute;
    left: 8%;
    top: 900px;
    width: 12%; }
    @media screen and (max-width: 768px) {
      .content .football-left {
        display: none; } }

@media screen and (max-width: 600px) {
  .teaser {
    overflow: visible; } }

@media screen and (max-width: 414px) {
  .teaser {
    background-position: 50% 30px; } }

@media screen and (max-width: 1366px) and (max-height: 500px) {
  .teaser {
    background-position: 50% -74px, 50% -200px;
    background-size: 100% 100%, cover; } }

@media screen and (max-width: 320px) {
  .teaser {
    background-position: 50% 10px;
    background-size: cover; } }

@media screen and (max-width: 768px) {
  .teaser .brand-band {
    padding-top: 10px; } }

@media screen and (max-width: 600px) {
  .teaser .brand-band {
    bottom: -192px; } }

@media screen and (max-width: 414px) {
  .teaser .brand-band {
    bottom: -150px; } }

@media screen and (max-width: 375px) {
  .teaser .brand-band {
    bottom: -134px; } }

@media screen and (max-width: 320px) {
  .teaser .brand-band {
    bottom: -115px; } }

.teaser .brand-band h2 {
  color: #ffffff;
  font-size: 2.4em;
  text-align: center;
  width: 100%;
  position: absolute;
  line-height: 1em;
  font-weight: bold;
  top: 30px; }
  @media screen and (max-width: 2300px) {
    .teaser .brand-band h2 {
      top: 25px; } }
  @media screen and (max-width: 1800px) {
    .teaser .brand-band h2 {
      top: 20px; } }
  @media screen and (max-width: 1500px) {
    .teaser .brand-band h2 {
      top: 15px; } }
  @media screen and (max-width: 1300px) {
    .teaser .brand-band h2 {
      font-size: 2em;
      line-height: 1em;
      top: 16px; } }
  @media screen and (max-width: 768px) {
    .teaser .brand-band h2 {
      width: 100%;
      text-align: center;
      position: static;
      margin-bottom: 30px;
      font-size: 1.4rem; } }
  @media screen and (max-width: 414px) {
    .teaser .brand-band h2 {
      font-size: 1.2em; } }

.teaser .brand-band img {
  margin-right: 3%;
  float: right;
  margin-top: 7px; }
  @media screen and (max-width: 1500px) {
    .teaser .brand-band img {
      margin-top: 10px; } }
  @media screen and (max-width: 768px) {
    .teaser .brand-band img {
      margin: auto;
      float: none;
      margin-top: -20px;
      margin-bottom: 10px; } }

.teaser .brand-band .countdown {
  width: 29%;
  margin: 0 0 0 3%;
  position: static;
  text-align: left;
  text-shadow: none;
  float: left;
  padding-top: 40px; }
  @media screen and (max-width: 2300px) {
    .teaser .brand-band .countdown {
      padding-top: 34px; } }
  @media screen and (max-width: 1800px) {
    .teaser .brand-band .countdown {
      padding-top: 30px; } }
  @media screen and (max-width: 1500px) {
    .teaser .brand-band .countdown {
      padding-top: 24px; } }
  @media screen and (max-width: 1200px) {
    .teaser .brand-band .countdown {
      padding-top: 20px; } }
  @media screen and (max-width: 768px) {
    .teaser .brand-band .countdown {
      width: 39%;
      float: none;
      margin: auto; } }
  @media screen and (max-width: 600px) {
    .teaser .brand-band .countdown {
      width: 50%; } }
  @media screen and (max-width: 414px) {
    .teaser .brand-band .countdown {
      width: 61%; } }
  @media screen and (max-width: 375px) {
    .teaser .brand-band .countdown {
      width: 68%; } }
  @media screen and (max-width: 320px) {
    .teaser .brand-band .countdown {
      width: 80%; } }

.teaser .brand-band .countdown-detail {
  padding-right: 4%; }
  @media screen and (max-width: 980px) {
    .teaser .brand-band .countdown-detail {
      right: 6%; } }
  .teaser .brand-band .countdown-detail #future_date {
    font-size: 5.4em; }
    @media screen and (max-width: 1500px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 5em; } }
    @media screen and (max-width: 1300px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 4.4em; } }
    @media screen and (max-width: 1200px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 4.2em; } }
    @media screen and (max-width: 1024px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 4em; } }
    @media screen and (max-width: 860px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 3.7em; } }
    @media screen and (max-width: 800px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 3.6em; } }
    @media screen and (max-width: 768px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 4.5em; } }
    @media screen and (max-width: 414px) {
      .teaser .brand-band .countdown-detail #future_date {
        font-size: 4em; } }
  .teaser .brand-band .countdown-detail #countdowntimer {
    margin-bottom: 0;
    text-align: right; }
  .teaser .brand-band .countdown-detail .dhmsholder {
    float: left;
    width: 46%;
    margin: 0; }
    @media screen and (max-width: 2400px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 50%; } }
    @media screen and (max-width: 2000px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 60%; } }
    @media screen and (max-width: 1900px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 64%; } }
    @media screen and (max-width: 1680px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 72%; } }
    @media screen and (max-width: 1400px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 80%; } }
    @media screen and (max-width: 1300px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 78%; } }
    @media screen and (max-width: 1200px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 80%; } }
    @media screen and (max-width: 1100px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 86%; } }
    @media screen and (max-width: 980px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 90%;
        margin-left: -7px; } }
    @media screen and (max-width: 860px) {
      .teaser .brand-band .countdown-detail .dhmsholder {
        width: 100%;
        margin-left: 0; } }
    .teaser .brand-band .countdown-detail .dhmsholder .dhms {
      font-size: .9rem;
      margin-bottom: 0; }
      @media screen and (max-width: 1200px) {
        .teaser .brand-band .countdown-detail .dhmsholder .dhms {
          font-size: .8rem; } }
      @media screen and (max-width: 1024px) {
        .teaser .brand-band .countdown-detail .dhmsholder .dhms {
          font-size: .7rem; } }

.prize-image {
  width: 100%; }

.confirmation {
  width: 44%;
  margin: auto;
  /*background-color: #000;*/
  text-align: center;
  clear: both;
  color: #fff;
  border-radius: 20px;}
  @media screen and (max-width: 1024px) {
    .confirmation {
      width: 64%; } }
  @media screen and (max-width: 768px) {
    .confirmation {
      width: 80%; } }
  @media screen and (max-width: 600px) {
    .confirmation {
      width: 96%; } }
  @media screen and (max-width: 320px) {
    .confirmation {
      width: 100%; } }
  .confirmation h4 {
    width: 60%;
    margin: auto;
    font-size: 1.8rem;
    padding-top: 30px;
    margin-bottom: 10px;
    line-height: 2.2rem; }
    @media screen and (max-width: 1350px) {
      .confirmation h4 {
        font-size: 1.4rem;
        line-height: 1.6rem; } }
    @media screen and (max-width: 414px) {
      .confirmation h4 {
        font-size: 1.8rem;
        line-height: 2rem;
        padding-top: 20px; } }
    @media screen and (max-width: 375px) {
      .confirmation h4 {
        font-size: 1.5rem;
        line-height: 1.7rem; } }
  .confirmation p {
    width: 90%;
    font-size: 1.2rem;
    margin: auto;
    line-height: 1.6rem; }
    @media screen and (max-width: 1350px) {
      .confirmation p {
        font-size: 1rem;
        line-height: 1.3rem; } }
    @media screen and (max-width: 375px) {
      .confirmation p {
        width: 94%; } }
  .confirmation .fixtures {
    font-weight: 600;
    margin: 30px auto;
    background-color: #fff;
    width: 90%;
    border-radius: 3px;
    border: 1px solid #efb31b;
    padding: 3%; }
    @media screen and (max-width: 1040px) {
      .confirmation .fixtures {
        padding: 2%; } }
    .confirmation .fixtures h3 {
      font-size: 1.8rem;
      margin: 20px 0;
      line-height: 1.8rem; }
      @media screen and (max-width: 414px) {
        .confirmation .fixtures h3 {
          font-size: 1.6rem; } }
    .confirmation .fixtures .row {
      border-bottom: 1px solid #f7d98d;
      font-size: 1.2rem;
      padding: 20px 0; }
      @media screen and (max-width: 1500px) {
        .confirmation .fixtures .row {
          font-size: 1rem; } }
      @media screen and (max-width: 1280px) {
        .confirmation .fixtures .row {
          font-size: .8rem; } }
      .confirmation .fixtures .row .date {
        float: left;
        width: 20%;
        text-align: left;
        padding-top: 0; }
        @media screen and (max-width: 1070px) {
          .confirmation .fixtures .row .date {
            width: 18%; } }
        @media screen and (max-width: 1000px) {
          .confirmation .fixtures .row .date {
            width: 14%;
            padding-top: 20px; } }
      .confirmation .fixtures .row .team {
        float: left;
        width: 35%;
        text-transform: uppercase; }
        @media screen and (max-width: 1070px) {
          .confirmation .fixtures .row .team {
            width: 36%; } }
        @media screen and (max-width: 1000px) {
          .confirmation .fixtures .row .team {
            width: 38%; } }
        .confirmation .fixtures .row .team span {
          display: block;
          margin-bottom: 25px; }
          .confirmation .fixtures .row .team span img {
            margin: 0 10px -10px 0; }
            @media screen and (max-width: 1200px) {
              .confirmation .fixtures .row .team span img {
                width: 15%; } }
            @media screen and (max-width: 1040px) {
              .confirmation .fixtures .row .team span img {
                display: block;
                margin: auto;
                width: 25%; } }
        .confirmation .fixtures .row .team i {
          font-size: 3rem; }
          @media screen and (max-width: 1280px) {
            .confirmation .fixtures .row .team i {
              font-size: 2rem; } }
      .confirmation .fixtures .row .vs {
        float: left;
        width: 10%;
        padding-top: 4px; }
        @media screen and (max-width: 1000px) {
          .confirmation .fixtures .row .vs {
            text-align: left; } }
        @media screen and (max-width: 900px) {
          .confirmation .fixtures .row .vs {
            padding-top: 25px; } }
  .confirmation .social {
    width: 90%;
    margin: 30px auto; }
    @media screen and (max-width: 320px) {
      .confirmation .social {
        width: 96%; } }
  .confirmation .social-footer {
    padding: 30px 0; }

  .confirmation .social-footer img { width: 10%; }


.confirmation-lmg { width: 60%; }

@media screen and (max-width: 768px) {
  .confirmation-lmg { width: 96%; }
}

.EntrantsSearch .confirmation {
  width: 88%;
  margin: 30px auto;
  background-color: #fff;
  text-align: center;
  border: 1px solid #f7d98d; }

.EntrantsSearch .content {
  padding-bottom: 0; }

.triangle-obscurer {
  margin: -8px auto;
  display: block; }

.bctext.note { padding-top: 30px; }

.bctext span {
  font-size: .9rem;
}

.formerror {
  font-size: .7rem;
  color: red; }
  @media screen and (max-width: 375px) {
    .formerror {
      font-size: .6rem; } }
  @media screen and (max-width: 320px) {
    .formerror {
      font-size: .5rem; } }

form {
  width: 90%;
  margin: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0 30px 0;
  /*#Form_EntryForm_action_doEntry { display: none; }*/ }
  @media screen and (max-width: 414px) {
    form {
      width: 100%; } }
  form input:-webkit-autofill {
    background-color: #fff; }
  form label {
    display: block;
    padding: 3px 5%;
    position: relative; }
    form label span {
      width: 100%;
      text-align: center; }
    form label .checkbox-text {
      display: block;
      width: 88%;
      font-family: "adobe-garamond-pro", serif;
      font-weight: normal;
      text-align: left; }
    form label .checkbox-texttwo {
      width: 100%; }
  form .lname, form .state {
    color: #999; }
  form .email {
    width: 100%; }
  form .dob {
    width: 90%;
    margin: auto;
    font-weight: 600; }
  form .bctext {
    font-size: 1.2rem;
    font-family: "adobe-garamond-pro", serif; }
    form .bctext span {
      font-size: .9rem; }
  form .barcode {
    width: 100%; }
  form .enter-now {
    background-color: #C7AC71;
    border-color: #c1ae8d;
    color: #fff;
    font-size: 1.8rem;
    padding: 0px;
    height: 50px;
    transition: all 0.3s linear; }
    form .enter-now:hover {
      background-color: #b78b2c; }
  form .form-control.entrants-enter-now {
    background-color: #ffb700;
    border-color: #e0a81c;
    color: #fff;
    font-size: 1.8rem;
    padding: 0px;
    height: 50px;
    transition: all 0.3s linear;
    width: 90%;
    margin: auto; }
    form .form-control.entrants-enter-now:hover {
      background-color: #e0a81c; }
  form .form-control {
    height: 50px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 6px 18px;
    font-size: 16px;
     }
  form .form-control.enter-now {
    color: #fff; }
  form #Form_EntryForm_button {
    color: #fff; }
  form input[type="checkbox"] {
    display: block;
    width: 10px;
    float: left;
    width: 20px;
    height: 40px;
    margin: -10px 10px 0 10px; }
  form .glyphicon-th:before, form .glyphicon-barcode:before {
    font-size: 20px; }
  form .input-group-addon {
    padding: 6px 18px 6px 12px; }
  form #Form_EntryForm_button {
    color: #fff; }
  form .indicator img {
    width: 24px; }
  form .indicator.left {
    position: absolute;
    top: 12px;
    left: 43%; }
    @media screen and (max-width: 1270px) {
      form .indicator.left {
        left: 42%; } }
    @media screen and (max-width: 600px) {
      form .indicator.left {
        left: 40%; } }
    @media screen and (max-width: 375px) {
      form .indicator.left {
        left: 39%; } }
  form .indicator.right {
    position: absolute;
    top: 12px;
    right: 6%; }
    @media screen and (max-width: 375px) {
      form .indicator.right {
        right: 7%; } }
  form .indicator.select {
    position: absolute;
    top: 12px;
    right: 8%; }
    @media screen and (max-width: 700px) {
      form .indicator.select {
        right: 15%; } }
  form .indicator.date {
    position: absolute;
    top: 8px;
    right: 10%;
    z-index: 10; }
    @media screen and (max-width: 1270px) {
      form .indicator.date {
        right: 11%; } }
    @media screen and (max-width: 1024px) {
      form .indicator.date {
        right: 12%; } }
    @media screen and (max-width: 600px) {
      form .indicator.date {
        right: 15%; } }
    @media screen and (max-width: 414px) {
      form .indicator.date {
        right: 16%; } }
    @media screen and (max-width: 375px) {
      form .indicator.date {
        right: 18%; } }
  form .indicator.check {
    position: absolute;
    top: 0;
    right: 7%; }

.success {
  padding: 10px 0 15px 0;
  width: 40%;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .success {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .success {
      width: 70%; } }
  @media screen and (max-width: 600px) {
    .success {
      padding: 0 0 20px 0;
      width: 80%; } }
  @media screen and (max-width: 414px) {
    .success {
      width: 94%; } }
  .success h2 {
    font-size: 2.8rem;
    line-height: 3.2rem; }
    @media screen and (max-width: 768px) {
      .success h2 {
        font-size: 2rem;
        line-height: 2.6rem; } }
  .success h3 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    padding-top: 20px;
    line-height: 3rem;
    color: #fff; 
  }

@media screen and (max-width: 1920px) {
      .success h3 {
        font-size: 2.2rem;
        line-height: 2.4rem; } }

  .success h3 span { color: #D0B472;}
    @media screen and (max-width: 1680px) {
      .success h3 {
        font-size: 1.4rem;
        line-height: 1.6rem; } }

    @media screen and (max-width: 600px) {
      .success h3 {
        font-size: 1.2rem;
        line-height: 1.4rem;
        margin-bottom: 15px; } }

    @media screen and (max-width: 414px) {
      .success h3 {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 0; } }
    @media screen and (max-width: 375px) {
      .success h3 {
        font-size: 1rem;
    line-height: 1rem;
         } }
    @media screen and (max-width: 320px) {
      .success h3 {
        font-size: .9rem;
        margin-bottom: 10px; } }
  
    .success h4 {
      font-size: 1.8rem;
      line-height: 2.2rem; }

@media screen and (max-width: 1680px) {
  .success h4 {
      font-size: 1.2rem;
      line-height: 1.4rem; }
}

@media screen and (max-width: 600px) {
  .success h4 {
      font-size: 1rem;
      line-height: 1.2rem; }
}

.success-lmg { width: 80%; }





.prize-link { font-size: 2rem; }

@media screen and (max-width: 1680px) {
  .prize-link { font-size: 1.4rem; }
}

  .success .comp-image {
    width: 50%;
    float: left;
    padding-bottom: 15px; }
    @media screen and (max-width: 1200px) {
      .success .comp-image {
        float: none;
        width: 100%; } }
    .success .comp-image img {
      margin: 0 50px 15px 60px;
      /*@media screen and (max-width: 1200px){ width: 40%;  }*/ }
      @media screen and (max-width: 1680px) {
        .success .comp-image img {
          margin: 0 50px 15px 10px; } }
      @media screen and (max-width: 1200px) {
        .success .comp-image img {
          margin: 0 0 10px 0;
          width: 60%;
          float: none; } }
      @media screen and (max-width: 600px) {
        .success .comp-image img {
          padding-top: 15px; } }
  .success .comp-text {
    width: 100%;
    float: left;
    padding-top: 30px; 
    color: #DAAD72;
  }
    @media screen and (max-width: 1200px) {
      .success .comp-text {
        float: none;
        width: 90%;
        margin: auto; } }
    .success .comp-text p {
      font-size: 1.8rem;
      line-height: 2.2rem; }
      @media screen and (max-width: 1680px) {
        .success .comp-text p {
          font-size: 1rem;
          line-height: 1.2rem; } }
      @media screen and (max-width: 414px) {
        .success .comp-text { padding-top: 10px; }
        .success .comp-text p {
          font-size: .8rem;
          line-height: 1rem; } }

      @media screen and (max-width: 375px) {
        .success .comp-text p {
          font-size: .8rem;
          line-height: 1rem; } }

      @media screen and (max-width: 320px) {
        .success .comp-text p {
          font-size: 1rem;
          line-height: 1.2rem; } }

.comp-intro {
  border-bottom: 1px solid #efb31b;
  width: 80%;
  line-height: 1.8rem;
  margin: auto;
  padding-bottom: 0px;
  display: none; }
  .comp-intro .comp-intro-left {
    width: 30%;
    float: left;
    padding-right: 1%; }
    .comp-intro .comp-intro-left img {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .comp-intro .comp-intro-left {
        display: none; } }
  .comp-intro .comp-intro-right {
    width: 70%;
    float: left;
    text-align: left;
    padding-left: 1%;
    margin-bottom: 20px; }
    @media screen and (max-width: 600px) {
      .comp-intro .comp-intro-right {
        width: 100%;
        text-align: center; } }

.iba-search {
  display: block; }

.EntrantsSearch .comp-intro {
  border-bottom: none; }

a.tandc, a#winners-reveal {
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
  clear: left; }
  a.tandc .social-success, a#winners-reveal .social-success {
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #efb31b;
    padding-bottom: 30px; }
    a.tandc .social-success p, a#winners-reveal .social-success p {
      width: 60%; }
    a.tandc .social-success img, a#winners-reveal .social-success img {
      margin-top: 40px; }
    a.tandc .social-success .social-buttons, a#winners-reveal .social-success .social-buttons {
      margin-bottom: 30px; }

a#winners-reveal {
  margin-bottom: 0; }

.social-success {
  display: none;
  width: 82%;
  margin: auto;
  padding-bottom: 30px; }
  @media screen and (max-width: 375px) {
    .social-success {
      width: 100%; } }
  .social-success p {
    width: 60%; }
  .social-success img {
    margin: 30px 0; }
  .social-success .social-buttons {
    padding-top: 20px;
    width: 320px;
    margin: auto; }
    .social-success .social-buttons li {
      float: left; }
    .social-success .social-buttons .facebookli {
      margin-right: 10px; }
    .social-success .social-buttons .twitterli {
      margin-right: 10px; }
    .social-success .social-buttons .emailli {
      padding-top: 5px; }
    .social-success .social-buttons .email-link {
      background-color: #DA4F46;
      color: #fff;
      text-decoration: none;
      font-family: sans-serif;
      font-weight: bold;
      padding: 7px;
      border-radius: 4px; }
      .social-success .social-buttons .email-link:hover {
        background-color: #bc342b; }

.promo-success {
  width: 80%;
  margin: 0 auto 20px auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #efb31b; }
  .promo-success .promo-box {
    font-size: 2rem; }
    .promo-success .promo-box span {
      background-color: #fff;
      display: inline-block;
      padding: 10px;
      font-weight: 600; }
  .promo-success p {
    font-weight: 600;
    font-size: 1.8rem;
    width: 100%;
    padding-top: 20px; }
    .promo-success p a {
      color: #333;
      text-decoration: underline; }
  .promo-success .products {
    width: 30%;
    float: left; }
    .promo-success .products img {
      width: 100%; }
  .promo-success .deal {
    width: 70%;
    float: left; }
    .promo-success .deal h4 {
      text-align: left;
      font-size: 2.6rem; }

p.small {
  font-size: .9rem;
  line-height: 1rem;
  padding-bottom: 10px; }
  @media screen and (max-width: 1350px) {
    p.small {
      font-size: .8rem; } }

.footer {
  visibility: hidden;
  /*background-color: #000;*/
  border-top: 4px solid #FAD786;
  text-align: center;
  padding: 50px 0 40px 0;
  position: relative;
  margin-top: 10px; }
  @media screen and (max-width: 414px) {
    .footer {
      padding: 30px 0 24px 0; } }
  .footer .first-families {
    position: absolute;
    left: 10%;
    top: 75px; }
    @media screen and (max-width: 950px) {
      .footer .first-families {
        top: 40px;
        width: 15%; } }
    @media screen and (max-width: 414px) {
      .footer .first-families {
        width: 20%;
        left: 6%;
        top: 22px; } }
  .footer .footer-logo img {
    width: 10%; }
    @media screen and (max-width: 950px) {
      .footer .footer-logo img {
        width: 20%; } }
    @media screen and (max-width: 414px) {
      .footer .footer-logo img {
        width: 36%; } }
  .footer .responsibly {
    /*position: absolute;
    right: 10%;
    top: 78px;*/
    margin-top: 30px;
    width: 10%; }
    @media screen and (max-width: 1024px) {
      .footer .responsibly {
        top: 42px;
        width: 15%; } }
    @media screen and (max-width: 414px) {
      .footer .responsibly {
        width: 20%;
        right: 6%;
        top: 22px; } }
  .footer .footer-links {
    padding-top: 40px;
    font-size: 1rem; }
    .footer .footer-links a {
      color: #fff;
      text-decoration: none; }
      .footer .footer-links a:hover {
        text-decoration: underline; }

.footer .responsibly-lmg { width: 10%; }

.results {
  margin: 30px 0; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7); }

.modal-box-receipt {
  position: relative;
  width: 50%; }
  .modal-box-receipt .rclose {
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
    font-size: 3rem; }
  .modal-box-receipt h2 {
    margin: 20px 0; }

#rimage img {
  width: 100%; }

.rotateit {
  transform: rotate(90deg); }

.rotate img {
  width: 4%;
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer; }

.results h2 {
  width: 50%;
  margin: 0 auto 20px auto;
  font-size: 1.6rem;
  text-align: center; }

.results h3 {
  width: 60%;
  margin: 0 auto 20px auto;
  font-size: 1rem;
  text-align: center; }

.results-table {
  width: 100%;
  margin: auto;
  font-size: .6rem; }
  .results-table li {
    float: left;
    padding-right: .5%; }
  .results-table .entrant-heading {
    font-size: .9rem;
    font-weight: bold; }
  .results-table .five {
    width: 5%; }
  .results-table .six {
    width: 6%; }
  .results-table .eight {
    width: 8%; }
  .results-table .ten {
    width: 10%; }
  .results-table .eleven {
    width: 11%; }
  .results-table .thirteen {
    width: 13%; }
  .results-table .fifteen {
    width: 15%; }
  .results-table .seventeen {
    width: 17%; }
  .results-table .eighteen {
    width: 18%; }
  .results-table .twenty {
    width: 20%; }
  .results-table .twentytwo {
    width: 22%; }
  .results-table .twentyfour {
    width: 24%; }
  .results-table .twentyfive {
    width: 25%; }
  .results-table .twentyseven {
    width: 27%; }
  .results-table .twentyeight {
    width: 28%; }
  .results-table .twentynine {
    width: 29%; }
  .results-table .thirty {
    width: 30%; }

.results-links {
  clear: both;
  display: block;
  text-align: center;
  padding: 20px 0 10px 0;
  font-size: 1rem; }

.winners {
  display: block;
  padding: 10px 3%;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #efb31b;
  width: 90%;
  margin: auto; }
  .winners h5 {
    font-size: 1.4rem; }
    .winners h5 span {
      font-size: .8rem; }
    @media screen and (max-width: 768px) {
      .winners h5 {
        font-size: 1.2rem; } }
  .winners ul {
    margin-left: 0;
    padding-top: 20px; }

#success-modal { display: none; }
#success-modal h2 { font-size: 30px; margin-bottom: 10px; }




.confirmation #Form_EntryForm_click {
    font-family: "adobe-garamond-pro", serif;
    background-color: #DAAD72;
    border-color: #DAAD72;
    color: #000;
    font-size: 1.8rem;
    padding: 0px;
    height: 60px;
    width: 60%;
    margin: 40px auto;
    text-transform: uppercase;
    transition: all 0.2s linear; }
.confirmation #Form_EntryForm_click:hover {
      background-color: #9e6820; color: #fff; cursor: pointer; }

@media screen and (max-width: 414px) {
  .confirmation #Form_EntryForm_click { font-size: 1.6rem; }
}



select:invalid, select.state option[value=""], select.state option { color: #999; }

.box-set { float: left; width: 50%; padding-right: 5%; }
@media screen and (max-width: 320px) {
  .box-set { width: 37%; }
}

#successMessage { color: #fff; }

.none { display: none; }

.fifty-years { width: 20%; margin-bottom: 15px; }

.FiftyEntryFormLMG .fifty-years { width: 40%; }

td { border: 1px solid black; }

/*#state-reveal { height: 0; overflow: hidden; margin-bottom: 0; }*/

/*#state-reveal { display: none; }*/

#age-modal .modal-box {
  color: #fff;
  background-image: url("../images/transparent-black-80.png");
  background-color: transparent;
}

#submit-modal .modal-box {
  color: #fff;
  background-color: #000;
}

#submit-modal .modal-box h3 { font-size: 1.5rem; }

#Form_EntryForm_PrizeColour, #Form_EntryForm_NumberOfBottlesPurchased, #Form_EntryForm_Country, #Form_EntryForm_State, #Form_EntryForm_Source { -webkit-appearance:none; background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%; }

.balloons { width: 30%; position: absolute; margin: auto; left: 0; right: 0; top: 420px; height: 281px; display: none; }

@media screen and (max-width: 2200px) {
  .balloons { top: 400px; height: 240px; width: 34%; }
}
@media screen and (max-width: 2000px) {
  .balloons { top: 370px; height: 220px; }
}
@media screen and (max-width: 1600px) {
  .balloons { top: 350px; height: 212px; width: 37%; }
}
@media screen and (max-width: 1500px) {
  .balloons { top: 326px; }
}
@media screen and (max-width: 1360px) {
  .balloons { top: 330px; height: 190px; width: 38%; }
}
@media screen and (max-width: 1260px) {
  .balloons { top: 310px; width: 40%; }
}
@media screen and (max-width: 1180px) {
  .balloons { top: 300px; width: 43%; }
}
@media screen and (max-width: 1100px) {
  .balloons { top: 275px; width: 45%; height: 185px; }
}
@media screen and (max-width: 1000px) {
  .balloons { height: 166px; }
}
@media screen and (max-width: 800px) {
  .balloons { height: 150px; top: 240px; width: 52%; }
}
@media screen and (max-width: 700px) {
  .balloons { height: 130px; }
}
@media screen and (max-width: 660px) {
  .balloons { width: 54%; }
}
@media screen and (max-width: 600px) {
  .balloons { height: 130px; top: 226px; width: 60%; }
}
@media screen and (max-width: 500px) {
  .balloons { top: 216px; width: 70%; }
}
@media screen and (max-width: 460px) {
  .balloons { width: 76%; }
}
@media screen and (max-width: 414px) {
  .balloons { height: 105px; top: 155px; width: 70%; }
}

.balloons img { position: absolute; }

.dollar { width: 13%; top: 0; left: -1%; z-index:6; animation: dollar 2s alternate infinite; }

@keyframes dollar {
  0% { transform: translateY(0); }
  50% { transform: translateY(2%); }
  100% { transform: translateY(0); }
}

.five { width: 20%; top: 7%; left: 9%; z-index:5; animation: five 3s alternate infinite; }

@keyframes five {
  0% { transform: translateY(0); }
  50% { transform: rotate(1deg); transform: translateY(4%); }
  100% { transform: translateY(1%); }
}

.zero-one { width: 19.6%; top: 18%; left: 27%; z-index:1; animation: zeroone 4s alternate infinite; }

@keyframes zeroone {
  0% { transform: translateY(3%); }
  50% { transform: rotate(-3deg); transform: translateY(8%); transform: translateX(1%); }
  100% { transform: translateY(3%); transform: translateX(0%); }
}


.comma { width: 4.3%; top: 82%; left: 45%; z-index:0; animation: comma 5s alternate infinite; }

@keyframes comma {
  0% { transform: translateY(0); }
  50% { transform: translateY(-2%); }
  100% { transform: translateY(3%); }
}

.zero-two { width: 20%; z-index: 2; left: 43%; top: 6%; transform: rotate(3deg); animation: zerotwo 6s alternate infinite; }

@keyframes zerotwo {
  0% { transform: rotate(3deg); transform: translateY(0); }
  50% { transform: rotate(7deg); transform: translateY(3%); }
  100% { transform: rotate(3deg); transform: translateY(0); }
}

.zero-three { width: 20%; z-index: 3; left: 60%; top: 16%; transform: rotate(3deg); animation: zerothree 4.5s alternate infinite; }

@keyframes zerothree {
  0% { transform: translateY(0); }
  50% { transform: rotate(1deg); transform: translateY(3%);}
  100% { transform: rotate(3deg); transform: translateY(-1%); }
}

.zero-four { width: 20%; z-index: 4; left: 78%; top: 13%; transform: rotate(-3deg); animation: zerofour 5s alternate infinite; }

@keyframes zerofour {
  0% { transform: translateY(0);}
  50% { transform: rotate(6deg); transform: translateY(6%); }
  100% { transform: rotate(-3deg); transform: translateY(-2%); }
}


.moon-bottle-text { width: 48%; float: left; padding-top: 60px; }

.moon-bottle-container { padding: 50px 0 50px 10%; }

@media screen and (max-width: 600px) {
  .moon-bottle-container { padding: 0 0 0 10%; }
  .moon-bottle-text { padding-top: 20px; }
}

@media screen and (max-width: 320px) {
  .moon-bottle-container { padding: 0; }
  .moon-bottle-text { padding-bottom: 20px; width: 100%; }
}

.moon-bottle-image { width: 30%; }
@media screen and (max-width: 375px) {
  .moon-bottle-image { width: 34%; }
}

.moon-liquorland { position: absolute; bottom: 30px; width: 20%; left: 0; }
@media screen and (max-width: 1024px) {
  .moon-liquorland { width: 30%; }
}

@media screen and (max-width: 600px) {
  .moon-liquorland { width: 70%; top: 0; }
}

.moon-border-pattern { position: absolute; bottom: 0; width: 100%; height: 16px; background-color: #000;
  background-image:url("../images/moon-pattern.png"); background-repeat: repeat; }


.soon {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 80%;
    margin: auto;
    width: 26%;
    left: 0;
    right: 0;
    font-size: 33px;
    background-color: rgba(0,0,0,.5);
    line-height: 38px;
    padding: 15px 0px;
    border-radius: 5px;
}

@media screen and (max-width: 1920px) {
  .soon { font-size: 26px; width: 40%; }
}

@media screen and (max-width: 1024px) {
  .soon { width: 66%; }
}

@media screen and (max-width: 768px) {
  .soon { top: 74%; }
}

@media screen and (max-width: 600px) {
  .soon { width: 86%; }
}

@media screen and (max-width: 414px) {
  .soon { font-size: 18px; line-height: 32px; width: 94%; }
}

@media screen and (max-width: 375px) {
  .soon { top: 50%; }
}

.introduction h4 { width: 100%; }

.introduction img { width: 20%; display: inline-block; }

@media screen and (max-width: 768px) {
  .introduction h4 { width: 100%; }
  .introduction img { margin-top: -70px; }
}
@media screen and (max-width: 414px) {
  .introduction h4 { margin-top: 20px; }
  .introduction img { margin-top: -62px; }
}


.form-control[disabled] {
    background-color: #252323;
    opacity: .5;
}

.YOB { 
  border: none;
  border-radius: 3px;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #666;
  margin: 4px;
}

.confirmdisabled { opacity: .5; }
.redborder { border: 1px solid red; }

#B, #C, #D { background-color: #999; }


.live { display: none; }

#age-modal input[type=number]::-webkit-inner-spin-button, 
#age-modal input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}


/* WINNERS PAGE */

.winnerheader { text-align: center; padding-top: 50px; }
.winnercontent { text-align: center; color: #fff; }
.winner-block { width: 40%; margin: auto; border-top: 1px solid #95764D; padding: 60px 0; }
.winner-block ul { margin-left: 0; }
.winner-block p, .winner-block li { font-size: 18px; line-height: 30px; }
.winnercontent h2 { font-size: 48px; margin: 90px 0; }
.winnercontent h3 { font-size: 36px; width: 70%; margin: auto; line-height: 40px; }
.winnercontent h4 { font-size: 22px; color: #95764D; text-transform: uppercase; margin: 20px 0 40px 0;}
.winnercontent h5 { font-size: 28px; text-transform: uppercase; margin: 20px 0;}






/* WHITE THEME */
.White, #successMessage.White { background-color: #FFF; color: #000; }
form .form-control.White { background-color: #FFF; color: #000; }
form .dropdown.White { background-color: #FFF; color: #999; }
.White .footer-links a { color: #000; }
.White h1, .White h2, .White h3, .White h4, .White h5, .White h6 { color: #000; margin-left: auto;
    position: static; }

.White h2.soon { position: absolute; color: #fff; }

/* NEW MOBILE BANNER STYLES */

@media screen and (max-width: 434px) { /*DONE*/
  .header.withbackground.mobile {
    height: 470px;
    margin-top: -65px;
  }
}

@media screen and (max-width: 430px) { /*DONE*/
  .header.withbackground.mobile {
    height: 470px;
    margin-top: -65px;
  }
}

@media screen and (max-width: 414px) {
  .header.withbackground.mobile {
    height: 357px;
    margin-top: 0px;
    background-size: auto 100%;
    background-color: transparent;
  }

  .header { overflow: visible; }
  .moon-border-pattern { bottom: -15px; }
}

@media screen and (max-width: 412px) {
  .header.withbackground.mobile {
    height: 355px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 393px) {
  .header.withbackground.mobile {
    height: 337px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 390px) {
  .header.withbackground.mobile {
    height: 337px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 375px) {
  .header.withbackground.mobile {
    height: 340px;
    margin-top: 0;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 360px) {
  .header.withbackground.mobile {
    height: 326px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 384px) {
  .header.withbackground.mobile {
    height: 326px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 336px) {
  .header.withbackground.mobile {
    height: 300px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}

@media screen and (max-width: 320px) {
  .header.withbackground.mobile {
    height: 300px;
    margin-top: 0px;
  }
  .header { overflow: visible; }
  .moon-border-pattern { bottom: -16px; }
}









