
#fvpp-blackout {
	display: none;
	opacity: 0;
}

#IAAO-Cookie-Notification{
	display: none;
	z-index: 500;
	position: fixed;
	width: 100%;
	margin:auto;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	text-shadow:0 0 4px #000;
	background: rgba(0, 0, 0, 0.8);
}

#IAAO-Cookie-Notification  h2{
	color:#fff;
}


#IAAO-Cookie-Notification .inner {
	margin:auto;
	position:relative;
	padding: 1em;
	float:left;
	width:100%;
	clear:both;
	}



#fvpp-close {
float:right;
}

#IAAO-Cookie-Notification .inner p {
	margin-bottom: 0px;
	}




/* RESPONSIVE */
@media(min-width:1024px){

	#IAAO-Cookie-Notification .inner .TextButton {
		margin-bottom:0;
	}

	
	#IAAO-Cookie-Notification .inner p {
		line-height:65px;
	}
}

