/*
	Simple Age Gate: public styles
*/

.sag-wrapper{
	background: #cc0001 url(../img/background.jpg) no-repeat fixed;
	background-size: cover;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
	zoom: 1;
}
.sag-wrapper img{
	max-width: 100%;
}
.sag-wrapper--denied{
	background-image: none;
}
.sag-wrapper__inner{
	color: #fff;
	font-family: 'classico';
	margin: 80px auto 0;
	position: static;
}
.sag-wrapper__inner:before{
	background-color: #fff;
	border-bottom: 7px solid #E2BF66;
	content: '';
	height: 190px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.sag-agecheck h1,
.sag-denial-info h1{
	color: #fff;
	font-family: 'palladio';
	font-size: 55px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

.sag-agecheck__headline{
	text-align: center;
}
.sag-agecheck__logo img{
	margin-bottom: 20px;
}
.sag-agecheck__intro{
	font-size: 18px;
}
.sag-agecheck__buttons{
	font-family: 'classico_bold';
	margin-top: 25px;
}
.sag-agecheck__btn{
	background-color: #fff;
	border: 0;
	color: #cc0001;
	font-weight: normal;
	/*margin-right: 13px;*/
	padding: 0 10px;
}
.sag-agecheck__btn:hover{
	color: #444;
}
.sag-agecheck__btn strong{
	border-right: 1px solid #cc0001;
	display: inline-block;
	font-size: 24px;
	margin-right: 4px;
	padding: 4px 10px 0px 0;
}
.sag-agecheck__btn span{
	font-size: 14px;
	
}
/*.sag-agecheck__btn:last-of-type{
	margin-right: 0;
}*/

.sag-agecheck__btn--fb{
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	margin-top: 2em;
}
.sag-agecheck__btn--fb:hover{
	color: #fff;
}
.sag-agecheck__btn--fb:before{
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #cc0011;
	content: "\e801";
	display: inline-block;
	font-family: "fontello";
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
	font-variant: normal;
	height: 18px;
	text-transform: none;
	margin-right: 5px;
	padding: 4px 3px;
	width: 22px;
}


.sag-denial-info{
	display: none;
}

.sag-footer{
	font-size: 11px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}
.sag-footer a{
	color: #fff;
	text-decoration: none;
}


@media(min-width: 401px){
	.sag-agecheck__btn{
		margin-right: 13px;
	}
	.sag-agecheck__btn:last-of-type{
		margin-right: 0;
	}
}

@media(max-width: 400px){
	.sag-wrapper__inner{
		margin: 10px auto 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sag-wrapper__inner:before{
		height: 75px;
	}
	
	.sag-agecheck__logo img{
		height: auto;
		margin-bottom: 5px;
		width: 100px;
	}
	
	.sag-wrapper h1{
		font-size: 24px;
		margin: 5px auto 5px;
	}
	
	.sag-wrapper__inner p{
		font-size: 80%;
		margin: 0;
		padding: 0;
	}
	
	.sag-agecheck__buttons{
		margin-top: 10px;
		text-align: center;
	}
	.sag-agecheck__btn{
		display: block;
		font-size: 14px;
		margin: 0 auto 10px;
	}
	.sag-agecheck__btn--fb:before{
		font-size: 14px;
		height: 16px;
		margin-top: 1.8em;
		width: 18px;
	}
}

@media(max-height: 380px){
	.sag-wrapper__inner{
		margin: 10px auto 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sag-wrapper__inner:before{
		height: 75px;
	}
	
	.sag-wrapper h1{
		font-size: 30px;
		margin: 5px auto 5px;
	}
	
	.sag-agecheck__logo img{
		height: auto;
		margin-bottom: 5px;
		width: 65px;
	}
	
	.sag-wrapper__inner p{
		font-size: 80%;
		margin: 0;
		padding: 0;
	}
	
	.sag-agecheck__buttons{
		margin-top: 10px;
	}
	.sag-agecheck__btn{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sag-agecheck__btn--fb:before{
		font-size: 16px;
		padding: 0px 3px 0px 4px;
	}
}

@media(max-height: 340px){
	.sag-agecheck__headline img{
		height: auto;
		margin-bottom: 5px;
		width: 58px;
	}
	.sag-agecheck__btn{
		font-size: 14px;
	}
	.sag-agecheck__btn--fb:before{
		font-size: 14px;
		padding: 0px 3px 0px 4px;
	}
}
