@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup_bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: -200%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 9999;
  overflow-y: scroll;
}
.popup_bg.active {
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .popup_bg.active .modal-dialog-centered {
    flex: none;
  }
}
@media only screen and (max-width: 575px) {
  .popup_bg.active .modal-dialog-centered {
    flex: none;
  }
}
.popup_bg .main_img {
  position: relative;
}
.popup_bg .main_img a i {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .event_list .item_listdata .item_header > a {
    opacity: 1;
    background-color: transparent !important;
  }
  .event_list .item_listdata .item_header .fav_btu {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 3px 8px rgba(0, 0, 0, 0.5);
    top: 85% !important;
    margin-top: -33px !important;
    left: 25% !important;
    opacity: 1;
  }
  .event_list .item_listdata .item_header .eventbuy_btu {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 3px 8px rgba(0, 0, 0, 0.5);
    top: 85% !important;
    margin-top: -33px !important;
    left: 75% !important;
    bottom: auto !important;
    margin-bottom: 0;
    opacity: 1;
  }
  .event_list .item_listdata:hover .item_header .img_set {
    opacity: 1;
  }
  .event_list .item_listdata:hover .item_header .fav_btu {
    top: 85%;
    margin-top: -33px;
    left: 25%;
  }
  .event_list .item_listdata:hover .item_header .eventbuy_btu {
    top: 85%;
    margin-top: -33px;
    left: 75%;
    bottom: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .event_list .item_listdata .item_header > a {
    opacity: 1;
    background-color: transparent;
  }
  .event_list .item_listdata .item_header .fav_btu {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 3px 8px rgba(0, 0, 0, 0.3);
    top: 85%;
    margin-top: -33px;
    left: 25%;
  }
  .event_list .item_listdata .item_header .eventbuy_btu {
    top: 85%;
    margin-top: -33px;
    left: 75%;
    bottom: auto;
    margin-bottom: 0;
  }
  .event_list .item_listdata:hover .item_header .img_set {
    opacity: 1;
  }
  .event_list .item_listdata:hover .item_header .fav_btu {
    top: 85%;
    margin-top: -33px;
    left: 25%;
  }
  .event_list .item_listdata:hover .item_header .eventbuy_btu {
    top: 85%;
    margin-top: -33px;
    left: 75%;
    bottom: auto;
    margin-bottom: 0;
  }
}

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