/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies
{
	font-family: Arial,Helvetica,FreeSans,sans-serif !important;
	position: fixed!important;
	z-index: 16777270;
	width: 100%!important;
	height: 90px;
	background: url('/images/przez.png');
	text-align: center;
	border-width: 1px 0 1px 0!important;
	border-style: solid!important;
	border-color: #fff!important;
	box-shadow: 0 0 40px #444;
	padding: 10px 0;
	left: 0;
	right: 0;
	float: none!important;
	text-shadow: none;
	border-radius: 0!important;
	margin: 0 auto!important;
}

	.cc-cookies a, .cc-cookies a:hover
	{
		color: #fff;
		text-decoration: underline;
	}

		.cc-cookies a:hover
		{
			text-decoration: none;
		}

	.cc-cookies p, .cc-cookies h2
	{
		margin: 4px 0;
		padding: 0;
		line-height: 1.2em;
		color: #000;
		float: none!important;
	}

	.cc-cookies h2
	{
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
	}

	.cc-cookies p
	{
		font-size: 12px;
		margin: 0px;
		margin-bottom: 7px;
	}

.cc-overlay
{
	height: 100%;
	padding-top: 25%;
}

.cc-cookies-error
{
	float: left;
	width: 90%;
	text-align: center;
	margin: 1em 0 2em 0;
	background: #fff;
	padding: 2em 5%;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #333;
}

	.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset,.aboutCookies
	{
		cursor: pointer;
		font-size: 12px;
		margin: 5px auto;
		width: 120px;
		background: #0089f2;
		padding: 6px 15px 6px 15px;
		border-radius: 3px;
		text-shadow: 1px 1px 0 #0072ca;
		color: #fff;
		background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
		background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
		background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
		background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
		float: none!important;
	}

	.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline
	{
		background: #af3b3b;
		margin-left: 0.5em;
	}

.cc-cookies a.cc-cookie-reset
{
	background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset
{
	box-shadow:0 0 15px #000;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline
{
	display: block;
	margin-top: 1em;
}

.cc-cookies.cc-discreet
{
	width: auto;
	padding: 0.5em 1em;
	left: auto;
	top: auto;
}

	.cc-cookies.cc-discreet a.cc-cookie-reset
	{
		background: none;
		text-shadow: none;
		padding: 0;
		text-decoration: underline;
	}

	.cc-cookies.cc-discreet a:hover.cc-cookie-reset
	{
		text-decoration: none;
	}

@media screen and (max-width: 768px)
{
	.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset
	{
		display: block;
		margin: 1em 0;
	}
}

@media screen and (max-width: 480px)
{
	.cc-cookies
	{
		position: relative;
		float: left;
	}
}
