#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: 5px;
  text-align: center;
  width:50%;
}
#boxes #dialog {
  /*width:450px; 
  height:auto;*/
  padding:20px;
  background-color:#fff;
  font-size: 15pt;
}

#lorem{
	font-size: 12pt;
  text-align: left;
}
#lorem h2 {
  margin-top: 0;
  color: #333;
  font-size:24px;
}
.shut {
  position: absolute;
  width:30px;
  top: -20px;
  right: 10px;
  padding:2px;
  border-radius:5px;
  line-height:normal;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff!important;
  background-color:#333!important;
  z-index:99999999999999999999999999!important;
}
.shut:hover {
  color: #0DA6F3;
}

/*------------------------------------------------------------------*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 661px;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:99999999999999999999999999!important;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-size:20px;
}
.popup .shut {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background-color:#009966!important;
  z-index:999999999!important;
}
.popup .shut:hover {
  color: #06D85F;
}
.popup .content {
  /*max-height: 30%;
  overflow: auto;
  padding:10px;*/
}
@media (max-width:768px) {
#boxes .window {
  position:fixed;
  left:5%!important;
  top:0;
  /*width:440px;
  height:200px;*/
  display:none;
  z-index:9999999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
  width:90%;
}
#lorem h2 {
  margin-top: 0px;
  color: #333;
  font-size:20px;
}

}