html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width:100%;


}
body{
	position:relative;
	font-family: Georgia, Times, Times New Roman, serif;
	background-color:#000;
	-moz-osx-font-smoothing: grayscale;
}

#page{
	position:fixed;
	left:0px;
	top:0px;
	height: 100%;
	width:100%;
	
}
.clear{

	clear:both;
}
#content {
	position:absolute;
    top: 110px;
    left:0px;
    right:0px;
    margin:0 auto;
    width:90%;
    text-align:center;
    font-size:24px;
    /*color:#cca45b;*/
    color: #fff;
}
#content p{
	margin-bottom:10px;
}

#tmp{
	margin: 0px auto;
	width:280px;
	padding:10px;
}
#tmp .tmp-date{
	font-size: 13px;
	margin-top:4px;
}
#tmp p{
	font-size:15px;
}
#tmp a{
	color:#ccc;
	
	font-size:15px;
	text-decoration:none;
	display:block;
	border:1px solid #ccc;
	border-radius:4px;
	background-color:rgba(0,0,0,0.6);
	width:100%;
	font-family: Roboto;
}
#tmp a span{
	display:block;
	line-height:22px;
}
#tmp p:first-of-type{
	font-weight:700;
}
/*
.home-news {
	width:200px;
	margin:0 auto;
	position:absolute;
	left:20px;
	top:60px;
	z-index:20;
}

.home-news a{
	font-size:16px;
	display:block;
	color:rgba(255,255,255,0.7);
	background-color:rgba(0,0,0,0.8);
	text-decoration:none;
	padding:6px;
	border-radius:4px;
	margin-bottom:8px;
	text-align:center;
	font-size:13px;
	border:1px solid rgba(255,255,255,0.7);
}
.home-news a span{
	display:block;
	margin-top:4px;
}
.home-news a span:first-of-type{
	text-transform: uppercase;
	font-family: Roboto;
	margin-top:0;

}
.home-news a span:nth-child(2)	{
	margin-top:2px;
	font-family: Roboto;
}
*/
#menu{
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	position: absolute;
	width:100%;
	top:0px;
	height:40px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color:#444;
	line-height:40px;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
	font-weight: 400;
	z-index:10;
}
#menu a{
	color:rgba(255,255,255,0.8);
	margin:0 10px;
	display: inline-block;
	text-decoration:none;
	line-height:40px;
}
#mmenu-bar{
	background-color: transparent;
	position: fixed;
	z-index:1000;
	height:40px;
	top:0px;
	left:0px;
	width:100%;
	line-height:40px;
	display:none;
}
#mmenu-icon {
	display:none;
	position:absolute;
	top: 6px;
	left:10px;
	width:42px;
	height:28px;
	color:#fff;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	z-index:200;
	border-radius:2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#mmenu-icon span.icon-bar {
	display: block;
	position: absolute;
	height: 2px;
	width: 32px;
	border-radius:1.5px;
	background-color: #ffffff;
	opacity: 1;
	left: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#mmenu-icon span.icon-bar:nth-child(1) {
  top: 2px;
}

#mmenu-icon span.icon-bar:nth-child(2) {
  top: 12px;
}

#mmenu-icon span.icon-bar:nth-child(3) {
  top: 22px;
}
#mmenu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  left: 8px;
  width: 24px;
}

#mmenu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmenu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 8px;
  width: 24px;
}


#mmenu{
	background-color:rgba(0,0,0,0.5);
	display:none;
	left:-200px;
	position: absolute;
	width:200px;
	height:100%;
	padding-top:40px;
	padding-left:10px;
	font-size:14px;
	z-index:10;
	font-family: Arial, Helvetica, Verdana;
}
#mmenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:14px;
	color:#717171;
	width:100%;
	
	border-bottom:1px solid rgba(255,255,255,0.2);
	max-width:186px;
	overflow-x:hidden;

}
#mmenu ul li{
   /* margin-top:12px;*/
	line-height:40px;
	border-top:1px solid rgba(255,255,255,0.2);
}
#mmenu ul li span {
	display:block;
	width:100%;
	color:rgba(255,255,255,0.7);
	cursor:pointer;
	text-indent: 14px;
	background-image:url('images/Next-off-7-10.png');
	background-position: left;
	background-repeat: no-repeat;
}
#mmenu ul li span.closeIt {
	background-image:url('images/Next-on-7-10.png');
}

#mmenu ul li ul{
	display:none;
	margin-left:14px;
	margin-top:0px;
	border-bottom:none;
}
#mmenu a{
	color:rgba(255,255,255,0.7);
	text-decoration:none;
	display:block;
	
}
#mmenu .closeMenu{
	color:rgba(255,255,255,0.7);
	position:absolute;
	top:10px;
	right:20px;
	font-size:32px;
	cursor:pointer;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	/*background-color:red;*/

}
.icon-bar {
	background-color: #f5f5f5;
	
}

#footer{
	position: fixed;
	width:100%;
	left: 0;
  	bottom: 0;
	min-height:40px;
	font-size:14px;
	text-align:center;
	font-weight: 400;
	padding-bottom:10px;
	color:rgba(255,255,255,0.7);
	border-top:1px solid #ccc;
	background-color:rgba(0,0,0,0.5);
}
#footer .dk{
	text-transform: uppercase;
}
#footer .mobile{padding-top:10px;}

#footer .mobile span:after{content:' · '}

#footer .mobile span:last-of-type:after{content:''}
#footer a{
	margin:0 10px;
	display: inline-block;
	color:rgba(255,255,255,0.7);
	text-decoration:none;
}

.basic-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background: rgba(255,255,255, 1.0);
  z-index: -1;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 300ms;
}
.basic-popup.show {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
}
.basic-popup .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.basic-popup .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height:300px;
  overflow:scroll;
} 
.basic-popup .content div#ppw-name{

	text-align: center;
	font-size: 40px;
	/*color:#cca45b;*/
	color:#8F6D2D;
	margin: 60px auto 40px auto;
}
#age-check-form {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  /*top: 25%;*/
  text-align: center;
  color: #555;
}
#age-check-form img {
  max-width: 200px;
}
#age-check-form .title {
  font-size: 42px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #4a4a4a;
}
#age-check-form .text {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
#age-check-form .actions .btn {
  margin: 0 auto;
  width: 200px;
}
#age-check-form .actions label {
  padding-top: 25px;
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}
#age-check-form .actions label input {
  margin-left: 10px;
}
.actions{
	margin-top:100px;
}
.btn {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    cursor:pointer;
}
.btn {
    margin: 0 auto;
    min-width: 320px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 4px;
    color: #ffffff;
    text-align: center;
    padding: 0 50px;
    line-height: 54px;
    border: solid 1px 
    #ffffff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    transition: background ease-in-out 300ms;
    box-sizing: border-box;
}
.btn.btn-red {

    background-color: #fff;
	border: 2px solid #624A1E;
	color:#333;
}
#cookie-warning{
	position: fixed;
	top:0px;
	background-color:#fff;
	width:100%;
	z-index:2000;
	padding:4px 0px;
}
#cookie-warning .content{
	padding:10px;
	font-size:14px;
	font-family:Verdana;
	text-align:center;
}
#cookie-warning .content a{
	text-decoration:none;
	color:#cca45b;
	font-weight:bold;
}
#cookie-warning .content .btn-cookie{
    background-color:#555;
	border: 1px solid #555;
	color: #fff;
    text-align: center;
    padding: 8px 20px;
	text-transform: uppercase;
	display: inline-block;
	box-sizing: border-box;
	cursor:pointer;
}


@media screen and (max-width: 910px){
	/*.home-news{
		top:220px;
	}*/


}
/* for 760px or less */
@media screen and (max-width: 780px) {
	#menu, .dk {display:none;}
	#mmenu-bar, #mmenu-icon, .mobile {display:block;}
	#footer .mobile span:nth-of-type(2):after{content:''}
	#footer .mobile span:last-of-type {display:block;}
	#content{
		top: 110px;
	}
	/*
	.home-news{
		top:20px;
		left: 0px;
		right:0px;
		margin:0 auto;
		text-align:center;
		width:100%;
	}
	.home-news a{
		display:inline;
		border:none;
		background-color:transparent;
	}*/
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	/*.home-news{
		display:none;
	}*/
	#content{
		top: 160px;
	}
	#content img{
		max-width: 100px;
		height:auto;

	}
	#content p{
		font-size:28px;
	}
	#tmp p{
		font-size:15px;
	}
	
}
