
.simplePopup {
display:none;
position:fixed;
border:none;
background:#fff;
z-index:99999999;
padding:10px;
width: 80% !important; margin:0 auto; height:auto; top:10%;
}

.simplePopupClose {
float:right;
cursor:pointer;
position:absolute; right:10px; top:10px; width:30px; height:28px; background-image:url(../images/close.png); z-index:999
}

.simplePopup2 {
display:none;
position:fixed;
border:none;
background:#fff;
z-index:99999999;
padding:10px;
width: 80% !important; margin:0 auto; height:auto; top:10%; color:#333333
}



.simplePopup3 {
display:block;
position:relative;
border:none;
background:#fff;
z-index:99999999;
padding:10px;
width: 80% !important; margin:0 auto; height:auto; top:0; color:#333333; opacity: 1 !important;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
right:0;
z-index:99999998; padding:0; margin:0
}

/*

@media screen and (min-width: 300px) {
.simplePopup2 {width: 80% !important; height:auto; top:10%; padding:10px}
.simplePopup3, .simplePopup {width: 80% !important; height:auto;  padding:10px}
.simplePopup2, .simplePopup3 p {font-size:8pt}

}
@media screen and (min-width: 480px) {
.simplePopup2, .simplePopup3 {width: 70% !important; height:auto; padding:20px}
}
@media screen and (min-width: 768px) {
.simplePopup2, .simplePopup3 {width: 60% !important; height:auto;padding:30px}
.simplePopup2 p, .simplePopup3 p {font-size:9pt}
}
@media screen and (min-width: 1024px) {
.simplePopup2, .simplePopup3 {width: 40% !important; height:auto;}
.simplePopup2 p, .simplePopup3 p {font-size:11pt}
.simplePopup {width: 60% !important; height:auto;  padding:10px}
}
@media screen and (min-width: 1280px) {
.simplePopup2, .simplePopup3 {width: 30% !important; height:auto;}
.simplePopup2 p, .simplePopup3 p {font-size:11pt}
}
@media screen and (min-width: 1600px) {
.simplePopup2, .simplePopup3 {width: 30% !important; height:auto;}
}

*/

.PopupBackground {
display:flex;  justify-content: center; align-items: center;
background:url(../images/trans90.png) center repeat;
position:fixed;
height:100%;
width:100%;
top:0;
right:0;
z-index:99999998; padding:0; margin:0;
}

