html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  font-family: proxima-nova, sans-serif;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 300;
  height: 100%;
  font-weight: 300;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.initial-section {
    background-image: url('../images/dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    width: 100%;
    float: left;
    clear: both;
}

.logo {
    width: 317px;
    height: 165px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.small-container {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
}

body.invites-sent .small-container,
body.invite-friends-page .small-container,
body.thank-you-verified .small-container {
    width: 345px;
}

.initial-section p.first-p {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    line-height: 22px;
    color: rgba(236, 236, 235, 0.75);
}

.initial-section p.first-p.almost-p {
    margin-top: 0px;
    margin-bottom: 40px;
}

.initial-section p.second-p.almost-p {
    margin-top: 0px;
    margin-bottom: 85px;
}

.initial-section p.first-p.no-bottom-marging {
    margin-bottom: 0px;
}

.initial-section p.second-p {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    color: rgba(236, 236, 235, 0.75);
    margin-bottom: 40px;
    line-height: 22px;
}

.text-input {
    width: 287px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.25);
    padding: 0px;
    border: 0px;
    padding: 14px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
}


.text-input::-webkit-input-placeholder {
    color: #ececeb;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
  }
.text-input:-moz-placeholder {
    color: #ececeb;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
  }
.text-input::-moz-placeholder {
    color: #ececeb;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
  }
.text-input:-ms-input-placeholder {
    color: #ececeb;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
}

.referral-code-holder:after {
    content: "optional";
    color: rgba(236, 236, 235, 0.5);
    font-weight: 100;
    font-style: italic;
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    display: inline-block;
    position: relative;
    left: 237px;
    text-align: left;
    top: -50px;
    font-family: proxima-nova, sans-serif;
}

.referral-code-holder.has-text:after {
    display: none;
}

.section-6-bottom .referral-code-holder:after {
    left: 117px;
}

.input-holder {
    width: 100%;
    height: 49px;
    float: left;
    clear: both;
    margin-bottom: 15px;
}

.reserve-spot {
    width: 100%;
    float: left;
    clear: both;
    line-height: 49px;
    border: 1px solid #59687e;
    border-radius: 3px;
    color: #ececeb;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 28px;
    font-weight: 300;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
}

.arrow-down {
    width: 25px;
    height: 15px;
    position: absolute;
    display: block;
    bottom: 3%;
    left: calc(50% - 12.5px);
    text-align: center;
}

.arrow-down img {
    width: 25px;
    height: 15px;
    cursor: pointer;
}

.menu-icon-container {
  width: 25px;;
  height: 20px;
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 999;
}
.menu-icon-container.menu-opened .menu-icon {
  background-color: transparent;
}
.menu-icon-container.menu-opened .menu-icon::after {
  transform: translateY(-7pt) rotate(-45deg);
}
.menu-icon-container.menu-opened .menu-icon::before {
  transform: translateY(7pt) rotate(45deg);
}

.menu-icon {
  user-select: none;
  display: block;
  width: 18.75pt;
  height: 1.5pt;
  background-color: rgba(236, 236, 235, 0.75);
  position: absolute;
  top: 7.5pt;
}
.menu-icon::after {
  position: absolute;
  display: block;
  left: 0;
  top: 7pt;
  width: 18.75pt;
  height: 1.5pt;
  will-change: transition;
  content: '';
  background-color: rgba(236, 236, 235, 0.75);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.63, 0.64, 0.3, 1);
  transition-delay: initial;
}
.menu-icon::before {
  position: absolute;
  display: block;
  left: 0;
  top: -7pt;
  width: 18.75pt;
  height: 1.5pt;
  content: '';
  background-color: rgba(236, 236, 235, 0.75);
  will-change: transition;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.63, 0.64, 0.3, 1);
  transition-delay: initial;
}
.menu-layer {
  color: #ececeb;
  width: 0%;
  height: 100%;
  color: rgba(236, 236, 235, 0.75);
  background: none;
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  display: none;
}
.menu-layer .page-item {
  color: rgba(236, 236, 235, 0.75);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-layer {
    <!-- background-image: url("../images/pagebg/dark@2x.png"); -->
    background-image: url("../images/dark.jpg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .menu-layer {
    <!-- background-image: url("../images/pagebg/dark@3x.png"); -->
    background-image: url("../images/dark.jpg");
  }
}
.menu-layer .down-arrow {
  background-image: url("../images/button-down/white.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-layer .down-arrow {
    background-image: url("../images/button-down/white@2x.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  .menu-layer .down-arrow {
    background-image: url("../images/button-down/white@3x.png");
  }
}

.menu-layer .menu-list {
    left: -200px;
    top: 100px;
    position: relative;
}
.menu-layer .menu-list .menu-item {
  padding-bottom: 50px;;
  color: #ececeb;
  font-size: 220%;
}
.menu-layer .menu-list .menu-item a,
.menu-layer .menu-list .menu-item a:visited {
  padding-bottom: 50px;;
  color: #ececeb;
  font-size: 22px;
  text-decoration: none;
}

 
.reserve-spot:active,
.reserve-spot.valid {
    background: #65b6c9;
    color: #dde6e7;
    border: 1px solid #65b6c9;
}
.reserve-spot:hover {
    background: #4799b3;
    color: #edeceb;
    border: 1px solid #4799b3;
}
.index-body {
    background-image: url('../images/light.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
}

.sibi-word {
    width: 100%;
    float: left;
    clear: both;
}

.sibi-phonetic {
    width: 570px;
    height: 145px;
    display: block;
    position: absolute;
    left: 51px;
    top: 23%;
}

.sibi-dark {
    width: 180px;
    height: 93px;
    display: block;
    position: absolute;
    top: 43.4%;
    right: 186px;
}

.sibi-latin {
    width: 400px;
    height: 120px;
    display: block;
    position: absolute;
    top: 59.2%;
    right: 108px;
}

.sibi-latin h1 {
    font-size: 24px;
    font-family: proxima-nova, sans-serif;
    font-style: italic;
    color: #414244;
    line-height: 29px;
    font-weight: 100;
    opacity: 0.5;
    margin-left: 17px;
}

.sibi-latin h2, 
.sibi-latin h2 strong {
    opacity: 0.5;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 22px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #414244;
    font-style: italic;
}

.sibi-latin h2 strong {
    font-weight: 600;
    opacity: 1;
}
.sibi-latin h2.second-h2 {
    margin-left: 74px;
}

.sibi-who {
/*    background-image: url('../images/light.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    min-height: 100%;
    width: 100%;
    float: left;
    clear: both;
}

.sibi-who .who-container {
    width: 644px;
    position: absolute;
    height: 170px;
    display: block;
    left: 50px;
    top: 36%;
    opacity: 1;
}

.sibi-who h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 43px;
    text-align: left;
    color: #414244;
    margin-bottom: 30px;
}

.sibi-who p {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    text-align: left;
    color: #414244;
}

.sibi-believe {
/*    background-image: url('../images/light.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    min-height: 100%;
    width: 100%;
    float: left;
    clear: both;
}

.sibi-believe .believe-container {
    width: 644px;
    position: absolute;
    height: 217px;
    display: block;
    left: 50px;
    top: 36%;
}

.sibi-believe h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 43px;
    text-align: left;
    color: #414244;
    margin-bottom: 30px;
}

.sibi-believe p {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    text-align: left;
    color: #414244;
}

.sibi-do {
/*    background-image: url('../images/light.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    min-height: 100%;
    width: 100%;
    float: left;
    clear: both;
}

.sibi-do .do-container {
    width: 644px;
    position: absolute;
    height: 121px;
    display: block;
    left: 50px;
    top: 36%;
}

.sibi-do h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 43px;
    text-align: left;
    color: #414244;
    margin-bottom: 30px;
}

.sibi-do p {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    text-align: left;
    color: #414244;
}

.sibi-land-end {
    background-image: url('../images/dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100%;
    width: 100%;
    float: left;
    clear: both;
}

h1.reserve {
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 100;
    line-height: 43px;
    text-align: center;
    color: rgba(236, 236, 235, 0.75);
    margin-top: 40px;
}

.sibi-land-end p {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    line-height: 22px;
    color: rgba(236, 236, 235, 0.75);
    margin-bottom: 40px;
}

.share-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
}

.facebook {
    margin-right: 50px;
}
.instagram {
    margin-right: 50px;
}

.share-container h4 {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 18px;
    text-align: center;
    color: #ececeb;
    margin-top: 32px;
    margin-bottom: 20px;
}

.share-container h4 img {
    width: 16px;
    height: 15px;
    vertical-align: middle;
}

.share-container a {
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.share-container a:hover {
    opacity: 0.8;
}

.share-container a img {
    width: 100%;
}

.copyright {
    font-family: proxima-nova, sans-serif;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    text-align: center;
    color: rgba(236, 236, 235, 0.75);
    margin-top: 33px;
}

.share-container a.twitter {
    width: 29px;
    height: 24px;
}

h1.page-title {
    width: 100%;
    line-height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
    font-family: 'Lobster', cursive;
    font-size: 44px;
    text-align: center;
    color: #ececeb;
    text-decoration: none;
    font-weight: normal;
}

.p-with-link {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    line-height: 22px;
    color: rgba(236, 236, 235, 0.75);
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: proxima-nova, sans-serif;
}

.p-with-link a {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    color: #65b6c9;
    text-decoration: none;
}

.p-with-link a:hover,
.p-with-link a:active, 
.p-with-link a:visited {
    opacity: 0.8;
}

.sending {
    width: 178px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 150px;
    margin-top: 60px;
}

.sent {
    width: 88px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 92px;
    margin-top: 60px;
}

.thanks {
    width: 197px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 60px;
}

.loader {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.initial-section p.first-p.sent-p {
    margin-bottom: 141px;
}

.submitted-container {
    margin-top: 98px;
}

.thanks-social-container {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}

.thanks-social-container a img {
    width: 100%;
}
  
.thanks-social-container a.thanks-facebook {
    width: 26px;
    height: 26px;
    margin-right: 50px;
    display: inline-block;
}

.thanks-social-container a.thanks-twitter {
    width: 29px;
    height: 24px;
    display: inline-block;
}

.thanks-social-container a.thanks-email {
    margin-right: 50px;
    display: inline-block;
}

.thanks-social-container a.thanks-email img {
    width: 29px;
    height: 22px;
}

.blur-on, .blur-element {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);

    -webkit-transition: all 5s linear;
    transition        : all 5s linear;
    -moz-transition   : all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition     : all 5s linear;
}
.blur-off {
    -webkit-filter: blur(0px) !important;
    -moz-filter   : blur(0px) !important;
    -o-filter     : blur(0px) !important;
    -ms-filter    : blur(0px) !important;
    filter        : blur(0px) !important;
}

.menu-layer:before {
    content: "";
    position: absolute;
    height: 20%; width: 20%;
    background-size: cover;
    background: inherit;
    z-index: -1;
    background-image: url("../images/dark.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.6;
    transform: scale(5);
    transform-origin: top left;
    filter: blur(2px);       
    -moz-transform: scale(5);
    -moz-transform-origin: top left;
    -moz-filter: blur(2px);       
    -webkit-transform: scale(5);
    -webkit-transform-origin: top left;
    -webkit-filter: blur(2px);
    -o-transform: scale(5);
    -o-transform-origin: top left;
    -o-filter: blur(2px);       

    transition        : all 5s linear;
    -moz-transition   : all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition     : all 5s linear;
}

body.menu-open #fullpage {
    filter: blur(5px);       
    -moz-filter: blur(5px);    
    -webkit-filter: blur(5px);
}

.thanks-social-container a:hover {
    opacity: 0.8;
}

.thanks-social-container {
    margin-bottom: 40px;
}

.initial-section p.second-p.thanks-p {
    margin-bottom: 22px;
}

.back-to-home {
    width: 49px;
    height: 49px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: 3%;
    left: calc(50% - 24.5px);
}

.section-2-container {
    width: inherit;
    height: inherit;
}

.back-to-home img {
    width: 100%;
}

.invites {
    width: 209px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 60px;
    margin-top: 60px;
}

.initial-section p.second-p.invites-p {
    margin-bottom: 50px;
}

.thanks-social-container.invite-social {
    margin-bottom: 50px;
}

.invite-friends {
    width: 231px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 60px;
    margin-top: 60px;
}

.email-preferences {
    width: 298px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 60px;
    margin-top: 60px;
}

.email-preferences-page-container .email-preferences-form .page-item {
  margin-top: 30pt;
  padding-left: 0;
  padding-right: 0;
}
.email-preferences-page-container .email-preferences-form .page-item:first-of-type {
  margin-top: 0;
}
.email-preferences-updated-page-container {
  width: 100vw;
  height: 100vh;
}
.email-preferences-updated-page-container .mark-container {
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  width: 67.5pt;
  height: 67.5pt;
  display: block;
  border-width: 2.4pt;
  border-color: rgba(236, 236, 235, 0.75);
  border-radius: 50%;
  border-style: solid;
  background-color: transparent;
  padding: 0;
}
.email-preferences-updated-page-container .mark {
  padding: 0;
  line-height: 67.5pt;
  width: 67.5pt;
  height: 67.5pt;
  background-color: transparent;
  background-image: url('../images/Check.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.email-preferences-updated-page-container .page-item.text-item {
  font-size: 180%;
}

.app-form [type="checkbox"] {
  display: none;
}
.app-form [type="checkbox"]:checked + label,
.app-form [type="checkbox"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  padding-left: 71.75pt;
  width: 100%;
  font-size: 180%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36.75pt;
  display: inline-block;
  text-align: left;
  padding-top: 0.25em;
  color: rgba(236, 236, 235, 0.75);
}
.app-form [type="checkbox"]:checked + label .smaller,
.app-form [type="checkbox"]:not(:checked) + label .smaller {
  font-size: 83%;
}
.app-form [type="checkbox"]:checked + label:before,
.app-form [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36.75pt;
  height: 36.75pt;
  border-color: rgba(236, 236, 235, 0.75);
  border-style: solid;
  border-width: 1.275pt;
  border-radius: 50%;
  margin-left: 15pt;
  text-align: center;
}
.app-form [type="checkbox"]:checked + label:after,
.app-form [type="checkbox"]:not(:checked) + label:after {
  /*content: '\02713';*/
  content: url('../images/Check.svg');
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26pt;
  line-height: 36.75pt;
  color: rgba(236, 236, 235, 0.75);
  transition: all 0.2s;
  width: 36.75pt;
  height: 36.75pt;
  margin-left: 15pt;
  text-align: center;
}
.app-form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.app-form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.save-preferences {
    width: 100%;
    display: block;
    line-height: 49px;
    border-radius: 3px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 28px;
    font-weight: 300;
    background: #65b6c9;
    color: #dde6e7;
    border: 1px solid #65b6c9;
    cursor: point;
    -webkit-appearance: none;
}

.save-preferences:hover {
    background: #4399b4;
    border: 1px solid #4399b4;
}

.updated {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid rgba(236, 236, 235, 0.75);
    text-align: center;
    margin-bottom: 50px;
}

.updated img {
    width: 45px;
    height: 45px;
    margin-top: 22px;
}

.initial-section p.second-p.updated-p {
    margin-top: 0px;
    margin-bottom: 70px;
}

.initial-section p.second-p.updated-last-p {
    margin-top: 0px;
    margin-bottom: 66px;
}

.image-404 {
    width: 128px;
    height: 192px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.clear {
    clear: both;
}
#section-1.initial-section p.first-p.for-mobile {
    display: none;
}
.sibi-land-end .for-mobile {
    display: none;
}
.sibi-land-end p.third-p {
    display: none;
}
.section-6-bottom {
    position: absolute;
    bottom: 3%;
    left: calc(50% - 157.5px);
    width: 315px;
}