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: 600px;
  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: 400px;
  
}

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

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

#frame1model{
  width: 237px;
  height: 340px;
  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: 23px;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 127px;
  height: 34px;
  background-color: #dc1225;
  font-size: 20.4px;
  line-height: 33px;
  color: #fff;
  text-transform: none;
  font-family: 'Tempo Std';
  text-align: left;
  padding-left: 13px;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  top: 228px;

}

#frame1copy, #frame2copy{
  font-size: 36.23px;
  line-height: 40px;
  color: #000b67;
  font-family: 'Tempo Std';
  top: 32px;
  left: 19px;
  right: auto;
  text-align: left;
  position: absolute;
  letter-spacing: 0.4px;
  z-index: 1;
  text-transform: uppercase;
}
#frame1copy span, #frame2copy span{
  display: block;
}

#price_point, #price_point2{
  font-size: 23.76px;
  line-height: 26px;
  color: #000b67;
  font-family: 'Tempo Std';
  top: 165px;
  left: 22px;
  right: auto;
  text-align: left;
  position: absolute;
  z-index: 1;
  width: 86px;
  text-transform: uppercase;
}
  
#price_copy, #price_copy2{
  font-size: 46.3px;
  line-height: 50px;
  color: #000b67;
  font-family: 'Tempo Std';
  top: 167px;
  left: 122px;
  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: 120px; }
}
@keyframes shine {
  0% {left: -105px; }
  /* 50% {right: 111px; } */
  100% {left: 120px; }
}

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

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

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

.mac #f1_copy2{
  
}
.ultimate_beach_vacation #cta1 {
	top: 128px
}

.lf_make_it_yours #cta1 {
	top: 158px
}

.the_most_fun_together #cta1,
.the_most_fun_together #cta2 {
	top: 288px
}

.the_most_fun_together #price_point,
.the_most_fun_together #price_point1 {
	top: 195px
}

.the_most_fun_together #price_copy,
.the_most_fun_together #price_copy1 {
	top: 207px
}

.do_way_more_spend_way_less #cta1,
.do_way_more_spend_way_less #cta2 {
	top: 288px
}

.do_way_more_spend_way_less #cta1,
.do_way_more_spend_way_less #cta2 {
	top: 288px
}

.incredible_new_experiences #cta1,
.incredible_new_experiences #cta2 {
	top: 328px
}

.incredible_new_experiences #price_point,
.incredible_new_experiences #price_point1 {
	top: 235px
}

.incredible_new_experiences #price_copy,
.incredible_new_experiences #price_copy1 {
	top: 247px
}

.vacation_has_it_all #price_copy,
.vacation_has_it_all #price_copy1 {
	top: 200px;
	left:165px;
}

.vacation_has_it_all #cta1,
.vacation_has_it_all #cta2 {
	top: 258px
}

.vacation_has_it_all #price_point,
.vacation_has_it_all #price_point1 {
	top: 195px;
	width: 136px;
}

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

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

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

.lf_calendar_feeling #frame2copy,
.lf_calendar_feeling #price_point2,
.lf_calendar_feeling #price_copy2,
.lf_amazing_vacation #frame2copy,
.lf_amazing_vacation #price_point2,
.lf_amazing_vacation #price_copy2,
.lf_make_it_yours #frame2copy,
.lf_make_it_yours #price_point2,
.lf_make_it_yours #price_copy2,
.lf_youre_so_close #frame2copy,
.lf_youre_so_close #price_point2,
.lf_youre_so_close #price_copy2 {
	color: #fff
}

.value_included #frame1model {
	width: 367px;
	height: 380px;
}

.value_included #price_point,
.value_included #price_point2 {
	top: 245px;
}

.value_included #price_copy,
.value_included #price_copy2 {
	top: 243px;
}

.value_included #cta1,
.value_included #cta2 {
	top: 308px;
}

.early_saver_fun_ones #price_point,
.early_saver_fun_ones #price_point2 {
	top: 205px;
}

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

.early_saver_fun_ones #cta1,
.early_saver_fun_ones #cta2 {
	top: 268px;
}

.family_message #price_point,
.family_message #price_point2 {
	top: 205px;
}

.family_message #price_copy,
.family_message #price_copy2 {
	top: 207px;
}

.family_message #frame1bgWrap {
	bottom: -60px
}

.family_message #cta1,
.family_message #cta2 {
	top: 268px;
}
.ultimate_beach_vacation #legal,
.the_most_fun_together #legal,
.lf_amazing_vacation #legal,
.family_message #legal{
    color:#000
}
.comeback_hello_fun_v1_v2 #price_point,
.comeback_hello_fun_v1_v2 #price_point2 {
	top: 275px;
}

.comeback_hello_fun_v1_v2 #price_copy,
.comeback_hello_fun_v1_v2 #price_copy2 {
	top: 277px;
}

.comeback_hello_fun_v1_v2 #cta1,
.comeback_hello_fun_v1_v2 #cta2 {
	top: 338px;
}

.comeback_hello_fun_v1_v2 #frame1bgWrap {
	bottom: -75px
}

.comeback_you_never_gave_up #price_point,
.comeback_you_never_gave_up #price_point2 {
	top: 245px;
}

.comeback_you_never_gave_up #price_copy,
.comeback_you_never_gave_up #price_copy2 {
	top: 247px;
}

.comeback_you_never_gave_up #cta1,
.comeback_you_never_gave_up #cta2 {
	top: 308px;
}

.comeback_you_never_gave_up #frame1bgWrap {
	bottom: -5px
}

.ultimate_beach_vacation #frame2bg,
.ultimate_beach_vacation #frame1bg{
	width: 300px;
}

.shaq_mini_cruises #frame1bgWrap {
	height: 340px;
	width: 430px;
}

.shaq_mini_cruises #frame1model {
	width: 177px;
	height: 420px;
}

.shaq_mini_cruises #frame1copy,
.shaq_mini_cruises #frame2copy {
	text-align: right;
	padding-right: 20px;
	left:15px
}

.shaq_mini_cruises #price_point,
.shaq_mini_cruises #price_point2 {
	top: 200px;
    left: 90px;
    right: auto;
	text-align: right;
}

.shaq_mini_cruises #price_copy,
.shaq_mini_cruises #price_copy2 {
	top: 199px;
	left: auto;
	right: 20px;
}

.shaq_mini_cruises #cta1,
.shaq_mini_cruises #cta2 {
	top:260px;
	right: 20px;
	left: auto;
}

.lf_youre_so_close #frame2bg,
.lf_calendar_feeling #frame2bg,
.lf_amazing_vacation #frame2bg,
.lf_make_it_yours #frame2bg {
	width: 300px
}

.lf_youre_so_close #frame1model {
	width: 310px;
	height: 340px;
	background-size: 120%;
}

.lf_youre_so_close #frame1bgWrap {
	height: 340px;
	width: 300px;
	bottom: -16px;
	right: 0px;
}

.lf_youre_so_close #cta1,
.lf_youre_so_close #cta2 {
	top: 238px
}

.lf_calendar_feeling #frame1bgWrap {
	height: 340px;
	width: 300px;
	bottom: -43px;
}

.lf_calendar_feeling #frame1model {
	width: 399px;
	height: 340px;
}

.lf_make_it_yours #frame1bgWrap {
	bottom: -85px
}

.military #price_point,
.military #price_point2 {
	top: 275px;
}

.military #price_copy,
.military #price_copy2 {
	top: 277px;
}

.military #cta1,
.military #cta2 {
	top: 338px;
}

.military #frame1bgWrap {
	height: 340px;
	width: 223px;
}

.lf_amazing_vacation #cta1 {
	top: 480px
}

.lf_amazing_vacation #frame1copy {
	top: 352px;
}

.comeback_cruise_you_soon #frame1bgWrap{
	bottom: 15px;
}

.comeback_cruise_you_soon #frame1model{
	width: 300px;
}

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