body{
  font-family: 'Lato', sans-serif;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(0, 0, 0, 0.7);
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top: 0px;
  width:350px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
	box-shadow: 4px 4px 15px #000;
}

@media screen and (max-width: 467px) {			/*** NEU ***************************/

	#boxes #dialog {
	  width: 90% !important; 				/*** 450px ****************************/
	  height:auto;
	  padding:2px;
	  background-color:#ffffff;
	  font-size: 14px;
	  margin-left: -22px;
	  margin-top: 66px;
	}
}

#boxes #dialog {
  width: 450px; 				/*** 450px ****************************/
  height:auto;
  padding:20px;
  background----color:#fafafa;
	background-image:linear-gradient(180deg, #ffffff 0%, #ffffcc 100%);	  
  font-size: 22px;
  margin-top: -3%;
  border: 4px solid #CA1A4B;
}

#boxes a {
	font-size: 24px;
	color: #9E2129;
}
#boxes a:hover {
	font-size: 24px;
	color: #0C54A0;
}
#boxes span2 {
	font-size: 24px;
	color: #9E2129;
}


#boxes hr {
	border-top: 1px solid #00376B;
}


#boxes #dialog img {
	width: 120px;

}
.maintext{
	text-align: center;
  text-decoration: none;
}
body{
  back---ground: url('https://www.toptal.com/designers/subtlepatterns/patterns/memphis-colorful.png');
}
#lorem{
	font-size: 18px;
  text-align: left;
  line-height: 24px;
}

h3 {
	font-size: 30px !important;
  	text-align: center;
	color: #CA1A4B;
	font-weight: 400;
}

h4 {
	font-size: 24px;
}

#boxes p {
	font-size: 16px;
  	text-align: center;
  	color: #000;
}

#boxes img {
  margin: 0 auto;
  width: 160px;
  horizontal-align: center;

	}

#boxes .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#boxes .center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


#popupfoot{
	font-size: 22px;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1d1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{	
	color: red;
}
#popupfoot a.close.agree {
    position: absolute;
    color: #000;
    background: transparent !important;
    top: 10px;
    right: 20px;
}
#popupfoot a.agree {
    background: #000;
    padding: 6px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 22px;
}