#cookie-bar 
{
	background:#000; 
	height:auto; 
	min-height:150px;
	font-size:18px; 
	line-height:24px; 
	color:#fff; 
	text-align:center; 
	padding:20px 0;
	font-family:arial;
	text-transform:uppercase
}

#cookie-bar.fixed 
{
	position:fixed; 
	bottom:0; 
	right:0; 
	width:30%;
	z-index:200000000000000000;
	margin: 0px 70px 60px 0px;
	padding:50px;
}

#cookie-bar.fixed.bottom 
{
	bottom:0; 
	top:auto;
}

#cookie-bar p 
{
	margin:0; 
	padding:0;
}

#cookie-bar a:nth-of-type(2n+1)
{
	color: #fff!important;
}

#cookie-bar a:nth-of-type(2n+2)
{
	padding: 17px 30px 16px 30px;
	display: block;
	border:2px #fff;
	border-radius: 30px;
	color: #fff!important;
	max-width: 150px;
	margin:0px auto;
	margin-top:35px;
	font-size: 16px;
}

#cookie-bar .cb-enable 
{
	background:#3c3c3b;
}

#cookie-bar .cb-enable:hover 
{
	background:#009900;
}

#cookie-bar .cb-disable 
{
	background:#990000;
}

#cookie-bar .cb-disable:hover 
{
	background:#bb0000;
}

#cookie-bar .cb-policy 
{
	background:#0033bb;
}

#cookie-bar .cb-policy:hover 
{
	background:#0055dd;
}


@media (max-width: 1500px), only screen and (max-device-width: 1500px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar 
	{
	    font-size: 16px;
	    line-height: 24px;
	}

	#cookie-bar a:nth-of-type(2n+2) 
	{
	    padding: 13px 25px 12px 25px;
	    max-width: 130px;
	    margin-top: 30px;
	    font-size: 14px;
	}

}

@media (max-width: 1400px), only screen and (max-device-width: 1400px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar.fixed 
	{
		width:33%;
	}

	#cookie-bar.fixed 
	{
	    padding: 50px 50px 25px 50px;
	}

}

@media (max-width: 1200px), only screen and (max-device-width: 1200px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar 
	{
		min-height:100px;
	    font-size: 14px;
	    line-height: 20px;
	}

	#cookie-bar a:nth-of-type(2n+2) 
	{
	    padding: 10px 22px 9px 22px;
	    max-width: 110px;
	    margin-top: 20px;
	    font-size: 12px;
	}

	#cookie-bar.fixed 
	{
		width:37%;
	}

	#cookie-bar.fixed 
	{
	    padding: 45px 45px 30px 45px;
	}

}

@media (max-width: 1000px), only screen and (max-device-width: 1000px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar.fixed 
	{
		width:42%;
	}

}

@media (max-width: 850px), only screen and (max-device-width: 850px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar 
	{
	    font-size: 14px;
	    line-height: 18px;
	}

	#cookie-bar.fixed 
	{
		width:47%;
		bottom:0; 
		right:0; 
		left:0;
		margin:0px auto;
		margin-bottom:50px;
		padding: 30px;
	}

}

@media (max-width: 750px), only screen and (max-device-width: 750px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar.fixed 
	{
		width:57%;
	}

}

@media (max-width: 650px), only screen and (max-device-width: 650px), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5) {

	#cookie-bar 
	{
		min-height:100px;
	    font-size: 12px;
	    line-height: 20px;
	}

	#cookie-bar a:nth-of-type(2n+2) 
	{
	    padding: 5px 12px 4px 12px;
	    max-width: 90px;
	    margin-top: 10px;
	    font-size: 10px;
	}

	#cookie-bar.fixed 
	{
		width:70%;
		padding: 20px 20px 20px 20px;
		margin-bottom:30px;
	}

}