/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; z-index:5;}
.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); }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.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; }


.cc-cookies{
	background:#fff;
	color:#9d0111;
	padding:10px 40px;
	padding-left:100px;
	padding-right:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:5px solid #9d0111;	
}
.cc-cookies h5{padding-top:0.5em; margin:0; font-size:1.33em; font-weight:black; padding-bottom:5px;}
.cc-cookies p{line-height:1.3em; font-family:Arial, Helvetica, sans-serif;}
.cc-cookies .inside a{
	display:inline-block; 
	font-weight:bold; 
	text-decoration:none; 
	padding-left:10px; 
	background:#9d0111;
	color:#fff;
	margin-left: 10px;
    padding: 2px 10px;
	}
.cc-cookies .inside a:hover{
	background:#ba0720;
}
.cc-cookies a.cc-cookie-accept{
	position:absolute;
	right:20px;
	top:0px;
	background:none;
	border-radius:0px;
	text-shadow:none;
	box-shadow:none;
	font-weight:bold;
	font-size:2em;
	display:inline-block;
	vertical-align:bottom;
	margin-right:10px;
	line-height:1em;
	padding: 0.4em 0.5em;
	background:#9d0111;
  color:#fff;
}
.cc-cookies a.cc-cookie-accept:hover{
	background:#ba0720;
}

@media screen and (max-width: 768px) {
.cc-cookies p span{display:none;}
.cc-cookies .inside a{margin-left:0px;}
.cc-cookies{padding-right:95px;}
}

@media screen and (max-width: 480px) {
.cc-cookies{padding-left:50px; background-image:none;}
}
@media screen and (max-width: 350px) {
.cc-cookies h5{
	font-size: 1em;
    line-height: 1em;
    padding-bottom: 10px;
}
}