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;
}

#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_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;
  
}


#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: 67px;
}
.sales  #price_copy, .sales #price_point{
  top: 107px;
  color: #fff;
}
.sales #frame1copy{
  font-size: 26px;
  color: #fff;
    line-height: 30px;
}

.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: 33px;
}

.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;
}