/* @override 
	http://www.tastings.com/css/StyleSheetM.css?*
	https://www.tastings.com/css/StyleSheetM.css?*
	http://www.tastings.com/css/extracted-StyleSheetM.css?*
	https://www.tastings.com/css/extracted-StyleSheetM.css?*
*/

/* body style sheet */

/*#region fontface */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400&display=swap');
@import url('./all.min.css');

@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);
	background-color: #fff /*#F1F0EA*/;
}

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;
	min-height: 88px;
	margin-right: 5px;
}

[action^="/ABOUT"] .m-about-left-image,
[action^="/ABOUT"] .m-about-left-image-container {
	float: left;
}

[action^="/ABOUT"] .m-about-right-text-content-q {
	max-height: initial;
	overflow: visible;
}



/*#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 'Poppins', sans-serif;
	font-weight: 900;
	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 #999;
}

.m-btn-empty:hover, .m-btn-active {
	color: #fff;
	background: #5C8A91;
    =
	-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 #5C8A91;
}

.m-row-margin-home-q:nth-child(2) .m-btn-empty:hover, 
.m-row-margin-home-q:nth-child(2) .m-btn-active {
	color: #fff;
	border: 1px solid #999;
	background-color: #999;
}

.m-row-margin-home-q:nth-child(3) .m-btn-empty:hover, .m-row-margin-home-q:nth-child(3) .m-btn-active {
	color: #fff;
	background-color: #EA7E56;
	border: 1px solid #EA7E56;
}
   
   
   
      /* .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 {
	display: none;
	float: right;
	text-transform: uppercase;
	font: 11px/15px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #EA7E56;
	border-radius: 20px;
	padding: 10px 15px;
	position: relative;
	transform: translateY(60%);
	z-index: 999;
}

.m-btn-top:after {
	content: '\f062';
	margin-left: 10px;
	font-size: 21px;
	vertical-align: bottom;
	font-family: "Font Awesome 5 Free";
}

@media (max-width:450px) {
	.m-btn-top {
		float: none;
		transform: translate(0px);
		display: block;
		text-align: center;
		margin: 20px 0px;
	}
}

/*#endregion*/

/*#region m-carousel */

.m-carousel-tooltip-title {
	line-height: 14px;
	white-space: normal;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}

.m-carousel-tooltip-review-text {
	padding-left: 3px;
	padding-right: 3px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*border: 1px solid #eee;*/
	height: 100%;
}

.m-carousel-tooltip-review-text div:nth-child(3) {
	flex-grow: 2;
}

.m-carousel-tooltip-points {
	margin: auto;
	margin-bottom: 10px;
	height: 48px;
	width: 48px;
	display: block;
}

/*#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;
}

[action^="/DRINKIPEDIA"] .m-container-mobile-q,
[action^="/CALENDAR"] .m-container-mobile-q,
[action^="/ABOUT"] .m-container-mobile-q,
[action^="/BLOG"] .m-container-mobile-q,
[action*="-REVIEWS/"] .m-container-mobile-q,
[action*="-CATEGORIES/"] .m-container-mobile-q{
	display: flex;
	flex-direction: row-reverse;
}

[action^="/SEARCH"] .m-container-mobile-q {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

[action^="/SEARCH"] .m-container-mobile-q #divResults {
	width: calc(100% - 320px);
}

[action^="/DRINKIPEDIA"] .m-container-mobile-q article:nth-child(2),
[action^="/CALENDAR"] .m-container-mobile-q article:nth-child(2),
[action^="/ABOUT"] .m-container-mobile-q article:nth-child(2),
[action*="-CATEGORIES"] .m-container-mobile-q article:nth-child(2),
[action^="/BLOG"] .m-container-mobile-q article:nth-child(2),
[action*="-REVIEWS/"] .m-container-mobile-q article:nth-child(2) {
	width: 30%;
	margin-left: 20px;
}

[action^="/CALENDAR"] .m-container-mobile-q article:nth-child(3),
[action^="/DRINKIPEDIA"] .m-container-mobile-q article:nth-child(3),
[action^="/ABOUT"] .m-container-mobile-q article:nth-child(3),
[action*="-CATEGORIES"] .m-container-mobile-q article:nth-child(3),
[action^="/BLOG"] .m-container-mobile-q article:nth-child(3),
[action*="-REVIEWS/"] .m-container-mobile-q article:nth-child(3) {
	width: 70%;
}

[action^="/ABOUT"] .m-preview-item-container,
[action*="-CATEGORIES"] .m-preview-item-container,
[action*="-REVIEWS/"] .m-preview-item-container {
	display: flex;
	margin-bottom: 50px;
}

[action*="SPIRITS"] .m-content-main article:last-child .m-preview-link-full-review-container,
[action*="SPIRITS"] .m-content-main article:last-child a {
	color: #5C8A91!important;
}

[action*="-WINE"] .m-content-main article:last-child .m-preview-link-full-review-container,
[action*="-WINE"] .m-content-main article:last-child a {
	color: #545554!important;
}

[action*="-BEER"] .m-content-main article:last-child .m-preview-link-full-review-container,
[action*="-BEER"] .m-content-main article:last-child a {
	color: #EA7E56!important;
}

[action^="/SLURP"] #main-slurp #content a {
	color: black!important;
	font-weight: bold;
}

[action^="/REVIEWS"] H5 {
	color: #5C8A91;
}

[action^="/REVIEWS"] .m-content-main article:last-child a {
	color: #545554!important;
}

@media (max-width:767px) {
	
	.m-container-mobile-q article {
		margin-top: 30px;
	}
	
	.m-container-mobile-q{
		flex-direction: column-reverse!important;
	}
	
	.m-container-mobile-q article,
	.m-container-mobile-q article .m-preview-text-container {
		width: 100%!important;
		margin-left: 0px!important;
	}
	
	.m-container-mobile-q article .m-preview-bottle-container{
		text-align: center;
		margin-bottom: 20px;
	}
	
	.m-container-mobile-q article:nth-child(2) {
		width: 100%;
		margin-left: 0px;
	}
	
	.m-container-mobile-q article:nth-child(3) {
		width: 100%;
	}
	
	[action^="/SEARCH"] .m-container-mobile-q,
	[action^="/DRINKIPEDIA"] .m-container-mobile-q,
	[action^="/ABOUT"] .m-container-mobile-q,
	[action*="-CATEGORIES"] .m-container-mobile-q {
		flex-direction: column!important;
	}
	
	[action^="/SEARCH"] .m-container-mobile-q #divResults {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
	[action^="/CALENDAR"] .m-container-mobile-q #divResults {
		margin-TOP: 30px;
	}
	
	[action^="/REVIEWS"] .m-container-mobile-q article .m-columns-third-flex-q,
	[action^="/ABOUT"] .m-container-mobile-q article:nth-child(3),
	[action^="/ABOUT"] .m-container-mobile-q article:nth-child(2)  {
		width: 100%;
		margin: 0px;
		margin-bottom: 30px;
	}
	
	[action^="/ABOUT"] .m-container-mobile-q article:nth-child(3) section {
		text-align: center;
	}
	
	[action^="/REVIEWS"] .m-container-mobile-q article .m-columns-third-flex-q > div {
		margin: 0px;
	}
	
	[action^="/ABOUT-"] .m-container-mobile-q {
		flex-direction: column-reverse;
	}
	
	[action^="/ABOUT-"] .m-container-mobile-q .m-preview-text-container{
		float: none;
		width: initial;
	}
	
	/*[action^="/ABOUT-"] .m-container-mobile-q .m-preview-bottle-container{
		text-align: center;
		margin-bottom: 20px;
	}*/
}

form[action='/HOME.ASPX'] .m-columns-right-fixed-q {
	width: 297px;
	float: right;
	background-color: white;
	margin-left: 35px;
	margin-bottom-: 25px;
	display: none!important;
}

form[action*="DRINK-OF-THE-WEEK.ASPX"] .m-container-mobile-q article:first-child{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

form[action*="DRINK-OF-THE-WEEK.ASPX"] .m-container-mobile-q article:first-child > :nth-child(2){
	width: 69%;
	margin-right: 20px;
}

form[action*="DRINK-OF-THE-WEEK.ASPX"] .m-container-mobile-q article:first-child > :first-child{
	width: 31%;
}

.m-columns-left-flex-q {
	/*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: 1024px;*/
	=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%;
}

@media (max-width:599px) {
	.m-container-table {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.m-container-table > *{
		text-align: center!important;
		width: initial!important;
		max-width: initial!important;
	}
	[class*="advert-"] > div{
		max-width: 100%!important;
		width: 100%!important;
	}
	
	[class*="advert-"] img{
		height: auto;
		max-width: 100%!important;
		width: 100%!important;
	}
}

/*#endregion*/

/* DRINKIPEDIA */
body .m-drinkipedia-term-heading {
	font-family: 'Poppins', sans-serif;
	color: #5C8A91;
}
/* END DRINKIPEDIA */

/*#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 */

form:not([action="/HOME.ASPX"]) .m-content-main {
	margin-bottom: 100px;
	padding-top: 20px;
}


.m-content-generic {
	=padding: 8px;
}

.m-content-generic h5 {
	margin-bottom: 4px;
	margin-top: 20px;
}

.m-content-link-bold {
	color: #5C8A91;
	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 20px;
	padding: 0 0 21px;
	list-style: none;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #010101;
}

.m-columns-right-fixed-q ul.m-content-list  {
	margin-left: 30px!important;
	color: #545554;
}

.m-content-list li {
	padding: 0 0 9px 0px;
	background-image: none!important;
	list-style-type: disc;
}

.m-content-list a {
	color: #010101;
}

.m-content-list.m-orange-bullet li {
	background-image: url('http://tastings.com/images/bullet-03.png');
	background-repeat: no-repeat;
	background-position: 0px 5px, center !important;
}

.m-content-list.m-purple-bullet li {
	background-image: url('http://tastings.com/images/bullet-02.png');
	background-repeat: no-repeat;
	background-position: 0px 5px, center !important;
}

.m-content-list.m-yellow-bullet li {
	background-image: url('http://tastings.com/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 {
	
}

.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 'Poppins', 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 'Poppins', 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 'Poppins', sans-serif;
	font-weight: 900;
	color: #010101;
}

.m-content-tab-view-heading h6 {
	margin-top: 15px;
	padding-bottom: 20px;
	font: 18px/21px 'Poppins', 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: #5C8A91;
	padding: 2px 20px 19px 25px;
	color: #FFF;
	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('http://tastings.com/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('http://tastings.com/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('http://tastings.com/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;
}

/*#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 {
	border-top: 1px solid #fff /*#F1F0EA*/;
	padding-top:30px;
}
/*#endregion*/

/*#region m-header region */

.m-header-big {
	/*border-bottom: 1px solid #eee;*/
	margin-bottom: 40px;
	padding-top: 20px;
}

.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 'Poppins',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;
	padding-top: 8px;
	white-space: nowrap;
	display: block;
	height: initial;
}

@media (max-width:500px) {
	.m-home-swiper-footer-container-q > a{
		float: none;
		display: block;
		text-align: center;
	}
	
	.m-home-swiper-footer-container-q > div a {
		display: block!important;
		float: none;
		margin-bottom: 10px;
	}
}

.m-home-swiper-menu-container {
	position: relative;
	order: 3;
}

.m-home-swiper-menu {
	=background-color: #eeeeee;
	margin-left: 17px !important;
	margin-right: 17px !important;
}

.m-home-swiper-menu-arrow-left,
.m-home-swiper-menu-arrow-right {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	height: 20px;
	border-radius: 100%;
	width: 20px;
	margin: auto;
	bottom: 0px;
	opacity: 0;
}

.swiper-container + .t-swiper-prev-next img,
.swiper-container + .t-swiper-prev-next + .t-swiper-prev-next img,
.m-swiper-button-right,
.m-swiper-button-left {
	opacity: 0!important;
}

.t-swiper-prev-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 0px;
	width: 100px;
	display: block;
}

.t-swiper-prev-next:after {
	content: '\f053';
	font-size: 18px;
	top: -10px;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	color: #5C8A91;
	font-weight: 900;
}

.t-swiper-prev-next + .t-swiper-prev-next:after {
	content: '\f054';
	right: 0;
}

.t-swiper-prev-next + .t-swiper-prev-next {
	right: 0px;
}

[id*="btnNext-"],
[id*="btnPrev-"],
#btnNext-1,
#btnPrev-1 {
	text-decoration: none;
	position: absolute;
	top: 50%;
}

[id*="btnNext-"]:before,
[id*="btnPrev-"]:before,
#btnNext-1:before,
#btnPrev-1:before {
	content: '\f054';
	font-size: 18px;
	font-family: "Font Awesome 5 Free";
	color: #5C8A91;
	font-weight: 900;
}

[id*="btnPrev-"]:before,
#btnPrev-1:before {
	content: '\f053';
}

[id*="btnNext-"],
#btnNext-1 {
	right: 0px;
}

.m-home-swiper-menu-blank {
	height: 40px;
	background-color: #eeeeee;
	background-color: white;
	height: 0px;
	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: #545554;
	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: 25px 25px 0px;
}

.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: 14px/21px 'Poppins', 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: 24px/29px 'Poppins', sans-serif;
	font-weight: 900;
	text-align: left;
}

.m-home-swiper-container-margin-q {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.m-home-swiper-more-reviews-link {
	color: #545554;
	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 {
	padding: 40px 0px;
	position: relative;
	z-index: 1;
}

.m-row-margin-home-q + .m-row-margin-home-q {
	margin-top: 5px;
}

.m-row-margin-home-q:before {
	content: '';
	z-index: 0;
	background-color: /*#fff /*#F1F0EA*/*/;
	opacity: .5;
	position: absolute;
	left: -99999px;
	right: -99999px;
	top: -0px;
	bottom: -0px;
}

@media (max-width:768px) {
	
	[action*="-REVIEW/"] .m-row {
		display: flex;
		flex-direction: column;
	}
	
	[action*="-REVIEW/"] .m-row > *  {
		width: initial;
		margin-bottom: 20px;
	}
	
	[action*="-REVIEW/"] .m-row > * > * {
		width: initial;
		margin: 0px!important;
		padding: 0px;
	}
	[action*="-REVIEW/"] .m-review-tastings-notes-cell-value {
		text-align: left;
		padding-left: 15px;
	}
}

@media (max-width:550px) {
	.m-row {
		display: flex;
		flex-direction: column;
	}
	
	.m-row > *  {
		width: initial;
		margin-bottom: 20px;
	}
	
	.m-row > * > * {
		width: initial;
		margin: 0px!important;
		padding: 0px;
	}
}

/*#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 */
.m-review-swiper-container .swiper-wrapper {
	align-items: stretch;
}
.m-review-swiper-container .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: stretch;
	/*position: initial!important;*/
	position: relative;
	flex-grow: 2;
	height: auto!important;
}

.m-swiper-bottle-image {
	height: 213px;
	width: 98px;
}

.m-swiper-box {
	/*background-color: white;*/
	display: flex;
	flex-direction: column;
}

.m-swiper-box-menu {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
	background-color: transparent;
}

.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: transparent;
	padding-top: 12px;
	color: #cccccc;
}

.m-swiper-desc-text-q {
	font: 15px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #545554;
	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 {
	width: calc(19% - 4px);
	margin-right: 14px;
	/*border: solid 1px #ccc;*/
	display: flex;
	flex-direction: column;
}

@media (max-width:599px) {
	.m-swiper-slide-tall {
		min-width: 45%;
	}
}

.m-swiper-slide-tall-a {
	background-color: white;
	width: 100%;
	display: block;
}

.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 {
	background: #fff /*#F1F0EA*/ none repeat scroll 0% 0%;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	text-align: left;
	color: #6B052D;
	padding: 5px 10px;
	box-sizing: border-box;
	display: block;
	white-space: normal;
	width: 100%;
	flex-grow: 2;
	position: absolute;
	height: 100%;
}

.m-swiper-slide-tall-b a {
	color: #6B052D;
	text-decoration: none;
	padding: 28px 0px;
	display: block;
	border: 1px solid #eee;
}

.m-row-margin-home-q:nth-child(1) .m-swiper-slide-tall-b a {
	color: #5C8A91;
}

.m-row-margin-home-q:nth-child(2) .m-swiper-slide-tall-b a {
	color: #545554;
}

.m-row-margin-home-q:nth-child(3) .m-swiper-slide-tall-b a {
	color: #EA7E56;
}

.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 {
	order: 2;
}

.m-swiper-sidebar-table-row-q > .m-swiper-sidebar-text-container-q {
	display: flex;
	flex-direction: column-reverse;
}

.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 {
	order: 1;
	min-height: 27px;
	background-color: #545554;
	background-color: transparent;
	color: #545554;
	padding-bottom: 10px;
	margin-bottom: 10px;
	    /*padding-top: 19px;
	    padding-left: 29px;*/
	   /* border-top: 1px solid #999;
	    border-left: 1px solid #999;
	    border-right: 1px solid #999*/;
	font: 20px/23px 'Poppins', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	text-align: left;
	border-bottom: 1px solid #545554;
}

@media (max-width:768px) {
	[action^="/SEARCH"] #divFilterArea ,
	[action*="/ABOUT"] #divAbout .m-content-generic,
	#divKindCountryList,
	#divFilter #divFilterArea {
		overflow: hidden;
		max-height: 0px;
		transition: all .5s ease-in-out 0s;
	}
	
	[action^="/ABOUT"] #divAbout .m-content-generic {
		padding-top: 10px;
	}
	
	#divAbout:hover .m-content-generic,
	#divFilter:hover #divKindCountryList,
	#divFilter:hover #divFilterArea,
	#divFilterHolder:hover #divFilterArea {
		max-height: 2500px!important;
	}
	
	#divAbout .m-content-box-heading-q,
	#divFilter .m-content-box-heading-q,
	[action^="/SEARCH"] #divFilterHolder .m-content-box-heading-q {
		position: relative;
	}
	
	[action^="/SEARCH"] #divFilterHolder .m-content-box-heading-q:after,
	[action*="-CATEGORIES"] #divFilter .m-content-box-heading-q:after,
	[action^="/DRINKIPEDIA"] #divFilter .m-content-box-heading-q:after,
	[action^="/ABOUT"] article:nth-child(2) #divAbout.t-page-about-q .m-content-box-heading-q:after,
	[action^="/ABOUT"] #divFilter .m-content-box-heading-q:after{
		content: '\f078';
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		right: 0;
		top: 5%;
	}
	
	[action*="-CATEGORIES"] #divFilter {
		max-height: 40px;
		overflow: hidden;
		transition: all .5s ease-in-out 0s;
	}
	
	[action*="-CATEGORIES"] #divFilter:hover {
		max-height: 1000px;
	}
}

.m-content-box-heading-sub-q {
	display: block;
	color: red;
	text-decoration: none;
	padding: 0 32px;
	background: #ebebeb;
	-pie-background: #ebebeb;
	min-height: 27px;
	padding-top: 19px;
	padding-bottom: 10px;
	font: 20px/23px 'Poppins', sans-serif;
}

.modal-content .m-content-box-heading-q {
	padding: 20px 10px;
}

.modal {
	z-index: 9999999!important;
}

#divModal[style*="block"] {
	display: flex!important;
	justify-content: center;
	align-content: center;
	padding: 0px;
}
/*#endregion*/

/*#region m-preview region */

.m-preview-bottle-container {
	padding-right: 20px;
}

.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 {
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

.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 {
	
}

.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: 18px;
	padding-bottom: 2px;
}

.m-preview-title-2 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #333000;
	font-size: 14px;
}

@media (max-width:550px) {
	.m-preview-item-container {
		display: flex;
		flex-direction: column;
	}
	
}
/*#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;
	border: 0px;
}

.m-review-box-full-q * {
	z-index: 2;
}

[action^="/HOME"] .m-review-box-full-q h2 {
	text-transform: uppercase;
}

.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 'Poppins',sans-serif;
	font-weight: bold;
}

.m-review-center-info-text h3 {
	text-align: center;
	font: 20px/23px 'Poppins',sans-serif;
	margin-bottom: 0;
	font-weight: bold;
}

.m-review-center-pair-icon-container {
	text-align: center;
}

.m-review-center-pair-text {
	font: 24px/27px 'Poppins',sans-serif;
	font-weight: bold;
}

.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: white;
	color: black;
	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 'Poppins', 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-left-image-container img.m-review-left-image{
	border: 0px;
}

.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 "Poppins", Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
}

.m-review-medal-points-q {
	color: #545554;
	text-align: center;
	font: 40px/43px 'Poppins',sans-serif;
}

.m-review-medal-level-q {
	color: #EA7E56;
	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: #545554;
	text-align: center;
	font: 31px/34px 'Poppins',sans-serif;
	padding-top: 29px;
	letter-spacing: -2px;
	letter-spacing: 1pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.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: white;
	padding-top: 15px;
	color: white;
	/*border-top: 1px solid #999;*/
	text-align: center;
}

.m-review-middle-heading .btn{
	background-color: #545554!important;
	color: #fff!important;
	box-shadow: none!important;
	margin: auto!important;
	display: inline-block;
	float: none;
	border-color: #666!important;
}

.m-review-middle-brand-q {
	=color: #aa1c68;
	text-align: center;
	font: 33px/36px 'Poppins',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('http://tastings.com/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: white;
	padding-top: 15px;
	color: red;
	/*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;
	background-image: url(./images-new/spirits-open-quote.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.m-review-testimonials-right-quote {
	padding-right: 15px;
	width: 41px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: bottom;
	background-image: url(./images-new/spirits-close-quote.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.m-review-testimonials-left-quote img,
.m-review-testimonials-right-quote img {
	opacity: 0;
}

.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 'Poppins',sans-serif;
	font-weight: bold;
}

.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: 150px;
	vertical-align: middle;
}

.m-review-tastings-notes-cell-value {
	border-bottom: solid 2px black;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	font-family: 'Poppins',sans-serif;
	font-weight: normal;
	padding: 10px;
}

.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 'Poppins',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;
	order: 4;
}

.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: 'Poppins', 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 #fff;
	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: #5C8A91;
	-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 'Poppins', sans-serif;
}

.m-search-results-pager li {
	float: left;
	margin: 0;
	width: 35px;
	height: 30px;
}

.m-search-results-pager li a {
	text-decoration: none;
	color: #545554;
}

.m-search-results-pager li.active a {
	background: #5C8A91;
	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 'Poppins', sans-serif;
	font-weight: 900;
}

.m-search-results-tools {
	overflow: hidden;
	padding: 13px 14px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ebebeb;
	text-align: left;
}

.noUi-connect,
.noUi-handle {
	background-color: #5C8A91;
}

input[type='checkbox'],
input[type='radio'] {
	position: relative;
}


input[type='radio']:before {
	width: 5px;
	z-index: 99999;
    height: 5px;
    border-radius: 15px;
    top: 7px;
    left: 7px;
    position: absolute;
    background-color: #fff;
    content: '';
    visibility: visible;
}

input[type='checkbox']:after,
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #ccc;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='checkbox']:checked:after,
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #5C8A91;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #eee;
}

input[type='checkbox']:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c8';
	font-size: 21px;
	top: -3px;
	left: -3px;
	border-radius: 0px;
	width: 20px;
	height: 20px;
	background-color: #fff!important;
	color: #ccc;
	
}

input[type='checkbox']:checked:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f14a';
	font-size: 21px;
	top: -3px;
	left: -3px;
	border-radius: 0px;
	width: 20px;
	height: 20px;
	background-color: #fff!important;
	color: #5C8A91;
}

/*#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 'Poppins', sans-serif;
	font-weight: bold;
	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: #999;
	font: 18px/21px 'Poppins', sans-serif;
	font-weight: 900;
	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, .m-tabs-menu-link-active, .m-tabs-year-link-active, .m-tabs-swiper-menu-link-active {
	color: #5C8A91;
	text-decoration: underline;
}

.m-row-margin-home-q:nth-child(2) .m-tabs-menu-link:hover, .m-row-margin-home-q:nth-child(2) .m-tabs-year-link:hover, .m-row-margin-home-q:nth-child(2) .m-tabs-swiper-menu-link:hover, .m-row-margin-home-q:nth-child(2) .m-tabs-menu-link-active, .m-row-margin-home-q:nth-child(2) .m-tabs-year-link-active, .m-row-margin-home-q:nth-child(2) .m-tabs-swiper-menu-link-active {
	color: #545554;
}

.m-row-margin-home-q:nth-child(3) .m-tabs-menu-link:hover, .m-row-margin-home-q:nth-child(3) .m-tabs-year-link:hover, .m-row-margin-home-q:nth-child(3) .m-tabs-swiper-menu-link:hover, .m-row-margin-home-q:nth-child(3) .m-tabs-menu-link-active, .m-row-margin-home-q:nth-child(3) .m-tabs-year-link-active, .m-row-margin-home-q:nth-child(3) .m-tabs-swiper-menu-link-active {
	color: #EA7E56;
}

.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 'Poppins', sans-serif;
	line-height: 24px;
	letter-spacing: .7px;
}

.m-holder-footer-large-q {
	display: block;
	margin-bottom: 30px;
}

/*#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 (min-width:768px){
	.m-columns-left-fixed-q {
		max-width: 300px;
	}
}
@media (max-width: 655px) and (min-width: 600px) {
	.m-event-results-item-image-container-q {
		width: 126px;
		padding-right: 15px;
	}
}

@media (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 (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  (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  (max-width: 740px) {
	.m-header-big {
		position: inherit;
	}
	.header-holder {
		background-color: transparent!important;
		height: 310px;
		overflow: hidden;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: -250px!important;
	}
	.add-nav {
		overflow-x: scroll;
		height: 450px;
		padding: 0px!important;
		margin: 0px -20px 0px 0px!important;
		align-items: flex-start;
		background-color: transparent!important;
	}
	ul.add-nav {
		font-size: 12px;
	}
	
	ul.add-nav:after {
		border: 1px solid #fff;
	}
	
	.add-nav > li {
		margin: 0 -.5px 0 0;
	}
	.add-nav ul {
		z-index: 12!important;
	}
	
	.m-content-main {
		z-index: 10;
		position: relative;
	}
}

@media  (max-width: 599px) {
	.header-holder {
		height: 350px;
		margin-bottom: -250px!important;
	}
}

-@media  (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;
		padding: 0px;
	}

    /* 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*/

body > #home-slurp * {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

body > #home-slurp {
	margin: auto;
	max-width: 1200px;
}

.CS {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.CS > * {
	margin-bottom: 15px;
}

/* 15px gutter X number of gutters / number of columns */
.CS.CC > * {width: calc(50% - 7.5px);}
.CS.CCC > * {width: calc(33.33% - 10px);}
.CS.CCCC > * {width: calc(25% - 11.25px);}
.CS.CCCCC > * {width: calc(20% - 12px);}
.CS.CCCCCC > * {width: calc(16.666% - 12.5px);}

/* takes margin-left off of first col of each row */
.CS.CC > :nth-child(2n+1),
.CS.CCC > :nth-child(3n+1),
.CS.CCCC > :nth-child(4n+1),
.CS.CCCCC > :nth-child(5n+1),
.CS.CCCCCC > :nth-child(6n+1) {margin-left: 0px;}

/* .C {margin: 0px 20px 0px;} */

@media (max-width:768px) {
	.CS.CCCC > * {width: calc(33.33% - 10px);}
	.CS.CCCC > :nth-child(2n+1) {margin-left: 15px;}
	.CS.CCCC > :nth-child(3n+1) {margin-left: 0;}
}

@media (max-width:700px) {
	.CS.CCCC > *,
	.CS.CCC > * {width: calc(50% - 7.5px);}
	
	.CS.CCCC > :nth-child(3n+1),
	.CS.CCC > :nth-child(1n+1){margin-left: 15px;}
	
	.CS.CCCC > :nth-child(2n+1),
	.CS.CCC > :nth-child(2n+1) {margin-left: 0px;}
}

@media (max-width:599px) {
	.CS.CC > * {width: 100%;margin-left:0px;}
}

@media (max-width:500px) {
	.CS > * {
		width:100%;
		margin-left: 0px;
	}
}

		
#home-slurp {
	margin-bottom: 40px;
}

#home-slurp h1 {
	margin-bottom: 10px;
}

#home-slurp img {
	max-width: 100%;
	display: block;
	height: 0px;
	opacity: 0;
	padding-bottom: 100%;
	width: 100%;
	border: 1px solid red;
}

#home-slurp .slurp-home-article {
	position: relative;
	background-size: cover;
	background-position: center;
	border: 1px solid #f1f1f1;
}

#home-slurp .slurp-home-article .info * {
	color: #545554;
	color: white;
	color: #fff /*#F1F0EA*/;
	=text-shadow: -1px 1px 3px #fff;
}

#home-slurp .slurp-home-article .info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 20px;
	color: #fff;
	font-family: arial;
	=background-color: rgba(255, 255, 255, .75);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.51+63,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 63%, rgba(0,0,0,0.75) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.71) 63%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.71) 63%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	right: 0px;
}

#home-slurp .slurp-home-article .info p {
	line-height: 1.4;
	text-transform: capitalize;
}

#home-slurp .slurp-home-article .info span {
	border: 1px solid #545554;
	border: 1px solid #fff;
	padding: 2px 10px;
	display: inline-block;
	font-size: 12px;
}

#home-slurp .main-slurp img {
	padding-bottom: calc(100% - 15px);
}

#home-slurp .info p {
	margin: 5px 0px;
}

@media (min-width: 599px) {
	#home-slurp .main-slurp h1 {
		font-size: 4vw;
		line-height: 1;
	}

	#home-slurp .main-slurp .info p {
		font-size: 1.5vw;
	}
}

#home-slurp .slurp-home-article a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#home-slurp .slurp-4 h3 {
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 1.2;
}

@media (min-width:800px) and (max-width:1100px) {
	.main-slurp{
		width: 40%!important;
	}
	.slurp-4{
		width: calc(60% - 15px)!important;
	}
	#home-slurp .main-slurp img {
		padding-bottom: 200%;
	}
}

@media (min-width:800px) {
	#home-slurp .slurp-4 > div:nth-child(3),
	#home-slurp .slurp-4 > div:last-child{
		margin-bottom: 0px!important;
	}
	
	#home-slurp .slurp-4 img {
		padding-bottom: 50%;
	}
}

@media (max-width:800px) {
	.home-slurp-container.CC > *{
		width: 100%!important;
	}
	#home-slurp .slurp-home-article .info {
		position: relative;
	}
	#home-slurp img {
		padding-bottom: 10%;
	}
	
	#home-slurp .main-slurp img {
		padding-bottom: 50%;
		position: relative;
	}
}

/* END HOME SLURP GRID */

body > #main-slurp {
	max-width: 1200px;
	margin: auto;
	margin-top: 50px;
}

@media (max-width:1220px) {
	body > #main-slurp {
		padding: 0px 10px;
	}
}

#main-slurp {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 15% auto 30%;
	justify-content: space-between;
}

#main-slurp #intro {
	grid-column: 1 / 3;
}

#main-slurp #content {
	grid-column: 1 / 3;
	grid-row: 2 / 4;
}

#main-slurp #slurp-suggested {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

/* share buttons */
#main-slurp .share{
	margin: 15px 0px;
}

#main-slurp .share input{
		opacity: 0;
		position: absolute;
		top:-99999999px;
}

#main-slurp .share a{
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
	margin-right: 10px;
}
#main-slurp .share a.copied:after{
	content: 'Link Copied!';
	position: absolute;
	top: -13px;
	left: 130px;
	white-space: nowrap;
	background-color: #545554;
	color: white;
	padding: 3px 15px;
	border-radius: 3px;
}

#main-slurp .slurp-suggested .share a.copied:after{
    top: -7px;
    left: 109px;
    padding: 0px 9px;
}

#main-slurp .share i{
	color: #5C8A91;
	font-size: 28px;
}

#main-slurp .slurp-suggested .share i{
	color: #5C8A91;
	font-size: 18px;
}

.slurp-suggested .see-all a {
	display: block;
	background-color: #5C8A91;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

@media (max-width:768px) {
	#main-slurp {
		display: grid;
		grid-gap: 40px;
		grid-template-columns: 25% auto;
		justify-content: space-between;
		margin-top: 20px;
	}
	
	#main-slurp #intro {
		grid-column: 1 / 4;
	}
	
	#main-slurp #content {
		grid-column: 1 / 4;
	}
	#main-slurp #slurp-suggested {
		grid-column: 1 / 4;
		grid-row: 4 / 4;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#main-slurp #slurp-suggested > div {
		width: calc(33% - 10px);
	}
}

#main-slurp h1 {
	font-size: 36px;
}

#main-slurp img {
	width: 100%;
	max-width: 100%;
}

#main-slurp .content {
	margin-bottom: 50px;
}

#main-slurp .author + .content {
	margin-bottom: 0px;
}

#main-slurp #share {
	margin-bottom: 30px;
}

#main-slurp #logo img {
	max-width: 100%;
}

#main-slurp #content img {
	margin-bottom: 20px;
}

#main-slurp .slurp-suggested {
	margin-bottom: 40px;
}

#main-slurp .slurp-suggested img {
	margin-bottom: 10px;
}

#slurp-suggested a {
	text-decoration: none;
}

@media (max-width:599px) {
	#main-slurp {
		display: block;
	}
	
	#main-slurp #logo {
		width: 100px;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#main-slurp #slurp-suggested {
		justify-content: space-between;
	}
	#main-slurp #slurp-suggested > div {
		width: calc(50% - 5px);
	}
	
	#main-slurp #slurp-suggested h4 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	#main-slurp #slurp-suggested p {
		margin-top: 0px;
	}
}

@media (max-width:320px) {
	#main-slurp h1 {
		font-size: 28px;
	}

	#main-slurp #slurp-suggested {
		border-top: 2px dashed #eee;
		padding-top: 20px;
		justify-content: space-between;
	}
	#main-slurp #slurp-suggested > div {
		width: 100%;
	}
}


/* SOCIAL LINKS IN FOOTER */

.col-02 li:nth-child(1),
.col-02 li:nth-child(2),
.col-02 li:nth-child(3),

.col-03,

.col-04 li:nth-child(1),
.col-05 li:nth-child(4) {
	display: none!important;
}


.col-05 ul {
	display: flex;
	flex-wrap: wrap;
}

.col-05 li {
	width: initial;
	margin: 0px!important;
	padding: 0px!important;
}

.col-05 li a {
	position: relative;
	display: block;
	text-indent: -9999px;
	width: 45px;
}

.col-05 li:nth-child(5) {
	width: 100%;
	margin-top: 15px!important;
}

.col-05 li:nth-child(5) a {
	text-indent: 0px;
	width: 100%;
}

.col-05 li:nth-child(1) a:before,
.col-05 li:nth-child(2) a:before,
.col-05 li:nth-child(3) a:before{
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: 0px;
	font-family: "Font Awesome 5 Brands";
	font-size: 21px;
}

.col-05 li:nth-child(1) a:before{
	content: '\f39e';
}

.col-05 li:nth-child(2) a:before{
	content: '\f099';
	font-size: 22px;
}

.col-05 li:nth-child(3) a:before{
	content: '\f0e1';
	font-size: 24px;
}

header .bottom-row{
    overflow: visible;
}
header .holder{
    z-index: 4;
}
nav > span{
	font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
nav > span span{
    display: none;
    position: absolute;
    right: 5px;
    top:77%;
    text-align: right;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    border-right: solid 3px #000;
}
nav > span span a{
    display: block;
    text-align: right;
    margin-right: 0px!important;
    width: 100%;
}
nav > span:hover span{
    display: block;
}