#age-gate-overlay-wrap { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000; 
}

#age-gate-overlay {
	position: relative;
	margin:0 auto; 
	top: 50%;
	z-index: 10001;
	text-align:center;
	max-width:555px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#age-gate-overlay .age-gate-logo {
	padding-bottom:40px;
	max-width: 198px;
	margin: 0 auto;
}

#age-gate-overlay h1 {
	font-size:80px;
	line-height:80px;
	color:#fff;
	margin-bottom:5px;
}

#age-gate-overlay h4 {
	font-family:'Helvetica Neue LT W01_55 Roman', Arial, 'sans-serif';
	font-size:18px;
	color:#fff;
	padding-bottom:15px;
	font-weight: normal;
}

#age-gate-overlay .button {
	display: inline-block;
	width: 100px;
}

#age-gate-overlay .button:first-of-type {
	margin-right: 10px;
}

#age-gate-overlay .button:last-of-type {
	margin-left: 10px;
}

@media (max-width: 767px) {
	#age-gate-overlay h1 {
		font-size:28px;
		line-height:28px;
	}
	
	#age-gate-overlay h2 {
		font-size:18px;
		line-height:18px;
	}
	
	#age-gate-overlay {
		max-width:450px;
	}
	
	#age-gate-overlay .age-gate-logo {
		width:145px;
		padding-bottom:20px;
	}
	
	#age-gate-overlay .button:first-of-type {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	#age-gate-overlay h1 {
		font-size:45px;
		line-height:45px;
	}
	
	#age-gate-overlay h2 {
		font-size:25px;
		line-height:25px;
	}
	
	#age-gate-overlay {
		max-width:310px;
	}
	
	#age-gate-overlay .age-gate-logo {
		width:165px;
		padding-bottom:20px;
	}
}

