/*slide out*/
div._tr_slidebox {
  position: fixed;
  bottom: 0px;
  -moz-box-shadow: -2px 0px 5px #aaa;
  -webkit-box-shadow: -2px 0px 5px #aaa;
  box-shadow: -2px 0px 5px #aaa;
  background-color: rgba(255,255,255,0.95);
  z-index: 10000;
  overflow: hidden;
}
div._tr_slidebox a.close:before {
  content: "\00d7";
  color: #999;
  font-size: 1.3em;
  font-family: Helvetica, Arial, Sans;
  mix-blend-mode: exclusion;
  font-weight: bold;
}
div._tr_slidebox a.close {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
}
div._tr_slidebox_header {
  border-top: none;
}
div._tr_slidebox_footer {
  border-top: none;
}
div._tr_slidebox.top {
  top: 0px;
}
div._tr_slidebox.middle {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  div._tr_slidebox a.close {
    width: 25px;
    height: 25px;
  }
}
/*pop up*/
div._tr_popbox {
  position: fixed;
  -moz-box-shadow: -2px 0px 5px #aaa;
  -webkit-box-shadow: -2px 0px 5px #aaa;
  box-shadow: -2px 0px 5px #aaa;
  background-color: rgba(255,255,255,0.95);
  z-index: 10001;
  overflow: hidden;
}
div._tr_popbox a.close:before {
  content: "\00d7";
  color: #999;
  font-size: 1.3em;
  font-family: Helvetica, Arial, Sans;
  mix-blend-mode: exclusion;
  font-weight: bold;
}
div._tr_popbox a.close {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
div._tr_popbox iframe {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
div._tr_popbox.__tr_hidden {
  visibility: hidden;
  opacity: 0;
}
div._tr_popbox.__tr_visible {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
div._tr_popbox_background {
  background-color: rgba(204,208,217,0.8);
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 500px) {
  div._tr_popbox a.close {
    width: 25px;
    height: 25px;
  }
}
div[id^="triblio-content-wrapper-"]:not(.tr_ready),
div[id^="triblio-content-wrapper-"]:not(.tr_ready) iframe {
  visibility: hidden !important;
  position: absolute !important;
  top: 0px !important;
}
