body {
    position: relative;
}
@media (max-width: 767px) {
    body {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}
.transition,
* {
    transition: all 600ms ease-in-out !important;
}
.no-transition * {
    -webkit-transition: all 0.01s !important;
    -moz-transition: all 0.01s !important;
    -ms-transition: all 0.01s !important;
    -o-transition: all 0.01s !important;
    transition: all 0.01s !important;
}
@media (max-width: 992px) {
    .container {
        width: 100%;
    }
}
.img-responsive-center {
    margin: 0 auto;
}
.show {
    display: block !important;
}
.hidden {
    display: inherit !important;
    overflow: hidden !important;
    transition: all 1s ease-out !important;
    opacity: 0 !important;
    height: 0 !important;
}
.invisible {
    visibility: hidden;
}
.row.no-gutter [class*="col-"]:first-child,
.row.no-gutter [class*="col-"]:last-child {
    padding-right: 0;
    padding-left: 0;
}
h1,
.h1 {
    font-family: "Grand Hotel", cursive;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 30px 0;
    line-height: 110%;
    border: 0;
}
.header-content h1 {
    background: 0;
}
h2,
.h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 15px !important;
    font-weight: 700;
    letter-spacing: 0.3rem;
}
h3,
.h3 {
    font-size: 24px;
    font-size: 1.5em;
    font-weight: 700;
    margin: 20px 0;
    letter-spacing: 0.3rem;
}
h4,
.h4 {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: 400;
    margin: 20px 0;
    letter-spacing: 0.3rem;
}
.lead {
    font-size: 110% !important;
}
@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 1.8em;
    }
    h2,
    .h2 {
        font-size: 1.3em;
    }
    h2.lead,
    .h2.lead {
        font-size: 36px;
        font-size: 2.25rem;
    }
}
@media (min-width: 768px) {
    h2.lead,
    .h2.lead {
        font-size: 36px;
        font-size: 2.25rem;
        margin-top: 30px;
    }
}
small {
    color: inherit !important;
}
main {
    position: relative;
    display: block;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}
section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
div.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.col-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.col-align {
    float: none;
    display: inline-block;
}
.col-align--top {
    vertical-align: top;
}
.col-align--center {
    vertical-align: middle;
}
.col-align--bottom {
    vertical-align: bottom;
}
.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-xs-justify {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}
@-webkit-keyframes Heading {
    0.00% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes Heading {
    0.00% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes SubHeading {
    0.00% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes SubHeading {
    0.00% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes Button {
    0.00% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes Button {
    0.00% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body a.btn,
body .btn,
body .btn:hover {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 15px 30px;
    border: 0;
    border-width: 2px;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px #131314;
}
body a.btn-default,
body input.btn-default,
body .btn-default,
body input.btn-default {
    color: #131314 !important;
    border-color: #131314 !important;
    background: #e8c264 !important;
}
body a.btn-default:hover,
body input.btn-default:hover,
body .btn-default:hover,
body input.btn-default:hover {
    color: #fff !important;
    background: #ba9a56 !important;
}
body a.btn span:before,
body a.btn span:after,
body input.btn span:before,
body input.btn span:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    content: "";
    transition: 0.3s height ease;
    background: #e8c264;
}
body a.btn span:after,
body input.btn span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
body a.btn:hover span:before,
body a.btn:hover span:after,
body input.btn:hover span:before,
body input.btn:hover span:after {
    height: 0;
}
body a.btn:before,
body a.btn:after,
body input.btn:before,
body input.btn:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    content: "";
    transition: 0.3s width ease;
    background: #e8c264;
}
body a.btn:after,
body input.btn:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
body a.btn:hover:before,
body a.btn:hover:after,
body input.btn:hover:before,
body input.btn:hover:after {
    width: 0;
}
body a.btn-primary,
body input.btn-primary {
    color: #fff;
    border-color: #fff;
    background: #1b1d1e;
}
body a.btn-primary:before,
body a.btn-primary:after,
body a.btn-primary span:before,
body a.btn-primary span:after,
body input.btn-primary:before,
body input.btn-primary:after,
body input.btn-primary span:before,
body input.btn-primary span:after {
    background: #1b1d1e;
}
body a.btn-primary:hover,
body input.btn-primary:hover {
    color: #131314;
    border-color: #fff;
    outline: 1px solid #e8c264;
    background: #e8c264;
}
body a.btn-grey:before,
body a.btn-grey:after,
body a.btn-grey span:before,
body a.btn-grey span:after,
body input.btn-grey:before,
body input.btn-grey:after,
body input.btn-grey span:before,
body input.btn-grey span:after {
    background: #b1b4b6;
}
.btn,
.btn:hover,
input.btn,
input.btn:hover {
    -webkit-animation: Button 1s 1s forwards;
    animation: Button 1s 1s forwards;
    opacity: 0;
}
img {
    -webkit-animation: Button 1s 1s forwards;
    animation: Button 1s 1s forwards;
    opacity: 0;
}
.nomargin {
    margin: 0;
}
.nofloat {
    float: none;
}
.btn,
.btn-lg {
    border-radius: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}
.padding-40 {
    padding: 40px;
}
.padding-60 {
    padding: 60px;
}
.padding-80 {
    padding: 80px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt40 {
    padding-top: 40px;
}
.pt80 {
    padding-top: 80px;
}
.pt100 {
    padding-top: 100px;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb70 {
    padding-bottom: 70px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb40 {
    padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
    .padding-80 {
        padding: 80px 20px;
        padding: 40px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .ptb60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ptb80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pb80 {
        padding-bottom: 40px;
    }
}
.bg-black {
    background-color: #000;
}
.bg-white {
    background-color: white;
}
.bg-gold {
    background-color: #e8c264 !important;
}
.bg-gold-light {
    background-color: #847848 !important;
}
.bg-gray {
    background-color: #0f1012;
}
.bg-gray-light {
    background-color: #1a1b1f;
}
.bg-gray-light-extra {
    background-color: #565656;
}
.bg-gray-light-extra2 {
    background-color: #8e8e8e;
}
.bg-white-transparent {
    width: 100%;
    height: 100%;
    position: relative;
}
.bg-white-transparent div.bg {
    background-color: white;
    opacity: 0.96;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.bg-gold-grad {
    background: #cbb17a;
    background: -moz-linear-gradient(
        left,
        #cbb17a 0,
        #cbb27a 33%,
        #a98436 33%,
        #a98436 66%,
        #cbb27a 66%,
        #cbb17a 100%
    );
    background: -webkit-linear-gradient(
        left,
        #cbb17a 0,
        #cbb27a 33%,
        #a98436 33%,
        #a98436 66%,
        #cbb27a 66%,
        #cbb17a 100%
    );
    background: -o-linear-gradient(
        left,
        #cbb17a 0,
        #cbb27a 33%,
        #a98436 33%,
        #a98436 66%,
        #cbb27a 66%,
        #cbb17a 100%
    );
    background: -ms-linear-gradient(
        left,
        #cbb17a 0,
        #cbb27a 33%,
        #a98436 33%,
        #a98436 66%,
        #cbb27a 66%,
        #cbb17a 100%
    );
    background: linear-gradient(
        to right,
        #cbb17a 0,
        #cbb27a 33%,
        #a98436 33%,
        #a98436 66%,
        #cbb27a 66%,
        #cbb17a 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbb17a',endColorstr='#cbb17a',GradientType=1);
}
.bg-transparent {
    background-color: transparent;
}
.bg-bubble:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    background-color: #fff;
    background-image: url(/site/templates/assets/img/beers/bg/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: inset 0 54px 100px -42px rgba(25, 25, 25, 0.55),
        inset 0 -54px 100px -42px rgba(25, 25, 25, 0.55);
}
#kontakty.bg-bubble:before {
    top: -50%;
    right: 40%;
    bottom: 50%;
    left: -70px;
    width: 200%;
    height: 290%;
}
#visiting.bg-bubble:before {
    opacity: 0.3;
    background-image: url(/site/templates/assets/img/visiting/bg/tank.jpg);
}
#beerOnTheRoad.bg-bubble:before {
    opacity: 0.11;
    background-size: contain;
    background-image: url(/site/templates/assets/img/beerOnTheRoad/bg/car.svg);
}
#beerOnTheRoad.bg-bubble * {
    position: relative;
    z-index: 1;
}
#branches.bg-bubble:before {
    opacity: 0.11;
    background-size: cover;
    background-image: url(/site/templates/assets/img/news/pivovarska-prodejna.html.jpg);
    -webkit-filter: unset;
    filter: unset;
}
#branches.bg-bubble * {
    position: relative;
    z-index: 1;
}
#ocekavani.bg-bubble:before {
    top: -50%;
    right: 40%;
    bottom: 50%;
    left: 0;
    width: 200%;
    height: 290%;
    opacity: 1;
    background-image: url(/site/templates/assets/img/hp/kegs.jpg);
}
#actualAction.bg-bubble:before {
    opacity: 0.8;
    background-color: #428ebe;
    background-image: url(/site/templates/assets/img/hp/bg_pivovar-500let.jpg);
    filter: unset;
}
@media only screen and (max-width: 991px) {
    #actualAction.bg-bubble:before {
        background-position-x: left;
    }
}
@media only screen and (max-width: 1199px) {
    #ocekavani.bg-bubble:before {
        top: 0;
        left: -70px;
    }
}
.color-white {
    color: #fff;
}
.color-gold {
    color: #e8c264;
}
a.color-gold {
    color: #e8c264;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #83807e;
}
a.color-gold:hover {
    color: #e8c264;
    text-decoration: underline;
}
a.color-white {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #83807e;
}
a.color-white:hover {
    color: #fff;
    text-decoration: underline;
}
.color-black {
    color: #000;
}
a.color-black {
    color: #000;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #514e4c;
}
a.color-black:hover {
    color: #000;
    text-decoration: underline;
}
.color-pink {
    color: #e6007d;
}
.color-bluegreen {
    color: #009987;
}
.grayscale,
.grayscale img {
    filter: url(/site/templates/assets/img/main/filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}
.grayscale:hover,
.grayscale:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}
hr {
    border: 0;
    border-top: 2px solid #e8c264;
    margin: 20px 0;
}
.row.nomargin,
.row-fluid.nomargin {
    padding-left: 0;
    padding-right: 0;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.flashes {
    position: fixed;
    z-index: 10000;
    width: 60%;
    top: 170px;
    left: 19%;
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .flashes {
        width: 96%;
        top: 130px;
        left: 0;
    }
}
.alert-info {
    border-radius: 0 !important;
    color: #fff;
    background-color: #163620;
    border-color: #bf935f;
    position: relative;
    z-index: 1000;
}
.alert-info .glyphicon {
    color: #bf935f;
}
.border-t {
    border-top: 3px solid !important;
    border-color: inherit;
}
.border-b {
    border-bottom: 3px solid !important;
    border-color: inherit;
}
.footer {
    position: relative;
    display: block;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    padding-top: 40px;
}
.footer h1 {
    margin-top: 5px;
}
.footer .container > div {
    margin-bottom: 15px;
}
.footer a {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .footer .container > div:not(:first-child) {
        border-left: 1px #fff solid;
    }
}
.panel-default {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.panel-default .panel-heading,
.panel-default .panel-body,
.panel-default .panel-footer {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    color: #000;
}
.panel-default .panel-heading h1 {
    margin-bottom: 0;
}
.panel-default .panel-footer h2 {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}
.panel-default .panel-body p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.search-input {
    padding: 3px;
    border-radius: 0;
    background-color: #fff;
}
.search-input input {
    border-width: 0 !important;
    box-shadow: none !important;
    width: 99% !important;
}
.search-input input:hover,
.search-input input:focus {
    border-width: 0 !important;
    box-shadow: none !important;
}
.search-input button,
.search-input button:focus {
    margin: 2px 0 0 0;
    background: 0;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    height: 100%;
}
.search-input .input-group-btn:hover,
.search-input .input-group-btn:focus {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
    background-color: #b0b0b0;
}
.search-input .input-group-btn:hover button,
.search-input .input-group-btn:focus button,
.search-input button:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-width: 0 0 0 1px;
}
.search-input .btn:focus {
    border-width: 0 !important;
    background-color: transparent !important;
}
.search-input .glyphicon-search {
    font-size: 23px;
}
input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e2e2e2 !important;
    border: 1px solid transparent !important;
    padding: 0.75em 1.05em 0.75em 1.05em !important;
    font-family: "Oswald", sans-serif !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 18px !important;
    line-height: 1.125rem !important;
    width: 100% !important;
    height: auto !important;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2) !important;
    color: #777 !important;
}
textarea {
    resize: vertical;
}
label {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
}
input:hover,
input:active,
input:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
    border: 1px solid #bf935f !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
select {
    width: 100%;
    padding: 0.75em 1.05em 0.75em 1.05em !important;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select:not([multiple]) {
    background-image: linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 15px) 1.25em, calc(100% - 20px) 1.25em,
        calc(100% - 2.5em) 0.8em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
select:focus:not([multiple]) {
    background-image: linear-gradient(45deg, red 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, red 50%),
        linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 15px) 1.25em, calc(100% - 20px) 1.25em,
        calc(100% - 2.5em) 0.8em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}
select::-ms-expand {
    display: none;
}
.lt-ie10 select {
    background-image: none;
}
.form-inline .input-group {
    width: 100% !important;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    float: left;
    margin-right: 0.75em;
    background: transparent;
    border: 0;
    padding: 0 !important;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
}
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 7px;
    border: 1px solid #bf935f !important;
    background: white;
    margin-right: 1.01em;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
    border-radius: 30px;
}
input[type="checkbox"]:hover + label::before,
input[type="radio"]:hover + label::before {
    box-shadow: inset 0 0 8px rgba(191, 147, 95, 0.5);
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
    background: #bf935f;
    box-shadow: inset 0 0 0 2px white;
}
@media (max-width: 767px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
}
.button-slide {
    color: #fff !important;
    border: 2px solid #dd0003 !important;
    border-radius: 0 !important;
    padding: 8px 25px !important;
    display: inline-block !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    box-shadow: inset 0 0 0 0 #d6ba99 !important;
    background-color: #aa0003 !important;
    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 20px !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    text-decoration: none !important;
}
.button-slide:hover,
.button-slide:focus {
    box-shadow: inset 0 0 0 50px #fff !important;
    text-decoration: none !important;
    color: #aa0003 !important;
    border: 2px solid #aa0003 !important;
}
.button-slide.off {
    color: #fff !important;
    border: 2px solid #b3b3b3 !important;
    box-shadow: inset 0 0 0 0 #b3b3b3 !important;
    background-color: #b3b3b3 !important;
}
.button-slide.off:hover,
.button-slide.off:focus {
    border: 2px solid #b3b3b3 !important;
}
.button-competition {
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 28px 66px !important;
    display: inline-block !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    box-shadow: inset 0 0 0 0 #d6ba99 !important;
    background-color: transparent !important;
    background-image: url("/site/templates/assets/img/campaign/kanec-neni-svine/btn.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 40px !important;
    font-size: 2.5rem !important;
    font-weight: 700;
    text-decoration: none !important;
    margin: 4px;
}
.button-competition:hover,
.button-competition:focus {
    color: #7f0507 !important;
    margin: 0;
    padding: 32px 70px !important;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 1px 10px 1px 0;
    font-size: 20px;
    border-radius: 0;
    border: 1px solid #d6ba99;
    border-left: 0 solid #d6ba99;
    box-shadow: none !important;
    background-color: transparent !important;
}
.input-group-btn {
    position: absolute;
    z-index: 5;
    right: 0;
    width: auto !important;
}
.input-group-btn .btn-info {
    background-color: #eee;
    color: #777;
}
.input-group-btn .btn-info:hover,
.input-group-btn .btn-info:active,
.input-group-btn .btn-info:focus {
    border-color: transparent !important;
    color: #bf935f !important;
    background-color: transparent !important;
    transition-duration: 100ms !important;
}
.input-group-btn .btn-info .glyphicon {
    padding: 3px 0 3px 10px;
    border-left: 1px solid #d6ba99;
    top: 5px;
}
@media only screen and (max-width: 992px) {
    #career-form .form-group {
        margin-bottom: 15px;
    }
}
.modal-open {
    padding-right: 0 !important;
}
.modal-open .blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}
#checkAge .modal-content {
    padding: 25px;
    background-color: #0f1012;
    -webkit-box-shadow: 0 0 15px 0 rgba(202, 177, 123, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(202, 177, 123, 0.75);
    box-shadow: 0 0 15px 0 rgba(202, 177, 123, 0.75);
}
#checkAge .modal-content .close {
    font-size: 40px;
    color: #000;
}
#checkAge .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
#checkAge .modal-body {
    border-top: 0;
    padding-top: 0;
}
#checkAge h1 {
    margin: 0 0 25px;
}
#checkAge h2 {
    font-size: 1.05em;
    margin: 10px 0 50px;
}
#ageSelect {
    list-style: none;
    position: relative;
    display: block;
    padding: 0;
}
#ageSelect li {
    margin: 0;
    border: 3px solid white;
    color: white;
    background-color: black;
    font-size: 2.1rem;
    line-height: 3.8rem;
    font-weight: 600;
    text-align: center;
    list-style: none;
    position: relative;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 0 !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
#checkAge #ageSelect [class*="col-"],
#checkAge #ageBtn [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#ageBtn {
    list-style: none;
    position: relative;
    display: block;
    margin: 0 auto;
}
#ageBtn #checkAgeNo {
    margin-left: 20px;
}
#ageBtn li {
    padding: 0;
}
@media only screen and (max-width: 400px) {
    #ageSelect li {
        font-size: 1.6em;
        line-height: 2.4em;
    }
}
.navbar {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
    min-height: auto;
    border-radius: 0;
}
.navbar * {
    transition: all 600ms !important;
}
.navbar-default {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    right: 0;
    left: 0;
    z-index: 1110;
    background: rgba(0, 0, 0, 1);
    border: 0;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
}
.navbar-fixed-top {
    position: fixed;
}
.navbar-collapse {
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}
.navbar-collapse.in {
    overflow-y: hidden;
    margin: 0;
}
.nav {
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 35px;
    float: right;
    width: auto;
    transition: width 5s ease-in-out !important;
}
@media only screen and (min-width: 768px) {
    .nav {
        right: 0;
    }
}
.navbar.small .nav {
    margin-top: 21px;
}
.nav li {
    position: relative;
    margin: 0 4px;
}
.nav li span {
    position: relative;
    display: inline-block;
}
.nav li span:before,
.nav li span:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 0;
    content: "";
    transition: 0.6s height ease;
    background: #e8c264;
}
.nav li span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
.nav li:hover span:before,
.nav li:hover span:after {
    height: 100%;
}
.nav li a:before,
.nav li a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    content: "";
    transition: 0.3s width ease;
    background: #e8c264;
}
.nav li a:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
.nav li:hover a:before,
.nav li:hover a:after {
    width: 100%;
}
.nav li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 0.8em;
    display: inline-block;
    padding: 12px 8px 10px 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.nav li a:hover {
    color: #e8c264;
}
.nav li.active a,
.nav li.current_page_parent a {
    color: #fff;
}
.nav li.current_page_parent a:before,
.nav li.current_page_parent a:after,
.nav li.active a:before,
.nav li.active a:after {
    width: 100%;
}
.nav li.current_page_parent span:before,
.nav li.current_page_parent span:after,
.nav li.active span:before,
.nav li.active span:after {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .navbar-header {
        z-index: 0;
        position: relative;
    }
    .collapse.in {
        height: 100%;
    }
    .collapse.in .nav {
        position: absolute;
        width: auto;
        transition: width 0.0001s ease-in-out !important;
    }
    .collapse.in .navbar-nav li {
        width: 100%;
        transition: width 5s ease-in-out !important;
    }
    #menu-main.viewMenu {
        background-color: rgba(8, 8, 8, 0.95);
        position: fixed;
        height: 100%;
    }
}
.navbar-toggle {
    margin-top: 30px;
    z-index: 3;
}
.navbar.small .navbar-toggle {
    margin-top: 21px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}
.navbar-default .navbar-toggle {
    border: none !important;
}
.navbar-toggle span.icon-bar {
    transition: all 0.15s !important;
    height: 3px;
    background-color: #cab17b;
}
.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg) !important;
    transform-origin: 5% 0% !important;
}
.navbar-toggle span:nth-child(3) {
    opacity: 0 !important;
}
.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg) !important;
    transform-origin: 0% 90% !important;
}
.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0) !important;
}
.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1 !important;
}
.navbar-header {
    position: relative;
    z-index: 1;
}
.navbar-brand {
    position: relative;
    width: 120px;
    height: auto;
    left: 0;
    top: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.navbar.small .navbar-brand {
    width: 50px;
    height: auto;
    margin: 10px 0;
}
.navbar-brand img {
    width: 100%;
    height: auto;
}
.navbar-brand img:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
    .navbar-brand {
        width: 90px;
        margin-left: 25px !important;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-brand {
        width: 70px;
        margin-left: 25px !important;
    }
}
#heading {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(195, 195, 195, 0.42);
}
#heading .beers {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
#heading .beers li {
    display: inline-block;
    line-height: unset;
    padding: 3px 0 0;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
#heading .beers li a {
    display: inline-block;
    padding: 0;
}
#heading svg[role="img"] {
    width: 60px;
    height: 60px;
}
#heading svg[role="img"]:hover {
    transform: scale(1.1);
}
.landing-bg {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    min-height: 600px;
    background-color: #070606;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-image: url("/site/templates/assets/img/banners/po-nasem_po-staru.jpg");
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: inset 0 54px 100px -42px rgba(25, 25, 25, 0.55),
        inset 0 -54px 100px -42px rgba(25, 25, 25, 0.55);
}
.landing-bg.nabidka-piv {
    background-image: url("/site/templates/assets/img/banners/nabidka-piv-2022.jpg");
}
.landing-bg.history {
    background-image: url("/site/templates/assets/img/banners/zacatek.jpg");
}
.landing-bg.kontakty {
    background-image: url("/site/templates/assets/img/banners/kontakty.jpg");
}
.landing-bg.prohlidky {
    background-image: url("/site/templates/assets/img/banners/prohlidky.jpg");
}
.landing-bg.technologie {
    background-image: url("/site/templates/assets/img/banners/technologie.jpg");
}
.landing-bg.gdpr {
    background-image: url("/site/templates/assets/img/banners/gdpr-i.jpg");
}
.landing-bg.kariera {
    background-image: url("/site/templates/assets/img/banners/kariera.jpg");
    background-image: url("/site/templates/assets/img/banners/kariera.webp");
}
.landing-bg.pivo-jede {
    background-image: url("/site/templates/assets/img/banners/pivo-jede-k-vam.jpg");
    background-image: url("/site/templates/assets/img/banners/pivo-jede-k-vam.webp");
}
.landing-bg.branches {
    background-image: url("/site/templates/assets/img/banners/branches.jpg");
    background-image: url("/site/templates/assets/img/banners/branches.webp");
}
.landing-bg.branches_soudek-zdarma {
    background-image: url("/site/templates/assets/img/branches/bg/soudek-zdarma.jpg");
    background-image: url("/site/templates/assets/img/branches/bg/soudek-zdarma.webp");
}
.landing-bg.zelene-pivo {
    background-image: url("/site/templates/assets/img/news/2019_zelene-pivo/zelene-pivo.jpg");
}
.header-inner {
    width: 100%;
    position: absolute;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0%;
    text-align: right;
}
.landing-bg h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 110px;
    line-height: 6.875rem;
    text-transform: none;
    margin: 0 0 10px 0;
    -webkit-animation: Heading 1s 1s forwards;
    animation: Heading 1s 1s forwards;
    opacity: 0;
}
.landing-bg h2 {
    font-size: 54px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0 0 10px 0;
    -webkit-animation: SubHeading 1s 1s forwards;
    animation: SubHeading 1s 1s forwards;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    opacity: 0;
    color: #fff;
    border: 0;
}
.landing-bg h1 small {
    font-weight: 200;
}
@media only screen and (max-width: 767px) {
    .header-inner {
        top: 47%;
        text-align: center;
    }
    .header-inner h1 {
        margin-top: 100px;
        line-height: 60px;
        line-height: 3.75rem;
    }
    .landing-bg h2 {
        font-size: 36px;
        font-size: 2.25rem;
        font-weight: 800;
        line-height: 1.3em;
        letter-spacing: 0.2em;
    }
}
@media only screen and (max-width: 640px) {
    .landing-bg {
        max-height: 100% !important;
    }
}
@media only screen and (max-width: 340px) {
    .header-inner {
        top: 43%;
    }
}
.head-main {
    font-size: 120px !important;
    font-weight: 900 !important;
    color: #fff !important;
    padding: 31px 20px 10% 20px;
}
@media only screen and (max-width: 992px) {
    .head-main {
        padding: 40% 20px 50px 20px;
        padding: 31px 20px 10% 20px;
    }
}
@media only screen and (max-width: 767px) {
    .head-main {
        padding: 45% 20px 50px 20px;
        padding: 23px 20px 10% 20px;
    }
}
@media only screen and (max-width: 500px) {
    .head-main {
        padding: 60% 20px 40px 20px;
        padding: 23px 20px 10% 20px;
    }
}
.head-sub-main {
    font-size: 44px !important;
    font-size: 2.75rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 5px 20px 30px 20px;
    text-shadow: 2px 2px 8px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
}
.head-last {
    padding: 5px 20px 200px 20px;
}
section.header-next {
    padding: 0;
    min-height: 430px !important;
}
@media only screen and (max-width: 767px) {
    section.header-next {
        min-height: 310px !important;
    }
}
section.header-next .landing-bg {
    background-image: url("/site/templates/assets/img/main/tankovna-moskva-interier.jpg");
}
section.header-next.about .landing-bg {
    background-image: url("/site/templates/assets/img/main/tankovna-moskva-interier-kolaz.jpg");
    background-position-y: top;
    background-size: inherit;
}
section.header-next.offer .landing-bg {
    background-image: url("/site/templates/assets/img/main/nabidka-kolaz.jpg");
    background-position-y: top;
    background-size: inherit;
}
.head-main-next {
    font-size: 40px !important;
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    color: #bf935f !important;
    padding: 12% 20px 1% 20px;
    text-shadow: 2px 2px 8px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
}
.head-sub-next-main {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 5px 20px 30px 20px;
    text-shadow: 2px 2px 8px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
}
.parallax-nabidka {
    background-image: url("/site/templates/assets/img/main/bg/chmel.jpg");
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    min-height: 300px;
}
.parallax-nabidka h1 {
    text-shadow: 2px 2px 8px #000;
    filter: dropshadow(color=#000, offx=2, offy=2);
}
.timeline {
    margin: 65px 0;
    max-width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}
.timeline .line {
    position: absolute;
    width: 1px;
    background: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);
    opacity: 0.6;
    height: 100%;
    left: 15%;
    z-index: 5;
}
.timeline .year {
    position: relative;
    float: left;
    clear: both;
    margin: 15px auto 45px auto;
    text-align: center;
    width: 30%;
    z-index: 3;
    color: white;
}
.timeline .year span {
    background: transparent;
    font-size: 1.4em;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
}
.timeline .entry {
    position: relative;
    text-align: center;
    float: right;
    clear: right;
    width: 75%;
    margin: 10px 7.5%;
    box-sizing: border-box;
    border-radius: 5px;
    list-style-type: none;
    display: block;
    padding: 0.4em;
    background: transparent;
    z-index: 1;
    color: #c1c0c0;
    border: 0;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.timeline .entry:after {
    display: block;
    content: " ";
    height: 10px;
    width: 10px;
    background: #bfaa7f;
    border-radius: 50%;
    position: absolute;
    left: -3.8%;
    top: 2.45em;
}
@media all and (max-width: 767px) {
    .timeline .event,
    .timeline .entry {
        width: 70%;
    }
    .timeline .entry:after {
        display: block;
        content: " ";
        left: -12%;
        top: 2.15em;
    }
}
.timeline .entry img {
    margin-top: 10px;
    max-width: 100%;
}
.timeline .entry h1 {
    text-align: left;
    color: #bfaa7f;
    margin: 15px 0;
}
.timeline .entry:hover {
    background: #bfaa7f;
    color: black;
}
.timeline .entry p {
    padding-bottom: 0;
}
.timeline .entry:hover p {
    color: black;
}
.timeline .entry:hover a {
    color: #fff;
}
.timeline .entry:hover h1 {
    color: #fff;
}
.timeline .entry:hover:after {
    background: #fff;
}
.timeline .entry.offset-first {
    margin-top: -1.5em;
}
.timeline .entry:nth-child(2n) {
    float: left;
    clear: left;
}
.timeline .entry:nth-child(2n):after {
    right: -5%;
    left: auto;
}
.timeline li {
    text-align: left;
}
.timeline ul {
    list-style-type: circle;
}
.timeline ul li ul {
    list-style-type: square !important;
}
.character {
    position: relative;
    width: 190px;
    height: 38px;
    margin-top: 0;
    background-image: url(/site/templates/assets/img/point-empty.svg);
}
.character div {
    position: relative;
    left: 0;
    top: 0;
    height: 38px;
    background-image: url(/site/templates/assets/img/point-full.svg);
}
.character div.w0 {
    width: 0;
}
.character div.w10 {
    width: 10%;
    background-size: 200% 100% !important;
}
.character div.w20 {
    width: 20%;
}
.character div.w30 {
    width: 30%;
}
.character div.w40 {
    width: 40%;
}
.character div.w50 {
    width: 50%;
}
.character div.w60 {
    width: 60%;
}
.character div.w70 {
    width: 70%;
}
.character div.w80 {
    width: 80%;
}
.character div.w90 {
    width: 90%;
}
.character div.w100 {
    width: 100%;
}
table.charactert td {
    padding: 5px;
}
table.charactert tr td:first-child {
    padding-left: 0;
}
@media only screen and (min-width: 768px) {
    .pivni-specialy:after {
        content: "";
        position: absolute;
        top: 3%;
        right: 10px;
        width: 180px;
        height: 180px;
        opacity: 1;
        background-image: url(/site/templates/assets/img/logos/pivni-specialy-gray.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
}
@media only screen and (min-width: 992px) {
    .pivni-specialy:after {
        top: 3%;
        right: -40px;
        width: 180px;
        height: 180px;
    }
}
@media only screen and (min-width: 1200px) {
    .pivni-specialy:after {
        top: 3%;
        right: 50px;
    }
}
.contact-item span:not(.fa) {
    margin: 2px 0 !important;
    display: block;
}
.contact-item span.fa,
.contact-item span.fa + span {
    margin: 2px 0 !important;
    display: inline-block;
}
.map {
    padding-bottom: 70%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map iframe {
    pointer-events: none;
    height: 100%;
    width: 100%;
    border: 0;
}
.map:hover {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}
.Xmap:focus iframe {
    pointer-events: auto;
}
#ochutnejte .garden:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -20%;
    bottom: 0;
    left: 0;
    width: 140%;
    height: auto;
    opacity: 1;
    background-image: url(/site/templates/assets/img/contacts/zpb-areal.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
@media only screen and (min-width: 992px) {
    #ochutnejte .garden {
        position: absolute;
        height: 100%;
    }
}
@media only screen and (max-width: 991px) {
    #ochutnejte .garden {
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #ochutnejte .garden:after {
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 992px) {
    #ochutnejte .composition {
        position: absolute;
        height: 100%;
    }
    #ochutnejte .composition:after {
        content: "";
        position: absolute;
        z-index: 0;
        top: -50%;
        bottom: 0;
        left: -50px;
        width: 140%;
        opacity: 1;
        background-image: url(/site/templates/assets/img/hp/ochutnejte_kanec-11-lahev.png);
        background-image: url(/site/templates/assets/img/hp/ochutnejte_kanec-11-lahev.webp);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #ochutnejte .composition:after {
        top: 0;
        left: -70px;
    }
}
.latest-news * {
    transition: all 300ms ease-in-out !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .latest-news > div {
        min-height: 700px;
    }
}
@media (min-width: 1200px) {
    .latest-news > div {
        min-height: 610px;
    }
}
.latest-news > div:hover:first-child *:not(h1),
.latest-news > div:hover:last-child *:not(h1) {
    color: #fff;
}
.latest-news .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    opacity: 0.15;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 991px) {
    .latest-news .bg {
        width: 120%;
    }
}
.latest-news > div:first-child .bg {
    left: auto;
}
.latest-news > div:hover:first-child .bg,
.latest-news > div:hover:last-child .bg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.latest-news > div:before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 200%;
    height: 100%;
    content: "";
    transition: all 300ms ease-in-out;
    opacity: 0;
    background: #070708;
}
.latest-news > div:first-child:before {
    left: auto;
}
.latest-news > div:hover:first-child:before,
.latest-news > div:hover:last-child:before {
    opacity: 1;
}

#cookie_directive_container {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: auto;
    height: auto;
    z-index: 1000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1e1e1e;
    color: #fff;
    border: 2px solid #fff;
    border-bottom: 0;
    padding: 0;
}

#cookie_directive_container p {
    line-height: 61px;
    line-height: 3.8125rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
#cookie_directive_container .btn-default {
    margin: 5px;
}
@media only screen and (max-width: 992px) {
    #cookie_directive_container {
        width: 100%;
    }
    #cookie_directive_container p {
        text-align: left !important;
    }
}
@media only screen and (max-width: 890px) {
    #cookie_directive_container p {
        line-height: 1.9rem;
        font-size: 0.95rem;
        text-align: left !important;
    }
}
@media only screen and (max-width: 520px) {
    #cookie_directive_container p {
        line-height: 1.2rem;
    }
}
a.scrollup {
    position: fixed;
    z-index: 100;
    width: 32px;
    height: 32px;
    bottom: 6px;
    right: 6px;
    display: none;
    outline: 0;
    text-align: center;
    color: #fff;
    background-color: #bf935f;
    border: 1px solid #d6ba99;
}
a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
    background-color: #fff;
    color: #bf935f !important;
    border-color: #bf935f;
}
a.scrollup i {
    margin-top: 7px;
}
a.scrollup i:hover {
    text-decoration: none;
}
.ui-datepicker {
    background-color: #fff;
    border: 2px solid #ffad01;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #fff561;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: "Glyphicons Halflings";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    color: #a20010;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out,
        color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:not(.ui-datepicker-today):hover {
    background-color: #ffad01;
    color: #fff !important;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
    color: #000;
}
.ui-datepicker .ui-datepicker-calendar td a:hover,
.ui-datepicker .ui-datepicker-calendar td:hover a {
    text-decoration: none;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #ffad01;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff561 !important;
}
.ui-datepicker-unselectable {
    color: #a5a4a4;
}
.ui-datepicker
    .ui-datepicker-calendar
    .ui-datepicker-unselectable:not(.ui-datepicker-today):hover {
    background-color: #fff;
    cursor: default;
}
.ui-datepicker-unselectable.ui-state-disabled {
    text-decoration: line-through;
}
.ui-datepicker-unselectable.ui-state-disabled:hover {
    cursor: not-allowed !important;
}
.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    text-decoration: none;
    cursor: default !important;
}
.ui-datepicker-today {
    background-color: rgba(255, 170, 1, 0.44);
    color: #000 !important;
}

.mad {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-form__error,
#error {
    color: rgb(255, 77, 0);
    line-height: 1.6;
}

.footer-grid {
    row-gap: 15px;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-btn {
    margin-top: 20px !important;
}

.submit-result {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 0;
    }
}

@media (min-width: 992px) {
    .special__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .special__item--span2 {
        grid-column: span 2;
        margin: 0 auto;
        width: 50%;
    }
}

.g-map {
    width: 100%;
    height: 350px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media (min-width: 568px) {
    .g-map {
        height: 400px;
    }
}

@media (min-width: 1400px) {
    .g-map {
        height: 480px;
    }
}

.beer-pack-text {
    max-width: 560px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .beer-pack-text {
        margin: 0;
        max-width: 100%;
    }
}
