
.cookie_notice {
    background-color: #eee;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    display: none;
    text-align: center;
}

.cookie-container {
    max-width: 940px;
    display: inline-block;
    text-align: left;
    margin: 0 10px;
}

.cookie_notice.xpose {
    background-color: #e83843;
}

.cookie_notice p {
    width: 100%;
    display: block;
    margin: 0 50px 10px 0;
    padding: 0 20px;
    font-size: 14px;
    color: #000;
}

.cookie_notice.xpose  p {
    color: #fff;
}

.cookie_notice p a {
    color: #FF0000;
    text-decoration: none;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cookie_notice.xpose p a {
    color: #ff9999;
}

.cookie_notice button {
    background-color: #FF0000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    display: inline;
    padding: 7px 55px;
    margin: 15px auto 0;
    outline: none;
    vertical-align: top;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cookie_notice.xpose button {
    background-color: #af1b29;
    color: #fff;
}

.cookie_notice p a:hover {
    text-decoration: underline;
}

.cookie_notice p a:hover,
.cookie_notice button:hover {
    opacity: .8;
}



@media (max-width:1024px)
{
    .cookie_notice {
        padding: 10px 0 15px;
    }

    .cookie_notice p {
        padding: 0 10px;
    }

    .cookie_notice button {
        margin-top: 10px;
    }

    .cookie_notice.xpose {
        margin-bottom: 5px;
        border-bottom: 1px solid #fbf4f2ff;
    }

}
@media (max-width:768px)
{
}