﻿
.drinks-calculator .no-print {
    display: none;
}

.drinks-calculator {
}

    .drinks-calculator h2 {
        margin: 0 0 15px 0;
    }

    .drinks-calculator hr {
        border-color: #6abd45;
        margin: 20px 0 30px 0;
    }

    .drinks-calculator .calculation {
        float: left;
        width: 100%;
    }

        .drinks-calculator .calculation ol {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .drinks-calculator .calculation ol > li {
                clear: both;
                max-width: 95%;
                /*padding: 0 0 20px 0;*/
                padding: 10px 0 10px 50px;
                position: relative;
            }

                .drinks-calculator .calculation ol > li:before {
                    background: #6abd45;
                    border-radius: 50%;
                    color: #ffffff;
                    content: "1";
                    display: block;
                    height: 34px;
                    left: 0;
                    line-height: 34px;
                    position: absolute;
                    text-align: center;
                    top: 14px;
                    width: 34px;
                }

                .drinks-calculator .calculation ol > li + li:before {
                    content: "2";
                }

                .drinks-calculator .calculation ol > li + li + li:before {
                    content: "3";
                }

        .drinks-calculator .calculation h4 {
            color: #1f2223;
            display: inline-block;
            margin: 10px 0 10px 0;
        }

        .drinks-calculator .calculation .select-amount {
            position: relative;
            clear: both;
            padding: 0;
        }

            .drinks-calculator .calculation .select-amount label {
                font-size: 16px;
                display: block;
                font-weight: normal;
                margin: 10px 0 0 0;
            }

            .drinks-calculator .calculation .select-amount input[type="number"] {
                background: #fff;
                border: 0;
                border-radius: 5px;
                color: #aaa;
                font-size: 16px;
                height: 28px;
                line-height: 28px;
                margin: 6px 0 9px;
                padding: 0;
                text-align: center;
                width: 70px;
            }

                .drinks-calculator .calculation .select-amount input[type="number"]:active,
                .drinks-calculator .calculation .select-amount input[type="number"]:focus {
                    background: #f9f9f9;
                    box-shadow: inset 1px 1px 3px #999;
                    color: #000;
                }

            .drinks-calculator .calculation .select-amount .select-input {
                display: inline-block;
                width: 36%;
            }

            .drinks-calculator .calculation .select-amount .controllers {
                display: inline-block;
                float: right;
                margin-right: 10px;
                padding-top: 5px;
                text-align: right;
                vertical-align: top;
                width: 55%;
            }

                .drinks-calculator .calculation .select-amount .controllers input {
                    background: #d6d6d6;
                    border: 0;
                    box-shadow: none;
                    color: #333;
                    cursor: pointer;
                    display: inline-block;
                    font-size: 16px;
                    height: 28px;
                    line-height: 28px;
                    margin: 6px 0 9px 0;
                    text-align: center;
                    width: 52px;
                }

                    .drinks-calculator .calculation .select-amount .controllers input:active,
                    .drinks-calculator .calculation .select-amount .controllers input:focus,
                    .drinks-calculator .calculation .select-amount .controllers input:hover {
                        background: #b8b8b8;
                        color: #000;
                    }

                    .drinks-calculator .calculation .select-amount .controllers input.updatemin {
                        border-radius: 5px 0 0 5px !important;
                        line-height: 26px;
                    }

                    .drinks-calculator .calculation .select-amount .controllers input.updateplus {
                        border-radius: 0 5px 5px 0 !important;
                        line-height: 26px;
                    }

        .drinks-calculator .calculation .select-amount--big-night {
            display: none;
        }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.drinks-calculator .results {
    width: 100%;
    position: relative;
    float: left;
    background: #4a4a4a;
    margin-top: 20px;
}

    .drinks-calculator .results .content {
        padding: 20px;
        position: relative;
    }

    .drinks-calculator .results .content--min {
        background: #545353;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding: 40px;
    }

    .drinks-calculator .results .content--min__inner {
        display: table;
        width: 100%;
        height: 100%;
    }

    .drinks-calculator .results .content--min p {
        color: #FFF;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }


.ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ranges ul li {
        padding: 10px 0;
        position: relative;
    }

/* results */

.drinks-calculator .results h3 {
    color: #fff;
    margin: 0 0 15px;
}

.drinks-calculator .results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .drinks-calculator .results ul li {
        background: #fff;
        margin: 0 0 10px;
        padding: 10px;
        border-radius: 3px;
    }

        .drinks-calculator .results ul li:last-child {
            margin: 0;
        }

        .drinks-calculator .results ul li label {
            display: block;
            color: #484848;
            font-weight: 300;
            margin: 0 0 10px;
            white-space: nowrap;
        }

            .drinks-calculator .results ul li label b {
                font-weight: 600;
            }

        .drinks-calculator .results ul li img {
            display: block;
        }

        .drinks-calculator .results ul li a.shop {
            background: #4ac64c;
            border-bottom: 3px solid #339c35;
            border-radius: 3px;
            color: #fff;
            display: block;
            font-size: 14px;
            line-height: 1.4;
            padding: 5px 0;
            text-align: center;
            text-decoration: none;
        }

            .drinks-calculator .results ul li a.shop:hover {
                background: #339c35;
            }

.drinks-calculator .ui-widget {
    height: 6px;
}

.drinks-calculator .ui-widget-content {
    background: #4ac64c;
    border: 0;
}

.drinks-calculator .ui-widget-header {
    background: #919191;
}

    .drinks-calculator .ui-state-default,
    .drinks-calculator .ui-widget-content .ui-state-default,
    .drinks-calculator .ui-widget-header .ui-state-default {
        background: #fff;
        border: 0;
        border-radius: 50%;
        box-shadow: 1px 1px 1px #333;
        cursor: pointer;
        height: 34px;
        top: -15px;
        width: 34px;
    }

        .drinks-calculator .ui-state-default:before,
        .drinks-calculator .ui-widget-content .ui-state-default:before,
        .drinks-calculator .ui-widget-header .ui-state-default:before {
            color: #dadada;
            display: block;
            content: "|||";
            font-size: 14px;
            margin: 5px 0 0 8px;
            position: absolute;
        }

        .drinks-calculator .ui-state-default:focus,
        .drinks-calculator .ui-widget-content .ui-state-default:focus,
        .drinks-calculator .ui-widget-header .ui-state-default:focus,
        .drinks-calculator .ui-state-default:active,
        .drinks-calculator .ui-widget-content .ui-state-default:active,
        .drinks-calculator .ui-widget-header .ui-state-default:active {
            outline: none;
        }

.drinks-calculator .ranges span.value {
    color: #4ac64c;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 0;
}

    .drinks-calculator .ranges span.value:after {
        content: "%";
    }

.drinks-calculator .ranges label {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px;
}

.drinks-calculator .promo {
    background: #4a4a4a;
    color: #fff;
    margin-bottom: 20px;
}

    .drinks-calculator .promo:hover {
        background: #545353;
    }

    .drinks-calculator .promo .content {
        padding: 20px;
    }

        .drinks-calculator .promo .content p {
            color: #CFCFCF;
        }

        .drinks-calculator .promo .content a {
            color: #fff;
        }

    .drinks-calculator .promo h3 {
        color: #fff;
        font-family: "Open Sans",sans-serif;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 10px;
        text-transform: none;
    }

    .drinks-calculator .promo .content img {
        /*display: block;
	margin: 0 auto 10px;
	max-width: 125px;*/
    }

    .drinks-calculator .promo .content img {
        display: inline-block;
        margin-right: 1%;
        max-width: 125px;
        vertical-align: top;
        width: 35%;
    }

    .drinks-calculator .promo .content div {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }

.print {
    display: none;
}

.print-calculator {
    display: none;
}

html p.responsible {
    font-size: 18px !important;
    padding: 10px 0 0;
    margin-bottom: 0;
    text-align: center;
    color: #696767;
}

.hidden {
    display: none;
}

/* ==================== MEDIA QUERIES ======================= */
@media only screen and (max-width: 767px) {

    .drinks-calculator .equal {
        height: auto !important;
    }

    html p.responsible {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 480px) {
    .drinks-calculator .print-calculator {
        font-size: 24px;
        color: #1f2223;
        border-radius: 4px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 20px;
        top: 9px;
        padding: 1px 20px 1px 20px;
        background-color: #ffffff;
    }

        .drinks-calculator .print-calculator:hover {
            color: #6abd45;
        }
}

@media only screen and (min-width: 560px) {

    .drinks-calculator .calculation ol > li {
        max-width: 100%;
    }

    .drinks-calculator .calculation .select-amount .select-input,
    .drinks-calculator .calculation .select-amount .controllers {
        width: auto;
    }

    .drinks-calculator .calculation .select-amount .controllers {
        margin-right: 0;
        padding-top: 0;
    }

    .drinks-calculator .calculation .select-amount label {
        display: inline-block;
        white-space: nowrap;
        width: 120px;
    }

    .drinks-calculator .calculation .select-amount .select-input {
        display: inline-block;
        float: left;
        margin: 0 15px 0 0;
        vertical-align: top;
        width: auto;
    }

    .drinks-calculator .results ul li img {
        float: right;
        margin-top: 20px;
        max-width: 124px;
    }

    .drinks-calculator .results ul li a.shop {
        width: 170px;
    }

    .drinks-calculator .promo .content img {
        display: inline-block;
        margin-right: 1%;
        max-width: 125px;
        vertical-align: top;
        width: 35%;
    }

    .drinks-calculator .promo .content div {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }
}

@media only screen and (min-width: 768px) {

    .drinks-calculator .calculation .select-amount-group {
        display: inline-block;
        float: right;
        width: 60%;
    }


    .drinks-calculator .calculation .select-amount label {
        width: 160px;
    }

    .drinks-calculator .promo {
        display: inline-block;
        vertical-align: top;
        width: 32.2%;
    }

        .drinks-calculator .promo:nth-child(2) {
            margin: 0 1%;
        }

        .drinks-calculator .promo .content img {
            display: block;
            margin: 0 auto 10px;
            width: auto;
        }

        .drinks-calculator .promo .content div {
            display: block;
            width: auto;
        }
}

@media only screen and (min-width: 992px) {
    .drinks-calculator .calculation {
        padding-right: 20px;
        width: 65%;
    }

        .drinks-calculator .calculation h4 {
            font-size: 18px;
            margin: 13px 0 12px 0;
        }

        .drinks-calculator .calculation ol > li {
            padding: 10px 0 10px 50px;
        }

        .drinks-calculator .calculation .select-amount-group {
            width: 67%;
        }

        .drinks-calculator .calculation .select-amount {
            padding: 0 0 20px;
        }

            .drinks-calculator .calculation .select-amount label {
                width: auto;
            }

    .drinks-calculator .results {
        width: 35%;
    }

        .drinks-calculator .results h3 {
            font-size: 20px;
        }

        .drinks-calculator .results ul li {
            padding: 10px 4px 10px 10px;
        }

            .drinks-calculator .results ul li img {
                float: right;
                margin-top: 20px;
                max-width: 124px;
            }

            .drinks-calculator .results ul li a.shop {
                width: 125px;
            }

    .drinks-calculator .ranges label,
    .drinks-calculator .ui-widget,
    .drinks-calculator .ranges span.value {
        display: inline-block;
        vertical-align: middle;
    }

    .drinks-calculator .ranges label {
        width: 32%;
        margin-bottom: 0;
    }

    .drinks-calculator .ui-widget {
        width: 50%;
    }

    .drinks-calculator .ranges span.value {
        position: relative;
        text-align: right;
        top: auto;
        width: 16%;
    }

    .drinks-calculator .promo .content img {
        display: inline-block;
        margin-right: 1%;
        vertical-align: top;
        width: 35%;
    }

    .drinks-calculator .promo .content div {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .drinks-calculator .calculation h4 {
        font-size: 20px;
    }

    .drinks-calculator .calculation .select-amount-group {
        width: 60%;
    }

    .drinks-calculator .results h3 {
        font-size: 24px;
    }

    .drinks-calculator .results ul li a.shop {
        width: 170px;
    }
}






/* print styles */

@media print {
    * {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    html, body {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }

    section,
    .module-actions,
    .scroll-to-top {
        display: none !important;
    }

    #Content2 {
        margin: 0;
        padding: 0;
        display: block !important;
    }

    img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .partytext {
        display: none;
    }

    .drinks-calculator img.no-print {
        display: block;
        float: right;
        height: auto;
        margin-bottom: 36px !important;
        width: 245px;
    }

    .drinks-calculator p.hidden {
        clear: both;
        display: inline-block !important;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }

    html .drinks-calculator p.no-print.responsible {
        font-size: 20px !important;
        padding-top: 0;
    }

    .drinks-calculator .ui-state-default,
    .drinks-calculator .ui-widget-content .ui-state-default,
    .drinks-calculator .ui-widget-header .ui-state-default {
        display: none !important;
    }


    .drinks-calculator .content {
        padding: 0;
    }

        .drinks-calculator .content .intro {
            width: 85%;
        }


    .drinks-calculator .calculation {
        float: none;
    }

        .drinks-calculator .calculation ol > li {
            display: inline-block;
            vertical-align: top;
            width: 49%;
        }

            .drinks-calculator .calculation ol > li:before {
                background: #6abd45 !important;
            }

            .drinks-calculator .calculation ol > li:last-child {
                display: inline-block;
                width: 40%;
            }

        .drinks-calculator .calculation .select-amount label {
            display: inline-block !important;
            font-size: 14px;
            padding: 0 0 0 20px;
            margin: 0;
            text-align: left;
            width: auto !important;
        }

        .drinks-calculator .calculation .select-amount input[type="number"] {
            background: transparent;
            display: inline-block !important;
            font-size: 14px;
            height: auto;
            line-height: 1;
            left: 0;
            margin: 0;
            position: absolute;
            text-align: left;
            top: 1px;
            width: auto !important;
        }

        .drinks-calculator .calculation .select-amount .controllers {
            display: none;
        }

        .drinks-calculator .calculation .ranges ul li {
            padding: 0;
        }

        .drinks-calculator .calculation .ranges label {
            font-size: 14px;
            margin: 0;
            width: 150px;
        }

        .drinks-calculator .calculation .ranges .ui-widget {
            display: inline-block;
            height: 10px;
            margin-right: 20px;
            width: 180px !important;
        }

        .drinks-calculator .calculation .ranges .ui-widget-content {
            background: #4ac64c !important;
            height: 10px;
        }

        .drinks-calculator .calculation .ranges span.value {
            font-size: 14px;
            position: absolute;
            top: 0;
            right: 0;
        }




    .drinks-calculator .results {
        float: none;
    }

        .drinks-calculator .results .content {
            background: #ebebeb !important;
        }

        .drinks-calculator .results h3 {
            color: #464646;
        }

        .drinks-calculator .results .print-calculator {
            display: none !important;
        }

        .drinks-calculator .results ul {
            padding: 5px 10px;
        }

            .drinks-calculator .results ul li {
                background: #fff !important;
                display: inline-block;
                height: 120px;
                margin: 0 5px 5px 0 !important;
                position: relative;
                vertical-align: top;
                width: 210px;
            }

                .drinks-calculator .results ul li a.shop {
                    display: none !important;
                }

                .drinks-calculator .results ul li label {
                    display: block;
                    float: left;
                    font-size: 14px;
                    margin-left: 50px;
                    position: relative;
                    vertical-align: top;
                    white-space: normal;
                    width: 175px;
                    z-index: 2;
                }

                    .drinks-calculator .results ul li label strong {
                        color: #4ac64c;
                        display: block;
                        font-size: 18px;
                    }

                        .drinks-calculator .results ul li label strong span {
                            font-size: 18px;
                        }

                .drinks-calculator .results ul li img {
                    -ms-transform: rotate(-90deg);
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    display: block;
                    float: left;
                    margin-left: -20px;
                    position: relative;
                    top: 40px;
                    vertical-align: top;
                    width: 100px;
                }
}
