/* ---------------------------- Cookie Footer ---------------------------- */
.cfooter {
	position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    opacity: 1;
    padding: 0px 10px;
    min-height: 50px;
    line-height: 30px;
    background-color: #50267f;
    color: white;
    z-index: 999;
    font-size: 12px;
	z-index: 999;
	opacity: 0.5;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}
.cfooter.show {
	position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    /* opacity: 0.5; */
    padding: 0px 10px;
    min-height: 50px;
    line-height: 30px;
    background-color: #502676d9;
    
    color: white;
    z-index: 999;
    font-size: 12px;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}
/* footer div cookie info */ 
.cfooter #cookie_info a:visited{
	color: rgb(238, 255, 0);
}
.cfooter #cookie_info a:hover{
	color: rgba(242, 255, 60, 0.801);
}
.cfooter #cookie_info a{
	color: rgb(243, 247, 21) !important;
}
#cookie_info{
	display: inline;
}

.access_c_button{
	margin-top: 2.5px;
	display: inline-block;
	color: black;
}

.acceptCookies {
	box-sizing: border-box;
	display: inline-block;
	min-width: 164px;
	padding: 11px 13px;

	border-radius: 2px;
	
	background-color: #ffffff;

	color: rgb(25, 0, 248);
	text-decoration: none;
	text-align: center;
	font-family: "CeraPRO-Regular", sans-serif, arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}