/**
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2016 Innovadeluxe SL

* @license   INNOVADELUXE
*/
#deluxe_adult_content{
	z-index: 9999999999999999999;
	width: 100%;
	height:100%;
	text-align: justify;
	color: #CCCCCC;
	padding: 1%;
	position: fixed;
	background-color:rgba(0,0,0,0.4);
	/*background: transparent url(../img/trans.png) repeat top left;*/
	}
div#adultcontent {
	width:auto;
	height:auto;
	min-width:20%;
	min-height:10%;
}
div#adultcontent div#center {
	z-index: 9999999999999999;
	width: 600px;
	height:auto;
	background-color: #FFF;
	text-align: justify;
	color: #111;
	line-height: 100%;
	padding:15px;
	border: 10px solid #111;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin:10% auto 0 auto;
	-moz-opacity: 1;
  opacity: 1;
}

div#adultcontent div#center p#content_desc{
	clear:both;
	width:auto;
	height:auto;
	font-size:160%;
	line-height: 160%;
}

div#adultcontent span#text{
	color: #999;
}

#deluxe_adult_content div#adultcontent div#buttons{
	font-size: 160%;
	text-decoration: none;
	clear:both;
	width:100%;
	height:100%;
	margin-top:5%;
	margin-bottom: 3%;
}

a#adultcontentOK{
	background-color: #329832;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	padding: 5px 7px;
}

a#adultcontentOK:hover{
	background-color: #6F9853;
}

a#adultcontentnotOK{
	background-color: #FE3232;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	padding: 5px 7px;
}

a#adultcontentnotOK:hover{
	background-color: #FC6961;
}

#wrong{
    height: 100%;
    width: auto%;
}

	#ok{
	margin-bottom: 5%;
	margin-top: 5%;
	height: 30px !important;
	}
	#warning{
	margin-bottom: 5%;
	margin-top: 5%;
	height: 30px !important;
	}

@media (max-width: 767px) {
	div#adultcontent div#center {
	width: 90%;
	margin:10% auto 0 auto;
	}
	#deluxe_adult_content{
	height:5800px;
	position: absolute;
	
	}
	#deluxe_adult_content div#adultcontent div#buttons{
	font-size: 100%;
}
}

