/**
* NCR
*
* @category NCR
* @package NCR_AgeGate
* @copyright Copyright (c) 2015 NCR Corporation (http://www.ncr.com)
* @license Private
*/

.ppp_overlay {cursor: pointer; 
	opacity: 0.75; background: #333; 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  filter: alpha(opacity=75);}

.ppp_wrapper{position: fixed;  top: 0; bottom: 0; right: 0; left: 0; z-index: 100500;}	

.popupus { 
    position: absolute; 
    background-color:#fff; 
    /*margin: 30px auto;*/ 
    /*padding: 45px 0 35px 0; */
    text-align:center;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.3); 
    z-index: 2;
    padding:15px;
    max-width: 50%;
}

.popupus h1 img { text-align: center; }

.popupus h3 {
    font-size: 19px;
    line-height: 22px;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.popupus h1{
    background:none;
    width:140px;
    margin:10px auto 0;
    padding-left:0
}

.popupus h3{
    font-size:17px;
    line-height:22px;
    color:#6a6a6a;
    margin-bottom:10px;
    text-align: center;
} 

.popupus a.action{
    color:#ffffff;
    display:block;
    padding:13px 15px;
    background:#000;
    font-size:14px;
    margin-bottom:15px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    display: inline-block;
}

.popupus a.action:hover { text-decoration: none;}

.popupus p{
    font-size: 12px;
    line-height: 15px;
    margin:10px 5px 15px 5px;
    text-align:center
}

.popupus #age-footer p{
    font-size:10px;line-height:13px;text-align:center}

.centrd { text-align: center; margin: 20px 0;}
.centrd img { display: inline;}

@media only screen 
  and (max-device-width: 480px) {
    .popupus { 
        max-width: 90%;
    }
}

.popupus a.ppp_close { padding:0; border: 0; position: absolute; background:url("close.png") no-repeat transparent; width: 24px; height: 24px; top: -8px; right: -8px; }
