

/*  Popup Overlay  */
body.fixed {/*position:fixed; top:0; right:0; bottom:0; left:0;*/ overflow:hidden;}
div#overlay {display:none; width:100%; height:100%;}
div#overlay {position:fixed; top:0; left:0; right:0; bottom:0; z-index:9;}
div#overlay {background-color:rgba(0,0,0,0.5); cursor:pointer;}
