/*
 * Common styles
 */
body, html{
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background-image: url("/images/hatter.jpg");
	font-family: Roboto;
	color:#B7580B;
}
a{
	text-shadow: none;
}
.content-container{
	display:table;
	width:100%;
	height:75%;
}
.bg-cont{
	background-color: rgba(183, 88, 11, 0.15);
	padding: 20px;
}
.age-18-warning-container{
	display:table-cell;
	vertical-align: middle;
}
.age-18-warning-container > div{
	width:450px;
	margin:0 auto;
	text-align:center;
}
.age-18-warning-container .adult-content {
	border-bottom:1px solid #fff;
	padding-bottom:30px;
}
.age-18-warning-container .adult-content h1{
	background:url(/common/images/18-circle.png) no-repeat top center transparent;
	padding-top:95px;
	color:#E3051A;
	font-size:48px;
	margin:0;
	text-shadow: 1px 1px 0 #FFDAB8; 
}
.age-18-warning-container .question h2{
	font-weight: 500;
    font-size: 32px;
    color: #fff;
	text-shadow: 1px 1px 0 #000;
}
.age-18-warning-container .question p.warning{
	font-weight: 400;
    font-size: 15px;
}
.age-18-warning-container .buttons a.button{
	font-weight: 400;
    font-size: 14px;
	padding: 10px 25px 10px 25px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	text-decoration:none;
}
.age-18-warning-container .buttons{
	padding:20px 0;
}
.age-18-warning-container .buttons a{
	margin:0 15px;
}
.age-18-warning-container .buttons a [class^="icon-"]{
	margin-right:10px;
	font-size: 13px;	
}
.age-18-warning-container .buttons a.button.yes{
	background-color:#5CAD4A;
	color:white;
	text-shadow: 1px 1px 0 #215416;
}
.age-18-warning-container .buttons a.button.no{
	background-color:#DD3E3E;
	color:white;
	text-shadow: 1px 1px 0 #841A1A;
}
.age-18-warning-container .disclaimer{
	padding-top:25px;
	font-size:13px;
}
.age-18-warning-container .disclaimer a{
	color:#DD3E3E;
	text-decoration:none;
}
.seo{
	text-shadow:none;
	color:#000;
	margin-top:150px;
}