#newsletter-popup{margin:210px auto;padding:30px 40px 40px;background:#FFFFFF;border:2px solid #00b1f4;border-radius:2px;width:20%;position:relative;transition:all 1s ease-in-out;font-family:'Roboto', sans-serif;}
@media screen and (max-width:1366px){#newsletter-popup{width:40%;}
}
@media screen and (max-width:992px){#newsletter-popup{width:70%;}
}
.newsletter-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.7);transition:opacity 500ms;visibility:visible;opacity:1;display:none;z-index:99999;}
#newsletter-popup h3{color:#00b1f4;font-weight:700;font-size:24px;margin:0 0 10px;}
#newsletter-popup p{color:#222222;font-weight:400;font-size:16px;line-height:22px;margin:0 0 10px;}
#newsletter-popup input[type="text"]{width:100%;height:36px;border:none;text-indent:10px;font-size:15px;border-bottom:2px solid #faeaec;font-family:'Roboto', sans-serif;padding:0;color:#666;margin-bottom:15px;}
#newsletter-popup input[type="submit"]{background:#6EC5D9;border:none;border-bottom:3px solid #57B8CE;color:#fff;text-align:center;display:block;padding:0;line-height:2;width:100%;cursor:pointer;margin:0;font-size:21px;font-family:'Roboto', sans-serif;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}
#newsletter-popup .popup-close{color:#d83b39;height:30px;width:30px;position:absolute;top:10px;right:10px;text-align:center;text-decoration:none;line-height:30px;font-family:'Roboto', sans-serif;font-weight:700;}
@media screen and (min-width:320px) and (max-width:580px){#newsletter-popup{margin:69px auto!important;}
}