/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

#cookieSettings {
	display: none;
}

.cc-cookies {
	position: fixed;
	width: 90%;
	left: 0;
	bottom: 0;
	padding: 1% 5%;
	background: #1c0b19;
	color: #ffffff;
	font-size: 1em;
	z-index: 99999;
	text-align: center;
}
.cc-cookies a, .cc-cookies a:hover {
	color: #ffffff;
	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: #003480;
	padding: 2em 5%;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #ffffff;
}
.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 {
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	background: green;
	padding: 5px 10px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-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: #f13510;
	-o-transition: background 0.5s ease-in;
	-webkit-transition: background 0.25s ease-in;
	-moz-transition: background 0.25s ease-in;
	color: #fff
}
.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;
}
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
	width: 100%;
}
table#cookieList {
	margin-bottom: 1em;
}
table#cookieList td, table#cookieList th {
	float: left;
	width: 100%;
}
table#cookieList thead {
	display: none;
}
table#cookieList td:nth-child(1):before {
	content: "Cookie";
	font-weight: 700;
	display: block;
}
table#cookieList td:nth-child(2):before {
	content: "Name";
	font-weight: 700;
	display: block;
}
table#cookieList td:nth-child(3):before {
	content: "Description";
	font-weight: 700;
	display: block;
}
table#cookieList td:nth-child(4):before {
	content: "More Information";
	font-weight: 700;
	display: block;
}
}
