#av-overlay-wrap {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #E6E6E6;
	z-index: 999999;
	display: block;
	top: 0;
	left: 0;
}
#av-overlay-wrap:before{
	 content:'';
    position:absolute;
    right:0;
    bottom:0;
    /*top: 50%;
    transform: translate(-50%, 0);*/
    background-image:url(https://www.birrapeja.com/wp-content/plugins/age-verify/includes/images/5.png);
    height:100%;
    max-width:628px;
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
}
#av-overlay-wrap:after{
	 content:'';
    position:absolute;
    left:0px;
    bottom:0;
   /* top: 50%;
    transform: translate(0, -50%);*/
    background-image:url(https://www.birrapeja.com/wp-content/plugins/age-verify/includes/images/4.png);
    height:100%;
    max-width:628px;
    width:100%;
    background-repeat: no-repeat;
    background-size:cover;
    z-index:-1;
}

#av-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: transparent !important;
}
#av-overlay h1 {
	margin-bottom: 20px;
	text-align:center;
	color:#fff;
}
#av-overlay p {
	margin-bottom: 10px;
	text-align:center;
	color:#fff;
}
#av-overlay .submit {
	margin-bottom: 0;
}
#av-overlay input[type=text]:first-child{
	margin-left:0px;
}
#av-overlay input[type=text] {
	outline: none;
	height: 108px;
    border: 5px solid #fff;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    width: 95px;
    margin-left:15px;
    font-size:50px;
}
#av-overlay #av_verify_y {
	max-width: 450px;
	width:100%;
}
#av-overlay input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c0b26d;
  font-size:50px;
}
#av-overlay input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #c0b26d;
  font-size:50px;
}
#av-overlay input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #c0b26d;
  font-size:50px;
}
#av-overlay input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #c0b26d;
  font-size:50px;
}

#av-overlay .error {
	padding: 12px;
	background-color: transparent;
	border:none;
}
.img-wrapper.img-intro img{
	width:205px;
}
label{
	visibility: hidden;
}
form {
	float: left;
    width: 100%;
    text-align: center;
}
input#av_verify{
  visibility: visible;
  font-size:20px;
  text-align:center;
}

/* Minimum width of 400 pixels. */
@media screen and (min-width: 400px) {

	#av-overlay {
		width: 40%;
		height: auto;


	}

}
@media screen and (max-width: 768px) {
      #av-overlay-wrap:before{
      	content:none;
      }
      #av-overlay{
      	width:90%;
      /*	padding: 30px 9px 0px;*/
      }
      .img-wrapper.img-intro img{
	    width:140px;
       }
       #av-overlay h1{
       	font-size:20px;
       }
       #av-overlay input[type=text]{
       	  margin-left: 9px;
       	  padding: 9px;
       	  width: 170px;
       }
       #av-overlay #av_verify_y{
       	width:170px;
       }

	}
