/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies {
	position: fixed;
	width: 100%;
	left : 0;
	top: 0;
	background: #565656;
	background: rgba(86, 86, 86, 0.10);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	z-index: 99999;
	text-align: center;
	color: #fff;
	left: 0;
}

.cc-cookies div.wrapper {
	opacity: 0;
	background:#9b9b9b;
	width: 100%;
	margin: auto;
	margin-top: -100px;
}
.cc-cookies > div.wrapper > div.centerWrapper {
	width: 1000px;
	margin: auto;
	padding-top: 10px;	
}
.cc-cookies > div.wrapper > div.centerWrapper .pleaseRead {
 	border-right: 2px solid #e51937;
	margin-top: 5px;
	height: 98px;	
	display:inline-block;
 	font-size: 20px;
	vertical-align:top;
	width: 90px;
	text-transform: uppercase;
	text-align:left;
}
.cc-cookies > div.wrapper > div.centerWrapper .cookieAnalyticsMessage {
	vertical-align:top;
	font-size: 14px; 
	text-align:left;
	padding-left: 20px;
	margin-bottom:10px;
	font-family: Arial;
	font-weight: normal;
	color: #fefefe;
}
.cc-cookies > div.wrapper > div.centerWrapper .cookieAnalyticsMessage p {
	margin-right: 60px;
}
.cc-cookies > div.wrapper > div.centerWrapper .close {
	margin-left: 10px;
	text-decoration: none;
	background-color: #fff;
	padding: 0 5px;
	border-radius: 100%;
	color: rgb(0, 96, 169);
	float: right;
}
.cc-cookies > div.wrapper > div.centerWrapper .links  {	 
 	padding-bottom: 5px;
	width:100px;
}

.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;
	font-weight:normal;
	background: #7DAF3B;
	padding: 0.5em 0.75em;
	border-radius: 3px;
	background: #e41936; /* Old browsers */
	background: -moz-linear-gradient(top,  #e41936 0%, #c21026 50%, #b50d1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e41936), color-stop(50%,#c21026), color-stop(100%,#b50d1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e41936 0%,#c21026 50%,#b50d1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e41936 0%,#c21026 50%,#b50d1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e41936 0%,#c21026 50%,#b50d1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e41936 0%,#c21026 50%,#b50d1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41936', endColorstr='#b50d1e',GradientType=0 ); /* IE6-9 */

}

.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;
}

.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;
	}
}