/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies { 
	position:fixed; 
	width: 100%; 
	left: 0; 
	bottom: 0; 
	padding: 0.5em 0; 
	background: #ffa201; 
	background: rgba(246,192,44,0.90); 
	color: #000; 
	font-weight: 700; 
	z-index: 99999; 
	text-align: center; 
	font: normal 11px/1.231 Arial, Helvetica, sans-serif;
}


.cc-cookies a, .cc-cookies a:hover { color: #000; 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, .cc-cookies a.cc-cookie-policy-close { display: inline-block; color: #000; text-decoration: none; background: #ffffff; 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, .cc-cookies a.cc-cookie-policy-close { background: #f15b00; }
.cc-cookies a.cc-cookies a.cc-cookie-policy-close  { 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, .cc-cookies a:hover.cc-cookie-policy-close  { 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; }
.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 .cc-cookie-policy-ajax { overflow:auto; margin: 5px 0 10px 0; }

a.cc-cookie-decline { margin: 0em 0.5em!important; }
.cc-cookies .cc-cookie-policy-open {
	float: right;
	margin: 5px 10px 0 0!important;
}
.cc-cookies .cc-cookie-policy-div {
	text-align: left!important;
}

.cc-cookies .table {
    margin-bottom: 0px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	text-indent: 0;
	color: #000; 
	font: normal 11px/1.231 Arial, Helvetica, sans-serif;
	font-weight: 700; 
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35); 
	text-align: left; 
}
.cc-cookies .table thead th {
    vertical-align: bottom;
    font-weight: bold;
}
.cc-cookies .table th, 
.cc-cookies .table td {
    border-top: 1px solid #DDDDDD;
    line-height: 20px;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
.cc-cookies .table thead:first-child tr:first-child th, 
.table thead:first-child tr:first-child td {
    border-top: 0 none;
}
.cc-cookies .table-hover tbody tr:hover > td, 
.cc-cookies .table-hover tbody tr:hover > th {
    background-color: #F5F5F5;
    color: #222;
}


@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset, .cc-cookies a.cc-cookie-policy-close { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}