


.alert-box {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    border: none;
    background-color: rgba(0,0,0,0.85);
    z-index: 999999;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url(cubes.png);
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.alert-box-text {
    color: #fff;
    width: 100%;
    display: inline-block;
}
.alert-box-text p {
    margin: 0;
    font-family: 'AcuminProCond-Light';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.0125em;
    line-height: 1.5;
    color: #fff;
}
.alert-box-button {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.alert-box-button ul {
    margin: 0;
    list-style: none;
}
.alert-box-button ul li {
    display: inline-block;
    margin-left: 15px;
}
.alert-box-button ul li a {
    font-family: 'AcuminProCond-Light';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.0125em;
    color: #fff;
    text-decoration: none;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.btn-acpt {
    background-color: #1068b3;
    border: 1px solid #1068b3;
    padding: 8px 18px;
    font-size: 16px;
    font-family: 'AcuminProCond-Light';
    border-radius: 0;
    color: #fff;
    outline: none;
}
.btn-acpt:hover {color: #fff;}
.btn-acpt:focus, .btn-acpt.focus {
    background-color: #1068b3;
    border: 1px solid #1068b3;
    padding: 8px 18px;
    font-size: 16px;
    font-family: 'AcuminProCond-Light';
    border-radius: 0;
    color: #fff;
    outline: none;
}
.btn-acpt:focus, .btn-acpt:active:focus, .btn-acpt.active:focus, .btn-acpt.focus, .btn-acpt:active.focus, .btn-acpt.active.focus {
    background-color: #1068b3;
    border: 1px solid #1068b3;
    padding: 8px 18px;
    font-size: 16px;
    font-family: 'AcuminProCond-Light';
    border-radius: 0;
    color: #fff;
    outline: none;
}