/* fonts */
@font-face {
    font-family: 'Baskerville';
    src: url('/fonts/baskerville.eot');
    src: url('/fonts/baskerville.eot?#iefix') format('embedded-opentype'),
         url('/fonts/baskerville.woff2') format('woff2'),
         url('/fonts/baskerville.woff') format('woff'),
         url('/fonts/baskerville.ttf') format('truetype'),
         url('/fonts/baskerville.svg#Baskerville') format('svg');
}
@font-face {
    font-family: 'Baskerville-Light';
    src: url('/fonts/baskerville_italic.eot');
    src: url('/fonts/baskerville_italic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/baskerville_italic.woff2') format('woff2'),
         url('/fonts/baskerville_italic.woff') format('woff'),
         url('/fonts/baskerville_italic.ttf') format('truetype'),
         url('/fonts/baskerville_italic.svg#Libre Baskerville') format('svg');
}

/* general settings */
html,body {
    font-family: 'Baskerville-Light', serif;
    font-size: 15px;
    color: #000000;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}
img {
    border-style: none;
}
form {
    margin: 0px;
    padding: 0px;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;
}
ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
}
li {
    list-style-type: square;
}
h1 {
    font-family: 'Baskerville', serif;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 12px;
}
h2 {
    font-family: 'Baskerville', serif;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    color: #403d34;
    margin-top: 20px;
    margin-bottom: 0px;
}
h3 {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 24px;
    color: #949598;
    margin-top: 0px;
    margin-bottom: 3px;
}
h3.about {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}

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

/* header */
div.header {
    position: fixed;
    width: 100%;
    height: 40px;
    left: 0px;
    z-index: 20;
    font-size: 12px;
    background-color: #fcf7e5;
}
div.header-wrapper {
    width: 1100px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}
div.slider {
    margin-top: 40px;
}
div.banner {
    position: absolute;
    width: 1367px;
    height: 210px;
    left: 50%;
    margin-left: -684px;
}
div.banner-spacer {
    height: 240px;
}
div.slider-wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
div.ajax-menu {
    display: none;
}
div.logo {
    position: absolute;
    width: 295px;
    height: 470px;
    background-image: url('/images/layout/line-header.png');
    background-repeat: repeat-y;
    margin-left: 808px;
}
div.logo-small {
    position: absolute;
    width: 296px;
    height: 210px;
    background-image: url('/images/layout/line-header.png');
    background-repeat: repeat-y;
    margin-left: 941px;
}
div.logo img {
    margin-left: 20px;
    margin-top: 100px;
}
div.disable {
    float: left;
    font-size: 15px;
    color: #b5b9c0;
    margin-right: 10px;
}
a.toggle {
    display: none;
}
a.menu {
    display: block;
    float: left;
    font-size: 15px;
    text-decoration: none;
    color: #6d6f72;
    margin-right: 10px;    
}
a.navigate {
    display: block;
    float: right;
    font-size: 15px;
    text-decoration: none;
    color: #6d6f72;
    margin-left: 10px;
}
a.flag-box {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* footer */
div.footer {
    width: 1100px;
    height: 343px;
    font-family: 'Baskerville', serif;
    background-image: url('/images/layout/footer.jpg');
    background-repeat: no-repeat;
}
div.footer-inner {
    float: left;
    padding: 37px 80px 62px 80px;
}
div.partners {
    float: left;
    width: 295px;
    height: 343px;
    background-image: url('/images/layout/line-footer.png');
    background-repeat: repeat-y;
}
div.partners-wrapper {
    padding: 35px 60px 35px 60px;
}
div.title {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
div.address-line {
    float: left;
    width: 260px;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
    margin-right: 20px;
}
div.address-short {
    float: left;
    width: 260px;
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
}
div.address-line a {
    color: #ffffff;
}
a.facebook {
    display: block;
    float: left;
    margin-top: 5px;
}

/* news */
div.news {
    position: fixed;
    font-family: 'Baskerville', serif;
    font-size: 12px;
    left: 0px;
    z-index: 10;
    margin-top: 40px;
}
div.news-body {
    float: left;
    width: 850px;
    background-color: #f4c241;
    border: 2px solid #f4c241;
    border-bottom-right-radius: 8px;
}
div.news-wrapper {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 5px;
    padding-left: 15px;
}
div.news-area {
    width: 1100px;
    min-height: 400px;
    background-color: #ffffff;
}
div.news-box {
    float: left;
    width: 549px;
}
div.news-inner {
    padding: 25px;
}
div.article-half {
    float: left;
    width: 370px;
}
div.text-area {
    float: left;
    width: 250px;
}
div.column {
    margin-right: 70px;
}
div.news-preview {
    float: left;
    width: 102px;
    margin-right: 18px;
}
div.text-place {
    float: left;
    width: 370px;
}
div.article-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
div.article-half p {
    margin-top: 2px;
    margin-bottom: 15px;
}
a.news-title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
a.button-news {
    display: block;
    float: left;
    width: 30px;
    height: 90px;
    font-size: 15px;
    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: 14px;
    color: #ffffff;
    margin-right: 15px;
    margin-bottom: 10px;
}

/* page properties */
div.intro-text {
    width: 1100px;
    height: 300px;
    background-image: url('/images/layout/line-intro.png');
    background-repeat: repeat-y;
    border: 1px solid transparent;
}
div.intro-wrapper {
    padding: 25px 30px 25px 42px;
}
div.products-category {
    float: left;
    width: 230px;
    font-family: 'Baskerville', serif;
    margin-top: 15px;
    margin-left: 70px;
}
div.brewery {
    background-color: #fcf7e5;
    border: 1px solid transparent;
}
div.mobile-beer {
    display: none;
}
div.beers {
    padding: 20px 60px 30px 60px;
}
div.product-item {
    float: left;
    width: 220px;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
}
div.product-last {
    float: right;
    width: 220px;
    text-align: center;
}
div.product-name {  
    font-family: 'Baskerville', serif;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 12px;
}
div.date-info {
    color: #949598;
    margin-top: 15px;
}
div.intro-box {
    float: left;
    width: 320px;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-top: 12px;
    margin-right: 40px;
}
div.booking p, div.brewery-box p, div.brewery-short p {
    font-size: 16px;
    line-height: 20px;
    color: #949598;
    margin-top: 20px;
    margin-bottom: 15px;
}
p.short-info {
    font-size: 18px;
    text-align: center;
    color: #403d34;
    margin-top: 0px;
    margin-bottom: 20px;
}
div.product-item p, div.product-last p {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 30px;
}
div.about p {
    font-family: 'Baskerville', serif;
    font-size: 15px;
    line-height: 25px;
}
div.operate {
    font-family: 'Baskerville', serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
div.products-spacer {
    width: 81px;
    height: 30px;
    background-image: url('/images/layout/icon-spacer.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
a.operate-return {
    position: fixed;
    display: block;
    width: 90px;
    height: 35px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    color: #222222;
    cursor: pointer;
    background-image: url('/images/layout/button-navigate.png');
    background-repeat: repeat;
    border: 1px solid #000000;
    margin-top: 33px;
    margin-left: -120px;
}
a.section-link {
    display: block;
    background-color: #f1b725;
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
}
a.modal-ajax {
    color: #000000;
    text-decoration: none;
}
a.complete {
    color: #f1b725;
    text-decoration: none;
}

/* ajax */
div.ajax-content {
    width: 650px;
    font-family: 'Baskerville', serif;
    font-size: 16px;
    background-color: #ffffff;
    border: 2px solid #efb432;
}
div.ajax-inner {
    padding: 40px;
}
h2.product-title {
    font-size: 24px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 15px;
}
div.preview {
    float: left;
    margin-right: 30px;
}
div.price {
    font-style: italic;
    margin-top: 25px;
}
div.code {
    font-style: italic;
}
div.ajax-content p {
    font-style: italic;
}

/* other elements */
.fleft {
    float: left;
}
.fright {
    float: right;
}
.b {
    font-weight: bold;
}
.hide {
    display: none;
}
div.clear {
    clear: both;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
div.clear5 {
    clear: both;
    width: 0px;
    height: 5px;
    line-height: 5px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
} 
div.clear10 {
    clear: both;
    width: 0px;
    height: 10px;
    line-height: 10px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
div.clear15 {
    clear: both;
    width: 0px;
    height: 15px;
    line-height: 15px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
div.clear20 {
    clear: both;
    width: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
div.clear30 {
    clear: both;
    width: 0px;
    height: 30px;
    line-height: 30px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}