/* pop-up.css */
.img-replace{overflow:hidden;white-space:nowrap;text-indent:100%;/* replace text with an image */      display: inline-block;color: transparent}.bts-popup{width:100%;height:100%;left:0;top:0;position:fixed;background-color: rgba(0, 0, 0, 0.5);opacity: 0;visibility: hidden;-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;transition: opacity 0.3s 0s, visibility 0s 0.3s}.bts-popup.is-visible{opacity: 1;visibility: visible;-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s;transition: opacity 0.3s 0s, visibility 0s 0s;z-index: +1}.bts-popup-container{width:90%;max-width:1191px;position:relative;margin:4em auto;text-align:center;box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);/* Force Hardware Acceleration in WebKit */      -webkit-backface-visibility: hidden;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s}.bts-popup-close.img-replace {
  margin-top: 30px;
  margin-right: 220px;
}{}.bts-popup-container img{padding:20px 0 0}.bts-popup-container p{padding:10px 40px;color: white}.bts-popup-container .bts-popup-button{display:inline-block;margin-bottom:10px;padding:5px 25px;border: 2px solid white}.bts-popup-container a{text-decoration:none;text-transform:uppercase;color: white}.bts-popup-container .bts-popup-close{width:30px;height:30px;top:8px;position:absolute;right: 8px}.bts-popup-container .bts-popup-close::before,.bts-popup-container .bts-popup-close::after{width:16px;height:3px;top:12px;position:absolute;content: '';background-color: white}.bts-popup-container .bts-popup-close::before{left:8px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.bts-popup-container .bts-popup-close::after{right:6px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 13px}.is-visible .bts-popup-container{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0)}@media only screen and (min-width: 1170px){.bts-popup-container {        margin: 8em auto;      }}