/*Top Banner*/
.cookies-eu-banner {
    background: #FAA634;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
}

.cookies-eu-accept,
.cookies-eu-reject {
    text-decoration: none;
    background: #D97D00;
    color: #fff !important;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-eu-accept:hover,
.cookies-eu-accept:focus {
    background: #FAA634;
    color: #222 !important;
}

.cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

.cookies-eu-reject:hover,
.cookies-eu-reject:focus {
    border-color: #fff;
    /*background: #222;*/
    color: #fff;
}
/*Top Banner*/


/*Black Background*/
.cookies-eu-banner-black {
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
}

.cookies-eu-accept-black,
.cookies-eu-reject-black {
    text-decoration: none;
    background: #222;
    color: #fff !important;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

    .cookies-eu-accept-black:hover,
    .cookies-eu-accept-black:focus {
        background: #fff;
        color: #222 !important;
    }

#cookies-eu-more, #cookies-eu-more-sticky {
    margin-right: 7px;
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

.cookies-eu-reject-black {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}

.cookies-eu-reject-black:hover,
.cookies-eu-reject-black:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}
/*Black Background*/

#cookies-eu-banner.animate-fade,
#cookies-eu-banner-sticky.animate-fade {
    -webkit-transition: -webkit-transform 1.5s,opacity 1.5,background 1.5,width 1.5,height 1.5,font-size 1.5;
    -o-transition-property: width,height,-o-transform,background,font-size,opacity;
    -o-transition-duration: 1.5s;
    -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
    -moz-transition-duration: 1.5s;
    transition-property: width,height,transform,background,font-size,opacity;
    transition-duration: 1.5s;
}

#cookies-eu-banner.animate-slide,
#cookies-eu-banner-sticky.animate-slide {
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: height 2s;
}

    #cookies-eu-banner.animate-slide.activate-animate,
    #cookies-eu-banner-sticky.animate-slide.activate-animate {
        padding: 5px;
        height: 45px;
    }
        #cookies-eu-banner.animate-slide.activate-animate.cookies-eu-banner-black,
        #cookies-eu-banner-sticky.animate-slide.activate-animate.cookies-eu-banner-black {
            -webkit-transition: -webkit-transform 1.5s,opacity 1.5,background 1.5,width 1.5,height 1.5,font-size 1.5;
            -o-transition-property: width,height,-o-transform,background,font-size,opacity;
            -o-transition-duration: 1.5s;
            -moz-transition-property: width,height,-o-transform,background,font-size,opacity;
            -moz-transition-duration: 1.5s;
            transition-property: width,height,transform,background,font-size,opacity;
            transition-duration: 1.5s;
            background: #444;
        }

#cookies-eu-banner.alternate-accept,
#cookies-eu-banner-sticky.alternate-accept {
    display: block !important;
}
    #cookies-eu-banner.alternate-accept #cookies-eu-reject,
    #cookies-eu-banner-sticky.alternate-accept #cookies-eu-reject-sticky {
        display: none !important;
    }

div.cookies-eu-banner.cookies-eu-banner-black span.close {
    visibility: visible !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #FFF !important;
    text-shadow: none !important;
    opacity: 1 !important;
    font-size: 28px !important;
    line-height: normal;
    vertical-align: middle !important;
}

div.cookies-eu-banner:not(.cookies-eu-banner-black) span.close {
    visibility: hidden !important;
}

div.cookies-eu-banner span.close {
    margin-right: 10px;
    font-weight: normal;
}

    div.cookies-eu-banner span.close:hover {
        color: #FFF !important;
        font-weight: bold !important;
    }

span#cookies-text, span#cookies-text-sticky {
    display: inline-flex;
    height: 100%;
    align-items: center;
}

@media only screen and (max-width: 960px){
    #cookies-eu-banner, #cookies-eu-banner-sticky.animate-slide.activate-animate.cookies-eu-banner-black {
        display: block;
        padding: 14px 5px 7px 5px !important;
    }

        #cookies-eu-banner.animate-slide.activate-animate.cookies-eu-banner-black, #cookies-eu-banner-sticky.animate-slide.activate-animate.cookies-eu-banner-black {
            height: 100% !important;
        }

    .cookies-eu-accept-black, .cookies-eu-reject-black, .cookies-eu-accept, .cookies-eu-reject {
        margin-top: 5px !important;
    }

    .cookies-eu-reject, .cookies-eu-reject-black {
        margin-right: 5px;
    }

    div.cookies-eu-banner.cookies-eu-banner-black span.close {
        position: inherit;
    }
}

@media only screen and (max-width: 600px){
    .cookies-eu-accept-black, .cookies-eu-reject-black, .cookies-eu-accept, .cookies-eu-reject {
        margin-top: 15px !important;
    }
}