.cc-cookies {
	position: fixed;
	width: 100%;
	left: 0;
	background: white;
	color: #4E4852;
  z-index: 10;
	text-align: left;
	text-align: center;
	padding: 0 10px;
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
	bottom: 0;
}
@-webkit-keyframes slideDown {
	0% { bottom: -100px; }
	100% { bottom: 0; }
}


.cookieText{
  font-size: 0.9em;
  line-height: 1.1em;
  text-align: left;
	color: black;
	text-align: center;
	padding-top: 20px;
	float: left;
}

.cookieText strong{
	color: black;
}



.cc-cookies a, .cc-cookies a:hover {
	color: #566be1;
	text-decoration: underline;
}
.cc-cookies a:hover {
	text-decoration: none;
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies a.cc-cookie-accept{
	float: right;
	display: inline-block;
  font-size: 0.9em;
	line-height: 1.5em;
  color: #566be1;
	margin: 10px 0;
  background-color: transparent;
  border: 1px solid #566be1;
  padding: 5px 10px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.cc-cookies a.cc-cookie-decline:hover,
.cc-cookies a.cc-cookie-accept:hover{
	color: white;
	background-color: #566be1;

}

.cc-cookies a.cc-cookie-decline{
	margin-right: 10px;

}

@media screen and (max-width: 955px) {
	.cookieText,
	.cc-cookies a.cc-cookie-decline,
	.cc-cookies a.cc-cookie-accept{
		float: none;
		text-align: center;
	}
}
