#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:100%; 
  height:100%;
  padding: 32px 10px 10px 10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  left:0 !important;
  top:0 !important;
  z-index: 9999999999;
}
.maintext{
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
	text-align: left;
}
#popupfoot{
	padding: 0;
	position: absolute;
	right: 13px;
        top: 3px;
}
#popupfoot a{
	text-decoration: none;
        display: block;
        color: red;
        padding: 0;
}
#popupfoot a:hover{
	color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}
.top-banner-bg{
	position:fixed;
	width:100%;
        z-index: 999999999;
}
.top-banner-bg div img,.top-banner-bg div iframe{
	margin:0 auto !important;
	display:block !important;
}
.top-banner-bg div p,.top-banner-bg div h1,.top-banner-bg div h2,.top-banner-bg div h3,.top-banner-bg div span{
	text-align:center;
	display:block;
}
.bottom-banner-bg{
	position:fixed;
	width:100%;
	bottom:0;
        z-index: 999999999;
}
.bottom-banner-bg div img,.bottom-banner-bg div iframe{
	margin:0 auto !important;
	display:block !important;
}
.bottom-banner-bg div p,.bottom-banner-bg div h1,.bottom-banner-bg div h2,.bottom-banner-bg div h3,.bottom-banner-bg div span{
	text-align:center;
	display:block;
}
/* Landscape phone to portrait tablet */
@media (min-width: 1025px) {
       #boxes,.top-banner-bg,.bottom-banner-bg{
        display:none !important;
       }
}

