/* general settings */html, body {
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
}
img {
    width: 100%;
    height: auto;
}
h1 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 6px;
}
h2 {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 0px;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
}
h3.about {
    font-size: 17px;
    margin-bottom: 5px;
}

/* layout properties */
div.wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 100%;
    background-color: #eef0ee;
    margin-left: auto;
    margin-right: auto;
}
div.layout {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

/* header */
div.header {
    position: fixed;
    width: 100%;
    height: 30px;
    left: 0px;
    z-index: 20;
    font-size: 12px;
    background-color: #fcf7e5;
    border-bottom: 1px solid #efe6c4;
}
div.header-wrapper {
    display: none;
}
div.slider {
    margin-top: 30px;
}
div.slider img {
    width: 100%;
    height: auto;
    min-height: 220px;
    object-fit: cover;
}
div.ajax-menu {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    font-family: 'Baskerville', serif;
    top: 30px;
    background-image: url('/images/layout/menu-overlay.png');
    background-repeat: repeat;
}
div.logo {
    display: none;
}
a.toggle {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url('/images/layout/icon-toggle.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6px;
    margin-left: 10px;
}
a.basket-cart {
    display: none;
}
a.basket-mobile {
	display: block;
}
a.menu {
    font-size: 12px;
    color: #6d6f72;  
}
a.navigate {
    font-size: 12px;
    color: #6d6f72;
}
a.navigate-ajax {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dashed #58554e;
    padding: 8px 15px 8px 15px;
}
a.navigate-ajax:hover {
    color: #f4c241;
}

/* footer */
div.footer {
    width: 100%;
    height: auto;
    background-image: url('/images/layout/footer.jpg');
    background-repeat: repeat-y;
}
div.footer-inner {
    width: calc(100% - 40px);
    padding: 20px 20px 25px 20px;
}
div.partners {
    width: 100%;
    height: auto;
    background-image: url('/images/layout/line-footer.png');
    background-repeat: repeat;
    margin-right: 0px;
}
div.partners-wrapper {
    margin-bottom: 10px;
    padding: 15px 20px 15px 20px;
}
div.address-line {
    width: 45%;
    font-size: 13px;
    line-height: 17px;
    margin-right: 10px;
    margin-bottom: 20px;
}
div.address-short {
    width: 45%;
    font-size: 13px;
    line-height: 17px;
}
div.title {
    font-size: 17x;
    margin-bottom: 5px;
}
a.company-item {
    display: block;
    width: 80%;
    max-width: 172px;
    margin-left: auto;
    margin-right: auto;
}
a.facebook {
    display: block;
    float: left;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* news */
div.news {
    position: fixed;
    font-family: 'Baskerville', serif;
    font-size: 11px;
    z-index: 10;
    margin-top: 30px;
}
div.news-body {
    width: 99%;
    max-height: 285px;
    background-color: #f4c241;
    border: 2px solid #f4c241;
    border-bottom-right-radius: 8px;
}
div.news-wrapper {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 10px;
    padding-bottom: 0px;
}
div.news-area {
    width: 100%;
    min-height: auto;
    font-size: 14px;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.news-box {
    float: left;
    width: 100%;
}
div.news-inner {
    padding: 3%;
}
div.article-half {
    float: left;
    width: 100%;
}
div.text-area {
    float: left;
    width: 75%;
}
div.column {
    margin-right: 0px;
    margin-bottom: 20px;
}
div.news-preview {
    float: left;
    width: 20%;
    max-width: 102px;
    margin-right: 3%;
}
div.text-place {
    float: left;
    width: 75%;
}
div.article-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
div.article-half p {
    margin-top: 2px;
    margin-bottom: 10px;
}
a.news-title {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
a.button-news {
    display: block;
    float: left;
    width: 23px;
    height: 90px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    writing-mode: tb-rl;
    text-decoration: none;
    text-align: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);	
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: #000000;
    background-color: #f3c14e;
    border: 2px solid #f4c241;
    border-top-left-radius: 5px;
}
a.button-more {
    display: block;
    float: right;
    font-size: 13px;
    color: #ffffff;
    margin-right: 0px;
    margin-bottom: 10px;
}

/* rooms */
div.column-left, div.column-right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.column-left {
    max-width: none;
}
div.column-right {
    margin-top: 0px;
    margin-bottom: 0px;
}
div.filter {
    margin-left: 0px;
}
div.element-field, div.element-last {
    width: 100%;
    margin-bottom: 15px;
}
div.rooms-card {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}
div.room-preview {
    width: 220px;
    margin-right: 0px;
    margin-bottom: 15px;
}
div.room-preview img {
    min-height: auto !important;
}
div.rooms-content {
    width: 100%;
}
div.desktop-price {
    display: none;
}
div.mobile-price {
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}
div.complete-price, div.order-notice {
    text-align: left;
}
div.bonus {
    font-size: 14px;
}
div.centered {
    width: 100%;
}
h3.title-search {
    font-size: 18px;
}
h3.room-detail {
    font-size: 15px;
}

/* products */
div.product-card:nth-child(2n + 1) {
    width: calc(50% - 37px);
    margin-left: 0px;
    margin-right: 7px;
}
div.product-card:nth-child(2n) {
    width: calc(50% - 37px);
    margin-left: 7px;
    margin-right: 0px;
}
div.image-card {
    width: 70%;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
div.card-box {
    display: block;
}
div.service-box {
    width: 100%;
}
div.service-left {
    margin-right: 0px;
}
div.service-right {
    margin-left: 0px;
}
div.basket-box {
    width: 230px;
}
div.form-box {
    width: auto;
}
div.basket-name {
    float: none;
    width: auto;
    font-size: 15px;
}
div.price-base, div.price-complete {
    display: none;
}
div.price-mobile {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.move {
    float: none;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
}
div.product-preview {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
div.service-preview {
    width: 40px;
    height: 40px;
}
div.service-name {
    width: calc(80% - 20px);
}
div.service-price {
    width: calc(20% - 20px);
    text-align: right;
}
div.product-preview img {
    height: auto;
    min-height: auto !important;
}
div.service-preview img {
    width: 100%;
    height: auto;
    min-height: auto !important;
}
div.image-card img {
    min-height: 120px !important;
}
div.ajax-box {
    display: none;
}
h2.product-detail {
	font-size: 21px;
}
h3.order-section {
    font-size: 18px;
}
span.price-value {
    font-size: 15px;
    color: #b23e25;
}
a.product-element:nth-child(3n + 1) {
    width: calc(33.3% - 14px);
    margin-left: 0px;
    margin-right: 14px;
}
a.product-element:nth-child(3n + 2) {
    width: calc(33.3% - 7px);
    margin-left: 0px;
    margin-right: 7px;
}
a.product-element:nth-child(3n+3) {
    width: calc(33.3% - 7px);
    margin-left: 7px;
    margin-right: 0px;
}
a.product-element img {
    min-height: auto !important;
}
a.category-name {
	display: block;
	width: auto;
}
a.button-detail {
    width: 120px;
}
a.remove {
    display: none;
}
a.basket-remove {
    display: block;
    font-size: 15px;
    color: #000000;
}

/* page properties */
div.intro-text {
    width: 100%;
    height: auto;
}
div.intro-wrapper {
    padding: 25px 25px 25px 25px;
}
div.booking {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-left: 0px;
}
div.booking-wrapper {
    padding: 20px 20px 25px 20px;
}
div.action {
    width: 100%;
    height: auto;
    min-height: auto;
}
div.action-preview {
    width: 100%;
}
div.brewery {
    padding-top: 5px;
}
div.brewery-box {
    width: 100%;
    height: auto;
    min-height: auto;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
}
div.brewery-short {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-left: 0px;
}
div.brewery-wrapper {
    padding: 20px 20px 10px 20px;
}
div.mobile-beer {
    display: block;
}
div.gallery-item {
    width: 46%;
    height: auto; 
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 3%;
}
div.gallery-last {
    width: 46%;
    height: auto;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 3%;
}
div.restaurant-inner {
    padding: 15px 20px 15px 20px;
}
div.restaurant-preview {
    float: left;
    width: 100%;
}
div.resize img {
    width: 100%;
    height: auto;
    min-height: 220px;
    object-fit: cover;
}
div.dinning-menu {
    width: 100%;
}
div.beers {
    padding: 15px 20px 20px 20px;
}
div.product-item, div.product-last {
    float: left;
    width: 45%;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}
div.product-item img, div.product-last img {
    max-width: 201px;
    min-height: auto;
}
div.product-name {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 12px;
}
div.notice {
    width: auto;
    font-size: 16px;
    text-align: left;
    color: #404142;
    margin-top: 5px;
}
div.booking p, div.brewery-box p, div.brewery-short p {
    font-size: 14px;
    line-height: 18px;
    color: #949598;
    margin-top: 15px;
    margin-bottom: 15px;
}
div.product-item p, div.product-last p {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 20px;
}
div.about p {
    font-size: 14px;
    line-height: 20px;
}
div.space {
    clear: both;
    height: 0px;
}
p.article {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    margin-right: 0px;
    margin-top: 12px;
}
p.short-info {
    width: auto;
    font-size: 15px;
    text-align: center;
    color: #403d34;
    margin: 0px 10px 15px 10px;
}
a.operate-booking {
    width: 120px;
    height: 25px;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
a.operate-cooking {
    width: 90px;
    height: 25px;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
a.operate-back {
    position: fixed;
    display: block;
    width: 50px;
    height: 18px;
    top: 0px;
    right: 10px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    color: #222222;
    cursor: pointer;
    background-image: url('/images/layout/button-navigate.png');
    background-repeat: repeat;
    border: 1px solid #000000;
    margin-top: 3px;
}
a.operate-return {
    display: none;
}
a.button-offer {
    display: block;
    width: 70px;
    height: 25px;
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* table */
table {
    width: 100%;
}
th {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
}
td.day {
    width: 80px;
    font-size: 13px;
    color: #949598;
    padding-top: 2px;
    padding-bottom: 2px;
}
td.hours {
    font-size: 13px;
    color: #949598;
    padding-top: 2px;
    padding-bottom: 2px;
}
td.grammage {
    width: 12%;
    font-size: 13px;
    color: #949598;
    padding-top: 2px;
    padding-bottom: 2px;
}
td.product-name {
    font-size: 13px;
    color: #949598;
    padding-top: 2px;
    padding-bottom: 2px;
}
td.price {
    width: 10%;
    font-size: 13px;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
}
td.space {
    height: 20px;
    line-height: 20px;
}

/* forms */
input.box-small {
    width: 93%;
    font-size: 13px;
    background-color: #f7f2e1;
    padding: 5px 15px 5px 15px;
}
input.box-middle {
    width: 93%;
    font-size: 12px;
    background-color: #f7f2e1;
    padding: 5px 15px 5px 15px;
}
input.box-large {
    width: 93%;
    font-size: 13px;
    padding: 5px 15px 5px 15px;
}
input.box-filter, input.box-reserve, input.box-voucher, textarea.message {
    width: calc(100% - 30px);
    font-size: 13px;
}
input.check-box {
    margin-left: 0px;
}
input.button-send {
    float: left;
    width: 145px;
    font-size: 13px;
    margin-bottom: 40px;
    padding-top: 5px;
    padding-bottom: 5px;   
}
input.button-search {
    width: 100%;
}
input.button-voucher {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 0px;
}
input.button-booking {
    width: 160px;
    font-size: 14px;
    margin-left: 0px;
}
label.title-reserve {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
}
label.error {
    margin-top: 3px;
    margin-left: 0px;
}
label.fault {
    margin-top: 3px;
}
div.labelover {
    float: left;
    width: 90%;
}
div.labelover label {
    position: absolute;
    font-size: 12px;
    top: 5px;
    left: 15px;
}
div.select-box {
    width: 100%;
}
div.iframe-content {
    width: 100%;
    font-size: 14px;
    margin: 0px;
}
div.iframe-content h2 {
    text-align: left;
}
div.mobile {
    display: block;
}
div.notice-field {
    width: 5%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}
div.notice-large {
    width: 5%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
}
div.notice-space {
    float: left;
    width: 5%;
    height: auto;
    margin-right: 0px;
}