#boxes {
	width: 100%;
	height: 100%;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  opacity:0.8 !important;
  width:100%;
  height:100%;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:650px;
  height:506px;
  display:none;
  z-index:999999!important;
  padding:0px;
  /*border-radius: 15px;*/
  text-align: center;
  top:25%;
  left:50%;
  background-color: rgba(0, 0, 0, 0);
}
#boxes #dialog {
	/*width: 650px;
	height: auto;
	padding: 10px;
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 15pt;*/
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
body{
  background: url('bg.jpg');
}
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  	text-align: left;
}
#popupfoot{
	font-family: Tahoma;
	font-size: 18px;
	padding: 5px 10px;
	color: #FFF;
	text-align:right;
	position: absolute;
	right: -20px;
	top: -20px;
	background-color: #000;
	border: solid 3px #fff;
	border-radius: 50px;
}
#popupfoot a{
	text-decoration: none;
	color:#FFF;
}
#popupfoot a:hover{
	/*color: #dddddd;
  	background-color: #D1D1D1; 
  	padding:5px;
  	border-radius: 4px;
	font-family: Tahoma;
	font-size: 10px;*/
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}
#popup_this {
    top: 20% !important;
    left: 50% !important;
    text-align:center;
    margin-top: -50px;
    margin-left: -300px;
    position: fixed;
    background: none !important;
    padding: 0px;
	height: 650px;
}
.b-close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    color: #fff;
    background: #000000;
    padding: 5px 10px;
	border-radius: 100px;
	margin-top: -15px;
	margin-right: -15px;
	border: solid 3px #fff;
}
@media (max-width: 768px) {
	#boxes { display:none; }
	/*#boxes .window { width:80%; height:auto;}
	#boxes .window img { width:80%; height:auto;}*/
	#popup_this {
		left: 100%;
		top: 50%;
		margin-top: 0px;
   		margin-left: 0px;
	}
}