
#lorem p{ text-align:center; font-size:40px; font-family: 'Oswald-Medium';     line-height: 58px; }
#lorem p span{ font-size:45px; font-family: 'Oswald-Medium'; color:#db0101; }
#lorem p b{     color: /*rgb(74, 228, 65)*/ rgb(44, 146, 255); 
    font-size: 50px;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase; font-family: 'Oswald-Medium';}





#boxes input::-webkit-input-placeholder { 
color:#f6f6f6 !important;   opacity:  1;
}
#boxes input:-moz-placeholder { 
color:#f6f6f6 !important;   opacity:  1;
}
#boxes input::-moz-placeholder { 
color:#f6f6f6 !important;   opacity:  1;
}
#boxes input:-ms-input-placeholder { 
color:#f6f6f6 !important;   opacity:  1;
}





#boxes form{ background: rgba(4, 4, 4, 0.73);  display: block;  width: 100%;  padding: 10px;  overflow: hidden;}
 #boxes .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
   
    top: -20px;
    position: absolute;
    left: auto;
    right: -10px;
    background: #db0101;
    padding: 10px;
    border-radius: 50%; opacity:1}
    


#boxes .close:hover{ background:#db0101 !important; opacity:1; color:#FFF}




#mask {
  position:absolute;
  left:0 !important; 
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:fixed;
  left:0 !important;
  top:0;
  width:420px;
  height:330px !important;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center; right:0 !important; margin:0 auto; 
}
#boxes #dialog {
  width:500px; 
  height:auto;
  padding:10px;
  background:#FFF url(../images/popup.jpg) no-repeat;  background-size:cover;
 
  font-size: 15pt; padding:50px; border:2px solid #db0101
}
.maintext{
	text-align: center;
 
  text-decoration: none;
}
body{

}
#lorem{

	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}

@media only screen and (min-width: 551px) and (max-width:767px) {

#boxes .window{     height: 240px !important;
    top: 11% !important;}
}