* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }



button,
input[type="submit"] {
  border: 1px solid #2459a6;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #89a8d5;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #477dca;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477dca), color-stop(100%, #2760b2));
  background-image: -webkit-linear-gradient(#477dca, #2760b2);
  background-image: linear-gradient(#477dca, #2760b2);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #1b4f9a;
  background-clip: padding-box;
  font-size: 1em; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #628cc8;
    cursor: pointer;
    background-color: #3c71bb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c71bb), color-stop(100%, #255aa5));
    background-image: -webkit-linear-gradient(#3c71bb, #255aa5);
    background-image: linear-gradient(#3c71bb, #255aa5); }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled) {
    border: 1px solid #2459a6;
    box-shadow: inset 0 0 8px 4px #235397, inset 0 0 8px 4px #235397, 0 1px 1px 0 #eeeeee; }
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

body {
  color: #333333;
  /*test font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.25em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
   /*test font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: Arial, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  /*test font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

select {
  width: auto;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  margin: 0.75em 0;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.flipH{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}	
	
	
/* Success, error & notice boxes for messages and errors. */
.error, #flash_failure, .notice, #flash_notice, .success, #flash_success {
  margin-bottom: 0.75em;
  padding: 0.75em;
  font-weight: bold; }

.error, #flash_failure {
  background: #fbe3e4;
  color: #96151b; }
  .error a, #flash_failure a {
    color: #6a0f13; }
    .error a:hover, #flash_failure a:hover {
      color: #110203; }

.notice, #flash_notice {
  background: #fff6bf;
  color: #8c7800; }
  .notice a, #flash_notice a {
    color: #594c00; }
    .notice a:hover, #flash_notice a:hover {
      color: black; }

.success, #flash_success {
  background: #e6efc2;
  color: #56651a; }
  .success a, #flash_success a {
    color: #333c10; }
    .success a:hover, #flash_success a:hover {
      color: black; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

html {
  height: 100%; }

body {
  position: relative;
  height: 100%;
  background-size: cover;
  background-color: #599492; /*599492*/
  font-family: Georgia;
  color: white;
  margin: 0; }

.bgslider {
  position: fixed;
  top:-5%;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 105%;
  min-height: 105%;
  width: 100%;
  z-index: -1;
  overflow: hidden; }
  .bgslider img {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.background, #background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #599592;
  background-size: cover;
  -webkit-transition: background 400ms;
  -moz-transition: background 400ms;
  transition: background 400ms;
  z-index: -1; }
  .background .bg_food_fade, #background .bg_food_fade {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .background .bg_food_fade.foodpairings, #background .bg_food_fade.foodpairings {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/food-bg-01.jpg) center center no-repeat;
      background-size: cover; }
    .background .bg_food_fade.foodpairings-two, #background .bg_food_fade.foodpairings-two {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/food-bg-02.jpg) center center no-repeat;
      background-size: cover; }
    .background .bg_food_fade.foodpairings-three, #background .bg_food_fade.foodpairings-three {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/food-bg-03.jpg) center center no-repeat;
      background-size: cover; }
  .background .bgfade, #background .bgfade {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .background .bgfade.home, #background .bgfade.home {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-01.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-two, #background .bgfade.home-two {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-02.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-three, #background .bgfade.home-three {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-03.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-four, #background .bgfade.home-four {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-04.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-five, #background .bgfade.home-five {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-05.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-six, #background .bgfade.home-six {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-06.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-seven, #background .bgfade.home-seven {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-07.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-eight, #background .bgfade.home-eight {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-08.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-nine, #background .bgfade.home-nine {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-09.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-ten, #background .bgfade.home-ten {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-10.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-eleven, #background .bgfade.home-eleven {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-11.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-twelve, #background .bgfade.home-twelve {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-12.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.home-thirteen, #background .bgfade.home-thirteen {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/home/home-bg-13.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.ourwines_red, #background .bgfade.ourwines_red {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/ourwines_red.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.ourwines_white, #background .bgfade.ourwines_white {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/ourwines_white.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.foodpairings, #background .bgfade.foodpairings {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/foodpairings.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.foodpairings-two, #background .bgfade.foodpairings-two {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/foodpairings-two.jpg) center center no-repeat;
      background-size: cover; }
    .background .bgfade.foodpairings-three, #background .bgfade.foodpairings-three {
      width: 100%;
      height: 100%;
      background: url(../images/backgrounds/foodpairings-three.jpg) center center no-repeat;
      background-size: cover; }
  .background.home, #background.home {
    background: url(../images/backgrounds/home/home-bg-01.jpg) center center no-repeat;
    background-size: cover; }
  .background.home-two, #background.home-two {
    background: url(../images/backgrounds/home/home-bg-02.jpg) center center no-repeat;
    background-size: cover; }
  .background.home-three, #background.home-three {
    background: url(../images/backgrounds/home/home-bg-03.jpg) center center no-repeat;
    background-size: cover; }
  .background.home-four, #background.home-four {
    background: url(../images/backgrounds/home/home-bg-04.jpg) center center no-repeat;
    background-size: cover; }
  .background.home-five, #background.home-five {
    background: url(../images/backgrounds/home/home-bg-05.jpg) center center no-repeat;
    background-size: cover; }
  .background.home-six, #background.home-six {
    background: url(../images/backgrounds/home/home-bg-06.jpg) center center no-repeat;
    background-size: cover; }
  .background.our-story, #background.our-story {
    background: url(../images/backgrounds/ourstory.jpg) center center no-repeat;
    background-size: cover; }
  .background.sustainability, #background.sustainability {
    background: url(../images/backgrounds/sustainability.jpg) center center no-repeat;
    background-size: cover; }
  .background.ourwines_red, #background.ourwines_red {
    background: url(../images/backgrounds/ourwines_red.jpg) center center no-repeat;
    background-size: cover; }
  .background.ourwines_white, #background.ourwines_white {
    background: url(../images/backgrounds/ourwines_white.jpg) center center no-repeat;
    background-size: cover; }
  .background.foodpairings, #background.foodpairings {
    background: url(../images/backgrounds/foodpairings.jpg) center center no-repeat;
    background-size: cover; }
  .background.foodpairings-two, #background.foodpairings-two {
    background: url(../images/backgrounds/foodpairings-two.jpg) center center no-repeat;
    background-size: cover; }
  .background.foodpairings-three, #background.foodpairings-three {
    background: url(../images/backgrounds/foodpairings-three.jpg) center center no-repeat;
    background-size: cover; }
  .background.contactus, #background.contactus {
    background: url(../images/backgrounds/contactus.jpg) center center no-repeat;
    background-size: cover; }

.page__body {
  *zoom: 1;
  max-width: 68em;
 /* margin-left: auto;
  margin-right: auto; test*/
  margin-left:150px;
  margin-top: -8px; }
  .page__body:before, .page__body:after {
    content: " ";
    display: table; }
  .page__body:after {
    clear: both; }

.page__body__sidebar {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 14.70196%;
  width: 180px;
  background-color: rgba(89, 149, 146, 0.8);
  padding: 60px 20px 20px 10px; }
  .page__body__sidebar:last-child {
    margin-right: 0; }

.page__body__content {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 40.29137%;
  background-color: rgba(89, 149, 146, 0.8);
  padding: 100px 35px 35px 30px; /* orig 100px 35px 35px 30px; */
  display: none;
  position: absolute;
  top: -200%; }
  .page__body__content:last-child {
    margin-right: 0; }
  .page__body__content a {
    color: white; }
  .page__body__content.content {
    display: inline-block;
    position: relative; }

.page__body__content--wide {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 74.41059%;
  width: 100%;
  background-color: rgba(89, 149, 146, 0.8);
  padding: 21px 35px 35px 30px;
  display: none;
  position: absolute;
  top: -200%; }
  .page__body__content--wide:last-child {
    margin-right: 0; }
  .page__body__content--wide.content {
    display: table;
    position: relative; }

.page__body__content__subnavigation h2 {
  display: inline-block;
  width: 48%;
  cursor: pointer; }
  .page__body__content__subnavigation h2 a {
    color: white;
    display: inline-block;
    height: 48px; }
    .page__body__content__subnavigation h2 a.current {
      border-bottom: 3px solid white; }
    .page__body__content__subnavigation h2 a.dark {
      color: white; }
  .page__body__content__subnavigation h2.right {
    text-align: center; }

.sidebar__navigation {
  text-align: right; }
  .sidebar__navigation li {
    margin: 16px 0; }
  .sidebar__navigation a {
    color: white;
    text-shadow: 0 0 2px #599592;
    text-transform: uppercase;
    font-size: .8em; }
    .sidebar__navigation a.current {
      display: inline-block;
      height: 27px;
      border-bottom: 3px solid white; }

.sustainability {
  padding-top: 50px !important; }
  .sustainability img#sustainable_logo {
    display: block;
    width: 180px;
    margin: 0 auto 30px auto !important; }

.ourthanks {
  padding: 138px 35px 35px 30px; }

.pdflink{
	cursor:pointer;
}

.ourwine {
  padding-top: 200px; }
  .ourwine figcaption {
    font-size: 12px;
    text-align: center; }
    .ourwine figcaption a.pdflink {
      display: inline-block;
      background: #d4e6e5;
      color: #599592;
      border-radius: 4px;
      padding: 5px 10px;
      font-size: 16px;
      text-shadow: 0 0 1px #599592; }
      .ourwine figcaption a.pdflink:hover {
        background: #95bfbd;
        color: white;
        text-shadow: 0 0 1px white; }
  .ourwine img#white_wine_logo {
    display: block;
    margin: 30px auto; }

.white {
  color: white; }

.crimson, h2 a.crimson {
  color: #75263D; }

.crimson-bright, h2 a.crimson-bright {
  color: #9E3039; }

.dark, h2 a.dark {
  color: white; }

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase; }
  h1.white, h1.dark, h1.crimson, h2.white, h2.dark, h2.crimson, h3.white, h3.dark, h3.crimson, h4.white, h4.dark, h4.crimson, h5.white, h5.dark, h5.crimson, h6.white, h6.dark, h6.crimson {
    text-align: left;
    margin-bottom: 30px; }

h1 {
  text-align: center;
  font-size: 44px;
  line-height: 44px; }

p {
  color: white;
  font-size: 13.333px;
  line-height: 20px;
  margin-top: 20px;
  text-align: justify;
  text-shadow: 0 0 2px #599592; }
  p + p {
    margin-top: 10px; }
  p.copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
    clear: both; }

#btnSubmit{
    float: right;
    background: #d4e6e5;
    color: #599592;
    border: none !important;
    box-shadow: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: "Georgia";
    font-weight: normal;
    letter-spacing: 1px;
    outline: none;
    text-shadow: none;
    margin-top:5px;
	-webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear; 
	
	}
    #btnSubmit:hover {
      background: #95bfbd;
      color: white; }
    #btnSubmit:active {
      outline: none;
      box-shadow: none; }
	  
	  
	  
	  
	
.contact {
  padding: 100px 35px 35px 30px; }
  .contact input {
    margin: 25px 0;
    border-radius: 4px;
    background-color: #b4d3d1;
    border: none;
    font-family: "Georgia"; }
  .contact textarea {
    border-radius: 4px;
    border: none;
    background-color: #b4d3d1;
    color: #624e53;
    font-family: "Georgia";
    resize: none; }
  .contact button {
    float: right;
    background: #d4e6e5;
    color: #599592;
    border: none !important;
    box-shadow: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: "Georgia";
    font-weight: normal;
    letter-spacing: 1px;
    outline: none;
    text-shadow: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .contact button:hover {
      background: #95bfbd;
      color: white; }
    .contact button:active {
      outline: none;
      box-shadow: none; }
  .contact .phone-info {
    display: block;
    width: 100%;
    padding: 40px 0;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 1.2em; }

#agecheck {
  background-color: #599592;
  width: 100%;
  height: 100%; }
  #agecheck .agecheck__form {
    min-width: 250px;
    max-width: 420px;
    margin: 0 auto;
    height: 100%;
    padding: 15% 10px; }
    #agecheck .agecheck__form img {
      display: block;
      margin: 0 auto 20px auto;
      width: 100%;
      max-width: 350px; }
    #agecheck .agecheck__form h1 {
      font-size: 20px;
      font-style: normal;
      margin: 20px 0; }
    #agecheck .agecheck__form .date {
      width: 60%;
      margin: 0 auto;
      *zoom: 1; }
      #agecheck .agecheck__form .date:before, #agecheck .agecheck__form .date:after {
        content: " ";
        display: table; }
      #agecheck .agecheck__form .date:after {
        clear: both; }
    #agecheck .agecheck__form .remember {
      margin-top: 20px;
      text-align: center; }
      #agecheck .agecheck__form .remember input[type=checkbox] {
        position: relative;
        display: none; }
      #agecheck .agecheck__form .remember label:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: relative;
        line-height: 15px;
        left: 0;
        bottom: -3px;
        border: 1px solid #b4d3d1;
        background-color: #599592; }
      #agecheck .agecheck__form .remember input[type=checkbox]:checked + label:before {
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 15px;
        color: #f3f3f3;
        text-align: center;
        line-height: 15px;
        bottom: -1px; }
      #agecheck .agecheck__form .remember label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        font-size: 13px; }
    #agecheck .agecheck__form p {
      text-align: center;
      text-transform: uppercase; }
    #agecheck .agecheck__form select {
      border-radius: 0 !important;
      background-color: #599592;
      color: white;
      border: 1px solid white;
      float: left; }
      #agecheck .agecheck__form select#month {
        width: 30%; }
      #agecheck .agecheck__form select#day {
        width: 20%; }
      #agecheck .agecheck__form select#day {
        margin-left: 5%; }
      #agecheck .agecheck__form select#year {
        margin-left: 5%;
        width: 40%; }
  #agecheck button {
    border: 1px solid #37706d;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #8caeac;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background-color: #599592;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #599592), color-stop(100%, #3c7a77));
    background-image: -webkit-linear-gradient(#599592, #3c7a77);
    background-image: linear-gradient(#599592, #3c7a77);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2c6664;
    background-clip: padding-box;
    display: block;
    border: 1px solid white;
    border-radius: 0;
    background: #599592;
    text-shadow: none;
    text-transform: uppercase;
    width: 150px;
    margin: 20px auto;
    font-family: georgia;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 12px; }
    #agecheck button:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #6d9a98;
      cursor: pointer;
      background-color: #54817f;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54817f), color-stop(100%, #386f6c));
      background-image: -webkit-linear-gradient(#54817f, #386f6c);
      background-image: linear-gradient(#54817f, #386f6c); }
    #agecheck button:active:not(:disabled) {
      border: 1px solid #37706d;
      box-shadow: inset 0 0 8px 4px #336462, inset 0 0 8px 4px #336462, 0 1px 1px 0 #eeeeee; }
    #agecheck button:disabled {
      opacity: 0.5;
      cursor: not-allowed; }

/** VIDEO STYLING **/
#splash_video {
  width: 100%;
  height: 100%; }

#mframe {
  width: 100%;
  height: 100%; }

#music_player, .jp-audio {
  position: absolute;
  top: 5px;
  left: -5px;
  height: 55px;
  max-height: 55px;
  opacity: .75;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  #music_player:hover, .jp-audio:hover {
    opacity: 1; }

.container {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 0;
  max-height: 100%;
  overflow: hidden; 
  }

#video-content-es a, #video-content a, #home a {
  font-size: 1.3em;
  text-shadow: 0 0 1px #599592;
  font-weight: bold; }
  #video-content-es a:before, #video-content a:before, #home a:before {
    content: '';
    width: .5em;
    height: .5em;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 10px; }

.vjs-big-play-button {
  display: none !important; }

.slick {
  width: 500px;
  position: relative;
  background: #0F0F0F;
  font-family: Calibri, Candara, Arial, sans-serif;
  box-shadow: 0px 0px 2px 2px #aaa; }

 .slick-list{
	height:100%;
 }
 .slick-track{
	height:100%;
 }
  
.slick .slick-content {
  width: inherit;
  text-align: center; }

.slick .slick-content img {
  width: inherit;
  display: block; }

.slick .slick-bottom {
  height: 30px;
  width: inherit;
  color: #DDD;
  background: #0F0F0F;
  line-height: 21px; }

.slick .slick-bottom .slick-controls {
  padding-top: 5px; }

.slick .slick-bottom .slick-controls img {
  width: 20px;
  margin-left: 5px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.slick .slick-bottom .slick-controls img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.slick .slick-bottom .slick-no {
  float: right;
  padding-right: 10px;
  position: relative;
  padding-top: 5px; }

.slick .slick-bottom .slick-no .skip {
  width: 16px;
  text-align: right;
  height: 20px;
  margin-right: 3px;
  padding: 1px 2px 0px 0px;
  border: 1px solid #666;
  background: #1E1E1E;
  color: #DDD;
  position: absolute;
  left: -20px;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slick .slick-bottom .slick-no .skip:hover, .slick .slick-bottom .slick-no .skip:active, .slick .slick-bottom .slick-no .skip:focus {
  background: #DDD;
  color: black;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.slick .slick-bottom .slick-no .fullscr {
  padding-left: 10px;
  width: 20px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.slick .slick-bottom .slick-no .fullscr:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.slick .slick-bottom .slick-no div {
  float: left;
  font-size: 0.9em; }

.slick .slick-bottom .slick-no div:nth-child(1) span {
  padding-left: 3px; }

.slick .length {
  height: 1px;
  width: 37%;
  background: #7F8C8D; }

.slick .overlay-controls .overlay-next {
  height: calc(100% - 35px);
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }

.slick .overlay-controls .overlay-prev {
  height: calc(100% - 35px);
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.fullscreen-width {
  width: initial;
  border: none;
  box-shadow: none;
  height: 100%; }

.fullscreen-width .slick-content {
  width: initial;
  height: calc(100% - 35px); }

.fullscreen-width .slick-content img {
  width: initial;
  height: 100%; }

.fullscreen-width .length {
  height: 2px; }

.fullscreen-height {
  width: 100%;
  border: none;
  box-shadow: none;
  height: initial; }

.fullscreen-height .slick-content {
  width: initial;
  height: initial; }

.fullscreen-height .slick-content img {
  width: initial;
  height: 100%; }

.fullscreen-height .length {
  height: 2px; }

.jp-audio {
  padding: 1em;
  display: inline-block;
  max-height: 55px !important;
  height: 55px !important; }

.jp-controls li {
  display: inline-block;
  text-align: right; }
  .jp-controls li img {
    display: inline;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: -5px; }
  .jp-controls li a {
    color: white;
    background: #599592;
    border: 1px solid #b4d3d1;
    font-size: 12px;
    height: 30px !important;
    line-height: 1;
    display: inline-block;
    color: white;
    font-family: sans-serif;
    padding: .25em .5em; }
    .jp-controls li a:hover {
      color: white; }

.jp-progress {
  display: none; }

.jp-volume-bar {
  display: none; }

.jp-time-holder {
  display: none; }

.jp-toggles {
  display: none; }

.jp-details {
  display: none; }

  

  /************ LEGACY MEDIAQUERIES************/
  
  
 
@media screen and (min-width: 320px) {
  .container {
    margin-top: 5px; } }
@media screen and (min-width: 500px) {
  .container {
    margin-top: 0; 
	
	} }
@media screen and (min-width: 768px) {
  .container {
    display: block;
    float: left;
    margin-right: 2.35765%;
	width:auto;
   /* width: 74.41059%; */
   
   }
    .container:last-child {
      margin-right: 0; } }

@media screen and (min-width: 320px) {
  .page__body__sidebar {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding-top: 20px; }
    .page__body__sidebar:last-child {
      margin-right: 0; }
    .page__body__sidebar img {
      display: block;
      margin: 0 auto 20px auto; }
    .page__body__sidebar .sidebar__navigation {
      text-align: center;
      border-top: 1px solid #b4d3d1;
      border-bottom: 1px solid #b4d3d1; }
      .page__body__sidebar .sidebar__navigation li {
        margin: 4px 0;
        font-size: 1.2REM;
        font-weight: bold; } }
@media screen and (min-width: 500px) {
  .page__body__sidebar {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
	margin-bottom:20px;
    margin-top: 20px; }
    .page__body__sidebar:last-child {
      margin-right: 0; }
    .page__body__sidebar .sidebar__navigation {
      *zoom: 1; }
      .page__body__sidebar .sidebar__navigation:before, .page__body__sidebar .sidebar__navigation:after {
        content: " ";
        display: table; }
      .page__body__sidebar .sidebar__navigation:after {
        clear: both; }
      .page__body__sidebar .sidebar__navigation li {
        display: inline-block;
        float: left;
        width: 33.33333%;
        text-align: center;
        margin: 16px 0;
        font-size: 1em; }
        .page__body__sidebar .sidebar__navigation li:nth-child(3n) {
          margin-right: 0; }
        .page__body__sidebar .sidebar__navigation li:nth-child(3n+1) {
          clear: left; } }
		  
@media screen and (min-width: 769px) {
	.container{
		/*ii width:550px; */
	}
}

@media screen and (min-width: 768px) {
	div#food-pairings{
		width:450px;
	}
	#video-content{
		display:table;
	}
  .page__body__sidebar {
    display: block;
    float: left;
    margin-right: 2.35765%;
    margin-left: 0%;
    width: 180px;
	margin-left:-48px;
    margin-top: 0;
    padding: 60px 20px 20px 10px; }
    .page__body__sidebar:last-child {
      margin-right: 0; }
    .page__body__sidebar .sidebar__navigation {
      border: none; }
      .page__body__sidebar .sidebar__navigation li {
        width: 100%;
        float: none;
        text-align: right;
        font-size: 1rem;
        margin: 8px 0;
		
        font-weight: normal; } }

.page__body__content h1 {
	font-size: 30px; 
  }
@media screen and (min-width: 768px) {
    .page__body__content h1 {
	  text-align:center;
      font-size: 44px; 
	} 
}
@media screen and (min-width: 320px) {
  .page__body__content {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding-top: 20px; }
    .page__body__content:last-child {
      margin-right: 0; } }
@media screen and (min-width: 500px) {
  .page__body__content {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .page__body__content:last-child {
      margin-right: 0; } }
@media screen and (min-width: 768px) {
  .page__body__content {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 40.29137%;
    width: 450px;
    margin-left: 0%;
    padding: 138px 35px 35px 30px; }
    .page__body__content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 320px) {
  .page__body__content--wide {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding: 20px 10px; }
    .page__body__content--wide:last-child {
      margin-right: 0; }
    .page__body__content--wide h1 {
      font-size: 1.6rem;
      line-height: 1.9rem;
      display: block;
      margin-bottom: 10px;
      border-bottom: 1px solid #b4d3d1;
      padding-bottom: 10px; }
    .page__body__content--wide #headings {
      width: 100%;
      display: block;
      *zoom: 1;
      border-bottom: 1px solid #b4d3d1;
      padding-bottom: 10px; }
      .page__body__content--wide #headings:before, .page__body__content--wide #headings:after {
        content: " ";
        display: table; }
      .page__body__content--wide #headings:after {
        clear: both; }
      .page__body__content--wide #headings .heading {
        width: 33.33333%;
        display: inline-block;
        box-sizing: border-box;
        float: left;
        text-align: center;
        font-size: .8rem; }
        .page__body__content--wide #headings .heading:nth-child(2) {
          border-left: 1px solid white;
          border-right: 1px solid white; }
    .page__body__content--wide #foodpairings {
     /* width: 100%; mc */
      display: block;
      *zoom: 1;
      padding-bottom: 10px; }
      .page__body__content--wide #foodpairings:before, .page__body__content--wide #foodpairings:after {
        content: " ";
        display: table; }
      .page__body__content--wide #foodpairings:after {
        clear: both; }
      .page__body__content--wide #foodpairings .pairing {
        width: 100%;
        display: block;
        *zoom: 1; }
        .page__body__content--wide #foodpairings .pairing:before, .page__body__content--wide #foodpairings .pairing:after {
          content: " ";
          display: table; }
        .page__body__content--wide #foodpairings .pairing:after {
          clear: both; }
        .page__body__content--wide #foodpairings .pairing:first-child {
          margin-top: 10px; }
        .page__body__content--wide #foodpairings .pairing .countryname, .page__body__content--wide #foodpairings .pairing .whitepairing, .page__body__content--wide #foodpairings .pairing .redpairing {
          display: inline-block;
          width: 33.33333%;
          float: left;
          min-height: 130px !important; }
        .page__body__content--wide #foodpairings .pairing .whitepairing, .page__body__content--wide #foodpairings .pairing .redpairing {
          padding: 0 10px 10px 10px; }
          .page__body__content--wide #foodpairings .pairing .whitepairing p, .page__body__content--wide #foodpairings .pairing .redpairing p {
            font-size: .8rem;
            margin-top: 0;
            line-height: 1rem;
            text-align: left;
            font-style: italic; }
        .page__body__content--wide #foodpairings .pairing .whitepairing {
          border-left: 1px solid white;
          border-right: 1px solid white;
          box-sizing: border-box; }
        .page__body__content--wide #foodpairings .pairing .countryname h4 {
          font-size: 1rem;
          text-align: right !important;
          padding-right: 10px; } 
}

@media screen and (min-width: 500px) {
  .page__body__content--wide {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    padding: 20px 10px; }
    .page__body__content--wide:last-child {
      margin-right: 0; }
    .page__body__content--wide h1 {
      font-size: 1.5rem;
      line-height: 1.8rem;
      display: block;
      margin-bottom: 10px;
      border-bottom: 1px solid #b4d3d1;
      padding-bottom: 10px; }
    .page__body__content--wide #headings {
      width: 100%;
      display: block;
      *zoom: 1;
      border-bottom: 1px solid #b4d3d1;
      padding-bottom: 10px; }
      .page__body__content--wide #headings:before, .page__body__content--wide #headings:after {
        content: " ";
        display: table; }
      .page__body__content--wide #headings:after {
        clear: both; }
      .page__body__content--wide #headings .heading {
        width: 33.33333%;
        display: inline-block;
        float: left;
        text-align: center;
        font-size: .8rem;
        box-sizing: border-box; }
        .page__body__content--wide #headings .heading:nth-child(2) {
          border-left: 1px solid white;
          border-right: 1px solid white; }
    .page__body__content--wide #foodpairings {
      width: 100%;
      display: block;
      *zoom: 1;
      padding-bottom: 10px; }
      .page__body__content--wide #foodpairings:before, .page__body__content--wide #foodpairings:after {
        content: " ";
        display: table; }
      .page__body__content--wide #foodpairings:after {
        clear: both; }
      .page__body__content--wide #foodpairings .pairing {
        width: 100%;
        display: block;
        *zoom: 1; }
        .page__body__content--wide #foodpairings .pairing:before, .page__body__content--wide #foodpairings .pairing:after {
          content: " ";
          display: table; }
        .page__body__content--wide #foodpairings .pairing:after {
          clear: both; }
        .page__body__content--wide #foodpairings .pairing:first-child {
          margin-top: 10px; }
        .page__body__content--wide #foodpairings .pairing .countryname, .page__body__content--wide #foodpairings .pairing .whitepairing, .page__body__content--wide #foodpairings .pairing .redpairing {
          display: inline-block;
          width: 33.33333%;
          float: left;
          height: 100px; }
        .page__body__content--wide #foodpairings .pairing .whitepairing, .page__body__content--wide #foodpairings .pairing .redpairing {
          padding: 0 10px 10px 10px; }
          .page__body__content--wide #foodpairings .pairing .whitepairing p, .page__body__content--wide #foodpairings .pairing .redpairing p {
            font-size: .8rem;
            margin-top: 0;
            line-height: 1rem;
            text-align: left;
            font-style: italic; }
        .page__body__content--wide #foodpairings .pairing .whitepairing {
          border-left: 1px solid white;
          border-right: 1px solid white;
          box-sizing: border-box; }
        .page__body__content--wide #foodpairings .pairing .countryname h4 {
          font-size: 1rem;
          text-align: center; } 		  
}

@media screen and (min-width: 768px) {
   iframe{
	width:480px;
   }
  .page__body__content--wide {
    display: block;
    float: left;
    margin-right: 2.35765%;
	width:100%;  /*width: 65.88078%;*/
    margin-left: 0%;
    padding: 150px 10px 35px 10px; }
    .page__body__content--wide:last-child {
      margin-right: 0; }
    .page__body__content--wide h1 {
      text-align:center;
      width: auto;
      font-size: 36px;
	  line-height:40px;
      border: none; }
    .page__body__content--wide #headings {
      border-top: 1px solid white;
      padding-top: 10px;
      margin-top: 20px; }
    .page__body__content--wide #foodpairings {
      margin-bottom: -20px; }
    .page__body__content--wide .countryname h4 {
      font-size: 20px !important;
      display: block;
      width: 100%;
      padding-right: 30px !important; }
    .page__body__content--wide .whitepairing, .page__body__content--wide .redpairing {
      font-size: 18px !important; } }
	  
	  
	  
	  
/************* NEW MEDIA QUERIES ***************/
@media screen and (max-width: 767px) {
	.page__body{
		margin-left:2%;
		margin-top:2%;
		margin-right:2%;
		
	}
	
	.jp-audio{
		position:absolute;
		top:-2px;
		left:auto;
		right:-5px;
		display:none;
	}
	
	#food-pairings, #ourwine, #sustainability, #contact{
		top:-5000px;
	}
	
	.container{	
		width:100%;
		}

	
}
