@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
@font-face {
    font-family: 'zapfhumnst_dm';
    src: url('../fonts/tt0134m_-webfont.eot');
    src: url('../fonts/tt0134m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tt0134m_-webfont.woff') format('woff'),
         url('../fonts/tt0134m_-webfont.ttf') format('truetype'),
         url('../fonts/tt0134m_-webfont.svg#zapfhumnst_dm_btdemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vollkornitalic';
    src: url('../fonts/vollkorn-italic-webfont.woff2') format('woff2'),
         url('../fonts/vollkorn-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vollkornmedium_italic';
    src: url('../fonts/vollkorn-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/vollkorn-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('../fonts/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height:100%;
}

body {background:url(../images/age/age-verification_bg780.jpg);
background-repeat: no-repeat;
background-position: center center;
/*background-attachment: fixed;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'zapfhumnst_dm', Arial, Helvetica, sans-serif;
color: #FFF;
}

#distance{ 
	width:1px;
	height:50%;
	margin-bottom:-195px; /* half of container's height */
	float:left;
}

.logo {text-align: center; margin-top:15px}
.message {text-align: center; margin-top:25px;}
.message h1 {font-size:18px; font-weight:normal;}
.note {font-size:14px; width:98%; margin:0 auto; text-align:center; margin-top:25px;}
.buttonwrap {margin-top:30px; text-align:center;}
.buttonwrap a {font-size:18px; padding:10px 25px; text-decoration:none; border:3px solid #a27023; background-color:#402810; color:#FFF; margin:0 10px}
.buttonwrap a:hover {border:3px solid #fff; background-color:#a30000;}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position:relative; /* puts container in front of distance */
	height: 390px;
	text-align: left;
	
}

#pop{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
	background-color: rgba(0,0,0,.75);

}
.pop-frame{
	padding: 0;
    width: 300px;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
	position: relative;
    top: 15%;
    z-index: 0;
	margin:0 auto;
}
.pop-frame p{
	font-family: 'vollkornitalic';
	font-size:16px;
	color: #3c3020;
	margin: 30px 0 40px;
}

.pop-frame a{
	font-family: 'latoheavy';
	font-size:20px;
	color: #a29061;
	text-decoration:none;
}

.pop-frame a:hover{
	text-decoration:none;
}

.pop-content{
	background-color: #FFF;
    color: #000;
    overflow:auto;
	    height: 100%;
    max-width: 100%;
	text-align:center;
	padding:23px;
}

.btn01{
background-color:#fff;
border:none;
text-indent:0;
display:inline-block;
color:#3c3020;
font-size:15px;
line-height:1.25em;
height:auto;
padding: 0;
text-decoration:none;
text-align:center;
margin-top:10px;
margin-bottom:0;
font-family: 'latoheavy';
cursor: pointer;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.message {margin-top:35px;}
.message h1 {font-size:22px}
.buttonwrap a {font-size:22px;}
.note {font-size:15px; margin-top:35px;}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.pop-frame{width: 440px; top: 25%;}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
body {background:url(../images/age/age-verification_bg1025.jpg);}
.gridContainer {
	/*width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;*/
}
#LayoutDiv1 {

}

.note {width:60%;}

.pop-frame{width: 440px; top: 25%;}
.pop-frame a{font-size:22px;}
.btn01{font-size:16px;}
}

@media only screen and (min-width: 1025px) {
body {background:url(../images/age/age-verification_bg1200.jpg);}
.note {width:40%;}

}
@media only screen and (min-width: 1200px) {
body {background:url(../images/age/age-verification_bg1500.jpg);}
}


@media only screen and (min-width: 1500px) {
body {background:url(../images/age/age-verification_bg.jpg);}
.note {width:30%;}
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .pop-frame{top: 5%;}
  }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .pop-frame{top: 2%;}
	  .pop-frame p{margin: 20px 0 30px;}
	.pop-frame img{width:35%; height:auto}
  }


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	.pop-frame{top: 10%;}
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.pop-frame{top: 2%;}
}


@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.pop-frame{top: 15%;}
} 
 
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.pop-frame{top: 2%;}
	.pop-frame p{margin: 20px 0 30px;}
	.pop-frame img{width:35%; height:auto}
}