﻿/*#region fontface */

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('/fonts/opensans-condbold-webfont.eot');
    src: url('/fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans-condbold-webfont.woff') format('woff'), url('/fonts/opensans-condbold-webfont.ttf') format('truetype'), url('/fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stentigaregular';
    src: url('/fonts/stentiga-webfont.eot');
    src: url('/fonts/stentiga-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/stentiga-webfont.woff') format('woff'), url('/fonts/stentiga-webfont.ttf') format('truetype'), url('/fonts/stentiga-webfont.svg#stentigaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('/fonts/BebasNeue.eot');
    src: url('/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('/fonts/BebasNeue.woff') format('woff'), url('/fonts/BebasNeue.ttf') format('truetype'), url('/fonts/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*#endregion*/

/*#region keyFrames region */

@keyframes viewresultsanimation {
    0%,100% {
        background: black;
    }

    25% {
        background: rgba(120,170,0,1);
    }

    50% {
        background: rgba(111,159,0,1);
    }

    75% {
        background: rgba(120,170,0,1);
    }
}

@-moz-keyframes viewresultsanimation /* Firefox */
{
    0%,100% {
        background: black;
    }

    25% {
        background: rgba(120,170,0,1);
    }

    50% {
        background: rgba(111,159,0,1);
    }

    75% {
        background: rgba(120,170,0,1);
    }
}

@-webkit-keyframes viewresultsanimation /* Safari and Chrome */
{
    0%,100% {
        background: black;
    }

    25% {
        background: rgba(120,170,0,1));
    }

    50% {
        background: rgba(111,159,0,1);
    }

    75% {
        background: rgba(120,170,0,1);
    }
}

@-o-keyframes viewresultsanimation /* Opera */
{
    0%,100% {
        background: black;
    }

    25% {
        background: rgba(120,170,0,1);
    }

    50% {
        background: rgba(111,159,0,1);
    }

    75% {
        background: rgba(120,170,0,1);
    }
}

/*#endregion*/

/* region html elements */

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1.h1-inherit {
    font: inherit;
    color: inherit;
    margin: inherit;
}

h2.h2-inherit {
    font: inherit;
    color: inherit;
    margin: inherit;
}

h3.h3-inherit {
    font: inherit;
    color: inherit;
    margin: inherit;
}

h4.h4-inherit {
    font: inherit;
    color: inherit;
    margin: inherit;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*#endregion*/

/*#region named */

#divEvents {
    padding-bottom: 30px;
}

#divSwiperTopLeft {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #ffffff;
    height: 100%;
}

/*#endregion*/

/*#region m-about region */

.m-about-container {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right: 5px;
}

.m-about-left-image {
    width: 96px;
    height: 96px;
    border: solid 1px #999999;
}

.m-about-left-image-container {
    float: left;
    width: 110px;
    margin-top: 0px;
}

.m-about-left-image-glass {
    width: 96px;
    border: solid 1px #999999;
}

.m.about-right-text-container {
    float: left;
}

.m-about-right-text-content-q {
    overflow: auto;
    max-height: 168px;
    padding: 5px 10px 5px 5px;
    background-color: #f9f9f9;
    min-height: 88px;
    margin-right: 5px;
}

/*#endregion*/

/*#region m-border region */

.m-border-bottom {
    border-bottom: 1px solid #999;
}

/*#endregion*/

/*#region m-background region */

.m-background-color-spirits {
    background-color: #e4aa24;
}

.m-background-color-wine {
    background-color: #ae1371;
}

.m-background-color-beer {
    background-color: #ffe771;
}

/*#endregion*/

/*#region m-btn region*/

.m-btn {
    float: left;
    text-transform: uppercase;
    margin: 0 13px 0 0;
    text-align: center;
    padding: 0 13px;
    font: 17px/30px 'open_sans_condensedbold', sans-serif;
    height: 28px;
    border: 1px solid #fff;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    text-decoration: none;
}

.m-btn-empty {
    color: #999;
    background: none;
    box-shadow: none;
    border: 1px solid #000;
}

    .m-btn-empty:hover {
        color: white;
    }

.m-btn-active {
    color: #1c1919;
    background: #e4aa23;
    -webkit-box-shadow: 0 0 5px 3px #ac5b06 inset;
    -moz-box-shadow: 0 0 5px 3px #ac5b06 inset;
    box-shadow: 0 0 5px 3px #ac5b06 inset;
    border: 1px solid #ac5b06;
}

    .m-btn-active:hover {
        color: #1c1919;
        background: #e4aa23;
        -webkit-box-shadow: 0 1px 6px 2px #9f3f03 inset;
        -moz-box-shadow: 0 1px 6px 2px #9f3f03 inset;
        box-shadow: 0 1px 6px 2px #9f3f03 inset;
    }

.m-btn-top {
    float: right;
    padding: 2px 28px 14px 0;
    text-transform: uppercase;
    font: 11px/15px Verdana, Geneva, sans-serif;
    color: #999;
    text-decoration: none;
    background: url('/images/bg-top.png') no-repeat 100% 0;
}

/*#endregion*/

/*#region m-carousel */

.m-carousel-tooltip-title {
    line-height: 14px;
    text-align: center;
    white-space: normal;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.m-carousel-tooltip-review-text {
    padding-left: 3px;
    padding-right: 3px;
    height: 187px;
}

.m-carousel-tooltip-points {
    margin-top: 10px;
    height: 48px;
    width: 48px;
}

/*#endregion*/

/*#region css*/

.m-css-text-align-center {
    text-align: center;
}

.m-css-display-block {
    display: block;
}

.m-css-text-decoration-none {
    text-decoration: none;
}

/*#region m-columns fixed or flex region */

.m-columns-container {
    height: auto;
    overflow: hidden;
}

.m-columns-container-search-q {
    padding-top: 0;
}

.m-columns-full-flex-q {
    float: none; /* not needed, just for clarification */
    background-color: transparent;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

.m-columns-left-fixed-q {
    width: 297px;
    float: left;
    margin-right: 35px;
    background-color: white;
    margin-bottom: 25px;
}

.m-columns-right-flex-q {
    float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
    background-color: white;
}

.m-columns-right-fixed-q {
    width: 297px;
    float: right;
    background-color: white;
    margin-left: 35px;
    margin-bottom-: 25px;
}

.m-columns-left-flex-q {
    float: none; /* not needed, just for clarification */
    background-color: white;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
    *max-width: 628px;
}

.m-columns-third-flex-q {
    float: left;
    width: 33.333%;
    overflow: hidden;
}

.m-columns-third-flex-margin-q {
    margin-bottom: 0px;
}

.m-columns-third-left-q {
    margin-right: 20px;
}

.m-columns-third-middle-q {
    margin-left: 10px;
    margin-right: 10px;
}

.m-columns-third-right-q {
    margin-left: 20px;
}

.m-columns-top-flex-q {
    float: none;
}

/*#endregion*/

/*#region m-container region */

.m-container {
    margin: 0 auto;
    max-width: 960px;
    min-width: 315px;
}

.m-container-50-pct {
    width: 50%;
    float: left;
}

.m-container-50-pct-reverse {
    float: right;
}

.m-container-table {
    display: table;
    width: 100%;
    height: 100%;
}

/*#endregion*/

/*#region m-display region*/

/* deprecates m-preview-more-additional-q */

.m-display-browser-q {
    display: block;
}

.m-display-mobile-q {
    display: none;
}

/*#endregion*/

/*#region m-content region */

.m-content-main {
    background-color-: white;
    margin-bottom: 15px;
}

.m-content-generic {
    padding: 8px;
}

    .m-content-generic h5 {
        margin-bottom: 4px;
    }

.m-content-link-bold {
    color: #a85705;
    font-weight: bold;
}

.m-content-link-bold-inactive {
    color: #a85705;
    font-weight: bold;
    text-decoration: none;
}

.m-content-link-font-q {
}

.m-content-list {
    margin: 0;
    padding: 0 0 21px;
    list-style: none;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #010101;
}

    .m-content-list ul {
        margin-left-: -30px;
    }

    .m-content-list li {
        padding: 0 0 9px 16px;
    }

    .m-content-list a {
        color: #010101;
    }

    .m-content-list.m-orange-bullet li {
        background-image: url('/images/bullet-03.png');
        background-repeat: no-repeat;
        background-position: 0px 5px, center !important;
    }

    .m-content-list.m-purple-bullet li {
        background-image: url('/images/bullet-02.png');
        background-repeat: no-repeat;
        background-position: 0px 5px, center !important;
    }

    .m-content-list.m-yellow-bullet li {
        background-image: url('/images/bullet-04.png');
        background-repeat: no-repeat;
        background-position: 0px 5px, center !important;
    }

.m-content-list-container {
    min-height: 150px;
    padding-left: 15px;
}

.m-content-list-container-box {
    min-height: 300px;
    border-left: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
}

.m-content-list-container-box-small {
    min-height: 100px;
}

.m-content-list-container-no-height {
    min-height: 0px;
}

.m-content-list-container-margin {
    margin-top: 15px;
}

.m-content-list-container-padding {
    padding-top: 15px;
}

.m-content-list-section-heading-q {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0 32px;
    background: #ebebeb;
    -pie-background: #ebebeb;
    position: relative;
    min-height: 47px;
    font: 22px/47px 'stentigaregular', sans-serif;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.m-content-list-item-sep {
    margin-top: 12px;
}

.m-content-results-container-margin {
    margin-top: 15px;
}

.m-content-list-sub-heading {
    font: 20px/23px 'open_sans_condensedbold', sans-serif;
    color: #010101;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
}

.m-content-sub-heading h6 {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
    font: 18px/21px 'open_sans_condensedbold', sans-serif;
    color: #010101;
}

.m-content-tab-view-heading h6 {
    margin-top: 15px;
    padding-bottom: 20px;
    font: 18px/21px 'open_sans_condensedbold', sans-serif;
    color: #010101;
}

/*#endregion*/

/*#region m-dotw region */

.m-dotw-desc-q {
    min-height: 100px;
}

.m-dotw-filter-list-q {
    overflow-y: scroll;
    height: 200px;
    margin: 10px;
}

.m-dotw-image {
    max-width: 294px;
    max-height: 266px;
    width: 100%;
}

.m-dotw-outer-q {
    height: 300px;
    margin-bottom: 30px;
    display: block;
}

.m-dotw-results-sub-heading {
    font: 20px/23px 'open_sans_condensedbold', sans-serif;
    color: #010101;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
}

.m-dotw-slide {
    text-align: center;
}

.m-dotw-text-container {
    background: #000;
    padding: 2px 20px 19px 25px;
    color: #ccc;
    position: relative;
    font: 15px/20px Arial, Helvetica, sans-serif;
}

.m-dotw-title {
    font-weight: bold;
}

/*#endregion*/

/*#region m-event*/

.m-event-background-watermark-beer {
    background-image: url('/images-Events/Calendar-Icons/beer-w.gif');
    background-repeat: no-repeat;
    background-position: 210px 25px;
    background-size: auto 125px;
}

.m-event-background-watermark-spirits {
    background-image: url('/images-Events/Calendar-Icons/spirits-w.gif');
    background-repeat: no-repeat;
    background-position: 205px 25px;
    background-size: auto 125px;
}

.m-event-background-watermark-wine {
    background-image: url('/images-Events/Calendar-Icons/wine-w.gif');
    background-repeat: no-repeat;
    background-position: 220px 25px;
    background-size: auto 125px;
}

.m-event-end-page-text {
    text-decoration: none;
    text-transform: uppercase;
    font: 17px/30px 'open_sans_condensedbold', sans-serif;
}

.m-event-filter-container {
    padding: 0px;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

.m-event-filter-detail-line-margin-top {
    margin-top: 10px;
}

.m-event-filter-radio-label {
    width: 60px;
    display: inline-block;
}

.m-event-filter-text-label {
    min-width: 60px;
    display: inline-block;
}

.m-event-filter-text-label-radius {
    padding-right: 5px;
}

.m-event-go {
    text-decoration: none;
    text-transform: uppercase;
    font: 17px/30px 'open_sans_condensedbold', sans-serif;
    color: #999999;
}

.m-event-input {
    border: solid #d3d3d3;
    border-width: 1px 1px 1px 1px;
    font: 13px Arial, Helvetica, sans-serif;
    height: 15px;
    margin: 0;
    padding: 6px 11px 7px;
    -webkit-appearance: none;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.m-event-input-date {
    width: 75px;
}

.m-event-input-zip-code {
    width: 65px;
}

.m-event-results-container {
    padding: 10px;
}

.m-event-results-item-calendar-container {
    float: right;
    margin: 1px 0 7px 20px;
    position: relative;
    width: 80px;
    text-align: right;
}

.m-event-results-item-calendar-dates {
    display: block;
    width: 80px;
    color: #ccc;
    background: #000;
    font: 26px/29px 'open_sans_condensedbold', sans-serif;
    padding: 12px 0 13px;
    text-align: center;
}

.m-event-results-item-calendar-days {
    display: block;
    width: 80px;
    font: 11px/17px 'open_sans_condensedbold', sans-serif;
    height: 17px;
    color: #000;
    background: #d4d4d4;
    text-align: center;
}

.m-event-results-item-calendar-month {
    display: block;
    width: 80px;
    color: #fff;
    height: 22px;
    font: 16px/22px 'open_sans_condensedbold', sans-serif;
    background: rgb(47,47,47);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iIzVhNWE1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OTY5NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(47,47,47,1) 0%, rgba(57,57,57,1) 24%, rgba(90,90,90,1) 71%, rgba(105,105,105,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,47,1)), color-stop(24%,rgba(57,57,57,1)), color-stop(71%,rgba(90,90,90,1)), color-stop(100%,rgba(105,105,105,1)));
    background: -webkit-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(57,57,57,1) 24%,rgba(90,90,90,1) 71%,rgba(105,105,105,1) 100%);
    background: -o-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(57,57,57,1) 24%,rgba(90,90,90,1) 71%,rgba(105,105,105,1) 100%);
    background: -ms-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(57,57,57,1) 24%,rgba(90,90,90,1) 71%,rgba(105,105,105,1) 100%);
    background: linear-gradient(to bottom, rgba(47,47,47,1) 0%,rgba(57,57,57,1) 24%,rgba(90,90,90,1) 71%,rgba(105,105,105,1) 100%);
    -pie-background: linear-gradient( rgba(47,47,47,1) 0%,rgba(57,57,57,1) 24%,rgba(90,90,90,1) 71%,rgba(105,105,105,1) 100%);
    position: relative;
    text-align: center;
}

.m-event-results-item-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.m-event-results-item-expand {
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url('/images/sprite-btn.png') no-repeat;
    width: 26px;
    height: 26px;
}

.m-event-results-item-icon-container {
    padding-top: 4px;
}

.m-event-results-item-image {
    width: 100%;
    border: solid 1px gray;
}

.m-event-results-item-image-container-q {
    float: left;
    width: 168px;
    padding-right: 15px;
}

.m-event-results-item-place {
    display: block;
    padding: 0 0 12px;
    font: 16px/19px 'open_sans_condensedbold', sans-serif;
    color: #000;
}

.m-event-results-item-sep {
    border-bottom: 2px solid #999;
}

.m-event-results-item-text-container {
    min-width: 125px;
    min-height: 165px;
    display: block;
    overflow: hidden;
}

.m-event-results-item-title-container {
    float: none;
    min-width: 100px;
}

.m-event-results-item-title {
    color: #6b052e;
    margin: 0 0 4px;
    letter-spacing: -2px;
    font: 24px/27px 'open_sans_condensedbold', sans-serif;
}

.m-event-slide-block {
    line-height: 15px;
}

.ui-datepicker {
    margin-left: -50px;
    margin-top: 5px;
    z-index: 1000;
}

@media only screen and (max-width: 655px) and (min-width: 600px) {
    .m-event-results-item-image-container-q {
        width: 126px;
        padding-right: 15px;
    }
}

/*#endregion*/

/*#region m-float region */

.m-float-clear {
    clear: both;
}

.m-float-fixed {
    float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

.m-float-left {
    float: left;
}

.m-float-right {
    float: right;
}

/*#endregion*/

/*#region m-footer region */

.m-footer-container {
    min-width: 600px;
}
/*#endregion*/

/*#region m-header region */

.m-header-big {
    min-height: 200px;
}

.m-header-small {
    height: 55px;
    background-color: black;
    display: none;
    position: fixed;
    top: 0px;
    margin: auto;
    z-index: 50000;
    -webkit-tap-highlight-color: lightslategray;
}

.m-header-small-container-menu {
    padding-top: 10px;
    padding-right: 3px;
}

.m-header-small-container-logo {
    height: 45px;
    padding-top: 5px;
}

.m-header-small-container-search {
    padding-top: 14px;
    padding-right: 10px;
}

.m-header-small-image-menu {
    height: 30px;
}

.m-header-small-image-logo {
    max-height: 42px;
}

.m-header-small-image-search {
    height: 22px;
}

.m-header-small-margin-q {
    height: 4px;
    display: none;
}

.m-header-search-button {
    border: 0;
    background: none;
    color: #ffffff;
    text-transform: uppercase;
    font: 18px 'open_sans_condensedbold', Arial;
    width: 58px;
    height: 20px;
}

.m-header-search-container {
    height: 30px;
    background: rgb(146,189,0);
    background: linear-gradient(to bottom, rgba(146,189,0,1) 0%,rgba(138,184,0,1) 32%,rgba(124,173,0,1) 71%,rgba(120,170,0,1) 76%,rgba(111,159,0,1) 85%,rgba(89,132,0,1) 100%);
    top: 55px;
    position: fixed;
    width: 100%;
    padding-top: 0px;
    padding-left: 5px;
    z-index: 60000;
}

.m-header-search-input {
    width: 125px;
    height: 20px;
    background: #fff;
    border: 0;
    font: italic 15px Arial;
    padding-left: 8px;
}

.m-header-social {
    font-size: 18px;
    height: 19px;
}

.m-header-tiny-margin-q {
    height: 3px;
    display: none;
}

/*#endregion*/

.m-home-dotw-all-container {
    margin-top: 15px;
}

.m-home-dotw-all-image {
    width: 100%;
}

.m-home-dotw-container {
    position: relative;
}

.m-home-dotw-container-q {
    display: block;
}

.m-home-dotw-container-m-q {
    display: none;
}

.m-home-dotw-info-caption {
    padding-left: 25px;
    padding-right: 10px;
}

.m-home-dotw-info-container {
    color: #ccc;
    font: 15px/20px Arial, Helvetica, sans-serif;
    height: 150px;
    background-color: black;
}

.m-home-dotw-info-title {
    font-weight: bold;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 19px;
}

.m-home-dotw-swiper-container {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.m-home-dotw-swiper-arrow-left {
    position: absolute;
    left: 0px;
    top: 105px;
    z-index: 9999;
}

.m-home-dotw-swiper-arrow-right {
    position: absolute;
    right: 0px;
    top: 105px;
    z-index: 9999;
}

.m-home-event-all-container-inner {
    padding-bottom: 15px;
    border-bottom: solid 1px #999;
    font-size: 18px;
}

.m-home-event-all-desc-left-container {
    float: none;
    width: auto;
}

.m-home-event-all-desc-right-container {
    float: right;
    width: 80px;
    text-align: center;
    margin-top: 3px;
    margin-left: 7px;
    padding-bottom: 10px;
}

.m-home-event-all-image {
    width: 100%;
}

.m-home-event-container-inner {
    width: 295px;
    padding-bottom: 15px;
    border-bottom: solid 1px #999;
}

.m-home-event-swiper-arrow-down {
    position: absolute;
    bottom: 0px;
    margin-left: 120px;
    z-index: 9999;
}

.m-home-event-swiper-arrow-up {
    position: absolute;
    top: 0px;
    margin-left: 120px;
    z-index: 9999;
}

.m-home-event-desc-container {
    padding-top: 12px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.m-home-event-desc-left-container {
    float: left;
    width: 180px;
    text-align: left;
}

.m-home-event-desc-left-title {
    font: 18px/18px 'open_sans_condensedbold',sans-serif;
    text-transform: uppercase;
}

.m-home-event-desc-left-title-2 {
    display: block;
    padding: 0px 0px 8px;
    font: 22px/22px 'open_sans_condensedbold',sans-serif;
    color: #666;
    text-transform: uppercase;
}

.m-home-event-desc-left-city {
    display: block;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}

.m-home-event-desc-left-comment {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.m-home-event-desc-left-title-link {
    text-decoration: none;
    color: #DD8400;
    font: 18px/18px 'open_sans_condensedbold',sans-serif;
}

.m-home-event-desc-right-container {
    float: left;
    width: 80px;
    text-align: center;
    margin-top: 3px;
    margin-left: 7px;
}

.m-home-event-desc-right-month {
    display: block;
    color: #FFF;
    height: 22px;
    font: 16px/22px 'open_sans_condensedbold',sans-serif;
    background: transparent linear-gradient(to bottom, #2F2F2F 0%, #393939 24%, #5A5A5A 71%, #696969 100%) repeat scroll 0% 0%;
    position: relative;
}

.m-home-event-desc-right-day {
    font-weight: bold;
    height: 55px;
    display: block;
    color: #CCC;
    background: #000 none repeat scroll 0% 0%;
    font: 48px/51px 'open_sans_condensedbold',sans-serif;
    padding-top: 3px;
}

.m-home-event-image {
    width: 100%;
    max-width: 295px;
    max-height: 155px;
    font-size: 12px;
}

.m-home-event-swiper-slide {
    height: auto;
}

.m-home-events-container-q {
    height: 920px;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    position: relative;
}

.m-home-events-container-m-q {
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    position: relative;
    display: none;
}

.m-home-events-swiper-container {
    width: 100%;
    height: 100%;
}

.m-home-swiper-footer-container-q {
    height: 38px;
    background-color: black;
    padding-top: 8px;
    padding-left: 30px;
    white-space: nowrap;
    display: block;
}

.m-home-swiper-menu-container {
    position: relative;
}

.m-home-swiper-menu {
    background-color: #eeeeee;
    margin-left: 17px !important;
    margin-right: 17px !important;
}

.m-home-swiper-menu-arrow-left {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    height: 40px;
}

.m-home-swiper-menu-arrow-right {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    height: 40px;
}

.m-home-swiper-menu-blank {
    height: 40px;
    background-color: #eeeeee;
    background-color: black;
    display: none;
}

.m-home-swiper-title-q {
    display: block;
    padding-right: 15px;
}

.m-home-top-banner-bottom-sep {
    padding-top: 10px;
    border-bottom: 2px solid #ccc;
}

.m-home-top-banner-container-q {
    width: 100%;
    background-color: white;
    min-height: 200px;
    margin-bottom: 30px;
    display: inline-block;
}

.m-home-top-banner-container-m-q {
    display: none;
}

.m-home-top-banner-full-bottom {
    text-transform: uppercase;
    background-color: black;
    color: white;
    font: 18px 'open_sans_condensedbold', sans-serif;
    line-height: 21px;
    min-height: 56px;
    width: 100%;
}

.m-home-top-banner-full-caption {
    display: block;
    font: 16px 'open_sans_condensedbold', sans-serif;
    line-height: 20px;
    color: #5b5b5b;
    padding-top: 13px;
    border-top: 2px solid #ffffff;
    word-spacing: -1px;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
}

.m-home-top-banner-full-container {
    margin-top: 25px;
}

.m-home-top-banner-full-image {
    width: 100%;
    border: solid 1px #ccc;
}

.m-home-top-banner-full-text-container {
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('/images/bg-textholder.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.m-home-top-banner-full-title {
    border-bottom-: 2px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 4px;
    font: 24px 'open_sans_condensedbold', sans-serif;
    line-height: 28px;
    text-align: left;
    padding: 10px;
}

.m-home-top-banner-left {
    float: none;
    background-color: #dddddd;
}

.m-home-top-banner-left-image {
    max-width: 662px;
    max-height: 375px;
    width: 100%;
    height: 100%;
}

.m-home-top-banner-header-link {
    text-decoration: none;
    color: black;
}

.m-home-top-banner-right {
    float: right;
    width: 297px;
    background-color: #eeeeee;
    height: 100%;
    background: url('/images/bg-textholder.png') repeat-y;
    display: table-cell;
}

.m-home-top-banner-right-bottom {
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    background-color: black;
    color: white;
    font: 18px 'open_sans_condensedbold', sans-serif;
    line-height: 21px;
    height: 61px;
    width: 100%;
}

.m-home-top-banner-right-swiper-slide {
    display: block;
    overflow: hidden;
    background: url('/images/bg-textholder.png') repeat-y;
}

.m-home-top-banner-right-top {
    display: inline-block;
    padding-right: 26px;
    padding-left: 32px;
    padding-top: 28px;
}

.m-home-top-banner-right-bottom-left {
    padding-top: 18px;
    padding-left: 20px;
    float: left;
}

    .m-home-top-banner-right-bottom-left a {
        text-decoration: none;
        color: white;
    }

.m-home-top-banner-right-bottom-right {
    padding-top: 18px;
    float: right;
    padding-right: 20px;
}

.m-home-top-banner-right-caption {
    display: block;
    font: 20px/28px 'open_sans_condensedbold', sans-serif;
    color: #5b5b5b;
    padding-top: 13px;
    border-top: 2px solid #ccc;
    word-spacing: -1px;
    text-transform: uppercase;
    text-align: left;
}

.m-home-top-banner-right-container {
    position-: relative;
    max-height: 376px;
    height: 100%;
}

.m-home-top-banner-right-title {
    border-bottom: 2px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 4px;
    font: 36px 'open_sans_condensedbold', sans-serif;
    line-height: 36px;
    text-align: left;
}

.m-home-swiper-container-margin-q {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.m-home-swiper-more-reviews-link {
    color: #cccccc;
    text-decoration: none;
    font: 15px/20px Arial, Helvetica, sans-serif;
    float: right;
    padding-right: 25px;
    padding-top: 5px;
}

    .m-home-swiper-more-reviews-link:hover {
        color: white;
    }

/*#endregion*/

/*#region m-row region */

.m-image-responsive {
    width: 100%;
}

/*#endregion*/

/*#region m-row region */

.m-row {
    display: block;
}

    .m-row:after {
        content: "";
        display: block;
        clear: both;
    }

.m-row-margin {
    margin-bottom: 15px;
}

.m-row-margin-large {
    margin-bottom: 50px;
}

.m-row-margin-home-q {
    margin-bottom: 30px;
}

/*#endregion*/

/*#region m-panelist region */

.m-panelist-judge-tile-q {
    float: left;
    background-color: #333333;
    color: white;
    font-size: 12px;
    width: 199px;
    height: 152px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}

.m-panelist-judge-tile-link {
    text-decoration: none;
    color: white;
}

.m-panelist-judge-tile-left {
    float: left;
}

.m-panelist-judge-tile-image-q {
    width: 100px;
    border: solid 1px black;
}

.m-panelist-judge-tile-text-container {
    float: left;
    width: 86px;
    padding-top: 30px;
    padding-left: 7px;
    padding-right: 3px;
    text-align: left;
}

.m-panelist-judge-tile-text-name {
    line-height: 18px;
}

.m-panelist-judge-tile-text-kindlist {
    font-style: italic;
    padding-top: 20px;
    line-height: 16px;
}

.m-panelist-judge-tile-q:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all .2s ease;
    transition: all .4s ease;
}

    .m-panelist-judge-tile-q:hover img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -webkit-transition: all .2s ease;
        transition: all .4s ease;
    }

.m-panelist-judge-list-container {
    margin-top: 10px;
}

.m-panelist-judge-bio {
    padding-top: 10px;
}

.m-panelist-judge-image {
    float: left;
    width: 100%;
    max-width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: solid 1px black;
}

.m-panelist-judge-list-kindweb {
    font-style: italic;
    font-size: 11px;
}

.m-panelist-judge-twitter-url {
    padding-top: 15px;
    font-style: italic;
    font-size: 14px;
}

/*#endregion*/

/*#region m-separator region */

.m-separator-small {
    margin-bottom: 10px;
    content: ' ';
}

.m-separator-med {
    margin-bottom: 15px;
    content: ' ';
}

/*#endregion*/

/*#region m-slurp retion */

.m-slurp-bottom-msg-q {
    text-align: right;
    color: #ccc;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-top: solid 1px #222222;
    min-height: 30px;
}

.m-slurp-bottom-msg-link-q {
    color: #ccc;
    text-decoration: none;
}

    .m-slurp-bottom-msg-link-q:hover {
        color: white;
    }

.m-slurp-detail-container {
    margin-top: 20px;
    width: 100%;
}

.m-slurp-detail-image {
    width: 100%;
    max-width: 400px;
    border: solid 1px gray;
    box-shadow: 4px 4px 5px #bbbbbb;
}

.m-slurp-detail-image-container {
    width: 100%;
    text-align: center;
}

.m-slurp-detail-text {
    background-color: #eeeeee;
    padding: 5px;
    font-size: 13px;
}

.m-slurp-detail-text-container {
    padding-right: 2px;
}

h3.m-slurp-detail-title {
    margin-bottom: 5px;
}

.m-slurp-detail-photo-credit {
    font-style: italic;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 1px;
}

.m-slurp-footer-container {
    margin-top: 10px;
    font-style: italic;
}

.m-slurp-header-bottom {
    height: 2px;
    margin-top: 5px;
}

.m-slurp-header-bottom-beer {
    background-color: #e1a426;
}

.m-slurp-header-bottom-spirits {
    background-color: #d89926;
}

.m-slurp-header-bottom-wine {
    background-color: #9e1f63;
}

.m-slurp-header-container {
    min-height: 110px;
    font-size: 13px;
}

.m-slurp-header-logo {
    width: 100%;
    max-width: 100px;
    float: left;
    margin-right: 10px;
}

.m-slurp-container {
    background-color: black;
}

.m-slurp-slide-container {
    width: 100%;
    background-color: black;
    height: 400px;
}

.m-slurp-slide-menu-container {
    height: 40px;
    color: white;
    background: #999;
}

    .m-slurp-slide-menu-container*:before {
        min-width: 22px;
        color: white;
        font-size: 62px;
        margin-top: 5px;
        content: '\2039';
    }

.m-slurp-slide-menu-item {
    width: auto;
    border-right: solid 1px white;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 1 !important;
}

    .m-slurp-slide-menu-item a {
        font-size: 13px;
        text-decoration: none;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
    }

.m-slurp-slide-menu-item-inactive {
    border-bottom-: 2px solid white;
}

.m-slurp-slide-menu-item-active {
    border-bottom-: 2px solid red;
    background-color: #222222;
}

.m-slurp-slide-menu-prev {
    width: 22px;
    color: white;
    font-size: 62px;
    padding-top: 5px;
    cursor: default;
}

.m-slurp-slide-menu-next {
    width: 22px;
    color: white;
    font-size: 62px;
    padding-top: 5px;
    cursor: default;
}

.m-slurp-slide-nav-container {
    width: 55px;
    font-size: 55px;
    color: white;
    margin-top: 8px;
    float: right;
    cursor: default;
}

.m-slurp-slide-photo {
    max-width: 520px;
    max-height: 400px;
    width: 100%;
}

.m-slurp-slide-photo-container {
    width: 54%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.m-slurp-slide-photo-credit {
    font-size: 13px;
    color: #999;
    min-height: 35px;
}

.m-slurp-slide-social {
    min-height: 35px;
    color: white;
    font-size: 13px;
    margin-top: 20px;
}

.m-slurp-slide-text {
    font-size: 14px;
    color: #ccc;
    height: 258px;
    overflow-y: auto;
    padding-right: 15px;
}

.m-slurp-slide-text-container {
    width: 44%;
    float: right;
    text-align: left;
    padding-right: 10px;
}

    .m-slurp-slide-text-container a {
        color: white;
    }

.m-slurp-slide-title {
    margin-top: 3px;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Arial;
    height: 85px;
    color: white;
    padding-right: 10px;
}

.m-slurp-slide-title-container {
    float: none;
    width: auto;
    overflow: hidden;
}

.m-slurp-slide-top-container {
    background-color: black;
    padding: 10px;
    border-bottom: solid 2px orange;
    margin-bottom: 10px;
}

.m-slurp-slide-top-container-beer {
    border-bottom: solid 2px gold;
}

.m-slurp-slide-top-container-spirits {
    border-bottom: solid 2px yellow;
}

.m-slurp-slide-top-container-wine {
    border-bottom: solid 2px purple;
}

.m-slurp-slide-top-image-container {
    float: left;
    max-height: 150px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.m-slurp-slide-top-image {
    max-width: 150px;
    width: 100%;
}

.m-slurp-slide-top-title {
    margin-top: 3px;
    font-size: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Arial;
    padding-bottom: 10px;
    color: white;
}

.m-slurp-slide-top-text {
    vertical-align: top;
    margin-left: 10px;
    font-size: 14px;
    color: white;
}

.m-slurp-slides-container {
    max-height-: 450px;
}

.m-slurp-thumbs-container {
    padding: 10px;
    background-color: black;
    height: 100px;
}

.m-slurp-thumbnail-image {
    height: 100px;
    border: solid 1px #dddddd;
}

/*#endregion*/

/*#region m-swiper region */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    *border: solid 1px black;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-swiper-bottle-image {
    height: 213px;
    width: 98px;
}

.m-swiper-box {
    background-color: white;
}

.m-swiper-box-menu {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    background-color: white;
}

.m-swiper-button {
    padding-top: 300px;
}

.m-swiper-button-left {
    position: absolute;
    top: 110px;
    left: 0px;
}

.m-swiper-button-right {
    position: absolute;
    top: 110px;
    right: 0px;
}

.m-swiper-container-box {
    width: 100%;
    height: 215px;
    border-: solid 1px red; /* test */
}

.m-swiper-container-2 {
    width: 100%;
    height: 215px;
    border: solid 1px red;
    padding-top: 10px;
}

.m-swiper-desc-container {
    background-color: black;
    padding-top: 12px;
    padding-left: 28px;
    color: #cccccc;
    padding-right: 28px;
}

.m-swiper-desc-text-q {
    font: 15px Arial, Helvetica, sans-serif;
    line-height: 20px;
    min-height: 40px;
    padding-bottom: 12px;
    border-bottom: solid 1px #333;
}

.m-swiper-footer-container-q {
    height: 45px;
    background-color: black;
    padding-top: 20px;
    padding-left: 30px;
    white-space: nowrap;
    display: block;
}

.m-swiper-footer-bottom-border-q {
    border-bottom: 1px solid #999;
    display: none;
}

.m-swiper-slide-menu {
    background: #dddddd;
    width: 145px;
    height: 35px;
}

.m-swiper-slide-tall {
    background: #dddddd;
    width: 98px;
    height: 213px;
    margin-right: 14px;
    border: solid 1px black;
}

.m-swiper-slide-tall-a, .m-seiper-slide-tall-a-scoreonly {
    background-color: lightgray;
    height: 100%;
}

.m-swiper-slide-tall-a-counter {
    position: absolute;
    background-color: #e4aa24;
    color: white;
    height: 20px;
    width: 20px;
    top: 193px;
    right: 0px;
    font-size: 10px;
}

.m-swiper-slide-tall-b, .m-swiper-slide-tall-b-scoreonly {
    background: #FDFAEF none repeat scroll 0% 0%;
    font-size: 11px;
    line-height: 14px;
    color: #333;
    text-align: center;
    color: #6B052D;
    width: 98px;
    height: 212px;
    display: none;
    white-space: normal;
}

    .m-swiper-slide-tall-b a {
        color: #6B052D;
        text-decoration: none;
    }

    .m-swiper-slide-tall-b-scoreonly a {
        color: #6B052D;
        text-decoration: none;
        pointer-events: none;
        cursor: default;
        display: block;
    }

.m-swiper-side-button {
    width: 113px;
    height: 29px;
    padding-top: 7px;
    font: 16px 'open_sans_condensedbold', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #5d5d5d;
    -webkit-box-shadow: 0 0 5px 3px #202020 inset;
    -moz-box-shadow: 0 0 5px 3px #202020 inset;
    box-shadow: 0 0 5px 3px #202020 inset;
    border: 1px solid #202020;
}

    .m-swiper-side-button:hover {
        background-color: #111111;
    }

.m-swiper-side-button-active {
    color: #1c1919;
    background: #e4aa23;
    -webkit-box-shadow: 0 0 5px 3px #ac5b06 inset;
    -moz-box-shadow: 0 0 5px 3px #ac5b06 inset;
    box-shadow: 0 0 5px 3px #ac5b06 inset;
    border: 1px solid #ac5b06;
}

    .m-swiper-side-button-active:hover {
        background: #e1a426;
        border: 1px solid #9f3f03;
        -webkit-box-shadow: 0 1px 6px 2px #9f3f03 inset;
        -moz-box-shadow: 0 1px 6px 2px #9f3f03 inset;
        box-shadow: 0 1px 6px 2px #9f3f03 inset;
    }

.m-swiper-side-button-link {
    text-decoration: none;
}

.m-swiper-side-more-reviews-link {
    color: #cccccc;
    text-decoration: none;
    font: 15px/20px Arial, Helvetica, sans-serif;
    float: right;
    padding-right: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .m-swiper-side-more-reviews-link:hover {
        color: white;
    }

.m-swiper-sidebar-container-q {
    padding-top: 5px;
    display: none;
    vertical-align: top;
    width: 115px;
    background-color: black;
    white-space: nowrap;
}

.m-swiper-sidebar-table-row-q {
    background-color: black;
}

.m-top-rated-break-q {
    display: none;
}

/*#endregion*/

/*#region m-table region*/

.m-table-row {
    display: table-row;
}

.m-table-cell {
    display: table-cell;
    vertical-align: top;
}

/*#endregion*/

/*#region m-top-group region*/

.m-top-group-item-container {
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.m-top-group-rating {
    font-weight: bold;
    padding-bottom: 20px;
}

.m-top-group-learn-more-link {
    margin-top: 25px;
}

/*#endregion*/

/*#region m-content-box region */

.m-content-box {
    border-left: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: white;
}

.m-content-box-heading-q {
    min-height: 27px;
    background-color: black;
    color: white;
    padding-top: 19px;
    padding-bottom: 10px;
    padding-left: 29px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    font: 20px/23px 'stentigaregular', sans-serif;
    text-align: left;
}

.m-content-box-heading-sub-q {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0 32px;
    background: #ebebeb;
    -pie-background: #ebebeb;
    min-height: 27px;
    padding-top: 19px;
    padding-bottom: 10px;
    font: 20px/23px 'stentigaregular', sans-serif;
}

/*#endregion*/

/*#region m-preview region */

.m-preview-bottle-container {
    float: left;
    width: 125px;
}

.m-preview-bottle-info-q {
    display: none;
    text-align: center;
    padding-right: 25px;
}

.m-preview-bottle-points {
    margin-left-: 25px;
}

.m-preview-display-inline {
    display: inline;
}

.m-preview-footer-small {
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
}

.m-preview-item-container {
    padding-bottom: 40px;
}

.m-preview-link-container {
    text-decoration: none;
}

.m-preview-link-full-container-mobile {
    white-space: nowrap;
    padding-left: 20px;
}

.m-preview-link-full-review {
    font: 12px/22px Arial,Helvetica, sans-serif;
    font-weight: bold;
    color: #6B052E;
    text-decoration: none;
}

.m-preview-link-full-review-container {
    margin-top: 12px;
}

.m-preview-link-image {
    border: solid 1px black;
    height: 213px;
    width: 98px;
}

.m-preview-list-container {
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 15px;
}

.m-preview-more-additional-q {
    display: block;
}

.m-preview-more-container {
    color: #6b052e;
    font-weight: 700;
    margin-top: 8px;
    font-size: 12px;
    padding-right: 25px;
    text-align: center;
}

.m-preview-more-additional-q {
    display: block;
}

.m-preview-points-container {
    padding-right: 20px;
}

.m-preview-points-shadow-q {
    -webkit-box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
    box-shadow: 0px 30px 40px -25px rgba(0, 0, 0, 1);
}

.m-preview-text-container {
    float: left;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    min-height: 215px;
}

.m-preview-title-1 {
    font-weight: bold;
    color: #6b052e;
    font-size: 16px;
    padding-bottom: 2px;
}

.m-preview-title-2 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333000;
    font-size: 14px;
}
/*#endregion*/

/*#region m-review region */

.m-review-about-page-link {
    text-decoration: none;
    color: black;
}

    .m-review-about-page-link:hover .m-review-about-page-link-container {
        background-color: #ddd;
    }

.m-review-about-page-link-container {
    text-align: center;
    background-color: #eee;
    font-weight: bold;
}

.m-review-about-page-link-heading {
    padding-top: 3px;
}

.m-review-archive-bands {
    color: #221E1F;
    text-align: center;
    font: 27px/30px Arial;
    font-weight: bold;
    padding-top: 7px;
}

.m-review-archive-brand {
    color: #aa1c68;
    text-align: center;
    font: 33px/36px 'open_sans_condensedbold',sans-serif;
    padding-right: 8px;
    margin: 0;
    padding-top: 35px;
}

.m-review-archive-info {
    text-align: center;
    font: 20px/23px 'open_sans_condensedbold',sans-serif;
    padding-bottom: 35px;
}

.m-review-archive-text-q {
    height: 185px;
}

.m-review-archive-medal {
    color: #DE9C2C;
    text-align: center;
    font: 27px/30px Arial;
    font-weight: bold;
    padding-top: 24px;
}

.m-review-box-left-q {
    margin-left: 0px;
    margin-right: 15px;
}

.m-review-box-right-q {
    margin-left: 15px;
    margin-right: 0px;
}

.m-review-box-full-q {
    margin-left: 0px;
    margin-right: 0px;
}

.m-review-catg-desc-image-container {
    float: left;
    padding-left: 5px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.m-review-catg-desc-image-q {
    width: 125px;
    border: solid 1px black;
}

.m-review-catg-desc-image-text-q {
    text-align: center;
    font-weight: bold;
    background-color: black;
    width: 115px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    border: solid 1px black;
    margin-top: -3px;
}

.m-review-catg-desc-text {
    padding-top: 5px;
    line-height: 24px !important;
    font-size: 14px;
}

.m-review-center-info-text {
    text-align: center;
    font: 20px/23px 'open_sans_condensedbold',sans-serif;
}

    .m-review-center-info-text h3 {
        text-align: center;
        font: 20px/23px 'open_sans_condensedbold',sans-serif;
        margin-bottom: 0;
    }

.m-review-center-pair-icon-container {
    text-align: center;
}

.m-review-center-pair-text {
    font: 24px/27px 'open_sans_condensedbold',sans-serif;
}

.m-review-center-pair-icons {
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-review-container-q {
    background-color: white;
    display-: table-row;
    height: 100%;
}

.m-review-food-pairing-icon {
    padding-right: 5px;
}

.review-info-container-not-used {
    background-color: white;
}

.m-review-info-container-catg-q {
    min-height: 350px;
    padding: 10px;
    max-height: 450px;
    overflow-y: auto;
}

.m-review-info-text {
    padding: 10px;
    font-size: 14px;
}

.m-review-left-container {
    background-color: white;
    max-width: 250px;
    float-: left;
    width: 26.04%;
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.m-review-left-heading-q {
    height: 41px; /* fix 43 */
    background-color: black;
    color: white;
    padding-top: 15px;
    padding-left: 22px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    *border-bottom: 1px solid #999; /* fix */
    font: 20px/23px 'stentigaregular', sans-serif;
    white-space: nowrap;
    text-align: left;
}

.m-review-left-image-container {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: white;
}

.m-review-left-image {
    border: solid 1px black;
    max-height: 389px;
    max-width: 201px;
    width: 100%;
}

.m-review-medal-container-q {
    -height: 100%;
    -overflow: auto;
    -min-height: 424px;
    padding-left: 10px;
    padding-right: 10px;
}

.m-review-medal-top-q {
    max-height: 70px;
    height: 5vw;
}

.m-review-medal-plaudit {
    padding-top: 30px;
    font-weight: bold;
    font: italic 16px/22px Arial,Helvetica,sans-serif;
    color: #000;
    text-align: center;
}

.m-review-medal-points-q {
    color: #aa1c68;
    text-align: center;
    font: 40px/43px 'stentigaregular',sans-serif;
}

.m-review-medal-level-q {
    color: #DE9C2C;
    text-align: center;
    font: 27px/30px Arial;
    font-weight: bold;
    padding-top: 24px;
}

.m-review-medal-bands {
    color: #221E1F;
    text-align: center;
    font: 27px/30px Arial;
    font-weight: bold;
    padding-top: 7px;
}

.m-review-medal-price {
    color: #aa1c68;
    text-align: center;
    font: 31px/34px 'stentigaregular',sans-serif;
    padding-top: 29px;
    letter-spacing: -2px;
    letter-spacing: 1pt;
}

.m-review-medal-bestbuy {
    color: #221E1F;
    text-align: center;
    font: 27px/30px Arial;
    font-weight: bold;
    padding-top: 7px;
}

.m-review-medal-plaudit {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font: italic 16px/22px Arial,Helvetica,sans-serif;
    color: #000;
    text-align: center;
}

.m-review-middle-bottom-container {
    display: none;
    border: solid 1px #999;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.m-review-middle-container {
    background-color: white;
    max-width: 430px;
    float-: left;
    width: 44.79%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}

.m-review-middle-heading {
    height: 41px;
    background-color: black;
    padding-top: 15px;
    color: white;
    border-top: 1px solid #999;
}

.m-review-middle-brand-q {
    color: #aa1c68;
    text-align: center;
    font: 33px/36px 'open_sans_condensedbold',sans-serif;
    margin-top: 30px;
}

.m-review-right-container {
    background-color: white;
    max-width: 280px;
    float-: left;
    width: 29.16%;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    background-image: url('/images/gray_gradient.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    -moz-box-sizing: border-box;
    background-position: 0 20px;
}

.m-review-right-heading {
    height: 41px;
    background-color: black;
    padding-top: 15px;
    color: white;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}

.m-review-testimonials-container {
    background-color: white;
}

.m-review-testimonials-left-quote {
    padding-left: 15px;
    width: 41px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: top;
}

.m-review-testimonials-right-quote {
    padding-right: 15px;
    width: 41px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: bottom;
}

.m-review-testimonials-text {
    font: italic 16px Arial,Helvetica,sans-serif;
    line-height: 22px;
    color: #666;
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 10px;
}

.m-review-tastings-notes-table-q {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    border: none;
    font: 20px/23px 'open_sans_condensedbold',sans-serif;
}

.m-review-tastings-notes-cell-icon {
    width: 40px;
    padding-top: 15px;
    padding-right: 10px;
    vertical-align: middle;
    padding-bottom: 12px;
}

.m-review-tastings-notes-cell-label {
    border-bottom: solid 2px black;
    white-space: nowrap;
    max-width: 110px;
    vertical-align: middle;
}

.m-review-tastings-notes-cell-value {
    border-bottom: solid 2px black;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.m-review-tastings-notes-top-padding-q {
    height: 10px;
}

.m-review-producer-address {
    margin-top: 25px;
    text-align: center;
    font: 19px/22px 'open_sans_condensedbold',sans-serif;
    min-height: 160px;
}

.m-review-producer-image-container {
    text-align: center;
}

.m-review-producer-image-q {
    border: solid 1px black;
    max-height: 150px;
}

.m-review-producer-image-play-container {
    height: 100%;
    width: 100%;
    opacity: .5;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
}

.m-review-producer-image-play-q {
    height: 100%;
    max-height: 150px;
    width: 100%;
    max-width: 225px;
    padding-top: 5px;
    padding-left: 9px;
}

.m-review-producer-link {
    text-decoration: none;
    color: #000000;
}

.m-review-producer-more-container-q {
    min-height: 350px;
    padding-left: 25px;
    overflow-y: auto;
}

.m-review-producer-more-table {
    width: 100%;
    font-size: 14px;
}

    .m-review-producer-more-table tr {
        height: 45px;
        border-bottom: solid 1px #ebebeb;
    }

        .m-review-producer-more-table tr td {
            vertical-align: top;
            padding-top: 14px;
        }

            .m-review-producer-more-table tr td:first-child {
                white-space: nowrap;
                vertical-align: top;
                padding-top: 14px;
            }

    .m-review-producer-more-table a {
        text-decoration: none;
        color: black;
    }

        .m-review-producer-more-table a:hover {
            text-decoration: underline;
        }

.m-review-producer-title {
    text-align: center;
    font: 23px/26px 'open_sans_condensedbold',sans-serif;
    height: 28px;
    padding-top: 20px;
    padding-bottom-: 20px;
}

.m-review-expand-container {
    margin-top: -7px;
    margin-right: 10px;
}

.m-review-expand-down-q {
    display: none;
}

.m-review-expand-up-q {
    display: none;
}

.m-review-info-container-q {
    display: block;
}

.m-review-share {
    height: 27px;
    float: right;
    padding-right: 5px;
}

.m-review-share-mobile-q {
    display: none;
}

.m-review-swiper-container {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.m-review-swiper-container-margin-q {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.m-review-testimonials-row-q {
    display: block;
}

/*#endregion*/

/*#region m-search region */

.m-search-row-container-not-used {
    text-align: center;
}

.m-search-row-single-not-used {
    background-color: beige;
    display: inline-block;
}

.m-search-filter-checkbox {
    width: 19px;
    height: 19px;
    vertical-align: sub;
}

.m-search-filter-checkbox-label {
    width: 190px;
    padding-left: 5px;
}

.m-search-filter-container {
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
}

.m-search-filter-detail {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.m-search-filter-detail-line {
    line-height: 30px;
}

.m-search-filter-radio {
    width: 19px;
    height: 19px;
    vertical-align: sub;
}

.m-search-filter-radio-label {
    width: 95px;
    padding-left: 5px;
    display: inline-block;
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #000;
    cursor: pointer;
}

.m-search-filter-radio-label-wide {
    width: 190px;
}

.m-search-filter-section h5 {
    background: #ebebeb;
    padding: 14px 10px 11px 32px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'stentigaregular', sans-serif;
    border-top: solid 1px #999;
}

.m-search-filter-select-all {
    float: right;
    padding-right: 20px;
    padding-left: 5px;
    margin-top: 18px;
}

.m-search-filter-select {
    font-size: 18px;
    width: 228px;
    height: 30px;
    font-weight: 100;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
}

.m-search-keyword-button {
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    position: relative;
    background: url('/images/bg-btn-02.png') no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
}

.m-search-keyword-clear {
    margin-left: 5px;
}

.m-search-keyword-input {
    float: left;
    width: 165px;
    border: solid #d3d3d3;
    border-width: 1px 0 1px 1px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 15px;
    margin: 0;
    padding: 6px 11px 7px;
    -webkit-appearance: none;
    border-radius: 0;
}

.m-search-keyword-radio-container {
    padding-top: 15px;
}

.m-search-keyword-radio-label {
    padding-right: 10px;
}

.m-search-item-bottle {
    width: 98px;
    min-height: 213px;
    border: solid 1px #333;
    background-color: white;
    margin: 0 auto;
}

.m-search-item-container-q {
    width: 180px;
    min-height: 250px;
    background-color: white;
    display: inline-table;
    margin: 5px;
}

.m-search-item-points-container {
    position: absolute;
    margin-top: -26px;
    margin-left: 77px;
    font: bold 14px/14px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #881e48;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 35px;
    height: 30px;
    padding: 5px 0 0;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.35);
    box-shadow: 0 2px 4px rgba(0,0,0,0.35);
}

.m-search-item-points-sub {
    display: block;
    padding: 0;
    font-size: 8px;
    line-height: 8px;
}

.m-search-item-text {
    border: none;
    background-color: white;
    min-height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: center;
    font: 14px/16px Arial, Helvetica, sans-serif;
    color: #333;
}

.m-search-nouislider-container {
    width: 258px;
}

.m-search-nouislider-rangedesc-container {
    text-align: center;
    padding-bottom: 10px;
    padding-right: 30px;
}

.m-search-nouislider-ruler-item {
    display: inline-block;
    width: 41px;
    padding-left: 7px;
}

.m-search-nouislider-ruler-container {
    padding-top: 10px;
    font-family: Arial;
    font-size: 12px;
    padding-left: 0px;
}

.m-search-nouislider-slider-container {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 35px;
}

.m-search-results-bottle-display {
    text-align: center;
    vertical-align: top;
}

.m-search-results-grid-container {
    min-height: 300px;
}

.m-search-results-padding-top {
    padding-top: 20px;
}

.m-search-results-pager {
    display: inline-block;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font: 17px/30px 'open_sans_condensedbold', sans-serif;
}

    .m-search-results-pager li {
        float: left;
        margin: 0;
        width: 35px;
        height: 30px;
    }

        .m-search-results-pager li a {
            text-decoration: none;
        }

        .m-search-results-pager li.active a {
            background: #881e48;
            color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            padding: 0 13px;
            display: block;
            text-transform: uppercase;
            text-decoration: none;
            height: 30px;
        }

.m-search-results-pager-more-container {
    padding-top: 15px;
    text-align: center;
    height: 35px;
    margin-bottom: 21px;
}

.m-search-results-pager-more-text {
    text-decoration: none;
    text-transform: uppercase;
    font: 17px/30px 'open_sans_condensedbold', sans-serif;
}

.m-search-results-tools {
    overflow: hidden;
    padding: 13px 14px;
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #000;
    background: #ebebeb;
    text-align: left;
}

/*#endregion*/

/*#region m-sf */

.m-sf-generic-content ul {
    list-style-type: disc;
}

/*#endregion*/

/*#region m-tabs */

.m-tabs-container {
    background-color: #eeeeee;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    white-space: nowrap;
}

.m-tabs-link {
    color: #666666;
    font: 18px/21px 'open_sans_condensedbold', sans-serif;
    text-decoration: none;
    display: inline-table;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    padding-top: 10px;
    text-decoration: none;
}

    .m-tabs-link:hover {
        color: #444444;
        background-color: #dddddd;
    }

.m-tabs-link-active {
    color: #eeeeee;
    background-color: #111111;
}

    .m-tabs-link-active:hover {
        color: #eeeeee;
        background-color: #111111;
    }

.m-tabs-menu-animate {
    background: black;
    animation: viewresultsanimation 3s linear infinite;
    -moz-animation: viewresultsanimation 3s linear infinite; /* Firefox */
    -webkit-animation: viewresultsanimation 3s linear infinite; /* Safari and Chrome */
    -o-animation: viewresultsanimation 3s linear infinite; /* Opera */
    color: white;
}

.m-tabs-menu-container-q {
    background-color: #eeeeee;
    display: none;
    top: 55px;
    position: fixed;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    z-index: 50000;
}

.m-tabs-menu-link, .m-tabs-year-link, .m-tabs-swiper-menu-link {
    color: #666666;
    font: 18px/21px 'open_sans_condensedbold', sans-serif;
    text-decoration: none;
    display: inline-table;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    padding-top: 10px;
    text-decoration: none;
    white-space: nowrap;
}

    .m-tabs-menu-link:hover, .m-tabs-year-link:hover, .m-tabs-swiper-menu-link:hover {
        color: #444444;
        background-color: #dddddd;
        color-: #eeeeee;
        background-color-: #333333;
    }

.m-tabs-menu-link-active, .m-tabs-year-link-active, .m-tabs-swiper-menu-link-active {
    color: #eeeeee;
    background-color: #333333;
}

    .m-tabs-menu-link-active:hover, .m-tabs-year-link-active:hover, .m-tabs-swiper-menu-link-active:hover {
        color: #eeeeee;
        background-color: #333333;
    }

.m-tabs-menu-width-auto {
    width: auto;
}

.m-tabs-pre-heading {
    font: 18px/21px 'open_sans_condensedbold', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    color: #bbbbbb;
}

/*#region m-video*/

.m-video-image-q {
    width: 100%;
}

/*#endregion*/

/*#region pushy*/

.pushy a {
    padding-left: 15px !important;
}

.pushy-link {
    font-size: 15px;
}

.pushy-submenu-link {
    font-size: 15px;
}

.m-pushy {
    margin-top: 55px;
    z-index: 99999;
}

.m-pushy-icon {
    width: 20px;
    border: none;
    margin-right: 5px;
}

/*#endregion*/

.m-holder-footer-small-q {
    display: none;
    padding-left: 25px !important;
}

    .m-holder-footer-small-q a {
        color: white;
        text-decoration: none;
    }

    .m-holder-footer-small-q h4 {
        color: white;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 8px;
        margin-left: 15px;
        font: 21px 'BebasNeue', 'open_sans_condensedbold', sans-serif;
        line-height: 24px;
        letter-spacing: .7px;
    }

.m-holder-footer-large-q {
    display: block;
}

/*#region div id region */

#divTopRatedSwiper-q {
    display: block;
}

#divBestBuysSwiper-q {
    display: none;
}

#divBuyIt2 {
    float: right;
    display: none;
}

/*#endregion*/

/*#region old not used region */

.left-2-not-used {
    width: 640px;
    background-color: red;
    float: left;
}

.left-about-not-used {
    margin-bottom: 25px;
    background-color: wheat;
}

.left-review-list-not-used {
    margin-bottom: 25px;
    background-color: azure;
}

.nav-tabs {
    background-color: lightblue;
    margin-bottom: 15px;
}

.phone-tabs-not-used {
    display: none;
    background-color: sienna;
}

.phone-tab-not-used {
    border: solid 1px red;
    padding: 5px;
    font-weight: bold;
    float: left;
}

.right-1-not-used {
    width: 320px;
    background-color: green;
    float: left;
}

/*#endregion*/

/*#region media browser */

@media only screen and (min-width: 600px) {
    .m-header-search-container {
        display: none;
    }

    .m-pushy-margin {
        display: none;
    }

    .site-overlay {
        display: none;
    }

    .left-about-not-used {
        display: block;
    }

    .left-review-list-not-used {
        display: block;
    }

    .right-1 {
        display: block;
    }

    .m-columns-left-fixed-q {
        display: block;
    }

    .m-columns-left-flex-q {
        display: block;
    }

    .m-columns-right-fixed-q {
        display: block;
    }

    .m-columns-right-flex-q {
        display: block;
    }
}

/*#endregion*/

/*#region media mobile */

@media only screen and (max-width: 875px) {
    .m-swiper-desc-text-q {
        border-bottom: none;
    }

    .m-home-swiper-footer-container-q {
        display: none;
    }

    .m-swiper-sidebar-container-q {
        display: table-cell;
    }

    .m-swiper-sidebar-table-row-q {
        display: table-row;
    }

    .m-swiper-sidebar-text-container-q {
        display: table-cell;
        width: 100%;
    }
}

@media only screen and (max-width: 784px) {
    .m-review-producer-image-q {
        border: solid 1px black;
        max-height: 100px;
    }

    .m-review-producer-image-play-q {
        max-width: 150px;
        max-height: 150px;
        padding-top: 1px;
    }
}

@media only screen and (max-width: 740px) {
    ul.add-nav {
        font-size: 12px;
    }

    .add-nav > li {
        margin: 0 -.5px 0 0;
    }
}

@media only screen and (max-width: 599px) {
    body {
        overflow-x: hidden;
        max-width: 100%;
        margin: 0;
        font-size: 13px;
    }

    footer {
        *display: none;
    }

    .page {
        background-image: none;
    }

    /* elements */

    #lnkSearch {
        display: block;
    }

    /* container - pushy uses this */

    .container {
        width: 100%;
        margin: 55px auto 0;
    }

    /* m- */

    .m-about-right-text-content-q {
        max-height: none;
        overflow: visible;
    }

    .m-container-50-pct {
        float: none;
        width: 100%;
    }

    .m-content-box-heading-q {
        min-height: 22px;
        background: #2b2c2f; /* Old browsers */
        background: -moz-linear-gradient(top, #2b2c2f 6%, #000000 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2b2c2f 6%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2b2c2f 6%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2c2f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
        padding-top-: 14px;
        padding-top: 17px;
        padding-bottom: 13px;
        padding-left: 22px;
        text-transform: uppercase;
        font: 20px/21px 'open_sans_condensedbold', sans-serif;
        font-: 21px/21px 'BebasNeue', 'open_sans_condensedbold', sans-serif;
        letter-spacing: -.45px;
    }

    .m-content-box-heading-sub-q {
        font: 20px/21px 'open_sans_condensedbold', sans-serif;
        font-: 21px/21px 'BebasNeue', 'open_sans_condensedbold', sans-serif;
        letter-spacing: -.45px;
    }

    .m-content-link-font-q {
        font-size: 17px;
        line-height: 24px;
    }

    .m-container-mobile-q {
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-left: 5px;
        margin-top: 35px;
    }

    .m-columns-container-search-q {
        padding-top: 11px;
    }

    .m-columns-left-fixed-q {
        float: none;
        width: 100%;
        width: -moz-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: -o-calc(100% - 10px);
        width: calc(100% - 10px);
        margin-left: 5px;
    }

    .m-columns-right-fixed-q {
        float: none;
        width: 100%;
        margin-left: 0;
        display: none;
    }

    .m-columns-right-flex-q {
        display: none;
    }

    .m-columns-left-flex-q {
        display: block;
    }

    .m-columns-third-flex-q {
        float: none;
        width: 100%;
    }

    .m-columns-third-flex-margin-q {
        margin-bottom: 20px;
    }

    .m-columns-third-left-q {
        margin-left: 0px;
        margin-right: 0px;
    }

    .m-columns-third-middle-q {
        margin-left: 0px;
        margin-right: 0px;
    }

    .m-columns-third-right-q {
        margin-left: 0px;
        margin-right: 0px;
    }

    .m-content-list-section-heading-q {
        padding-top: 17px;
        padding-bottom: 13px;
        min-height: 27px;
        font: 20px/21px 'open_sans_condensedbold', sans-serif;
        -font: 21px/21px 'BebasNeue', 'open_sans_condensedbold', sans-serif;
        letter-spacing: -.45px;
    }

    .m-display-browser-q {
        display: none;
    }

    .m-display-mobile-q {
        display: block;
    }

    .m-dotw-desc-q {
        min-height: 50px;
    }

    .m-dotw-filter-q {
        height: auto;
    }

    .m-dotw-filter-list-q {
        overflow-y: auto;
        height: auto;
        margin: 10px;
    }

    .m-dotw-outer-q {
        height: auto;
        margin-bottom: 30px;
    }

    .m-header-big {
        display: none;
    }

    .m-header-search-mobile-container {
        height: 55px;
        top: 55px;
        position: fixed;
        width: 280px;
        left: 50%;
        margin-left: -150px;
        padding-left: 15px;
        z-index: 100000;
        opacity: 0.95;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: white;
        font-size: 16px;
        background: rgb(146,189,0);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(146,189,0,1) 0%, rgba(138,184,0,1) 32%, rgba(124,173,0,1) 71%, rgba(120,170,0,1) 76%, rgba(111,159,0,1) 85%, rgba(89,132,0,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(146,189,0,1)), color-stop(32%,rgba(138,184,0,1)), color-stop(71%,rgba(124,173,0,1)), color-stop(76%,rgba(120,170,0,1)), color-stop(85%,rgba(111,159,0,1)), color-stop(100%,rgba(89,132,0,1)));
        background: -webkit-linear-gradient(top, rgba(146,189,0,1) 0%,rgba(138,184,0,1) 32%,rgba(124,173,0,1) 71%,rgba(120,170,0,1) 76%,rgba(111,159,0,1) 85%,rgba(89,132,0,1) 100%);
        background: -o-linear-gradient(top, rgba(146,189,0,1) 0%,rgba(138,184,0,1) 32%,rgba(124,173,0,1) 71%,rgba(120,170,0,1) 76%,rgba(111,159,0,1) 85%,rgba(89,132,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(146,189,0,1) 0%,rgba(138,184,0,1) 32%,rgba(124,173,0,1) 71%,rgba(120,170,0,1) 76%,rgba(111,159,0,1) 85%,rgba(89,132,0,1) 100%);
        background: linear-gradient(to bottom, rgba(146,189,0,1) 0%,rgba(138,184,0,1) 32%,rgba(124,173,0,1) 71%,rgba(120,170,0,1) 76%,rgba(111,159,0,1) 85%,rgba(89,132,0,1) 100%);
        -pie-background: linear-gradient( rgba(146,189,0,1) 0%,rgba(138,184,0,1) 32%,rgba(124,173,0,1) 71%,rgba(120,170,0,1) 76%,rgba(111,159,0,1) 85%,rgba(89,132,0,1) 100%);
    }

    .m-header-search-mobile-input {
        width: 175px;
        height: 30px;
        background: #fff;
        border: 1px;
        border-radius: 4px;
        font: italic 15px Arial;
        padding-left: 8px;
    }

    .m-header-search-mobile-button {
        float: none;
        height: auto;
        background-color: transparent;
        color: white;
        border: none;
        padding-top: 0px;
        padding-right: 5px;
    }

    .m-header-search-mobile-radio-container {
        padding-top: 10px;
    }

    .m-header-search-mobile-radio-label {
        width: 65px;
        display: inline-block;
    }

    .m-header-small {
        display: block;
        width: 100%;
        min-width: 315px;
    }

    .m-header-small-margin-q {
        display: block;
    }

    .m-holder-footer-small-q {
        display: block;
    }

    .m-holder-footer-large-q {
        display: none;
    }

    .m-home-dotw-container-q {
        display: none;
    }

    .m-home-dotw-container-m-q {
        display: block;
    }

    .m-home-events-container-q {
        display: none;
    }

    .m-home-events-container-m-q {
        display: block;
    }

    .m-home-swiper-title-q {
        display: none;
    }

    .m-header-tiny-margin-q {
        display: block;
    }

    .m-home-top-banner-container-q {
        display: none;
    }

    .m-home-top-banner-container-m-q {
        display: block;
    }

    .m-panelist-judge-tile-q {
        width: 100%;
        height: auto;
    }

    .m-panelist-judge-tile-image-q {
        width: 100%;
        height: 100%;
    }

    .m-preview-bottle-info-q {
        display: block;
    }

    .m-preview-link-full-font-q {
        font-size: 13px;
    }

    .m-preview-more-additional-q {
        display: none;
    }

    .m-preview-points-shadow-q {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .m-review-advert-wide-q {
        display: none;
    }

    .m-review-archive-text-q {
        height: auto;
    }

    .m-review-box-left-q {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .m-review-box-right-q {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
    }

    .m-review-box-full-q {
        margin-left: 5px;
        margin-right: 5px;
    }

    .m-review-catg-desc-image-q {
        width: 100px;
    }

    .m-review-catg-desc-image-text-q {
        width: 90px;
    }

    .m-review-center-info-margin-q {
        margin-bottom: 15px;
    }

    .m-review-container-q {
        margin-left: 5px;
        margin-right: 5px;
    }

    .m-review-expand-down-q {
        display: block;
    }

    .m-review-expand-up-q {
        display: none;
    }

    .m-review-info-container-q {
        display: none;
    }

    .m-review-info-container-catg-q {
        min-height: inherit; /* was 275px */
    }

    .m-review-left-container {
        width: 47.32%;
    }

    .m-review-medal-container-q {
        font-size: 16px !important;
    }

    .m-review-left-heading-q {
        padding-top: 15px;
        font: 19px/26px 'open_sans_condensedbold', sans-serif;
        text-transform: uppercase;
    }

    .m-review-medal-top-q {
        min-height: 10px;
        height: 5vw;
    }

    .m-review-middle-bottom-container {
        display: block;
    }

    .m-review-middle-brand-q {
        padding-top: 0;
    }

    .m-review-middle-container {
        display: none;
    }

    .m-review-producer-more-container-q {
        max-height: inherit; /* was 350px */
    }

    .m-review-right-container {
        width: 52.68%;
    }

    .m-review-share {
        display: none;
    }

    .m-review-share-mobile-q {
        display: block;
        float: right;
        padding-right: 5px;
    }

        .m-review-share-mobile-q a {
            color: white;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 17px;
        }

    .m-review-swiper-container-margin-q {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .m-review-tastings-notes-table-q {
        font: 18px/21px open_sans_condensedbold,sans-serif;
    }

    .m-review-tastings-notes-top-padding-q {
        height: 2px;
    }

    .m-review-testimonials-row-q {
        display: none;
    }

    .m-row-margin-home-q {
        margin-bottom: 15px;
    }

    .m-search-left-narrow-q {
        position: relative;
        float: none;
        width: 100%;
        background-color: yellow;
    }

    .m-search-item-container-q {
        width: 135px;
    }

    .m-search-keyword-button {
        margin-left: -3px;
    }

    .m-search-results-pager-more-padding-q {
        margin-bottom: 400px;
    }

    .m-search-right-wide-q {
        margin-left: 0;
        float: none;
        width: 100%;
        background-color: teal;
    }

    .m-slurp-bottom-msg-q {
        padding-top: 16px;
        font: 20px/21px 'open_sans_condensedbold', sans-serif;
        letter-spacing: -.45px;
        color: #111;
        font-weight: bold;
    }

    .m-slurp-bottom-msg-link-q {
        font: 20px/21px 'open_sans_condensedbold', sans-serif;
        letter-spacing: -.45px;
        color: #111;
        font-weight: bold;
    }

        .m-slurp-bottom-msg-link-q:hover {
            color: #333;
        }

    .m-tabs-menu-container-q {
        display: block;
        margin-bottom: 10px;
    }

    .m-swiper-footer-bottom-border-q {
        display: block;
    }

    .m-swiper-footer-container-q {
        display: none;
    }

    .m-top-rated-break-q {
        display: block;
    }

    .m-video-image-q {
        width: 100%;
    }

    /* elements */

    #divBuyIt2 {
        display: block;
    }

    /* not used */

    .left-2-not-used {
        background-color: gray;
        width: 100%;
        max-width: 450px;
        clear: both;
    }

    .left-about-not-used {
        display: block;
    }

    .left-review-list-not-used {
        display: none;
    }

    .phone-tabs-not-used {
        display: block;
    }

    .right-1-not-used {
        background-color: #F5F5F5;
        width: 100%;
        max-width: 465px;
        display: none;
        clear: both;
    }
}

/*#endregion*/

/*#region media review */

@media only screen and (max-width: 449px) {
    .m-review-medal-points-q {
        font: 26px/28px 'stentigaregular',sans-serif;
    }

    .m-review-medal-level-q {
        font: 24px/27px Arial;
    }

    .m-review-medal-medal, .m-review-medal-bands, .m-review-medal-price {
        font: 20px/22px Arial;
    }

    .m-review-medal-plaudit {
        font-size: 12px;
        line-height: 14px;
    }
}

/*#endregion*/

/*#region misc*/

.link-menu-item-active {
    background-color: lightcoral;
}

/*#endregion*/
