/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies 
{
	/*position:fixed;*/
	width: 100%;
	height: 75px;
	left: 0;
	top: 0;
	background: #565656;
	background: rgba(86,86,86,0.95);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	z-index: 99999;
	text-align: center;
	color: #fff;
}

.cc-cookies a, 
.cc-cookies a:hover 
{ 
	color: #fff; 
	text-decoration: underline; 
}

.cc-cookies a:hover 
{ 
	text-decoration: none; 
}

.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: 18px; 
	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 
{ 
	display: inline-block; 
	color: #fff; 
	text-decoration: none; 
	background: #7DAF3B; 
	padding: 0.5em 0.75em; 
	border-radius: 3px; 
	box-shadow: 0 0 2px rgba(0,0,0,0.25); 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	-o-transition: background 0.5s ease-in; 
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in; 
}

.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  
{ 
	background: #000; 
	-o-transition: background 0.5s ease-in; 
	-webkit-transition: background 0.25s ease-in; 
	-moz-transition: background 0.25s ease-in; 
}

.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; 
}

@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;  
	}
}

.cc-cookies-wrapper 
{
	position: absolute;
	text-align: center !important;
	width: 100%;
}

.cc-cookies-content 
{
	position: relative;
	width: 960px;
	height: 65px;
	margin: 0px auto 0px auto;
	padding: 5px;
	float: none;
}

#cc-title 
{
	width: 200px;
	height: 55px;
	line-height: 63px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	float: left;
}

#cc-message 
{
	width: 585px;
	height: 63px;
	line-height: 11px;
	padding: 2px 0 0 0;
	text-align: left;
	font-weight: normal;
	float: left;
}

#cc-message a 
{
	text-decoration: underline;
}

#cc-button 
{
	width: 170px;
	height: 65px;
	padding: 20px 0 0 0;
	text-align: right;
}

#cc-button a 
{
	width: 100px;
	text-align: center;
}