/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 20px 0;
	background: #132C51;
	background: rgba(19,44,81,0.75);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	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;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #D2D2D2;
	transition:  none;
	font-size: 14px;
    font-weight: 800;
    padding: 5px 15px;
    text-transform: none;
	margin-top: 10px;
	background-color: #C5C5C5;
  	color: #25539B;
  	background-image: -webkit-linear-gradient(top, #EEEEEE 0%, #C5C5C5  100%);
  	background-image:         linear-gradient(to bottom, #EEEEEE 0%, #C5C5C5  100%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEEEEEE', endColorstr='#ffC5C5C5 ', GradientType=0);
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  	background-repeat: repeat-x;
	text-shadow: none;
}
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline {
	color: #B20000; 
	margin-left: 20px;
}
.cc-cookies a.cc-cookie-reset {
	color: #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-color: #eee;
	background-position: 0 15px;
}
.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;
}
}
