.bubPic {
  position: relative;
  overflow: hidden;
}

.bubPic img {
  width: 100%;
}

.bubContainer {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1920px;
  height: 85%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}


/* Main bubbles */

.bubble-holder {
  width: 100%;
  height: 1000px;
  position: relative;
  overflow: hidden;
}

.bubble-1 {
  left: 8%;
  animation-delay: 1s;
}

.bubble-1 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 0s;
}

.bubble-2 {
  left: 40%;
  animation-delay: 2s;
}

.bubble-2 .bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 2s;
}

.bubble-3 {
  right: 15%;
  animation-delay: 1s;
}

.bubble-3 .bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 1.5s;
}

.bubble-4 {
  left: 8%;
  animation-delay: 2s;
}

.bubble-4 .bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 3s;
}

.bubble-5 {
  left: 40%;
  animation-delay: 1s;
}

.bubble-5 .bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 0;
}

.bubble-6 {
  left: 45%;
  animation-delay: 2s;
}

.bubble-6 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 3.5s;
}

.bubble-7 {
  right: 15%;
  animation-delay: 1s;
}

.bubble-7 .bubble-animation-y {
  animation-duration: 5.5s;
  animation-delay: 3s;
}

.bubble-8 {
  right: 5%;
  animation-delay: 2s;
}

.bubble-8 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 3s;
}

.bubble-9 {
  left: 28%;
  animation-delay: 1s;
}

.bubble-9 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 1s;
}

.bubble-10 {
  left: 60%;
  animation-delay: 2s;
}

.bubble-10 .bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 3s;
}

.bubble-11 {
  right: 35%;
  animation-delay: 1s;
}

.bubble-11 .bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 2.25s;
}

.bubble-12 {
  left: 18%;
  animation-delay: 1.5s;
}

.bubble-12 .bubble-animation-y {
  animation-duration: 6s;
  animation-delay: 2.5s;
}

.bubble-13 {
  left: 50%;
  animation-delay: 1s;
}

.bubble-13 .bubble-animation-y {
  animation-duration: 5s;
  animation-delay: 2s;
}

.bubble-14 {
  left: 65%;
  animation-delay: 2s;
}

.bubble-14 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 4.5s;
}

.bubble-15 {
  right: 35%;
  animation-delay: 1s;
}

.bubble-15 .bubble-animation-y {
  animation-duration: 5.5s;
  animation-delay: 4s;
}

.bubble-16 {
  right: 15%;
  animation-delay: 2s;
}

.bubble-16 .bubble-animation-y {
  animation-duration: 7s;
  animation-delay: 2.5s;
}


/* Static Circles 

.bubble-static {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #055E8F;
  position: absolute;
}

.bubble-9 {
  top: -375px;
  left: 14%;  
}

.bubble-10 {
  bottom: -350px;
  right: -50px;	
}
*/
.bubble-container {
  position: absolute;
  bottom: -250px;
}

/*.bubble-large, .bubble-small {
  border-radius: 100%;  
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1), 
  inset 0px 10px 30px 5px rgba(96, 147, 195, 1);
}*/

.bubble-large {
  /*border: 7px solid #055E8F;*/
  background-image: url("/images/2023/bub13.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.bubble-medium {
  /*border: 5px solid #055E8F;*/
  background-image: url("/images/2023/bub13.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 45px;
}

.bubble-small {
  /*border: 5px solid #055E8F;*/
  background-image: url("/images/2023/bub13.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.bubble-animation-x {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bubbleXAnimFrames;
  animation-timing-function: ease;
  animation-direction: alternate;
}

.bubble-animation-y {
  animation-iteration-count: infinite;
  animation-name: bubbleYAnimFrames;
  animation-timing-function: linear;
}


@keyframes bubbleXAnimFrames {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50px);
  }
}

@keyframes bubbleYAnimFrames {
  0% {
    transform: translateY(0);
  }

  80% {
    opacity: 85%;
  }

  100% {
    transform: translateY(-1250px);
    opacity: 0;
  }
}



/* 2023 MOBILE NAVIGATION */

.mob_nav23 {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.bac_cta23 {
  display: inline-block;
  padding: .3em 1em;
  width: 60px;
  height: 60px;
}

.img_mobnav23 {
  text-align: center;
}

.mobnavlink23 a {
  font-family: 'LansdowneDEMO';
  font-size: 40px;
  color: #ddd9c3 !important;
}

.mobnavlink24 a {
  font-family: 'modesto-condensed', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #ddd9c3 !important;
}

.ftr_hotel {
  position: absolute;
  bottom: -28px;
  right: 0;
  width: 200px;
  height: 100px;
  padding-top: 18px;
  padding-right: 20px;
  text-align: right;
}

.ftr_contact {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 35%;
  height: 94px;
  padding-top: 6px;
  padding-left: 20px;
  text-align: left;
  color: #ddd9c3 !important;
  font-size: 14px;
  line-height: 1.5;
}

.ftr_contact p {
  color: #ddd9c3 !important;
}

.ftr_contact a:link {
  color: #ffffff !important;
}

.ftr_contact a:visited {
  color: #ffffff !important;
}

.ftr_contact a:hover {
  color: #ffffff !important;
}

.ftr_contact a:active {
  color: #ffffff !important;
}

.mob_ftr_contact {
  text-align: center;
  font-size: 16px;
  color: #ddd9c3 !important;
  padding-top: 20px;
}

.mob_ftr_contact a:link {
  color: #ffffff !important;
}

.mob_ftr_contact a:visited {
  color: #ffffff !important;
}

.mob_ftr_contact a:hover {
  color: #ffffff !important;
}

.mob_ftr_contact a:active {
  color: #ffffff !important;
}

.mob_ftr_hotel {
  margin: 14px auto;
  width: 200px;
}

.hdr_links {
  font-family: 'modesto-condensed', serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  color: #ddd9c3 !important;
  float: left;
  padding-top: 22px;
  padding-left: 15px;
}

.hdr_links a:link {
  color: #ddd9c3 !important;
}

.hdr_links a:visited {
  color: #ddd9c3 !important;
}

.hdr_links a:hover {
  color: #ddd9c3 !important;
}

.hdr_links a:active {
  color: #ddd9c3 !important;
}




.center:before,
.center:after,
.center div {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  margin: 7px 0;
}


.accordion {
  width: 82%;
  margin: auto;
}


.vidsizer {
  width: 40%;
  height: auto;
}


.nyt_critic {
  width: 80%;
  max-width: 1650px;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.nyt_critic_text {
  width: 93%;
  color: rgb(255, 255, 255);
  font-family: 'Vidaloka', serif;
  font-size: 36px;
  padding: 20px 0 20px 10px;
}

.nyt_critic_pic {
  width: 7%;
  padding-top: 10px;
}





/* --- MOBILE --- */

@media (min-width:0) and (max-width:575px) {
  .mob_nav23 {
    display: block;
  }

  .accordion {
    width: 100%;
    margin: auto;
  }

  .nyt_critic_text {
    width: 80%;
    color: rgb(221, 217, 195);
    font-family: 'LansdowneDEMO';
    font-size: 22px;
    padding: 20px 0 20px 10px;
  }

  .nyt_critic_pic {
    width: 20%;
    padding-top: 20px;
  }


}

@media (min-width:0) and (max-width:991px) {
  .ftr_contact {
    font-size: 11px;
  }

  .vidsizer {
    width: 100%;
    height: auto;
  }
}


.dt_text {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}

.balloon_bob {
  position: absolute;
  top: 0;
  left: 0;
  animation: updown 4s ease infinite;
}

.anm_baclogo {
  position: absolute;
  top: 0;
  left: 0;
}

.anm_globe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.anm_sparkle01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.anm_sparkle02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.anm_kiddos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.anm_greatest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.anmob_container {
  position: relative;
}

.anmob_globe {
  position: absolute;
  top: 0;
  left: 0;
}

.anmob_sparkle01 {
  position: absolute;
  top: 0;
  left: 0;
}

.anmob_sparkle02 {
  position: absolute;
  top: 0;
  left: 0;
}

.anmob_kiddos {
  position: absolute;
  top: 0;
  left: 0;
}

.anmob_bg {
  position: absolute;
  top: 0;
  left: 0;
}




@keyframes updown {
  0% {
    transform: translateY(-1%);
  }

  50% {
    transform: translateY(1%);
  }

  100% {
    transform: translateY(-1%);
  }
}