html,
body {
    font-family: 'Catamaran', sans-serif;
    font-display: swap;
    font-size: 16px;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    background: #1b1d1e;
    overflow-x: hidden;
}

a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

a:hover {
    cursor: pointer;
    transition: all 500ms ease-in-out;
    text-decoration: none;
    color: #cbb27c !important;
    outline: none;
    box-shadow: none;
}

.logreg {
    display: inline-block;
    margin-left: 15px;
    padding: 12px 0 12px 15px;
    border-left: 1px solid rgba(255, 255, 255, .05);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(202, 177, 124, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a.nav-top {
    color: #fff;
}

a.nav-link {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-item {
    padding: 14px 10px 12px 10px;
}

.toping {
    background: #101112;
    background-image: url('../img/bottles.png');
    background-position: -50px center;
}

.heading {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.navbar {}

.navbar-custom {
    padding: 5px 0px;
}

.three-border {
    height: 7px;
    background: #CAB17C;
}

.three-border-a {
    height: 7px;
    background: #8C7C59;
}

.navbar-nav li span {
    position: relative;
    display: inline-block;
    text-align: center;
}

.navbar-nav li span:before,
.navbar-nav li span:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 0;
    content: '';
    transition: .6s height ease;
    background: #cbb27c;
}

.navbar-nav li span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.navbar-nav li:hover span:before,
.navbar-nav li:hover span:after {
    height: 100%;
}

.navbar-nav li a:before,
.navbar-nav li a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    content: '';
    transition: .3s width ease;
    background: #cbb27c;
}

.navbar-nav li a:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.navbar-nav li:hover a:before,
.navbar-nav li:hover a:after {
    width: 100%;
}

.navbar-nav li a {
    font-size: 14px;
    font-weight: bold;
    line-height: .8em;
    display: inline-block;
    padding: 14px 10px 12px 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav li a:hover {
    color: #cbb27c;
}

h1 {
    font-family: 'Grand Hotel', cursive;
    color: #cbb27c;
    font-size: 32px;
    margin: 0px;
}

h2 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

.box-custom {
    padding: 40px 15% 40px 15%;
}

.box-small {
    padding: 40px 40px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.small-b-h {
    padding: 10px 0 10px 0;
    font-size: 14px;
    color: #cbb27c;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.four-box {
    padding-right: 10px;
    background-image: url('../img/four-box.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-gold {
    background: #cbb27c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1B1D1E !important;
    letter-spacing: 5px;
    border: 1px solid #1B1D1E;
    border-radius: 0px;
    outline: solid #cbb27c 1px;
    padding: 10px 20px;
}

.btn-gold:hover {
    background: #07090A;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cbb27c !important;
    letter-spacing: 5px;
    border: 1px solid #1B1D1E;
    border-radius: 0px;
    outline: solid #cbb27c 1px;
    padding: 10px 20px;
}

.form-inline .btn-gold {
    padding: 7px 9px;
}

.link-gold {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cbb27c;
    letter-spacing: 3px;
    border-radius: 0px;
    padding: 2px 0px;
}

.link-gold_old:hover {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    border-bottom: 1px solid #cbb27c;
    border-radius: 0px;
    padding: 10px 20px;
}

.no-change {
    color: #000;
}

.no-change:hover {
    color: #fff;
}

.bg-white {
    position: absolute;
    z-index: 1;
    top: 0;
    left: auto;
    z-index: 10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    color: #000;
}

.bg-img-1 {
    background-image: url('../img/blog-one.webp');
}

.bg-img-2 {
    background-image: url('../img/blog-two.webp');
}

.bg-img-3 {
    background-image: url('../img/blog-three.webp');
}

.bg-img-4 {
    background-image: url('../img/blog-four.webp');
}

@media (min-width: 480px) {
    .zz {
        height: 330px;
        background: rgba(255, 255, 255, 0.9);
        color: #000;
    }

    .news-one-img {
        max-width: 38%;
        padding: .55rem;
        margin: 0px 100px 60px 0;
        box-shadow: 0px 0px 19px 0px rgba(115, 105, 115, 1);
    }
}

@media (max-width: 480px) {
    .zz {
        min-height: 430px;
        background: rgba(255, 255, 255, 0.9);
        color: #000;
    }

    .news-one-img {
        max-width: 100%;
        padding: .55rem;
        margin: 0px 100px 60px 0;
        box-shadow: 0px 0px 19px 0px rgba(115, 105, 115, 1);
    }
}

.zz:hover {
    transition: all 700ms ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
}

.zz:hover span {
    transition: all 900ms ease-in-out;
    border-bottom: 1px solid #cbb27c;
}

.zz:hover p {
    color: #fff;
}

.zz p {
    margin-top: 10px;
    font-family: 'Catamaran', sans-serif;
    font-size: 16px !important;
    font-weight: normal;

}

.box-news {
    z-index: 10;
    position: relative;
    padding: 30px 15% 40px 15%;
    min-height: 330px;
    border-bottom: 2px solid #fff;
}

.box-beer {
    z-index: 10;
    position: relative;
    padding: 30px 15% 40px 10px;
    border-bottom: 2px solid #fff;
}

.box-beer img {
    max-height: 190px;
}

.beer-one {
    border-left: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
    min-height: 330px;
}

.data-gold {
    font-size: 24px;
    #font-family: 'Grand Hotel', cursive;
    color: #cbb27c;
    margin-bottom: 0px;
    font-display: swap;
}

.font-s {
    font-size: 14px;
}

.zz .subject {
    font-size: 22px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.stats_all {
    background: #191a1b;
}

.stat-one {
    padding: 50px 0px;
}

.gold-l {
    width: 50px;
    height: 1px;
    border-top: 1px solid #cbb27c;
    margin: 0 auto;
}

.gold-l-d {
    width: 160px;
    height: 1px;
    border-top: 1px solid #cbb27c;
    margin: 0 auto;
}

.count-stat {
    font-size: 60px;
    line-height: 1.3em;
    padding: 20px 0 10px 0;
    color: #fff;
}

.stat-text {
    padding: 20px 0 0 0;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.bg-cream {
    color: #000;
    background-color: #f8f8f8;
    padding: 60px 10px;
}

.beer-style {
    font-size: 32px;
    font-family: 'Grand Hotel', cursive;
    color: #cbb27c;
    margin-bottom: 0px;
    font-display: swap;
}

.beer-name {
    color: #000;
    font-family: 'Catamaran', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.browar-n {
    color: #cbb27c;
    font-size: 16px;
}

.beer-stat {
    padding: 5px 0;
    border-left: 1px solid rgba(50, 52, 53, 1);
}

.count-beer {
    font-size: 28px;
    color: #fff;
}

.beer-text {
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.beer-all {
    background: #191a1b;
    border-bottom: 3px solid #cbb27c;
}

.one-beer {
    margin-bottom: 20px;
}

.p-beer p {
    margin-top: 15px;
    font-size: 16px;
    color: #1b1d1e;
    line-height: 1.4;
}

.p-news p {
    margin-top: 15px;
    font-size: 16px;
    color: #1b1d1e;
    line-height: 1.4;
}

.p-one-w p:first-of-type {
    font-weight: 700;
}

.br-1 {
    border-top: 1px solid #ccc;
}

.nav-pills .nav-link.active {
    background: #fff;
    color: #cbb27c;
}

.nav-pills .nav-link {
    background: #f8f8f8;
    color: #000;
    padding: 20px 20px;
}

.comment {
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #e4d9c3;
}

.link-comm {
    color: #cbb27c;
}

.link-comm:hover {
    color: #000 !important;
}

.replay {
    padding: 8px 0 8px 30px;
    border-left: 2px solid #cbb27c;
}

.th {
    font-size: 26px;
    font-family: 'Catamaran', sans-serif;
    color: #000;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-display: swap;
}

.header-top {
    background: #1B1D1E;
    padding: 30px 0px;
}

.header-top h3 {
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px;
}

.name-cat {
    color: #cbb27c;
    font-size: 22px;
    margin-top: 10px;
}

.img-cat {
    max-height: 300px;
    z-index: 1;
}

.br-all {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    text-align: center;
    padding: 40px 0;
}

.br-all:last-child {
    border-right: 0px;
}

.more-info {
    display: none;
    color: #cbb27c;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    border-top: ;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 40%;
    left: 0;
}

.more-info .btn-gold {
    border: 1px solid #fff;
    padding: 5px 20px;
}

.br-all:hover .more-info {
    display: block;
    transition: all 900ms ease-in-out;
}

.dropdown-menu {
    background: #1B1D1E;
}

.footer {
    background: #181a1b;
}

.logo {
    color: #FFF;
    font-weight: 800;
    font-size: 30px;
}

.adress span,
.contact span,
.social span {
    color: #cbb27c;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
}

.adress li p,
.contact li a,
.social li a {
    color: #FFF;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 12px;
}

.adress,
.contact,
.social {
    list-style: none;
}

.social li {
    float: left;
}

.fa {
    color: #9c9c9c;
    margin-right: 10px;
    font-size: 14px;
}

.pagination {
    margin-top: 20px;
    margin-bottom: 5px;
    justify-content: center;
}

.page-item .page-link {
    background: none;
    color: #fff;
}

.page-link {
    border: 0px;
    padding: 30px;
}

.page-item.disabled .page-link {
    background: none;
}

.page-item.active .page-link {
    color: #cbb27c;
    background: none;
    border: 1px solid #cbb27c;
}

.form-comment textarea {
    border: 1px solid #cbb27c;
}

.form-comment textarea::placeholder {
    color: #cbb27c;
    font-weight: bold;
}

.form-comment textarea:focus {
    outline: none !important;
    border: 1px solid #cbb27c;
    box-shadow: 0 0 10px #cbb27c;
}

.name_c {
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-display: swap;
}

.ms_rating_select {
    font-size: 16px;
    margin-top: 40px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.contactf {
    margin-top: 40px;
}

.contactf-input {
    opacity: 0.5;
    background: #1B1D1E;
    padding: 5px 5px 5px 5px;
    border: 0px;
    border-bottom: 1px solid #cbb27c;
    border-radius: : 0px;
    color: #e5d2aa;
}

.contactf-input::placeholder,
.contactf-area::placeholder {
    color: #e5d2aa;
    font-size: 16px;
    font-weight: 500;
}

.contactf-input:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: 0;
    border: 0px;
    outline: none !important;
    border-bottom: 2px solid #cbb27c;
}

.contactf-area {
    background: #1B1D1E;
    opacity: 0.5;
    color: #e5d2aa;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 12px 5px 12px 5px;
    border: 0px;
    border-bottom: 1px solid #cbb27c;
    border-radius: : 0px;
}

.contactf-area:focus {
    border: 0px;
    border-bottom: 2px solid #cbb27c;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.addbeer_f {
    color: #fff;
    background: #545656;
}

.bnw {
    filter: grayscale(100%);
}

.bnw:hover {
    transition: all 900ms ease-in-out;
    filter: grayscale(0%);
}

.seop {
    background: #1B1D1E;
}

.skladniki {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
}

.two-bottle {
    background-repeat: no-repeat;
    background-image: url('../img/2bottle.png');
    background-position: right top;
}

.border-gold {
    #background: #cab17c;
    border: 2px solid;
    border-color: #cab17c;
}

.nav-pills-u {
    border-bottom: 1px solid #fff;
}

.nav-pills-u .nav-link {
    background: none;
    color: #fff;
    padding: 5px 10px;
    margin-right: 25px;
    margin-bottom: 5px;
    border-right: 1px solid #cab17c;
    border-left: 1px solid #cab17c;
}

.nav-pills-u .nav-link.active {
    background: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.nav-pills-u .nav-link:hover {
    background: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}


/* CSS Test begin */

.comment-box {
    margin-top: 30px !important;
}


/* CSS Test end */

.media-left img {
    width: 50px;
    height: 50px;
    border: 2px solid #cab17c;
}

.comment-box .media-left {
    padding-right: 10px;
    width: 65px;
}

.comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
}

.comment-box .media-body .media p {
    margin-bottom: 0;
}

.comment-box .media-heading {
    background-color: #2d2c25;
    border: 1px solid #ddd;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
}

.comment-heading a {
    font-size: 18px;
}

.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #2d2c25;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}

.data-comment {
    font-size: 12px;
    float: right;
    padding: 8px 10px;
}

.rating_p {
    color: #cab17c;
    font-size: 19px;
}

.rating-body img {
    width: 40px;
    height: 40px;
}

.drink-it {
    padding: 2px 5px !important;
    font-size: 12px;
    letter-spacing: 2px;
}

.drink-it:hover {
    padding: 2px 5px !important;
    font-size: 12px;
    letter-spacing: 2px;
}

.panel-beer-stat h1 {
    font-size: 22px;
    color: #fff;
}

.beer-content a {
    color: #cbb27c;
    font-family: 'Catamaran', sans-serif;
    font-display: swap;
}

.beer-content a:hover {
    color: #000;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    text-transform: none;
    margin-top: 3px;
    font-size: 12px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 4px;
    cursor: pointer;
}

.custom-file-upload:hover {
    text-transform: none;
    font-size: 12px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 4px;
    cursor: pointer;
}

.addbeer-link {
    color: #cbb27c !important;
}

.naj-list-first {
    font-size: 18px;
    background: #181a1b;
    border-color: #8c7c59;
}

.naj-list-secend {
    font-size: 18px;
    background: #343434;
    border-color: #8c7c59;
}

li.page-item.disabled {
    display: none;
}

.page-item a,
.page-item {
    font-size: 1.5rem;
}

.browar-n a {
    color: #a64c4c
}

.scroll-text {
    padding-left: 15%;
    width: 100%;
    height: 990px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .scroll-text {
        padding-left: 0;
        width: 100%;
        height: 330px;
        overflow: hidden;
    }
}

.scroll-text ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-left: 2px;
}

.scroll-text ul li {
    list-style-type: none;
}

.scroll-img ul {
    width: 100%;
    height: 630px;
    margin: 0;
}

.scroll-img ul li {
    display: inline-block;
    margin: 10px 0 10px 10px;
}

.scroll-beer {
    color: #cbb27c;
    font-size: 22px;
}

.scroll-name {
    color: #000;
}

.scroll-comment {
    color: #8c7c59;
}

.bg-comment-scroll {
    background-image: url('../img/comment-wall.jpg');
}


/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete {
    position: relative;
}

.easy-autocomplete input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #555;
    float: none;
    padding: 6px 12px;
}

.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
    box-shadow: none;
}

.easy-autocomplete a {
    display: block;
}

.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
    border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
    background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
    border-color: #41DB00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
    border-color: #41DB00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
    border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
    background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
    border-color: #ff5b5b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
    border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
    background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
    border-color: #ffdb00;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
    border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
    background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
    border-color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
    border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
    background-color: #4d4d4d;
    color: #fff;
}

.easy-autocomplete.eac-dark {
    color: #fff;
}

.easy-autocomplete.eac-dark input {
    background-color: #404040;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
    border-color: #333;
    box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
    border-color: #333;
}

.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
    background-color: #404040;
    border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
    background-color: #737373;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
    color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
    border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
    background-color: rgba(64, 64, 64, 0.8);
    color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
    border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
    color: #fff;
}

.easy-autocomplete.eac-blue input {
    background-color: #6d9ed1;
    border-radius: 4px;
    box-shadow: 0;
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
    color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
    border-color: #5A91CB;
    box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
    border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
    background-color: #6d9ed1;
    border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
    background-color: #94b8dd;
    color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
    color: #333;
}

.easy-autocomplete.eac-yellow input {
    background-color: #ffdb7e;
    border-color: #333;
    border-radius: 4px;
    box-shadow: 0;
    color: #333;
}

.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
    border-color: #333;
    box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
    border-color: #333;
}

.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
    background-color: #ffdb7e;
    border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
    background-color: #ffe9b1;
    color: #333;
}

.easy-autocomplete.eac-purple {
    color: #333;
}

.easy-autocomplete.eac-purple input {
    background-color: #d6d1e7;
    border-color: #b8afd5;
    box-shadow: 0;
    color: #333;
}

.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
    border-color: #333;
    box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
    border-color: #333;
}

.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
    background-color: #d6d1e7;
    border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
    background-color: #ebe8f3;
    color: #333;
}

.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px;
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px;
    color: #000;
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
    font-weight: normal;
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all;
}

.easy-autocomplete-container ul li b {
    font-weight: bold;
    color: #cbb27c;
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic;
}

.eac-description .eac-item span {
    color: #aaa !important;
    font-style: italic;
    font-size: 0.9em;
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px;
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative;
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px;
}


/*# sourceMappingURL=easy-autocomplete.css.map */

.symbol {
    display: inline-block;
    border-radius: 50%;
    border: 5px double white;
    width: 30px;
    height: 30px;
}

.symbol-empty {
    color: #ccc;
}

.symbol-filled {
    color: #cbb27c;
}

.label-r {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}

#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #007700;
}

#cookie-bar .cb-enable:hover {
    background: #009900;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

#search-beer {
    width: inherit !important;
    padding: 4px;
}

.stretched-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.beer-img-main {
    max-width: 200px;
    max-height: 300px;
    height: auto;
    width: auto;
}