
#_cookie_popup_cont {
	
	 background:rgb(128, 128, 128);
	 background:rgba(0, 0, 0, 0.65);
	display: none;
	font-family: Arial,sans-serif;
	font-size: 14px;
	height: 100%;
	left: 0;
	line-height: 1.4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11000000;
}

#_cookie_popup {
	
	border: 0 none;
	border-radius: 6px;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	color: gray;
	line-height: 1.6;
	position: relative;
	width: 90%;
	height: 80%;
	margin: 5% auto;
}

.__cook_priva__txt_cont {
	color: black;
}

#_cookie_popup_iframe_wrapper {

	border: 0 none;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

#_cookie_popup_iframe {
	border: 0 none;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	
}

#_cookie_popup_cont_close {

	background-color: #000;
	border: 0 none;
	padding:4px 10px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	color: white;
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	position: absolute;
	top:-18px;
	right:-18px;
	z-index: 12000000;
	cursor:pointer;

}

@media (max-width: 768px) {
	#_cookie_popup_cont_close {
		top:10px;
		right:10px;
	}
}
					
					
	
