/* COOKIES POLITYKA PRYTWATNOSCI */

.polityka-cookies{
	position: relative;
	width: 100%;
	text-align: center;
	display: none;
	font-size: 12px;
	top: 0;
	z-index: 1111;
	color: #fff;
	background: #000;
	opacity: 0.8;
	padding: 10px 0;
}

.polityka-cookies a{
	color: #fff;
	text-decoration: underline;
}

.accept-cookie{
	background: green !important;
	
	width: 200px;
	display: block;
	cursor: pointer;
	line-height: 25px;
	margin: 10px auto;
}

.polityka-close{
	background: url("img/fancy_close.png");
	width: 30px;
	height: 30px;
	position:absolute;
	cursor: pointer;
	top: 5px;
	right: 5px; 
}

/* COOKIES END */ 

