* {
    background-repeat: no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    outline: none;
}

.container {
    max-width: 1000px !important;
}

.chosen-container {
    width: 100% !important;
}

.slidesjs-slide img {
    width: 100%;
    height: 100%;
}

.clearfix {
    display: block !important;
    float: none !important;
    clear: both !important;
}

.hidden {
    display: none !important;
}

.nopadding {
    padding: 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

/* Micro clearfix */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

input:focus,
textarea:focus {
    outline: none;
}

.details {
    padding-right: 25px;
    background-image: url(/img/details.png);
    background-position: right center;
}

html, body {
    font: normal 12px/16px Arial, sans-serif;
    color: #000;
    background: #f9f9f9;
}

#error,
.orders.finish {
    text-align: center;
}

#error h1,
.orders.finish h1 {
    font: bold 28px/50px Georgia, Times;
    border-bottom: 1px solid #777;
}

#error p,
.orders.finish p {
    line-height: 22px;
    font-size: 12px;
    padding: 15px 0;
}

#error img,
.orders.finish img {
    width: 100%;
    max-width: 480px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #777;
}

#error h3,
.orders.finish h3 {
    font: bold 18px/50px Georgia, Times;
}

.popup {
    position: absolute;
    width: 100%;
    height: 100%;

    left: 0;
    top: 0;
}

.popup .overlay {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #323232;
    opacity: .8;
    top: 0;
    left: 0;
}

.popup .content {
    position: absolute;
    z-index: 20;

    background: #ffd956;

    width: 100%;
    -x-left: 50%;
    -x-top: 30%;
    -x-margin-left: -285px;
    -x-margin-top: -135px;

    font-size: 16px;
    line-height: 22px;

    padding: 10px 20px;
}

#over18-container .content .logo {
    width: 105px;
    height: 96px;
    background: url(../img/over18-logo.jpg);
    margin: 0 auto;
}

#over18-container .content .text {
    padding: 20px 0 30px;
    text-align: center;
}

#over18-container .content .text span {
    font-weight: bold;
}

#over18-container .content a {
    display: block;
    background: #000;
    text-decoration: none;
    font: bold italic 16px/35px Georgia, Times;
    color: #fff;
    width: 100%;
    max-width: 240px;
    text-align: center;
    margin: 0 auto 10px auto;
}

#over18-container .content #accept {
}

#header {
    background: #000;

    width: 100%;
    height: 108px;
}

#header .container {
    padding: 0;
}

#header .container .left {
    border-left: 1px solid #262626;
}

#header .container .right {
    position: static;
    border-right: 1px solid #262626;
}

#header .left {
}

#header .right {
    border-left: 1px solid #262626;
}

#logo {
    padding: 10px 0;
    width: 80px;
}

#logo,
#logo a {
    margin: 0 auto;
    display: block;
}

#logo a img {
    width: 100%;
}

#header .filter {
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #262626;
}

.filter .slogen {
    display: none;
    float: left;
    font: italic 12px/54px Arial;
    color: #ffd956;
    padding: 0 20px 0 15px;
}

.filter .languages {
    padding: 0 0 0 15px;
    float: left;
}

.filter .languages li {
    float: left;
    margin: 13px 0 0 0;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    border-left: 1px solid #262626;
}

.filter .languages li a {
    display: block;
    text-decoration: none;
    color: #777;
    padding: 5px 3px 3px 3px;
}

.filter .languages li a:last-child {
    border-right: 1px solid #262626;
}

.filter .languages li a.selected {
    padding-bottom: 0;
    border-bottom: 3px solid #262626;
    color: #fff;
}

.filter .fb {
    float: right;
    padding: 10px 15px 0 0;
}

.filter .fb span {
    display: none;
    float: left;
    font: normal 12px/40px Arial;
    color: #777;
}

.filter .social-button {
    display: block;
    float: left;
    width: 55px;
    height: 35px;
    background-image: url(/img/social-buttons.png);
}

.filter .social-button.google {
    background-position: -55px top;
}

.filter .social-button.instagram {
    background-position: -115px top;
}

.filter .social-button.pinterest {
    background-position: -175px top;
}

#header .navbar-collapse {
    padding: 0;
    margin: 0;
    float: right;
}

#header .nav-pills li + li {
    margin: 0;
}

#container {
    -x-width: 1025px;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px 0;
}

#slideshow {
    position: relative;
    margin: 25px 0 0 0;
    width: 100%;
    -x-height: 415px;
}

#slideshow .items {
    width: 100%;
    -x-height: 415px;
    left: 0;
    top: 0;
}

.slidesjs-previous {
    display: block;
    z-index: 10;
    position: absolute;

    width: 65px;
    height: 65px;
    text-indent: -1000em;
    color: transparent;

    background-color: #ffd956;
    background-image: url(/img/slidesjs-prev.jpg);
    background-position: center center;

    left: 0;
    top: 50%;
    margin-top: -32px;
}

.slidesjs-next {
    display: block;
    z-index: 10;
    position: absolute;
    text-indent: -1000em;

    width: 65px;
    height: 65px;
    color: transparent;

    background-color: #ffd956;
    background-image: url(/img/slidesjs-next.jpg);
    background-position: center center;

    right: 0;
    top: 50%;
    margin-top: -32px;
}

#news {
    -x-width: 950px;
    margin: 0 auto;

    padding: 16px 0 0 0;
}

#news header {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 8px 0 0;
    line-height: 35px;
}

#news header h2 {
    float: left;
    font: bold 16px/35px Georgia, Arial, sans-serif;
    color: #000;
}

#news header a {
    float: right;
    font: italic 12px/35px Georgia, Arial, sans-serif;
    color: #777;
    text-decoration: none;
}

.article-preview {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

#newslist .content article:nth-child(2n+1) {
    clear: both;
}

.article-preview img {
    width: 100%;
}

.article-preview h3 {
    padding: 10px 0 10px 5px;
    min-height: 70px;
    font-size: 18px;
    line-height: 22px;
}

.article-preview h3 a {
    text-decoration: none;
    color: #000;
    font: bold italic 18px/25px Georgia, Arial, sans-serif;
}

.article-preview div.lead {
    padding: 15px 5px;
    font-size: 12px;
    line-height: 16px;
}

.article-preview .details {
    float: right;
    font: bold italic 12px/18px Georgia, Arial, sans-serif;
    color: #3b3b3b;
    text-decoration: none;
    margin-right: 25px;
}

#footer {
    background: #000;
    padding: 20px 0 0 0;
}

#disclaimer {
    padding: 45px 0 0 0;
}

#disclaimer a {
    color: #fff;
}

#copyright {
    position: relative;
    float: right;
    clear: both;
    padding: 30px 80px 20px 0;
    width: 220px;
    text-align: right;
    color: #777;
    font: normal 10px/15px Arial, sans-serif;
}

#copyright img {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 60px;
}

#newslist {
    -x-width: 950px;
    margin: 0 auto;

    overflow: hidden;
}

#newslist header .left {
    background: #ffd956;
    padding: 10px 28px;
    width: 25%;
    float: left;
    margin: 0 10px 0 0;
    font: bold italic 18px/36px Georgia, Arial, sans-serif;
}

#newslist header .right {
    background: #f0f0f0;
    padding: 10px 28px;
    width: 50%;
    float: left;
    font: normal 12px/18px Arial, sans-serif;
}

#newslist header {
    position: relative;
    margin-top: 40px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f1f1f1;
    min-height: 100px;
}

.breadcrumb {
    -x-width: 950px;
    margin: 0 auto;

    color: #777;
    font: normal 10px/15px Arial, sans-serif;

    padding: 0 0 10px 0;
}

#order-summary-container .content {
    -x-position: relative;
    -x-width: 950px;
    -x-height: 540px;
    -x-margin-left: -475px;
    -x-margin-top: -270px;
    font-size: 12px;
}

#order-summary-container .content h1 {
    padding-bottom: 15px;
}

#order-summary-container .content table {
    width: 100%;
}

#order-summary-container .content table tr th {
    font-weight: normal;
    font-style: italic;
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #777;
}

#order-summary-container .content table tr td {
    padding: 5px 0 0 0;
    height: 30px;
    border-bottom: 1px solid #ffcd40;
}

#order-summary-container .content table tr:last-child td {
    border-bottom: 0;
}

#order-summary-container .content .summary-price {
    line-height: 50px;
    text-align: center;
    font: bold italic 18px/50px Georgia, Times;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    margin: 5px 0;
}

#order-summary-container .content .cust-data h2 {
    font-size: 12px;
    border-bottom: 1px solid #ffcd40;
    line-height: 30px;
    margin: 0 0 10px 0;
}

#order-summary-container .content .cust-data .left {
    -x-width: 50%;
    -x-float: left;
}

#order-summary-container .content .cust-data .right {
    -x-width: 50%;
    -x-float: left;
}

#order-summary-container .content .cust-data dl dt {
    clear: both;
    float: left;
    width: 150px;
    height: 25px;
    line-height: 25px;
}

#order-summary-container .content .cust-data dl dd {
    font-weight: bold;
    -x-height: 25px;
    line-height: 25px;
    float: left;
    max-width: 250px;
}

#order-summary-container .content .button-container {
    padding: 35px 0 0 0;
    text-align: center;
}

#order-summary-container .content .close {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #f1f1f1;
    color: #000;
    font: bold italic 12px/40px Georgia, Times;
    width: 90px;
    margin-top: 5px;
}

#order-summary-container .content .save {
    display: inline-block;
    width: 310px;
    height: 40px;
    text-align: center;
    font: bold italic 12px/40px Georgia, Times;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
    margin-top: 5px;
}

.orders {

}

.orders header {
    position: relative;
    margin-top: 40px;
}

.orders header img {
    width: 100%;
}

.xorders header .good-to-know {
    position: absolute;
    left: 35px;
    top: -30px;
}

.xorders header .good-to-know .bubble {
    background: #ffd956;
    font-size: 18px;
    font-family: 'Georgia', Times;
    font-style: italic;
    padding: 25px 30px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.xorders header .good-to-know .text {
    background: #f0f0f0;
    padding: 17px 30px;
    font-size: 12px;
    display: block;
    float: left;
}

.orders form {
    -x-width: 950px;
    margin: 0 auto;
}

.orders .order-products {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.orders .order-products p {
    border-bottom: 1px solid #f1f1f1;
    color: #000;
    font: bold 12px/12px Georgia, Times;
    padding: 10px 0 20px;
    margin: 0 0 15px 0;
    text-align: center;
}

.orders #add-more {
    width: 250px;
    font: bold italic 12px/22px Georgia, Arial;
    color: #3b3b3b;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.orders #delivery {
    padding: 0 0 10px 0;
}

.orders #delivery .left h2,
.orders #delivery .right h2 {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #777;
    width: 100%;
    font: bold 12px/55px Georgia, Times;
    text-align: center;
}

.orders #delivery .left {
    font-size: 12px;
}

.orders #delivery .right {
    font-size: 12px;
}

.orders #delivery .left input {
    margin: 10px;
}

.orders #delivery .right input {
    margin: 10px 10px 10px 20px;
}

.orders #summary-container {
    border-top: 1px solid #777;
    padding: 15px 0 0 0;
    font: bold italic 18px/22px Georgia, Times;
    text-align: center;
}

.orders #summary-container label {
    color: #f5cb60;
}

.orders #summary-container #summary {
    color: #000;
}

.orders .order-products .sample-line {
    display: none;
}

.orders .order-products .line {
    text-align: left;
    padding: 0 40px 15px 0;
    position: relative;
}

.orders .order-products .line label,
.orders .order-details .input label {
    display: block;
    clear: both;
    font: normal 12px/22px Arial, sans-serif;
    color: #777;
}

.orders .order-products .line .input input {
    width: 100%;
}

.orders .order-products .line .input.text input {
    -x-width: 130px;
}

.orders .order-products .line .input.number {
    -x-padding: 0 30px;
}

.orders .order-products .line .price {
    width: 100%;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
    background: #f1f1f1;
}

.orders .order-products .line .delete {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #ffd956;
    right: 5px;
    top: 35px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #000;
    text-decoration: none;
}

.orders .order-products .input.select,
.orders .order-products .input.select select {
    width: 100%;
}

.orders .input input,
.orders textarea {
    -x-width: 100%;
    line-height: 35px;
    height: 35px;
    background: #f1f1f1;
    border: 0;
    padding: 0 10px;
}

.orders h1 {
    font-size: 28px;
    line-height: 35px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0 10px;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
    text-align: center;
}

.orders .order-details {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding-bottom: 50px;
}

.orders .order-details .delivery-container {
    border-top: 1px solid #f1f1f1;
    margin: 10px 0;
    padding: 20px 0 0 0;
}

.orders .order-details .delivery-container .content {
    padding: 0 0 20px 0;
}

.orders .order-details .delivery-container .switch {
    padding: 0 0 20px 0;
}

.orders .order-details .delivery-container .switch input {
    margin: 0 10px;
}

.orders .order-details .delivery-container .switch label {
    padding: 0 25px 0 0;
}

.orders .order-details .delivery-container .input input {
    width: 470px;
}

.orders .order-details .terms-container {
    padding: 10px 0 0 10px;
    border-top: 1px solid #777;
}

.orders .order-details .terms-container .input {
    padding-bottom: 5px;
}

.orders .order-details .terms-container input {
    margin-left: 0;
    margin-top: 0;
}

.orders .order-details .terms-container label {
    clear: none;
    width: 850px;

    padding: 7px 0 0 25px;
}

.xorders .order-details .terms-container a {
    display: block;
    color: #777;
    margin-bottom: 10px;
    font-size: 12px;
}

.orders .order-details .delivery-container .input.del_name,
.orders .order-details .delivery-container .input.del_city {
    padding: 0 10px 0 0;
}

.orders .order-details h3 {
    text-align: center;
    font: bold 12px/22px Georgia, Times;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.orders .order-details p {
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    padding: 0 0 15px 0;
}

.orders .order-details .row {
    padding-bottom: 20px;
    margin: 0;
}

.orders .order-details .row > div:first-of-type {
    padding-left: 0;
}

.orders .order-details .row > div:last-of-type {
    padding-right: 0;
}

.orders .order-details .input {
    width: 100%;
}

.orders .order-details .input.email input,
.orders .order-details .input.number input,
.orders .order-details .input.tel input,
.orders .order-details .input.text input,
.orders .order-details .input.textarea textarea {
    width: 100%;
}

.orders .submit {
    text-align: center;
    padding: 15px 0 35px 0;

    border-top: 1px solid #f1f1f1;
    -x-border-bottom: 1px solid #777;
}

.orders .submit input {
    border: 0;
    color: #000;
    background: #ffd956;
    font: bold italic 12px/38px Georgia, Arial;
    width: 100%;
    max-width: 305px;
    text-transform: uppercase;
}

.orders .reseller {
    -x-width: 950px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.orders .reseller h1 {
    font: bold italic 18px/50px Georgia, Times;
    border-bottom: 1px solid #f1f1f1;
    padding: 0;
    margin-top: 0;
    margin: 0 auto 15px auto;
}

.orders .reseller p {
    text-align: center;
    font: normal 12px/22px Arial;
}

.orders .reseller p a {
    color: #000;
    font-weight: bold;
    font-style: italic;
}

.orders footer h2 {
    text-align: center;
    font: bold 20px/25px Georgia, Arial;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 0 5px 0;
}

.orders footer section {
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 15px;
    padding: 40px 0;
}

.orders footer ul {
    width: 100%;
    margin: 15px 0 15px 0;
}

.orders footer ul li {
    width: 100%;
    -x-width: 25%;
    font: normal 12px/20px Arial, sans-serif;
    -x-float: left;
    padding: 0 0 8px 0;
}

#sitemap-container {
    -x-height: 50px;
    width: 100%;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
}

#sitemap {
    position: relative;
    -x-width: 950px;
    margin: 0 auto;
}

#sitemap ul li {
    float: left;
    width: 190px;
    padding: 0 20px 0 0;
}

#sitemap ul li a {
    font: normal 12px/50px Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

#sitemap ul li .main {
    display: block;
    color: #fff;
    line-height: 40px;
    margin-top: 10px;
}

#sitemap ul li ul {
    margin: 15px 0;
}

#sitemap ul li ul li {
    float: none;
    padding: 2px 0;
}

#sitemap ul li ul li span {
    display: block;
    line-height: 16px;
    color: #777;
}

.article {
    -x-width: 950px;
    margin: 0 auto;
}

.article h1 {
    font-size: 28px;
    line-height: 35px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
}

.article .left {
}

.article .left img {
    width: 100%;
    max-width: 300px;
}

.article .right {
    padding: 0 0 0 25px;
}

.article .right strong {
    font-weight: bold;
}

.article .right em {
    font-style: italic;
}

.article .right .date {
    font: bold italic 12px/22px Georgia, Times;
    color: #777;

    padding: 0 0 15px;
}

.article .right p {
    padding: 0 0 8px 0;
}

/* Tasting
   ========================================================================== */
.visit {
    padding-bottom: 100px;
}

.visit h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.visit h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.visit h1 + span {
    color: #777;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.visit h2 {
    font-size: 20px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 30px 0 15px;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
}

.visit p {
    margin-top: 10px;
}

.visit p .line {
    display: block;
    font-size: 12px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    font-style: italic;
    padding-top: 5px;
}

.visit ul {
    text-align: center;
}

.visit ul li + li {
    padding-top: 45px;
}

.visit ul li h3 {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Georgia', Times;
    font-style: italic;
}

.visit .contact {
    margin-top: 10px;
    line-height: 150%;
}

/* Contact
   ========================================================================== */

.contact-page {
    text-align: center;
    -x-width: 950px;
    margin: 0 auto;
}

.contact-page h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
}

.contact-page .contact-company-details {
    color: #000;
    font-family: 'Georgia', Times;
    font-style: italic;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.contact-page .contact-company-details .line-first {
    font-weight: bold;
    display: block;
}

.contact-page .contact-company-details .line-second {
    font-size: 12px;

}

.contact-page .contact-company-details .line-second span {
    color: #777;
    font-family: "arial";
    font-style: normal;
}

.contact-page .contact-places {
    padding: 0 30px;
}

.contact-page .contact-places .row {
    float: left;
    width: 310px;
    margin-right: 10px;
    margin-left: 0;
    text-align: left;
}

.contact-page .contact-places .row:last-child {
    margin-right: 0;
}

.contact-page .contact-places .row:last-child h3 {

}

.contact-page .contact-places h3 {
    font-size: 16px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-page .contact-places h3 em {
    font-style: italic;
    display: block;
    font-weight: bold;
}

.contact-page .contact-places p {
    color: #777;
    line-height: 27px;
    font-size: 12px;
}

.contact-page .contact-places p a {
    font: bold italic 12px/27px Georgia, Times;
    color: #000;
}

/* About
   ========================================================================== */

.about {

}

.about a {
    font-weight: bold;
    color: #000;
}

.about header {
    position: relative;
    margin-top: 40px;
}

.xabout header .good-to-know {
    position: absolute;
    left: 35px;
    top: -30px;
}

.xabout header .good-to-know .bubble {
    background: #ffd956;
    font-size: 18px;
    font-family: 'Georgia', Times;
    font-style: italic;
    padding: 25px 30px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.xabout header .good-to-know .text {
    background: #f0f0f0;
    padding: 17px 30px;
    font-size: 12px;
    display: block;
    float: left;
}

.about .content {
    -x-width: 950px;
    margin: 0 auto;
}

.about .presentation {
    text-align: center;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.about .presentation h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
}

.about .presentation p {
    color: #777;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}

.about .presentation p span {
    color: #000;
    font-family: 'Georgia', Times;
    font-style: italic;
    font-weight: bold;
}

.about .palinka-cooking {
    margin-top: 20px;
}

.about .palinka-cooking .left {
}

.about .palinka-cooking .left h2 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.about .palinka-cooking .left p {
    font-size: 12px;
    line-height: 20px;
}

.about .palinka-cooking .right {
    -x-float: right;
    text-align: right;
}

.about .palinka-cooking .right img {
    margin-top: 70px;
    width: 80%;
}

.about .timeline h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.about .timeline > span {
    color: #777;
    font-size: 12px;
    text-align: center;
    display: block;
}

.about .timeline ul {
    margin-top: 20px;
}

.about .timeline ul li {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    padding: 15px 0;
    margin-top: -1px;
}

.about .timeline ul li .left {
    font-size: 12px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    text-align: center;
    border: 4px solid #ffd956;
    border-radius: 100%;
    display: block;
    width: 54px;
    height: 54px;
    line-height: 45px;
    margin: 0 auto;
}

.about .timeline ul li .right {
    margin-top: 10px;
}

.about .timeline ul li .right strong {
    font-size: 16px;
    font-family: 'Georgia', Times;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    margin-bottom: 5px;
}

.about .timeline ul li .right strong span {
    color: #777;
    font-size: 12px;
}

.about .awards {

}

.about .awards h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.about .award {
    text-align: center;
}

.about .award h3 {
    text-align: center;
    font-size: 12px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    padding: 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
    display: inline-block;
    margin-bottom: 10px;
}

.about .award ul {
    text-align: left;
}

.about .award ul li {
    margin-bottom: 25px;
}

.about .award ul li .left {
    display: inline-block;
    margin-right: 35px;
    color: #ffd956;
    font-size: 12px;
    font-family: 'Georgia', Times;
    font-weight: bold;
    vertical-align: top;
}

.about .award ul li .right {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

.about .award ul li .right > span {
    color: #777;
    position: relative;
    padding-left: 10px;
}

.about .award ul li .right > span:before {
    content: "";
    color: #000;
    position: absolute;
    left: -2px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
    top: 4px;
}

.about .award ul li .right > span.gold:before {
    background: #ffd956;
}

.about .award ul li .right > span.silver:before {
    background: #d4d4d4;
}

.about .award ul li .right > span.bronz:before {
    background: #df9731;
}

.about .technology .left {
    font-size: 12px;
    line-height: 20px;
}

.about .awareness {

}

.about .awareness h1,
.about .technology h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.about .awareness .left {
    -x-float: left;
}

.about .awareness .left img {
    width: 80%;
}

.about .awareness .right {
    font-size: 12px;
    line-height: 20px;
}

.about .our-products {
    padding: 40px 0 0 0;
}

.about .our-products h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.about .our-products p {
}

.about .our-products ul li {
    clear: both;
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #f1f1f1;
}

.about .our-products ul li img {
}

.about .our-products ul li .left {
}

.about .our-products ul li h3 {
    font: bold italic 20px/50px Georgia, Times;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
}

.about .our-products ul li span {
    display: block;
    font: bold italic 12px/20px Georgia, Times;
    color: #777;
    margin: 0 0 15px 0;
}

.about .our-products ul li p {
    font: normal 12px/20px Arial;
}

.about .further-information {
    width: 560px;
    margin: 0 auto;
    background: #ffd956;
    text-align: center;
    font: bold italic 12px/40px Georgia, Times;
}

/* Product list
   ========================================================================== */

.products-list {

}

.products-list header {
    position: relative;
    margin-top: 40px;
}

.products-list header img {
    width: 100%;
}

.products-list h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.products-presentation {
    text-align: center;
}

.products-presentation span {
    font-size: 12px;
    color: #777777;
    line-height: 20px;
    display: inline-block;
    width: 60%;
}

.product-selection {
    margin-top: 15px;
    text-align: center;
}

.product-selection h2 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 40px 0;
    text-align: center;
}

.product-selection .product {
    display: inline-block;
    width: 310px;
    text-align: left;
    margin-bottom: 50px;
    margin-right: 29px;
}

.product-selection .product:nth-child(3n) {
    margin-right: 0;
}

.product-selection .product .left {
    display: inline-block;
    width: 147px;
}

.product-selection .product .right {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin-top: 30px;
    position: relative;
    height: 185px;
}

.product-selection .product .right h3 {
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-selection .product .right h3 a {
    color: #000;
    text-decoration: none;
}

.product-selection .product .right .product-details {
    color: #777;
    font-size: 12px;
    font-family: 'Georgia', Times;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.product-selection .product .right .view-link {
    text-decoration: none;
    color: #3b3b3b;
    font-weight: bold;
    font-family: 'Georgia', Times;
    background: url("/img/details.png") no-repeat right center;
    padding-right: 25px;
    font-style: italic;
    padding-top: 2px;

}

.product-selection .product .right .order-button {
    display: block;
    background: #ffd956;
    font-weight: bold;
    font-family: 'Georgia', Times;
    font-style: italic;
    width: 130px;
    text-align: center;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}

/* Product list
   ========================================================================== */

.product-page {
    text-align: center;
}

.product-page .item {
    display: none;
}

.product-page .item.selected {
    display: block;
}

.product-page h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
}

.product-page .left {
    display: inline-block;
    text-align: left;
}

.product-page .left img {
    max-width: 100%;
}

.product-page .right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.product-page .right .small-details {
    color: #777;
    font-size: 12px;
    font-family: 'Georgia', Times;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-page .right .product-description {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.product-page .right .order-section {
    margin-top: 30px;
}

.product-page .right .order-section span {
    color: #000;
    font-size: 12px;
    font-family: 'Georgia', Times;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    font-style: italic;
}

.product-page .right .order-section .order-button {
    display: block;
    background: #ffd956;
    font-weight: bold;
    font-family: 'Georgia', Times;
    font-style: italic;
    width: 130px;
    text-align: center;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
    margin-top: 15px;
}

.product-page .right .order-section .facebook-share {
    padding: 15px 0 0 0;
}

.product-page .right .order-section .link-back {
    margin-top: 0;
}

.link-back {
    text-decoration: none;
    color: #3b3b3b;
    font-weight: bold;
    font-family: 'Georgia', Times;
    background: url("/img/details-rev.jpg") no-repeat right center;
    padding-right: 25px;
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
}

.product-pager {

}

.product-pager a {
    display: inline-block;
    height: 60px;
    background: #ffd956;
    min-width: 40px;
    position: absolute;
    top: 60%;
    margin-top: -20px;
    max-width: 40px;
    text-decoration: none;
}

.product-pager a span {
    display: none;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: 'Georgia', Times;
    font-style: italic;
    height: 130px;
    padding-top: 48px;
}

.product-pager .prev span {
    border-left: 1px solid #262626;
    padding-left: 15px;
}

.product-pager .next span {
    padding-right: 15px;
    border-right: 1px solid #262626;
}

.product-pager .prev {
    left: 0;
    padding-left: 35px;
    padding-right: 15px;
}

.product-pager .next {
    right: 0;
    padding-right: 35px;
    padding-left: 15px;
}

.product-pager a i {
    display: block;
    width: 40px;
    height: 60px;
    top: 0;
    position: absolute;
}

.product-pager a.next i {
    right: 0;
    background: url('/img/arr2.png') no-repeat center center #ffd956;
}

.product-pager a.prev i {
    left: 0;
    background: url('/img/arr.png') no-repeat center center #ffd956;
}

/* Distillation technologies
   ========================================================================== */

.distillation-technologies {

}

.distillation-technologies header {
    position: relative;
    margin-top: 40px;
}

.xdistillation-technologies header .good-to-know {
    position: absolute;
    left: 35px;
    top: -30px;
}

.xdistillation-technologies header .good-to-know .bubble {
    background: #ffd956;
    font-size: 18px;
    font-family: 'Georgia', Times;
    font-style: italic;
    padding: 25px 30px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.xdistillation-technologies header .good-to-know .text {
    background: #f0f0f0;
    padding: 17px 30px;
    font-size: 12px;
    display: block;
    float: left;
}

.distillation-technologies .content {
    -x-width: 950px;
    margin: 0 auto;
}

.distillation-technologies h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.distillation-technologies .row {
    margin-bottom: 40px;
    text-align: center;
}

.distillation-technologies .row .left,
.distillation-technologies .row .right {
    display: inline-block;
    width: 45%;
    text-align: center;
    vertical-align: top;
}

.distillation-technologies .row h2 {
    font-size: 20px;
    font-family: 'Georgia', Times;
    color: #777;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-style: italic;
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
}

.distillation-technologies .row p {
    font-size: 12px;
    line-height: 20px;
}

.distillation-technologies .row h2 span {
    color: #ffd956;
}

.distillation-technologies .row h2.even {
    margin-top: 30px;
}

.distillation-technologies .row p em {
    font-size: 12px;
    color: #777;
    font-style: italic;
}

.dictionary {

}

.dictionary ul {
    margin-top: 15px;
}

.dictionary ul li {
    display: block;
    clear: both;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.dictionary ul li:after {
    content: '';
    display: block;
    clear: both;
}

.dictionary ul li .left {
    display: block;
    padding-top: 5px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    font-family: 'Georgia', Times;
    color: #777;
    font-weight: bold;
    font-style: italic;
}

.dictionary ul li .right {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0 20px;
}

/* How it's made
   ========================================================================== */

.how-its-made {

}

.how-its-made header {
    position: relative;
    margin-top: 40px;
}

.xhow-its-made header .good-to-know {
    position: absolute;
    left: 35px;
    top: -30px;
}

.xhow-its-made header .good-to-know .bubble {
    background: #ffd956;
    font-size: 18px;
    font-family: 'Georgia', Times;
    font-style: italic;
    padding: 25px 30px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.xhow-its-made header .good-to-know .text {
    background: #f0f0f0;
    padding: 17px 30px;
    font-size: 12px;
    display: block;
    float: left;
}

.how-its-made .content {
    -x-width: 950px;
    margin: 0 auto;
}

.how-its-made h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.how-its-made article {
    text-align: center;
}

.how-its-made .left,
.how-its-made .right {
    display: inline-block;
    width: 45%;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 0;
}

.how-its-made .row {
    margin-top: 30px;
    text-align: left;
}

.how-its-made .row h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Georgia', Times;
    color: #ffd956;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-style: italic;
    border-bottom: 1px solid #f0f0f0;
}

.how-its-made .row p {
    font-size: 12px;
    line-height: 20px;
}

.how-its-made .row p span {
    color: #ffd956;
}

.how-its-made .row p em {
    display: block;
    text-align: center;
    color: #777;
    font-style: italic;
}

/* How it's made
   ========================================================================== */

.palinka-law {

}

.palinka-law header,
#group header {
    position: relative;
    margin-top: 40px;
}

.palinka-law header img,
#group header img {
    width: 100%;
}

.palinka-law .content,
#group .content {
    -x-width: 950px;
    margin: 0 auto;
}

#group .facebook-share {
    text-align: right;
    padding: 10px 0 0;
}

.palinka-law h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.palinka-law .descr {
    display: block;
    color: #777;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.palinka-law .laws {
    text-align: center;
}

.palinka-law .laws li {
    -x-margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
}

.palinka-law .laws li .number {
    display: inline-block;
    width: 200px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    color: #ffdb65;
    font: bold italic 30px/40px Georgia, Times;
    margin-bottom: 8px;
}

.palinka-law .laws li:last-child {
    border: 0;
}

.palinka-law .laws h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Georgia', Times;
    color: #ffd956;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-style: italic;
}

.palinka-law .laws p {
    font-size: 20px;
    line-height: 30px;
}

.palinka-law .laws img {
    margin-top: 20px;
    margin-bottom: 10px;
}

.palinka-law .laws p span {
    font-weight: bold;
    font-style: italic;
}

.palinka-law .laws p em {
    display: block;
    color: #777;
    font-size: 12px;
}

/* Footer
   ========================================================================== */

.footer-menu {

}

.footer-menu .container {
    -x-width: 950px;
    margin: 0 auto;
}

.footer-menu .container .box {
    padding: 0 5px 0 0;
    margin-bottom: 25px;
    vertical-align: top;
}

.footer-menu .container .box .content {
    border-bottom: 1px solid #262626;
    padding-bottom: 15px;
}

.footer-menu .container .box .content img {
    width: 100%;
}

.footer-menu .container .box:nth-child(3n) .content {
    padding-right: 0;
}

.footer-menu .container .box h2 a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Georgia', Times;
    color: #fff161;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-style: italic;
    padding-left: 5px;
    background: none;
    text-decoration: none;
}

.footer-menu .container .box p {
    font-size: 12px;
    color: #fff;
    margin: 5px;
    min-height: 50px;
}

.footer-menu .container .box a.more {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Georgia', Times;
    color: #fff;
    text-decoration: none;
    background: url('/img/more-bl.png') no-repeat right center;
    padding-right: 25px;
    font-style: italic;
    margin-top: 15px;
    display: inline-block;
}

/* Recommendations
   ========================================================================== */

.recommendations {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 300px;
}

.recommendations h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.recommendations a {
    font-style: italic;
    font-weight: bold;
    color: inherit;
}

/* events
   ========================================================================== */

.events {
    font-size: 12px;
    line-height: 20px;
}

.events h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.events a,
.events .hl {
    font-style: italic;
    font-weight: bold;
    color: inherit;
}

.events p {
    margin-bottom: 1em;
}

.events .left {
}

.events .right img {
    width: 100%;
}

/* tasting
   ========================================================================== */

.tasting {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.tasting h1 {
    font-size: 28px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

.tasting h1 small {
    display: block;
    font-size: 12px;
    text-transform: none;
}

.tasting a,
.tasting .hl {
    font-style: italic;
    font-weight: bold;
    color: inherit;
}

.tasting p {
    margin-bottom: 1em;
}

.tasting > span {
    color: #777;
    display: block;
    margin-bottom: 10px;
}

.tasting .rc {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.tasting .rc span {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Georgia', Times;
}

.tasting ul {

}

.tasting ul li {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tasting ul li h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Georgia', Times;
    color: #777;
    font-weight: bold;
    font-style: italic;
}

.tasting ul li h2 span {
    color: #000;
}

.tasting ul li h2 em {
    color: #000;
    font-weight: normal;
}

.tasting ul li p {
    color: #777;
    font-size: 12px;
}

.tasting ul li p span {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.tasting article {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tasting article p {
    font-size: 12px;
    margin-bottom: 15px;
}

.tasting article h3 {
    font-size: 18px;
    font-weight: bold;
}

.tasting article .downloadButton {
    background: #ffd956;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0;
    font-style: normal;
    font-size: 12px;
}

.tasting .place {
    text-align: left;
}

.tasting .place > p {
    margin-left: 30px;
}

.tasting .place .left img {
    width: 100%;
}

.tasting .place .right {
    color: #777;
}

.tasting .place .right h4 {
    color: #000;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Georgia', Times;
    font-weight: bold;
}

/* Gifts
   ========================================================================== */

.gifts {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.gifts h1 {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.gifts h1 small {
    display: block;
    font-size: 12px;
    text-transform: none;
}

.gifts a,
.gifts .hl {
    font-style: italic;
    font-weight: bold;
    color: inherit;
}

.gifts p {
    margin-bottom: 1em;
}

.gifts > span {
    color: #777;
    display: block;
    margin-bottom: 10px;
}

.gifts h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.gifts .row {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.gifts .row .left {
}

.gifts .row .right {
    text-align: right;
}

.gifts .row .right img {
    width: 100%;
}

.gifts .row h2 {
    font-size: 20px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.gifts .row strong {
    font-weight: bold;
}

.gifts .row .line {
    display: block;
    font-size: 12px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

.gifts .row .line > span {
    display: inline-block;
    margin-right: 15px;
    color: #777;
    font-weight: normal;
}

.gifts .row .line .pc {
    font-weight: normal;
}

.gifts .downloadButton {
    background: #ffd956;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-family: 'Georgia', Times;
    font-style: italic;
    display: inline-block;
    margin: 20px 0;
    font-size: 12px;
}

/* Gifts
   ========================================================================== */

.cooking {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.cooking h1 {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.cooking h1 small {
    display: block;
    font-size: 12px;
    text-transform: none;
}

.cooking a,
.cooking .hl {
    font-style: italic;
    font-weight: bold;
    color: inherit;
}

.cooking p {
    margin-bottom: 1em;
}

.cooking > div {
    text-align: left;
}

.cooking .left {
    -x-float: left;
    -x-width: 400px;
}

.cooking .left .at {
    background: #ffd956;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
}

.cooking .right {
    text-align: right;
}

.cooking .right img {
    width: 100%;
}

.cooking > p {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.cooking > p strong {
    font-weight: bold;
}

.cooking > h2 {
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 30px;
}

.cooking > span {
    display: block;
    text-align: center;
}

.cooking > span strong {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.cooking > span .nmb {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 50px;
}

.cooking > span .nmb span {
    font-size: 12px;
    font-weight: bold;
    color: #ffd956;
}

.how-is-it-made header h1 {
    font-size: 28px;
    line-height: 33px;
    font-family: 'Georgia', Times;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.how-is-it-made header div {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
}

.how-is-it-made header div span {
    font-weight: bold;
}

.how-is-it-made ul li {
    border-top: 1px solid #f1f1f1;
    clear: both;
    padding-bottom: 5px;
}

.how-is-it-made ul li .left {
    padding: 20px 0px 0 0;
}

.how-is-it-made ul li .right {
}

.how-is-it-made ul li h2 {
    font: bold italic 30px/55px Georgia, Times;
    border-bottom: 1px solid #f1f1f1;
}

.how-is-it-made ul li div:not(.cf) {
    padding: 20px 0 20px 10px;
    line-height: 22px;
}

.how-is-it-made ul li div span {
    color: #ffd956;
    padding-right: 10px;
}

.order-intro {
    font: normal 12px/22px Arial, sans-serif;
    color: #777;
}

.subscriber-container {
    padding-right: 0;
}

.subscribe {
    background: #f1f1f1;
    padding: 25px;
    margin: 15px 0 30px 0;

    color: #777;
}

.subscribe h2 {
    font: bold 16px/16px Georgia, Times;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

.subscribe p {
    padding: 15px 0 0 0;
}

.subscribe .input label {
    display: block;
    font-weight: normal;
    padding: 20px 0 8px;
}

.subscribe .checkbox-wrapper {
    padding: 20px 0 0 0;
	display: flex;
}

.subscribe .checkbox-wrapper label {
	margin-left: 10px;
}

.subscribe .input input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 0;
    background: #fff;
}

.subscribe .error-message {
    color: red;
    padding: 8px 0 0 0;
}

.subscribe .submit input {
    border: 0;
    color: #000;
    background: #ffd956;
    font: bold italic 12px/38px Georgia, Arial;
    width: 100%;
    text-transform: uppercase;
}

.subscribe .inputs > div {
    padding: 0;
}

.subscribe .inputs .col-sm-6 {
    padding-right: 10px;
}

.subscribe .inputs .col-sm-6 + .col-sm-6 {
    padding-left: 10px;
    padding-right: 0;
}

@media (min-width: 768px) {
    #newslist .content article {
        padding-left: 15px;
    }

    #newslist .content article:nth-child(2n+1) {
        padding-right: 15px;
        padding-left: 0;
    }

    .footer-menu .container .box h2 a {
        min-height: 48px;
    }

    .product-pager a {
        display: inline-block;
        height: 130px;
        background: #ffd956;
        min-width: 55px;
        position: absolute;
        top: 50%;
        margin-top: -55px;
        max-width: 180px;
        text-decoration: none;
    }

    .product-pager a span {
        display: none;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-family: 'Georgia', Times;
        font-style: italic;
        height: 130px;
        padding-top: 48px;
    }

    .product-pager .prev span {
        border-left: 1px solid #262626;
        padding-left: 15px;
    }

    .product-pager .next span {
        padding-right: 15px;
        border-right: 1px solid #262626;
    }

    .product-pager .prev {
        left: 0;
        padding-left: 55px;
        padding-right: 15px;
    }

    .product-pager .next {
        right: 0;
        padding-right: 55px;
        padding-left: 15px;
    }

    .product-pager a i {
        display: block;
        width: 50px;
        height: 130px;
        top: 0;
        position: absolute;
    }

    .product-pager a:hover span {
        display: block;
    }

    #slideshow .items div .label h1 {
        display: inline;

        background-color: #ffd956;
        box-shadow: 20px 0 0 #ffd956, -20px 0 0 #ffd956;

        font: bold italic 28px/38px Georgia, Arial, sans-serif;
    }

    #slideshow .items div .label {
        position: absolute;
        top: 60px;
        left: 130px;
        z-index: 5;
        max-width: 380px;
    }

    #slideshow .items div .label a:before {
        content: "";
        display: block;
        margin: 25px 0 0 0;
    }

    #slideshow .items div .label a {
        display: inline;
        clear: both;

        background-color: #ffd956;
        border-top: 8px solid #ffd956;
        border-bottom: 8px solid #ffd956;
        box-shadow: 20px 0 0 #ffd956, -20px 0 0 #ffd956;
        text-decoration: none;
        color: #000;
        font: bold italic 12px/22px Georgia, Times;
    }

    .popup .content {
        width: 80%;
        max-width: 600px;
        left: 50%;
        top: 30%;
        margin-left: -300px;
        -x-margin-top: -135px;
    }

    .filter .fb span {
        display: block;
    }

    .filter .languages {
        padding: 0;
    }

    .good-to-know {
        position: absolute;
        left: 35px;
        top: -30px;
    }

    .good-to-know .bubble {
        background: #ffd956;
        font-size: 18px;
        font-family: 'Georgia', Times;
        font-style: italic;
        padding: 25px 30px;
        font-weight: bold;
        float: left;
        margin-right: 10px;
    }

    .good-to-know .text {
        background: #f0f0f0;
        padding: 17px 30px;
        font-size: 12px;
        display: block;
        float: left;
    }

    .about .timeline ul li .left {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {

    #header .navbar-collapse {
        position: absolute;
        z-index: 100;
        width: 100%;
        background: #000;
        top: 108px;
        left: 0;
        overflow: hidden;
    }

    #header .navbar-collapse ul li nav {
        display: none;
    }

    #header .navbar-collapse ul li nav .container {
        width: 100%;
    }

    #header .navbar-collapse > ul > li {
        clear: both;
        display: block;
        width: 100%;
    }

    #header .navbar-collapse > ul > li > a {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        padding: 15px 20px 10px;
        border-bottom: 1px solid #262626;
    }

    #product_categories .container ul li div {
    }

    #header .navbar-collapse ul li nav .container ul li a,
    #header .navbar-collapse ul li nav .container ul li div a {
        color: #fff;
        text-decoration: none;
        background-image: none !important;
        display: block;
        padding: 10px 20px 8px 40px;
    }

    #header .group20,
    #header .group21 {
        display: none;
    }
}

@media (max-width: 767px) {
    #news header {
        padding: 0 15px;
    }

    .subscriber-container {
        padding: 0 15px;
    }

    .product-page .left img {
        width: 100%;
    }

    #slideshow .items div .label {
        display: block;
        position: absolute;
        padding: 40px 20px 20px 20px;
        width: 100%;
        height: 150px;
        bottom: -150px;
        left: 0;
        z-index: 10;
        background: #f1f1f1;
    }

    #slideshow .items div .label h1 {
        font-size: 16px;
        line-height: 20px;
    }

    #slideshow .items div .label a {
        float: right;
        font: bold italic 12px/18px Georgia, Arial, sans-serif;
        color: #3b3b3b;
        text-decoration: none;

        padding-right: 25px;
        background-image: url(/img/details.png);
        background-position: right center;
    }

    .slidesjs-container {
        overflow: visible !important;
        overflow-y: hidden;
        margin-bottom: 150px;
    }

    .slidesjs-slide {
        height: 100%;
    }

    #header .left {
        position: absolute;
    }

    #header .filter {
        border-bottom: none;
    }

    #header .languages {
        float: right;
        margin-right: 15px;
    }

    .good-to-know {
        position: absolute;
        left: 35px;
        top: -30px;
    }

    .good-to-know .bubble {
        background: #ffd956;
        font-size: 12px;
        font-family: 'Georgia', Times;
        font-style: italic;
        padding: 15px 20px;
        font-weight: bold;
        float: left;
        margin-right: 10px;
    }

    .good-to-know .text {
        background: #f0f0f0;
        padding: 10px 20px;
        font-size: 12px;
        display: block;
        float: left;
    }

    .orders .order-details .row > div {
        padding: 0 15px !important;
    }

    .orders .order-products .line {
        padding: 0 40px 0 15px;
    }

    .orders .order-products .line + .line {
        padding-top: 15px;
        border-top: 1px solid #262626;
    }

    .orders .order-products .line > div {
        padding: 0 0 10px 0;
    }

    .orders #add-more {
        max-width: 280px;
        width: auto;
        padding: 15px;
    }

    .about .palinka-cooking .right img,
    .about .awareness .left img {
        width: 100%;
    }

    .palinka-law .content, #group > .content {
        padding: 0 15px;
    }

    .about .awareness .right,
    .about .awareness .left {
        padding: 0;
    }

    .how-is-it-made header h1 {
        font-size: 22px;
    }

    .how-is-it-made ul li .left {
        text-align: center;
    }

    .how-is-it-made ul li .right h2 {
        font-size: 22px;
        text-align: center;
    }

    .about {
        padding: 0 15px;
    }

    .about .our-products ul li img {
        width: 100%;
    }

    .about .further-information {
        width: 100%;
    }

    .about .col-sm-8,
    .about .col-sm-4 {
        padding: 0;
    }

    .about .presentation h1,
    .about .our-products h1,
    .gifts h1,
    .recommendations h1,
    .tasting h1,
    .events h1,
    .products-list h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .products-list h2 {
        font-size: 12px;
        line-height: 20px;
    }

    .filter .fb {
        display: none;
    }

    .footer-menu .container .box .content img {
        width: 100%;
    }

    #news .content article h3 a, #newslist .content article h3 a {
        font-size: 12px;
    }

    .footer-menu .container .box h2 a {
        font-size: 16px;
        line-height: 20px;
    }

    .palinka-law h1,
    .about .timeline h1,
    .about .awards h1,
    .about .awareness h1,
    .about .technology h1,
    .product-page h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .about .palinka-cooking .left h2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .contact-page .contact-places {
        padding: 0;
    }

    .contact-page .contact-places > div {
        padding-bottom: 30px;
    }

    .article .right {
        padding: 0 15px;
    }

    .article .right img {
        width: 100% !important;
        height: auto !important;
    }

    .orders form {
        padding: 0 15px;
    }

    #news .content,
    #newslist .content {
        padding: 0 15px 20px 15px;
    }

    .article h1 {
        padding: 0 15px 20px 15px;
    }

    .products-presentation span {
        width: 100%;
        padding: 0 15px;
    }

    .product-selection .product {
        width: 100%;
        padding: 0 15px;
    }

    #news .subscriber-container {
        padding: 0;
    }

    .subscribe .inputs .col-sm-6,
    .subscribe .inputs .col-sm-6 + .col-sm-6 {
        padding: 0;
    }

    .dictionary ul li > div {
        padding: 0;
    }

    .dictionary ul li .right {
        padding: 10px 0 0 0;
    }

    .how-is-it-made ul li div:not(.cf) {
        padding: 15px 0;
    }

    .events .left,
    .events .right,
    .cooking .left,
    .cooking .right {
        padding: 0;
    }

}

@media (min-width: 992px) {
    .footer-menu .container .box h2 a {
        min-height: 72px;
    }

    body.news .footer-menu .container .box h2 a {
        min-height: 0;
    }

    #slideshow .items div .label {
        top: 150px;
    }

    .filter .slogen {
        display: block;
    }

    .popup .content {
        width: 60%;
        max-width: 600px;
        left: 50%;
        top: 30%;
        margin-left: -300px;
        -x-margin-top: -135px;
    }

    #order-summary-container.popup .content {
        width: 70%;
        max-width: 800px;
        margin-left: -400px;
    }

    #header .container {
        padding: 0 20px;
    }

    #header nav ul li nav {
        position: absolute;
        display: none;
        clear: both;
        z-index: 15;

        background: #000;
        left: 0;
        right: 0;
        border-top: 1px solid #262626;
    }

    #header nav ul li ul:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        border-top: 1px solid #262626;
        z-index: 20;
    }

    #header nav ul li nav ul {
        margin: 0 auto;
	margin-bottom: 10px;
    }

    #header nav ul li ul li {
        clear: both;
        width: 100%;
        text-align: center;
        border: 1px solid #262626;
	border-collapse: collapse;
    }

    #header nav ul li ul li a {
        font-weight: normal;
    }

    #header nav ul li ul li.group20 span,
    #header nav ul li ul li.group21 span {
	color: #ffd956;
	font-weight: bold;
    }

    #header nav ul li ul li.placeholder,
    #header nav ul li ul li.group8,
    #header nav ul li ul li.group9,
    #header nav ul li ul li.group10,
    #header nav ul li ul li.group11,
    #header nav ul li ul li.group12,
    #header nav ul li ul li.group13,
    #header nav ul li ul li.group14,
    #header nav ul li ul li.group15,
    #header nav ul li ul li.group16,
    #header nav ul li ul li.group17,
    #header nav ul li ul li.group18,
    #header nav ul li ul li.group30,
    #header nav ul li ul li.group19,
    #header nav ul li ul li.group20,
    #header nav ul li ul li.group21,
    #header nav ul li ul li.group22,
    #header nav ul li ul li.group23,
    #header nav ul li ul li.group24,
    #header nav ul li ul li.group26,
    #header nav ul li ul li.group28,
    #header nav ul li ul li.group34,
    #header nav ul li ul li.group31,
    #header nav ul li ul li.group35,
    #header nav ul li ul li.group29 {
        width: 50%;
	clear: none;
    }

    #header nav ul li {
        float: left;
        border-right: 1px solid #262626;
    }

    #header nav ul li a {
        border-radius: 0;
        text-decoration: none;
    }

    #header nav ul li span {
        color: #fff;
        display: block;
        line-height: 40px;
        padding: 9px 10px 5px 10px;
        text-transform: uppercase;
    }

    #header nav ul li.opened > a span,
    #header nav ul li.selected > a span,
    #header nav ul li a:hover span {
        padding-bottom: 0 !important;
        border-bottom: 5px solid #fff;
    }

    #product_categories ul {
        min-height: 295px;
    }

    #product_categories li a {
        line-height: 20px !important;
        padding: 0 !important;
        display: inline !important;
        border-bottom: 0 !important;
    }

    #product_categories li {
        width: 100% !important;
        padding: 20px 0 25px;
        text-align: center;
    }

    #product_categories .container div:not(.cf) {
        -x-float: left;
        display: inline-block;
        width: 100px;
        height: 250px;
        text-align: center;
        cursor: pointer;
        margin-right: 18px;
        -x-position: relative;
        -x-margin-left: -130px;
    }

    #product_categories li {
        border: 0 !important;
    }

    #product_categories div a {
        display: block !important;
        padding: 190px 0 0 0 !important;
        width: 100%;
        font: normal 12px/16px Arial;
        color: #fff;
        text-transform: uppercase;
    }

    #product_categories .container div.faded {
        opacity: 0.4;
        margin-right: 0;
        transition: opacity .5s ease-in-out;
    }

    #product_categories .container div.selected {
        opacity: 1;
        width: 250px !important;
        margin-right: 0 !important;
    }

    #product_categories .container div.selected a {
        padding-left: 75px !important;
        padding-right: 75px !important;
    }

    #product_categories div a:hover {
        background-position: right top;
    }

    .about .timeline ul li .left {
        margin-top: 0;
    }

    .gifts .row .right img,
    .tasting .place .left img {
        width: 70%;
    }

    .events .left {
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    .xfooter-menu .container .box h2 a {
        min-height: 48px;
    }

    #header nav ul li span {
        padding: 9px 20px 5px 13px;
        text-transform: uppercase;
    }

    .xdictionary {
        padding: 0 100px;
    }

    .xcooking .right img {
        width: 80%;
    }
}
