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: 300px;
    height: 250px;
    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: contain;
    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;
    font-weight: 300;
}

#frame1bg {
    width: 320px;
    /* background-size: cover; */
}

#frame2bg {
    width: 400px;
    background-size: cover;
    background-position: center right;
}

#frame1bgWrap {
    position: absolute;
    height: 250px;
    width: 320px;
    bottom: -5px;
    right: 0;
    z-index: 1;
}

#frame1model {
    width: 191px;
    height: 250px;
    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: 22px;
    right: auto;
    bottom: 53px;
    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: 10px;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
}

#frame1copy,
#frame2copy {
    font-size: 31px;
    line-height: 34px;
    color: #000b67;
    font-family: 'Tempo Std';
    top: 13px;
    left: 23px;
    right: auto;
    text-align: left;
    position: absolute;
    letter-spacing: 0px;
    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: 106px;
    left: 23px;
    right: auto;
    text-align: left;
    position: absolute;
    z-index: 1;
    width: 55px;
    text-transform: uppercase;
}
#price_point span,
#price_point2 span{
    display: inline-block;
}
#price_copy,
#price_copy2 {
    font-size: 31.44px;
    line-height: 33px;
    color: #000b67;
    font-family: 'Tempo Std';
    top: 124px;
    left: 90px;
    right: auto;
    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: 7px;
    right: 10px;
}

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

.cart_abandoner_courtesy_hold #frame1bgWrap {
    width: 171px;
    bottom: -5px;
    right: 20px;
}

.cart_abandoner_courtesy_hold #price_point,
.cart_abandoner_courtesy_hold #price_point2,
.cart_abandoner_courtesy_hold #price_copy,
.cart_abandoner_courtesy_hold #price_copy2 {
    display: none
}

.cart_abandoner_courtesy_hold #cta1 {
    bottom: 50px;
}

.comeback_hello_fun_v1_v2 #frame1bgWrap {
    width: 191px;
    bottom: -55px;
}

.comeback_hello_fun_v1_v2 #cta1 {
    bottom: 92px;
}

.comeback_hello_fun_v1_v2 #price_copy,
.comeback_hello_fun_v1_v2 #price_point {
    top: 84px;
}

.comeback_hello_fun_v1_v2 #frame1model {
    margin: 0px;
}

.comeback_hello_fun_v1_v2 #frame1copy {
    font-size: 26px;
    line-height: 25px;
}

.comeback_you_never_gave_up #frame1bgWrap {
    width: 320px;
    bottom: -5px;
    right: -136px;
}

.comeback_you_never_gave_up #frame1model {
    margin: 0px;
}

.comeback_you_never_gave_up #frame1copy {
    font-size: 23px;
    line-height: 26px;
    color: #fff;
}

.comeback_you_never_gave_up #price_point,
.comeback_you_never_gave_up #price_copy {
    color: #fff;
    top: 126px;
}

.do_way_more_spend_way_less #frame1copy {
    font-size: 26px;
    line-height: 26px;
}

.do_way_more_spend_way_less #price_point {
    font-size: 14.14px;
    line-height: 15px;
    width: 96px;
    top: 94px;
    left: 23px;
}

.do_way_more_spend_way_less #price_copy {
    top: 124px;
    left: 23px;
}

.early_saver_fun_ones #frame1copy {
    font-size: 26px;
    line-height: 29px;
}

.early_saver_fun_ones #frame1bgWrap {
    bottom: -47px;
    right: -158px;
}

.early_saver_fun_ones #frame1model {
    margin: 0px;
}

.family_message #frame1copy {
    font-size: 21px;
    line-height: 20px;
}

.family_message #frame1bgWrap {
    height: 250px;
    width: 320px;
    bottom: -51px;
    right: -25px;
    z-index: 1;
    left: auto;
}

.family_message #frame1model {
    margin: 0px;
    width: 320px;
}

.family_message #price_point {
    top: 100px;
}

.family_message #price_copy {
    top: 100px;
}

.family_message #cta1 {
    bottom: 75px;
}

.incredible_new_experiences #frame1copy {
    font-size: 26px;
    line-height: 26px;
}

.incredible_new_experiences #price_point {
    top: 93px;
    left: 23px;
    width: 95px;
}

.incredible_new_experiences #price_copy {
    top: 128px;
    left: 23px;
}

.lf_amazing_vacation #frame2bg {
    width: 100%;
}

.lf_amazing_vacation #price_point2 {
    top: 87px;
    left: 23px;
}

.lf_amazing_vacation #price_copy2 {
    top: 87px;
}

.lf_amazing_vacation #frame2copy,
.lf_amazing_vacation #price_copy2,
.lf_amazing_vacation #price_point2 {
    color: #fff;
}

.lf_amazing_vacation #cta1 {
    bottom: 142px;
}

.lf_amazing_vacation #frame1copy {
    font-size: 26px;
    line-height: 28px;
    width: 232px;
}

.lf_amazing_vacation #cta2 {
    bottom: 85px;
}

.lf_calendar_feeling #frame2bg {
    width: 100%;
}

.lf_calendar_feeling #price_point2 {
    top: 84px;
}

.lf_calendar_feeling #price_copy2 {
    top: 84px;
}

.lf_calendar_feeling #cta2 {
    bottom: 93px;
}

.lf_calendar_feeling #frame1copy {
    font-size: 26px;
    line-height: 28px;
}

.lf_calendar_feeling #frame1bgWrap {
    width: 320px;
    bottom: -56px;
    right: -71px;
    left: auto;
}

.lf_calendar_feeling #frame1model {
    margin: 0px;
}

.lf_calendar_feeling #cta1 {
    bottom: 114px;
}

.lf_calendar_feeling #frame1model {
    width: 100%;
}

.lf_calendar_feeling #frame2copy,
.lf_calendar_feeling #price_point2,
.lf_calendar_feeling #price_copy2 {
    color: #fff;
}

.lf_make_it_yours #frame2bg {
    width: 100%;
}

.lf_make_it_yours #price_point2,
.lf_make_it_yours #price_copy2 {
    top: 84px;
    color: #fff;
}

.lf_make_it_yours #cta2 {
    bottom: 92px;
}

.lf_make_it_yours #frame2copy {
    color: #fff;
}

.lf_make_it_yours #cta1 {
    bottom: 131px;
}

.lf_make_it_yours #frame1model {
    margin: 0px;
    width: 100%;
}

.lf_make_it_yours #frame1bgWrap {
    width: 320px;
    bottom: -46px;
    right: -51px;
}

.lf_youre_so_close #cta2 {
    bottom: 88px;
}

.lf_youre_so_close #price_point2,
.lf_youre_so_close #price_copy2 {
    top: 87px;
    color: #fff;
}

.lf_youre_so_close #frame2bg {
    width: 100%;
}

.lf_youre_so_close #frame2copy {
    color: #fff;
}

.lf_youre_so_close #frame1copy {
    font-size: 21px;
    line-height: 24px;
    width: 160px;
    left: 13px
}

.lf_youre_so_close #frame1bgWrap {
    width: 320px;
    bottom: -7px;
    right: -9px;
}

.lf_youre_so_close #frame1model {
    width: 100%;
    margin: 0px;
}

.lf_youre_so_close #cta1 {
    bottom: 85px;
    left: 13px;
}

.military #frame1copy {
    font-size: 18px;
    line-height: 23px;
    left: 17px;
}

.military #frame1bgWrap {
    width: 320px;
    bottom: -9px;
    right: -79px;
}

.military #frame1model {
    margin: 0px;
    width: 320px;
}

.military #price_point {
    top: 129px;
    left: 18px;
}

.military #price_copy {
    top: 128px;
    left: 87px;
}

.military #cta1 {
    left: 18px;
    right: auto;
    bottom: 49px;
}

.sales #cta1 {
    bottom: 120px;
}
.sales #legal
{
    color: #fff !important;
}

.sales #price_copy,
.sales #price_point {
    top: 115px;
    color: #fff;
}

.sales #frame1copy {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}

.sales #frame2copy {
font-size: 21px;
    line-height: 25px;
color: #fff;
}
.sales #price_copy2, .sales #price_point2{
color: #fff;
top: 115px;
}
.sales #cta2{
	bottom:60px;
}
.sales #frame1bg, .sales #frame2bg{
    width:400px;
  transform: translateX(-50px);
  background-position: center bottom;
}

.shaq_mini_cruises #frame1copy {
    font-size: 23px;
    line-height: 23px;
    top: 13px;
    left: auto;
    right: 20px;
    text-align: right;
    position: absolute;
    letter-spacing: 0px;
    z-index: 1;
    text-transform: uppercase;
    width: 228px;
    color: #fff;
}

.shaq_mini_cruises #frame1bgWrap {
    height: 250px;
    width: 320px;
    bottom: -23px;
    right: auto;
    z-index: 1;
    left: -100px;
}

.shaq_mini_cruises #frame1model {
    width: 320px;
}

.shaq_mini_cruises #price_point {
    top: 81px;
    left: 157px;
    right: auto;
    text-align: right;
    color: #fff;
}

.shaq_mini_cruises #price_copy {
    top: 81px;
    left: 218px;
    right: auto;
    text-align: right;
    color: #fff;
}

.shaq_mini_cruises #cta1 {
    left: auto;
    right: 20px;
    bottom: 91px;
}

.the_most_fun_together #cta1 {
    bottom: 66px;
}

.the_most_fun_together #price_copy {
    top: 110px;
    left: 23px;
}

.the_most_fun_together #price_point {
    top: 73px;
    left: 23px;
    width: 110px;
}

.the_most_fun_together #frame1copy {
    font-size: 26px;
    line-height: 30px;
}

.ultimate_beach_vacation #frame2bg {
    width: 300px;
    background-size: contain;
}

.ultimate_beach_vacation #frame2copy,
.ultimate_beach_vacation #frame1copy {
    font-size: 26px;
    line-height: 30px;
}

.ultimate_beach_vacation #price_point2,
.ultimate_beach_vacation #price_copy2 {
    top: 108px;
}

.ultimate_beach_vacation #cta2 {
    bottom: 67px;
}

.vacation_has_it_all #cta1 {
    bottom: 59px;
}

.vacation_has_it_all #frame1copy {
    font-size: 24px;
    line-height: 24px;
}

.vacation_has_it_all #price_point {
    top: 86px;
    width: 96px;
}

.vacation_has_it_all #price_copy {
    top: 122px;
    left: 23px;
}

.value_included #frame1bgWrap {
    width: 320px;
    bottom: -49px;
    right: -62px;
}

.value_included #frame1model {
    width: 320px;
    height: 250px;
    margin: 0px;
}

.value_included #frame1copy {
    font-size: 25px;
    line-height: 27px;
    color: #fff;
}

.value_included #price_point,
.value_included #price_point2 {
    color: #fff;
    top: 104px
}

.value_included #price_copy,
.value_included #price_copy2 {
    color: #fff;
    top: 104px
}

.value_included #cta1,
.value_included #cta2 {
    bottom: 70px
}

.value_included #legal {
    color: #000
}

.mac #cta1,
.mac #cta2 {
    line-height: 32px;
}

.lf_amazing_vacation #legal {
    color: #000;
}

.lf_calendar_feeling #legal {
    color: #000;
}

.lf_make_it_yours #legal,
.lf_youre_so_close #legal,
.sales #legal,
.cart_abandoner_courtesy_hold #legal,
.the_most_fun_together #legal,
.comeback_hello_fun_v1_v2 #legal,
.family_message #legal,
.comeback_you_never_gave_up #legal {
    color: #000;
}

.incredible_new_experiences #legal {
    color: #fff;
}

.comeback_hello_fun_v1_v2 #frame1copy span:nth-child(2),
.comeback_hello_fun_v1_v2 #frame1copy span:nth-child(3) {
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Sans-Serif;
    font-weight: 500;
}

.family_message #frame1copy span:nth-child(3),
.family_message #frame1copy span:nth-child(4) {
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Sans-Serif;
    font-weight: 500;
}

.shaq_mini_cruises #frame1copy span:nth-child(2),
.shaq_mini_cruises #frame1copy span:nth-child(3) {
    font-size: 16px;
    line-height: 20px;
    font-family: Helvetica, Sans-Serif;
    font-weight: 500;
}

#frame1bg {
    background-size: cover;
}

.mac #f1_copy2 {}

.ultimate_beach_vacation #frame1bgWrap {
    width: 300px
}

.comeback_cruise_you_soon #frame1bgWrap {
    bottom: -13px;
    right: -90px;
}

.comeback_cruise_you_soon #frame1copy,
.comeback_cruise_you_soon #frame2copy,
.comeback_cruise_you_soon #price_point,
.comeback_cruise_you_soon #price_point2,
.comeback_cruise_you_soon #price_copy,
.comeback_cruise_you_soon #price_copy2 {
    color: #fff
}

.full_on_couples #frame1bg,
.full_on_couples #frame2bg {
    width: 300px !important
}

.full_on_couples #legal {
    color: #000
}

.early_saver_fun_ones #price_copy,
.early_saver_fun_ones #price_copy2 {
    top: 107px;
}

.early_saver_fun_ones #cta1,
.early_saver_fun_ones #cta2 {
    bottom: 67px;
}

.do_way_more_spend_way_less #legal {
    color: #000;
}

.shaq_mini_cruises #frame1copy span:nth-child(2),
.shaq_mini_cruises #frame1copy span:nth-child(3) {
    font-size: 13.67px;
}

.ultimate_beach_vacation #legal {
    color: #000;
}

.comeback_cruise_you_soon #price_point,
.comeback_cruise_you_soon #price_point2 {
    top: 103px;
}

.comeback_cruise_you_soon #price_copy,
.comeback_cruise_you_soon #price_copy2 {
    top: 102px;
}

.full_on_couples #cta1 {
    bottom: 78px;
}


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

.btf_early_saver #frame1copy {
    color: #fff;
    top: 11px;
    line-height: 35px;
    text-shadow: 0 5px 7px #0e195126;
    left: 14px;
    font-size: 40px;
}

.btf_early_saver #price_point {
    width: auto;
    color: #fff;
    top: 84px;
    left: 14px;
    font-size: 17.68px;
    line-height: 15px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_early_saver #price_copy {
    color: #fff;
    font-size: 17px;
    width: auto;
    line-height: 15px;
    left: 15px;
    top: 114px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_early_saver #frame1model {
    width: 300px;
    height: 250px;
    bottom: 0px;
    right: -8px;
    position: absolute;
}

.btf_early_saver #frame1bgWrap {
    height: 264px;
}

.btf_early_saver #cta1 {
    left: 14px;
    width: 101px;
    height: auto;
    bottom: 68px;
    padding: 5px 0 5px 10px;
    line-height: 17px;
}

.btf_early_saver.android #cta1 {
    padding: 9px 0 4px 10px;
}

.btf_early_saver.mac #cta1 {
    padding: 8px 0 5px 10px;
}

.btf_early_saver.ios #cta1 {
    padding: 8px 0 5px 10px;
}

.btf_early_saver #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.btf_early_saver #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_early_saver #price_copy span:last-child {
    font-size: 36px;
    margin-left: -10px;
}

.btf_early_saver #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}


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

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

#frame1copy p span {
    display: inline;
    opacity: 0;
    position: relative;
    top: -30px;
}

.btf_flip_flops #frame1copy {
    color: #052049;
    top: 18px;
    left: 12px;
    font-size: 36px;
    line-height: 100%;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_flip_flops #price_point {
    width: auto;
    color: #052049;
    top: 96px;
    left: 12px;
    font-size: 15.5px;
    line-height: 16px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_flip_flops #price_copy {
    color: #052049;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 12px;
    top: 136px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_flip_flops #frame1model {
    width: 248px;
    height: 201px;
    bottom: 0px;
    right: -8px;
    position: absolute;
    animation: none;
}

.btf_flip_flops #frame1bgWrap {
    height: 201px;
    bottom: -10px;
}

.btf_flip_flops #cta1 {
    left: 12px;
    top: 177px;
    width: 101px;
    height: 27px;
}

.btf_flip_flops #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.btf_flip_flops #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_flip_flops #price_copy span:last-child {
    font-size: 32px;
    margin-left: -10px;
}

.btf_flip_flops #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.btf_flip_flops #legal {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}


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


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

.btf_lower_funnel #frame1copy {
    color: #fff;
    top: 14px;
    left: 12px;
    font-size: 28px;
    line-height: 25px;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_lower_funnel #price_point {
    width: auto;
    color: #fff;
    top: 70px;
    left: 15px;
    font-size: 18px;
    line-height: 16px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_lower_funnel #price_copy {
    color: #fff;
    font-size: 18px;
    width: auto;
    line-height: 14px;
    left: 15px;
    top: 97px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_lower_funnel #frame1model {
    width: 300px;
    height: 250px;
    bottom: 0px;
    right: -8px;
    position: absolute;
}

.btf_lower_funnel #frame1bgWrap {
    height: 264px;
}

.btf_lower_funnel #cta1 {
    left: 14px;
    width: 101px;
    height: auto;
    bottom: 82px;
    padding: 5px 0 5px 10px;
    line-height: 17px;
}

.btf_lower_funnel.android #cta1 {
    padding: 9px 0 4px 10px;
}

.btf_lower_funnel.mac #cta1 {
    padding: 8px 0 5px 10px;
}

.btf_lower_funnel.ios #cta1 {
    padding: 8px 0 5px 10px;
}

.btf_lower_funnel #cta1:after {
    font-size: 36px;
    margin-left: -11px;
}

.btf_lower_funnel #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 14px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_lower_funnel #price_copy span:last-child {
    font-size: 36px;
    margin-left: -11px;
}

.btf_lower_funnel #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.btf_lower_funnel #legal {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}


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


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

.btf_family #frame1copy {
    color: #fff;
    top: 10px;
    left: 11px;
    font-size: 42px;
    line-height: 100%;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_family #price_point {
    width: auto;
    color: #fff;
    top: 56px;
    left: 12px;
    font-size: 19px;
    line-height: 16px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_family #price_copy {
    color: #fff;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 12px;
    top: 80px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_family #frame1model {
    width: 300px;
    height: 250px;
    bottom: 0px;
    right: -8px;
    position: absolute;
}

.btf_family #frame1bgWrap {
    height: 264px;
}

.btf_family #cta1 {
    left: 12px;
    top: 121px;
    width: 101px;
    height: 27px;
}

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

.btf_family #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_family #price_copy span:last-child {
    font-size: 34px;
    margin-left: -10px;
}

.btf_family #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.btf_family #legal {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}


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



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

.btf_generic #frame1copy {
    color: #fff;
    top: 7px;
    left: 12px;
    font-size: 40px;
    line-height: 100%;
    text-shadow: 0 5px 7px #0e195126;
}

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

.btf_generic #price_point {
    width: auto;
    color: #fff;
    top: 56px;
    left: 12px;
    font-size: 19px;
    line-height: 16px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_generic #price_copy {
    color: #fff;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 12px;
    top: 117px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_generic #frame1model {
    width: 198px;
    height: 237px;
    bottom: -18px;
    right: 0px;
    position: absolute;
}

.btf_generic #frame1bgWrap {
    height: 250px;
    width: 100%;
}

.btf_generic #cta1 {
    left: 12px;
    top: 184px;
    width: 101px;
    height: 27px;
}

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

.btf_generic #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_generic #price_copy span:last-child {
    font-size: 34px;
    margin-left: -10px;
}

.btf_generic #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.btf_generic #legal {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}


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


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

.military1 #frame1copy {
    color: #052049;
    top: 11px;
    left: 12px;
    font-size: 28px;
    line-height: 25px;
    text-shadow: 0 5px 7px #0e195126;
}

.military1 #price_copy {
    color: #052049;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 13px;
    top: 91px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.military1 #frame1model {
    width: 136px;
    height: 130px;
    bottom: 0px;
    right: 3px;
    position: absolute;
    background-size: 100%;
}

.military1 #frame1bg {
    width: 300px;
}

.military1 #frame1bgWrap {
    height: 264px;
}

.military1 #cta1 {
    left: 14px;
    top: 141px;
    width: 101px;
    height: 27px;
}

.military1 #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.military1 #price_copy span {
    width: 55px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.military1 #price_copy span:last-child {
    font-size: 38px;
    margin-left: -11px;
}

.military1 #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.military1 #legal {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

.military2.android #cta1 {
    padding: 9px 0 4px 10px;
}

.military2.mac #cta1 {
    padding: 8px 0 5px 10px;
}

.military2.ios #cta1 {
    padding: 8px 0 5px 10px;
}


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


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

.military2 #frame1copy {
    color: #052049;
    top: 14px;
    left: 12px;
    font-size: 28px;
    line-height: 25px;
    text-shadow: 0 5px 7px #0e195126;
    width: 211px;
}

.military2 #price_copy {
    color: #052049;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 13px;
    top: 97px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.military2 #frame1model {
    width: 136px;
    height: 130px;
    bottom: 0px;
    right: 3px;
    position: absolute;
    background-size: 100%;
}

.military2 #frame1bgWrap {
    height: 264px;
}

.military2 #frame1bg {
    width: 300px;
}

.military2 #cta1 {
    left: 15px;
    top: 138px;
    width: 101px;
    height: 27px;
}

.military2 #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.military2 #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.military2 #price_copy span:last-child {
    font-size: 38px;
    margin-left: -11px;
}

.military2 #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.military2 #legal {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}


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


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

.btf_shaq #frame1copy {
    color: #fff;
    top: 7px;
    left: 12px;
    font-size: 40px;
    line-height: 100%;
    text-shadow: 0 5px 7px #0e195126;
}

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

.btf_shaq #price_point {
    width: auto;
    color: #fff;
    top: 56px;
    left: 12px;
    font-size: 19px;
    line-height: 16px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_shaq #price_copy {
    color: #fff;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 12px;
    top: 117px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_shaq #frame1model {
    width: 198px;
    height: 237px;
    bottom: -18px;
    right: 0px;
    position: absolute;
}

.btf_shaq #frame1bgWrap {
    height: 250px;
    width: 100%;
}

.btf_shaq #cta1 {
    left: 12px;
    top: 181px;
    width: 101px;
    height: 27px;
}

.btf_shaq #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.btf_shaq #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_shaq #price_copy span:last-child {
    font-size: 34px;
    margin-left: -10px;
}

.btf_shaq #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.btf_shaq #legal {
    font-size: 10px;
    line-height: 12px;
    color: #000;
}


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


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

.ub_vacation #frame1copy {
    color: #052049;
    top: 14px;
    left: 12px;
    font-size: 28px;
    line-height: 25px;
    text-shadow: 0 5px 7px #0e195126;
    width: 211px;
}

.ub_vacation #price_copy {
    color: #052049;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 15px;
    top: 102px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.ub_vacation #frame1model {
    width: 250px;
    height: 157px;
    bottom: -20px;
    right: -13px;
    position: absolute;
}

.ub_vacation #frame1bgWrap {
    height: 250px;
}

.ub_vacation #cta1 {
    left: 15px;
    top: 143px;
    width: 101px;
    height: 27px;
}

.ub_vacation #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.ub_vacation #price_copy span {
    width: 57px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.ub_vacation #price_copy span:last-child {
    font-size: 36px;
    margin-left: -11px;
}

.ub_vacation #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.ub_vacation #legal {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}


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


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

.btf_value_included #frame1copy {
    color: #052049;
    top: 8px;
    left: 12px;
    font-size: 27px;
    line-height: 100%;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_value_included #price_point {
    width: auto;
    color: #052049;
    top: 40px;
    left: 12px;
    font-size: 18.0px;
    line-height: 16px;
    position: absolute;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_value_included #price_copy {
    color: #052049;
    font-size: 18px;
    width: auto;
    line-height: 15px;
    left: 12px;
    top: 64px;
    text-align: left;
    position: absolute;
    z-index: 1;
    text-shadow: 0 5px 7px #0e195126;
}

.btf_value_included #frame1model {
    width: 220px;
    height: 112px;
    bottom: 0px;
    right: 20px;
    position: absolute;
    left: auto;
}

.btf_value_included #frame1bgWrap {
    height: 112px;
    bottom: 18px;
    width: 220px;
}

.btf_value_included #cta1 {
    left: 12px;
    top: 105px;
    width: 101px;
    height: 27px;
}

.btf_value_included #cta1:after {
    width: 9px;
    height: 12px;
    top: 8px;
    right: 8px;
}

.btf_value_included #price_copy span {
    width: 61px;
    display: inline-block;
    line-height: 15px;
    font-family: 'Tempo Std';
    font-weight: 400;
    font-size: 15px;
}

.btf_value_included #price_copy span:last-child {
    font-size: 32px;
    margin-left: -10px;
}

.btf_value_included #logo {
    position: absolute;
    top: 217px;
    left: 11px;
    color: #fff;
    width: 300px;
    height: 250px;
    z-index: 9;
}

.btf_value_included #legal {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}


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

.unwrap_fun_2021 #frame1bg,.unwrap_fun_2021  #frame2bg{
	transform: scale(1) !important;
}
.unwrap_fun_2021 #frame1copy{
	font-size: 16px;
    line-height: 17px;
    top: 45px;
    width: 125px;
    text-align: right;
    left: auto;
    right: 5px;
}

.unwrap_fun_2021 #price_point, .unwrap_fun_2021 #price_point2{
	top: 137px;
    left: 189px;
    width: 80px;
}

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

.unwrap_fun_2021 #cta1, .unwrap_fun_2021 #cta2{
	top: 176px;
    width: 80px;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    padding-left: 5px;
    left: auto;
    right: 5px;
}
.unwrap_fun_2021 #cta1:after, .unwrap_fun_2021 #cta2:after{
	top: 6px;
	color: #000;
    text-transform: uppercase;
}

.unwrap_fun_2021 #legal{
	color:#000
}

/*==============*/
.unwrap_fun2_2021 #frame1bg,.unwrap_fun2_2021  #frame2bg{
	transform: scale(1) !important;
	background-size: contain !important;
}
.unwrap_fun2_2021 #frame1copy{
	font-size: 13px;
    line-height: 15px;
    top: 28px;
    width: 155px;
    text-align: center;
    left: auto;
    right: 0;
}

.unwrap_fun2_2021 #frame1copy span:nth-child(1){
	font-size: 17px;
    line-height: 17px;
    width: 150px;
    margin: 0 auto;
}

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

.unwrap_fun2_2021 #price_point, .unwrap_fun2_2021 #price_point2{
	top: 102px;
    left: 140px;
    width: 80px;
    font-family: Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-align: right;
	text-shadow: 2px 2px 2px #ffffff;
}

.unwrap_fun2_2021 #price_copy, .unwrap_fun2_2021 #price_copy2{
	top: 97px;
    left: auto;
    font-size: 26px;
    right: 21px;
	text-shadow: 2px 2px 2px #ffffff;
}

.unwrap_fun2_2021 #cta1, .unwrap_fun2_2021 #cta2{
	top: 210px;
    width: 80px;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    padding-left: 5px;
    left: auto;
    right: 65px;
	
}
.unwrap_fun2_2021 #cta1:after, .unwrap_fun2_2021 #cta2:after{
	top: 6px;
	color: #000;
    text-transform: uppercase;
}

.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-------------*/

/*------btf_funderstruck  start-----------*/
.funderstruck #frame1copy{
    width: 270px;
    left: 19px;
    top: 15px;
    font-size: 22.04px;
    line-height: 24.88px;
    color: #072148;
}
.funderstruck #frame1bg{
    transform-origin: bottom right;
}
.funderstruck #frame1copy #fs_text_img{
    width: 162px;
    display: inline-block;
    margin-top: 3px;
}
.funderstruck #price_point, .funderstruck #price_point2{
    left: 19px;
    color: #072148;
    top: 110px;
}
.funderstruck #price_copy, .funderstruck #price_copy2{
    top: 112px;
    left: 75px;
    color: #072148;
}
.funderstruck #cta1, .funderstruck #cta2{
    bottom: 65px;
}
.funderstruck #cta1:after, .funderstruck #cta2:after{
    width: 0; 
    height: 0; 
    background: transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    top: 9px;
  }
.funderstruck #legal{
    color: #000;
}
.funderstruck #legal sup{
    display: none;
    }
.funderstruck #cta1, .funderstruck #cta2{
    bottom: 70px;
    left: 19px;
}
.funderstruck.no_price #cta1, .funderstruck.no_price #cta2{
    bottom: 100px;
}
/*------funderstruck  end-----------*/

/*-------------------------- destinations  -----------*/
.funderstruck.destinations #frame1copy #fs_text_img
{
    width: 182px;
}

/*------------------------ destinations  -------------*/

/* --------------------- .dining ------------------- */
.funderstruck.dining  #frame1copy
{
    color: #fff;
    font-size: 21px;
    line-height: 23px;
}
.funderstruck.dining #price_point, .funderstruck.dining #price_point2
{
    color: #fff;
}
.funderstruck.dining #price_copy, .funderstruck.dining #price_copy2
{
    color: #fff;
    left: 76px;
}

.funderstruck.dining #legal
{
    color: #fff;
}
.funderstruck.dining #frame1bg
{
transform-origin: top right;
}
.funderstruck.dining  #frame1copy #fs_text_img
{
    width: 154px;
}
/*------------ .dining end --------------------*/
/* --------------------- .entertainment  ------------------- */
.funderstruck.entertainment   #frame1copy
{
    color: #fff;
}
.funderstruck.entertainment #frame1bg
{
    transform-origin: top;

}
.funderstruck.entertainment  #price_point, .funderstruck.entertainment  #price_point2
{
    color: #fff;
    top: 128px;
    font-size: 15px;
    line-height: 17px;
}
.funderstruck.entertainment  #price_copy, .funderstruck.entertainment  #price_copy2
{
    color: #fff;
    top: 128px;
    left: 75px;
    font-size: 29px;
}
.funderstruck.entertainment #cta1, .funderstruck.entertainment #cta2
{
    bottom: 52px;
}
.funderstruck.entertainment  #legal
{
    color: #fff;
}
/*------------ .dining end --------------------*/
/* --------------------- .half-moon-cay   ------------------- */
.funderstruck.half-moon-cay    #frame1copy
{
    color: #fff;
}
.funderstruck.half-moon-cay  #frame1copy #fs_text_img
{
    width: 240px;
}
.funderstruck.half-moon-cay   #price_point, .funderstruck.half-moon-cay  #price_point2
{
    color: #fff;
    top: 127px;
}
.funderstruck.half-moon-cay   #price_copy, .funderstruck.half-moon-cay  #price_copy2
{
    color: #fff;
    top: 124px;

}
.funderstruck.half-moon-cay  #cta1, .funderstruck.half-moon-cay  #cta2
{
    bottom: 51px;
}
.funderstruck.half-moon-cay   #legal
{
    color: #fff;
}
/*------------ ..half-moon-cay end --------------------*/
.funderstruck.offboard-activity-watertoy #frame1copy #fs_text_img
{
    width: 198px;
}
.funderstruck.offboard-activity-watertoy #frame1bg
{
transform-origin: 130% 87%;
}
/* --------------------- .lower-funnel-3  ------------------- */
.funderstruck.lower-funnel-3   #frame1copy
{
    color: #fff;
    font-size: 19px;
}
.funderstruck.lower-funnel-3  #frame1copy #fs_text_img
{
    position: relative;
    vertical-align: middle;
}
.funderstruck.lower-funnel-3   #price_point, .funderstruck.lower-funnel-3  #price_point2
{
    color: #fff;
    top: 87px;
    font-size: 13px;
    line-height: 15px;
}
.funderstruck.lower-funnel-3   #price_copy, .funderstruck.lower-funnel-3  #price_copy2
{
    color: #fff;
    top: 84px;
    left: 70px;

}
.funderstruck.lower-funnel-3  #cta1, .funderstruck.lower-funnel-3  #cta2
{
    bottom: 93px;
}
.funderstruck.lower-funnel-3   #legal
{
    color: #fff;
}
/*------------ .lower-funnel-3 end --------------------*/

.funderstruck.short-sailings #frame1model
{
  background-position: right bottom;
  width: auto;

}

.funderstruck.onboard-activity #frame1bg
{
transform-origin: top left;
}

/*---------- funderstruck Global ---------------*/

/******Jubilee Updates Start********/
.jubilee_2022 #frame1bg{
	width:300px
}

.jubilee_2022 #frame1copy{
	left:0;
	width: 100%;
	font-size: 19px;
    line-height: 20px;
	top:25px;
}
.jubilee_2022 #frame1copy span:nth-child(1){
	display:block;
	text-align:center;
}
.jubilee_2022 #frame1copy span:nth-child(2){
	display: block;
    width: 100%;
    text-align: center;
}
.jubilee_2022 #frame1copy span:nth-child(2) img{
	width: 80%;
    margin-top: 5px;
}

.jubilee_2022 #price_point{
	top: 96px;
    left: 97px;
    font-size: 13.14px;
    line-height: 15px;
}
.jubilee_2022 #cta1{
    left: 103px;
    right: auto;
    bottom: 28px;
    width: 90px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
}
.jubilee_2022 #cta1:after{
	top: 6px;
}
.jubilee_2022 #price_copy{
	top: 95px;
    left: 142px;
    font-size: 29.44px;
    line-height: 33px;
}
.jubilee_2022 #legal{
  color: #000000;
}
/******Jubilee Updates End********/

/******50th Birthday Updates Start********/
.birthday50thbn #wrapper,
.birthday50th #wrapper{
	border:1px solid #040505
}
.birthday50thbn #frame1bg,
.birthday50th #frame1bg{
	width:300px
}

.birthday50thbn #frame1copy,
.birthday50th #frame1copy{
	left:12px;
	width: 57%;
	font-size: 24px;
    line-height: 24px;
	top:12px;
	text-align:left;
	color:#fff;
}
.birthday50thbn #price_point,
.birthday50th #price_point{
	top: 87px;
    left: 12px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}
.birthday50thbn #cta1,
.birthday50th #cta1{
    left: 12px;
    right: auto;
    top: 123px;
    width: 120px;
}
.birthday50thbn #cta1{
    width: 105px;
}
.birthday50thbn #price_copy,
.birthday50th #price_copy{
	top: 85px;
    left: 67px;
    font-size: 29.44px;
    line-height: 33px;
    color: #fff;
}
.birthday50thbn #legal,
.birthday50th #legal{
  color:#fff;
}
/******50th Birthday Updates End********/