@charset "UTF-8";
.new_header_hldr {
  background: #000000 !important;
  color: #fff;
  position: relative;
  z-index: 999;
}
.new_header_hldr .header {
  margin: 0px;
}
.new_header_hldr .header_left .logo_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.new_header_hldr .header_left .logo_container a {
  color: #fff;
}
.new_header_hldr .header_left .logo_container .camp_logo {
  margin: 0px;
  padding: 0px;
  font-size: 2.3rem;
  line-height: 95%;
  display: inline-block;
  margin-top: -10px;
  margin-right: 10px;
  color: #fff;
}
.new_header_hldr .header_left .logo_container .camp_logo .by {
  display: inline-block;
  font-style: italic;
}
.new_header_hldr .header_left .logo_container img.camp_main_logo {
  max-width: 120px;
  margin: 0px !important;
}
.new_header_hldr .header_right {
  margin: 25px 25px 0px 0px;
}
.new_header_hldr .header_right .currency_changer_hldr a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
}
.new_header_hldr .dialog-inner:nth-child(3) ul.currency_hldr li.currency a {
  color: rgba(0, 0, 0, 0.87);
}

.ui .prompt {
  background: #fff;
  border: 1px solid #d6d5d5;
  border-radius: 5px;
  display: block;
  height: 40px;
  margin-bottom: 7px;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}

.header_right {
  /*margin-top: 0px;*/
}

.traveller_login .currency_changer_hldr a {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.traveller_login .login-name a.user_name, .traveller_login .login-name p {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.no_bt_margin {
  margin-bottom: 0px !important;
}

.no_horiz_margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

ul.browser-default li {
  list-style: initial;
}

.padding_10 {
  padding: 10px;
}

.no_horizontal_padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.row .col.no_left_pad, .no_left_pad {
  padding-left: 0px;
}

.bold500 {
  font-weight: 500 !important;
}

.btn_cstm {
  margin: 0 auto;
  display: block;
  max-width: 300px;
  background: #89B403;
}

.btn_blue {
  background: #0293e0;
}

.btn_full {
  width: 100%;
  max-width: 100%;
}

/*Changing the underline color on focus */
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #8AB800;
  -webkit-box-shadow: 0 1px 0 0 #8AB800;
  box-shadow: 0 1px 0 0 #8AB800;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #8AB800;
}

.input-field .prefix.active {
  color: #8AB800;
}

.btn-cstm {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

.btn.blue-home:hover, .btn.btn-large.blue-home:hover, .btn.btn-small.blue-home:hover, .btn.btn.blue-home:focus, .btn.btn-large.blue-home:focus, .btn.btn-small.blue-home:focus, .btn.btn.blue-home:active, .btn.btn-large.blue-home:active, .btn.btn-small:active {
  background-color: #3ca2d9;
}

.btn.green-home:hover, .btn.btn-large.green-home:hover, .btn.btn-small.green-home:hover, .btn.btn.green-home:focus, .btn.btn-large.green-home:focus, .btn.btn-small.green-home:focus, .btn.btn.green-home:active, .btn.btn-large.green-home:active, .btn.btn-small.green-home:active {
  background-color: #9ccd03;
}
.btn.btn-file {
  background-color: rgba(50, 50, 50, 0.06);
  color: rgba(0, 0, 0, 0.87);
}
.btn.btn-file:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.blue-home {
  background: #2588bd;
}

.green-home {
  background: #89B403;
}

/* Checkbox filled in color */
[type=checkbox].filled-in.checkbox_blue:checked + span:not(.lever):after {
  border: 2px solid #2588bd;
  background-color: #2588bd;
}

/* Clicking the label does not activate the input without this */
input[type=text] + label {
  pointer-events: none;
}
input[type=text] + label * {
  pointer-events: all;
}

.tkt_sub_details .row:hover {
  background: rgba(238, 238, 238, 0.8);
  transition: all 0.5s ease;
}

.bg_black {
  background-color: #000000 !important;
}

.fg_white {
  color: #ffffff !important;
}
.fg_white h5, .fg_white p {
  color: #ffffff !important;
}

.pad_t50 {
  padding-top: 50px !important;
}

.pad_t30 {
  padding-top: 30px !important;
}

.pad_b30 {
  padding-bottom: 30px !important;
}

.pad_b20 {
  padding-bottom: 20px !important;
}

.big_head {
  font-size: 2.2rem !important;
  line-height: 3rem;
}

.capitalize {
  text-transform: capitalize;
}

.hide_overflow {
  overflow: hidden !important;
}

.valign_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scale_in {
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 600px) {
  .valign_wrapper {
    flex-direction: column;
  }
}
/* Side bar sign up checkbox fix */
input[type=checkbox].checkbox11 {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

[type=checkbox].reset-checkbox,
[type=checkbox].reset-checkbox:checked,
[type=checkbox].reset-checkbox:not(checked) {
  opacity: 1;
  position: relative;
}

[type=checkbox].reset-checkbox + span::before,
[type=checkbox].reset-checkbox + span::after,
[type=checkbox].reset-checkbox:checked + span::before,
[type=checkbox].reset-checkbox:checked + span::after {
  display: none;
}

[type=checkbox].reset-checkbox + span:not(.lever) {
  padding-left: 10px;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: rgba(2, 147, 224, 0.7);
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #fff;
}

.tkt_sub_details p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.bg_campus {
  background: #550802 !important;
}

@media screen and (max-width: 768px) {
  .new_header_hldr .header_left {
    width: 100%;
  }
  .new_header_hldr .header_right {
    margin-bottom: 15px !important;
  }
}
/* MAIN PAGE*/
.top_part .width_extender {
  position: relative !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  left: 50% !important;
  right: 50% !important;
}
.top_part .width_controller {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
}
.top_part .float_fixer {
  display: inline-block;
}
.top_part .ticket_desc_hldr {
  margin: 1.0933333333rem 0 0.656rem 0;
  border-top: 1px solid #262626 !important;
  border-bottom: 1px solid #262626 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  margin-bottom: 20px !important;
}
.top_part .ticket_desc_hldr .stat_icon {
  margin: 0.7666666667rem 0 0.46rem 0;
}
.top_part .ticket_desc_hldr .stat_icon i.fas {
  font-size: 1.15rem;
}
.top_part .online_exp {
  z-index: 1;
  position: relative;
}
.top_part .top_rating_hldr {
  margin-top: 12px;
}
.top_part .top_rating_hldr .overall_rating ul.unit-rating-display-guide {
  width: 130px;
}
.top_part .top_rating_hldr .review_cnt {
  margin: 0px;
  margin-left: 10px;
}
.top_part .gift_intro p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
}
.top_part .gift_message_hldr {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  border: double 6px transparent;
  border-radius: 3px;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #2588bd, #2588bd);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.top_part .gift_message_hldr p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
}
.top_part .gift_message_hldr p.gift_message {
  color: rgba(0, 0, 0, 0.87) !important;
  text-align: justify;
  position: relative;
}
.top_part .gift_message_hldr p.gift_message:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.07;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 70" width="70" height="70" ><rect x="0" y="40" width="30" height="30"></rect><path d="M 0 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path><rect x="40" y="40" width="30" height="30"></rect><path d="M 40 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 70" width="70" height="70" transform="rotate(180)"><rect x="0" y="40" width="30" height="30"></rect><path d="M 0 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path><rect x="40" y="40" width="30" height="30"></rect><path d="M 40 40 q 0 -40 30 -40 v 15 q -15 0 -15 25"></path></svg>');
  background-position: 20% 20%, 80% 80%;
  background-repeat: no-repeat;
}
.top_part .gift_message_hldr p.gifter_name {
  color: rgba(0, 0, 0, 0.87) !important;
}

.bottom_part .bottom_lb_right p {
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 7px 0;
  color: rgba(0, 0, 0, 0.87) !important;
}
.bottom_part .card .card-content {
  padding-top: 0px;
  padding-bottom: 0px;
}
.bottom_part .host_img_hldr img {
  border-radius: 100%;
  background: #f8f8f8;
  min-width: 7rem;
  max-width: 7rem;
  min-height: 7rem;
  max-height: 7rem;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
  margin-right: 1rem;
}
.bottom_part .host_name {
  font-size: 1.35rem;
}

.bottom_lbl_txt {
  margin-top: 0px;
}

label.td_lbl {
  color: #000;
  line-height: 1rem;
  font-size: 1rem;
}

.bottom_left_txt {
  color: #000;
  line-height: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
  text-align: justify;
}

.row .col.no_left_pad, .no_left_pad {
  padding-left: 0px;
}

.bottom_left_bottom .card {
  padding: 0px 20px;
}
.bottom_left_bottom .card .bottom_lbl_head {
  border-bottom: 1px solid #d6d8dc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.bottom_item_li {
  margin: 20px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: justify;
}
.bottom_item_li:last-child {
  border-bottom: none;
}
.bottom_item_li i.far, .bottom_item_li i.fas {
  color: #2588bd;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.bottom_item_li i.far.no_color, .bottom_item_li i.fas.no_color {
  color: rgba(0, 0, 0, 0.7);
}

.row .bottom_item_li:last-child {
  border-bottom: 0px;
}

.datepicker table {
  border-spacing: 2px;
}
.datepicker table tr {
  border-bottom: none;
}

.redeem_hldr p {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.2rem;
}

.pulsate {
  -webkit-animation: pulsate 0.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.8;
    transform: scale(0.95);
  }
}
.t_price_hldr {
  border: 1px solid transparent;
  background: rgba(2, 147, 224, 0.7);
  color: #fff;
}
.t_price_hldr h5 span {
  font-size: 2rem;
  font-weight: 500;
}

.imp_main {
  padding: 10px;
}
.imp_main .imp_info_hldr {
  margin-top: 10px;
}
.imp_main ul.browser-default li, .imp_main ul li {
  list-style: initial;
  margin-bottom: 10px;
  margin-left: 15px;
}
.imp_main ul.browser-default li p, .imp_main ul li p {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
}

.bottom_lb_right p {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
.bottom_lb_right.opening_hrs ul li, .bottom_lb_right.duration_lb ul li {
  list-style-type: none;
}

.ul_highlights {
  /*p
  {
  	margin-left: 9px;

  	&:before
  	{
  		font-family: 'FontAwesome';
  		content: '\f024';
  		color: #2588bd;
  		font-size: 1.1rem;
  		line-height: 1.5rem;
  		margin: 2px 5px 0 -36px;
  		position: absolute;
  	}
    }

    ul.browser-default li {
      list-style-type: none;
      margin-left: 10px;

      &:before {
        font-family: "FontAwesome";
        content: "";
        color: #2588bd;
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin: 2px 5px 0 -36px;
        position: absolute;
      }
      }*/
}

/*.ul_features {
  p {
    margin-left: 4px;

    &:before {
      font-family: "FontAwesome";
      content: "";
      color: #2588bd;
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin: 2px 5px 0 -36px;
      position: absolute;
    }
  }

  ul.browser-default li {
    list-style-type: none;

    &:before {
      font-family: "FontAwesome";
      content: "";
      color: #2588bd;
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin: 2px 5px 0 -36px;
      position: absolute;
    }
  }
  }*/
/*.ul_inclusions {
  p {
    margin-left: 4px;

    &:before {
      font-family: "FontAwesome";
      content: "";
      color: #2588bd;
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin: 2px 5px 0 -36px;
      position: absolute;
    }
  }

  ul.browser-default li {
    list-style-type: none;

    &:before {
      font-family: "FontAwesome";
      content: "";
      color: #2588bd;
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin: 2px 5px 0 -36px;
      position: absolute;
    }
  }
  }*/
/*.ul_instructions {
  p {
    margin-left: 5px;

    &:before {
      font-family: "FontAwesome";
      content: "";
      color: #2588bd;
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin: 2px 5px 0 -36px;
      position: absolute;
    }
  }

  ul.browser-default li {
    list-style-type: none;

    &:before {
      font-family: "FontAwesome";
      content: "";
      color: #2588bd;
      font-size: 1.1rem;
      line-height: 1.5rem;
      margin: 2px 5px 0 -36px;
      position: absolute;
    }
  }
  }*/
.reviews_hldr .reviews .traveler_rating {
  background: #fff;
  widdth: 251px;
  madrgin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews_hldr .reviews .traveler_rating h3 {
  color: #6c6f72;
  font-family: "Latoregular";
  font-size: 18px;
  float: left;
  line-height: 23px;
  padding: 0;
}
.reviews_hldr .reviews .traveler_rating .review_cnt {
  margin: 0px;
  margin-left: 10px;
}
.reviews_hldr .reviews .traveler_rating .overall_rating {
  float: right;
}
.reviews_hldr .reviews .traveler_rating .overall_rating ul.unit-rating-display-guide {
  width: 130px;
}
.reviews_hldr .reviews .traveler_rating .overall_rating ul.unit-rating-display-guide li.current-rating-display-guide {
  width: 80%;
}
.reviews_hldr .reviews .traveler_rating .rating_wrap {
  widtdh: auto;
}
.reviews_hldr .reviews .traveler_rating .rating_type {
  width: 100%;
  margin-todp: 15px;
}
.reviews_hldr .reviews .traveler_rating .rating_type p {
  color: #6c6f72;
  min-width: 81px;
  line-height: 15px;
  text-transform: capitalize;
}
.reviews_hldr .reviews .traveler_rating .rating_type p a {
  color: #6c6f72;
  text-decoration: none;
}
.reviews_hldr .reviews .traveler_rating .rating_type small {
  color: #6c6f72;
  font-size: 14px;
  text-align: center;
  line-height: 12px;
  margin: 0 0 0 0;
}
.reviews_hldr .reviews .traveler_rating .rating_bg {
  background: #eaecec;
  width: 150px;
  height: 16px;
  float: left;
  margin: 0px 10px;
}
.reviews_hldr .reviews .traveler_rating .rating_bg span {
  background: #8ab53f;
  width: 75px;
  height: 16px;
  float: left;
  max-width: 150px;
}
.reviews_hldr .reviews .review_item .unit-rating-display {
  overflow: hidden;
  width: 85px;
}
.reviews_hldr .reviews .review_item .rater_info {
  margin-bottom: 5px;
}
.reviews_hldr .reviews .review_item .title {
  float: left;
  width: 100%;
  line-height: 42px;
}

.view-more-links {
  position: relative;
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 50px;
  display: inline-block;
}
.view-more-links a {
  font-weight: 500;
  font-size: 1.32rem;
  line-height: 3.2rem;
  padding: 0.5rem 2rem;
  border-radius: 2.5rem;
  border: 1px solid #2588bd;
}

div#map_canvas {
  max-width: 100%;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: #7da93c;
}

.select-wrapper input.select-dropdown:focus {
  color: #7da93c;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(98, 189, 25, 0.9);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(98, 189, 25, 0.1);
  }
}
.example-1 {
  width: 16px;
  height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  background-color: #62bd19;
  border-radius: 50%;
  animation: shadow-pulse 1s ease-out infinite;
}

@media screen and (max-width: 767px) {
  .traveler_rating {
    flex-direction: column;
  }
  .traveler_rating .rating {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .reviews_hldr .reviews .review_item .rater_info {
    padding-bottom: 18px;
  }
  .reviews_hldr .reviews .review_item .rater_info.valign_wrapper {
    flex-direction: column;
  }
  .reviews_hldr .reviews .review_item .rater_info .title {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 601px) {
  .row.bottom_part .col.bottom_right {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .bottom_lb_right {
    padding: 0px;
  }
  .bottom_lb_right ul {
    padding: 0px;
  }

  .ul_highlights ul.browser-default li, .ul_features ul.browser-default li, .ul_inclusions ul.browser-default li, .ul_instructions ul.browser-default li {
    margin-left: 6px;
  }
}
ul.browser-default li, ul li {
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 7px 0;
  margin-left: 18px;
  color: rgba(0, 0, 0, 0.87) !important;
}

.video_hldr {
  justify-content: center;
  align-items: center;
  background: #eaeaea;
  border-radius: 4px;
  overflow: hidden;
}
.video_hldr .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video_hldr .embed-container iframe,
.video_hldr .embed-container object,
.video_hldr .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#timeslot_dropdown ul.dropdown-content li {
  padding: 0px 5px;
}

/*@keyframes pop {
    0% { transform: translate(-50%, -50%) scale(1.25, 0.75); }
    50% { transform: translate(-50%, -150%) scale(1, 1); }
    55% { transform: translate(-50%, -150%) rotate(15deg); }
    60% { transform: translate(-50%, -150%) rotate(-15deg); }
    65% { transform: translate(-50%, -150%) rotate(15deg); }
    70% { transform: translate(-50%, -150%) rotate(-15deg); }
    100% { transform: translate(-50%, -50%) scale(1.25, 0.75); }
}*/
@keyframes pop {
  0% {
    transform: translate(-20%, -20%) scale(1.25, 0.75);
  }
  50% {
    transform: translate(-20%, -120%) scale(1, 1);
  }
  55% {
    transform: translate(-20%, -120%) rotate(15deg);
  }
  60% {
    transform: translate(-20%, -120%) rotate(-15deg);
  }
  65% {
    transform: translate(-20%, -120%) rotate(15deg);
  }
  70% {
    transform: translate(-20%, -120%) rotate(-15deg);
  }
  100% {
    transform: translate(-20%, -20%) scale(1.25, 0.75);
  }
}
#gift_icon {
  height: 32px;
  position: absolute;
  top: 40%;
  left: 80%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  animation: pop 1.2s infinite;
}

/*# sourceMappingURL=thq_tickets.css.map */
