.tmodal-hide .tmodal-center {
  display: none !important;
}
.tmodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmodal-center {
  overflow: auto;
  width: 100%;
  max-height: 100%;
}
.tmodal-wrapper {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 0px;
  text-align: left;
  margin: 60px 20px 20px;
  transition: margin-top 0.3s;
}
.tmodal-wrapper iframe {
  border: none;
}
.tmodal-container {
  padding: 30px;
  position: relative;
}
.tmodal-close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0px;
  top: -50px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  border-radius: 50%;
  background: #fff;
  font-family: Arial;
  transition: transform 1s;
  z-index: 3;
  background: url("/images/close.png") no-repeat center;
}
.tmodal-bfixed {
  overflow: hidden;
}
.tmodal-rsh, .tmodal-rsv {
  position: absolute;
  left: 0;
  top: 0;
}
.tmodal-rsh {
  height: 0;
  width: 100%;
}
.tmodal-rsv {
  height: 100%;
  width: 0;
}
.tmodal-prev, .tmodal-next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.tmodal-prev:hover, .tmodal-next:hover {
  opacity: 0.2;
}
.tmodal-prev:before, .tmodal-next:before {
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-left: #000 solid 5px;
  border-top: #000 solid 5px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.tmodal-prev {
  left: 0;
}
.tmodal-prev:before {
  transform: rotate(-45deg);
  left: 10px;
}
.tmodal-next {
  right: 0;
}
.tmodal-next:before {
  transform: rotate(135deg);
  right: 10px;
}
.tmodal-type-gallery .tmodal-content img {
  max-width: 100%;
}

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