@charset "utf-8";
/* CSS Document */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  width: 100%;
  height: 700px;
  background-color:#000;
  display:none;
  display: none;
  opacity: 0.8;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  top: 100px;
  left: 300px;
  display: none;
}
#boxes #dialog {
  width:500px; 
  height:auto;
  padding:10px;
  top: 50px;
  left: 33%;
  background-color:#ffffff;
  z-index: 100000000;
}
.close
{
	font-size: 35px !important;
}
#boxes #dialog img
{
	width:100%;
}
@media only screen and (max-width:768px)
{
	#boxes #dialog
	{
	  width: 90% !important;
	  height: auto !important;
	}
	#boxes .window {
	  width: 90% !important;
	  height: auto !important;
	  left:2% !important;
	}
	#boxes #dialog {
	  width: 90% !important;
	  height: auto !important;
	}
	#boxes #dialog img
	{
		width:100% !important;
	}
}