/*************************************************/
/*              ACCEPT COOKIE POLICY             */
/*************************************************/

.cookies-message {
    display: none;
    position: fixed;
    left: 13px;
    bottom: 142px;
    width: 315px;
    z-index:16000003;
}
.cookies-message .tooltip {
    position: absolute;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

.cookies-message .tooltip-inner {
    max-width: inherit;
    font-size: 14px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.cookies-message span {
    text-align: left;
    clear:both;
    display: block;
    padding: 0 6px 7px 6px;
}

.cookies-message a {
    color: #fff;
    text-decoration: underline;
}

.cookies-message .close {
    opacity: 1;
    color: #fff;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}