
.eucookies-wrapper {
    position: relative;
    z-index: 17000000;
}
.euc_strip .euc_btn {
    cursor: pointer;
    font-size: 0.6em;
    line-height: 1em;
    text-align: center;
    transition: font-size 200ms ease 0s;
    z-index: 17000002;
    position: relative;
}
.euc_strip .euc_text {
    font-size: 0.6em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    transition: font-size 200ms ease 0s;
}
@media screen and (min-width: 500px) {
.euc_strip .euc_btn {
    font-size: 0.8em;
}
.euc_strip .euc_text {
    font-size: 0.8em;
}
}
@media screen and (min-width: 768px) {
.euc_strip .euc_btn {
    font-size: 1em;
}
.euc_strip .euc_text {
    font-size: 1em;
    line-height: 1em;
}
}
@media screen and (min-width: 992px) {
.euc_strip .euc_text {
    font-size: 1em;
}
}
@media print {
.eucookies-wrapper, .euc_strip {
    display: none;
}
}
.euc_strip {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    right: 0;
}
.euc_strip .euc_btn {
    background-color: #f1d600;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0.6em;
    margin-left: 10px;
    max-width: 120px;
    padding: 8px 10px;
    text-align: center;
    transition: font-size 200ms ease 0s;
    width: 33%;
}
.euc_strip .euc_text {
    display: block;
    font-size: 0.6em;
    transition: font-size 200ms ease 0s;
}
@media screen and (min-width: 500px) {
.euc_strip .euc_btn {
    font-size: 0.8em;
}
.euc_strip .euc_text {
    font-size: 0.8em;
    margin-top: 0.5em;
}
}
@media screen and (min-width: 768px) {
.euc_strip {
    padding: 15px 30px;
}
.euc_strip .euc_btn {
    font-size: 1em;
    padding: 8px 15px;
}
.euc_strip .euc_text {
    font-size: 1em;
}
}
@media screen and (min-width: 992px) {
.euc_strip .euc_text {
    font-size: 1em;
}
}
.euc_strip {
    background: #222;
    background: rgba(33,33,33,0.9);
    box-sizing: border-box;
    color: #fff;
    font-family: "Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Calibri,Helvetica,Arial;
    font-size: 17px;
}
.euc_strip *::-moz-selection {
    background: #ff5e99 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
.euc_strip .euc_btn, .euc_strip .euc_btn:visited {
    background-color: #f1d600;
    border-radius: 5px;
    color: #000;
    transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, box-shadow 200ms ease-in-out 0s;
}
.euc_strip .euc_btn:hover, .euc_strip .euc_btn:active {
    background-color: #fff;
    color: #000;
}
.euc_strip a, .euc_strip a:visited {
    color: #31a8f0;
    text-decoration: none;
    transition: color 200ms ease 0s;
}
.euc_strip a:hover, .euc_strip a:active {
    color: #b2f7ff;
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-66px);
        -ms-transform: translateY(-66px);
        transform: translateY(-66px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.euc_strip, .euc_text, .euc_btn {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

     -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;

    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

/* set color */
.euc_strip.white {
    background: #fff;
    background: rgba(255,255,255,0.9);
    color: #999;
}
.euc_strip.white .euc_btn, .euc_strip.white .euc_btn:visited {
    background-color: #000;
    color: #fff;
}
.euc_strip.white .euc_btn:hover, .euc_strip.white .euc_btn:active {
    background-color: #000;
    color: #fff;
}
.euc_strip.white .euc_btn:hover, .euc_strip.white .euc_btn:active {
    background-color: #393939;
    color: #fff;
}
.euc_strip.white a, .euc_strip.white a:visited {
    color: #000;
}
.euc_strip.white a:hover, .euc_strip.white a:active {
    color: #000;
}

/* set position */
.euc_strip.top {
    bottom: auto;
    top: 0;
}
.euc_strip.top,.euc_strip.top .euc_text,.euc_strip.top .euc_btn {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}
