#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;
	
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

#age-gate-overlay .age-gate-logo {
	padding-bottom:50px;
}

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

#age-gate-overlay h2 {
	font-size:35px;
	color:#fff;
	padding-bottom:15px;
}

#age-gate-overlay .btn {
	background: none repeat scroll 0 0 #9c3022;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeueW01-75Bold",sans-serif;
    font-size: 15px;
    padding: 10px 40px;
    text-shadow: none;
    text-transform: uppercase;
	display:block;
	width:100px;
	margin:15px auto 0 auto;
}

#age-gate-overlay .btn:hover {
	text-decoration:underline;
}
@media (max-width: 767px) {
	#age-gate-overlay h1 {
		font-size:65px;
		line-height:65px;
	}
}

@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 .btn {
		display:inline-block;
		margin:15px 8px 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;
	}
}

