
#barracookies {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:120px;  /*120px*/
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	z-index:99999;
}

@media (min-width: 576px) {
	#barracookies {
		display:none;
		position:fixed;
		left:0px;
		right:0px;
		bottom:0px;
		padding-bottom:80px;
		width:100%;
		text-align:center;
		min-height:80px;
		background-color: rgba(0, 0, 0, 0.8);
		color:#fff;
		z-index:99999;
	}
}

.barracookiesinner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30%;
}

.barracookiesinner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.barracookiesinner a.info {padding-left:5px;text-decoration:none;color:#faff00;}


