#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9998;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:70%;
  height:100%;
  display:none;
  z-index:9999;s
  padding:20px;
  border-radius: 15px;
  text-align: center;
  color:#FFFFFF;
}
#boxes #dialog {
width:100%px;
  height:auto;
  padding:10px;
  background-color:#333333;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	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;
}



/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
	position:fixed;
    text-align:center;
    top:0;
    width:100%;
	height:100%;
    z-index:999;
	padding-top:10%;
	
}



.hover_bkgr_fricc .helper{
    display:inline-block;
    height:80%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background:#000;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
	position: relative;
    border-radius: 8px;
    padding: 15px 1%;
}

.hover_bkgr_fricc > div img
{
border-radius: 5px;

}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
 .hover_bkgr_fricc > div {
    width: 92%;
	position: relative;
    
	font-size:70px;
}

}
