#popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#333;opacity:.8;z-index:9999}.popup-window{display:none;position:absolute;max-width:95%;width:600px;top:100px;left:50%;z-index:9999;padding:25px;background:#fff;box-shadow:0 0 20px #000;border-radius:5px;border:5px solid rgba(0,0,0,.5);background-clip:padding-box;transition:all .5s ease;transform:translateX(-50%)}.popup-window .popup-title{text-align:center;margin-top:0;font-size:28px;margin-bottom:20px}.popup-window .popup-content>p{font-size:13px}.popup-window .newsletter-form{margin:25px auto 0;display:block;width:100%}.popup-window .newsletter-form input{margin-bottom:10px;width:100%;border:none;box-shadow:none;background-color:#eee}.popup-window .newsletter-form button{border-radius:5px;margin-top:10px;width:100%}.popup-close{position:absolute;top:-13px;right:-13px;display:inline-block;text-align:center;width:22px;height:22px;color:#fff;border-radius:3px;font-weight:900;font-size:18px;line-height:21px;background:rgba(0,0,0,.75)}.popup-close:hover{background-color:rgba(181,14,9,.75);text-decoration:none;color:#fff!important}.btn-survey{width:100%;margin-top:10px}