#idsnack {
	visibility: hidden;
	min-width: 330px;
	margin-left: 1.7%;
	background-color:#C8DEF2;
	background-image: url(../images/ui/gentianemini.png), linear-gradient(#54BCFE, #C054CE, #54b754);
	background-position:left top;
	background-repeat:no-repeat; 
	text-shadow: none;
	color: #FFF;
	text-align: left;
	border-style: none;
	border-width: 6px;
	border-radius: 2px;
	border-color: #315EFB;
	padding: 30px;
	padding-top: 30px;
	padding-left: 90px;
	padding-right: 10px;
	padding-bottom: 20px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 120px;
	font-size: 20px;
}

#idsnack.show {
	visibility: visible;
	-webkit-animation: fadein 1s, fadeout 2s 6s;
	animation: fadein 1s, fadeout 2s 6s;
}

#idcookies {
	visibility: hidden;
	min-width: 330px;
	margin-left: -491px;
	background-color:#C8DEF2;
	background-image: url(../images/ui/AncolieMini.png), linear-gradient(#54BCFE, #C054CE, #54b754);
	background-position:left top;
	background-repeat:no-repeat; 
	text-shadow: none;
	color: #FFF;
	text-align: left;
	border-style: none;
	border-width: 6px;
	border-radius: 2px;
	border-color: #315EFB;
	padding-top: 40px;
	padding-left: 110px;
	padding-right: 10px;
	padding-bottom: 30px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 120px;
	font-size: 20px;
}
		
#idcookies.show {
	visibility: visible;
	-webkit-animation: fadein 1s, fadeout 3s 10s;
	animation: fadein 1s, fadeout 3s 10s;
}

@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 120px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 120px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 120px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 120px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}
