body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Tempo Std';
  src: url('https://s0.2mdn.net/creatives/assets/4179007/TempoStd-HeavyCondensed.woff2') format('woff2'),
      url('https://s0.2mdn.net/creatives/assets/4179007/TempoStd-HeavyCondensed.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  
}

*{box-sizing: border-box;margin:0;padding:0}
#wrapper,
#click_through,
#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 728px;
  height: 90px;
  overflow: hidden;
  z-index: 9;
}
#wrapper {
  position: relative;
  background-color: #fff;
  visibility: hidden;
  border: 1px solid #c00;
}
#wrapper.show {
  visibility: visible;
}

#click_through {
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  
}


/* New CSS starts here */
#frame1bg, #carnival_logo, #frame2bg{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}


#legalhover {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  font-size: 11px;
  line-height: 15px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  padding: 10px;
  overflow-y: auto;
  display: flex;
  font-weight: 300;
}

#frame1bg, #frame2bg{
  width: 728px;
  background-size: cover;
}

#frame1bgWrap{
  position: absolute;
  height: 90px;
  width: 728px;
  bottom: -3px;
  right: 218px;
  z-index: 1;
}

#frame1model{
  width: 145px;
  height: 90px;
  margin: 0px auto;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
  background-repeat:no-repeat;
  background-position: center center
}

/* #frame1model{
  position: absolute;
  height: 250px;
  width: 191px;
  bottom: -5px;
  right: 0;
} */

#cta1, #cta2 {
  position: absolute;
  left: auto;
  right: 20px;
  bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  height: 28px;
  background-color: #dc1225;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  text-transform: none;
  font-family: 'Tempo Std';
  text-align: left;
  padding-left: 13px;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  top: 30px;
}

#frame1copy, #frame2copy{
  font-size: 24.31px;
  line-height: 26.7px;
  color: #000b67;
  font-family: 'Tempo Std';
  top: 5px;
  left: 168px;
  right: auto;
  text-align: left;
  position: absolute;
  letter-spacing: 0.5px;
  z-index: 1;
  text-transform: uppercase;
}
#frame1copy span, #frame2copy span{
  display: block;
}

#price_point, #price_point2{
  font-size: 16.14px;
  line-height: 18px;
  color: #000b67;
  font-family: 'Tempo Std';
  top: 11px;
  left: auto;
  right: 139px;
  text-align: left;
  position: absolute;
  z-index: 1;
  width: 79px;
  text-transform: uppercase;
}
#price_point span, #price_point2 span{
  display: inline-block;
}
  
#price_copy, #price_copy2{
  font-size: 31.44px;
  line-height: 36px;
  color: #000b67;
  font-family: 'Tempo Std';
  top: 50px;
  left: auto;
  right: 134px;
  text-align: left;
  position: absolute;
  z-index: 1;
}
#price_copy span, #price_copy2 span{
  display: inline-block;
}

#legal{
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  bottom: 5px;
  right: 6px;
  left: auto;
  position: absolute;
  z-index: 11;
}

/* .modelanimate{
  -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
 */
#carnival_logo{
  z-index: 2;
}

@-moz-keyframes spin {
   0% { -moz-transform: rotate(-3deg); }
   25% { -moz-transform: rotate(0deg); }
   50% { -moz-transform: rotate(3deg); }
   75% { -moz-transform: rotate(0deg); }
   100% { -moz-transform: rotate(-3deg); }
}
@-webkit-keyframes spin { 
  0% { -webkit-transform: rotate(-3deg); }
   25% { -webkit-transform: rotate(0deg); }
   50% { -webkit-transform: rotate(3deg); }
   75% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(-3deg); }
}


.pulse-effect {
  -webkit-animation: pulse .45s ease;
  animation: pulse .45s ease;
}

@-webkit-keyframes pulse {
  0% {
      
      -webkit-transform: none;
      transform: none;
  }

  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }

  100% {
      
      -webkit-transform: none;
      transform: none;
  }
}

@keyframes pulse {
  0% {
      
      -webkit-transform: none;
      transform: none;
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
      
      -webkit-transform: none;
      transform: none;
  }
}

#cta1:before, #cta2:before{
  position: absolute;
  top: 0;
  left: -105px;
  z-index: 2;
  display: block;
  content: '';
  width: 21px;
  height: 75px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 1;
 
}

#cta1.shine:before, #cta2.shine:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  0% {left: -105px; }
  /* 50% {right: 111px; } */
  100% {left: 111px; }
}
@keyframes shine {
  0% {left: -105px; }
  /* 50% {right: 111px; } */
  100% {left: 111px; }
}

#cta1:after, #cta2:after{
  content: "";
  background: url(arrow.png) no-repeat;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 8px;
}

#legalhover p{
  display: block;
  padding-left: 10px;
}

#legalhover img{
  width: 100px;
}

.cart_abandoner_courtesy_hold  #frame1bgWrap{
  width: 300px;
  bottom: -3px;
  right: 0;
  z-index: 1;
  left: auto;
}

.cart_abandoner_courtesy_hold #frame1model{
  margin: 0px;
}

.comeback_hello_fun_v1_v2 #frame1copy{
  font-size: 23.31px;
    line-height: 23px;
    top: 6px;
	left:168px;
}

.comeback_hello_fun_v1_v2 #frame1bgWrap{
  width: 115px;
    bottom: -3px;
    right: 20px;
    z-index: 1;
    left: auto;
}

.comeback_hello_fun_v1_v2 #frame1model{
  margin: 0px;
}

.comeback_hello_fun_v1_v2 #price_point{
  left: auto;
    right: 229px;
}

.comeback_hello_fun_v1_v2 #price_copy{
  left: auto;
    right: 248px;
}

.comeback_hello_fun_v1_v2 #cta1{
  right: 118px;
}

.comeback_you_never_gave_up #frame1copy, .comeback_you_never_gave_up #price_point, .comeback_you_never_gave_up #price_copy,.the_most_fun_together #legal{
  color: #fff;
} 

.comeback_you_never_gave_up #frame1copy{
  font-size: 19.31px;
  line-height: 18px;
  top: 10px;
}

.comeback_you_never_gave_up #price_point{
  right: 286px;
}

.comeback_you_never_gave_up #price_copy{
  right: 305px;
}

.comeback_you_never_gave_up #cta1{
  right: 174px;
}

.comeback_you_never_gave_up #frame1bgWrap{
  width: 144px;
    right: 137px;
}

.comeback_you_never_gave_up #frame1model{
  margin: 0px;
}

.comeback_you_never_gave_up #cta1{
  right: 18px;
}

.do_way_more_spend_way_less #price_point{
  width: 110px;
  right: 257px;
}

.do_way_more_spend_way_less #price_copy{
  right: 306px;
}
.do_way_more_spend_way_less #frame1copy{
left:153px
}
.do_way_more_spend_way_less #cta1{
  right: 148px;
}

.early_saver_fun_ones #frame1bgWrap{
  width: 120px;
  bottom: -3px;
  right: 20px;
}
.early_saver_fun_ones #frame1model{
  margin: 0px;
}
.early_saver_fun_ones #price_point{
  right: 236px;
}

.early_saver_fun_ones #price_copy{
  right: 255px;
}

.early_saver_fun_ones #cta1{
  right: 130px;
}
.family_message  #frame1bgWrap{
  width: 140px;
    bottom: -3px;
    right: 20px;
}
.family_message #frame1model{
  margin: 0px;
}
.family_message #price_point{
  right: 295px;
}
.family_message #price_copy{
  right: 315px;
}
.family_message #cta1{
  right: 180px;
}
.family_message #frame1copy{
 font-size: 23.31px;
    line-height: 23px;
	left:158px
}
.incredible_new_experiences  #price_point{
  top: 7px;
  right: 245px;
  font-size: 13.14px;
  width: 67px;
    line-height: 14px;
}
.incredible_new_experiences #price_copy{
  right: 253px;
}
.incredible_new_experiences  #cta1{
  right: 120px;
}
.lf_amazing_vacation #frame2copy{
  width: 170px;
}
.lf_amazing_vacation #price_point2{
  right: 310px;
}
.lf_amazing_vacation #price_copy2{
  right: 330px;
}
.lf_amazing_vacation #cta1{
  right: 150px;
}
.lf_amazing_vacation #cta2{
  right: 150px;
}
.lf_calendar_feeling #frame2copy{
  width: 150px;
}
.lf_calendar_feeling #price_point2{
  right: 310px;
}
.lf_calendar_feeling #price_copy2{
  right: 330px;
}
.lf_calendar_feeling #cta2{
  right: 150px;
}
.lf_calendar_feeling #frame1copy{
  width: 160px;
  left:178px
}
.lf_calendar_feeling #frame1bgWrap{
  width: 170px;
    bottom: -3px;
    right: 20px;
}
.lf_calendar_feeling #frame1model{
  margin: 0px;
}
.lf_calendar_feeling #cta1{
  right: 200px;
}
.lf_make_it_yours #frame1copy{
  width: 150px;
}
.lf_make_it_yours #cta1{
  right: 200px;
}
.lf_make_it_yours #frame1bgWrap{
  width: 200px;
    bottom: -17px;
    right: -8px;
}
.lf_make_it_yours #frame2copy{
  width: 186px;
  top:9px;
}
.lf_make_it_yours #price_point2{
  right: 280px;
}
.lf_make_it_yours #price_copy2{
  right: 304px;
}
.lf_make_it_yours #cta2{
  right: 180px;
}
.lf_youre_so_close #frame2copy{
  width: 150px;
}
.lf_youre_so_close #price_point2{
  right: 310px;
}
.lf_youre_so_close #price_copy2{
  right: 330px;
}
.lf_youre_so_close #cta2{
  right: 190px;
}
.lf_youre_so_close #frame1bgWrap{
  width: 728px;
    bottom: 0px;
    left: 0px;
}
.lf_youre_so_close #frame1model{
	/* -webkit-animation:none;
  -moz-animation:none;
  animation:none; */
}
.lf_youre_so_close #frame1model{
  position: absolute;
  right: 0;
  width: 130px;
    height: 90px;
    background-size: 100%;
}
.lf_youre_so_close #frame1copy{
  font-size: 18.31px;
  line-height: 18px;
  z-index:2;
}
.lf_youre_so_close #cta1{ 
  right: 220px;
}
.military #frame1copy{
  font-size: 19.31px;
    line-height: 21px;
	left:168px;
	top:2px
}

.military #frame1bgWrap{
  width: 100px;
    bottom: -3px;
    right: 30px;
}
.military #frame1model{
  margin: 0px;
}
.military #price_point{
  right: 210px;
}
.military #legal{
	right:auto;
	left:6px
}
.military #price_copy{
  right: 229px;
}
.military #cta1{
  right: 100px;
}
.sales  #frame1copy, .sales #price_point,.sales  #price_copy{
  color: #fff;
}
.sales #frame1copy{
  color: #fff;
    font-size: 30px;
    line-height: 32px;
    width: 412px;
    top: 50%;
    left: 152px;
    transform: translateY(-50%);
    text-align: center;
}
.sales  #frame2copy{
  color: #fff;
  font-size: 24px;
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.sales #price_copy2
{
  color: #fff;
  right: 150px;
}
.sales #price_point2
{
  color: #fff;
  right:129px;
}
.sales #cta1{
  right: 55px;
}
.sales #price_copy{
  right: 178px;
  top: 26px;
}
.sales #price_point{
  right: 226px;
    top: 27px;
}
.shaq_mini_cruises #frame1copy{
  font-size: 23.31px;
    line-height: 23px;
	color: #fff;
	top:11px
}
.shaq_mini_cruises #frame1bgWrap{
  width: 133px;
    bottom: -3px;
    right: 20px;
}
.shaq_mini_cruises #frame1model{
  margin: 0px;
}
.shaq_mini_cruises #price_point{
  right: 240px;
  color: #fff;
}
.shaq_mini_cruises #price_copy{
  right: 264px;
  color: #fff;
}
.shaq_mini_cruises #cta1{
  right: 150px;
}
.the_most_fun_together  #frame1copy{
  font-size: 26.31px;
    line-height: 26px;
}
.the_most_fun_together #price_point{
  right: 251px;
    text-align: left;
    font-size: 13.14px;
    line-height: 14px;
    top: 9px;
    width: 77px;
	text-align:left
}
.the_most_fun_together #price_copy{
  right: 270px;
}
.the_most_fun_together #cta1{
  right: 150px;
}
.ultimate_beach_vacation #frame1copy,
.lf_amazing_vacation #frame1copy{
  top:20px
}
.ultimate_beach_vacation #price_point2{
  right: 260px;
    text-align: left;
}
.ultimate_beach_vacation #price_copy2{
  right: 279px;
}
.vacation_has_it_all #price_point{
  top: 9px;
  left: auto;
  right: 254px;
  text-align: left;
  font-size: 14.14px;
    line-height: 14px;
    width: 76px;
	text-align:left;
}
.vacation_has_it_all #price_copy{
  right: 270px;
}
.vacation_has_it_all #cta1{
  right: 130px;
}
.value_included  #frame1copy{
  top: 10px;
  left: 178px;
  font-size: 17.31px;
    line-height: 18px;
	color:#fff;
}
.value_included  #frame1bgWrap{
  width: 135px;
  bottom: -3px;
  right: 132px;
}
.value_included #price_copy{
  right: 311px;
  color:#fff;
}
.value_included #price_point{
  right: 290px;
  color:#fff;
}

.mac #cta1, .mac #cta2 {
  line-height: 33px;
}
.mac #f1_copy2{
  
}
.ultimate_beach_vacation #legal,
.comeback_you_never_gave_up #legal,
.cart_abandoner_courtesy_hold #legal,
.comeback_hello_fun_v1_v2 #legal,
.full_on_couples #legal,
.family_message #legal,
.do_way_more_spend_way_less #legal,
.value_included  #legal,
.military #legal,
.lf_make_it_yours #legal{
    color:#000
}
.comeback_cruise_you_soon #frame1copy,.comeback_cruise_you_soon #frame2copy{
	color:#fff;
	top: 21px;
	left:163px;
}
.comeback_cruise_you_soon #price_point,.comeback_cruise_you_soon #price_point2{
	right: 184px;
    top: 30px;
	color:#fff
}
.comeback_cruise_you_soon #price_copy,.comeback_cruise_you_soon #price_copy2{
	right: 137px;
    top: 30px;
	color:#fff
}
.comeback_cruise_you_soon #frame1bgWrap{
	right: -37px;
}
.full_on_couples #frame2copy{
	top: 7px;
    font-size: 17px;
    width: 155px;
    line-height: 19px;
}
.full_on_couples #frame2copy span:nth-child(1) img{
	width:72%
}
.full_on_couples #cta2,.full_on_couples #cta1{
	right:170px
}
.full_on_couples #price_point2{
	right:300px
}
.full_on_couples #price_copy2{
	right:320px
}

.comeback_hello_fun_v1_v2 #frame1copy span:nth-child(3),
.comeback_hello_fun_v1_v2 #frame1copy span:nth-child(4){
	font-size: 13px;
    font-weight: 800;
    font-family: Helvetica, Sans-Serif;
    line-height: 13px;
    margin-top: 3px;
}
.family_message #frame1copy span:nth-child(3),
.family_message #frame1copy span:nth-child(4){
	font-size: 13px;
    font-weight: 800;
    font-family: Helvetica, Sans-Serif;
    line-height: 13px;
    margin-top: 3px;
}

.shaq_mini_cruises #frame1copy span:nth-child(3),
.shaq_mini_cruises #frame1copy span:nth-child(4){
  	font-size: 13px;
    font-weight: 800;
    font-family: Helvetica, Sans-Serif;
    line-height: 13px;
    margin-top: 3px;
}


/*------btf_early_saver  start-----------*/

.btf_early_saver #frame1copy {
  font-size: 25.56px;
  line-height: 22.75px;
  color: #fff;
  font-family: 'Tempo Std';
  top: 7px;
  left: 151px;
  text-shadow: 0 5px 7px #0e195126;

  }

  .btf_early_saver #price_point {
  font-size: 16.64px;
  line-height: 15.64px;
  color: #fff;
  top: 55px;
  left: 151px;
  width: 115px;
  text-shadow: 0 5px 7px #0e195126;

  }

  .btf_early_saver #price_copy {
      font-size: 17px;
      line-height: 17px;
      color: #fff;
      top: 22px;
      left: 305px;
      width:107px;
      text-shadow: 0 5px 7px #0e195126;
      text-align: center;
  
    }

    .btf_early_saver #price_copy span:last-child{
      font-size:34px;
      line-height: 34px;
      left:330px;
      
    }
    
    .btf_early_saver #cta1 {
      right: 175px;
      width: 130px;
 height: auto;
    font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
      top: 45px;
    }
    .btf_early_saver.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .btf_early_saver.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .btf_early_saver.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    
    

    .btf_early_saver #cta1:after {
      width: 6px;
      height: 13px;
      top: 12px;
      right: 14px;
      }
         .btf_early_saver.mac #cta1:after {
        top: 10px;
      }
      

    .btf_early_saver #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_early_saver #frame1bgWrap {
     height: 90px;
      width: 728px;
      right: 0;
        }

  .btf_early_saver #frame1model {
        width: 166px;
    height: 108px;
    position: absolute;
    right: 0px;
    }


/*------btf_early_saver  end-------------*/


/*------btf_abandoner  start-----------*/

.btf_abandoner #frame1copy {
  font-size: 21px;
  line-height: 100%;
  color: #052049;
  font-family: 'Tempo Std';
  top: 3px;
  left: 174px;
  text-shadow: 0 5px 7px #0e195126;
}

.btf_abandoner #price_point {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  top: 69px;
  left: 173px;
  width: 250px;
  text-shadow: 0 5px 7px #0e195126;
}



.btf_abandoner #price_copy {
  font-size: 15.0px;
  line-height: 15.0px;
  color: #052049;
  top: 10px;
  left: 435px;
  width: 120px;
  text-shadow: 0 5px 7px #0e195126;
  text-align: left;
}

.btf_abandoner #price_copy span:last-child{
  font-size: 34px;
  line-height: 0px;
  left: 330px;
}

    

    .btf_abandoner #cta1 {
      top: 45px;
      right: 165px;
      width: 130px;
      font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
    }
    .btf_abandoner.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .btf_abandoner.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .btf_abandoner.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    
    

    .btf_abandoner #cta1:after {
      width: 6px;
      height: 13px;
      top: 12px;
      right: 14px;
      }
         .btf_abandoner.mac #cta1:after {
        top: 10px;
      }


    .btf_abandoner #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_abandoner #frame1bgWrap {
      height: 163px;
      width: 218px;
      right: -16px;
top: -38px;
  }

  .btf_abandoner #frame1model {
    width: 218px;
    height: 163px;
    right: -24px;
    position: absolute;
    animation: none;
}


    .btf_abandoner #legal {
      font-size: 10px;
      line-height: 13px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      left: 3px;
      right:auto;
      top:74px;
      
    }

/*------btf_abandoner  end-------------*/



/*------btf_lower_funnel  start-----------*/

.btf_lower_funnel #frame1copy {
  font-size: 25.34px;
  line-height: 22.62px;
  color: #fff;
  font-family: 'Tempo Std';
  top: 14px;
  left: 156px;
  text-shadow: 0 5px 7px #0e195126;

  }

  .btf_lower_funnel #price_point {
  font-size: 17.22px;
  line-height: 17.22px;
  color: #fff;
  top: 63px;
  left: 158px;
  width: 250px;
  text-shadow: 0 5px 7px #0e195126;

  }

  .btf_lower_funnel #price_copy {
      font-size: 15.0px;
      line-height: 15.0px;
      color: #fff;
      top: 8px;
      left: 426px;
      width:120px;
      text-shadow: 0 5px 7px #0e195126;
      text-align: left;
  
    }

    .btf_lower_funnel #price_copy span:last-child{
      font-size:36px;
      line-height: 0px;
      left:330px;
      
    }
    
    .btf_lower_funnel #cta1 {
      right: 178px;
      width: 130px;
      height: auto;
      font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
      top: 45px;
    }
    .btf_lower_funnel.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .btf_lower_funnel.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .btf_lower_funnel.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    

    .btf_lower_funnel #cta1:after {
      width: 6px;
      height: 13px;
      top: 12px;
      right: 14px;
      }
      .btf_lower_funnel.mac #cta1:after {
        top: 10px;
      }

    .btf_lower_funnel #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_lower_funnel #frame1bgWrap {
        height: 90px;
    width: 728px;
    right: 0px;
        }

  .btf_lower_funnel #frame1model {
      width: 165px;
    height: 90px;
    right: 0;
    position: absolute;
    }


    .btf_lower_funnel #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      left: 7px;
      top:76px
      
    }

    
   


/*------btf_lower_funnel  end-------------*/



/*------btf_family  start-----------*/

.btf_family #frame1copy {
  font-size: 33.30px;
  line-height: 29.08px;
  color: #fff;
  font-family: 'Tempo Std';
  top: 2px;
  left: 148px;
  text-shadow: 0 5px 7px #0e195126;
  letter-spacing: 0.2px;
}

.btf_family.mac #frame1copy {
  top: 6px;
}


.btf_family #price_point {
  font-size: 14.70px;
  line-height: 14.14px;
  color: #fff;
  top: 61px;
  left: 150px;
  width: 250px;
  text-shadow: 0 5px 7px #0e195126;
}

  .btf_family #price_copy {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    top: 20px;
    left: 275px;
    width: 120px;
    text-shadow: 0 5px 7px #0e195126;
    text-align: center;
}
.btf_family #price_copy span br{
  display:inline;
}
    .btf_family #price_copy span:last-child{
      font-size:44px;
      display:block;
      margin-top:12px;
      
    }

    .btf_family.mac #price_copy span:last-child{
      margin-top:16px;
    }

    
    .btf_family #cta1 {
      right: 183px;
      width: 130px;
      font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
    }
    
    .btf_family.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .btf_family.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .btf_family.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }


    .btf_family #cta1:after {
      width: 9px;
      height: 12px;
      top: 13px;
      right: 12px;
      }
      
      .btf_family.mac #cta1:after {
        top: 10px;
        right:13px;
      }
   
   

    .btf_family #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_family #frame1bgWrap {
        height: 90px;
    width: 728px;
    right: 0px;
        }

  .btf_family #frame1model {
      width: 165px;
    height: 90px;
    right: 0;
    position: absolute;
    }


    .btf_family #legal {
      font-size: 10px;
      line-height: 13px;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      right: 7px;
      left:auto;
      top:76px;
      
    }

/*------btf_family  end-------------*/


/*------btf_flip_flops  start-----------*/

.btf_flip_flops #frame1copy {
  font-size: 25.3px;
  line-height: 90%;
  color: #fff;
  font-family: 'Tempo Std';
  top: 3px;
  left: 150px;
  text-shadow: 0 10px 7px #0e195165;
}
.btf_flip_flops.mac #frame1copy {
   top: 5px;
}
.btf_flip_flops.ios #frame1copy {
   top: 5px;
}
.btf_flip_flops.android #frame1copy {
   top: 5px;
}
.btf_flip_flops #price_point {
  font-size: 19.4px;
  line-height: 100%;
  color: #fff;
  top: 50px;
  left: 150px;
  width: 250px;
  text-shadow: 0 10px 7px #0e195165;
}

.btf_flip_flops #price_copy {
  font-size: 15.0px;
  line-height: 15.0px;
  color: #fff;
  top: 15px;
  left: 340px;
  width: 120px;
  text-shadow: 0 10px 7px #0e195165;
  text-align: center;
}
.btf_flip_flops #price_copy span br{
  display:inline;
}
    .btf_flip_flops #price_copy span:last-child{
      font-size:46px;
      display:block;
      margin-top:12px;
      
    }
    .btf_flip_flops #price_copy span:last-child{
      line-height: 23px;
    }
    
    .btf_flip_flops #cta1 {
      top: 30px;
      right: 124px;
      width: 130px;
      font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
    }
    .btf_flip_flops.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .btf_flip_flops.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .btf_flip_flops.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    
    

    .btf_flip_flops #cta1:after {
      width: 5px;
      height: 12px;
      top: 12px;
      right: 14px;
      }
   
      .btf_flip_flops.mac #cta1:after {
        top: 10px;
      }
   
   

    .btf_flip_flops #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_flip_flops #frame1bgWrap {
        height: 90px;
    width: 728px;
    right: 0px;
        }

  .btf_flip_flops #frame1model {
      width: 165px;
    height: 90px;
    right: 0;
    position: absolute;
    }


    .btf_flip_flops #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
      right: 4px;
      left:auto;
      top:76px;
      
    }

/*------btf_flip_flops  end-------------*/


/*------btf_generic  start-----------*/

.btf_generic #frame1copy {
  font-size: 31.28px;
  line-height: 26.5px;
  color: #fff;
  font-family: 'Tempo Std';
  top: 5px;
  left: 158px;
  text-shadow: 0 10px 7px #0e195165;
  letter-spacing: 0px;
}

.btf_generic.mac #frame1copy {
  top: 10px;
}

.btf_generic #frame1copy  span > span{
  font-size:69.68px;
  line-height:54.08px;
  margin-left: -2px;
}

.btf_generic.mac #frame1copy  span > span{
    line-height:65.68px;
    }

.btf_generic #price_point {
  font-size: 13.5px;
  line-height: 100%;
  color: #fff;
  top: 61px;
  left: 158px;
  width: 250px;
  text-shadow: 0 10px 7px #0e195165;
}

.btf_generic #price_copy {
  font-size: 17.97px;
  line-height: 23.96px;
  color: #fff;
  top: 14px;
  left: 274px;
  width: 120px;
  text-shadow: 0 5px 7px #0e195126;
  text-align: center;
}

.btf_generic #price_copy {
  top: 17px;
  left: 273px;
 
}


.btf_generic #price_copy span br{
  display:inline;
}
    .btf_generic #price_copy span:last-child{
      font-size:42.72px;
      line-height: 41.72px;
      display:block;
            
    }
    
    .btf_generic #cta1 {
      right: 180px;
      width: 130px;
      height: 37px;
      font-size: 17px;
      line-height: 28px;
      padding-left: 21px;
      padding-top:5px;
      top: 30px;
    }
    

    .btf_generic #cta1:after {
      width: 9px;
      height: 12px;
      top: 14px;
      right: 18px;
      }
      
      .btf_generic.mac #cta1:after {
          top: 12px;
        }
        


    .btf_generic #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_generic #frame1bgWrap {
      height: 90px;
      width: 145px;
      right: 0px;
      bottom:-2px;
  }
  .btf_generic #frame1model {
    width: 145px;
    height: 90px;
    right: 2.5px;
    position: absolute;
   
}


.btf_generic #legal {
  font-size: 10px;
  line-height: 13px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  right: 10px;
  left: auto;
  top: 75px;
}

/*------btf_generic  end-------------*/


	
/*------military1  start-----------*/

.military1 #frame1copy {
  font-size: 25.34px;
  line-height: 22.62px;
  color:#052049;
  font-family: 'Tempo Std';
  top: 16px;
  left: 164px;
  text-shadow: 0 5px 7px #0e195126;

  }

  .military1 #price_copy {
      font-size: 15.0px;
      line-height: 15.0px;
      color:#052049;
      top: 11px;
      left: 357px;
      width:120px;
      text-shadow: 0 5px 7px #0e195126;
      text-align: left;
  
    }

    .military1 #price_copy span:last-child{
      font-size:34px;
      line-height: 0px;
      left:330px;
      
    }
    
    .military1 #cta1 {
      right: 246px;
      width: 130px;
      height: auto;
    font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
      top: 45px;
    }
    .military1.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .military1.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .military1.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }

    .military1 #cta1:after {
      width: 6px;
      height: 13px;
      top: 12px;
      right: 14px;
      }
      .military1.mac #cta1:after {
        top: 10px;
      }

    .military1 #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .military1 #frame1bgWrap {
     height: 90px;
      width: 728px;
      right: 0;
        }

  .military1 #frame1model {
     width: 159px;
    height: 152px;
    right: 25px;
    position: absolute;
    top: -13px;
    }


    .military1 #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      left: 7px;
      top:76px
      
    }


    .military1.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .military1.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .military1.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
   

/*------military1  end-------------*/


	
/*------military2  start-----------*/

.military2 #frame1copy {
  font-size: 25.34px;
  line-height: 22.62px;
  color:#052049;
  font-family: 'Tempo Std';
  top: 12px;
  left: 157px;
  text-shadow: 0 5px 7px #0e195126;

  }

  .military2 #price_copy {
      font-size: 15.0px;
      line-height: 15.0px;
      color:#052049;
      top: 11px;
      left: 357px;
      width:120px;
      text-shadow: 0 5px 7px #0e195126;
      text-align: left;
  
    }

    .military2 #price_copy span:last-child{
      font-size:34px;
      line-height: 0px;
      left:330px;
      
    }
    
    .military2 #cta1 {
      right: 246px;
      width: 130px;
        height: auto;
    font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
      top: 45px;
    }
    .military2.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .military2.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .military2.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    

    .military2 #cta1:after {
      width: 6px;
      height: 13px;
      top: 12px;
      right: 14px;
      }
      .military2.mac #cta1:after {
        top: 10px;
      }

    .military2 #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .military2 #frame1bgWrap {
     height: 90px;
      width: 728px;
      right: 0;
        }

  .military2 #frame1model {
     width: 159px;
    height: 152px;
    right: 25px;
    position: absolute;
    top: -13px;
    }


    .military2 #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      left: 4px;
      top:76px
      
    }



/*------military2  end-------------*/



/*------btf_shaq  start-----------*/

.btf_shaq #frame1copy {
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  font-family: 'Tempo Std';
  top: 1px;
  left: 175px;
  text-shadow: 0 5px 7px #0e195126;
}
.btf_shaq.mac #frame1copy {
  top: 4px;

  }
  .btf_shaq.ios #frame1copy {
  top: 4px;

  }
  .btf_shaq.android #frame1copy {
  top: 4px;

  }

.btf_shaq #frame1copy  span > span{
  font-size:206%;
  line-height:80%;
  margin-left:-2px;
}

.btf_shaq.mac #frame1copy  span > span{
    font-size: 217%;
    line-height: 92%;
}
.btf_shaq.ios #frame1copy  span > span{
    font-size: 217%;
    line-height: 92%;
}
.btf_shaq.android #frame1copy  span > span{
    font-size: 217%;
    line-height: 92%;
}



.btf_shaq #price_point {
  font-size: 13.5px;
  line-height: 100%;
  color: #fff;
  top: 61px;
  left: 158px;
  width: 250px;
  text-shadow: 0 5px 7px #0e195126;
}

.btf_shaq #price_copy {
  font-size: 15.0px;
  line-height: 15.0px;
  color: #fff;
  top: 20px;
  left: 287px;
  width: 120px;
  text-shadow: 0 5px 7px #0e195126;
  text-align: center;
}
.btf_shaq #price_copy span br{
  display:inline;
}
    .btf_shaq #price_copy span:last-child{
      font-size:34px;
      display:block;
      margin-top:12px;
      
    }
    
    .btf_shaq #cta1 {
      top: 32px;
      right: 167px;
      width: 130px;
      font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
    }
    .btf_shaq.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .btf_shaq.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .btf_shaq.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    
    .btf_shaq #cta1:after {
      width: 5px;
      height: 13px;
      top: 12px;
      right: 14px;
      }
    .btf_shaq.mac #cta1:after {
        top: 10px;
      }
      

    .btf_shaq #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_shaq #frame1bgWrap {
      height: 90px;
      width: 145px;
      right: 0px;
      bottom:-2px;
  }
  .btf_shaq #frame1model {
    width: 145px;
    height: 90px;
    right: 2.5px;
    position: absolute;
   
}


    .btf_shaq #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
      right:5px;
      left:auto;
      top:2px;
      
    }

/*------btf_shaq  end-------------*/


/*------ub_vacation  start-----------*/

.ub_vacation #frame1copy {
  font-size: 25.34px;
  line-height: 22.62px;
  color:#052049;
  font-family: 'Tempo Std';
  top: 12px;
  left: 157px;
  text-shadow: 0 5px 7px #0e195126;
  width:185px;
  }

  .ub_vacation #price_copy {
      font-size: 15.0px;
      line-height: 15.0px;
      color:#052049;
      top: 11px;
      left: 357px;
      width:120px;
      text-shadow: 0 5px 7px #0e195126;
      text-align: left;
  
    }

    .ub_vacation #price_copy span:last-child{
      font-size:34px;
      line-height: 0px;
      left:330px;
      
    }
    
    .ub_vacation #cta1 {
      right: 246px;
      width: 130px;
     height: auto;
    font-size: 21px;
      line-height: 21px;
      padding: 8px 0 7px 14px;
      height: auto;
      top: 45px;
    }
    .ub_vacation.android #cta1
    {
      padding: 10px 0px 4px 14px;
    }
    .ub_vacation.mac #cta1
    {
      padding: 9px 0px 4px 14px;
    }
    .ub_vacation.ios #cta1
    {
      padding: 8px 0px 4px 14px;
    }
    

    .ub_vacation #cta1:after {
      width: 6px;
      height: 13px;
      top: 12px;
      right: 14px;
      }

        .ub_vacation.mac #cta1:after {
        top: 10px;
      }
      

    .ub_vacation #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .ub_vacation #frame1bgWrap {
     height: 90px;
      width: 728px;
      right: 0px;
        }

  .ub_vacation #frame1model {
    width: 230px;
    height: 153px;
    right: -2px;
    top: 8px;
    position: absolute;
    }


    .ub_vacation #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000000;
      font-family: Arial, Helvetica, sans-serif;
      left: 7px;
      top:76px
      
    }



/*------ub_vacation  end-------------*/



/*------btf_value_included  start-----------*/

.btf_value_included #frame1copy {
  font-size: 25px;
  line-height: 100%;
  color: #052049;
  font-family: 'Tempo Std';
  top: 3px;
  left: 168px;
  text-shadow: 0 5px 7px #0e195126;
}

.btf_value_included #price_point {
  font-size: 17px;
  line-height: 100%;
  color: #052049;
  top: 52px;
  left: 168px;
  width: 250px;
  text-shadow: 0 5px 7px #0e195126;
}



.btf_value_included #price_copy {
  font-size: 15.0px;
  line-height: 15.0px;
  color: #052049;
  top: 8px;
  left: 360px;
  width: 120px;
  text-shadow: 0 5px 7px #0e195126;
  text-align: left;
}

.btf_value_included #price_copy span:last-child{
  font-size: 34px;
  line-height: 0px;
  left: 330px;
}

    

.btf_value_included #cta1 {
  top: 45px;
  right: 244px;
  width: 130px;
  font-size: 21px;
  line-height: 21px;
  padding: 8px 0 7px 14px;
  height: auto;
}
.btf_value_included.android #cta1
{
  padding: 10px 0px 4px 14px;
}
.btf_value_included.mac #cta1
{
  padding: 9px 0px 4px 14px;
}
.btf_value_included.ios #cta1
{
  padding: 8px 0px 4px 14px;
}

.btf_value_included #cta1:after {
  width: 5px;
  height: 13px;
  top: 12px;
  right: 14px;
  }
.btf_value_included.mac #cta1:after {
    top: 10px;
  }

      

    .btf_value_included #frame1bg {
      width: 728px;
      background-size: cover;
    }



    .btf_value_included #frame1bgWrap {
      height: 86px;
      width: 208px;
      right: 0px;
      bottom: -4px;
  }
  
  .btf_value_included #frame1model {
    width: 208px;
    height: 86px;
    right: 7px;
    position: absolute;
}


    .btf_value_included #legal {
      font-size: 10px;
      line-height: 13px;
      color: #000;
      font-family: Arial, Helvetica, sans-serif;
      left: 3px;
      right:auto;
      top:74px;
      
    }

/*------btf_value_included  end-------------*/

.unwrap_fun_2021 #frame1bg,.unwrap_fun_2021  #frame2bg{
	transform: scale(1) !important;
}
.unwrap_fun_2021 #frame1copy{
	font-size: 24px;
    line-height: 24px;
    top: 6px;
    width: 310px;
    left: 200px;
}

.unwrap_fun_2021 #price_point, .unwrap_fun_2021 #price_point2{
	top: 6px;
    left: auto;
    width: 80px;
    right: 40px;
}

.unwrap_fun_2021 #price_copy, .unwrap_fun_2021 #price_copy2{
	top: 5px;
    left: auto;
    font-size: 28px;
    right: 10px;
}

.unwrap_fun_2021 #cta1, .unwrap_fun_2021 #cta2{
	top: 45px;
    width: 90px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    padding-left: 5px;
    right: 10px;
}
.unwrap_fun_2021 #cta1:after, .unwrap_fun_2021 #cta2:after{
	top: 6px;
}

.unwrap_fun_2021 #legal{
	color: #000;
    text-transform: uppercase;
}

/*===========================*/

.unwrap_fun2_2021 #frame1bg,.unwrap2_fun_2021  #frame2bg{
	transform: scale(1) !important;
}
.unwrap_fun2_2021 #frame1copy{
	font-size: 20px;
    line-height: 20px;
    top: 50%;
    width: 150px;
    left: 140px;
    transform: translateY(-50%);
    text-align: center;
}

.unwrap_fun2_2021 #frame1copy span:nth-child(2){
	font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
    font-family: Helvetica, Sans-Serif;
    font-weight: bold;
}

.unwrap_fun2_2021 #price_point, .unwrap_fun2_2021 #price_point2{
	top: 9px;
    left: auto;
    width: 80px;
    right: 359px;
    font-family: Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-align: right;
}

.unwrap_fun2_2021 #price_copy, .unwrap_fun2_2021 #price_copy2{
	top: 2px;
    left: auto;
    font-size: 30px;
    right: 293px;
}

.unwrap_fun2_2021 #cta1, .unwrap_fun2_2021 #cta2{
	top: 48px;
    right: 292px;
}

.unwrap_fun2_2021 #frame1bg, 
.unwrap_fun2_2021 #carnival_logo{
	background-size: 100%;
}
.unwrap_fun2_2021 #legal{
	color: #000;
}


/*------btf_flip_flops  start-----------*/

.btf_flying_letters #frame1copy span {
  display: block;
}

.btf_flying_letters #frame2copy span {
  display: block;
}


/*------btf_flip_flops  end-------------*/
/*------ funderstruck  start-----------*/
.funderstruck #frame1copy{
  font-size: 23.23px;
  line-height: 25.55px;
  left: 202px;
  letter-spacing: 0;
  color: #072148;
}
.funderstruck #frame1bg, .funderstruck #frame1bg{
  transform-origin: center bottom;
}
.funderstruck #frame1copy #fs_text_img{
  width: 162px;
}
.funderstruck #price_point, .funderstruck #price_point2{
  font-size: 14px;
  line-height: 14px;
  right: 232px;
  top: 14px;
  width: 60px;
  color: #072148;
}
.funderstruck #price_copy, .funderstruck #price_copy2{
  top: 12px;
  right: 178px;
  color: #072148;
}
.funderstruck #cta1, .funderstruck #cta2{
  left: 427px;
  top: 47px;
/*  width: 132px;
  height: 35px;
  font-size: 21.03px;
  line-height: 37px;
  padding-left: 15px;*/
} 
.mac.funderstruck #cta1, .mac.funderstruck #cta2{
 /* line-height: 41px;*/
  }
.funderstruck #cta1::after, .funderstruck #cta2::after {
/*  top: 12px;*/
  width: 0; 
  height: 0; 
  background: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.funderstruck #legal{
  color: #000;
  right: 15px;
  top: 5px;
  bottom: auto;
}
.funderstruck #legal sup{
  display: none;
}
.funderstruck.no_price #cta1, .funderstruck.no_price #cta2{
  top: 32px !important;
}
/*-----funderstruck  end-----------*/
/*--------------------- destinations  start ---------*/
.funderstruck.destinations #frame1copy{
  left: 15px;
  top: 15px;
  font-size: 22px;
  }
   .funderstruck.destinations #frame1copy #fs_text_img
  {
    width: 205px;
  }
  .funderstruck.destinations #frame1bg, .funderstruck.destinations #frame1bg {
    transform-origin: top;
}
  .funderstruck.destinations #cta1, .funderstruck.destinations #cta2
  {
    left: 320px;
  }
  .funderstruck.destinations #price_copy, .funderstruck.destinations #price_copy2
  {
    right: 298px;
    top: 10px;
    font-size: 29px;
  }
  .funderstruck.destinations #price_point, .funderstruck.destinations #price_point2
  {
    right: 342px;
    font-size: 13px;
  }
/*--------------------- destination end ------------*/

/*--------------------- dining   start ---------*/
.funderstruck.dining  #frame1copy{
  left: 30px;
  top: 15px;
  font-size: 14px;
  color: #fff;
  }
  .funderstruck.dining #frame1copy #fs_text_img
  {
    width: 224px;
  }
  .funderstruck.dining  #cta1, .funderstruck.dining  #cta2
  {
    left: 290px;
  }
  .funderstruck.dining  #price_copy, .funderstruck.dining  #price_copy2
  {
    right: 331px;
    font-size: 29px;
    top: 10px;
    color: #fff;
  }
  .funderstruck.dining  #price_point, .funderstruck.dining  #price_point2
  {
    right: 373px;
    
    color: #fff;
  }
  .funderstruck.dining #legal
  {
      color: #fff;
  }
  .funderstruck.dining #frame1bg, .funderstruck.dining #frame1bg
  {
        transform-origin: center right;
  }
/*---------------------  dining end ------------*/


/*--------------------- entertainment    start ---------*/
.funderstruck.entertainment   #frame1copy{
  left: 30px;
  top: 12px;
  color: #fff;
  line-height: 21px;
  }
  .funderstruck.entertainment  #frame1copy #fs_text_img
  {
    width: 138px;
    top: 5px;
    position: relative;
  }
  .funderstruck.entertainment   #cta1, .funderstruck.entertainment   #cta2
  {
    left: 260px;

  }
  .funderstruck.entertainment   #price_copy, .funderstruck.entertainment   #price_copy2
  {
    right: 360px;
    top: 10px;
    color: #fff;
    font-size: 29px;
  }
  .funderstruck.entertainment   #price_point, .funderstruck.entertainment   #price_point2
  {
    right: 403px;
    font-size: 13px;
    
    color: #fff;
  }
  .funderstruck.entertainment  #legal
  {
      color: #fff;
  }
/*---------------------  entertainment end ------------*/

/*--------------------- half-moon-cay    start ---------*/
.funderstruck.half-moon-cay   #frame1copy{
  left: 60px;
  top: 6px;
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  }
  .funderstruck.half-moon-cay  #frame1copy #fs_text_img
  {
    width: 183px;
    top: 5px;
    position: relative;
  }
  .funderstruck.half-moon-cay   #cta1, .funderstruck.half-moon-cay   #cta2
  {

  }
  .funderstruck.half-moon-cay   #price_copy, .funderstruck.half-moon-cay   #price_copy2
  {

    top: 10px;
    color: #fff;
    right: 190px;
  }
  .funderstruck.half-moon-cay   #price_point, .funderstruck.half-moon-cay   #price_point2
  {
    color: #fff;
    right: 238px;
  }
  .funderstruck.half-moon-cay  #legal
  {
      color: #fff;
  }
/*---------------------  half-moon-cay end ------------*/


/*--------------------- offboard-activity   start ---------*/
.funderstruck.offboard-activity  #frame1copy{
  left: 150px;
  top: 16px;
  font-size: 20px;
  line-height: 22px;
  }
  .funderstruck.offboard-activity  #frame1copy #fs_text_img
  {
    width: 218px;
    position: relative;
  }
  .funderstruck.offboard-activity   #cta1, .funderstruck.offboard-activity #cta2
  {

  }
  .funderstruck.offboard-activity #frame1bg, .funderstruckoffboard-activity #frame1bg
  {
    transform-origin: center left;
  }
  .funderstruck.offboard-activity  #price_copy, .funderstruck.offboard-activity   #price_copy2
  {
    top: 10px;
    right: 192px;
  }
  .funderstruck.offboard-activity   #price_point, .funderstruck.offboard-activity  #price_point2
  {
    right: 240px;
  }
  .funderstruck.offboard-activity  #legal
  {
  }
/*---------------------  offboard-activity  end ------------*/
/*--------------------- offboard-activity-ziplining   start ---------*/
.funderstruck.offboard-activity-ziplining  #frame1copy{
  left: 150px;
  top: 16px;
  font-size: 20px;
  line-height: 22px;
  }
  .funderstruck.offboard-activity-ziplining  #frame1copy #fs_text_img
  {
    width: 218px;
    position: relative;
  }
  .funderstruck.offboard-activity-ziplining   #cta1, .funderstruck.offboard-activity-ziplining #cta2
  {

  }
  .funderstruck.offboard-activity-ziplining #frame1bg, .funderstruck.offboard-activity-ziplining #frame1bg
  {
    transform-origin: center left;
  }
  .funderstruck.offboard-activity-ziplining  #price_copy, .funderstruck.offboard-activity-ziplining  #price_copy2
  {
    top: 10px;
    right: 192px;
  }
  .funderstruck.offboard-activity-ziplining   #price_point, .funderstruck.offboard-activity-ziplining  #price_point2
  {
    right: 240px;
  }
  .funderstruck.offboard-activity-ziplining  #legal
  {
  }
/*---------------------  offboard-activity  end ------------*/

/*--------------------- offboard-activity-watertoy   start ---------*/
.funderstruck.offboard-activity-watertoy  #frame1copy{
  left: 165px;
  top: 16px;
  font-size: 20px;
  line-height: 22px;
  }
  .funderstruck.offboard-activity-watertoy  #frame1copy #fs_text_img
  {
    width: 190px;
    position: relative;
    vertical-align: text-top;
  }
  .funderstruck.offboard-activity-watertoy   #cta1, .funderstruck.offboard-activity-watertoy #cta2
  {
    left: 444px;
  }
  .funderstruck.offboard-activity-watertoy #frame1bg, .funderstruck.offboard-activity-watertoy #frame1bg
  {
    transform-origin: center left;
  }
  .funderstruck.offboard-activity-watertoy  #price_copy, .funderstruck.offboard-activity-watertoy  #price_copy2
  {
    top: 10px;
    right: 174px;
  }
  .funderstruck.offboard-activity-watertoy   #price_point, .funderstruck.offboard-activity-watertoy #price_point2
  {
    right: 222px;
  }
  .funderstruck.offboard-activity-watertoy  #legal
  {
  }
/*---------------------  offboard-activity  end ------------*/

/*--------------------- onboard-activity   start ---------*/
.funderstruck.onboard-activity   #frame1copy{
  left: 150px;
  top: 16px;
  font-size: 20px;
  line-height: 22px;
  }
  .funderstruck.onboard-activity  #frame1copy #fs_text_img
  {
    width: 205px;
    position: relative;
    right: -30px;
  }
  .funderstruck.onboard-activity   #cta1, .funderstruck.onboard-activity  #cta2
  {

  }
  .funderstruck.onboard-activity   #price_copy, .funderstruck.onboard-activity  #price_copy2
  {
    top: 10px;
    right: 192px;
  }
  .funderstruck.onboard-activity  #price_point, .funderstruck.onboard-activity  #price_point2
  {
     right: 240px;
  }
  .funderstruck.onboard-activity  #legal
  {
  }
/*---------------------  onboard-activity end ------------*/
/*--------------------- onboard-activity-bolt   start ---------*/
.funderstruck.onboard-activity-bolt   #frame1copy{
  left: 150px;
  top: 16px;
  font-size: 20px;
  line-height: 22px;
  }
  .funderstruck.onboard-activity-bolt  #frame1copy #fs_text_img
  {
    width: 205px;
    position: relative;
    right: -30px;
  }
  .funderstruck.onboard-activity-bolt   #cta1, .funderstruck.onboard-activity-bolt  #cta2
  {

  }
  .funderstruck.onboard-activity-bolt   #price_copy, .funderstruck.onboard-activity-bolt  #price_copy2
  {
    top: 10px;
    right: 192px;
  }
  .funderstruck.onboard-activity-bolt  #price_point, .funderstruck.onboard-activity-bolt  #price_point2
  {
     right: 240px;
  }
  .funderstruck.onboard-activity-bolt  #legal
  {
  }
/*---------------------  onboard-activity-bolt end ------------*/
/*--------------------- onboard-activity-waterworks   start ---------*/
.funderstruck.onboard-activity-waterworks   #frame1copy{
  left: 15px;
  top: 16px;
  font-size: 16px;
  line-height: 18px;
  }
  .funderstruck.onboard-activity-waterworks  #frame1copy #fs_text_img
  {
    width: 205px;
    position: relative;
    right: -30px;
  }
  .funderstruck.onboard-activity-waterworks  #frame1bg, .funderstruck.onboard-activity-waterworks  #frame1bg
  {
    transform-origin: top center;
  }
  .funderstruck.onboard-activity-waterworks   #cta1, .funderstruck.onboard-activity-waterworks  #cta2
  {

  }
  .funderstruck.onboard-activity-waterworks   #price_copy, .funderstruck.onboard-activity-waterworks  #price_copy2
  {
    top: 10px;
    right: 192px;
  }
  .funderstruck.onboard-activity-waterworks  #price_point, .funderstruck.onboard-activity-waterworks  #price_point2
  {
     right: 240px;
  }
  .funderstruck.onboard-activity-waterworks  #legal
  {
  }
/*---------------------  onboard-activity-bolt end ------------*/
/*--------------------- short-sailings   start ---------*/
.funderstruck.short-sailings  #frame1copy {
    left: 110px;
    top: 16px;
    font-size: 25px;
    line-height: 28px;
  }
  .funderstruck.short-sailings #frame1copy #fs_text_img
  {
    width:175px;
    position: relative;
    top: 5px;

  }
  .funderstruck.short-sailings  #cta1, .funderstruck.short-sailings  #cta2
  {
    left: 438px;
  }
  .funderstruck.short-sailings  #price_copy, .funderstruck.short-sailings  #price_copy2
  {
    top: 10px;
  }
  .funderstruck.short-sailings #price_point, .funderstruck.short-sailings  #price_point2
  {
  }
  .funderstruck.short-sailings  #legal
  {
  }

  .funderstruck.short-sailings #frame1bgWrap
  {
    right: 298px;
  }
/*---------------------  short-sailings end ------------*/

/*--------------------- family-message  start ---------*/
.funderstruck.family-message #frame1copy{
  left: 15px;
  font-size: 20px;
  line-height: 22px;
  top: 10px;
  }
   .funderstruck.family-message #frame1copy #fs_text_img
  {
    width: 135px;
  }
  .funderstruck.family-message #cta1, .funderstruck.family-message #cta2
  {
    left: 230px;
  }
  .funderstruck.family-message #price_copy, .funderstruck.family-message #price_copy2
  {
    right: 391px;
    top: 10px;
    font-size: 29px;
  }
  .funderstruck.family-message #price_point, .funderstruck.family-message #price_point2
  {
    right: 432px;
    font-size: 13px;
  }
  .funderstruck.family-message #frame1bg, .funderstruck.family-message #frame1bg {
    transform-origin: bottom right;
}
/*--------------------- family-message end ------------*/
/*------------------  generic  start ---------------*/
.funderstruck.generic #frame1copy{

  font-size: 17px;
  line-height: 19px;
  top: 18px;
  left: 180px;
  }
  .funderstruck.generic #frame1copy #fs_text_img
  {
    width: 210px;
  }
  .funderstruck.generic #frame1bg, .funderstruck.generic #frame1bg
  {
        transform-origin: top left;
  }
  .funderstruck.generic #price_point, .funderstruck.generic #price_point2
  {
    right: 240px;
  }
  .funderstruck.generic #price_copy, .funderstruck.generic #price_copy2
  {
    right: 192px;
  }
/*------------------- generic  end----------------------- */
/*--------------------- ultimate-beach-vacation start ---------*/
.funderstruck.ultimate-beach-vacation #frame1copy{
  left: 15px;
  font-size: 20px;
  line-height: 22px;
  top: 10px;
  }
   .funderstruck.ultimate-beach-vacation #frame1copy #fs_text_img
  {
    width: 135px;
  }
  .funderstruck.ultimate-beach-vacation #cta1, .funderstruck.ultimate-beach-vacation #cta2
  {
    left: 220px;
  }
  .funderstruck.ultimate-beach-vacation #price_copy, .funderstruck.ultimate-beach-vacation #price_copy2
  {
    right: 398px;
    top: 10px;
    font-size: 29px;
  }
  .funderstruck.ultimate-beach-vacation #price_point, .funderstruck.ultimate-beach-vacation #price_point2
  {
    right: 443px;
    font-size: 13px;
  }
/*--------------------- ultimate-beach-vacation end ------------*/


/*------------------  early-saver  start ---------------*/
.funderstruck.early-saver #frame1copy{

  font-size: 20px;
  line-height: 22px;
  top: 18px;
  left: 150px;
  }
  .funderstruck.early-saver #frame1copy #fs_text_img
  {
    width: 160px;
    /* top: 5px; */
    position: relative;
    vertical-align: middle;
  }
  .funderstruck.early-saver #frame1bg, .funderstruck.early-saver #frame1bg
  {
        transform-origin: top left;
  }
  .funderstruck.early-saver #price_point, .funderstruck.early-saver #price_point2
  {
    right: 240px;
    font-size: 13px;
  }
  .funderstruck.early-saver #price_copy, .funderstruck.early-saver #price_copy2
  {
    top: 10px;
    right: 194px;
    font-size: 29px;
  }
/*------------------- early-saver  end----------------------- */

/*--------------------- value-included   start ---------*/
.funderstruck.value-included  #frame1copy{
    left: 15px;
    top: 15px;
    font-size:18px;
    line-height: 20px;
  }
   .funderstruck.value-included  #frame1copy #fs_text_img
  {
    width: 160px;
    position: relative;
    vertical-align: middle;
  }
  .funderstruck.value-included  #frame1bg, .funderstruck.value-included  #frame1bg
  {
        transform-origin: top;
  }
  .funderstruck.value-included  #cta1, .funderstruck.value-included  #cta2
  {
    left: 232px;
  }
  .funderstruck.value-included  #price_copy, .funderstruck.value-included  #price_copy2
  {
    right: 386px;
    top: 10px;
  }
  .funderstruck.value-included  #price_point, .funderstruck.value-included  #price_point2
  {
    right: 434px;
  }
/*--------------------- value-included  end ------------*/

/*--------------------- lower-funnel-1  start ---------*/
.funderstruck.lower-funnel-1  #frame1copy{
    left: 15px;
    top: 12px;
    font-size:18px;
    line-height: 20px;
  }
   .funderstruck.lower-funnel-1  #frame1copy #fs_text_img
  {
    width: 160px;
    position: relative;
    vertical-align: middle;
  }
  .funderstruck.lower-funnel-1  #cta1, .funderstruck.lower-funnel-1  #cta2
  {
    left: 270px;
  }
  .funderstruck.lower-funnel-1 #price_copy, .funderstruck.lower-funnel-1  #price_copy2
  {
    right: 328px;
    top: 10px;
  }
  .funderstruck.lower-funnel-1  #price_point, .funderstruck.lower-funnel-1  #price_point2
  {
    right: 384px;
  }
/*--------------------- lower-funnel-1  end ------------*/


/*--------------------- lower-funnel-2  start ---------*/
.funderstruck.lower-funnel-2  #frame1copy{
    left: 50px;
    top: 12px;
    font-size:18px;
    line-height: 20px;
  }
   .funderstruck.lower-funnel-2  #frame1copy #fs_text_img
  {
    width: 160px;
    position: relative;
    vertical-align: middle;
  }
  .funderstruck.lower-funnel-2  #cta1, .funderstruck.lower-funnel-2  #cta2
  {
    left: 270px;
  }
  .funderstruck.lower-funnel-2 #price_copy, .funderstruck.lower-funnel-2  #price_copy2
  {
    right: 328px;
    top: 10px;
  }
  .funderstruck.lower-funnel-2  #price_point, .funderstruck.lower-funnel-2  #price_point2
  {
    right: 384px;

  }
/*--------------------- lower-funnel-2  end ------------*/


/*--------------------- lower-funnel-3 start ---------*/
.funderstruck.lower-funnel-3  #frame1copy{
    left: 15px;
    top: 22px;
    font-size:18px;
    line-height: 20px;
    color: #fff;
  }
   .funderstruck.lower-funnel-3  #frame1copy #fs_text_img
  {
    width: 180px;
    position: relative;
    vertical-align: middle;

  }
  .funderstruck.lower-funnel-3  #frame1bg, .funderstruck.lower-funnel-3  #frame1bg {
    transform-origin: center right;
}
  .funderstruck.lower-funnel-3  #cta1, .funderstruck.lower-funnel-3  #cta2
  {
    left: 270px;

  }
  .funderstruck.lower-funnel-3 #price_copy, .funderstruck.lower-funnel-3  #price_copy2
  {
    right: 350px;
    color: #fff;
    font-size: 29px;
    top: 10px;
  }
  .funderstruck.lower-funnel-3  #price_point, .funderstruck.lower-funnel-3  #price_point2
  {
    right: 395px;
    
    color: #fff;
  }
  .funderstruck.lower-funnel-3  #legal
  {
    color: #fff;
  }
/*--------------------- lower-funnel-2  end ------------*/

/*--------------- cart-abandoner-1 -----------*/

.funderstruck.cart-abandoner-1 #cta1, .funderstruckcart-abandoner-2  #cta2{
  left: 427px;
  top: 47px;
  width: 132px;
  height: 35px;
  font-size: 21.03px;
  line-height: 37px;
  padding-left: 15px;
} 
.mac.funderstruck.cart-abandoner-1 #cta1, .mac.funderstruck.cart-abandoner-1 #cta2{
  line-height: 41px;
  }
.funderstruck.cart-abandoner-1 #cta1::after, .funderstruck.cart-abandoner-1 #cta2::after {
  top: 12px;
  width: 0; 
  height: 0; 
  background: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
/* -------------- cart-abandoner-1 ----------- */


/*--------------- cart-abandoner-2 -----------*/
   .funderstruck.cart-abandoner-2   #frame1copy #fs_text_img
  {
    position: relative;
    vertical-align: middle;
    top: -3px;

  }
  .funderstruck.cart-abandoner-2 #frame1bg, .funderstruck.cart-abandoner-2 #frame1bg
  {
        transform-origin: 28%;
  }
  .funderstruck.cart-abandoner-2  #cta1, .funderstruckcart-abandoner-2  #cta2{
  left: 427px;
  top: 47px;
  width: 132px;
  height: 35px;
  font-size: 21.03px;
  line-height: 37px;
  padding-left: 15px;
} 
.mac.funderstruck.cart-abandoner-2  #cta1, .mac.funderstruck.cart-abandoner-2  #cta2{
  line-height: 41px;
  }
.funderstruck.cart-abandoner-2  #cta1::after, .funderstruck.cart-abandoner-2  #cta2::after {
  top: 12px;
  width: 0; 
  height: 0; 
  background: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
/*--------------- cart-abandoner-2 -----------*/

/*--------------- courtesy-hold -----------*/
.funderstruck.courtesy-hold  #frame1copy
{
  left: 15px;
  top: 18px;
  font-size: 20px;
  line-height: 22px;

}
   .funderstruck.courtesy-hold   #frame1copy #fs_text_img
  {
    position: relative;
    vertical-align: middle;

  }
/*--------------- cart-abandoner-2 -----------*/


/*--------------- military -----------*/
.funderstruck.military  #frame1copy
{
  left: 15px;
  top: 18px;

}
   .funderstruck.military   #frame1copy #fs_text_img
  {
    position: relative;
    vertical-align: middle;

  }
  .funderstruck.military #legal
  {
    left: auto;
  }
  .funderstruck.military #price_point, .funderstruck.military #price_point2
  {
    right: 240px;
  }
  .funderstruck.military #price_copy, .funderstruck.military #price_copy2
  {
    right: 190px;
  }
/*--------------- military -----------*/

/*--------------- past-guest -----------*/
.funderstruck.past-guest  #frame1copy
{
  left: 15px;
  top: 18px;
  font-size: 25px;
  line-height: 27px;

}
   .funderstruck.past-guest   #frame1copy #fs_text_img
  {
    position: relative;
    vertical-align: middle;
    top: -4px;

  }
  .funderstruck.past-guest  #cta1, .funderstruck.past-guest  #cta2
  {
    left: 436px;
  }
/*--------------- past-guest -----------*/

/* ------ funderstruck end ---------- */

/******Jubilee Updates Start********/

.jubilee_2022 #frame1bg{
  width:728px
}

.jubilee_2022 #frame1copy{
  left: 0;
    width: 33%;
    font-size: 22px;
    line-height: 20px;
    top: 15px;
}
.jubilee_2022 #frame1copy span:nth-child(1){
  display:block;
  margin-left: 20px;
}
.jubilee_2022 #frame1copy span:nth-child(2){
  display: block;
    width: 100%;
}
.jubilee_2022 #frame1copy span:nth-child(2) img{
  width: 95%;
    margin-top: 7px;
    margin-left: 10px;
}
.jubilee_2022 #price_point{
    top: 14px;
    right: 402px;
    font-size: 16.14px;
    line-height: 15px;
}
.jubilee_2022 #cta1{
  right: 384px;
    top: 50%;
    width: 79px;
    height: 19px;
    font-size: 13px;
    line-height: 19px;
    padding-left: 8px;
    transform: translateY(-50%);
}
.jubilee_2022 #price_copy{
  top: 11px;
    right: 365px;
    font-size: 30.44px;
    line-height: 31px;
}
.jubilee_2022 #legal{
      color: #000000;
    bottom: 70px;
    right: 5px;
}
 .jubilee_2022 #cta1:after{
  top: 3.5px;
  right: 5px;
 }
 
.jubilee_2022 #carnival_logo{
	left: 75px;
    background-size: 90%;
    top: 7px;
}

/******Jubilee Updates End********/

/******50thBirthday Updates Start********/
.birthday50thbn #wrapper,
.birthday50th #wrapper{
	border:0
}
.birthday50thbn #frame1bg,
.birthday50th #frame1bg{
  width:728px
}

.birthday50thbn #frame1copy,
.birthday50th #frame1copy{
  left: 268px;
    width: 33%;
    font-size: 25px;
    line-height: 23px;
    top: 3px;
    color: #fff;
}
.birthday50th #price_point,
.birthday50th #price_point{
    top: 14px;
    right: 402px;
    font-size: 16.14px;
    line-height: 15px;
}

.birthday50thbn #price_point2,
.birthday50th #price_point2{
font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: 'Tempo Std';
    top: 4px;
    left: auto;
    right: 359px;
    text-align: left;
    position: absolute;
    z-index: 1;
    width: 79px;
    text-transform: uppercase;	
}
.birthday50thbn #price_copy,
.birthday50th #price_copy{
  top: 11px;
    right: 365px;
    font-size: 30.44px;
    line-height: 31px;
}
.birthday50thbn #price_copy2,
.birthday50th #price_copy2 {
    font-size: 40px;
    line-height: 36px;
    color: #fff;
    font-family: 'Tempo Std';
    top: 8px;
    left: auto;
    right: 283px;
    text-align: left;
    position: absolute;
    z-index: 1;
}
.birthday50thbn #legal,
.birthday50th #legal{
      color: #fff;
    bottom: 5px;
    right: 5px;
}

.birthday50th #cta1,
.birthday50th #cta2{
    left: 288px;
    right: auto;
    bottom: auto;
    width: 122px;
    top: 53px;
}
.birthday50th #cta1{
	left: 268px;
}

.birthday50thbn #cta1,
.birthday50thbn #cta2{
    left: 288px;
    right: auto;
    bottom: auto;
    width: 105px;
    top: 53px;
}
.birthday50thbn #cta1{
	left: 268px;
}
/******birthday50th Updates End********/