/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */

.cookiealert2257 {
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: rgba(0,0,0,0.7);
    height: 100%;
}

    .cookiealert2257.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealert2257 p {
        font-size: 22px;
    }

.content2257 {
    background: rgba(0,0,0,0.4);
    padding: 30px 0;
    position: absolute;
    top: 40%;
    width: 100%;
}



.enter18 {
    --color: #18d533;
    --hover: #18d533;
}

a.enter18 {
    background: rgba(0,0,0,0.7);
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
}

.enter18:hover, .enter18:focus {
    box-shadow: inset 0 0 0 2em var(--hover);
}

a.enter18 :hover, a.enter18:focus {
    border-color: var(--hover);
    color: #fff;
}


.cancel18 {
    --color: #f21a1a;
    --hover: #f21a1a;
}

a.cancel18 {
    background: rgba(0,0,0,0.7);
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    display:inline-block;
}

.cancel18:hover, .cancel18:focus {
    box-shadow: inset 0 0 0 2em var(--hover);
}

a.cancel18 :hover, a.cancel18:focus {
    border-color: var(--hover);
    color: #fff;
}
