/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

 @font-face {
    font-family: Knockout-49;
    src: url(http://uat.enoahprojects.com/blendv6/css/fonts/Knockout-49.otf);
	font-style: normal;
	font-weight: 400;
}
 @font-face {
    font-family: Knockout-49;
    src: url(http://uat.enoahprojects.com/blendv6/css/fonts/Knockout-49.ttf);
	font-style: normal;
	font-weight: 400;
}
 @font-face {
    font-family: Knockout-49;
    src: url(http://uat.enoahprojects.com/blendv6/css/fonts/Knockout-49.woff);
	font-style: normal;
	font-weight: 400;
}
 @font-face {
    font-family: Knockout-49;
    src: url(http://uat.enoahprojects.com/blendv6/css/fonts/Knockout-49.eot);
	font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: Knockout-47;
	src: url(http://uat.enoahprojects.com/blendv6/css/fonts/Knockout-47.otf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: Knockout-47;
	src: url(http://uat.enoahprojects.com/blendv6/css/fonts/Knockout-47.ttf);
	font-style: normal;
	font-weight: 400;
}
@font-face {
    font-family: ProximaNovaCond-Semibold;
    src: url(http://uat.enoahprojects.com/blendv6/css/fonts/ProximaNovaCond-Semibold.otf);
}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

.m-b-25{
    margin-bottom: 25px!important;
}
.m-t-25{
    margin-top: 25px!important;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.orange {
  color: #FA4C06; }

.confirm_txt
{
	color: #c2a765 !important;
    font-family: Knockout-49 !important;
	font-size: 38px;
	line-height: 1.5;
}
span.inspired-qte {
    color: #000 !important;
    font-family: Knockout-49;
    font-size: 20pt !important;
    text-align: center;
	text-transform: uppercase;
}
.competitionForm {
  overflow: hidden;
  padding-bottom: 25px; }
  .competitionForm .formMinHeight {
    min-height: 500px; }
  .competitionForm input[type="text"] {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding: 8px 2%;
    text-align: left; }
    .competitionForm input[type="text"]:nth-child(2n) {
      margin-right: 0; }
  .competitionForm input[type="submit"] {
    font-family: "bodoni-urw";
    font-size: 25px;
    padding: 2px;
    color: #FA4C06; }
  .competitionForm input[type="text"].full-text-field {
    width: 100%; }
  .competitionForm input[type="checkbox"] {
    width: 3%;
    float: left;
    height: 25px;
    margin-top: 12px; }

.head-Banner--Image-competitions {
  width: 100%;
  z-index: 1;
  background-color: #000;
  overflow: hidden;
  /* min-height: 600px; */
  }

.checkbox-text {
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 25px;
  line-height: 25px;
  width: 97%;
  float: left;
  text-align: left; }
  .checkbox-text a {
    color: rgba(0, 0, 0, 0.5) !important;
    text-decoration: underline; }

.footer-image, .header-image {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto; }
  .footer-image img, .header-image img {
    width: 100%; }

.button--continer {
  width: 40%;
  margin: 20px auto;
  display: block;
  -webkit-transform: background-color 0.5s;
          transform: background-color 0.5s; }
  .button--continer:hover .button--bg-colour {
    background-color: #b03504; }

.button--bg-colour {
  padding: 10px;
  background-color: #FA4C06;
  -webkit-transform: background-color 0.5s;
          transform: background-color 0.5s; }

.button--text {
  color: #FFF;
  text-align: center; }

.artist-image {
  width: 45%;
  margin: 20px 2.5%;
  float: left; }
  .artist-image img {
    width: 100%; }

.content-Half {
  width: 45%;
  float: left;
  margin: 0 2.5%;
}

@media only screen and (max-width: 880px) {
  .competitionForm input[type="text"] {
    float: left;
    width: 100%;
    margin-right: 0;
    padding: 8px 2%; }

  .head-Banner--Image-competitions {
    min-height: 200px; }

  .content-Half {
    width: 95%; }

  .button--continer {
    width: 90%; }

  .button--text {
    font-size: 22px; } }
.black-bg {
  background-color: #000;
  height: 100px; }

.feature {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 40px; }

.black-Bg-Quote {
  width: 33.5%;
  float: left;
  margin-left: 5%;
  padding: 20px 0;
  margin-top: 110px; }
  .black-Bg-Quote h2 {
    text-align: center;
    color: #FFF; }

.black-Bg-Diamond {
  width: 25px;
  margin: 0 auto; }
  .black-Bg-Diamond img {
    width: 100%; }

.orange {
  color: #FA4C06; }

.competitionForm {
  overflow: hidden;
  padding-bottom: 25px; }

.competitionForm .formMinHeight {
  min-height: 500px; }

.competitionForm input[type="text"] {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  padding: 8px 2%;
  text-align: left; }

.competitionForm input[type="text"]:nth-child(2n) {
  margin-right: 0; }

.competitionForm input[type="submit"] {
  font-family: "bodoni-urw";
  font-size: 25px;
  padding: 2px;
  color: #FA4C06; }

.competitionForm input[type="text"].full-text-field {
  width: 100%; }

.competitionForm input[type="checkbox"] {
  width: 3%;
  float: left;
  height: 25px;
  margin-top: 12px; }

.head-Banner--Image-competitions {
  width: 100%;
  z-index: 1;
  background-color: #000;
  overflow: hidden;
  min-height: 600px; }

.checkbox-text {
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 25px;
  line-height: 25px;
  width: 97%;
  float: left;
  text-align: left; }

.checkbox-text a {
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: underline; }

.footer-image, .header-image {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto; }

.footer-image img, .header-image img {
  width: 100%; }

@media only screen and (max-width: 880px) {
  .competitionForm input[type="text"] {
    float: left;
    width: 100%;
    margin-right: 0;
    padding: 8px 2%; }

  .head-Banner--Image-competitions {
    min-height: 200px; } }
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

* {
  box-sizing: border-box; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "bodoni-urw";
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase; }

h1 {
  font-size: 60px;
  line-height: 65px;
  margin: 0;
  padding: 30px 0; }

h2 {
  font-size: 40px;
  color: #DE4B45; }

.underline {
  border-bottom: 1px solid #FFF;
  text-align: center;
  margin-top: 40px; }

h3 {
  font-size: 30px;
  margin: 0; }

h4 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px;
  font-family: "ff-good-headline-web-pro-con"; }

h4 a {
  color: #51C4D9; }

h4 a:hover {
  color: #DE4B45 !important; }

ul li {
  font-family: "ff-good-headline-web-pro-con"; }

p {
  margin: 0 0 20px;
  padding: 10px 0;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 25px;
  text-align: center; }

a {
  text-decoration: none;
  color: #51C4D9; }

p.errmsg {
  color: #DE4B45 !important; }

.center {
  text-align: center; }

.agegate {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute; }

.agegate .logoFixed {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  max-width: 180px; }

.agegate .diamonds {
  position: relative;
  width: 20px;
  margin: 20px auto; }

.agegate .diamonds img {
  width: 100%; }

.agegate .footimage {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 800px; }

.agegate .copy {
  position: relative;
  z-index: 100;
  width: 90%;
  margin: 0 auto; }

.agegate h1 {
  text-align: center;
  color: #DE4B45;
  margin-top: 150px; }

.agegate h4 {
  color: #FFF; }

.agegate .location, .agegate .age {
  width: 80%;
  margin: 0 auto; }

.agegate .location input, .agegate .age input {
  width: 100%; }

header {
  width: 100%;
  z-index: 100; }

.max-header {
  /*max-width: 2000px;*/
  margin: 0 auto;

}

.max-header img{
	width: 100%;
}

.topNav {
  width: 100%;
  display: block;
  background-color: #51C4D9;
  overflow: hidden; }

.topNav ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0; }

.topNav ul li {
  font-size: 18px;
  float: right;
  padding: 2px 40px 3px;
  color: #FFF;
  text-align: center; }

.topNav ul li a {
  color: #FFF; }

.topNav ul li a:hover {
  color: #238da1; }

.topNav ul li button:hover {
  color: #238da1; }

.mainNav {
  width: 85%;
  float: left;
  overflow: hidden; }

.mainNav ul {
  list-style: none;
  overflow: hidden;
  padding: 20px 0;
  margin: 0; }

.mainNav ul li {
  float: left;
  margin: 20px 2%;
  font-size: 25px;
  color: #FFF;
  text-align: center; }

.mainNav ul li a {
  padding: 10px 0;
  color: #FFF;
  border-top: 0;
  -webkit-transition: border-top 0.5 ease;
  transition: border-top 0.5 ease; }

.mainNav ul li a:hover {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF; }

.mainNav img {
  width: 80%;
  max-width: 150px; }

.mainNav-Container {
  position: absolute;
  z-index: 500;
  width: 100%;
  max-width: 2000px; }

.logo {
  padding: 0;
  margin: 20px 2.5%;
  width: 10%;
  float: left;
  max-width: 150px; }

.logo img {
  width: 100%; }

body {
  width: 100%;
  background-color: #efefef;
  margin: 0;
  padding: 0; }

#black {
  background-color: #000; }

#black p {
  color: #efefef; }

#blue {
  background-color: #51C4D9;
  color: #FFF;
  padding: 40px 20px; }

#red {
  background-color: #DE4B45;
  color: #FFF;
  padding: 50px 0 40px; }

#lightBlue {
  background-color: #e3fbff; }

#yellow {
  background-color: #232323;
  color: #FFF; }

#brown {
  background-color: #dcca99;
  color: #FFF; }

.main-Content {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  overflow: visible; }

.no-flexbox .main-Content {
  width: 1200px;
  margin: 0 auto; }

.head-Banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover; }

.head-Banner--Image {
  width: 100%;
  z-index: 1;
  background-color: #000;
  overflow: hidden;
/*  min-height: 600px; */}

.cycle-slideshow {
  width: 100%; }

.cycle-slideshow div {
  background-size: cover !important;
  width: 100%;
  /* min-height: 800px; */
  height: 100%;
  background-position: center; }

.cycle-slideshow .bottomposition {
  background-position: bottom center; }

.image-Panel {
  width: 100%; }

.image-Panel img {
  width: 100%; }

.main-Title {
  text-align: center; }

.blue {
  color: #51C4D9; }

.red {
  color: #DE4B45; }

.intro-Para {
  width: 75%;
  margin: 0 auto 20px; }

.main-Content-Half {
  width: 47.5%;
  float: left;
  margin: 20px 2.5% 40px 0; }

.main-Content-Half:nth-child(2n) {
  margin: 20px 0 40px 2.5%; }

.main-Content-Half img {
  width: 100%;
  max-width:100%;
  height:100%;}

.main-Content-Half p {
  margin: 0; }

.black-bg {
  background-color: #000;
  height: 100px; }

.feature {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 40px; }

.black-Bg-Quote {
  width: 33.5%;
  float: left;
  margin-left: 5%;
  padding: 20px 0;
  margin-top: 110px; }

.black-Bg-Quote h2 {
  text-align: center;
  color: #FFF; }

.black-Bg-Quote .black-Bg-Diamond {
  width: 8%;
  margin: 0 auto; }

.black-Bg-Quote .black-Bg-Diamond img {
  width: 100%; }

.video-Main {
  width: 100%;
  padding: 0;
  background-color: #000;
  overflow: hidden; }
.video-Container {
  width: 61.5%;
  /*margin: 50px auto 50px;*/
  float: left; }
h2.marginBttm5 p
{
    font-size: 40px;
    padding: 0;
}

h2.marginBttm5 p a {

    color: #c2a765;
}
.video-Container-education {
  width: 90%;
  margin: 0px 5% 20px;
  float: left; }
/*.blend_2018_wrap .video-Container{
    margin: auto;
}*/
.blend_2018_wrap .black-Bg-Quote{
    margin-top: 10%;
	padding:12px 0px;
}
.blend_2018_wrap.video-Main{
    overflow: inherit;
}
video {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

.breadcrumbs {
  padding-top: 20px; }

.breadcrumbs a {
  margin-right: 10px;
  color: #ababab;
  font-size: 12px; }

.breadcrumbs a:hover {
  color: #51C4D9; }

/**
* CARD
**/
.owl-item .card {
  width: 90%;
  margin: 0 5% 40px; }

.card {
  width: 30.33%;
  margin: 0 1.5% 40px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  float: left;
  text-decoration: none; }

.card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }

.card:hover .card__category, .card:hover .card__body, .card:hover .card__plus {
  background-color: #28a0b6; }

/**
* DATE
**/
.card__plus {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: #28a0b6;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  font-size: 40px;
  z-index: 700; }

.card__plus .plus {
  display: block;
  padding-top: 2px; }

/**
* THUMB
**/
.card__thumb {
  position: relative;
  height: 450px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.card__thumb img {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  width: 70%;
  margin: 0 auto 0; }

.card:hover .card__thumb {
  height: 365px; }

.card:hover .card__thumb img {
  margin-top: -80px; }

.card:hover .card__thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/**
* BODY
**/
.card__body {
  position: relative;
  height: 60px;
  background-color: #51C4D9;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.card:hover .card__body {
  height: 145px; }

.card__category {
  position: absolute;
  top: 20px;
  left: 0;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  color: #FFF;
  padding: 0 15px;
  background-color: #51C4D9;
  font-family: "ff-good-headline-web-pro-con"; }

.card__title {
  margin: 0;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  text-decortaion: none; }

.card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 56px;
  margin: 0;
  padding: 0;
  color: #FFF;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: left;
  font-size: 20px; }

.card:hover .card__description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/**
* CARD
**/
.brand-card {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  text-decoration: none;
  width: 48.5%;
  margin: 0 1.5% 40px 0;
  float: left; }

.brand-card:nth-child(2n) {
  margin: 0 0 40px 1.5%; }

.brand-card.big-brand-card {
  width: 100%;
  margin: 0 0 40px; }

.brand-card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }

.brand-card:hover .brand-card__category, .brand-card:hover .brand-card__body {
  background-color: #cc2b24; }

/**
* DATE
**/
.brand-card__plus {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: #cc2b24;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  font-size: 40px;
  z-index: 700; }

.brand-card__plus .plus {
  display: block;
  padding-top: 2px; }

/**
* THUMB
**/
.brand-card__thumb {
  position: relative;
  height: 240px;
  overflow: hidden;
  background-color: #DE4B45;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.brand-card__thumb img {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  width: 100%;
  margin: 0 auto 0; }

.brand-card:hover .brand-card__thumb {
  height: 202px; }

.brand-card.big-brand-card .brand-card__thumb {
  height: 400px; }

.brand-card.big-brand-card:hover .brand-card__thumb {
  height: 315px; }

.brand-card:hover .brand-card__thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/**
* BODY
**/
.brand-card__body {
  position: relative;
  height: 85px;
  background-color: #DE4B45;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.brand-card:hover .brand-card__body {
  height: 123px; }

.brand-card__title {
  margin: 0;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  text-decortaion: none; }

.brand-card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  margin: 0;
  padding: 0;
  color: #FFF;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: left;
  font-size: 20px; }

.brand-card:hover .brand-card__description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/**
* CARD
**/
.event-card {
  width: 30.33%;
  margin: 0 1.5% 40px;
  background-color: #DE4B45;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  float: left;
  text-decoration: none; }

.event-card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }

.event-card:hover .event-card__category, .event-card:hover .event-card__body, .event-card:hover .event-card__plus {
  background-color: #cc2b24; }

/**
* DATE
**/
.event-card__plus {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: #cc2b24;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  font-size: 40px;
  z-index: 700; }

.event-card__plus .plus {
  display: block;
  padding-top: 2px; }

/**
* THUMB
**/
.event-card__thumb {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: height 0;
  transition: height 0; }

.event-card__thumb img {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  width: 100%;
  margin: 0 auto 0; }

.event-card:hover .event-card__thumb {
  height: 155px; }

.event-card:hover .event-card__thumb img {
  margin-top: -40px; }

.event-card:hover .event-card__thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/**
* BODY
**/
.event-card__body {
  position: relative;
  height: 85px;
  background-color: #DE4B45;
  -webkit-transition: height 0;
  transition: height 0; }

.event-card:hover .event-card__body {
  height: 180px; }

.event-card__category {
  position: absolute;
  top: 20px;
  left: 0;
  height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  color: #FFF;
  padding: 0 15px;
  background-color: #DE4B45;
  font-family: "ff-good-headline-web-pro-con"; }

.event-card__title {
  margin: 0;
  color: #FFF;
  /* font-size: 22px; */
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  text-decortaion: none; }

.event-card__title .fade-card-content-titletitle {
  width: 90%; }

.event-card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 36px;
  margin: 0;
  padding: 0;
  color: #FFF;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: left;
  font-size: 20px; }

.event-card:hover .event-card__description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.eventTitle {
  padding: 10px 0 0;
  margin: 0;
  color: #DE4B45; }

.share {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
  overflow: hidden; }

.share img {
  width: 20%;
  margin: 0 auto;
  float: right; }

/**
* CARD
**/
.magazine-card {
  width: 100%;
  margin: 0 1.5% 40px;
  background-color: #DE4B45;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: block;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  float: left;
  text-decoration: none; }

.magazine-card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }

.magazine-card:hover .magazine-card__body, .magazine-card:hover .magazine-card__plus {
  background-color: #cc2b24; }

/**
* DATE
**/
.magazine-card__plus {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  background-color: #cc2b24;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  font-size: 40px;
  z-index: 700; }

.magazine-card__plus .plus {
  display: block;
  padding-top: 2px; }

/**
* THUMB
**/
.magazine-card__thumb {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-color: #DE4B45;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.magazine-card__thumb img {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s;
  transition: opacity 0.5s, transform 0.5s, margin-top 0.5s, -webkit-transform 0.5s;
  width: 100%;
  margin: 0 auto 0; }

.magazine-card:hover .magazine-card__thumb {
  height: 305px; }

.magazine-card:hover .magazine-card__thumb img {
  margin-top: -80px; }

.magazine-card:hover .magazine-card__thumb img {
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/**
* BODY
**/
.magazine-card__body {
  position: relative;
  height: 60px;
  background-color: #DE4B45;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.magazine-card:hover .magazine-card__body {
  height: 155px; }

.magazine-card__title {
  margin: 0;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  text-decortaion: none; }

.magazine-card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 56px;
  margin: 0;
  padding: 0;
  color: #FFF;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  text-align: left;
  font-size: 20px; }

.magazine-card:hover .magazine-card__description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.hover {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 35px;
  float: left;
  overflow: hidden; }

.hover:nth-child(2n) {
  margin-right: 0; }

.hover:hover .catagory-Item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.no-flexbox .hover:hover .catagory-Item {
  -webkit-transform: scale(1);
  transform: scale(1); }

.hover-clip {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  display: block; }

.hover-clip:hover .catagory-Item-Big {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.catagory-Item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 250px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.no-flexbox .catagory-Item {
  display: inline-block;
  min-width: 600px; }

.catagory-Item#northamerican {
  background-image: url(../img/brand-type/north-american-smll.jpg); }

.catagory-Item#japanese {
  background-image: url(../img/brand-type/japanese-smll.jpg); }

.catagory-Item#irish {
  background-image: url(../img/brand-type/irish-smll.jpg); }

.catagory-Item#liqueurs {
  background-image: url(../img/brand-type/liqueer-smll.jpg); }

.catagory-Item#tequila {
  background-image: url(../img/brand-type/tequila-smll.jpg); }

.catagory-Item#rum {
  background-image: url(../img/brand-type/rum-smll.jpg); }

.catagory-Item#gin {
  background-image: url(../img/brand-type/gin-smll.jpg); }

.catagory-Item#vodka {
  background-image: url(../img/brand-type/vodka-smll.jpg); }

.catagory-Item-Big {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.catagory-Item-Big#cognac {
  background-image: url(../img/brand-type/congac-bg.jpg); }

.catagory-Item-Big#scotch {
  background-image: url(../img/brand-type/scotch-BG.jpg); }

.catagory-Item-Big .center-title {
  line-height: 40px;
  margin-top: 180px; }

.catagory-Item .center-title {
  line-height: 40px;
  margin-top: 105px; }

.center-title {
  padding: 0;
  margin: 0;
  opacity: 1;
  color: #FFF;
  width: 100%;
  align-slef: center; }

.center-title h3 {
  text-shadow: 1px 1px 4px #000;
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-family: "ff-good-headline-web-pro-con"; }

.catagory-Item .fade-card-content-title {
  width: 100%; }

.registerForm .pull-left {
  width: 100% !important;
  margin-left: 0 !important; }

.bottle-image {
  width: 50%;
  margin: 20px auto;
  max-width: 300px; }

.bottle-image img {
  width: 120%;
  margin-left: -20%; }

.bottle-image .cocktail {
  margin: -100px 10% 0;
  width: 100%; }

.tasting-notes {
  width: 100%;
  margin: 0 auto 40px;
  background-color: #FFF;
  color: #51C4D9;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.tasting-notes .tasting-notes-float-bottle {
  float: left;
  width: 40%; }

.tasting-notes .tasting-notes-float-text {
  float: left;
  width: 60%; }

.tasting-notes h4 {
  margin-bottom: 0;
  text-align: left; }

.tasting-notes p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-align: left; }

.tasting-notes p a {
  color: #51C4D9; }

.tasting-notes p a:hover {
  color: #DE4B45 !important; }

.instruction-notes {
  width: 100%;
  margin: 0 auto 20px;
  background-color: #DE4B45;
  color: #FFF;
  padding: 20px; }

.instruction-notes h4 {
  margin-bottom: 0; }

.instruction-notes p {
  width: 70%;
  margin: 10px auto; }

.membership-notes .bullet-point {
  width: 5%;
  height: 20px;
  margin: 10px auto; }

.membership-notes .bullet-point img {
  width: 30%; }

.membership-notes .membership-note-para {
  width: 100%; }

.membership-notes .membership-note-para p {
  line-height: 30px; }

.links {
  text-align: center;
  padding: 20px 0; }

.links a {
  float: right; }

.links a:nth-child(2n) {
  float: left; }

.note {
  background-color: #DE4B45;
  color: #FFF;
  width: 40%;
  margin: 0 auto;
  padding: 20px 0; }

.note p {
  margin-bottom: 0; }

.note a {
  color: #FFF; }

.note a:hover {
  color: #51C4D9; }

.team-profiles-container {
  margin: 20px 0;
  overflow: hidden; }

.exchange-team .team-profiles {
  width: 45%;
  margin-right: 5%; }

.exchange-team .team-profiles .headshot {
  width: 40%; }

.exchange-team .team-profiles .description {
  width: 55%; }

.team-profiles {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  overflow: hidden; }

.team-profiles:nth-child(2n) {
  margin-right: 0; }

.team-profiles .headshot {
  width: 20%;
  float: left; }

.team-profiles .headshot img {
  width: 100%; }

.team-profiles .description {
  width: 75%;
  margin-left: 5%;
  float: left; }

.team-profiles .description p {
  text-align: left;
  font-size: 20px;
  margin: 0 0 10px;
  padding-top: 0; }

.education-products {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px; }

.education-products .card {
  width: 45%;
  margin: 0 5% 0 0; }

.education-products .card:nth-child(2n) {
  margin: 0; }

.basic-page h4 {
  text-align: left; }

.basic-page p {
  font-size: 16px;
  text-align: left; }

.basic-page ul {
  padding-left: 20px; }

.basic-page ul li {
  padding-bottom: 10px; }

footer {
  background-color: #000;
  overflow: hidden;
  width: 100%;
  padding: 20px; }

footer .footNav {
  display: table;
  margin: 0 auto;
  padding: 20px 0; }

footer .footNav ul {
  margin: 0;
  padding: 0; }

footer .footNav ul li {
  font-size: 25px;
  padding: 0 20px;
  display: inline;
  color: #FFF; }

footer .footNav ul li a {
  color: #FFF;
  padding-bottom: 5px;
  font-size: 14px; }

footer .footNav ul li a:hover {
  border-bottom: 1px solid #FFF; }

footer .socialIcons {
  width: 50%;
  margin: 0 25%;
  padding: 20px 0; }

.socialIcons-Brands .hi-icon-wrap {
  width: 240px;
  height: 120px;
  margin: 30px 0; }

.socialIcons-Brands .hi-icon-wrap .hi-icon {
  margin: 0 20px 0 0;
  color: #51C4D9; }

.socialIcons-Brands .hi-icon-effect-9a .hi-icon:hover {
  color: #51C4D9;
  box-shadow: 0 0 0 4px #51c4d9; }

.button {
  display: inline-block;
  padding: 5px 10px;
  background: #EfEfEf;
  border: none;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer; }

.button:hover {
  background-color: #8CF; }

.button:active,
.button.is-checked {
  background-color: #28F; }

.button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8); }

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both; }

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 20px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ui group */
.ui-group {
  display: inline-block; }

.ui-group h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  font-size: 16px; }

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px; }

.hi-icon-wrap {
  width: 200px;
  margin: 0 auto; }

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  float: right; }

.hi-icon img {
  width: 90%;
  margin-top: 3.5%; }

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box; }

.hi-icon:before {
  font-family: 'ecoicon';
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased; }

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }

.hi-icon-effect-9 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5; }

.hi-icon-effect-9a .hi-icon:hover {
  box-shadow: 0 0 0 4px white;
  color: #fff;
  opacity: 0.8; }

section button {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

section {
  text-align: center; }

section button {
  border: none;
  outline: none;
  background-color: #51C4D9; }

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #51c4d9;
  z-index: 1000; }

/* Overlay closing cross */
.overlay .overlay-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  color: #FFF;
  outline: none;
  z-index: 1000;
  background-color: transparent;
  text-transform: uppercase; }

.overlay .overlay-close img {
  width: 100%; }

/* Menu style */
input[type="text"], input[type="password"] {
  width: 40%;
  margin: 10px auto;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  font-family: "ff-good-headline-web-pro-con";
  color: rgba(0, 0, 0, 0.5) !important;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px; }

input[type="text"] .placeholder, input[type="password"] .placeholder {
  color: #FFF; }

input[type="submit"] {
  margin: 20px auto;
  width: 100%;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 25px;
  opacity: 0.8;
  font-family: "ff-good-headline-web-pro-con";
  color: #FFF;
  text-align: center; }

input[type="submit"]:hover {
  color: #28a0b6; }

.formLine {
  border-top: 1px solid #51C4D9;
  padding-bottom: 40px; }

.login-Title {
  margin: 20px auto;
  font-family: "ff-good-headline-web-pro-con";
  color: #FFF;
  width: 80%; }

.login-Title a {
  text-decoration: underline;
  color: #FFF;
  z-index: 1; }

.login-Title a:hover {
  color: #DE4B45; }

.login-Form input[type="text"] {
  max-width: 600px;
  min-width: 300px; }

.register-login p {
  color: #FFF; }

.registerForm {
  overflow: hidden;
  padding-bottom: 25px; }

.registerForm .formMinHeight {
  min-height: 500px; }

.registerForm input[type="text"] {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  padding: 8px 2%;
  text-align: left; }

.registerForm input[type="text"]:nth-child(2n) {
  margin-right: 0; }

.registerForm input[type="submit"] {
  font-family: "bodoni-urw";
  color: #DE4B45 !important;
  font-size: 25px;
  padding: 2px; }

.registerForm input[type="submit"]:hover {
  color: #51C4D9 !important; }

.prevNextContainer {
  width: 100%;
  text-align: right;
  float: left; }

.prevNextContainer span {
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  cursor: pointer;
  font-family: "bodoni-urw";
  color: #bbbbbb;
  font-size: 25px;
  opacity: 0.8; }

.prevNextContainer span:hover {
  color: #a2a2a2; }

.accountSettings .registerForm input[type="text"] {
  background-color: #FFF; }

.accountSettings .registerForm input[type="submit"] {
  color: #51C4D9; }

.accountSettings .registerForm input[type="submit"]:hover {
  color: #28a0b6; }

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out; }

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }

.filters {
  border: 0px solid #dddddd !important;
  box-shadow: 0 0 0 #dddddd !important;
  padding: 15px 20px !important; }

button#trigger-overlay {
  margin: 0;
  padding: 0; }

select.option_filter {
  font-size: 20px !important; }

optgroup {
  font-size: 14px !important; }

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  padding: 15px 15px 50px 15px;
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-item a.card header.card__thumb img {
  width: 70%; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

#content,
#owl-demo,
#owl-demo2, #owl-demo3, #owl-demo4 {
  width: 80%;
  display: inline-block;
  float: left; }

.owl-prev {
  float: left;
  width: 10%;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -900px;
  position: relative;
  height: 320px;
  cursor: pointer;
  background-image: url("../img/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%; }

.owl-prev:hover {
  opacity: 0.8; }

.owlArrowsOne .owl-prev,
.owlArrowsTwo .owl-prev, .owlArrowsThree .owl-prev, .owlArrowsFour .owl-prev {
  height: 250px; }

.owl-next {
  float: right;
  width: 10%;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -900px;
  position: relative;
  height: 320px;
  cursor: pointer;
  background-image: url("../img/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%; }

.owl-next:hover {
  opacity: 0.8; }

.owlArrowsOne .owl-next,
.owlArrowsTwo .owl-next, .owlArrowsThree .owl-next, .owlArrowsFour .owl-next{
  height: 250px; }

.instagramFoot {
  margin: 10px auto;
  width: 30%; }

.instagramFoot img {
  width: 100%; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 25px 30px;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 18px;
  float: right;
  margin-left: 5px; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0.438em 0 0; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block;
  text-align: center; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #51C4D9;
  padding: 0; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 18px; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 0;
  text-decoration: none;
  text-shadow: 0;
  border-radius: 0;
  background-color: #51C4D9; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #3cbdd4;
  border-bottom: 20px solid #3cbdd4; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 10px 0;
  text-decoration: none;
  font-size: 16px;
  color: #fff; }

.slicknav_nav a:hover {
  border-radius: 6px; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
  display: none; }

.mobileShow {
  display: none; }

.mobileHide {
  display: block; }

.recep-bttn {
  width: 100%;
  text-align: right;
  margin-top: -40px !important; }

.bt-event_refresh {
  margin-bottom: 0 !important; }

.searchOpt .widthSetBr,
.searchOpt .widthSet {
  width: 20% !important;
  margin-right: 2%; }

.searchOpt .widthSetBr h3,
.searchOpt .widthSet h3 {
  padding-left: 10px;
  font-family: "ff-good-headline-web-pro-con";
  color: #51C4D9; }

.searchOpt .widthSetBr input[type="text"],
.searchOpt .widthSet input[type="text"] {
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.searchOpt .widthSetBr select,
.searchOpt .widthSet select {
  background-color: #fff; }

.searchOpt .widthSet h3 {
  color: #DE4B45; }

select.option_filter {
  font-size: 18px !important; }

.ui-group div select {
  border: none !important;
  width: 95% !important; }

.ui-group .button-group {
  width: 100%; }

.offrRow {
  min-height: 65px; }

.offrRow .help-block {
  font-size: 12px;
  text-transform: uppercase;
  top: 60px !important; }

.bg-pubble {
  width: 100%;
  float: none !important;
  text-align: center !important; }

.fullArea-ber {
  padding: 10px 0 !important; }

.empdettxtacseting {
  padding: 10px 20px;
  width: 99% !important; }

.center-text li, .center-text ol, .center-text ul, .center-text p, .center-text a, .center-text h2, .center-text h3, .center-text h4 {
  text-align: center;
  font-family: "ff-good-headline-web-pro-con"; }
.center-text li {
  font-size: 25px;
  list-style-type: none;
  line-height: 24px;
  display: block;
  padding: 11px 0; }

.videos-new {
  width: 100%;
  margin-top: 20px; }
  .videos-new .videos-new-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto; }
    .videos-new .videos-new-container .videos-new-video {
      width: 48%;
      margin: 20px 1%;
      float: left;
      display: inline-block; }

button.bt-event_refresh {
  border: none;
  background-color: #efefef;
  color: #DE4B45;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 18px; }

button.bt-event_refresh:hover {
  color: #51C4D9; }

button.bt-event-refresh-blue {
  border: none;
  background-color: #e3fbff;
  color: #51C4D9;
  text-transform: uppercase;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 18px; }

button.bt-event-refresh-blue:hover {
  color: #DE4B45; }

.pull-right img {
  opacity: 1; }

.pull-right img:hover {
  opacity: 0.7; }

.forgot-class .whiteColor a:hover {
  color: #DE4B45 !important; }

.no-reacrod a.whiteColor {
  color: #FFF;
  text-decoration: underline; }

.no-reacrod a.whiteColor:hover {
  color: #DE4B45; }

.site-request-password-reset p.whiteColor {
  margin-top: 30px; }

.comp-link-container {
  width: 60%;
  margin: 20px auto;
  padding: 10px;
  background-color: #DE4B45;
  text-align: center;
  display: block; }
  .comp-link-container:hover {
    background-color: #a1221c; }

.comp-link {
  color: white;
  text-align: center;
  font-size: 30px;
  font-family: "bodoni-urw";
  margin: 0;
  padding: 0; }

.image-panel {
  width: 33.33%;
  float: left; }
  .image-panel img {
    width: 100%;
    padding: 0 0 20px; }

.finalist-info {
  width: 60.66%;
  padding-left: 6%;
  float: left; }
  .finalist-info p, .finalist-info h3 {
    text-align: left; }

.text-align-left {
  text-align: left; }

.ingredient-row input[type="text"] {
  width: 29.2%;
  margin: 0; }
  .ingredient-row input[type="text"]:nth-child(2n) {
    margin: 0; }

.float-or {
  float: left;
  width: 6%;
  text-align: center;
  color: rgba(0, 0, 0, 0.5); }

.ingredient-button {
  padding: 10px;
  display: block;
  width: 40%;
  float: left; }
  .ingredient-button input[type="checkbox"] {
    float: left;
    width: 20px;
    margin: 10px; }
  .ingredient-button p {
    width: 90%;
    float: left;
    padding: 0;
    text-align: left; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.textCenter {
  text-align: center; }

select {
  height: 46px;
  text-indent: 20px; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1600px) {
  .card__thumb {
    height: 500px; }

  .card:hover .card__thumb {
    height: 415px; }

  .brand-card__thumb {
    height: 250px; }

  .brand-card:hover .brand-card__thumb {
    height: 262px; }

  .brand-card.big-brand-card .brand-card__thumb {
    height: 480px; }

  .brand-card.big-brand-card:hover .brand-card__thumb {
    height: 442px; }

  #blue {
    padding: 100px 20px; }

  .cycle-slideshow div {
    min-height: 800px; } }
@media only screen and (max-width: 1350px) {
  .bottle-image img {
    width: 180%;
    margin-left: -50%; }

  .bottle-image .cocktail {
    margin-top: -100px;
    width: 120%;
    margin-left: -20%; }

  .tasting-notes.bottle-tasting .tasting-notes-float-text p {
    width: 100%; }

  .magazine-card__thumb {
    height: 280px; }

  .magazine-card:hover .magazine-card__thumb {
    height: 185px; }

  .event-card__thumb {
    height: 220px; }

  .event-card:hover .event-card__thumb {
    height: 125px; }

  .mainNav ul li {
    float: left;
    margin: 20px 26px;
    font-size: 23px;
    color: #FFF;
    text-align: center; } }
.site-reset-password p.whiteColor {
  margin-top: 40px; }

.site-reset-password h4 {
  margin-top: 100px; }

@media only screen and (max-width: 1200px) {
  .video-Container {
    margin-top: 40px; }

  .black-Bg-Quote {
    margin-top: 10px; }

  .card, .event-card {
    width: 47%; }

  .card__thumb {
    height: 450px; }

  .card__thumb img {
    padding-top: 10px;
    width: 60%; }

  .card:hover .card__thumb {
    height: 365px; }

  .brand-card__thumb {
    height: 220px; }

  .brand-card:hover .brand-card__thumb {
    height: 182px; }

  .brand-card.big-brand-card .brand-card__thumb {
    height: 310px; }

  .brand-card.big-brand-card:hover .brand-card__thumb {
    height: 272px; }

  .catagory-Item {
    height: 220px; }

  .catagory-Item .center-title {
    margin-top: 90px; }

  .catagory-Item-Big {
    height: 310px; }

  .catagory-Item-Big .center-title {
    margin-top: 85px; }

  .mainNav ul li {
    float: left;
    margin: 20px 26px;
    font-size: 20px;
    color: #FFF;
    text-align: center; }

  .logo {
    width: 20%; }

  .mainNav {
    width: 75%; }

  .main-Content-Half {
    float: right;
    width: 100%;
    margin: 0; }

  .main-Content-Half:nth-child(2n) {
    margin: 20px 0; } }
@media only screen and (max-width: 1100px) {
  .bottle-image img {
    margin-top: 50px; }

  .bottle-image .cocktail {
    margin-top: -50px; }

  .magazine-card {
    width: 100%; }
	.barfly-grid .issuuembed {
        margin-top: 20px;
    -ms-flex-preferred-size: 24%;
    flex-basis: 47%;
        margin: 0 0 0px 10px;}

  .magazine-card__thumb {
    height: 300px; }

  .magazine-card:hover .magazine-card__thumb {
    height: 205px; }

  .note {
    width: 60%; } }
@media only screen and (max-width: 1000px) {
  .tasting-notes .tasting-notes-float-text, .tasting-notes .tasting-notes-float-bottle {
    width: 100%;
    margin: 0 0 40px; }

  .bottle-image img {
    width: 100%;
    margin-left: 0;
    margin-top: 0; }

  .bottle-image .cocktail {
    width: 80%;
    margin: -100px 10% 0; }

  .mainNav ul li {
    float: left;
    margin: 20px 15px;
    font-size: 18px;
    color: #FFF;
    text-align: center; }

  /* .cycle-slideshow div { */
    /* min-height: 600px; } */

  .brand-card__thumb {
    height: 170px; }

  .brand-card:hover .brand-card__thumb {
    height: 132px; }

  .image-panel {
    width: 100%; }
    .image-panel img {
      display: none; }
      .image-panel img:first-child {
        display: block; }

  .finalist-info {
    width: 100%;
    padding-left: 0; } }
@media only screen and (max-width: 920px) {
  .text-Block {
    padding-top: 20px; }

  .image-Block {
    padding: 20px 0; }

  .card__thumb {
    height: 350px; }

  .card__thumb img {
    padding-top: 0;
    width: 70%; }

  .card:hover .card__thumb {
    height: 265px; }

  .brand-card__thumb {
    height: 140px; }

  .brand-card:hover .brand-card__thumb {
    height: 102px; }

  .brand-card.big-brand-card .brand-card__thumb {
    height: 220px; }

  .brand-card.big-brand-card:hover .brand-card__thumb {
    height: 182px; }

  .video-Container {
    width: 100%; }

  .black-Bg-Quote {
    /*display: none; */
    width: 100%;
    margin: 0 auto;
    margin-top: 0 !important;
	}
 .vendor {
    min-height: auto !important;
  }
  h2.marginBttm5 p{
   font-size:20px;
  }
  }
@media only screen and (max-width: 880px) {
  input#dynamicmodel-month,
  input#dynamicmodel-day {
    width: 20% !important; }

  input#dynamicmodel-year {
    width: 40% !important; }

  .card__thumb img {
    padding-top: 60px; }

  #dynamicmodel-country {
    width: 70% !important; } }
@media only screen and (max-width: 785px) {
  .intro-Para {
    width: 100%;
    padding: 0; }

  .logo {
    width: 33%;
    margin-left: 30px; }

  .card {
    width: 47%; }

  .brand-card__thumb {
    height: 240px; }

  .brand-card:hover .brand-card__thumb {
    height: 202px; }

  .brand-card {
    width: 100%;
    margin: 0 0 20px; }

  .brand-card.big-brand-card {
    margin: 0 0 20px; }

  .brand-card.big-brand-card .brand-card__thumb {
    height: 240px; }

  .brand-card.big-brand-card:hover .brand-card__thumb {
    height: 202px; }

  .brand-card:nth-child(2n) {
    margin: 0 0 40px; }

  .hover {
    width: 100%;
    margin-right: 0; }

  /* #menu is the original menu */
  .js #menu {
    display: none; }

  .js .slicknav_menu {
    display: block; }

  .mobileShow {
    display: block; }

  .mobileHide {
    display: none; }

  .topper {
    position: absolute;
    z-index: 999;
    top: 22px;
    right: 12px; }

  .topper .topNav ul li {
    padding: 0 10px; }

  .topper .topNav ul li a {
    font-size: 18px; }

  .team-profiles .headshot {
    width: 50%;
    margin: 0 25%; }

  .team-profiles .description {
    width: 100%;
    margin: 20px 0; }

  .team-profiles .description p {
    font-size: 18px; } }
@media only screen and (max-width: 750px) {
  .event-card__thumb {
    height: 200px; }

  .event-card:hover .event-card__thumb {
    height: 105px; } }
@media only screen and (max-width: 710px) {
  h1 {
    font-size: 35px;
    line-height: 35px; }

  h2 {
    font-size: 30px; }

  p {
    font-size: 20px; }

  .intro-Para {
    font-size: 20px;
    padding: 0 20px; }

  .main-Content-Half {
    float: right;
    width: 100%;
    margin: 0; }

  .main-Content-Half:nth-child(2n) {
    margin: 20px 0; }

  .text-Block, .image-Block {
    padding-top: 0; }

  /* .head-Banner--Image { */
    /* min-height: 400px; */
    /* height: 400px; } */

  .bottle-image .cocktail {
    margin: -50px 10% 0; }

  .tasting-notes .tasting-notes-float {
    margin-bottom: 20px; }

  .tasting-notes .tasting-notes-float p {
    width: 100%; }

  .card__title, .event-card__title {
    font-size: 17px;
    padding: 20px 20px 0; }

  .catagory-Item {
    width: 100%;
    margin: 0; }

  .catagory-Item-Big {
    height: 250px; }

  .catagory-Item-Big .center-title {
    line-height: 40px;
    margin-top: 105px; }

  .cycle-slideshow div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; }

  .cycle-slideshow .bottomposition {
    background-position: top center; }

  /* .head-Banner .head-Banner--Image { */
    /* min-height: 300px; */
    /* height: 300px; } */

  .owl-carousel .owl-item a.card header.card__thumb img {
    width: 50%; }

  .event-card__thumb {
    height: 140px; }

  .event-card:hover .event-card__thumb {
    height: 45px; } }
@media only screen and (max-width: 600px) {
  .brand-card__thumb {
    height: 200px; }

  .brand-card:hover .brand-card__thumb {
    height: 162px; }

  .brand-card.big-brand-card .brand-card__thumb {
    height: 200px; }

  .brand-card.big-brand-card:hover .brand-card__thumb {
    height: 162px; } }
@media only screen and (max-width: 540px) {
  /* .head-Banner .head-Banner--Image { */
    /* min-height: 260px; */
    /* height: 260px; } */

  footer .footNav ul li {
    width: 100%;
    padding: 0;
    text-align: center;
    display: block; }

  footer .footNav ul li a {
    width: 100%;
    text-align: center;
    margin: 0 auto; }

  .searchOpt .widthSet {
    width: 100% !important;
    margin: 0; }

  .ui-group div select {
    width: 100% !important;
    margin: 0; }

  .bt-event_refresh {
    width: 100%; }

  .breadcrumbs a {
    font-size: 9px; }

  .registerForm .right-arrowSide, .registerForm .left-arrowSide {
    width: 100%;
    margin: 0; }

  .card, .event-card, .magazine-card {
    width: 100%;
    margin: 0 0 40px; }

  .card__thumb {
    height: 400px; }

  .card__thumb img {
    padding-top: 0px;
    width: 50%; }

  .card:hover .card__thumb {
    height: 315px; }

  .magazine-card__thumb {
    height: 400px; }

  .magazine-card:hover .magazine-card__thumb {
    height: 305px; }

  .event-card__thumb {
    height: 300px; }

  .event-card:hover .event-card__thumb {
    height: 205px; }

  .brand-card__thumb {
    height: 160px; }

  .brand-card:hover .brand-card__thumb {
    height: 122px; }

  .brand-card.big-brand-card .brand-card__thumb {
    height: 160px; }

  .brand-card.big-brand-card:hover .brand-card__thumb {
    height: 122px; }

  .searchOpt .widthSetBr {
    width: 100% !important; }

  .recep-bttn {
    margin-top: 10px !important; }

  .card__thumb img {
    width: 80%; }

  .team-profiles .headshot {
    width: 100%;
    margin: 0; } }
@media only screen and (max-width: 450px) {
  #dynamicmodel-country {
    width: 80% !important; }

  h1 {
    font-size: 24px;
    line-height: 27px;
    padding: 30px 0 20px; }

  h4 {
    font-size: 20px; }

  p {
    font-size: 18px;
    margin: 0; }

  .intro-Para {
    font-size: 18px; }

  .tasting-notes p {
    font-size: 18px; }

  .tasting-notes h4 {
    font-size: 25px; }

  .bottle-image {
    width: 100%;
    margin: 20px auto 0; }

  .bottle-image .cocktail {
    margin: 50px 10% 0; }

  /* .head-Banner .head-Banner--Image { */
    /* min-height: 220px; */
    /* height: 220px; } */

  .card__thumb img {
    padding-top: 60px; }

  .event-card__thumb {
    height: 220px; }

  .event-card:hover .event-card__thumb {
    height: 125px; }

  .catagory-Item {
    height: 140px; }

  .catagory-Item .center-title {
    margin-top: 50px; }

  .catagory-Item .center-title h3 {
    font-size: 30px; }

  .note {
    width: 100%; }

  .owl-carousel .owl-item a.card header.card__thumb img {
    width: 70%; } }
@media only screen and (max-width: 320px) {
  .event-card__thumb {
    height: 200px; }

  .event-card:hover .event-card__thumb {
    height: 105px; } }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }
}
.explore_brand_btn_wrap{
    margin-top: 0%;
}
    .explore_brand_btn{
        padding: 3px 10px;
        margin: auto;
        border: none;
        text-align: center;
        min-height: 42px;
        line-height: 42px;
        display: block;
        width: 40%;
        background-color: #FFF;
        color: #000;

    }
.event_card_center{
    clear: both;
    float: none;
    margin: 0 auto 40px;
}
@media only screen and (max-width: 1366px) {
	.black-Bg-Quote{
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1280px) {
	.black-Bg-Quote{
		margin-top: 24px;
	}
}
.head-Banner--Image {
    width: 100%;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
    /*max-height: 550px;*/
}
.max-header img {
    width: 100%;
    object-fit: cover;
}
.custom-colorChange .event-card:hover .event-card__category, .custom-colorChange .event-card:hover .event-card__body,
.custom-colorChange .event-card:hover .event-card__plus, .custom-colorChange .event-card__body, .custom-colorChange > .event-card__body,
.custom-colorChange .event-card:hover .brand-card__plus {
	background-color: #c2a765;
}
.custom-colorChange .event-card__plus, .custom-colorChange .brand-card__plus{
		background-color: #9e8342;
}
.custom-colorChange .red{
	color: #c2a765;
}
ul.diamond li {
  list-style-type: none;
}
ul.diamond li::after, ul.diamond li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  display: inline-block;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


div.note {
  margin: 20px auto; }

.barfly-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .barfly-grid .issuuembed {
    margin-top: 20px;
    -ms-flex-preferred-size: 24%;
            flex-basis: 30.33%;
                height: 94.9%;
}
.barfly-grid .issuuembed1{
  height: 529px;
  margin-top: 0px;
  -ms-flex-preferred-size: 24%;
          flex-basis: 30.33%;
          margin-left:15px;
}
.bottle-group {
  min-height: 350px; }

 /*.barfly-grid  iframe,.barfly-grid .issuu-isrendered{max-height:200px;width:368px !important;margin-right: 35px;}
 .barfly-grid  .magazine-card{max-height:448px;}*/
 .barfly-grid iframe {
	    /*  min-width: 323px!important; */
        height: 91.7%!important;
    margin: 0 0px 0 0px!important;
 }
 .barfly-grid .issuuembed {
    margin-top: 0px;

}
.mag-text{
  min-height: 30px;
  font-family: "bodoni-urw";
  font-size: 22px;
text-transform: uppercase;
color: #DE4B45;
text-align: center;
background-color: #EEEEEE;
}
.mag-top-txt {
  width: 30.33%;
  margin: 0 1.5% 0px;

}

@media only screen and (max-width: 767px) {
  .mag-top-txt {
    width: 100%!important;
    margin: 0 1.5% 0px;

  }

	.barfly-grid iframe {
    width: 100%!important;
    height: 400px!important;
    min-width: 100%!important;
    margin: 0 0 40px 0!important;
}
.barfly-grid .issuuembed1 {
    margin-top: 0px;
    -ms-flex-preferred-size: 24%;
    flex-basis: 100%!important;
    height: 100%!important;

}
}
@media only screen and (max-width: 1100px){
.barfly-grid .issuuembed {
        margin-top: 20px;
    -ms-flex-preferred-size: 24%;
    flex-basis: 47%;
    margin: 0 0 0px;}
    .barfly-grid .issuuembed1 {
      height: 413px;
      margin-top: 0px;
      -ms-flex-preferred-size: 24%;
      flex-basis: 47%;
      margin-left: 15px;
  }
  .mag-top-txt {
    width: 47%;
    margin: 0 1.5% 0px;

  }
}
