

/*********************
Modal Advert
*********************/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position: absolute;
  z-index: 9000;
  background-color: transparent;
  display: none;
}
#boxes .window {
  position: fixed;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
}
/* Customize your modal window here, you can add background image too */
#boxes #homeadvert {
 
  width: 375px;
  height: 203px;
  background-color: #231f20;
  color: #ffffff;
  /*border: 1px solid @gray;*/

  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5);
}
#boxes #homeadvert img {
  position: absolute;
  right: -12px;
  top: -12px;
}
#boxes #homeadvert h1 {
	font-size: 1.2em;
}
#boxes #homeadvert a {
  text-decoration: none;
  color: #ffffff;
}
#boxes #homeadvert .adfooter {
 position: absolute;
 bottom: 10px;
 right:10px;
}