body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	background: #000 url(images/bg_body_high.jpg) top center no-repeat;
	color: #aeaeae;
	text-align: center;
	font-family: 'Open Sans', Arial, "MS Sans Serif";
}

.mobile, .price2 { display: none; }

/* START :		general TAGs	*/
a img {
	border: none;
}
a, a:visited		{	text-decoration: none; color: #1e90ff;}
a:hover 				{	text-decoration: underline;}

h1 {
	font-size: 24px;  
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #fe00ff;
}
h2 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #bd42be;
}
h3 {
	margin: 5px 0px 5px 0px;
	padding-left: 25px;
	font-size: 14px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
ul {
	list-style: square;
}

.clear { clear: both; height: 0px; visibility: hidden; font-size: 1px; }

/* END :			general TAGs	*/
/* START :		LAYOUT STYLE	*/

div#all {
	width: 950px;
	margin: 0px auto;
	position: relative;
}
div#content {
	background: transparent;
	width: 870px;
	margin-left: 40px;
	margin-right: 40px;
	height: auto;
	text-align: left;
	float: left;
}


.fleft 		{	float: left;}	
.fright  	{	float: right;}	
.aleft 		{	text-align: left;}	
.aright 		{	text-align: right; margin-top: -20px; }	
.ablock 		{	text-align: justify; line-height: 20px; font-size: 15px; margin-bottom: 25px; }	
.acenter		{	text-align: center;}	
.vmiddle 	{	vertical-align: middle;}
.vbase		{	vertical-align: bottom;}
.vtop			{	vertical-align: top;}


#age-verify {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  transition: 0ms;
}
#age-verify .window {
  position: absolute;
  z-index: 9998;
  border-radius: 10px;
  top: 25%;
  left: 50%;
  width: 660px;
  overflow: hidden;
  padding: 25px 25px 35px 25px;
  margin-left: -330px;
  margin-top: -125px;
  background-color: #fff;
  border: 2px solid Red;
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transition: 0ms;
}
#age-verify .window span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #ff0000;
  font-size: 19px;
}
#age-verify .window span.confirm { font-size: 23px; color: #000; font-weight: 600; padding: 5px; }

#age-verify .img18plus { opacity: 0.75; }
#age-verify .img18plus img { width: 80px; margin-bottom: 5px;}

#age-verify .souhlas {color: #585858; text-align: center; line-height: 23px; margin-bottom: 20px; }

#age-verify .window span.title { color: #000; font-weight: 600; font-size: 18px; line-height: 18px; }

#age-verify .window button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 48%;
  height: 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background-color: Red;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  transform: scale(1);
  transition: .2s;
}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #fff;
  color: Red !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  background-color: green;
  background: linear-gradient(to bottom, #00af00 0%,#008000 100%);
  border-radius: 10px;
  float: left;
}
#age-verify .window button.no {
  background-color: red;
  background: linear-gradient(to bottom, #ff0000 0%,#d00000 100%);
  border-radius: 10px;
  float: right;
}
#age-verify .window button:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
#age-verify .window .underBox {
  position: absolute;
  width: 400px;
  height: 250px;
  padding: 40px;
  top: 100%;
  left: 0;
  right: 0;
  background-color: Red;
  transition: 500ms;
  box-sizing: border-box;
}
#age-verify .window .underBox * {
  color: #FFF !important;
}
#age-verify.hidden {
  opacity: 0;
  visibility: hidden;
}
#age-verify.hidden .window {
  transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}
.hiddenText {
  display: none;
}


@media (max-width: 768px) {
	html,
	body {
		margin: 0;
    background: none;
	}
	body {
		min-width: 320px;
		
	}
  .nomobile { display: none; }
  .mobile { display: block; }
    
	div#all {
    background: #000;
		width: auto;
		padding: 15px;
	}
  h1 {
  	font-size: 18px;
  }    
      
  div#content {
    margin: 0 0 0 0px;
  	width: 100%;
  	float: left;
    font-size: 14px;
    line-height: 21px;
  }
  #age-verify .window {
    width: 340px;
    margin-left: -170px;
    padding: 15px 15px 25px 15px;
    }  

  #age-verify .img18plus img { width: 60px; margin-bottom: 0px; }
  #age-verify .souhlas {font-size: 13px; line-height: 21px;}
  #age-verify .window span.title { font-size: 16px; line-height: 26px; }
  #age-verify .window span.confirm { font-size: 21px; }   
}

@media (max-height: 470px) {

  #age-verify .window {
    top: 30%;
    margin-top: -50px;
    }    
  #age-verify .souhlas { display: none; }
  #age-verify .img18plus { display: none !important; }
  
}
