@font-face {
    font-family: 'opensans-regular';
    src: url('//img.cncenter.cz/fonts/open-sans/opensans-regular-webfont.eot');
    src: url('//img.cncenter.cz/fonts/open-sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('//img.cncenter.cz/fonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
    url('//img.cncenter.cz/fonts/open-sans/opensans-regular-webfont.woff') format('woff'),
    url('//img.cncenter.cz/fonts/open-sans/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensans-bold';
    src: url('//img.cncenter.cz/fonts/open-sans/opensans-bold-webfont.eot');
    src: url('//img.cncenter.cz/fonts/open-sans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('//img.cncenter.cz/fonts/open-sans/opensans-bold-webfont.woff2') format('woff2'),
    url('//img.cncenter.cz/fonts/open-sans/opensans-bold-webfont.woff') format('woff'),
    url('//img.cncenter.cz/fonts/open-sans/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.cookie-bar {
    position: fixed;
    display: none;
    text-align: center;
    padding: 10px 0;
    font-family: 'opensans-regular';
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.95);
    z-index: 200000;
}

.cookie-bar a {
    color: inherit;
}
.cookie-bar a:hover {
     color: inherit;
}
.cookie-bar__title {
    font-family: 'opensans-bold';
    font-size: 26px;
    line-height: 36px;
}
.cookie-bar br {
    display: none;
}

.cookie-bar .cookie-bar__text {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0 10px;
}
.cookie-bar .cookie-bar__text br {
    display: inline;
}

.cookie-bar .cookie-bar__enable-btn {
    display: inline-block;
    margin: 0 15px 0 auto;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 140px;
    text-transform: Uppercase;
    background-color: #FF0000;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}
.cookie-bar .cookie-bar__more-info {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 15px;
    display: inline-block;
    text-decoration: underline;
}
.cookie-bar .cookie-bar__more-info:hover {
     text-decoration: none;
}

.cookie-bar .cookie-bar__close-btn {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.cookie-bar .cookie-bar__close-btn::before, .cookie-bar .cookie-bar__close-btn::after {
                content: '';
                position: absolute;
                height: 2px;
                width: 100%;
                top: 50%;
                left: 0;
                margin-top: -1px;
                background: #FFF;
}
.cookie-bar .cookie-bar__close-btn::before {
     transform: rotate(45deg);
 }
.cookie-bar .cookie-bar__close-btn::after {
     transform: rotate(-45deg);
 }

.cookie-bar .cookie-bar__close-btn--thick {
}

.cookie-bar .cookie-bar__close-btn--thick::before, .cookie-bar .cookie-bar__close-btn--thick::after {
                height: 3px;
                margin-top: -2px;
}