.cookie-notice.c5-bg.open #close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
    cursor: pointer;
    color: black;
}
.cookie-notice {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    box-shadow: 0 0 15px 0 transparent;
    transition: bottom 1s ease-in-out 0.2s, opacity 0.75s ease-in-out 0.1s, box-shadow 1s ease-in-out 0.2s;
    background-color: white;
    border: 5px solid #253b6a;
}
.cookie-notice .btn.c1-bg {
    border-color: #2f7e9c;
}
.cookie-notice .c1-bg {
    background-color: #253b6a;
}
.cookie-notice .btn {
    border-radius: 0;
    position: relative;
    padding: 12px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.cookie-notice a, .cookie-notice .btn {
    outline: 0 none !important;
}
.cookie-notice a:link, .cookie-notice a:active, .cookie-notice a:visited, .cookie-notice a:hover {
    color: white;
}
.cookie-notice.open {
    bottom: 0;
    opacity: 1;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.cookie-notice p, .cookie-notice .paralink {
    color: #6a6b69!important;
}
.cookie-notice .heading {
    margin: 0;
}

    .cookie-notice .heading + .text {
        margin-top: 5px;
    }

.cookie-notice .text :first-child {
    margin-top: 0;
}

.cookie-notice .text :last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .cookie-notice {
        max-width: 460px;
    }
}

.cookie-notice .inner {
    padding: 15px;
}

@media (min-width: 992px) {
    .cookie-notice .inner {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .cookie-notice .inner {
        padding: 30px;
    }
}
