@charset "UTF-8";
/* CSS Document */
#age{font-family:Avenir;}

#age *{margin:0 auto;}

#age a img{border:none;}

/**************************************/
/************  Containers *************/
/**************************************/
#age #main{
}

.agee{
    width:100%;
	background:rgba(255,255,255,.8);
	float:left;
	position:fixed;
	z-index:9999;
	height:auto;
	min-height:100%; 
	overflow:hidden;
top:0;
left:0;
display:none;
}

/**************************************/
/********* Additional style ***********/
/**************************************/
#age .title{
	background:#2a2a2a;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#age .title h3{
	font-size:13px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:600;
	line-height:37px;
	text-align:center;
	padding-top:3px;
}
#age input{width:175px;text-align:center;margin:15px 0;}
.enter{
cursor:pointer;
display: inline-block;
    padding: 10px;
    margin-top: 15px!important;
    color: #FFF;
    background: #a5876b;

}

.enter a{color:#FFF;text-decoration:none;}

#age #main .logoo{
	text-align:center;
	padding:25px 0 18px;
	width:220px;
	margin:0 auto;
}

#age #main .line{
	width:222px;
	border:1px solid #262626;
}

#age #main .content{
	text-align:center;
	padding:27px 0 21px;
}

#age #main .content p{
	line-height:20px;
	margin:0 0 18px;
	color:#2a2a2a;
	font-family:Avenir;
}


/**************************************/
/************ Mobile Style ************/
/**************************************/

@media screen and (max-height: 550px) {
   #age .container{top:25px;margin:0 auto;}
}

