.eucookie {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 0;
    color: #fff;
    font-size: 14px;
		    transition: margin-top 2s;
    -moz-transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    -o-transition: margin-top 1s;
    z-index: 9;
}
.cookies{
	background: rgb(20, 109, 99) none repeat scroll 0% 0%;
	    transition: margin-top 2s;
    -moz-transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    -o-transition: margin-top 1s;
}
.cookies p {
    text-align: center;
    line-height: 1.4;
    margin: initial;
}
.ctxt {
    text-align: center;
    font-size: 85%;
    margin: 0;
padding: 7px 64px;
    font-family: Open Sans, sans-serif;
#font-weight: 700;
}
.ctxt a,
.ctxt a:hover{
    font-family: Open Sans, sans-serif;
    font-weight: 700;
	text-decoration:underline;
	color: #fff;
}
.cookiebanner-close{
display: inline-block;
    padding: 1px 31px;
    cursor: pointer;
    background: #FFF700;
    font-weight: 800;
    border-radius: 4px;
    color: black;
    margin: 6px;
}



@media (max-width: 425px) {
.ctxt {
    padding: 20px 20px;
}
}
