@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Droid+Serif:400,700);
html, body {
    height: 100%;
    width: 100%;
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
body {
    overflow-x:hidden;
    /*font-size: 75%;*/
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 0.03em;
    font-family: Georgia,"Times New Roman",serif;
    color: #fff;
}
ul li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    background: transparent;
}

a:hover {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: arial;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 140%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1, h2, h4, h5, h6 {
    font-weight: normal;
    /*letter-spacing: 0.03em;*/
}
h3 {
    letter-spacing: 0.1em;
}

p {
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #fff;
}

section, header, nav, footer, aside, figure, figcaption, article, hgroup {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

textarea {
    resize: none;
    outline: none;
}

select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

a {
    transition: color .6s ease-in-out;
}

.floatLeftImp {
    float: left !important;
}

.floatRigthImp {
    float: right !important;
}
/* End Reset */
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/** Helper **/
.absolute-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hide {
  display: none;
}
.well {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.35), 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.no-scroll {
  overflow: hidden;
}
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #000;
  opacity: .8;
  z-index: 900;
  left: 0;
}
.uc {
  text-transform: uppercase;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.two-columns {
  width: 100%;
}
.two-columns .left-column,
.two-columns .right-column {
  width: 50%;
  float: left;
}
div.scLooseFrameZone {
  display: none;
}
.page-edit {
  overflow: hidden;
}
.page-edit li {
  float: left;
  margin-right: 2em;
}
.scEmptyImage {
  width: auto;
}
@media (min-width: 1024px) {
  footer .hero-image img.scEmptyImage {
    width: auto;
    border: none;
    border-radius: 0;
  }
}
/*------------------------------------*\
  MEDIA QUERIES - New version based on Penfolds2
\*------------------------------------*/
/**
Usage:
@media @tablet {
	footer {
		width: 768px;
	}
}*/
/* ---------------------------------------
         z-index
-----------------------------------------*/
/* ---------------------------------------
         Global colors
-----------------------------------------*/
.redButton {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
}
/* 
    -- Pagination and Bullet style Mixins --
    Use this if you want to change the shape of the bullet in the nav,
    or if you want to style the owl-slider pagination.

    This mixin only styles the block level element (height and size).
    
    usage: include .bullet-shape() or .diamond-shape() in parent selector.
    
    i.e:
        foo.bar { .diamond-shape() } will be the default 6px width x height diamond.
        .foo.bar { .bullet-shape(12px) } will be a 12px diamater circle.

*/
p {
  font-size: 14px;
  margin-bottom: 1em;
}
.hero-image img {
  display: block;
  margin: 0 auto;
}
/*
    ----- Structural styles -----
*/
.banner-placeholder {
  max-width: 1200px;
  margin: 0 auto;
}
/*------- Template 3 MIXIN --------*/
.border-radius-form {
  border-radius: 5px;
}
body {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  color: #525252;
}
input,
textarea,
button {
  background: none;
}
p {
  color: #525252;
}
a {
  color: #776348;
  transition: none;
}
.page.page-home .tcenter.logo {
  display: none;
}
.layout-content .title:first-of-type,
.layout-content .title-alt:first-of-type {
  margin-top: .5em;
}
.layout-content .join-us-container {
  padding-top: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
}
@media (max-width: 640px) {
  .layout-content .join-us-container {
    padding: 0 1.5em;
    text-align: left;
  }
}
.layout-content .join-us-container .form-wrapper span.error {
  display: none;
}
@media (max-width: 480px) {
  .layout-content .join-us-container .form-wrapper {
    width: 100%;
    min-width: 0;
  }
}
.layout-content .join-us-container .form-wrapper div.tcenter .submit-button:after {
  display: none;
}
@media (min-width: 480px) {
  .layout-content .join-us-container .form-wrapper .vlist li:nth-child(2n) {
    margin-left: 0;
  }
  .layout-content .join-us-container .clearfix {
    clear: both;
    margin-left: 0;
  }
  .layout-content .join-us-container .clearleft {
    clear: left;
    margin-left: 0;
  }
}
/*
  ----------------------------- Default Variables

  ------ Can be overwritten in each sites variables.less

*/
/*
  ----------------------------- Inherit Resets
*/
html,
body {
  height: 100%;
  width: 100%;
}
/*
  ----------------------------- Helper Classes / Utilities
*/
.js-hide-scroll {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
}
/*
  ----------------------------- Container styles for the Age Gate
*/
#country-selector *:focus,
#language-selector *:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #c6b379;
}
#dob-year:focus {
  outline: none;
}
#age-gate-section input {
  border: 0 none;
  margin: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder {
  color: #776348;
  opacity: 0.7;
}
input::-moz-input-placeholder {
  color: #776348;
  opacity: 0.7;
}
input:-moz-input-placeholder {
  color: #776348;
  opacity: 0.7;
}
input:-ms-input-placeholder {
  color: #776348;
  opacity: 0.7;
}
#age-gate-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 5000;
  background: #000 url(/Includes/Devilslair/Images/body-bg-pattern.jpg) no-repeat center center / cover;
  transform: translate3d(0, -9%, 0);
  transition: transform .4s .7s, opacity .4s .7s;
}
#age-gate-section.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: inherit;
}
#age-gate-section.js-absolute {
  position: absolute !important;
}
#age-gate-section .nicescroll-cursors {
  border: #c6b379 !important;
  background-color: #c6b379 !important;
}
#age-gate-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
#age-gate-section [class^="icon-"]:before {
  height: 100%;
  width: 20px;
  padding: 0;
}
#age-gate-section a {
  color: #c6b379;
  text-decoration: underline;
}
#age-gate-section p {
  color: #c6b379;
}
#age-gate {
  text-align: center;
  color: #c6b379;
  height: 100%;
}
#age-gate .absolute-centred {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 600px;
  max-height: 550px;
  overflow-y: scroll;
}
@media (max-width: 480px) {
  #age-gate .absolute-centred {
    height: 100%;
    max-height: none;
    position: absolute;
    top: 0;
  }
}
.age-gate-container {
  opacity: 1;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 0 10px #c6b379;
}
.age-gate-container .age-gate-container-wrapper {
  padding: 25px;
  height: 100%;
}
/*
  ----------------------------- Age Gate Contents
*/
.age-gate-container .icon-chevron:before {
  content: "\e801";
  position: absolute;
  top: 0;
  left: 5px;
  text-align: center;
  font-size: 25px;
  color: #c6b379;
  cursor: pointer;
  transform: rotate(90deg);
}
.age-gate-container .active .icon-chevron:before {
  content: "\e800";
}
.age-gate-container .logo {
  margin: 0 0 1em 0;
}
.age-gate-container .logo a {
  background: url(/Includes/Devilslair/Images/logo.png) no-repeat center center / contain;
  display: block;
  height: 84px;
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
}
.age-gate-container .message {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.age-gate-container .message:nth-child(n+3) {
  margin-bottom: 25px;
}
#country-selector,
#language-selector {
  position: relative;
  width: 100%;
  max-width: 533.33333333px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#country-selector .selected,
#language-selector .selected {
  position: relative;
  width: calc(100% - 50px);
  padding: 10px 15px;
  background: rgba(198, 179, 121, 0.25);
  text-transform: uppercase;
}
#country-selector .select-dropdown,
#language-selector .select-dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: -50px;
  width: 40px;
  height: 100%;
  background: rgba(198, 179, 121, 0.25);
}
#country-selector .select-dropdown span,
#language-selector .select-dropdown span {
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#age-gate-section .country-name,
#age-gate-section .language-list,
#age-gate-section .language-name {
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
#age-gate-section .country-list,
#age-gate-section .language-list {
  display: none;
  position: relative;
  background: rgba(198, 179, 121, 0.2);
  margin-right: 50px;
  text-align: left;
}
@media (min-width: 768px) {
  #age-gate-section .country-list,
  #age-gate-section .language-list {
    max-height: 7em;
    overflow-y: scroll;
  }
}
#age-gate-section .country-list li,
#age-gate-section .language-list li {
  display: block;
  padding: 4px 15px;
  border-bottom: #c6b379;
}
#age-gate-section .country-list li:hover,
#age-gate-section .language-list li:hover,
#age-gate-section .country-list li:focus,
#age-gate-section .language-list li:focus,
#age-gate-section .country-list li:active,
#age-gate-section .language-list li:active {
  background: rgba(198, 179, 121, 0.1);
}
#age-gate-section .country-list li:last-child,
#age-gate-section .language-list li:last-child {
  margin-bottom: 10px;
}
#date-of-birth {
  position: relative;
  min-height: 170px;
  margin-top: 20px;
}
#date-of-birth #dob-year,
#date-of-birth #dob-date-add {
  visibility: hidden;
}
#date-of-birth #dob-year.active,
#date-of-birth #dob-date-add.active {
  position: relative;
  visibility: visible;
}
#dob-date-add {
  position: absolute;
  left: 0;
  right: 0;
}
#dob-date-add #dob-date-month,
#dob-date-add #dob-date-day {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#dob-date-add #dob-date-month.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#dob-date-add #dob-date-day.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .1s;
}
#dob-date-add .dob-go-back {
  position: absolute;
  top: 20px;
  left: -40px;
}
#dob-date-add .dob-go-back .icon-chevron:before {
  transform: rotate(360deg);
}
.age-gate-container .number {
  border: 1px solid rgba(198, 179, 121, 0.8);
}
#dob-year {
  margin-top: 25px;
  display: none;
}
#dob-year.active {
  display: block;
}
#date-of-birth::after {
  clear: both;
  content: "";
  display: table;
}
#date-of-birth .number {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  height: 84px;
  width: 60px;
  margin-right: 4px;
}
@media (min-width: 460px) {
  #date-of-birth .number {
    height: 90px;
    width: 70px;
    margin-right: 7px;
  }
}
#date-of-birth .number:last-child {
  margin-right: 0;
}
#date-of-birth .number input {
  position: absolute;
  top: 0;
  left: -999em;
  width: 100%;
  height: 100%;
  outline: 0;
  font-size: 16px;
  opacity: 0;
}
#date-of-birth .number .number-value {
  font-size: 40px;
  line-height: 2;
  height: 100%;
}
#date-of-birth .number .number-value.filled {
  background: rgba(198, 179, 121, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
}
#date-of-birth.valid .number {
  border: 1px solid #198819;
}
#date-of-birth.valid .number input {
  display: none;
}
#date-of-birth.invalid .number {
  border: 1px solid #D62020;
}
.age-gate-container .divider {
  margin: 25px 0;
  font-size: 20px;
}
#age-gate-legal {
  margin: 20px 0 0;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ag-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.number-value.focus {
  position: absolute;
  width: 100%;
  height: 100%;
}
.number-value.focus::before {
  content: "_";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: blinker .4s infinite alternate;
}
a#btnFacebookConnect {
  text-decoration: none;
}
#btnFacebookConnect {
  font-family: "Lucida Grande", "Helvetica Neue", "Roboto", "Tahoma";
  font-size: 13px;
  text-align: left;
  letter-spacing: normal;
  font-weight: bold;
  display: inline-block;
  color: white;
  background-color: #3a579b;
  border-bottom: 1px solid #334d88;
  padding: 16px 12px;
  margin-bottom: 1em;
  border-radius: 3px;
  padding-left: 45px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
#btnFacebookConnect::before {
  font-family: "twe-custom";
  position: absolute;
  content: "\e813";
  line-height: 1;
  color: white;
  font-size: 25px;
  left: 17px;
  top: 26%;
}
#btnFacebookConnect span {
  display: block;
  margin-top: -2px;
}
#btnFacebookConnect:active {
  background-color: #365190;
}
#btnFacebookConnect:hover {
  background-color: #3e5da6;
}
#loading-div-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  z-index: 6000;
}
#loading-div-background p {
  position: absolute;
  color: #ffffff;
  top: 60vh;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: inherit;
}
#loading-div,
#loading-div:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#loading-div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50vh;
  font-size: 6px;
  text-indent: -9999em;
  border-left: 1.6em solid #fff;
  border-top: 1.6em solid rgba(255, 255, 255, 0.2);
  border-right: 1.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.6em solid rgba(255, 255, 255, 0.2);
  border-left: 1.6em solid #ffffff;
  transform: translateZ(0);
  animation: ag-load 1.1s infinite linear;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}
/*--------------- Teamplate B Mixins --------------------*/
/*---------------------------- AtlasB specific layout -------------------------------*/
.wrapper-site {
  width: 90%;
  margin: 0 auto;
}
.layout-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.layout-content .absolute-cover {
  display: none;
}
.layout-content h1.title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
  position: relative;
  zoom: 1;
  text-align: left;
}
.layout-content h1.title:before,
.layout-content h1.title:after {
  content: "";
  display: table;
}
.layout-content h1.title:after {
  clear: both;
}
.layout-content h1.title span {
  font-family: "Open Sans", "Helvetica", Sans-Serif !important;
  font-size: 12px;
}
.layout-content h2.title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
}
section.layout-content {
  background: "/Includes/Devilslair/Images/body-bg-pattern.jpg";
  margin-bottom: 2.5em;
  padding-bottom: 1em;
}
.wine-overview .content-with-image h2,
.wine-range .content-with-image h2 {
  padding-top: 1em;
}
li .content .extract {
  margin-bottom: 2em;
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}
.owl-controls,
.owl-controls.clickable,
.owl-theme.owl-controls {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 44%;
}
.owl-controls .owl-nav,
.owl-controls.clickable .owl-nav,
.owl-theme.owl-controls .owl-nav {
  margin: 0;
  line-height: 19px;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls.clickable .owl-nav .owl-prev,
.owl-theme.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.owl-controls.clickable .owl-nav .owl-next,
.owl-theme.owl-controls .owl-nav .owl-next {
  font-family: "twe-custom";
  position: absolute;
  margin: 0;
  bottom: -8px;
  border: 1px solid #776348;
  border-radius: 30px;
  padding: 16px;
  text-indent: 0;
  background: url("/Includes/Devilslair/Images/body-bg-pattern.jpg") top left repeat;
}
@media (max-width: 480px) {
  .owl-controls .owl-nav .owl-prev,
  .owl-controls.clickable .owl-nav .owl-prev,
  .owl-theme.owl-controls .owl-nav .owl-prev,
  .owl-controls .owl-nav .owl-next,
  .owl-controls.clickable .owl-nav .owl-next,
  .owl-theme.owl-controls .owl-nav .owl-next {
    bottom: 110px;
  }
}
.owl-controls .owl-nav .owl-prev:after,
.owl-controls.clickable .owl-nav .owl-prev:after,
.owl-theme.owl-controls .owl-nav .owl-prev:after,
.owl-controls .owl-nav .owl-next:after,
.owl-controls.clickable .owl-nav .owl-next:after,
.owl-theme.owl-controls .owl-nav .owl-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  color: #776348;
  text-indent: 0;
  font-size: 18px;
}
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls.clickable .owl-nav .owl-prev:hover,
.owl-theme.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls.clickable .owl-nav .owl-next:hover,
.owl-theme.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-prev:active,
.owl-controls.clickable .owl-nav .owl-prev:active,
.owl-theme.owl-controls .owl-nav .owl-prev:active,
.owl-controls .owl-nav .owl-next:active,
.owl-controls.clickable .owl-nav .owl-next:active,
.owl-theme.owl-controls .owl-nav .owl-next:active {
  background: #ab9d6d !important;
  -webkit-tap-highlight-color: #ab9d6d !important;
}
.owl-controls .owl-nav .owl-prev:hover:after,
.owl-controls.clickable .owl-nav .owl-prev:hover:after,
.owl-theme.owl-controls .owl-nav .owl-prev:hover:after,
.owl-controls .owl-nav .owl-next:hover:after,
.owl-controls.clickable .owl-nav .owl-next:hover:after,
.owl-theme.owl-controls .owl-nav .owl-next:hover:after,
.owl-controls .owl-nav .owl-prev:active:after,
.owl-controls.clickable .owl-nav .owl-prev:active:after,
.owl-theme.owl-controls .owl-nav .owl-prev:active:after,
.owl-controls .owl-nav .owl-next:active:after,
.owl-controls.clickable .owl-nav .owl-next:active:after,
.owl-theme.owl-controls .owl-nav .owl-next:active:after {
  color: #ffffff;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls.clickable .owl-nav .owl-prev,
.owl-theme.owl-controls .owl-nav .owl-prev {
  left: -14px;
}
.owl-controls .owl-nav .owl-prev:after,
.owl-controls.clickable .owl-nav .owl-prev:after,
.owl-theme.owl-controls .owl-nav .owl-prev:after {
  content: "\e81f";
}
.owl-controls .owl-nav .owl-next,
.owl-controls.clickable .owl-nav .owl-next,
.owl-theme.owl-controls .owl-nav .owl-next {
  right: -14px;
}
.owl-controls .owl-nav .owl-next:after,
.owl-controls.clickable .owl-nav .owl-next:after,
.owl-theme.owl-controls .owl-nav .owl-next:after {
  content: "\e820";
}
/*---------------------------- Common Content Page -------------------------------*/
.layout-content {
  zoom: 1;
  /*-----------------Content with image styling-----------------*/
  /*----------------- Hero image with content styling -------------------*/
  /*----------------- Iframe styling -------------------*/
  /*iframe {
        width: 100%;
        background: url("../../../../Images/ajax-loader-black.gif") bottom left no-repeat;
        background-position: 50% 20%;
    }*/
  /*----------------- Hyperlink styling -------------------*/
}
.layout-content:before,
.layout-content:after {
  content: "";
  display: table;
}
.layout-content:after {
  clear: both;
}
.layout-content .content-with-image {
  padding-left: 2em;
  padding-right: 2em;
  zoom: 1;
  margin-bottom: 3em;
  text-align: center;
}
.layout-content .content-with-image ul,
.layout-content .content-with-image ol {
  margin: 0 0 1.5em 35px;
}
.layout-content .content-with-image ul li {
  line-height: 1.3em;
  margin: 0 0 1em 0;
  list-style: none;
  display: block;
  position: relative;
}
.layout-content .content-with-image ul li:before {
  background-color: #525252;
  border-radius: 30px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
  margin-left: -17px;
}
.layout-content .content-with-image ol li {
  margin: 0 0 0.5em 0;
}
.layout-content .content-with-image:before,
.layout-content .content-with-image:after {
  content: "";
  display: table;
}
.layout-content .content-with-image:after {
  clear: both;
}
.layout-content .content-with-image .content-with-image {
  margin: 0;
}
.layout-content .content-with-image .content-image {
  text-align: center;
  float: none;
  margin: 0 0 20px 0;
  max-width: auto;
}
.layout-content .content-with-image .content-with-image-text {
  text-align: center;
  padding: 5px 0 0 0;
}
.layout-content .content-with-image .content-with-image-text .title {
  text-align: center;
}
.layout-content .content-with-image .content-with-image-text .sub-title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin-bottom: 1em;
}
.layout-content .content-with-image .content-with-image-text .sub-title p {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin: 0;
}
.layout-content .content-with-image .content-with-image-text .content-container {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  text-align: center;
}
.layout-content .content-with-image .content-read-more .read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.layout-content .content-with-image .content-read-more .read-more:before {
  content: "\e814";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -34px;
  top: 0;
}
.layout-content .content-with-image .content-read-more .read-more.active:before {
  content: "\e807";
}
.layout-content .content-with-image.join-us-cwi .content-with-image-text .title {
  text-align: center;
}
.layout-content .content-with-left-image {
  zoom: 1;
  margin-bottom: 3em;
  text-align: left;
}
.layout-content .content-with-left-image:before,
.layout-content .content-with-left-image:after {
  content: "";
  display: table;
}
.layout-content .content-with-left-image:after {
  clear: both;
}
.layout-content .content-with-left-image .content-with-image {
  margin: 0;
}
.layout-content .content-with-left-image .content-image {
  text-align: left;
  float: left;
  margin: 0 4% 2% 0;
  max-width: 48%;
}
.layout-content .content-with-left-image .content-with-image-text {
  text-align: left;
  padding: 5px 0 0 0;
}
.layout-content .content-with-left-image .content-with-image-text .title {
  text-align: left;
}
.layout-content .content-with-left-image .content-with-image-text .sub-title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin-bottom: 1em;
}
.layout-content .content-with-left-image .content-with-image-text .sub-title p {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin: 0;
}
.layout-content .content-with-left-image .content-with-image-text .content-container {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  text-align: left;
}
.layout-content .content-with-left-image .content-read-more .read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.layout-content .content-with-left-image .content-read-more .read-more:before {
  content: "\e814";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -34px;
  top: 0;
}
.layout-content .content-with-left-image .content-read-more .read-more.active:before {
  content: "\e807";
}
.layout-content .content-with-left-image .content-with-image {
  padding-left: 0;
}
.layout-content .content-with-left-image .content-with-image-text {
  padding-left: 2em;
}
.layout-content .content-with-right-image {
  zoom: 1;
  margin-bottom: 3em;
  text-align: left;
}
.layout-content .content-with-right-image:before,
.layout-content .content-with-right-image:after {
  content: "";
  display: table;
}
.layout-content .content-with-right-image:after {
  clear: both;
}
.layout-content .content-with-right-image .content-with-image {
  margin: 0;
}
.layout-content .content-with-right-image .content-image {
  text-align: left;
  float: right;
  margin: 0 0 2% 4%;
  max-width: 48%;
}
.layout-content .content-with-right-image .content-with-image-text {
  text-align: left;
  padding: 5px 0 0 0;
}
.layout-content .content-with-right-image .content-with-image-text .title {
  text-align: left;
}
.layout-content .content-with-right-image .content-with-image-text .sub-title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin-bottom: 1em;
}
.layout-content .content-with-right-image .content-with-image-text .sub-title p {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin: 0;
}
.layout-content .content-with-right-image .content-with-image-text .content-container {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  text-align: left;
}
.layout-content .content-with-right-image .content-read-more .read-more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.layout-content .content-with-right-image .content-read-more .read-more:before {
  content: "\e814";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -34px;
  top: 0;
}
.layout-content .content-with-right-image .content-read-more .read-more.active:before {
  content: "\e807";
}
.layout-content .content-with-right-image .content-with-image {
  padding-right: 0;
}
.layout-content .content-with-right-image .content-with-image-text {
  padding-right: 2em;
}
.layout-content .hero.content {
  margin-bottom: 1em;
}
.layout-content .hero.content .hero-image {
  margin-bottom: 1.5em;
}
.layout-content .hero.content .content-wrap {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  padding: 0 2em;
  text-align: center;
}
.layout-content .hero.content .content-wrap h1 {
  margin: 0.5em 0;
  text-align: center;
}
.layout-content .widget.hero.tc .hero-image {
  box-shadow: #F8F8F6 0 0 2px 2px;
}
.layout-content .iFrame-content {
  margin-bottom: 3em;
}
.layout-content a {
  text-decoration: underline;
  color: #c6b379;
}
.sprite-arrow-right-white {
  background: url('/Includes/Devilslair/Images/atlasb-sprite.png') top left no-repeat;
  background-position: 0px 0px;
  height: 14px;
  width: 7px;
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: baseline;
  top: 3px;
  margin: 3px 0.5em 0 0.5em;
}
.sprite-arrow-right-red {
  background: url('/Includes/Devilslair/Images/atlasb-sprite.png') top left no-repeat;
  background-position: -8px 0px;
  height: 14px;
  width: 7px;
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: baseline;
  top: 3px;
  margin: 3px 0.5em 0 0.5em;
}
.sprite-arrow-right-black {
  background: url('/Includes/Devilslair/Images/atlasb-sprite.png') top left no-repeat;
  background-position: 0px -16px;
  height: 14px;
  width: 7px;
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: baseline;
  top: 3px;
  margin: 3px 0.5em 0 0.5em;
}
/** 404 page Styling */
.page-not-found .layout-content {
  padding-top: 1em;
  min-height: 53.4vh;
  /**
                     * iPad with portrait orientation.
                     */
  /**
                     * iPad with landscape orientation.
                     */
  /**
                     * iPhone 5
                     * You can also target devices with aspect ratio.
                     */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .page-not-found .layout-content .layout-content {
    height: 1024px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .page-not-found .layout-content .layout-content {
    height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .page-not-found .layout-content .layout-content {
    height: 500px;
  }
}
.page-not-found .layout-content .image-with-content .two-columns {
  padding: 2% 0 0 2%;
}
.page-not-found .member-banner .layout-content {
  height: auto;
  min-height: 0;
  padding-top: 0;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  body.mobNavOverlay::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .layout-content .hero-image {
    margin-bottom: 2em;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Mobile phone */
@media (max-width: 600px) {
  .layout-content .content-with-image {
    padding: 0;
    text-align: left;
  }
  .layout-content .content-with-image .content-image {
    text-align: left;
  }
  .layout-content .content-with-image .content-with-image-text {
    padding: 0 1.5em;
    text-align: left;
  }
  .layout-content .content-with-image .content-with-image-text .title,
  .layout-content .content-with-image .content-with-image-text .sub-title,
  .layout-content .content-with-image .content-with-image-text .content-container {
    text-align: left;
  }
  .layout-content .content-with-left-image .content-with-image,
  .layout-content .content-with-right-image .content-with-image {
    padding: inherit 0.5em;
  }
  .layout-content .content-with-left-image .content-image,
  .layout-content .content-with-right-image .content-image {
    float: none;
    margin: 0 0 15px 0;
    display: block;
    max-width: 100%;
  }
  .layout-content .content-with-left-image .content-image img,
  .layout-content .content-with-right-image .content-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .layout-content .content-with-left-image .content-with-image-text,
  .layout-content .content-with-right-image .content-with-image-text {
    padding: 0 1.5em;
  }
  .layout-content .hero.content .content-wrap {
    text-align: left;
  }
  .layout-content .hero.content .content-wrap h1 {
    text-align: left;
  }
}
/* Mobile phone */
@media (max-width: 480px) {
  .layout-content .content-with-left-image .content-with-image,
  .layout-content .content-with-right-image .content-with-image {
    padding: inherit 0;
  }
  .layout-content .content-with-image .content-with-image-text .title,
  .layout-content .content-with-image .content-with-image-text .sub-title,
  .layout-content .content-with-image .content-with-image-text .content-container {
    word-wrap: break-word;
  }
  .layout-content .hero.content .content-wrap h1 {
    word-wrap: break-word;
  }
  footer nav {
    padding: 5% 0;
  }
}
.two-column-container {
  width: 100%;
  display: inline-block;
}
.two-column-container .col1 {
  width: 50%;
  float: left;
}
.two-column-container .col2 {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .two-column-container .col1,
  .two-column-container .col2 {
    width: 100%;
    float: none;
  }
  .two-column-container .col2 {
    padding-top: 5%;
    clear: both;
  }
}
header {
  margin: 0 auto;
  max-width: 1000px;
  padding: 1.2em 0 1.5em 0;
  display: block;
  background: url("/Includes/Devilslair/Images/body-bg-pattern.jpg") top left repeat;
}
header .logo {
  background-size: 100%;
  max-width: 210px;
  height: 86px;
  margin: 0;
  float: left;
  min-width: 185px;
  position: relative;
}
header .logo a {
  background: url("/Includes/Devilslair/Images/logo.png") no-repeat top center / contain;
  display: block;
  width: 100%;
  height: 100%;
}
header .widget {
  clear: left;
}
header.layout-header {
  zoom: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  float: none;
  z-index: 2;
}
header.layout-header:before,
header.layout-header:after {
  content: "";
  display: table;
}
header.layout-header:after {
  clear: both;
}
.nav-main {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  margin: 0em 0 0em 13.5em;
  display: block;
}
.nav-main .logo,
.nav-main .nav-secondary {
  display: none;
}
.nav-main .nav-main-toggle {
  text-indent: -9999px;
  display: none;
}
.nav-main .vlist.menu {
  float: left;
  display: block;
  width: 75%;
}
.nav-main li {
  display: inline-block;
  width: 30%;
  padding: 0 1.4em 0.4em 0;
  text-align: left;
  vertical-align: top;
}
.nav-main li a.uc {
  color: #776348;
  text-transform: capitalize;
  line-height: 1.6em;
  text-align: left;
  margin-right: 1em;
}
.nav-main li a.uc:hover {
  border-bottom: 1px solid #ab9d6d;
}
.nav-main li.active > a {
  font-weight: bold;
  color: #c6b379;
}
.nav-main li.active > a:hover {
  border-bottom: none;
}
.nav-main li.active ul.vlist {
  border-top: 2px solid #776348;
  left: 0;
  padding: 12px 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.nav-main li.active ul.vlist li {
  display: inline-block;
  padding: 3px 25px;
  width: auto;
}
.nav-main li.active ul.vlist li a.uc {
  margin: 0;
}
.nav-main ul.vlist {
  display: none;
  margin: 0;
  padding: 0;
}
.nav-main ul.vlist li a {
  font-size: 16px;
}
/*
.home .nav-main,
.winemaker .nav-main,
.contact-us-page .nav-main,
.cellar-door .nav-main,
.visit .nav-main,
.privacy .nav-main,
.termsandconditions .nav-main {
	height:5.7em;
}
*/
.layout-content nav.nav-secondary {
  position: relative;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  padding: 0;
  margin: 0;
}
.layout-content nav.nav-secondary::before {
  position: absolute;
  height: 100%;
}
.layout-content nav.nav-secondary ul {
  border-top: 2px solid #776348;
  border-bottom: 2px solid #776348;
  display: table;
  margin: -2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
.layout-content nav.nav-secondary li {
  border-right: 1px solid #776348;
  padding: 1em 4em;
  display: table-cell;
  text-align: center;
}
.layout-content nav.nav-secondary li:last-child {
  border: none;
}
.layout-content nav.nav-secondary a {
  color: #776348;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
}
.layout-content nav.nav-secondary a:before {
  background-color: #776348;
  border-radius: 100%;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: -16px;
  top: 6px;
}
.layout-content nav.nav-secondary a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .nav-main li {
    padding: 0 0 0.25em 0em;
  }
  .nav-main {
    font-size: 15px;
    margin-left: 13.5em;
  }
}
@media (max-width: 875px) {
  .nav-main li a.uc {
    margin-right: 0em;
    width: 90%;
  }
  .nav-main {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .nav-main ul.menu {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  body.body-mobNavActive:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  body .master-container .nav-main {
    height: auto;
  }
  .layout-header {
    float: left;
  }
  header.layout-header {
    position: relative;
    left: 0%;
    width: 112.5%;
    left: -6.5%;
  }
  .layout-content nav.nav-secondary {
    display: none;
  }
  .nav-main {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .nav-main .nav-main-toggle {
    position: absolute;
    top: 1.4em;
    right: 1.5em;
    cursor: pointer;
    display: block;
    width: 32px;
  }
  .nav-main .nav-main-toggle:after {
    content: "\e81c";
    font-size: 28px;
    color: #776348;
    width: 32px;
    height: 32px;
    font-family: "twe-custom";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    vertical-align: middle;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* Font smoothing.*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    display: block;
  }
  .nav-main .nav-main-toggle.active:after {
    content: "\e807";
  }
  .nav-main ul.vlist.menu {
    position: relative;
    width: 100%;
    z-index: 10;
    border-top: 1px solid #776348;
    background: '';
    display: none;
    overflow: hidden;
  }
  .nav-main ul.vlist.menu li {
    display: block;
    text-align: center;
    padding: 0.8em 0 0.8em;
    width: auto;
  }
  .nav-main ul.vlist.menu li:hover a {
    border-bottom: none;
  }
  .nav-main ul.vlist.menu li.has-children .drop-link {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    left: 12px;
    position: relative;
    top: 4px;
    width: 18px;
  }
  .nav-main ul.vlist.menu li.has-children .drop-link:before {
    background: #776348 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 14px;
  }
  .nav-main ul.vlist.menu li.has-children .drop-link:after {
    background: #776348 none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 8px;
    position: absolute;
    top: 2px;
    width: 2px;
  }
  .nav-main ul.vlist.menu li.sub-menu-open .drop-link {
    transform: rotate(43deg);
  }
  .nav-main ul.vlist.menu li.sub-menu-open ul.vlist {
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
    font-style: italic;
    line-height: 2.2em;
  }
  .nav-main ul.vlist.menu li ul.vlist {
    position: static;
    left: 0;
    top: 0;
    display: none;
    padding: 0.2em 0;
    border: none;
  }
  .nav-main ul.vlist.menu li ul.vlist li {
    display: block;
    padding: 0.85em 0;
  }
  .nav-main ul.vlist.menu li ul.vlist li:first-child {
    padding: 1em 0;
  }
  .nav-main .nav-secondary {
    display: none;
    clear: both;
  }
  .nav-main .nav-secondary ul.sec-nav-list {
    display: block;
    margin: 0;
    padding: 0 0 1em 0;
    text-align: center;
  }
  .nav-main .nav-secondary ul.sec-nav-list li {
    display: block;
    text-align: center;
    padding: 0.8em 0;
    width: auto;
  }
  .nav-main .nav-secondary ul.sec-nav-list li:hover a {
    border-bottom: none;
  }
}
/*  
    The following block is kept for safety, but pretty sure we are no longer using this template for search on any 
    sites. Keeping this here as a fall back on older sites in case new CSS isnt deployed.
    Also targetting specifically on header, as these below styles were conflicting with the search results page.
*/
nav .site-search-wrapper.hide {
  display: block;
  float: right;
  margin: 0;
  width: 15%;
  position: absolute;
  min-width: 180px;
  right: 1em;
}
nav .site-search-wrapper.hide .site-search {
  border: 1px solid #776348;
  border-radius: 9px;
  padding: 0 0.8em;
  height: 40px;
  position: relative;
}
nav .site-search-wrapper.hide .site-search h2 {
  display: none;
}
nav .site-search-wrapper.hide .site-search .siteSearch {
  color: #776348;
  font-size: 14px;
  height: 38px;
  width: 100%;
  position: relative;
  border: none;
  outline: none;
}
nav .site-search-wrapper.hide .site-search:after {
  content: "\e823";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 7px;
}
nav .site-search-wrapper.hide .overlay {
  display: none;
}
@media (min-width: 1000px) {
  nav .site-search-wrapper.hide {
    width: 15%;
  }
}
@media (max-width: 768px) {
  nav .site-search-wrapper.hide {
    display: none;
    padding-bottom: 2em;
    width: 100%;
    position: relative;
    right: 0;
  }
  nav .site-search-wrapper.hide .site-search {
    margin: 0 auto;
    width: 240px;
  }
}
.search-keyword-wrap ::-webkit-input-placeholder,
.search-keyword-wrapper ::-webkit-input-placeholder {
  color: rgba(82, 82, 82, 0.5);
}
.search-keyword-wrap :-moz-placeholder,
.search-keyword-wrapper :-moz-placeholder {
  color: rgba(82, 82, 82, 0.5);
}
.search-keyword-wrap ::-moz-placeholder,
.search-keyword-wrapper ::-moz-placeholder {
  color: rgba(82, 82, 82, 0.5);
}
.search-keyword-wrap :-ms-input-placeholder,
.search-keyword-wrapper :-ms-input-placeholder {
  color: rgba(82, 82, 82, 0.5);
}
.search-keyword-wrap input {
  color: #525252;
  font-size: 14px;
  margin: 0;
  position: absolute;
  min-width: 140px;
  right: 0;
  border: 1px solid #776348;
  padding: 8px 30px 11px 11px;
  border-radius: 8px;
}
.search-btn-wrap {
  position: relative;
}
.search-btn-wrap input {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.search-btn-wrap:after {
  content: "\e823";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 18px;
  color: #18140e;
  height: 20px;
  width: 20px;
  right: 9px;
  line-height: 0;
  top: 18px;
  z-index: -1;
}
@media (max-width: 768px) {
  .search-field {
    display: none;
  }
}
.site-search-wrapper.hide {
  display: block;
}
.site-search-wrapper .overlay {
  display: none;
}
.site-search-wrapper h2 {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
}
.site-search-wrapper input {
  width: 100%;
  border: 1px solid #C1B893;
  font-size: 1em;
  padding: 5px 12px;
  box-sizing: border-box;
}
.site-search-wrapper .search-popular-terms {
  position: relative;
}
.site-search-wrapper .search-popular-terms:before {
  content: "\e823";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 18px;
  color: #18140e;
  height: 20px;
  width: 20px;
  top: -27px;
  right: 9px;
}
.site-search-wrapper .search-popular-terms ul {
  border: 1px solid #C1B893;
  border-top: 0 none;
  padding: .4em .8em;
}
.site-search-wrapper .search-popular-terms ul li {
  color: rgba(82, 82, 82, 0.55);
}
.site-search-wrapper .search-popular-terms ul .ui-state-focus {
  color: #525252;
}
.search-results {
  margin-top: 1.3rem;
}
.search-results .result-category-title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #776348;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
.search-results .result-item {
  margin-bottom: 0.7em;
  clear: both;
  padding-right: 1em;
}
.search-results .page-thumbnail {
  float: left;
  display: block;
  margin: 0 1em 0.7em 0;
}
.search-results .page-thumbnail img {
  max-width: 150px;
}
.search-results .twocol .leftcol,
.search-results .twocol .rightcol {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.search-results .twocol .leftcol {
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  .search-results .twocol .leftcol,
  .search-results .twocol .rightcol {
    width: 100%;
  }
  .search-results .twocol .leftcol {
    margin-left: 0;
  }
}
.banner-placeholder {
  max-width: 1000px;
  margin: 0 auto;
}
.carousel .image-carousel {
  overflow: hidden;
  padding-top: 43%;
}
.carousel .image-carousel .owl-slider {
  left: 0;
  padding: 0 79px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.carousel .image-carousel .owl-slider:first-child {
  z-index: 9;
}
.carousel .image-carousel .owl-slider p[data-title] {
  position: absolute;
  top: 25%;
  color: #fdfdfd;
  width: 60%;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 1.75em;
  left: 20%;
  margin: 0;
  line-height: 1em;
  text-shadow: #1d1d1d 0px 1px 3px;
  display: none;
}
.carousel .image-carousel .owl-slider span.caption {
  font-weight: normal;
  display: block;
  padding: 1em 0 1.75em;
  font-size: 0.6em;
  line-height: 1.25em;
  letter-spacing: 0;
  max-height: 3.5em;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.carousel .image-carousel .owl-slider a.owl-cta {
  background: transparent;
  border: 1px solid #fdfdfd;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #fdfdfd;
  border-color: #fdfdfd;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.carousel .image-carousel .owl-slider a.owl-cta:hover,
.carousel .image-carousel .owl-slider a.owl-cta:focus,
.carousel .image-carousel .owl-slider a.owl-cta:active,
.carousel .image-carousel .owl-slider a.owl-cta.active,
.open > .dropdown-toggle.carousel .image-carousel .owl-slider a.owl-cta {
  color: #fdfdfd;
  border-color: #313131;
}
.carousel .image-carousel .owl-slider a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.carousel .image-carousel .owl-slider a.owl-cta .badge {
  color: transparent;
  background-color: #fdfdfd;
}
.carousel .image-carousel .owl-slider a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #fdfdfd;
}
.carousel .image-carousel .owl-slider a.owl-cta:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: #fdfdfd;
  box-shadow: #313131 0 2px 4px 0px;
  text-shadow: none;
}
.carousel .image-carousel .owl-slider.dark p[data-title] {
  color: #1d1d1d;
  text-shadow: #fdfdfd 0px 1px 3px;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta {
  background: transparent;
  border: 1px solid #1d1d1d;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #1d1d1d;
  border-color: #1d1d1d;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta:hover,
.carousel .image-carousel .owl-slider.dark a.owl-cta:focus,
.carousel .image-carousel .owl-slider.dark a.owl-cta:active,
.carousel .image-carousel .owl-slider.dark a.owl-cta.active,
.open > .dropdown-toggle.carousel .image-carousel .owl-slider.dark a.owl-cta {
  color: #1d1d1d;
  border-color: #000000;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta .badge {
  color: transparent;
  background-color: #1d1d1d;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #1d1d1d;
}
.carousel .image-carousel .owl-slider.dark a.owl-cta:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #434343;
  box-shadow: #434343 0 2px 4px 0px;
  text-shadow: none;
}
.carousel .owl-loaded {
  overflow: visible;
  padding: 0;
}
.carousel .owl-loaded .owl-slider {
  padding: 0;
  position: relative;
}
.carousel .owl-loaded .owl-slider:first-child {
  z-index: auto;
}
.owl-carousel > .owl-item {
  text-align: center;
}
.owl-carousel > .owl-item > li {
  display: inline-block;
}
.owl-theme .owl-slider {
  font-size: 14px;
  text-align: center;
  height: 100%;
}
.owl-theme .owl-slider p[data-title] {
  position: absolute;
  top: 25%;
  color: #fdfdfd;
  width: 60%;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 1.75em;
  display: none;
  left: 20%;
  margin: 0;
  line-height: 1em;
  text-shadow: #1d1d1d 0px 1px 3px;
}
.owl-theme .owl-slider span.caption {
  font-weight: normal;
  display: block;
  padding: 1em 0 1.75em;
  font-size: 0.6em;
  line-height: 1.25em;
  letter-spacing: 0;
  max-height: 3.5em;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.owl-theme .owl-slider a.owl-cta {
  background: transparent;
  border: 1px solid #fdfdfd;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #fdfdfd;
  border-color: #fdfdfd;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.owl-theme .owl-slider a.owl-cta:hover,
.owl-theme .owl-slider a.owl-cta:focus,
.owl-theme .owl-slider a.owl-cta:active,
.owl-theme .owl-slider a.owl-cta.active,
.open > .dropdown-toggle.owl-theme .owl-slider a.owl-cta {
  color: #fdfdfd;
  border-color: #313131;
}
.owl-theme .owl-slider a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.owl-theme .owl-slider a.owl-cta .badge {
  color: transparent;
  background-color: #fdfdfd;
}
.owl-theme .owl-slider a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #fdfdfd;
}
.owl-theme .owl-slider a.owl-cta:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: #fdfdfd;
  box-shadow: #313131 0 2px 4px 0px;
  text-shadow: none;
}
.owl-theme .owl-slider.dark p[data-title] {
  color: #1d1d1d;
  text-shadow: #fdfdfd 0px 1px 3px;
}
.owl-theme .owl-slider.dark a.owl-cta {
  background: transparent;
  border: 1px solid #1d1d1d;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #1d1d1d;
  border-color: #1d1d1d;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
}
.owl-theme .owl-slider.dark a.owl-cta:hover,
.owl-theme .owl-slider.dark a.owl-cta:focus,
.owl-theme .owl-slider.dark a.owl-cta:active,
.owl-theme .owl-slider.dark a.owl-cta.active,
.open > .dropdown-toggle.owl-theme .owl-slider.dark a.owl-cta {
  color: #1d1d1d;
  border-color: #000000;
}
.owl-theme .owl-slider.dark a.owl-cta .open > .dropdown-toggle {
  background-image: none;
}
.owl-theme .owl-slider.dark a.owl-cta .badge {
  color: transparent;
  background-color: #1d1d1d;
}
.owl-theme .owl-slider.dark a.owl-cta:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #1d1d1d;
}
.owl-theme .owl-slider.dark a.owl-cta:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #434343;
  box-shadow: #434343 0 2px 4px 0px;
  text-shadow: none;
}
.owl-theme .owl-pagination {
  bottom: 5%;
  left: 50%;
  margin-left: -30%;
  position: absolute;
  width: 60%;
}
.owl-theme .owl-buttons {
  display: none;
}
.owl-theme .owl-page {
  background: url("/Includes/Devilslair/Images/slider-sprite.png") 0 0 no-repeat;
}
.owl-theme .owl-page span.owl-numbers {
  margin: 0;
  padding: 0;
}
.owl-theme .owl-page .active {
  background-position: 0 0;
}
.generic-carousel.owl-carousel.owl-theme .owl-controls .owl-buttons div,
.wine-list.owl-carousel.owl-theme .owl-controls .owl-buttons div,
.featured-wines-list.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  text-indent: -999px;
  height: 34px;
  width: 40px;
  margin-bottom: 15px;
}
.generic-carousel.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.wine-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.featured-wines-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url("/Includes/Devilslair/Images/owl-prev.png") 0 0 no-repeat;
}
.generic-carousel.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.wine-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.featured-wines-list.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url("/Includes/Devilslair/Images/owl-next.png") 0 -35px no-repeat;
}
.carousel.homepage,
.carousel.aboutpage {
  background: url("/Includes/Devilslair/Images/body-bg-pattern.jpg") top left repeat;
  width: calc(100% + 200px) !important;
  margin-left: calc(0% - 100px) !important;
  position: relative;
}
.carousel.homepage .owl-item,
.carousel.aboutpage .owl-item {
  opacity: 0.3;
}
.carousel.homepage .owl-item.active,
.carousel.aboutpage .owl-item.active {
  opacity: 1;
  box-shadow: #F8F8F6 0 0 2px 2px;
}
.carousel.homepage .owl-controls,
.carousel.aboutpage .owl-controls {
  /*
        height: 1px;
        margin-top: -1px;
        line-height: 1px;
        .owl-prev {
            height: 100%;
            left: 0;
            position: absolute;
            text-indent: -9999px;
            top: 0;
            width: 50px;
        }
        .owl-next {
            height: 100%;
            right: 0;
            position: absolute;
            text-indent: -9999px;
            top: 0;
            width: 50px;
        }*/
}
.carousel.homepage img {
  display: block;
  margin: 0 auto;
}
.carousel.homepage .owl-loaded.owl-theme .owl-slider.dark p[data-title],
.carousel.aboutpage .owl-loaded.owl-theme .owl-slider.dark p[data-title] {
  display: block;
}
.carousel.aboutpage img {
  min-height: 130px;
}
.carousel.aboutpage {
  margin-bottom: 3em;
}
.image-carousel .owl-controls {
  position: static;
  display: block;
  height: 1px;
  margin-top: -1px;
  line-height: 1px;
}
.image-carousel .owl-controls .owl-prev,
.image-carousel .owl-controls .owl-next {
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 80px;
  background: none;
  border: 0;
  border-radius: 0;
}
.image-carousel .owl-controls .owl-prev:after,
.image-carousel .owl-controls .owl-next:after {
  display: none;
}
.image-carousel .owl-controls .owl-prev:hover,
.image-carousel .owl-controls .owl-next:hover {
  background: none !important;
}
.image-carousel .owl-controls .owl-prev {
  left: 0;
}
.image-carousel .owl-controls .owl-next {
  right: 0;
}
@media (max-width: 1140px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 160px) !important;
    margin-left: calc(0% - 80px) !important;
  }
  .carousel .image-carousel {
    padding-top: 44%;
  }
  .carousel .owl-loaded {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 80px) !important;
    margin-left: calc(0% - 40px) !important;
  }
  .carousel .image-carousel {
    padding-top: 47%;
  }
  .carousel .image-carousel .owl-slider {
    padding: 0 39px;
  }
  .carousel .owl-loaded {
    padding-top: 0;
  }
  .carousel .owl-loaded .owl-slider {
    padding: 0;
  }
}
@media (max-width: 850px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 60px) !important;
    margin-left: calc(0% - 30px) !important;
  }
  .carousel.homepage .owl-slider {
    font-size: 0.9em;
  }
  .carousel.homepage .owl-slider,
  .owl-carousel .owl-video-tn {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  .carousel.homepage .owl-item img,
  .carousel.homepage .owl-video-tn {
    min-height: 300px;
  }
  .carousel.homepage .owl-item.active .owl-slider img {
    height: auto;
    max-width: 740px;
    width: auto;
  }
  .owl-carousel .owl-video-wrapper .owl-video-play-icon {
    top: 150px;
  }
  .carousel .image-carousel {
    height: 300px;
    padding: 0;
  }
  .carousel .image-carousel .owl-slider {
    position: relative;
    margin: 0 29px;
    padding: 0;
    width: auto;
  }
  .carousel .owl-loaded {
    height: auto;
    padding: 0;
  }
  .carousel .owl-loaded .owl-slider {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .carousel.homepage .owl-slider {
    font-size: 0.8em;
  }
}
@media (max-width: 640px) {
  .carousel.homepage,
  .carousel.aboutpage {
    width: calc(100% + 40px) !important;
    margin-left: -20px !important;
  }
  .carousel.homepage .owl-slider a.owl-cta {
    padding: 10px 10px 10px 15px;
  }
  .carousel.homepage .owl-item.active .owl-slider img {
    max-width: 590px;
  }
  .carousel .image-carousel .owl-slider {
    margin: 0 19px;
  }
  .carousel .owl-loaded .owl-slider {
    padding: 0;
    margin: 0;
  }
  .carousel.homepage .image-carousel .owl-slider img {
    max-width: 590px;
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .carousel.homepage .owl-slider p[data-title] {
    font-size: 1.5em;
    width: 70%;
    left: 15%;
  }
}
@media (max-width: 380px) {
  .carousel.homepage .owl-slider a.owl-cta {
    padding: 8px 12px 9px 15px;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-prev,
.content-page .image-carousel.owl-carousel .owl-controls .owl-next,
.generic-carousel.owl-carousel .owl-controls .owl-prev,
.generic-carousel.owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: calc(50% - 64px);
  display: block !important;
  color: black;
  height: 88px;
  width: 7.5%;
  max-width: 56px;
  text-indent: -9999px;
  background: white;
  opacity: .9;
  z-index: 300;
  transition: background .2s;
  border-radius: 0;
  border: none;
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-prev::after,
.content-page .image-carousel.owl-carousel .owl-controls .owl-next::after,
.generic-carousel.owl-carousel .owl-controls .owl-prev::after,
.generic-carousel.owl-carousel .owl-controls .owl-next::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.generic-carousel.owl-carousel .owl-controls .owl-prev,
.generic-carousel.owl-carousel .owl-controls .owl-next {
  top: calc(30% - 64px);
}
@media (min-width: 600px) {
  .generic-carousel.owl-carousel .owl-controls .owl-prev,
  .generic-carousel.owl-carousel .owl-controls .owl-next {
    display: none !important;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-nav .owl-prev,
.generic-carousel.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-nav .owl-next,
.generic-carousel.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}
.content-page .image-carousel.owl-carousel .owl-controls,
.generic-carousel.owl-carousel .owl-controls {
  display: none;
  position: static;
  height: 1px;
  margin-top: -1px;
  line-height: 1px;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .content-page .image-carousel.owl-carousel .owl-controls,
  .generic-carousel.owl-carousel .owl-controls {
    display: block;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span,
.generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span {
  display: none;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #cecece;
}
@media (max-width: 600px) {
  .content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span,
  .generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: block;
  }
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot,
.generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 8px;
}
.content-page .image-carousel.owl-carousel .owl-controls .owl-dots .owl-dot.active span,
.generic-carousel.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #ab9d6d;
}
.owl-carousel .owl-paging {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-paging .owl-current,
.owl-carousel .owl-paging .owl-seperator,
.owl-carousel .owl-paging .owl-total {
  display: inherit;
}
.owl-carousel .owl-paging .owl-seperator {
  margin: 5px 15px;
}
.content-page .image-carousel .owl-controls,
.generic-carousel .owl-controls {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 44%;
}
.content-page .image-carousel .owl-controls .owl-nav,
.generic-carousel .owl-controls .owl-nav {
  margin: 0;
  line-height: 19px;
  display: none;
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev,
.generic-carousel .owl-controls .owl-nav .owl-prev,
.content-page .image-carousel .owl-controls .owl-nav .owl-next,
.generic-carousel .owl-controls .owl-nav .owl-next {
  font-family: "twe-custom";
  position: absolute;
  margin: 0;
  bottom: -8px;
}
@media (max-width: 480px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev,
  .generic-carousel .owl-controls .owl-nav .owl-prev,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next,
  .generic-carousel .owl-controls .owl-nav .owl-next {
    bottom: 110px;
  }
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
.generic-carousel .owl-controls .owl-nav .owl-next:after {
  position: absolute;
  color: #776348;
  font-size: 5em;
}
@media (max-width: 800px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 4em;
  }
}
@media (max-width: 600px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 2.5em;
  }
}
@media (max-width: 500px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
  .generic-carousel .owl-controls .owl-nav .owl-prev:after,
  .content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
  .generic-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 1.6em;
  }
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:hover,
.generic-carousel .owl-controls .owl-nav .owl-prev:hover,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:hover,
.generic-carousel .owl-controls .owl-nav .owl-next:hover,
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:active,
.generic-carousel .owl-controls .owl-nav .owl-prev:active,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:active,
.generic-carousel .owl-controls .owl-nav .owl-next:active {
  background: #ab9d6d !important;
  -webkit-tap-highlight-color: #ab9d6d !important;
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:hover:after,
.generic-carousel .owl-controls .owl-nav .owl-next:hover:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:active:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:active:after,
.content-page .image-carousel .owl-controls .owl-nav .owl-next:active:after,
.generic-carousel .owl-controls .owl-nav .owl-next:active:after {
  color: #ffffff;
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev,
.generic-carousel .owl-controls .owl-nav .owl-prev {
  transform: rotate(0deg);
}
.content-page .image-carousel .owl-controls .owl-nav .owl-prev:after,
.generic-carousel .owl-controls .owl-nav .owl-prev:after {
  content: "\e815";
}
.content-page .image-carousel .owl-controls .owl-nav .owl-next:after,
.generic-carousel .owl-controls .owl-nav .owl-next:after {
  content: "\e816";
}
.content-page .image-carousel .owl-controls .owl-prev:after,
.content-page .image-carousel .owl-controls .owl-next:after {
  display: block;
}
.content-page .carousel .owl-loaded {
  overflow: hidden;
}
.carousel .image-carousel .owl-slider p[data-title] {
  display: block !important;
  top: 50%;
}
.content-page .owl-pagination,
.content-page .owl-buttons {
  display: none;
}
.layout-content .carousel.content-page {
  padding: 0 6%;
}
.layout-content p {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  margin-bottom: 10px;
}
.layout-content .hero-image img {
  display: block;
  margin: 0 auto;
}
.layout-content .image-with-content {
  margin: 0 auto;
  max-width: 1000px;
}
.layout-content .image-with-content ul,
.layout-content .image-with-content ol {
  margin: 0 0 1.5em 35px;
}
.layout-content .image-with-content ul li {
  line-height: 1.3em;
  margin: 0 0 1em 0;
  list-style: none;
  display: block;
  position: relative;
}
.layout-content .image-with-content ul li:before {
  background-color: #525252;
  border-radius: 30px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
  margin-left: -17px;
}
.layout-content .image-with-content ol li {
  margin: 0 0 0.5em 0;
}
.layout-content .image-with-content .two-columns .column-2 {
  float: left;
  width: 48%;
  padding-right: 2%;
}
.layout-content .image-with-content .two-columns .title {
  display: none;
}
.layout-content .image-with-content .two-columns .title-alt.hide {
  display: block;
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
  margin-bottom: 30px;
}
.layout-content .image-with-content.image-left .left-column {
  float: right;
  width: 47%;
  padding: 0 0 2% 0%;
}
.layout-content .image-with-content.image-left .right-column {
  float: left;
  width: 48%;
  padding: 0 0% 2% 0;
}
.layout-content .image-with-content.image-left .column-2 {
  display: none;
}
.layout-content .image-with-content.image-right {
  /* .column-2 {
                float: left;
                margin-left: 2%;
            }*/
}
.layout-content .image-with-content.image-right .right-column {
  float: right;
  width: 48%;
  padding: 0 0 2% 2.5%;
}
.layout-content .image-with-content.image-right .left-column {
  float: left;
  width: 42%;
  padding: 0 2.5% 2% 0;
}
.layout-content .image-with-content.image-right .column-2 {
  display: none;
}
.layout-content .image-with-content.no-image {
  padding: 0 2em;
}
.layout-content .image-with-content.no-image .right-column {
  display: none;
}
.layout-content .image-with-content.no-image .left-column {
  float: left;
  margin: 0 auto 30px;
  width: 48%;
  line-height: 1.5em;
}
.layout-content .image-with-content.no-image .column-2 {
  float: right;
  margin-left: 0;
  line-height: 1.5em;
  padding-right: 0;
}
.layout-content .image-with-content.full-width .right-column,
.layout-content .image-with-content.full-width .left-column {
  float: none;
  margin: 0 auto 30px;
  width: 100%;
  zoom: 1;
}
.layout-content .image-with-content.full-width .right-column:before,
.layout-content .image-with-content.full-width .left-column:before,
.layout-content .image-with-content.full-width .right-column:after,
.layout-content .image-with-content.full-width .left-column:after {
  content: "";
  display: table;
}
.layout-content .image-with-content.full-width .right-column:after,
.layout-content .image-with-content.full-width .left-column:after {
  clear: both;
}
@media (max-width: 768px) {
  .layout-content .image-with-content {
    padding: 0 0 2%;
    width: 92%;
  }
  .layout-content .image-with-content.no-image .two-columns,
  .layout-content .image-with-content.no-image .left-column,
  .layout-content .image-with-content.no-image .column-2 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .layout-content .right-column,
  .layout-content .left-column,
  .layout-content .column-2 {
    width: 100%;
  }
  .layout-content .image-with-content.image-left .two-columns .left-column,
  .layout-content .image-with-content.image-left .two-columns .right-column,
  .layout-content .image-with-content.image-left .two-columns .column-2 {
    width: 100%;
  }
  .layout-content .image-with-content.image-right .two-columns .right-column,
  .layout-content .image-with-content.image-right .two-columns .left-column,
  .layout-content .image-with-content.image-right .two-columns .column-2 {
    width: 100%;
  }
  .layout-content .image-with-content.no-image .two-columns .left-column,
  .layout-content .image-with-content.no-image .two-columns .column-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer {
  position: absolute;
  left: 0;
  padding: 2.2em 4%;
  width: 100%;
  background: #000;
  border-top: 5px solid #c6b379;
}
footer * {
  font-size: 14px;
  color: #c6b379;
  padding: 0;
}
footer p {
  line-height: 1.8em;
  color: #c6b379;
}
footer h1,
footer h2 {
  font-weight: bold;
  opacity: 1;
  margin-bottom: 1em;
  font-size: 1em;
  letter-spacing: 0.04em;
  color: #c6b379;
}
footer .content-container h2 {
  margin-top: 3em;
}
footer a {
  text-decoration: underline;
  color: #c6b379;
}
footer a:hover,
footer a:visited {
  color: #c6b379;
}
footer .hero-image img {
  display: block;
  float: right;
  border: 8px rgba(198, 179, 121, 0.5) solid;
  border-radius: 20px;
  width: 320px;
  height: auto;
}
footer div.two-columns {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
footer .two-columns {
  width: 100%;
}
footer .two-columns .left-column {
  width: 40%;
  float: left;
}
footer .two-columns .right-column {
  width: 50%;
  float: right;
  max-width: 1000px;
  margin-right: 0;
}
footer .nav-footer.tcenter.clearfix {
  text-align: left;
  clear: none;
  width: 100%;
  max-width: 1000px;
  padding-left: 0;
  margin-top: 2em;
}
footer nav {
  margin: 0 auto;
  padding: 1em 0 0;
}
footer nav .nav-footer-list {
  margin: 0 auto;
}
footer nav .nav-footer-list ul li {
  display: inline-block;
}
footer nav .nav-footer-list ul li:after {
  content: "|";
  width: 1em;
  margin: 0 0 0 0.5em ;
  display: inline-block;
}
footer nav .nav-footer-list ul li a {
  display: inline-block;
}
footer nav .nav-footer-list ul li a.uc {
  text-transform: none;
}
footer nav .nav-footer-list ul li.last {
  float: right;
}
footer nav .nav-footer-list ul li.last:after,
footer nav .nav-footer-list ul li:nth-last-child(2):after {
  display: none;
}
footer nav .nav-footer-list ul li.last,
footer nav .nav-footer-list ul li.first {
  background: none;
  padding-left: 0;
}
footer .hlist.social {
  margin: 0.5em auto 0;
  max-width: 1000px;
  padding: 0;
}
footer .hlist.social > li.search {
  display: none;
}
footer .hlist.social > li .hlist > li {
  display: inline-block;
}
footer .hlist.social > li .hlist > li .icon-social {
  border: 1px solid;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
footer .hlist.social > li .hlist > li a:hover {
  transform: scale(1.1);
}
footer nav .nav-footer-list ul li.last a:hover {
  transform: scale(1.057);
}
/* footer social bp*/
@media (max-width: 480px) {
  .hlist.social > li .hlist > li .icon-social {
    margin-right: 5px !important;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
  .hlist.social > li .hlist > li .icon-social:before {
    padding: 5px 0 1px;
    margin-left: -1px;
  }
  footer .nav-footer.tcenter.clearfix {
    margin-top: 0em;
  }
}
/* footer image breakpoint */
@media (max-width: 720px) {
  footer .hero-image img {
    display: none;
  }
  footer .two-columns .left-column {
    width: 100%;
    float: left;
  }
  footer nav .nav-footer-list ul li.last {
    float: none;
    display: block;
    margin-top: 1em;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  footer nav .nav-footer-list ul li a {
    font-size: 0.9em;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1024px) {
  footer .hero-image img {
    width: 388px;
    height: auto;
    margin-right: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 640px) {
  footer {
    background-size: cover 100%;
  }
  footer nav {
    padding: 30px 0 0;
  }
}
.featured-wines-section {
  position: relative;
  padding: 0;
  margin-top: 3em;
  zoom: 1;
}
.featured-wines-section .title {
  margin: 0 auto;
}
.featured-wines-section .title h1 {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
  position: relative;
  zoom: 1;
  text-align: center;
}
.featured-wines-section .title h1:before,
.featured-wines-section .title h1:after {
  content: "";
  display: table;
}
.featured-wines-section .title h1:after {
  clear: both;
}
.featured-wines-section .title p {
  text-align: center;
}
.featured-wines-section .featured-wines-list {
  display: block;
  float: none;
  border: 0 solid #776348;
  padding: 20px 0px 40px 0;
  margin: 0.5em 0 3.5em 0px;
  width: calc(100% - 2px);
  position: relative;
}
@media (max-width: 480px) {
  .featured-wines-section .featured-wines-list {
    width: 100%;
  }
  .featured-wines-section .featured-wines-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #776348;
    position: relative;
    font-family: "Droid Serif", "Times New Roman", Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .featured-wines-section .featured-wines-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .featured-wines-section .featured-wines-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .featured-wines-section .featured-wines-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .featured-wines-section .featured-wines-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .featured-wines-section .featured-wines-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .featured-wines-section .featured-wines-list .tab.active:before {
    border-bottom: 0;
  }
  .featured-wines-section .featured-wines-list .tab.active:after {
    border-bottom: 0;
  }
}
.featured-wines-section .featured-wines-list::before,
.featured-wines-section .featured-wines-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -10;
  display: block;
}
.featured-wines-section .featured-wines-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #776348;
  top: 40px;
}
.featured-wines-section .featured-wines-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #7a664a;
}
.featured-wines-section .featured-wines-list::before {
  position: absolute;
  width: 99.8%;
  box-shadow: #F8F8F6 0 0 10px 3px;
  z-index: 0;
  content: "";
}
.featured-wines-section .featured-wines-list::after {
  background: "/Includes/Devilslair/Images/body-bg-pattern.jpg";
}
.featured-wines-section .featured-wines-list .content .title {
  height: 4.6em;
  overflow: hidden;
  margin-bottom: 6%;
  font-size: 22px;
}
.featured-wines-section .featured-wines-list .content .sub-title {
  height: 4em;
  overflow: hidden;
  margin-bottom: 6%;
}
.featured-wines-section .featured-wines-list .content .range-name.hide {
  display: block;
  text-align: center;
  padding: 2% 6% 0;
  text-transform: uppercase;
  height: ;
  font-weight: 600;
  overflow: hidden;
}
.featured-wines-section .featured-wines-list .content .extract {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  line-height: 19px;
  display: block;
  margin-top: 0;
  height: 5.9em;
  overflow: hidden;
  padding: 0 6%;
  word-wrap: break-word;
  margin-bottom: 6%;
}
.featured-wines-section .featured-wines-list .owl-item > li {
  float: left;
  margin: 40px 0 0;
  padding: 3%;
  width: 100%;
  z-index: 1;
  position: relative;
  border: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content {
  margin: 0 0.75em;
  zoom: 1;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .sub-title {
  color: #776348;
  text-transform: uppercase;
  position: static;
  font-weight: bold;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .extract {
  display: block;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .title,
.featured-wines-section .featured-wines-list .owl-item > li .content .sub-title {
  padding: 1.2em 0.1em 0em;
}
.featured-wines-section .featured-wines-list .owl-item > li .content:before,
.featured-wines-section .featured-wines-list .owl-item > li .content:after {
  content: "";
  display: table;
}
.featured-wines-section .featured-wines-list .owl-item > li .content:after {
  clear: both;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:hover,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:focus,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:active,
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon {
  color: #776348;
  border-color: #AC9C6C;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #776348;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon:hover:after {
  color: #776348;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .hero-image {
  background: url('/Includes/Devilslair/Images/swigglylines.png') center center no-repeat;
  margin: 0;
  min-height: 200px;
  min-height: 0;
}
.featured-wines-section .featured-wines-list .owl-item > li .hero-image img {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  z-index: 3;
  position: relative;
  max-height: 220px;
  min-height: 0;
  width: auto;
}
.featured-wines-section .featured-wines-list .owl-item > li:before {
  border-top: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content {
  padding-bottom: 2em;
  text-align: center;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .none {
  font-size: 1.2em;
  line-height: 1em;
  color: #919191;
  margin-top: 0.5em;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 0;
  margin: 0;
  height: 3.5em;
  text-align: center;
  text-transform: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .extract {
  display: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .sub-title {
  display: none;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .range-name {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin: 0;
  padding: 1em 0 0.5em 0;
}
.featured-wines-section .featured-wines-list .owl-item > li .link-wrapper {
  margin-bottom: 1em;
}
.featured-wines-section .view-all-wines {
  position: relative;
  top: -76px;
  text-align: center;
  z-index: 1;
}
.featured-wines-section .view-all-wines a {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  background: url("/Includes/Devilslair/Images/body-bg-pattern.jpg") top left repeat;
  z-index: 1;
  position: relative;
}
.featured-wines-section .view-all-wines a:hover,
.featured-wines-section .view-all-wines a:focus,
.featured-wines-section .view-all-wines a:active,
.featured-wines-section .view-all-wines a.active,
.open > .dropdown-toggle.featured-wines-section .view-all-wines a {
  color: #776348;
  border-color: #AC9C6C;
}
.featured-wines-section .view-all-wines a .open > .dropdown-toggle {
  background-image: none;
}
.featured-wines-section .view-all-wines a .badge {
  color: transparent;
  background-color: #776348;
}
.featured-wines-section .view-all-wines a:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.featured-wines-section .view-all-wines a:hover:after {
  color: #776348;
}
.featured-wines-section .view-all-wines a:before {
  display: none;
}
.featured-wines-section:before,
.featured-wines-section:after {
  content: "";
  display: table;
}
.featured-wines-section:after {
  clear: both;
}
.wine-list-section.ranges {
  zoom: 1;
}
.wine-list-section.ranges .wine-list {
  text-align: center;
  float: none;
  border: 0px solid #776348;
  padding: 20px 0px 20px 0;
  margin: 0px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .wine-list-section.ranges .wine-list {
    width: 100%;
  }
  .wine-list-section.ranges .wine-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #776348;
    position: relative;
    font-family: "Droid Serif", "Times New Roman", Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .wine-list-section.ranges .wine-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .wine-list-section.ranges .wine-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .wine-list-section.ranges .wine-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .wine-list-section.ranges .wine-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .wine-list-section.ranges .wine-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .wine-list-section.ranges .wine-list .tab.active:before {
    border-bottom: 0;
  }
  .wine-list-section.ranges .wine-list .tab.active:after {
    border-bottom: 0;
  }
}
.wine-list-section.ranges .wine-list::before,
.wine-list-section.ranges .wine-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  display: block;
}
.wine-list-section.ranges .wine-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #776348;
  top: 40px;
}
.wine-list-section.ranges .wine-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #7a664a;
}
.wine-list-section.ranges .wine-list::before {
  position: absolute;
  width: calc(100% - 2px);
  box-shadow: #F8F8F6 0 0 2px 2px;
  z-index: 0;
  content: "";
}
.wine-list-section.ranges .wine-list::after {
  background: "/Includes/Devilslair/Images/body-bg-pattern.jpg";
}
.wine-list-section.ranges .wine-list li {
  float: none;
  margin: 0;
  padding: 1em;
  width: 48%;
  z-index: 1;
  position: relative;
  border: none;
  display: inline-block;
  vertical-align: top;
}
.wine-list-section.ranges .wine-list li .content {
  margin: 0 0.75em;
  zoom: 1;
}
.wine-list-section.ranges .wine-list li .content .sub-title {
  color: #776348;
  text-transform: uppercase;
  position: static;
  font-weight: bold;
}
.wine-list-section.ranges .wine-list li .content .extract {
  display: block;
}
.wine-list-section.ranges .wine-list li .content .title,
.wine-list-section.ranges .wine-list li .content .sub-title {
  padding: 1.2em 0.1em 0em;
}
.wine-list-section.ranges .wine-list li .content:before,
.wine-list-section.ranges .wine-list li .content:after {
  content: "";
  display: table;
}
.wine-list-section.ranges .wine-list li .content:after {
  clear: both;
}
.wine-list-section.ranges .wine-list li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:hover,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:focus,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:active,
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.wine-list-section.ranges .wine-list li .link-wrapper .link-icon {
  color: #776348;
  border-color: #AC9C6C;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #776348;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon:hover:after {
  color: #776348;
}
.wine-list-section.ranges .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.wine-list-section.ranges .wine-list li .hero-image {
  background: url('/Includes/Devilslair/Images/swigglylines.png') center center no-repeat;
  margin: 0;
  min-height: 200px;
  min-height: 0;
}
.wine-list-section.ranges .wine-list li .hero-image img {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  z-index: 3;
  position: relative;
  max-height: 220px;
  min-height: 0;
  width: auto;
}
.wine-list-section.ranges .wine-list li:before {
  border-top: none;
}
.wine-list-section.ranges .wine-list li .hero-image img {
  margin: -20px auto 0;
}
.wine-list-section.ranges .wine-list li .content {
  display: inline-block;
  padding-bottom: 2em;
}
.wine-list-section.ranges .wine-list li .content .title {
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 0;
  text-transform: none;
}
.wine-list-section.ranges .wine-list li .content .sub-title {
  display: none;
}
.wine-list-section.ranges .wine-list li .content .link-wrapper {
  margin-bottom: 2em;
}
.wine-list-section.ranges:before,
.wine-list-section.ranges:after {
  content: "";
  display: table;
}
.wine-list-section.ranges:after {
  clear: both;
}
@media (max-width: 768px) {
  .wine-list-section.ranges .hero-image img {
    max-width: 180px;
    margin-top: -60px;
  }
}
@media (max-width: 640px) {
  .wine-list-section.ranges .wine-list li {
    padding: 1% 7% 0;
    width: 100%;
  }
  .wine-list-section.ranges .wine-list li .content .link-wrapper {
    top: 0 !important;
  }
}
@media (max-width: 480px) {
  .layout-content .wine-list-section.ranges .wine-list .tab.active {
    display: block;
    text-indent: -9999px;
  }
  .layout-content .wine-list-section.ranges .wine-list .tab.active .icon-accordion {
    display: block;
    text-indent: 0;
  }
  .layout-content .wine-list-section.ranges .wine-list::before,
  .layout-content .wine-list-section.ranges .wine-list::after {
    display: none;
  }
  .layout-content .wine-list-section.ranges .wine-list li {
    display: none;
    left: -2px;
    margin-bottom: 20px;
    margin-top: -80px;
  }
  .layout-content .wine-list-section.ranges .wine-list li::before,
  .layout-content .wine-list-section.ranges .wine-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .layout-content .wine-list-section.ranges .wine-list li::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #776348;
    top: 40px;
  }
  .layout-content .wine-list-section.ranges .wine-list li::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #7a664a;
  }
  .layout-content .wine-list-section.ranges .wine-list li:before {
    border-top: 0;
  }
  .layout-content .wine-list-section.ranges .wine-list li:after {
    border-top: 0;
  }
  .layout-content .wine-list-section.ranges .wine-list li .hero-image img {
    margin-top: 40px !important;
    top: 0;
    margin-bottom: 0;
  }
}
/* Version A */
.wine-range {
  zoom: 1;
}
.wine-range.tab::before,
.wine-range.tab::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -10;
  display: block;
}
.wine-range.tab::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #776348;
  top: 40px;
}
.wine-range.tab::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #7a664a;
}
.wine-range .wines {
  position: relative;
}
.wine-range .wines .wine-list {
  text-align: center;
  float: none;
  border: 0px solid #776348;
  padding: 20px 0px 20px 0;
  margin: 0 0 0px 0px;
  width: 100%;
  position: relative;
}
.wine-range .wines .wine-list .tab::before,
.wine-range .wines .wine-list .tab::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -10;
  display: block;
}
.wine-range .wines .wine-list .tab::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #776348;
  top: 40px;
}
.wine-range .wines .wine-list .tab::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #7a664a;
}
@media (max-width: 480px) {
  .wine-range .wines .wine-list {
    width: 100%;
  }
  .wine-range .wines .wine-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #776348;
    position: relative;
    font-family: "Droid Serif", "Times New Roman", Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .wine-range .wines .wine-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .wine-range .wines .wine-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .wine-range .wines .wine-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .wine-range .wines .wine-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .wine-range .wines .wine-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .wine-range .wines .wine-list .tab.active:before {
    border-bottom: 0;
  }
  .wine-range .wines .wine-list .tab.active:after {
    border-bottom: 0;
  }
}
.wine-range .wines .wine-list::before,
.wine-range .wines .wine-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  display: block;
}
.wine-range .wines .wine-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #776348;
  top: 40px;
}
.wine-range .wines .wine-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #7a664a;
}
.wine-range .wines .wine-list::before {
  position: absolute;
  width: calc(100% - 2px);
  box-shadow: #F8F8F6 0 0 2px 2px;
  z-index: 0;
  content: "";
}
.wine-range .wines .wine-list li {
  float: none;
  margin: 0;
  padding: 1em;
  width: 48%;
  z-index: 1;
  position: relative;
  border: none;
  display: inline-block;
  vertical-align: top;
}
.wine-range .wines .wine-list li .content {
  margin: 0 0.75em;
  zoom: 1;
}
.wine-range .wines .wine-list li .content .sub-title {
  color: #776348;
  text-transform: uppercase;
  position: static;
  font-weight: bold;
}
.wine-range .wines .wine-list li .content .extract {
  display: block;
}
.wine-range .wines .wine-list li .content .title,
.wine-range .wines .wine-list li .content .sub-title {
  padding: 1.2em 0.1em 0em;
}
.wine-range .wines .wine-list li .content:before,
.wine-range .wines .wine-list li .content:after {
  content: "";
  display: table;
}
.wine-range .wines .wine-list li .content:after {
  clear: both;
}
.wine-range .wines .wine-list li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0 20px;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon:hover,
.wine-range .wines .wine-list li .link-wrapper .link-icon:focus,
.wine-range .wines .wine-list li .link-wrapper .link-icon:active,
.wine-range .wines .wine-list li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.wine-range .wines .wine-list li .link-wrapper .link-icon {
  color: #776348;
  border-color: #AC9C6C;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #776348;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon:hover:after {
  color: #776348;
}
.wine-range .wines .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.wine-range .wines .wine-list li .hero-image {
  background: url('/Includes/Devilslair/Images/swigglylines.png') center center no-repeat;
  margin: 0;
  min-height: 200px;
  min-height: 0;
}
.wine-range .wines .wine-list li .hero-image img {
  margin: 0 auto;
  max-width: none;
  min-width: 0;
  z-index: 3;
  position: relative;
  max-height: 220px;
  min-height: 0;
  width: auto;
}
.wine-range .wines .wine-list li:before {
  border-top: none;
}
.wine-range .wines .wine-list li .content {
  display: block;
}
.wine-range .wines .wine-list li .content .title {
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
  margin-top: 0;
  text-transform: none;
}
.wine-range .wines .wine-list li .content .sub-title {
  display: none;
}
.wine-range .wines .wine-list li .content .link-wrapper {
  margin-bottom: 2em;
}
.wine-range .wines .wine-list li .content .link-wrapper a {
  max-width: 160px;
  min-width: 120px;
}
.wine-range:before,
.wine-range:after {
  content: "";
  display: table;
}
.wine-range:after {
  clear: both;
}
@media (max-width: 640px) {
  .wine-range .wines .wine-list li {
    padding: 7%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wine-range .wines .wine-list li {
    padding: 7%;
    width: 100%;
  }
  .wine-range .wines .wine-list span {
    display: block;
  }
  .wine-range .wines .wine-list .tab.active {
    display: block;
    text-indent: -9999px;
  }
  .wine-range .wines .wine-list .tab.active .icon-accordion {
    display: block;
    text-indent: 0;
  }
  .wine-range .wines .wine-list::before,
  .wine-range .wines .wine-list::after {
    display: none;
  }
  .wine-range .wines .wine-list li {
    display: none;
    left: -2px;
    margin-bottom: 20px;
    margin-top: -80px;
  }
  .wine-range .wines .wine-list li::before,
  .wine-range .wines .wine-list li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .wine-range .wines .wine-list li::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #776348;
    top: 40px;
  }
  .wine-range .wines .wine-list li::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #7a664a;
  }
  .wine-range .wines .wine-list li:before {
    border-top: 0;
  }
  .wine-range .wines .wine-list li:after {
    border-top: 0;
  }
  .wine-range .wines .wine-list li .hero-image img {
    margin-top: 30px !important;
    top: 0;
    margin-bottom: 0;
  }
}
.awards-section {
  clear: both;
}
.awards-section h4 {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #c6b379;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.awards-section .awards-list {
  margin-bottom: 2.5em;
  list-style: none;
}
.awards-section .awards-list .award {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  vertical-align: top;
  padding-left: 1.5em;
  /*  &.trophy{
            left: 0;
            top:0;
        }*/
}
.awards-section .awards-list .award:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
}
.awards-section .awards-list .award .award-wine,
.awards-section .awards-list .award .award-result,
.awards-section .awards-list .award .award-detail {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Droid Serif", "Times New Roman", Serif;
  line-height: 16px;
}
.awards-section .awards-list .award .award-wine {
  color: #c6b379;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.awards-section .awards-list .award .award-result {
  margin-bottom: 5px;
}
.awards-section .awards-list .award .award-detail {
  font-size: 14px;
}
.awards-section .awards-list .award .icon-award {
  display: block;
  left: 0;
  position: absolute;
  text-align: left;
  top: -6px;
}
.awards-section .link-wrapper {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.awards-section .link-wrapper a {
  text-decoration: none;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
}
.awards-section .link-wrapper a:hover,
.awards-section .link-wrapper a:focus,
.awards-section .link-wrapper a:active,
.awards-section .link-wrapper a.active,
.open > .dropdown-toggle.awards-section .link-wrapper a {
  color: #776348;
  border-color: #AC9C6C;
}
.awards-section .link-wrapper a .open > .dropdown-toggle {
  background-image: none;
}
.awards-section .link-wrapper a .badge {
  color: transparent;
  background-color: #776348;
}
.awards-section .link-wrapper a:after {
  position: relative;
  width: 28px;
  margin-left: 10px;
  top: 2px;
}
.wine-details-page .layout-content {
  width: 100%;
  padding: 0;
}
.wine-details-page .wine-details {
  padding-top: 2em;
}
.wine-details-page .wine-details .hero-image {
  float: right;
  width: 42%;
  background-repeat: no-repeat;
  background-position: 50% 65%;
}
.wine-details-page .wine-details .content-wrap {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  float: left;
  padding: 0 2% 0 3%;
  width: 58%;
}
.wine-details-page .wine-details .content-wrap .content-container {
  margin-bottom: 30px;
  float: left;
  display: block;
  width: 100%;
}
.wine-details-page .wine-details .content-wrap .download {
  color: #776348;
  border: 1px solid #776348;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  margin: 0 20px 0 0;
  padding: 0 12% 0 4%;
  text-align: left;
  width: 210px;
  float: left;
  position: relative;
  text-decoration: none;
}
.wine-details-page .wine-details .content-wrap .download:before {
  border-left: 1px solid #776348;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.wine-details-page .wine-details .content-wrap .download:after {
  color: #776348;
  content: "\e826";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .download.active:after {
  content: "\e824";
}
.wine-details-page .wine-details .content-wrap .download-notes {
  color: #776348;
  border: 1px solid #776348;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  margin: 0 20px 0 0;
  padding: 0 12% 0 4%;
  text-align: left;
  width: 210px;
  float: left;
  position: relative;
  text-decoration: none;
  display: none;
  padding: 0;
  height: auto;
  margin-top: -1px;
  clear: left;
}
.wine-details-page .wine-details .content-wrap .download-notes:before {
  border-left: 1px solid #776348;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.wine-details-page .wine-details .content-wrap .download-notes:after {
  color: #776348;
  content: "\e826";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .download-notes.active:after {
  content: "\e824";
}
.wine-details-page .wine-details .content-wrap .download-notes:before {
  display: none;
}
.wine-details-page .wine-details .content-wrap .download-notes:after {
  display: none;
}
.wine-details-page .wine-details .content-wrap .download-notes li a {
  display: block;
  color: #776348;
  padding-left: 8%;
  position: relative;
  text-decoration: none;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:after {
  content: "\e809";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 3px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover {
  background-color: #776348;
  color: #fff;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover:after {
  color: #fff;
  top: 10px;
}
.wine-details-page .wine-details .content-wrap .download-notes li a:hover .file-info.hide {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  padding-bottom: 4%;
  color: #c2b2bb;
}
.wine-details-page .wine-details .content-wrap .where-to-buy {
  color: #776348;
  border: 1px solid #776348;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 35px;
  margin: 0 20px 0 0;
  padding: 0 12% 0 4%;
  text-align: left;
  width: 210px;
  float: left;
  position: relative;
  text-decoration: none;
  display: inline-block;
  float: none;
}
.wine-details-page .wine-details .content-wrap .where-to-buy:before {
  border-left: 1px solid #776348;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
}
.wine-details-page .wine-details .content-wrap .where-to-buy:after {
  color: #776348;
  content: "\e826";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2px;
  top: 0;
}
.wine-details-page .wine-details .content-wrap .where-to-buy.active:after {
  content: "\e824";
}
.wine-details-page .wine-details .content-wrap .where-to-buy:after {
  content: "\e82c";
  right: 3px;
}
.wine-details-page .wine-details .content-wrap .tabs {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.wine-details-page .wine-details .content-wrap .tabs .tabs-header.tright {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wine-details-page .wine-details .content-wrap .tabs .tabs-header.tright li {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0.6em;
  display: block;
}
.wine-details-page .wine-details .content-wrap .tabs .tabs-header.tright li .content-container.hide {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  display: block;
  text-transform: none;
}
.wine-details-page .wine-details .content-wrap .tabs-content {
  float: left;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container.first-child {
  display: none;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards tr:nth-child(even) {
  margin-bottom: 20px;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards tr,
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards td {
  float: left;
  width: 100%;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards td {
  float: left;
  width: 95%;
  line-height: 1.5;
  padding-left: 5%;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards .award {
  color: #776348;
  position: relative;
  font-weight: bold;
}
.wine-details-page .wine-details .content-wrap .tabs-content .content-container .awards .award:before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
  color: #b0afb2;
}
.wine-list-section .related-wines {
  zoom: 1;
}
.wine-list-section .related-wines:before,
.wine-list-section .related-wines:after {
  content: "";
  display: table;
}
.wine-list-section .related-wines:after {
  clear: both;
}
.wine-list-section .related-wines .related-wines-category {
  display: none;
  margin: 0 auto;
  position: relative;
  top: 1.8em;
  width: 20%;
  z-index: 1;
}
.wine-list-section .related-wines .related-wines-category h3 {
  background: #b91315;
  color: #ffffff;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
}
.wine-list-section .related-wines .related-wines-list {
  position: relative;
}
.wine-list-section .related-wines .related-wines-list .wine-list {
  float: right;
  border: 0 solid #776348;
  padding: 20px 0 20px;
  margin: 30px 0 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .wine-list-section .related-wines .related-wines-list .wine-list {
    width: 100%;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab {
    display: block;
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #776348;
    position: relative;
    font-family: "Droid Serif", "Times New Roman", Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab.active .icon-accordion:before {
    content: '\e824';
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab.active:before {
    border-bottom: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list .tab.active:after {
    border-bottom: 0;
  }
}
.wine-list-section .related-wines .related-wines-list .wine-list::before,
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  display: block;
}
.wine-list-section .related-wines .related-wines-list .wine-list::before {
  width: calc(100% - 2px);
  height: calc(100% - 53px);
  border: 2px solid #776348;
  top: 40px;
}
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  width: calc(100% - 20px);
  height: calc(100% - 72px);
  left: 10px;
  top: 51px;
  border: 1px solid #7a664a;
}
.wine-list-section .related-wines .related-wines-list .wine-list::before {
  position: absolute;
  width: 99.8%;
  box-shadow: #F8F8F6 0 0 2px 2px;
  z-index: 0;
  content: "";
}
.wine-list-section .related-wines .related-wines-list .wine-list::after {
  background: "/Includes/Devilslair/Images/body-bg-pattern.jpg";
}
.wine-list-section .related-wines .related-wines-list .wine-list li {
  float: left;
  margin: 40px 0 30px 20px;
  padding: 0;
  width: 29.33%;
  z-index: 1;
  position: relative;
  border: 0px solid #7a664a;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content {
  zoom: 1;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
  text-align: center;
  position: relative;
  zoom: 1;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title:before,
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
  content: "";
  display: table;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
  clear: both;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  text-align: center;
  color: #776348;
  text-transform: uppercase;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title:before {
  display: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content .title,
.wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
  padding: 6% 6% 0;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content:before,
.wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
  content: "";
  display: table;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
  clear: both;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:focus,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:active,
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon.active,
.open > .dropdown-toggle.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
  color: #776348;
  border-color: #AC9C6C;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
  background-image: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .badge {
  color: transparent;
  background-color: #776348;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover:after {
  color: #776348;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
  display: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .hero-image {
  background: url('/Includes/Devilslair/Images/swigglylines.png') center center no-repeat;
  margin: 0;
  min-height: 200px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .hero-image img {
  margin: -20px auto 0;
  max-width: 55px;
  min-width: 55px;
  z-index: 3;
  position: relative;
  max-height: 1000px;
  min-height: 0;
  width: auto;
}
@media (max-width: 768px) {
  .wine-list-section .related-wines .related-wines-list .wine-list li {
    float: left;
    margin: 40px 3% 20px;
    padding: 3%;
    width: 44%;
    z-index: 1;
    position: relative;
    border: 1px solid #7a664a;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content {
    zoom: 1;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title {
    font-family: "Droid Serif", "Times New Roman", Serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    color: #c6b379;
    text-transform: none;
    text-align: center;
    position: relative;
    zoom: 1;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title:before,
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
    content: "";
    display: table;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title:after {
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
    font-family: "Open Sans", "Helvetica", Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #525252;
    text-align: center;
    color: #776348;
    text-transform: uppercase;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title:before {
    display: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .title,
  .wine-list-section .related-wines .related-wines-list .wine-list li .content .sub-title {
    padding: 6% 6% 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content:before,
  .wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
    content: "";
    display: table;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .content:after {
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 10px 0;
    text-align: center;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
    background: transparent;
    border: 1px solid #AE9BA6;
    padding: 10px 23px 11px 27px;
    font-size: 14px;
    line-height: initial;
    border-radius: 30px;
    color: #776348;
    border-color: #AE9BA6;
    font-family: "Open Sans", "Helvetica", Sans-Serif;
    letter-spacing: 0;
    text-decoration: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover,
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:focus,
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:active,
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon.active,
  .open > .dropdown-toggle.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon {
    color: #776348;
    border-color: #AC9C6C;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .open > .dropdown-toggle {
    background-image: none;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .badge {
    color: transparent;
    background-color: #776348;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:after {
    font-family: "twe-custom";
    content: "\e816";
    font-size: 20px;
    margin: 0 0 0 7px;
    top: 2px;
    width: 28px;
    position: relative;
    color: #B2A375;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon:hover:after {
    color: #776348;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper .link-icon .icon-arrow-right-02 {
    display: none;
  }
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider {
  width: 90%;
  padding: 0;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .uc.title {
  min-height: 4em;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .sub-title {
  display: none;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .link {
  width: 160px;
  font-size: 14px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .link .icon-arrow-right-02 {
  margin: 0 0 0 9px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
  padding-top: 0;
  border-top: 0;
  text-align: center;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper a {
  width: 80%;
  text-align: center;
  margin: auto;
  /* &:hover {
                                .icon-arrow-right-02 {
                                    background: url('@{img-btn-arrow-hover}') center right no-repeat;
                                }
                            }*/
}
.wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper a .icon-arrow-right-02 {
  display: inline-block;
  height: 17px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 9px;
}
.wine-list-section .related-wines .related-wines-list .owl-controls {
  /*display:none;*/
}
.wine-list-section .related-wines .related-wines-list .owl-buttons {
  display: block;
}
.wine-list-section .related-wines .related-wines-list .owl-buttons div {
  margin: 0;
  padding: 0;
  text-indent: -999px;
  height: 34px;
  width: 40px;
  margin-bottom: 15px;
}
.wine-list-section .related-wines .related-wines-list .owl-buttons .owl-prev {
  background: url("/Includes/Devilslair/Images/owl-prev.png") 0 0 no-repeat;
}
.wine-list-section .related-wines .related-wines-list .owl-buttons .owl-next {
  background: url("/Includes/Devilslair/Images/owl-next.png") 0 -35px no-repeat;
}
@media (max-width: 768px) {
  .wine-details-page .wine-details .content-wrap .download {
    clear: both;
    display: block;
    float: none;
    max-width: 260px;
    width: auto;
  }
  .wine-details-page .wine-details .content-wrap .where-to-buy {
    clear: both;
    display: block;
    float: none;
    max-width: 260px;
    width: auto;
    margin-top: 1.5em;
  }
  .wine-details-page .wine-details .content-wrap .download-notes {
    zoom: 1;
    float: none;
    margin-top: -1px;
    max-width: 260px;
    width: auto;
  }
  .wine-details-page .wine-details .content-wrap .download-notes:before,
  .wine-details-page .wine-details .content-wrap .download-notes:after {
    content: "";
    display: table;
  }
  .wine-details-page .wine-details .content-wrap .download-notes:after {
    clear: both;
  }
  .wine-list-section .related-wines {
    zoom: 1;
  }
  .wine-list-section .related-wines:before,
  .wine-list-section .related-wines:after {
    content: "";
    display: table;
  }
  .wine-list-section .related-wines:after {
    clear: both;
  }
  .wine-list-section .related-wines .related-wines-list {
    position: relative;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li {
    border: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
    padding-top: 0;
    border-top: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .hero-image {
    margin-bottom: 0;
    margin-top: 0;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li.owl-slider .hero-image img {
    margin-top: 15px;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li:nth-child(2n+3) {
    clear: both;
  }
  .awards-section .awards-list {
    list-style: none;
  }
  .awards-section .awards-list .award {
    display: block;
    width: 97%;
  }
}
@media (max-width: 640px) {
  .awards-section .awards-list {
    list-style: none;
  }
  .awards-section .awards-list .award {
    display: block;
    width: 97%;
  }
  .awards-section .link-wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .wine-details-page .wine-details .hero-image {
    float: right;
    width: 100%;
    margin-bottom: 10px;
  }
  .wine-details-page .wine-details .hero-image img {
    height: 600px;
    width: auto;
    display: block;
  }
  .wine-details-page .wine-details .content-wrap {
    width: 100%;
  }
  .wine-details-page .wine-details .content-wrap .c {
    float: left;
    margin: 0;
    width: 80%;
  }
  .wine-list-section .related-wines .related-wines-category {
    top: 1.5em;
    width: 8em;
  }
  .wine-list-section .related-wines .related-wines-list .wine-list li .link-wrapper {
    padding-top: 0;
    border-top: 0;
  }
}
.border-rounded {
  border-radius: 2em;
  border: 1px solid;
  border-color: #b7a388;
}
.generic-carousel > div:nth-child(3) {
  margin-right: 0;
}
.layout-content .generic-carousel {
  left: -1%;
  width: 102%;
}
.layout-content .generic-carousel .promo-img-top:after {
  background: "/Includes/Devilslair/Images/body-bg-pattern.jpg";
}
.layout-content .generic-carousel .promo-img-top .content-image {
  margin: 0;
}
.layout-content .generic-carousel .promo-img-top .content-with-image-text {
  padding: 1.8em 1.8em 0.2em;
  text-align: left;
}
.layout-content .generic-carousel .promo-img-top .title.content-title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-weight: 700;
  color: #c6b379;
  font-size: 25px;
  line-height: 29px;
  text-transform: none;
  margin-bottom: 0.4em;
  text-align: left;
  padding: 0;
}
.layout-content .generic-carousel .promo-img-top .sub-title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  padding: 0;
}
.layout-content .generic-carousel .promo-img-top .content-container {
  margin-bottom: 1em;
  text-align: left;
  color: #a7a7a7;
}
.layout-content .generic-carousel .promo-img-top .content-container p {
  color: #a7a7a7;
}
.layout-content .generic-carousel .content-with-image {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* Mobile first styles - default */
.layout-content .link-read-more {
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  display: inline-block;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
}
.layout-content .link-read-more:hover,
.layout-content .link-read-more:focus,
.layout-content .link-read-more:active,
.layout-content .link-read-more.active,
.open > .dropdown-toggle.layout-content .link-read-more {
  color: #776348;
  border-color: #AC9C6C;
}
.layout-content .link-read-more .open > .dropdown-toggle {
  background-image: none;
}
.layout-content .link-read-more .badge {
  color: transparent;
  background-color: #776348;
}
.layout-content .promo-img-top {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  margin: 0 1em;
  border: 2px solid #776348;
}
.layout-content .promo-img-top img {
  width: 100%;
  overflow: hidden;
}
.layout-content .promo-img-top .title,
.layout-content .promo-img-top .sub-title {
  margin: 0;
}
.layout-content .promo-img-top .title.content-title {
  font-weight: bold;
  font-size: 1.7em;
  letter-spacing: 0.045em;
  padding-bottom: 0.4em;
  color: #c6b379;
}
.layout-content .promo-img-top .sub-title {
  padding: 0;
  padding-bottom: 1.4em;
  text-align: left;
  letter-spacing: 0.1em;
}
.layout-content .promo-img-top .sub-title::before {
  display: none;
}
.layout-content .promo-img-top .content-container {
  font-size: 1em;
  line-height: 1.2em;
  clear: both;
  color: #525252;
  /* could possibly need some back-end coding to truncate the text. For now setting the max height and overlfow hidden to mask the remaining content*/
  overflow: hidden;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
}
.layout-content .promo-img-top .read-more {
  margin: 1em 1.7em 2em;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
}
.layout-content .promo-img-top .read-more:hover,
.layout-content .promo-img-top .read-more:focus,
.layout-content .promo-img-top .read-more:active,
.layout-content .promo-img-top .read-more.active,
.open > .dropdown-toggle.layout-content .promo-img-top .read-more {
  color: #776348;
  border-color: #AC9C6C;
}
.layout-content .promo-img-top .read-more .open > .dropdown-toggle {
  background-image: none;
}
.layout-content .promo-img-top .read-more .badge {
  color: transparent;
  background-color: #776348;
}
.layout-content .content .sub-title {
  display: none;
}
.layout-content .promo-img-top .sub-title,
.layout-content .content-with-image-text .sub-title {
  display: none;
}
@media (max-width: 768px) {
  .layout-content .generic-carousel .promo-img-top .content-with-image-text {
    padding: 1em;
  }
}
/* Small devices (640px and up) */
@media (min-width: 640px) {
  .layout-content .promo-img-top {
    /* Removes the gutter on last item:
              !important - possible ie8 issue. last-child pseudo selector partially supported.
            */
  }
}
/*  See bottom of stylesheet for 'Join Us' form styles */
::-webkit-input-placeholder {
  color: #977d5b;
  opacity: 1;
}
:-moz-placeholder {
  color: #977d5b;
  opacity: 1;
}
::-moz-placeholder {
  color: #977d5b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c0af98 !important;
  opacity: 1 !important;
}
.contact-us-page .layout-content .content-with-image {
  margin-bottom: 0;
}
.contact-us-page .image-with-content.no-image {
  padding: 0;
}
.contact-us-page .image-with-content.no-image .two-columns .title-alt.hide {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.contact-us-page .image-with-content.no-image .two-columns .left-column {
  float: none;
  margin: 0;
  width: 44%;
}
.contact-us-page .image-with-content.no-image .two-columns .left-column .content-container {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  color: #525252;
  line-height: 22px;
}
.contact-us-page .page-contact-us {
  padding: 1em 4% 2.5em;
}
.contact-us-page .page-contact-us .two-columns {
  zoom: 1;
}
.contact-us-page .page-contact-us .two-columns.no-address .right-column {
  float: left;
}
.contact-us-page .page-contact-us .two-columns:before,
.contact-us-page .page-contact-us .two-columns:after {
  content: "";
  display: table;
}
.contact-us-page .page-contact-us .two-columns:after {
  clear: both;
}
.contact-us-page .page-contact-us .two-columns .left-column {
  width: 52%;
  margin: -90px 0 0 0;
  float: right;
}
.contact-us-page .page-contact-us .two-columns .right-column {
  width: 44%;
  margin-right: 4%;
  float: right;
}
.contact-us-page .map {
  float: left;
  width: 100%;
  height: 500px;
  margin-right: 0%;
  border-top: solid 1px #C1B893;
  border-right: solid 1px #C1B893;
  border-left: solid 1px #C1B893;
}
.contact-us-page .map-address {
  clear: both;
  float: left;
  width: 100%;
  border-bottom: solid 1px #C1B893;
  border-right: solid 1px #C1B893;
  border-left: solid 1px #C1B893;
  border-top: solid 1px #C1B893;
  position: relative;
  padding: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.contact-us-page .map-address h2 {
  display: none;
}
.contact-us-page .map-address .yellow {
  font-weight: bold;
  color: #c6b379;
  margin-bottom: 0.3em;
  margin-top: 0.2em;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #776348;
  text-transform: uppercase;
  text-align: center;
}
.contact-us-page .map-address .content-container {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-us-page .map-address p {
  margin: 0;
  text-align: center;
}
.contact-us-page .map-address .social {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0;
  margin-top: 1.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.contact-us-page .map-address .social .search.fright {
  display: none;
}
.contact-us-page .map-address .social ul li:last-of-type {
  margin-right: 0px;
}
.contact-us-page .map-address .social ul li {
  float: left;
  margin-right: 16px;
}
.contact-us-page .map-address .social ul li a {
  border: 1px solid #776348;
  border-radius: 100%;
  color: #776348;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 34px;
  box-sizing: content-box;
}
.contact-us-page .map-address .social ul li:hover {
  transform: scale(1.1);
}
.form-wrapper .error:not(label) {
  border: 1px solid #ff0000 !important;
}
.form-wrapper li.tc {
  margin-bottom: 15px;
}
.form-wrapper label,
.form-wrapper .styled-select-label {
  display: none;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="date"],
.form-wrapper input[type="number"],
.form-wrapper select,
.form-wrapper textarea {
  outline: none;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #776348;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  border-left: 1px solid #C1B893;
  border-right: 1px solid #C1B893;
  border-top: 1px solid #C1B893;
  border-bottom: 1px solid #C1B893;
  padding: 5px 20px;
  border-radius: 10px;
}
.form-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  color: #C1B893;
}
.form-wrapper select option {
  padding: 10px 20px;
  color: #776348;
}
.form-wrapper select option:first-child {
  color: #C1B893;
}
.form-wrapper select::-ms-expand {
  display: none;
}
.form-wrapper textarea {
  height: 190px;
  padding: 12px 20px;
}
.form-wrapper .select-box {
  position: relative;
}
.form-wrapper .select-box:before {
  content: "\e814";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #C1B893;
  height: 100%;
  width: 39px;
  line-height: 38px;
  color: #776348;
}
.form-wrapper ::-webkit-input-placeholder {
  color: #C1B893;
}
.form-wrapper :-moz-placeholder {
  color: #C1B893;
}
.form-wrapper ::-moz-placeholder {
  color: #C1B893;
}
.form-wrapper :-ms-input-placeholder {
  color: #C1B893;
}
.form-wrapper div.tcenter {
  position: relative;
  width: auto;
  float: left;
  margin-top: 0.75em;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrapper div.tcenter:before {
  content: "\e816";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 32px;
  pointer-events: none;
  transform: translateX(115%);
}
.form-wrapper div.tcenter:hover:before {
  color: #AC9C6C;
}
.form-wrapper div.tcenter .submit-button {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 0 42px 0 26px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 35px;
  position: relative;
  z-index: 9;
}
.form-wrapper div.tcenter .submit-button:hover,
.form-wrapper div.tcenter .submit-button:focus,
.form-wrapper div.tcenter .submit-button:active,
.form-wrapper div.tcenter .submit-button.active,
.open > .dropdown-toggle.form-wrapper div.tcenter .submit-button {
  color: #776348;
  border-color: #AC9C6C;
}
.form-wrapper div.tcenter .submit-button .open > .dropdown-toggle {
  background-image: none;
}
.form-wrapper div.tcenter .submit-button .badge {
  color: transparent;
  background-color: #776348;
}
.form-wrapper div.tcenter .submit-button:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.form-wrapper div.tcenter .submit-button:hover:after {
  color: #776348;
}
@media (max-width: 768px) {
  .form-wrapper .contact-us-page div.tcenter {
    width: 208%;
  }
}
@media (max-width: 480px) {
  .form-wrapper .contact-us-page div.tcenter {
    width: 100%;
  }
}
.form-wrapper li:first-child {
  float: none;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  overflow: auto;
}
.form-wrapper li:first-child .errors {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.form-wrapper li:first-child .errors .error {
  line-height: 20px;
  color: #ff0000;
  padding: 0 0 0 25px;
  margin: 0 2% 2%;
  position: relative;
  float: left;
}
.form-wrapper li:first-child .errors .error:last-child {
  margin-bottom: 1em;
}
.form-wrapper li:first-child .errors .error:after {
  content: 'x';
  position: absolute;
  left: 0;
  padding: 0 5px 2px;
  top: 1px;
  border-radius: 5px;
  line-height: 15px;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}
@media (max-width: 768px) {
  .contact-us-page .layout-content .image-with-content.no-image {
    margin: 0 auto;
  }
  .contact-us-page .layout-content .image-with-content.no-image .two-columns .left-column {
    float: none;
    margin: 0;
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column {
    width: 100%;
    float: none;
    margin: 0;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist {
    zoom: 1;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc {
    width: 48%;
    float: left;
    display: block;
    margin: 0 0 4% 0;
    position: relative;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc.full-width {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc div {
    position: relative;
    top: 0;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc div textarea,
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc div select {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:first-child .errors {
    float: left;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:first-child .errors .error {
    width: 45%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:nth-child(2n) {
    margin-right: 4%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:before,
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    content: "";
    display: table;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    clear: both;
  }
  .contact-us-page .layout-content .page-contact-us .left-column {
    width: 100%;
    float: none;
    margin: 0;
    zoom: 1;
  }
  .contact-us-page .layout-content .page-contact-us .left-column:before,
  .contact-us-page .layout-content .page-contact-us .left-column:after {
    content: "";
    display: table;
  }
  .contact-us-page .layout-content .page-contact-us .left-column:after {
    clear: both;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map {
    margin-top: 1em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address {
    margin-bottom: 7em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .contact-us-page .layout-content .page-contact-us .left-column .map-address {
    margin-bottom: 5em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social {
    margin-top: 1.5em;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social ul li {
    /*                                  float: left;
                                    height: 32px;*/
    margin-right: 14px;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social ul li .icon-social:before {
    padding: 0 !important;
  }
  .contact-us-page .layout-content .page-contact-us .left-column .map-address .social ul li a {
    line-height: 29px;
    font-size: 20px;
    margin: 0 !important;
    /* &:before {
                                            width: 30px;
                                            height: 32px;
                                            padding: 0;
                                            margin: 0;
                                        }*/
  }
  .contact-us-page .layout-content .page-contact-us .right-column {
    width: 100%;
    float: none;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist {
    zoom: 1;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 4% 0;
    position: relative;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist .tc.full-width {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:first-child .errors .error {
    width: 100%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist li:nth-child(2n) {
    margin-right: 4%;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:before,
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    content: "";
    display: table;
  }
  .contact-us-page .layout-content .page-contact-us .right-column .content-wrap .form-wrapper .vlist:after {
    clear: both;
  }
}
.layout-content .content-with-image.simple-content {
  padding: 3% 2em;
  text-align: left;
}
.layout-content .content-with-image.simple-content .content-with-image-text h2 {
  text-align: left;
}
.layout-content .content-with-image.simple-content .content-with-image-text p {
  margin-bottom: 1.5em;
}
.layout-content .content-with-image.simple-content .content-with-image-text ul,
.layout-content .content-with-image.simple-content .content-with-image-text ol {
  margin: 0 0 1.5em 35px;
}
.layout-content .content-with-image.simple-content .content-with-image-text ul li {
  line-height: 1.3em;
  margin: 0 0 1em 0;
  list-style: none;
  display: block;
  position: relative;
}
.layout-content .content-with-image.simple-content .content-with-image-text ul li:before {
  background-color: #525252;
  border-radius: 30px;
  content: "";
  height: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
  margin-left: -17px;
}
.layout-content .content-with-image.simple-content .content-with-image-text ol li {
  margin: 0 0 0.5em 0;
}
.layout-content .content-with-image.simple-content .content-with-image-text .content-container {
  text-align: left;
}
.layout-content .content-with-image.simple-content .content-with-image-text .content-container h2 {
  font-size: 16px;
  line-height: 22px;
  color: #c6b379;
}
.wrapper-sitemap {
  border-top: 1px solid #776348;
  padding: 3% 0;
}
.wrapper-sitemap ul {
  margin-bottom: 60px;
}
.wrapper-sitemap ul .level-sitemap1 {
  font-weight: bold;
  padding: 5px 0 5px 45px;
}
.wrapper-sitemap ul .level-sitemap2 {
  font-weight: bolder;
  padding: 5px 0 5px 65px;
}
.wrapper-sitemap ul .level-sitemap3 {
  padding: 5px 0 5px 85px;
}
.layout-content .content-with-image.simple-content .content-container > div {
  display: block;
}
@media only screen and (max-width: 640px) {
  .layout-content .content-with-image.simple-content {
    padding: 4% 0;
  }
  .layout-content .content-with-image.simple-content .content-with-image-text {
    padding: 0;
  }
  .layout-content .content-with-image.simple-content .content-with-image-text > h2 {
    padding: 0 20px;
  }
  .layout-content .content-with-image.simple-content .content-container h2 {
    cursor: pointer;
    z-index: 99;
    padding: 20px 40px 20px 25px;
    color: #776348;
    position: relative;
    font-family: "Droid Serif", "Times New Roman", Serif;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    left: -2px;
    text-decoration: none;
    margin: 20px 0 0 0;
    /*cursor: pointer;
                margin-bottom: 1em;
                position: relative;
                padding-right: 25px;
                &:after{
                    position: absolute;
                    top: 0;
                    right: 0;
                    .fontIcon("\e814");
                }
                &.active {
                    &:after {
                        content: "\e807";
                    }
                }
                */
  }
  .layout-content .content-with-image.simple-content .content-container h2::before,
  .layout-content .content-with-image.simple-content .content-container h2::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .layout-content .content-with-image.simple-content .content-container h2::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #776348;
    top: 40px;
  }
  .layout-content .content-with-image.simple-content .content-container h2::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #7a664a;
  }
  .layout-content .content-with-image.simple-content .content-container h2:before {
    top: 0;
    height: 100%;
    box-shadow: none;
  }
  .layout-content .content-with-image.simple-content .content-container h2:after {
    top: 10px;
    height: calc(100% - 20px);
  }
  .layout-content .content-with-image.simple-content .content-container h2 .icon-accordion {
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .layout-content .content-with-image.simple-content .content-container h2 .icon-accordion:before {
    display: block;
    content: "\e826";
    font-size: 22px;
  }
  .layout-content .content-with-image.simple-content .content-container h2.active .icon-accordion:before {
    content: '\e824';
  }
  .layout-content .content-with-image.simple-content .content-container h2.active:before {
    border-bottom: 0;
  }
  .layout-content .content-with-image.simple-content .content-container h2.active:after {
    border-bottom: 0;
  }
  .layout-content .content-with-image.simple-content .content-container h2:before {
    width: calc(100% - 1px);
  }
  .layout-content .content-with-image.simple-content .content-container > div {
    left: -2px;
    padding: 20px 25px;
    margin-top: -20px;
    position: relative;
  }
  .layout-content .content-with-image.simple-content .content-container > div::before,
  .layout-content .content-with-image.simple-content .content-container > div::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -10;
    display: block;
  }
  .layout-content .content-with-image.simple-content .content-container > div::before {
    width: calc(100% - 2px);
    height: calc(100% - 53px);
    border: 2px solid #776348;
    top: 40px;
  }
  .layout-content .content-with-image.simple-content .content-container > div::after {
    width: calc(100% - 20px);
    height: calc(100% - 72px);
    left: 10px;
    top: 51px;
    border: 1px solid #7a664a;
  }
  .layout-content .content-with-image.simple-content .content-container > div:before {
    top: 0;
    height: 100%;
    border-top: 0;
    z-index: 1;
    width: calc(100% - 1px);
  }
  .layout-content .content-with-image.simple-content .content-container > div:after {
    top: 10px;
    height: calc(100% - 20px);
    border-top: 0;
    z-index: 1;
  }
  .layout-content .content-with-image.simple-content .content-container .accBody {
    display: none;
  }
}
/*----------------- History Module -------------------*/
.history-content-carousel {
  min-height: 240px;
}
.history-module .label-wrapper {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  color: #776348;
  text-transform: uppercase;
  margin-bottom: 1em;
  zoom: 1;
}
.history-module .label-wrapper .label:hover {
  cursor: pointer;
}
.history-module .label-wrapper .label.left {
  float: left;
  margin-left: 3em;
}
.history-module .label-wrapper .label.right {
  float: right;
  margin-right: 3em;
}
.history-module .label-wrapper:before,
.history-module .label-wrapper:after {
  content: "";
  display: table;
}
.history-module .label-wrapper:after {
  clear: both;
}
.history-module .owl-controls .owl-nav .owl-next:hover,
.history-module .owl-controls .owl-nav .owl-prev:hover,
.history-module .owl-controls .owl-nav .owl-next:active,
.history-module .owl-controls .owl-nav .owl-prev:active {
  background: transparent!important;
}
.history-module .owl-controls .owl-nav .owl-next:hover:before,
.history-module .owl-controls .owl-nav .owl-prev:hover:before,
.history-module .owl-controls .owl-nav .owl-next:active:before,
.history-module .owl-controls .owl-nav .owl-prev:active:before {
  color: inherit;
}
.history-module .timeline {
  border-bottom: 1px solid #776348;
  border-top: 1px solid #776348;
  position: relative;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  padding: 0 3em;
}
.history-module .timeline .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.history-module .timeline .owl-item {
  border-right: 1px solid #776348;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.history-module .timeline .owl-item a {
  color: #776348;
  text-decoration: none;
}
.history-module .timeline .owl-item:hover a {
  border-bottom: 1px solid #ab9d6d;
}
.history-module .timeline .selected {
  cursor: default;
}
.history-module .timeline .selected a {
  color: #c6b379;
}
.history-module .timeline .selected:hover a {
  border-bottom: none;
}
.history-module .timeline .owl-controls {
  position: static;
}
.history-module .timeline .owl-prev {
  border: none;
  border-radius: 0;
  border-right: 1px solid #776348;
  display: block;
  height: 100%;
  width: 3em;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  background: none;
}
.history-module .timeline .owl-prev:after {
  display: none;
}
.history-module .timeline .owl-prev:before {
  content: "\e815";
  font-size: 20px;
  color: #B2A375;
  width: 10px;
  height: 20px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -5px;
  text-indent: 0;
}
.history-module .timeline .owl-prev.disabled {
  cursor: auto;
}
.history-module .timeline .owl-prev.disabled:before {
  opacity: 0.4;
}
.history-module .timeline .owl-prev:hover:before {
  color: #c6b379;
}
.history-module .timeline .owl-next {
  border: none;
  border-radius: 0;
  background-color: initial;
  display: block;
  height: 100%;
  width: 3em;
  position: absolute;
  top: 0;
  right: 1px;
  text-indent: -9999px;
}
.history-module .timeline .owl-next:after {
  display: none;
}
.history-module .timeline .owl-next:before {
  content: "\e816";
  font-size: 20px;
  color: #B2A375;
  width: 10px;
  height: 20px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -11px -5px 0 0;
  text-indent: 0;
}
.history-module .timeline .owl-next.disabled {
  cursor: auto;
}
.history-module .timeline .owl-next.disabled:before {
  opacity: 0.4;
}
.history-module .timeline .owl-next:hover:before {
  color: #c6b379;
}
.history-module .history-content-carousel .history-item {
  padding: 3em;
}
.history-module .history-content-carousel .history-subtitle {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin-bottom: 0.8em;
}
.history-module .history-content-carousel .history-subtitle p {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #776348;
  display: block;
  margin: 0;
}
.history-module .history-content-carousel h1 {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
}
.history-module .history-content-carousel .history-extract {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
}
.history-module .history-content-carousel .history-item-image {
  float: left;
  max-width: 55%;
  margin: 0 4% 4% -3em;
}
.history-module .history-content-carousel .owl-video-play-icon {
  background: url("/Includes/Devilslair/Images/video-play.png") no-repeat center;
  width: 152px;
  height: 152px;
  margin: -76px 0 0 -76px;
}
.history-module .history-content-carousel .history-item-video {
  margin-left: -3em;
  width: calc(100% + 6em);
}
.history-module .history-content-carousel .owl-video-tn.owl-lazy {
  background-position: center center;
  background-size: cover;
  height: 360px;
}
.history-module .history-content-carousel .owl-item .owl-video-wrapper {
  opacity: 0;
}
.history-module .history-content-carousel .owl-item.active .owl-video-wrapper {
  opacity: 1;
}
@media (max-width: 640px) {
  .history-module .history-content-carousel .history-item-image {
    display: block;
    float: none;
    margin: 0 0 1.5em -3em;
    max-width: 150%;
    width: calc(100% + 6em);
  }
  .history-module .history-content-carousel .history-item-image img {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .history-module .label-wrapper .label.left {
    margin-left: 2em;
  }
  .history-module .label-wrapper .label.right {
    margin-right: 2em;
  }
  .history-module .timeline {
    padding: 0 2em;
  }
  .history-module .timeline .owl-prev,
  .history-module .timeline .owl-next {
    width: 2em;
  }
  .history-module .history-content-carousel .history-item {
    padding: 2em;
  }
  .history-module .history-content-carousel .history-item-image {
    margin: 0 0 1.5em -2em;
    width: calc(100% + 4em);
  }
}
@supports (-moz-appearance:none) and (display:contents) {
  @media (min-width: 1023px) {
    .history-module .label-wrapper .label.right {
      margin-right: 0;
    }
    .history-module {
      width: 100%;
      min-width: 1000px;
    }
    .history-module .timeline .owl-next,
    .history-module .timeline .owl-prev {
      width: 45px;
    }
    .history-module .owl-responsive-1024 {
      width: calc(101% + 30px) !important;
    }
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'twe-custom';
  src: url('/Includes/Core/Fonts/Icons/twe-custom.eot?72508491');
  src: url('/Includes/Core/Fonts/Icons/twe-custom.eot?72508491#iefix') format('embedded-opentype'), url('/Includes/Core/Fonts/Icons/twe-custom.woff?72508491') format('woff'), url('/Includes/Core/Fonts/Icons/twe-custom.ttf?72508491') format('truetype'), url('/Includes/Core/Fonts/Icons/twe-custom.svg?72508491#twe-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "twe-glyphs";
  src: url("/Includes/Core/Fonts/Icons/twe-glyphs.eot");
  src: url("/Includes/Core/Fonts/Icons/twe-glyphs.eot?#iefix") format("embedded-opentype"), url("/Includes/Core/Fonts/Icons/twe-glyphs.woff") format("woff"), url("/Includes/Core/Fonts/Icons/twe-glyphs.ttf") format("truetype"), url("/Includes/Core/Fonts/Icons/twe-glyphs.svg#twe-glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "twe-glyphs";
    src: url("/Includes/Core/Fonts/Icons/twe-glyphs.svg#twe-glyphs") format("svg");
  }
}
/* FONT DECLARATIONS
 * --------------------------
    Use these unicode character content if targetting with a class in sitecore is not possible.
    .font-char() mixin is declared here. Use this if adding in the class to markup isn't possible.
*/
[class^="icon-"]:before {
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  padding: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Social Icons */
.icon-social {
  border-radius: 100%;
  /* width: 40px;
    height: 40px;*/
  display: block;
  font-size: 200%;
}
/* FONT CHARACTERS
 * -------------------------- */
.icon-angle-left:before {
  content: '\e800';
}
.icon-angle-right:before {
  content: '\e801';
}
.icon-angle-up:before {
  content: '\e802';
}
.icon-angle-down:before {
  content: '\e803';
}
.icon-play:before {
  content: '\e804';
}
.icon-down-dir:before {
  content: '\e805';
}
.icon-menu:before {
  content: '\e806';
}
.icon-cancel:before {
  content: '\e807';
}
.icon-ok:before {
  content: '\e808';
}
.icon-download:before {
  content: '\e809';
}
.icon-twitter:before {
  content: '\e80a';
}
.icon-linkedin:before {
  content: '\e80b';
}
.icon-youtube-play:before {
  content: '\e80c';
}
.icon-facebook-squared:before {
  content: '\e80d';
}
.icon-instagram:before {
  content: '\ea92';
}
.icon-google-plus:before {
  content: '\e80f';
}
.icon-pinterest-circled:before {
  content: '\e810';
}
.icon-youtube:before {
  content: '\e811';
}
.icon-youtube-squared:before {
  content: '\e812';
}
.icon-facebook:before {
  content: '\e813';
}
.icon-down-open-big:before {
  content: '\e814';
}
.icon-left-open-big:before {
  content: '\e815';
}
.icon-right-open-big:before {
  content: '\e816';
}
.icon-up-open-big:before {
  content: '\e817';
}
.icon-pinterest:before {
  content: '\e818';
}
.icon-tag:before {
  content: '\e819';
}
.icon-user:before {
  content: '\e81a';
}
.icon-menu-1:before {
  content: '\e81b';
}
.icon-align-justify:before {
  content: '\e81c';
}
.icon-calendar:before {
  content: '\e81d';
}
.icon-down:before {
  content: '\e81e';
}
.icon-left:before {
  content: '\e81f';
}
.icon-right:before {
  content: '\e820';
}
.icon-up:before {
  content: '\e821';
}
.icon-download-alt:before {
  content: '\e822';
}
.icon-search:before {
  content: '\e823';
}
.icon-up-open:before {
  content: '\e824';
}
.icon-right-open:before {
  content: '\e825';
}
.icon-down-open:before {
  content: '\e826';
}
.icon-left-open:before {
  content: '\e827';
}
.icon-food:before {
  content: '\e828';
}
.icon-upload:before {
  content: '\e829';
}
.icon-calendar-empty:before {
  content: '\e82a';
}
.icon-email:before {
  content: '\e82b';
}
.icon-mail:before {
  content: '\e82b';
}
.icon-basket:before {
  content: '\e82c';
}
.icon-tag-1:before {
  content: '\e82d';
}
.icon-weibo:before {
  content: '\e82e';
}
.icon-tumblr:before {
  content: '\e82f';
}
.icon-digg:before {
  content: '\e830';
}
.icon-share:before {
  content: '\e831';
}
.icon-down-1:before {
  content: '\e832';
}
.icon-left-1:before {
  content: '\e833';
}
.icon-right-1:before {
  content: '\e834';
}
.icon-up-1:before {
  content: '\e835';
}
.icon-behance:before {
  content: '\e836';
}
.icon-reddit:before {
  content: '\e837';
}
.icon-wordpress:before {
  content: '\e838';
}
.icon-vine:before {
  content: '\e839';
}
.icon-users:before {
  content: '\e83a';
}
.icon-user-female:before {
  content: '\e83b';
}
.icon-yahoo:before {
  content: '\e83c';
}
.icon-cart:before {
  content: "\e900";
}
/* Social Share Component ------------------ */
#social-share-container {
  display: none;
}
.news-details .video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.news-details .video-wrapper .video iframe,
.news-details .video-wrapper .video object,
.news-details .video-wrapper .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-details .article-header {
  display: none;
}
.news-details .article-body {
  clear: both;
}
.news-details .article-info {
  float: left;
  width: 40%;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  display: block;
  color: #776348;
  text-transform: none;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 2em 2em 0;
  float: none;
  width: 100%;
}
@media (max-width: 480px) {
  .news-details .article-info {
    padding: 2em 1.6em 0;
    font-size: 0.8em;
    margin-bottom: 4em;
  }
}
.news-details .article-info .info .author {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
.news-details .article-info .info .author:before {
  font-family: "twe-custom";
  font-size: 18px;
  vertical-align: top;
  content: '\e81a';
  margin-right: 0.5em;
}
.news-details .article-info .info .date {
  margin-bottom: 1em;
  float: left;
}
.news-details .article-info .info .date:before {
  font-family: "twe-custom";
  font-size: 18px;
  vertical-align: top;
  content: '\e81d';
  margin-right: 0.5em;
}
.news-details .social-share-container {
  float: right;
  padding: 2% 4% 1%;
}
.related-section .related-title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
  text-align: center;
}
.related-section .news-post {
  width: 30.4%;
  float: left;
  position: relative;
  border: 1px solid #776348;
  margin: 5px 2.9% 5px 0;
  padding: 0;
}
@media (max-width: 480px) {
  .related-section .news-post {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.related-section .news-post:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}
@media (max-width: 480px) {
  .related-section .news-post:nth-child(3n+3) {
    float: none;
    margin: 0 auto 30px;
    clear: both;
  }
}
.related-section .news-post .news-social,
.related-section .news-post .news-sharing {
  display: none;
}
.related-section .news-post .content-wrap {
  padding: 25px 20px;
}
.related-section .news-post .content-wrap .news-title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
  margin-bottom: 15px;
  overflow: hidden;
}
.related-section .news-post .content-wrap .news-time {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  display: block;
  color: #776348;
  text-transform: none;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.related-section .news-post .content-wrap .news-time-top.hide {
  display: none;
}
.related-section .news-post .content-wrap .content-container {
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
}
.related-section .news-post .content-wrap .news-actions {
  position: absolute;
  bottom: 35px;
  left: 25px;
}
.related-section .news-post .content-wrap .news-actions a {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.related-section .news-post .content-wrap .news-actions a:hover,
.related-section .news-post .content-wrap .news-actions a:focus,
.related-section .news-post .content-wrap .news-actions a:active,
.related-section .news-post .content-wrap .news-actions a.active,
.open > .dropdown-toggle.related-section .news-post .content-wrap .news-actions a {
  color: #776348;
  border-color: #AC9C6C;
}
.related-section .news-post .content-wrap .news-actions a .open > .dropdown-toggle {
  background-image: none;
}
.related-section .news-post .content-wrap .news-actions a .badge {
  color: transparent;
  background-color: #776348;
}
.related-section .news-post .content-wrap .news-actions a:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.related-section .news-post .content-wrap .news-actions a:hover:after {
  color: #776348;
}
.related-section .news-post .content-wrap .news-actions {
  margin: 1em 1.7em 1em 0;
}
.related-section .news-post .with-image .content-container {
  overflow: hidden;
}
.layout-content .news-list .news-posts .wrapper {
  width: 30%;
  float: left;
  position: relative;
  border: 1px solid #776348;
  margin: 5px 1.65% 25px 1.65%;
}
@media (max-width: 768px) {
  .layout-content .news-list .news-posts .wrapper {
    width: 46%;
    margin: 5px 0 5px 2.9%;
  }
}
@media (max-width: 600px) {
  .layout-content .news-list .news-posts .wrapper {
    width: 94%;
    margin: 5px auto 20px;
    float: none;
  }
}
.layout-content .news-list .news-posts .wrapper .social-share-full {
  display: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap {
  padding: 25px 20px;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
  margin-bottom: 15px;
  overflow: hidden;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-time {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  display: block;
  color: #776348;
  text-transform: none;
  font-weight: bold;
  height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-time-top.hide {
  display: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .content-container {
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions {
  position: absolute;
  bottom: 35px;
  left: 25px;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 10px 23px 11px 27px;
  font-size: 14px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:hover,
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:focus,
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:active,
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a.active,
.open > .dropdown-toggle.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a {
  color: #776348;
  border-color: #AC9C6C;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a .open > .dropdown-toggle {
  background-image: none;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a .badge {
  color: transparent;
  background-color: #776348;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.layout-content .news-list .news-posts .wrapper .content-wrap .news-actions a:hover:after {
  color: #776348;
}
.layout-content .news-list .news-posts .wrapper .with-image .content-wrap .content-container {
  margin-bottom: 65px;
  overflow: hidden;
}
.layout-content .news-list .controls {
  clear: both;
  display: block;
  position: relative;
  margin-bottom: 70px;
}
.layout-content .news-list .controls .owl-prev,
.layout-content .news-list .controls .prev,
.layout-content .news-list .controls .owl-next,
.layout-content .news-list .controls .next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #776348;
  border-radius: 30px;
  padding: 1%;
  top: 40%;
  line-height: 43px;
  text-indent: -999em;
  opacity: 0.55;
}
.layout-content .news-list .controls .owl-prev:after,
.layout-content .news-list .controls .prev:after,
.layout-content .news-list .controls .owl-next:after,
.layout-content .news-list .controls .next:after {
  border: 2px solid #776348;
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.layout-content .news-list .controls .owl-prev:before,
.layout-content .news-list .controls .prev:before,
.layout-content .news-list .controls .owl-next:before,
.layout-content .news-list .controls .next:before {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 34%;
}
.layout-content .news-list .controls .owl-prev:hover,
.layout-content .news-list .controls .prev:hover,
.layout-content .news-list .controls .owl-next:hover,
.layout-content .news-list .controls .next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .owl-prev .owl-prev,
  .layout-content .news-list .controls .prev .owl-prev,
  .layout-content .news-list .controls .owl-next .owl-prev,
  .layout-content .news-list .controls .next .owl-prev,
  .layout-content .news-list .controls .owl-prev .prev,
  .layout-content .news-list .controls .prev .prev,
  .layout-content .news-list .controls .owl-next .prev,
  .layout-content .news-list .controls .next .prev {
    right: auto;
  }
  .layout-content .news-list .controls .owl-prev .owl-next,
  .layout-content .news-list .controls .prev .owl-next,
  .layout-content .news-list .controls .owl-next .owl-next,
  .layout-content .news-list .controls .next .owl-next,
  .layout-content .news-list .controls .owl-prev .next,
  .layout-content .news-list .controls .prev .next,
  .layout-content .news-list .controls .owl-next .next,
  .layout-content .news-list .controls .next .next {
    left: auto;
  }
}
.layout-content .news-list .controls .owl-prev,
.layout-content .news-list .controls .prev {
  right: 100%;
}
.layout-content .news-list .controls .owl-prev:before,
.layout-content .news-list .controls .prev:before {
  border-right: 12px solid #776348;
  right: 41%;
}
@media (max-width: 768px) {
  .layout-content .news-list .controls .owl-prev,
  .layout-content .news-list .controls .prev {
    right: 98%;
  }
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .owl-prev,
  .layout-content .news-list .controls .prev {
    right: 82%;
  }
}
.layout-content .news-list .controls .owl-next,
.layout-content .news-list .controls .next {
  left: 100%;
}
.layout-content .news-list .controls .owl-next:before,
.layout-content .news-list .controls .next:before {
  left: 41%;
  border-left: 12px solid #776348;
}
@media (max-width: 768px) {
  .layout-content .news-list .controls .owl-next,
  .layout-content .news-list .controls .next {
    left: 98%;
  }
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .owl-next,
  .layout-content .news-list .controls .next {
    left: 82%;
  }
}
.layout-content .news-list .controls .prev,
.layout-content .news-list .controls .next {
  z-index: 9;
  opacity: 1;
}
.layout-content .news-list .controls .prev.disabled,
.layout-content .news-list .controls .next.disabled {
  pointer-events: none;
  opacity: 0;
}
.layout-content .news-list .controls .prev {
  right: 60%;
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .prev {
    right: 65%;
  }
}
.layout-content .news-list .controls .prev:hover:after {
  cursor: pointer;
}
.layout-content .news-list .controls .next {
  left: 60%;
}
@media (max-width: 480px) {
  .layout-content .news-list .controls .next {
    left: 65%;
  }
}
.layout-content .news-list .controls .next:hover:after {
  cursor: pointer;
}
.layout-content .news-list .controls .page-numbers {
  text-align: center;
  color: #525252;
  position: relative;
  top: 25px;
  zoom: 1;
}
.layout-content .news-list .controls .page-numbers .current,
.layout-content .news-list .controls .page-numbers .separator,
.layout-content .news-list .controls .page-numbers .total {
  display: inline-block;
}
.layout-content .news-list .controls .page-numbers .separator {
  margin: 0 10px;
}
.layout-content .news-list .controls .page-numbers:before,
.layout-content .news-list .controls .page-numbers:after {
  content: "";
  display: table;
}
.layout-content .news-list .controls .page-numbers:after {
  clear: both;
}
/* -------  Recipes Landing Page ------ */
.post-list-section .post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list-section .post-list .post-summary {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
  position: relative;
  border-bottom: none;
  text-align: center;
}
.post-list-section .post-list .post-summary .news-content-wrapper h1.post-title {
  text-align: inherit;
  margin-top: 13px;
  padding-top: 0;
}
.post-list-section .post-list .post-summary .layout-content .hero-image.c img {
  margin: 30px 0;
  text-align: inherit;
}
.post-list-section .post-list .post-summary .news-content-wrapper .post-title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
  text-align: inherit;
  margin-top: 13px;
  margin-bottom: 10px;
}
.post-list-section .post-list .post-summary .news-content-wrapper .content-area.post-content.content-container {
  margin-bottom: 10px;
  text-align: inherit;
}
.post-list-section .post-list .post-summary .news-content-wrapper .content-wrap .content-area.post-content.content-container {
  display: block;
  text-align: inherit;
}
.post-list-section .post-list .post-summary .news-content-wrapper .link-wrapper {
  bottom: 0;
  width: 100%;
}
.post-list-section .post-list .post-summary .news-content-wrapper .link-wrapper a.button.post-read-more {
  margin-top: 0px;
  text-align: inherit;
}
@media (max-width: 768px) {
  .post-list-section .post-list .post-summary {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .post-list-section .post-list .post-summary .hero-image img {
    margin-left: auto;
    margin-right: auto;
  }
  .post-list-section .post-list .post-summary .news-content-wrapper h1.post-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .post-list-section {
    margin: 0 -10px 0 -10px;
  }
}
/* ------- Recipes Details Page  ------ */
.recipe-page .article-header {
  display: block!important;
}
.recipe-page .article-header h1.title {
  text-align: center;
}
.recipe-page .content-container h3:first-child {
  margin-top: 0px;
}
.recipe-page .post-article-section .article-info.two-column {
  margin: 0;
  padding: 0;
}
.recipe-page .article-info {
  margin-bottom: 15px;
}
.recipe-page .article-info .info .date,
.recipe-page .article-info .info .author {
  font-size: 1.3em;
  margin-bottom: .5em;
}
.recipe-page .article-body {
  line-height: 1.3;
  color: #525252;
}
.recipe-page .article-body li {
  margin: .1em 0 .3em 0;
  position: relative;
}
.recipe-page .article-body ul li:before {
  background: #c6b379;
  border-radius: 30px;
  content: "";
  height: 4px;
  margin-top: -3px;
  margin-left: -1em;
  position: absolute;
  top: 10px;
  width: 4px;
}
.recipe-page .article-body ol {
  padding-left: 2em;
  counter-reset: my-counter;
}
.recipe-page .article-body ol li:before {
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
  position: absolute;
  color: #c6b379;
  margin-left: -25px;
}
.recipe-page .article-body h3 {
  font-size: 22px;
  margin-bottom: 1em;
}
.recipe-page .article-body .left-column {
  float: left;
  margin: 0 auto 30px;
  width: 48%;
}
.recipe-page .article-body .column-2 {
  width: 48%;
  float: right;
  margin-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .recipe-page .article-body .left-column,
  .recipe-page .article-body .column-2 {
    width: 100%;
  }
}
.recipe-page .article-body .image-with-content + .content-with-left-image {
  padding-top: 30px;
}
.recipe-page .article-body .image-with-content + .content-with-left-image .content-image {
  margin-right: 30px;
}
.recipe-page .article-body .image-with-content + .content-with-left-image div {
  width: 100% ;
}
.recipe-page .article-body .image-with-content + .content-with-left-image div .sub-title + a {
  margin-top: -20px;
}
.awards .select-box select::-ms-expand {
  display: none;
}
.awards .hero.tc {
  width: 100%;
}
.awards .hero.tc .hero-image {
  margin-bottom: 60px;
}
.awards .awards-list-section {
  padding: 1.5em 3%;
  border-left: 0;
  width: 100%;
  zoom: 1;
}
.awards .awards-list-section .award-filter {
  margin-bottom: 50px;
  overflow: hidden;
}
.awards .awards-list-section .award-filter .filter-product,
.awards .awards-list-section .award-filter .filter-award {
  width: 100%;
  zoom: 1;
  margin-top: 10px;
}
.awards .awards-list-section .award-filter .filter-product:before,
.awards .awards-list-section .award-filter .filter-award:before,
.awards .awards-list-section .award-filter .filter-product:after,
.awards .awards-list-section .award-filter .filter-award:after {
  content: "";
  display: table;
}
.awards .awards-list-section .award-filter .filter-product:after,
.awards .awards-list-section .award-filter .filter-award:after {
  clear: both;
}
.awards .awards-list-section .award-filter .filter-product .title,
.awards .awards-list-section .award-filter .filter-award .title {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
  padding: 0;
  margin-bottom: 15px;
  letter-spacing: 0;
  font-size: 20px;
}
.awards .awards-list-section .award-filter .filter-product .select-box,
.awards .awards-list-section .award-filter .filter-award .select-box {
  width: 30%;
  position: relative;
  margin: 0 0 15px 5%;
  float: left;
}
.awards .awards-list-section .award-filter .filter-product .select-box:nth-child(3n+2),
.awards .awards-list-section .award-filter .filter-award .select-box:nth-child(3n+2) {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .awards .awards-list-section .award-filter .filter-product .select-box,
  .awards .awards-list-section .award-filter .filter-award .select-box {
    width: 47.5%;
    margin: 0 0 15px 5%;
  }
  .awards .awards-list-section .award-filter .filter-product .select-box:nth-child(2n+2),
  .awards .awards-list-section .award-filter .filter-award .select-box:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .awards .awards-list-section .award-filter .filter-product .select-box,
  .awards .awards-list-section .award-filter .filter-award .select-box {
    width: 100%;
    margin: 0 0 10px;
  }
}
.awards .awards-list-section .award-filter .filter-product .select-box select,
.awards .awards-list-section .award-filter .filter-award .select-box select {
  position: relative;
  border: 1px solid #776348;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  outline: none;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  line-height: 22px;
  color: #525252;
  color: #776348;
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-weight: normal;
}
.awards .awards-list-section .award-filter .filter-product .select-box:before,
.awards .awards-list-section .award-filter .filter-award .select-box:before {
  content: "\e814";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #C1B893;
  width: 39px;
  line-height: 40px;
  height: 40px;
}
.awards .awards-list-section .award-filter .filter-product .button-box,
.awards .awards-list-section .award-filter .filter-award .button-box {
  position: relative;
  width: auto;
  float: left;
  margin: 0 0 15px 5%;
}
@media (max-width: 1023px) {
  .awards .awards-list-section .award-filter .filter-product .button-box:nth-child(2n+2),
  .awards .awards-list-section .award-filter .filter-award .button-box:nth-child(2n+2) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .awards .awards-list-section .award-filter .filter-product .button-box,
  .awards .awards-list-section .award-filter .filter-award .button-box {
    margin: 0 0 10px;
  }
}
.awards .awards-list-section .award-filter .filter-product .button-box:before,
.awards .awards-list-section .award-filter .filter-award .button-box:before {
  content: "\e816";
  font-size: 20px;
  color: #B2A375;
  width: 32px;
  height: 32px;
  font-family: "twe-custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  vertical-align: middle;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing.*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 8px;
  top: 9px;
  height: 22px;
  line-height: 22px;
  z-index: 1;
}
.awards .awards-list-section .award-filter .filter-product .button-box:hover:before,
.awards .awards-list-section .award-filter .filter-award .button-box:hover:before {
  color: #AC9C6C;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button {
  background: transparent;
  border: 1px solid #AE9BA6;
  padding: 5px 42px 5px 26px;
  line-height: initial;
  border-radius: 30px;
  color: #776348;
  border-color: #AE9BA6;
  letter-spacing: 0;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 35px;
  position: relative;
  z-index: 9;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  color: #c6b379;
  font-weight: 700;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:hover,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:hover,
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:focus,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:focus,
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:active,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:active,
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button.active,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button.active,
.open > .dropdown-toggle.awards .awards-list-section .award-filter .filter-product .button-box .submit-button,
.open > .dropdown-toggle.awards .awards-list-section .award-filter .filter-award .button-box .submit-button {
  color: #776348;
  border-color: #AC9C6C;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button .open > .dropdown-toggle,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button .open > .dropdown-toggle {
  background-image: none;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button .badge,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button .badge {
  color: transparent;
  background-color: #776348;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:after,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:after {
  font-family: "twe-custom";
  content: "\e816";
  font-size: 20px;
  margin: 0 0 0 7px;
  top: 2px;
  width: 28px;
  position: relative;
  color: #B2A375;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:hover:after,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:hover:after {
  color: #776348;
}
.awards .awards-list-section .award-filter .filter-product .button-box .submit-button:hover,
.awards .awards-list-section .award-filter .filter-award .button-box .submit-button:hover {
  color: #776348;
}
.awards .awards-list-section:before,
.awards .awards-list-section:after {
  content: "";
  display: table;
}
.awards .awards-list-section:after {
  clear: both;
}
.awards .awards-list-wrapper .awards-list {
  padding-bottom: 25px;
}
.awards .awards-list-wrapper .award {
  display: inline-block;
  vertical-align: top;
  min-height: 220px;
  padding: 5px 5px 5px 110px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.awards .awards-list-wrapper .award .hero-image {
  max-width: 65px;
  height: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
}
.awards .awards-list-wrapper .award .hero-image img {
  display: block;
  height: auto;
  max-width: 70px;
  width: auto;
}
.awards .awards-list-wrapper .award .icon-award {
  display: block;
  position: absolute;
  top: 25px;
  margin-left: -60px;
  top: 8px;
}
.awards .awards-list-wrapper .award .icon-award:before {
  padding: 0.2em;
}
.awards .awards-list-wrapper .award .icon-award.medal:before {
  left: -6px;
  top: 4px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f100';
  font-size: 50px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.trophy:before {
  left: -14px;
  top: -6px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f105';
  font-size: 60px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.points:before {
  top: 6px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f102';
  font-size: 35px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.review:before {
  top: 2px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f108';
  font-size: 35px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.star:before {
  top: 4px;
  font-family: "twe-glyphs";
  position: relative;
  content: '\f104';
  font-size: 40px;
  color: #b4ac80;
}
.awards .awards-list-wrapper .award .icon-award.silver:before {
  color: #abaeaf;
}
.awards .awards-list-wrapper .award .award-wine-range,
.awards .awards-list-wrapper .award .award-wine,
.awards .awards-list-wrapper .award .award-result,
.awards .awards-list-wrapper .award .award-detail {
  display: block;
  clear: both;
  font-size: 19px;
  font-family: "Droid Serif", "Times New Roman", Serif;
}
.awards .awards-list-wrapper .award .award-wine-range {
  font-size: 14px;
  margin-bottom: 5px;
}
.awards .awards-list-wrapper .award .award-wine {
  color: #c6b379;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.awards .awards-list-wrapper .award .award-result {
  color: #776348;
  margin-bottom: 5px;
}
.awards .awards-list-wrapper .award .award-detail {
  font-size: 16px;
}
.awards .awards-list-wrapper .award .award-detail.review {
  margin-top: 5px;
}
.awards .awards-list-wrapper .award .award-detail.review span {
  display: block;
  font-style: italic;
}
.awards .awards-list-wrapper .award .award-detail.review a {
  font-size: 12px;
}
.awards .awards-list-wrapper .owl-controls {
  display: block;
  width: 100%;
  bottom: 0;
}
.awards .awards-list-wrapper .owl-controls .owl-nav {
  bottom: 0;
}
.awards .awards-list-wrapper .owl-controls .owl-prev,
.awards .awards-list-wrapper .owl-controls .owl-next {
  text-indent: -999em;
  line-height: 0;
  bottom: 0;
}
.awards .awards-list-wrapper .owl-controls .owl-prev:after,
.awards .awards-list-wrapper .owl-controls .owl-next:after {
  text-indent: 0;
  line-height: 18px;
}
.awards .awards-list-wrapper .owl-controls .owl-dots {
  display: none;
}
.noResultsFound {
  clear: both;
  text-align: center;
  padding-top: 10px;
}
.noResultsFound p {
  font-size: 18px;
}
.noResultsFound .winery-awards-list {
  width: 85%;
  margin: 0 auto;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  zoom: 1;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item {
  width: 50%;
  float: left;
  margin-bottom: 40px;
  min-height: 130px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper {
  zoom: 1;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .item-image {
  width: 185px;
  height: 120px;
  float: left;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content {
  padding: 0 50px 0 215px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .uc {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .uc,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .designation,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper .content .content-container {
  margin: 0;
  padding: 0 0 7px 0;
  font-weight: 100;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper:after {
  content: "";
  display: table;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .child-item .item-wrapper:after {
  clear: both;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item:after {
  content: "";
  display: table;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-stage-outer .owl-stage .owl-item:after {
  clear: both;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls {
  height: 55px;
  margin-bottom: 85px;
  position: relative;
  top: 0;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #776348;
  border-radius: 30px;
  padding: 1%;
  top: 40%;
  line-height: 43px;
  text-indent: -999em;
  opacity: 0.55;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:after {
  border: 2px solid #776348;
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 34%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .prev {
    right: auto;
  }
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .next {
    left: auto;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
  right: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before {
  border-right: 12px solid #776348;
  right: 41%;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  left: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  left: 41%;
  border-left: 12px solid #776348;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-dots {
  display: none;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  display: block;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #776348;
  border-radius: 30px;
  padding: 1%;
  top: 40%;
  line-height: 43px;
  text-indent: -999em;
  opacity: 0.55;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:after,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:after {
  border: 2px solid #776348;
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid rgba(0, 0, 0, 0);
  content: "";
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 34%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .prev {
    right: auto;
  }
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next .next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next .next {
    left: auto;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
  right: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev:before {
  border-right: 12px solid #776348;
  right: 41%;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .prev {
    right: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
  left: 100%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next:before,
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next:before {
  left: 41%;
  border-left: 12px solid #776348;
}
@media (max-width: 768px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 98%;
  }
}
@media (max-width: 480px) {
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next,
  .noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .next {
    left: 82%;
  }
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 51%;
}
.noResultsFound .winery-awards-list .owl-carousel .owl-controls .owl-dots {
  display: none;
}
#EntryFormWrapper {
  padding: 0 2em;
}
.layout-content .about-video {
  padding: 0 6%;
}
.layout-content .about-video .video-wrapper .video {
  position: relative;
  padding-bottom: 59.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 4px solid #fff;
  margin-bottom: 60px;
}
.layout-content .about-video .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-content .youtube.widget .video-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  -webkit-overflow-scrolling: touch;
  /* lets it scroll lazy */
  margin-bottom: 1em;
}
.layout-content .youtube.widget .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-content iframe#iFrameResizer0,
.layout-content iframe.stockIframe {
  height: 100vh;
  width: 1px !important;
  min-width: 100%;
}
.layout-content .stackla-widget iframe {
  height: 100%;
}
.ooyala.defaultlayer {
  z-index: 0;
  position: relative;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lazy-load__indicator {
  clear: both;
  text-align: center;
  position: relative;
}
.lazy-load__indicator .lazy-load__spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  font-size: 6px;
  border-radius: 100%;
  border-top: 0.2rem solid rgba(119, 99, 72, 0.3);
  border-right: 0.2rem solid rgba(119, 99, 72, 0.3);
  border-bottom: 0.2rem solid rgba(119, 99, 72, 0.3);
  border-left: 0.2rem solid #776348;
  transform: translateZ(0);
  animation: load 1.1s infinite linear;
  width: 2rem;
  height: 2rem;
}
/* --------------- Promotions - Global Component --------------
    - Override @prm- variables in branded site's variables.less
*/
/* Promotions Global Reset Styles ------------------ */
#EntryFormWrapper {
  /* Input & Textarea ------------------ */
  /* Fields with standard width */
  /* Fields with standard height */
  /* Other */
  /* Select ------------------ */
  /* Checkbox------------------- */
  /* Fieldset ------------------ */
  /* Buttons, Input Type Submit/Reset ------------------ */
  /* States ------------------ */
  /* Error States ------------------ */
  /* Layout ------------------ */
  /* Captcha ------------------ */
  /* Custom Input File ------------------ */
}
#EntryFormWrapper input,
#EntryFormWrapper textarea,
#EntryFormWrapper select,
#EntryFormWrapper option,
#EntryFormWrapper optgroup,
#EntryFormWrapper button,
#EntryFormWrapper legend,
#EntryFormWrapper fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  color: #776348;
  vertical-align: top;
  display: block;
  transition: all 0.3s ease;
}
#EntryFormWrapper option {
  transition: none;
}
#EntryFormWrapper select::-ms-expand {
  display: none;
}
#EntryFormWrapper datalist {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
}
#EntryFormWrapper label {
  display: block;
}
#EntryFormWrapper .cs-selector label {
  display: none;
}
#EntryFormWrapper .cs-selector .select-box {
  width: 100%;
}
#EntryFormWrapper input[type="text"],
#EntryFormWrapper input[type="email"],
#EntryFormWrapper input[type="password"],
#EntryFormWrapper input[type="search"],
#EntryFormWrapper input[type="number"],
#EntryFormWrapper input[type="tel"],
#EntryFormWrapper input[type="url"],
#EntryFormWrapper input[list],
#EntryFormWrapper input[type="file"],
#EntryFormWrapper select,
#EntryFormWrapper textarea {
  color: #776348;
  width: 100%;
  max-width: 100%;
  padding: 0.7em 0.8em;
  margin: 0 0 1em 0;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #C1B893;
  outline: none;
}
#EntryFormWrapper input[type="text"],
#EntryFormWrapper input[type="email"],
#EntryFormWrapper input[type="search"],
#EntryFormWrapper input[type="number"],
#EntryFormWrapper input[type="tel"],
#EntryFormWrapper input[type="url"] {
  height: auto;
  -webkit-appearance: none;
}
#EntryFormWrapper textarea {
  min-height: 200px;
  min-width: 100%;
  -webkit-appearance: none;
  overflow: auto;
}
#EntryFormWrapper input[type="file"] {
  min-height: auto;
}
#EntryFormWrapper input[type="search"] {
  height: auto;
  -webkit-appearance: none;
}
#EntryFormWrapper input[type="search"]::-webkit-search-cancel-button,
#EntryFormWrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#EntryFormWrapper input[type="checkbox"],
#EntryFormWrapper input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
}
#EntryFormWrapper select {
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
#EntryFormWrapper select[multiple] {
  height: auto;
  padding: 0;
}
#EntryFormWrapper select[multiple] option {
  margin: 0;
  padding: 0.7em 0.8em;
}
#EntryFormWrapper select {
  cursor: pointer;
}
#EntryFormWrapper .select-wrapper,
#EntryFormWrapper .cs-selector .select-box {
  position: relative;
  z-index: 5;
}
#EntryFormWrapper .select-wrapper:before,
#EntryFormWrapper .cs-selector .select-box:before {
  content: "\e814";
  color: #776348;
  font-family: "twe-custom";
  font-size: 14px;
  position: absolute;
  right: 18px;
  padding: 13px 0 0 16px;
  height: 26px;
  z-index: -1;
  border-left: 1px solid #C1B893;
}
#EntryFormWrapper .cs-selector .select-box {
  display: block;
}
#EntryFormWrapper .checkbox-wrapper {
  margin: 28px 0;
}
#EntryFormWrapper fieldset {
  padding: 0;
  border: 0;
  padding: 0.7em 0.8em;
  border-radius: 6px;
  border: 1px solid #C1B893;
  margin: 0 0 1em 0;
}
#EntryFormWrapper legend {
  padding: 0;
  font-weight: inherit;
  padding: 0 5px;
  font-weight: 700;
  margin: 0 0 1em 0;
}
#EntryFormWrapper button,
#EntryFormWrapper input[type="button"],
#EntryFormWrapper input[type="submit"],
#EntryFormWrapper input[type="reset"],
#EntryFormWrapper input[type="image"] {
  height: 40px;
  width: auto;
  max-width: 100%;
  background-color: #c6b379;
  padding: 0 26px;
  margin: 0;
  cursor: pointer;
  color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 30px !important;
  border: 1px solid #c6b379;
}
#EntryFormWrapper input[type="image"] {
  text-align: center;
  padding: 0.7em 0.8em;
  margin: 0 0 1em 0;
}
#EntryFormWrapper input[disabled],
#EntryFormWrapper textarea[disabled],
#EntryFormWrapper select[disabled],
#EntryFormWrapper option[disabled],
#EntryFormWrapper button[disabled] {
  cursor: not-allowed;
}
#EntryFormWrapper input:focus,
#EntryFormWrapper textarea:focus,
#EntryFormWrapper select:focus,
#EntryFormWrapper option:focus,
#EntryFormWrapper button:focus {
  background-color: transparent;
  border-color: #C1B893;
}
#EntryFormWrapper button:hover,
#EntryFormWrapper input[type="button"]:hover,
#EntryFormWrapper input[type="submit"]:hover,
#EntryFormWrapper input[type="reset"]:hover,
#EntryFormWrapper button:focus,
#EntryFormWrapper input[type="button"]:focus,
#EntryFormWrapper input[type="submit"]:focus,
#EntryFormWrapper input[type="reset"]:focus {
  background-color: #c6b379;
  color: #FFF;
  padding: 0 26px;
  box-shadow: none;
}
#EntryFormWrapper .errors,
#EntryFormWrapper .error,
#EntryFormWrapper #fileUploadError,
#EntryFormWrapper #coreCaptchaError {
  color: #E41B00;
  display: block;
  margin-bottom: 7px;
}
#EntryFormWrapper input[type="checkbox"] {
  margin: 0;
}
#EntryFormWrapper input[type="checkbox"].error + span {
  color: #E41B00;
}
#EntryFormWrapper .file-upload .error {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #promotion-entry-form .disabled {
  opacity: 0.5;
}
#EntryFormWrapper #promotion-entry-form #submit.disabled:hover {
  transition: none;
}
#EntryFormWrapper .submit-wrapper {
  display: inline-block;
  margin: 28px 0;
  position: relative;
}
#EntryFormWrapper .form-entries .two-col {
  width: 100%;
}
@media (min-width: 480px) {
  #EntryFormWrapper .form-entries .two-col .col-1,
  #EntryFormWrapper .form-entries .two-col .col-2 {
    width: 50%;
    display: inline-block;
    float: left;
  }
  #EntryFormWrapper .form-entries .two-col .col-1 {
    padding-right: 1%;
  }
}
#EntryFormWrapper .rc-anchor.rc-anchor-normal.rc-anchor-light {
  box-shadow: none;
}
#EntryFormWrapper .file-upload-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 0 1em 0;
}
#EntryFormWrapper .file-upload-wrapper:before {
  content: "\e829";
  font-family: "twe-custom";
  position: absolute;
  color: #FFF;
  font-size: 14px;
  bottom: 12px;
  left: 14px;
}
#EntryFormWrapper .file-upload-wrapper:hover:before {
  color: #FFF;
}
#EntryFormWrapper .file-upload-wrapper label.file-upload-button {
  padding-left: 35px;
}
#EntryFormWrapper input[type="file"].file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  margin: 0px;
  padding: 0px;
}
#EntryFormWrapper .file-input + label {
  cursor: pointer;
  padding: 11px 22px 0 26px;
  font-size: 14px;
  color: #FFF;
  background: #c6b379;
  display: inline-block;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #c6b379;
  transition: all 0.3s ease;
}
#EntryFormWrapper .file-input:focus + label,
#EntryFormWrapper .file-input:active + label,
#EntryFormWrapper .file-input + label:active,
#EntryFormWrapper .file-input + label:hover {
  color: #FFF;
  background: #c6b379;
  box-shadow: none;
}
#EntryFormWrapper .file-input.uploading + label {
  cursor: not-allowed;
  pointer-events: none;
}
#EntryFormWrapper #uploadFileListResults,
#EntryFormWrapper #fileUploadError,
#EntryFormWrapper #fileTooMany,
#EntryFormWrapper #fileTooBig {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #uploadFileListResults .success {
  margin-top: 1em;
}
#EntryFormWrapper #uploadFileListResults .success span {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #uploadFileListResults .success span:before {
  content: "\e808";
  font-family: "twe-custom";
  color: #4CAF50;
  position: absolute;
  font-size: 18px;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #uploadFileListResults .error {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #uploadFileListResults .error span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #uploadFileListResults .error span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #uploadFileListResults .fileDelete {
  cursor: pointer;
  margin: 3px;
  text-indent: -999em;
  position: absolute;
  right: 0;
  top: 0;
}
#EntryFormWrapper #uploadFileListResults .fileDelete:before {
  position: absolute;
  font-family: "twe-custom";
  content: "\e807";
  font-size: 12px;
  text-indent: 0;
  color: #fff;
  left: 8px;
  top: -3px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  line-height: 8px;
  padding: 6px 5px;
}
#EntryFormWrapper #uploadFileListResults .fileDelete:hover,
#EntryFormWrapper #uploadFileListResults .fileDelete:active {
  opacity: 0.8;
}
#EntryFormWrapper #fileUploadError {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #fileUploadError span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #fileUploadError span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #fileTooMany {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #fileTooMany span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #fileTooMany span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper #fileTooBig {
  margin: 0 0 1em 0;
}
#EntryFormWrapper #fileTooBig span:first-of-type {
  position: relative;
  padding-left: 25px;
}
#EntryFormWrapper #fileTooBig span:first-of-type:before {
  content: "\e807";
  font-family: "twe-custom";
  color: #D14836;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
}
#EntryFormWrapper img.thumb {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
  padding-right: 3px;
}
#EntryFormWrapper {
  padding: 1em 0;
}
#EntryFormWrapper label p {
  display: inline;
}
#EntryFormWrapper h4 {
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 15px;
}
#promotion-entry-form .submit {
  margin: 0;
}
/* ---------------------------------------
         site wide variables
-----------------------------------------*/
/*
colors:
#c6b379  light brown (e.g. buttons)
#776348  dark brown
*/
/* ---------------------------------------
         Contact variables
-----------------------------------------*/
/* ---------------------------------------
         Paths and Images
-----------------------------------------*/
/* ---------------------------------------
         Dark Carousel Button Style
-----------------------------------------*/
/* ---------------------------------------
         Light Carousel Button Style
-----------------------------------------*/
/* ---------------------------------------
         Wine Details
-----------------------------------------*/
/* ---------------------------------------
         Age Gate variables
         \LESS\Template\Parts\AgeGate\age-gate.less
-----------------------------------------*/
/* ---------------------------------------
         Layout Variables
         \LESS\Template\Parts\VersionA\layout.less
         \LESS\Template\Parts\VersionB\layout.less
-----------------------------------------*/
/* ---------------------------------------
         Navigation Variables
         \LESS\Template\Parts\VersionA\nav-main.less
         \LESS\Template\Parts\VersionB\nav-main.less
-----------------------------------------*/
/* ---------------------------------------
         Region switch variables
-----------------------------------------*/
/* ---------------------------------------
         Header Navigation variables
-----------------------------------------*/
/* ---------------------------------------
         Footer variables
-----------------------------------------*/
/* ---------------------------------------
Hide Title-subtitle just pass pass 1 to show title, 2 to hide subtitle ow leave blank
-----------------------------------------*/
/* ---------------------------------------
         Components
-----------------------------------------*/
/* ---------------------------------------
         Promotions
-----------------------------------------*/
body {
  background: #201b17;
}
.age-gate-container .logo a {
  width: 100%;
  max-width: 400px;
}
@media only screen and (min-width: 1350px) {
  body {
    background: #201b17 url("/Includes/Devilslair/Images/body-bg-pattern.jpg") no-repeat fixed bottom center / cover;
  }
}
/* ---------------- TYPEOGRAPHY  -------------- */
h1,
h2,
h3 {
  font-weight: normal!important;
}
h1 {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39px;
  color: #c6b379;
}
.content h1.title {
  text-align: center!important;
}
h2 {
  font-family: "Droid Serif", "Times New Roman", Serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #c6b379;
  text-transform: none;
}
h3 {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #776348;
  text-transform: uppercase;
}
h4 {
  font-weight: normal;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #c6b379;
  text-transform: uppercase;
}
h5,
h6 {
  font-weight: bold;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #525252;
  color: #c6b379;
  font-weight: 700;
}
/* ---------------- BUTTONS -------------- */
.link-icon,
.featured-wines-section .view-all-wines a,
.layout-content .link-read-more,
.news-read-more {
  background-color: #c6b379 !important;
  color: #fff!important;
  border: none!important;
  background-image: none!important;
  padding: 10px 23px 11px 27px!important;
  position: relative;
  border: 1px solid #c6b379 !important;
}
.link-icon:after,
.featured-wines-section .view-all-wines a:after,
.layout-content .link-read-more:after,
.news-read-more:after {
  content: "\e816";
  font-size: 18px;
  position: absolute;
  top: 3px;
  font-family: "twe-custom";
  color: #fff!important;
}
.link-icon:after:hover,
.featured-wines-section .view-all-wines a:after:hover,
.layout-content .link-read-more:after:hover,
.news-read-more:after:hover {
  color: #fff;
}
.link-icon:hover,
.featured-wines-section .view-all-wines a:hover,
.layout-content .link-read-more:hover,
.news-read-more:hover {
  border: 1px solid #776348 !important;
  color: #fff;
}
.join .submit-button {
  background-color: #c6b379 !important;
  color: #fff!important;
}
.join .submit-button:hover {
  border: 1px solid #776348 !important;
}
.join div.tcenter:before {
  color: #fff!important;
  z-index: 200;
}
.featured-wines-section .view-all-wines a {
  padding-right: 40px!important;
}
.featured-wines-section .view-all-wines a:after {
  right: 5px;
  top: 10px;
}
.layout-content .link-read-more {
  padding-right: 40px!important;
}
.layout-content .link-read-more:after {
  right: 17px;
  top: 10px;
}
.news-read-more:after {
  right: -7px;
}
.contact-us-page .submit-button,
.awards .submit-button {
  color: white!important;
  background: #c6b379 !important;
  border-radius: 30px!important;
  font-weight: normal!important;
}
.contact-us-page .submit-button:hover,
.awards .submit-button:hover {
  border: 1px solid #776348 !important;
}
.contact-us-page .form-wrapper div.tcenter:before,
.award-filter .button-box:before {
  color: #fff!important;
  z-index: 200!important;
}
/* ---------------- GENERAL LAYOUT  -------------- */
.wrapper-site {
  width: auto;
  max-width: 1200px;
  padding: 0 5% 0 5%;
  background: white;
}
@media (min-width: 1201px) {
  .wrapper-site {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.hero-image {
  margin-bottom: 1.5em;
}
.featured-wines-section .featured-wines-list::after,
.wine-list::after,
.wine-range.tab::after,
.wine-list li::after,
.layout-content .content-with-image.simple-content .content-container h2::after,
.layout-content .content-with-image.simple-content .content-container > div::after {
  display: none!important;
}
.featured-wines-section .hero-image,
li .hero-image {
  background: none!important;
}
.layout-content .content-with-image {
  padding-left: 0;
}
/* ---------------- FORMS -------------- */
input,
input[type="search"],
select,
textarea {
  border-radius: 6px !important;
}
input[type="checkbox"] {
  border-radius: 0 !important;
}
/* ---------------- CAROUSEL  -------------- */
.featured-wines-section .owl-nav .owl-next,
.featured-wines-section .owl-nav .owl-prev {
  background: #c6b379;
}
.featured-wines-section .owl-nav .owl-next:hover,
.featured-wines-section .owl-nav .owl-prev:hover {
  border: 1px solid #776348 !important;
}
.featured-wines-section .owl-nav .owl-next:after,
.featured-wines-section .owl-nav .owl-prev:after {
  color: #fff;
}
.owl-controls .owl-nav .owl-next:after,
.owl-controls .owl-nav .owl-prev:after {
  border-radius: 0;
}
.owl-slider p[data-title] {
  font-weight: normal!important;
}
/* ---------------- HEADER NAV -------------- */
.search-keyword-wrap,
.search-btn-wrap {
  display: none;
}
header.layout-header {
  padding: 40px 0 10px 0;
  background: #fff;
  overflow: visible;
}
header.layout-header .logo {
  float: none;
  max-height: 60px;
  max-width: 355px;
  margin: 0px auto 3% auto;
}
@media (max-width: 500px) {
  header.layout-header .logo {
    width: 70%;
    margin: 0 0 0 6%;
  }
}
@media (max-width: 768px) {
  header.layout-header {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
header.layout-header sub-menu-open {
  background-color: #D0B477;
}
@media (max-width: 768px) {
  header.layout-header .nav-main-toggle {
    top: .4em;
  }
}
.nav-main {
  margin: 0;
  text-align: center;
  float: none;
}
.nav-main ul.menu.vlist {
  float: none;
  width: auto;
}
.nav-main ul.menu.vlist li {
  width: auto;
  padding-right: 1.4em;
}
.nav-main ul.menu.vlist li a {
  text-transform: uppercase;
}
.nav-main ul.menu.vlist li ul.vlist {
  border-top: none;
  background-color: #776348;
}
.nav-main ul.menu.vlist li ul.vlist li a {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 768px) {
  .nav-main ul.menu.vlist li ul.vlist li a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .nav-main ul.menu.vlist li ul.vlist {
    background-color: #c6b379;
  }
}
@media (max-width: 768px) {
  .nav-main ul.menu.vlist li {
    padding-right: 0;
  }
}
/*--------------- HOME ------------------*/
.featured-wines-section .featured-wines-list .owl-item > li .content .range-name {
  font-size: 24px;
  text-transform: none;
  font-family: "Droid Serif", "Times New Roman", Serif;
  min-height: 3.3em;
  color: #c6b379;
}
.featured-wines-section .featured-wines-list .owl-item > li .content .title {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  color: #776348;
}
.featured-wines-list .owl-item {
  margin-top: -55px;
}
.layout-content .generic-carousel .promo-img-top .title.content-title {
  color: #c6b379;
}
/*------------ WINES OVERVIEW / DETAIL ---------------*/
.wine-range .wines .wine-list li .hero-image img {
  margin-top: -20px;
}
.wine-list-section .related-wines .related-wines-list .wine-list li .hero-image img {
  max-width: 75px;
}
/* ---------------- NEWS -------------- */
@media (max-width: 768px) {
  .news-details .article-info {
    width: auto;
  }
}
.news-details .title {
  margin-top: 10px;
}
.news-list .news-content {
  margin-bottom: 50px;
}
/* ---------------- AWARDS -------------- */
.award-filter select {
  border: 1px solid #c6b379 !important;
  font-family: "Open Sans", "Helvetica", Sans-Serif !important;
  color: #c6b379 !important;
}
/*------------ CONTACT US ---------------*/
@media (max-width: 768px) {
  .contact-us-page .layout-content .image-with-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-us-page .page-contact-us {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------- FOOTER ------------------*/
.wrapper-site {
  padding-bottom: 1em;
}
footer {
  position: absolute!important;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
}
footer .hero-image img {
  border: 8px solid #c6b379;
}
footer h2 {
  font-family: "Open Sans", "Helvetica", Sans-Serif;
}
.promotion-page .extended-caption {
  display: none;
}
.promotion-page .layout-content .content-with-left-image .content-with-image {
  padding-top: 50px;
}
.promotion-page .layout-content .content-with-left-image .content-with-image-text {
  padding: 0;
  float: right;
  width: 48%;
}
.promotion-page .layout-content .title:first-of-type {
  margin-top: 0;
}
.promotion-page #EntryFormWrapper input[type="submit"]:hover,
.promotion-page #EntryFormWrapper .file-input + label:hover {
  border-color: #776348;
}
.promotion-page #EntryFormWrapper .submit-wrapper input {
  padding-left: 16px;
  width: 100px;
}
.promotion-page #EntryFormWrapper .submit-wrapper:after {
  content: "\e816";
  font-size: 18px;
  position: absolute;
  top: 10px;
  font-family: "twe-custom";
  color: #fff!important;
  right: 15px;
}
.promotion-page #EntryFormWrapper h4 p {
  font-size: 15px;
  color: #c6b379;
}

@keyframes opacityShow {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; } }

@keyframes opacityHide {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

.showAgeGateAnimation {
  display: block;
  animation: opacityShow 2s 1; }

.hideAgeGateAnimation {
  animation: opacityHide 1s 1;
  display: none;
  z-index: -1; }

html #newage-gate-section {
  font-size: 62.5%; }

#newage-gate-section {
  /* HTML5 display-role reset for older browsers */ }
  #newage-gate-section div,
  #newage-gate-section span,
  #newage-gate-section applet,
  #newage-gate-section object,
  #newage-gate-section iframe,
  #newage-gate-section h1,
  #newage-gate-section h2,
  #newage-gate-section h3,
  #newage-gate-section h4,
  #newage-gate-section h5,
  #newage-gate-section h6,
  #newage-gate-section p,
  #newage-gate-section blockquote,
  #newage-gate-section pre,
  #newage-gate-section a,
  #newage-gate-section abbr,
  #newage-gate-section acronym,
  #newage-gate-section address,
  #newage-gate-section big,
  #newage-gate-section cite,
  #newage-gate-section code,
  #newage-gate-section del,
  #newage-gate-section dfn,
  #newage-gate-section em,
  #newage-gate-section img,
  #newage-gate-section ins,
  #newage-gate-section kbd,
  #newage-gate-section q,
  #newage-gate-section s,
  #newage-gate-section samp,
  #newage-gate-section small,
  #newage-gate-section strike,
  #newage-gate-section strong,
  #newage-gate-section sub,
  #newage-gate-section sup,
  #newage-gate-section tt,
  #newage-gate-section var,
  #newage-gate-section b,
  #newage-gate-section u,
  #newage-gate-section i,
  #newage-gate-section center,
  #newage-gate-section dl,
  #newage-gate-section dt,
  #newage-gate-section dd,
  #newage-gate-section ol,
  #newage-gate-section ul,
  #newage-gate-section li,
  #newage-gate-section fieldset,
  #newage-gate-section form,
  #newage-gate-section label,
  #newage-gate-section legend,
  #newage-gate-section table,
  #newage-gate-section caption,
  #newage-gate-section tbody,
  #newage-gate-section tfoot,
  #newage-gate-section thead,
  #newage-gate-section tr,
  #newage-gate-section th,
  #newage-gate-section td,
  #newage-gate-section article,
  #newage-gate-section aside,
  #newage-gate-section canvas,
  #newage-gate-section details,
  #newage-gate-section embed,
  #newage-gate-section figure,
  #newage-gate-section figcaption,
  #newage-gate-section footer,
  #newage-gate-section header,
  #newage-gate-section hgroup,
  #newage-gate-section menu,
  #newage-gate-section nav,
  #newage-gate-section output,
  #newage-gate-section ruby,
  #newage-gate-section section,
  #newage-gate-section summary,
  #newage-gate-section time,
  #newage-gate-section mark,
  #newage-gate-section audio,
  #newage-gate-section video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  #newage-gate-section * {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent; }
  #newage-gate-section article,
  #newage-gate-section aside,
  #newage-gate-section details,
  #newage-gate-section figcaption,
  #newage-gate-section figure,
  #newage-gate-section footer,
  #newage-gate-section header,
  #newage-gate-section hgroup,
  #newage-gate-section menu,
  #newage-gate-section nav,
  #newage-gate-section section {
    display: block; }
  #newage-gate-section ol,
  #newage-gate-section ul {
    list-style: none; }
  #newage-gate-section blockquote,
  #newage-gate-section q {
    quotes: none; }
  #newage-gate-section blockquote:before, #newage-gate-section blockquote:after {
    content: '';
    content: none; }
  #newage-gate-section q:before, #newage-gate-section q:after {
    content: '';
    content: none; }
  #newage-gate-section table {
    border-collapse: collapse;
    border-spacing: 0; }
  #newage-gate-section ul.no-bullet {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #newage-gate-section * {
    outline: none; }
  #newage-gate-section a,
  #newage-gate-section a:hover,
  #newage-gate-section a:active,
  #newage-gate-section a:focus {
    text-decoration: none; }
  #newage-gate-section .country-list::-webkit-scrollbar {
    -webkit-appearance: none; }
  #newage-gate-section .country-list::-webkit-scrollbar:vertical {
    width: 11px; }
  #newage-gate-section .country-list::-webkit-scrollbar:horizontal {
    height: 11px; }
  #newage-gate-section .country-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.5); }
  #newage-gate-section .country-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px; }

.wrapper-agegate {
  display: none; }

@font-face {
  font-family: 'gilroy-bold';
  src: url("../../fonts/Gilroy-Bold.eot");
  src: url("../../fonts/Gilroy-Bold.woff") format("woff"), url("../../fonts/Gilroy-Bold.ttf") format("truetype"), url("../../fonts/Gilroy-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroy-medium';
  src: url("../../fonts/Gilroy-Medium.eot");
  src: url("../../fonts/Gilroy-Medium.woff") format("woff"), url("../../fonts/Gilroy-Medium.ttf") format("truetype"), url("../../fonts/Gilroy-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gilroy-regular';
  src: url("../../fonts/Gilroy-Regular.eot");
  src: url("../../fonts/Gilroy-Regular.woff2") format("woff2"), url("../../fonts/Gilroy-Regular.ttf") format("truetype"), url("../../fonts/Gilroy-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'baskervilleAgeGate';
  src: url("../../fonts/baskerville.eot");
  src: url("../../fonts/baskerville.woff") format("woff"), url("../../fonts/baskerville.ttf") format("truetype"), url("../../fonts/baskerville.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../../fonts/ProximaNova-Regular-webfont.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../../fonts/ProximaNovaA-Bold-webfont.woff") format("woff");
  font-weight: 600; }

@keyframes opacityShow {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; } }

@keyframes opacityHide {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

.showAgeGateAnimation {
  display: block;
  animation: opacityShow 2s 1; }

.hideAgeGateAnimation {
  animation: opacityHide 1s 1;
  display: none;
  z-index: -1; }

@font-face {
  font-family: "penfolds-icons";
  src: url("../../Fonts/penfolds-icons.eot");
  src: url("../../Fonts/penfolds-icons.eot?#iefix") format("embedded-opentype"), url("../../Fonts/penfolds-icons.woff2") format("woff2"), url("../../Fonts/penfolds-icons.ttf") format("truetype"), url("../../Fonts/penfolds-icons.svg#penfolds-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"] {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

@keyframes opacityShow {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; } }

@keyframes opacityHide {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

.showAgeGateAnimation {
  display: block;
  animation: opacityShow 2s 1; }

.hideAgeGateAnimation {
  animation: opacityHide 1s 1;
  display: none;
  z-index: -1; }

#newage-gate-section .container {
  position: relative;
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #newage-gate-section .container {
      padding: 0 45px; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    #newage-gate-section .container {
      padding: 0 35px; } }
  @media screen and (max-width: 480px) {
    #newage-gate-section .container {
      padding: 0 20px; } }

.visible-xs {
  display: none; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .visible-xs {
      display: block; } }

.hidden-xs {
  display: block; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
      display: none; } }

#newage-gate-section .sm-info-section {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: 0; }
  @media screen and (max-width: 767px) {
    #newage-gate-section .sm-info-section {
      padding-left: 15px;
      padding-right: 15px; } }
  #newage-gate-section .sm-info-section .navbar {
    padding-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    #newage-gate-section .sm-info-section .navbar:before, #newage-gate-section .sm-info-section .navbar:after {
      content: '';
      display: table;
      clear: both; }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #newage-gate-section .sm-info-section .navbar {
        padding-top: 35px;
        display: block; } }
    @media screen and (max-width: 480px) {
      #newage-gate-section .sm-info-section .navbar {
        padding-top: 20px;
        max-width: 100%;
        display: block; } }
    #newage-gate-section .sm-info-section .navbar #sm-country-selector,
    #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate {
      text-transform: uppercase;
      margin-right: 15px;
      position: relative;
      float: left;
      margin-bottom: 15px;
      font-family: "gilroy-bold"; }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector:before, #newage-gate-section .sm-info-section .navbar #sm-country-selector:after,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate:before,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate:after {
        content: '';
        display: table;
        clear: both; }
      @media screen and (max-width: 767px) {
        #newage-gate-section .sm-info-section .navbar #sm-country-selector,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate {
          min-width: auto;
          float: none;
          display: inline-block;
          position: static;
          margin-right: 5px; } }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector > .des,
      #newage-gate-section .sm-info-section .navbar #sm-country-selector .name,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate > .des,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .name {
        float: left;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          #newage-gate-section .sm-info-section .navbar #sm-country-selector > .des,
          #newage-gate-section .sm-info-section .navbar #sm-country-selector .name,
          #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate > .des,
          #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .name {
            margin-right: 0; } }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector .icon,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .icon {
        position: absolute;
        right: 5px; }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector .des img,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .des img {
        width: 8px; }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector .des span,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .des span {
        color: rgba(255, 255, 255, 0.5); }
        @media screen and (max-width: 767px) {
          #newage-gate-section .sm-info-section .navbar #sm-country-selector .des span,
          #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .des span {
            display: none; } }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector .name,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .name {
        position: relative; }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector ul,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate ul {
        display: none; }
        @media screen and (max-width: 767px) {
          #newage-gate-section .sm-info-section .navbar #sm-country-selector ul,
          #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate ul {
            width: 100%; } }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector ul li,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate ul li {
          line-height: 1.5; }
          #newage-gate-section .sm-info-section .navbar #sm-country-selector ul li a,
          #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate ul li a {
            display: block; }
      #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected,
      #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected {
        position: relative; }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected:after,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected:after {
          content: "\f103";
          font-family: penfolds-icons;
          position: absolute;
          right: 11px;
          top: 1px;
          color: #ced0d0;
          cursor: pointer;
          height: auto !important;
          font-size: 1.2em; }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected + ul,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected + ul {
          display: none; }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected .country-name,
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected .language-name,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected .country-name,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected .language-name {
          color: white;
          padding: 10px 30px 10px 10px;
          font-size: 12px;
          font-family: "gilroy-bold";
          letter-spacing: 1px;
          line-height: 14px; }
          @media screen and (max-width: 767px) {
            #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected .country-name,
            #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected .language-name,
            #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected .country-name,
            #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected .language-name {
              line-height: 15px; } }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active:after,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active:after {
          color: #000; }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active + ul,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active + ul {
          min-width: 180px;
          display: block;
          background-color: #fff;
          padding: 10px 0;
          position: absolute;
          z-index: 2;
          list-style-type: none;
          margin: 0;
          left: 0px;
          right: 0;
          max-height: 200px;
          overflow-y: scroll; }
          #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active + ul li,
          #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active + ul li {
            padding: 5px 10px; }
            #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active + ul li:hover,
            #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active + ul li:hover {
              background-color: #f1f1f1; }
            #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active + ul li a,
            #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active + ul li a {
              color: rgba(0, 0, 0, 0.5); }
            #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active + ul li .country-name,
            #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active + ul li .language-name,
            #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active + ul li .country-name,
            #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active + ul li .language-name {
              font-family: "gilroy-bold";
              font-size: 12px; }
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active .country-name,
        #newage-gate-section .sm-info-section .navbar #sm-country-selector .selected.active .language-name,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active .country-name,
        #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .selected.active .language-name {
          background-color: #fff;
          color: #000; }
  #newage-gate-section .sm-info-section .logo {
    padding: 30px 0;
    float: initial;
    max-width: initial;
    height: auto;
    float: none;
    max-width: 100%; }
    #newage-gate-section .sm-info-section .logo img {
      width: 100%;
      height: auto; }
    #newage-gate-section .sm-info-section .logo a {
      background: none;
      display: inline-block;
      max-width: 280px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section .sm-info-section .logo {
        padding: 10px 0 30px; } }

.site-language-selector {
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
  float: left;
  margin-bottom: 15px;
  font-family: "gilroy-bold"; }
  .site-language-selector:before, .site-language-selector:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .site-language-selector {
      min-width: auto;
      float: none;
      display: inline-block;
      position: static;
      margin-right: 5px; } }
  .site-language-selector > .des,
  .site-language-selector .name {
    float: left;
    margin-right: 5px; }
  .site-language-selector .icon {
    position: absolute;
    right: 5px; }
  .site-language-selector .des img {
    width: 8px; }
  .site-language-selector .des span {
    display: none;
    color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767px) {
      .site-language-selector .des span {
        display: none; } }
  .site-language-selector .name {
    position: relative; }
  .site-language-selector ul {
    display: none; }
    @media screen and (max-width: 767px) {
      .site-language-selector ul {
        width: 100%; } }
    .site-language-selector ul li {
      line-height: 1.5;
      text-align: left;
      display: block; }
      .site-language-selector ul li a {
        display: block; }
  .site-language-selector .selected {
    position: relative; }
    .site-language-selector .selected:after {
      content: "\f103";
      font-family: penfolds-icons;
      position: absolute;
      right: 11px;
      top: 1px;
      color: #ced0d0;
      cursor: pointer;
      height: auto !important;
      font-size: 1.2em; }
    .site-language-selector .selected + ul {
      display: none; }
    .site-language-selector .selected .country-name,
    .site-language-selector .selected .language-name {
      color: white;
      padding: 10px 30px 10px 10px;
      font-size: 12px;
      font-family: "gilroy-bold";
      letter-spacing: 1px;
      line-height: 14px; }
      @media screen and (max-width: 767px) {
        .site-language-selector .selected .country-name,
        .site-language-selector .selected .language-name {
          line-height: 15px; } }
    .site-language-selector .selected.active:after {
      color: #000; }
    .site-language-selector .selected.active + ul {
      min-width: 200px;
      display: block;
      background-color: #fff;
      padding: 10px 0;
      position: absolute;
      z-index: 2;
      list-style-type: none;
      margin: 0;
      left: 0;
      right: 0;
      max-height: 200px;
      overflow-y: scroll; }
      .site-language-selector .selected.active + ul li {
        padding: 5px 10px; }
        .site-language-selector .selected.active + ul li:hover {
          background-color: #f1f1f1; }
        .site-language-selector .selected.active + ul li a {
          color: rgba(0, 0, 0, 0.5); }
        .site-language-selector .selected.active + ul li .country-name,
        .site-language-selector .selected.active + ul li .language-name {
          font-family: "gilroy-bold";
          font-size: 12px; }
    .site-language-selector .selected.active .country-name,
    .site-language-selector .selected.active .language-name {
      background-color: #fff;
      color: #000; }

#newage-gate-section footer.footer {
  background: linear-gradient(243.6deg, rgba(78, 78, 78, 0.31) 0%, rgba(39, 39, 39, 0.31) 100%);
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 30px;
  border-top: none;
  padding-right: 0;
  overflow: hidden;
  transition: all 0.3s ease; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #newage-gate-section footer.footer {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #newage-gate-section footer.footer {
      padding-top: 15px;
      padding-bottom: 15px; } }
  #newage-gate-section footer.footer.fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto; }
  #newage-gate-section footer.footer.footBg {
    background-color: #1b1619; }
  #newage-gate-section footer.footer .title {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
    #newage-gate-section footer.footer .title:before, #newage-gate-section footer.footer .title:after {
      content: '';
      display: table;
      clear: both; }
    #newage-gate-section footer.footer .title .hidden-txt {
      display: inline-block;
      position: relative;
      padding-bottom: 0px;
      font-size: 1.0em; }
      @media screen and (max-width: 767px) {
        #newage-gate-section footer.footer .title .hidden-txt {
          padding-bottom: 0; } }
      #newage-gate-section footer.footer .title .hidden-txt:after {
        content: '';
        position: absolute;
        bottom: 0;
        background: transparent;
        border-top: 2px solid rgba(255, 255, 255, 0.18);
        width: 100%;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          #newage-gate-section footer.footer .title .hidden-txt:after {
            border-top: transparent; } }
    #newage-gate-section footer.footer .title .visible-txt {
      display: none; }
    #newage-gate-section footer.footer .title + .content-hidden {
      display: none;
      transition: all 0.3s ease;
      width: 50%;
      padding-top: 20px; }
      @media screen and (max-width: 767px) {
        #newage-gate-section footer.footer .title + .content-hidden {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        #newage-gate-section footer.footer .title + .content-hidden {
          padding-top: 0; } }
      #newage-gate-section footer.footer .title + .content-hidden h4 {
        opacity: 0.95;
        font-family: "baskervilleAgeGate";
        line-height: 22px;
        font-size: 19px;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #newage-gate-section footer.footer .title + .content-hidden h4 {
            font-size: 15px; } }
      #newage-gate-section footer.footer .title + .content-hidden p {
        color: #848484;
        font-family: "gilroy-medium";
        font-size: 14px;
        line-height: 24px; }
        @media screen and (max-width: 767px) {
          #newage-gate-section footer.footer .title + .content-hidden p {
            font-size: 12px; } }
      #newage-gate-section footer.footer .title + .content-hidden a,
      #newage-gate-section footer.footer .title + .content-hidden a:hover,
      #newage-gate-section footer.footer .title + .content-hidden a:active,
      #newage-gate-section footer.footer .title + .content-hidden a:focus {
        color: #848484;
        text-decoration: underline; }
    #newage-gate-section footer.footer .title.active .hidden-txt {
      display: none; }
      @media screen and (max-width: 767px) {
        #newage-gate-section footer.footer .title.active .hidden-txt {
          display: inline-block; } }
    #newage-gate-section footer.footer .title.active .visible-txt {
      display: inline-block;
      position: relative;
      padding-bottom: 10px; }
      #newage-gate-section footer.footer .title.active .visible-txt:after {
        content: '';
        position: absolute;
        bottom: 0;
        background: transparent;
        border-top: 2px solid rgba(255, 255, 255, 0.18);
        width: 100%;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          #newage-gate-section footer.footer .title.active .visible-txt:after {
            border-top: transparent; } }
      @media screen and (max-width: 767px) {
        #newage-gate-section footer.footer .title.active .visible-txt {
          display: none; } }
    #newage-gate-section footer.footer .title.active + .content-hidden {
      display: block; }
  #newage-gate-section footer.footer .foot-title {
    float: left;
    font-family: "gilroy-bold";
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    padding-right: 0px;
    text-align: left; }
    #newage-gate-section footer.footer .foot-title a {
      color: #fff;
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      #newage-gate-section footer.footer .foot-title {
        font-size: 9px;
        text-transform: uppercase;
        margin: 0;
        padding-right: 14px; } }
  #newage-gate-section footer.footer .foot-logo {
    float: left;
    text-align: right;
    padding-left: 0px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section footer.footer .foot-logo {
        padding-left: 0px;
        text-align: left; } }
    #newage-gate-section footer.footer .foot-logo a {
      display: block; }
      #newage-gate-section footer.footer .foot-logo a img {
        width: 110px;
        height: auto; }
        @media screen and (max-width: 767px) {
          #newage-gate-section footer.footer .foot-logo a img {
            width: 80px; } }
  #newage-gate-section footer.footer .hide-term-mob {
    cursor: pointer;
    display: none;
    font-size: 12px;
    font-family: "gilroy-bold";
    padding-top: 42px;
    letter-spacing: 0.5px;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      #newage-gate-section footer.footer .hide-term-mob {
        padding-top: 10px;
        display: block; } }
  #newage-gate-section footer.footer.sc-editor .title + .content-hidden {
    display: block; }

@media screen and (max-width: 767px) {
  #newage-gate-section .main-section {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; } }

#newage-gate-section + .agegate-bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1; }
  #newage-gate-section + .agegate-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  #newage-gate-section + .agegate-bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%; }

#newage-gate-section .age-confirm-title {
  font-size: 55px;
  font-family: "baskervilleAgeGate";
  line-height: 1; }
  @media screen and (max-width: 767px) {
    #newage-gate-section .age-confirm-title {
      font-size: 24px;
      line-height: 1; } }
  #newage-gate-section .age-confirm-title .des {
    color: #919191;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      #newage-gate-section .age-confirm-title .des {
        margin-bottom: 10px; } }
  #newage-gate-section .age-confirm-title .question {
    color: #ffffff; }
  #newage-gate-section .age-confirm-title .des, #newage-gate-section .age-confirm-title .question {
    font-size: 50px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section .age-confirm-title .des, #newage-gate-section .age-confirm-title .question {
        font-size: 1em;
        margin-bottom: 10px;
        word-wrap: break-word; } }

#newage-gate-section .remember-checkbox {
  margin-bottom: 20px; }
  #newage-gate-section .remember-checkbox .checkbox {
    position: absolute;
    opacity: 0; }
    #newage-gate-section .remember-checkbox .checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      vertical-align: middle; }
    #newage-gate-section .remember-checkbox .checkbox + label:before {
      content: '';
      margin-right: 17px;
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      border: 1px solid rgba(255, 255, 255, 0.59);
      margin-top: -3px;
      position: relative; }
    #newage-gate-section .remember-checkbox .checkbox:checked + label:after {
      content: '';
      position: absolute;
      left: 7px;
      top: -1px;
      width: 5px;
      height: 10px;
      border: solid #fff;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg); }
  #newage-gate-section .remember-checkbox label {
    color: rgba(255, 255, 255, 0.45);
    font-family: "gilroy-bold";
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 14px;
    display: inline-block; }

#newage-gate-section #sm-date-of-birth {
  position: relative;
  padding: 45px 0 0;
  min-height: 212px; }
  #newage-gate-section #sm-date-of-birth .number-value {
    color: #fff; }
    #newage-gate-section #sm-date-of-birth .number-value.filled {
      line-height: 1.75em; }
      @media screen and (max-width: 480px) {
        #newage-gate-section #sm-date-of-birth .number-value.filled {
          line-height: 2.1em; } }
  @media screen and (max-width: 767px) {
    #newage-gate-section #sm-date-of-birth {
      padding-top: 15px;
      min-height: 135px; } }
  #newage-gate-section #sm-date-of-birth #sm-dob-date-add,
  #newage-gate-section #sm-date-of-birth #sm-dob-year {
    visibility: hidden; }
    #newage-gate-section #sm-date-of-birth #sm-dob-date-add.active,
    #newage-gate-section #sm-date-of-birth #sm-dob-year.active {
      position: relative;
      visibility: visible; }
  #newage-gate-section #sm-date-of-birth #sm-dob-date-add #dob-date-day,
  #newage-gate-section #sm-date-of-birth #sm-dob-date-add #dob-date-month {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: 25px;
    transform: translate3d(0, 40px, 0);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    @media screen and (max-width: 480px) {
      #newage-gate-section #sm-date-of-birth #sm-dob-date-add #dob-date-day,
      #newage-gate-section #sm-date-of-birth #sm-dob-date-add #dob-date-month {
        margin-top: 1vh; } }
  #newage-gate-section #sm-date-of-birth #sm-dob-date-add #dob-date-month.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  #newage-gate-section #sm-date-of-birth #sm-dob-date-add #dob-date-day.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .1s; }
  #newage-gate-section #sm-date-of-birth #sm-dob-date-add .dob-go-back {
    width: 20px;
    display: inline-block;
    height: 112px;
    position: relative;
    vertical-align: top;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section #sm-date-of-birth #sm-dob-date-add .dob-go-back {
        height: 65px; } }
    #newage-gate-section #sm-date-of-birth #sm-dob-date-add .dob-go-back .icon-chevron:before {
      transform: rotate(90deg);
      content: "\f103";
      font-family: penfolds-icons;
      position: absolute;
      left: -2px;
      top: 46%;
      color: #ced0d0;
      cursor: pointer;
      height: auto !important;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        #newage-gate-section #sm-date-of-birth #sm-dob-date-add .dob-go-back .icon-chevron:before {
          top: 40%;
          font-size: 15px; } }
  #newage-gate-section #sm-date-of-birth #sm-dob-year {
    margin-top: 25px;
    display: none; }
    @media screen and (max-width: 767px) {
      #newage-gate-section #sm-date-of-birth #sm-dob-year {
        margin-top: 10px; } }
    @media screen and (max-width: 480px) {
      #newage-gate-section #sm-date-of-birth #sm-dob-year {
        margin-top: 1vh; } }
    #newage-gate-section #sm-date-of-birth #sm-dob-year.active {
      display: block; }
  #newage-gate-section #sm-date-of-birth:after {
    clear: both;
    content: "";
    display: table; }
  #newage-gate-section #sm-date-of-birth .number {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 112px;
    width: 90px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section #sm-date-of-birth .number {
        height: 65px;
        width: 52px;
        margin-right: 8px;
        margin-bottom: 20px; } }
    #newage-gate-section #sm-date-of-birth .number:last-child {
      margin-right: 0; }
    #newage-gate-section #sm-date-of-birth .number input {
      position: absolute;
      top: 0;
      left: -999em;
      width: 100%;
      height: 100%;
      outline: 0;
      font-size: 16px;
      opacity: 0; }
  #newage-gate-section #sm-date-of-birth .number-value {
    /* font-size: 40px; */
    line-height: 2;
    height: 100%;
    font-family: "gilroy-regular";
    font-size: 56px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section #sm-date-of-birth .number-value {
        font-size: 40px;
        line-height: 1.7; } }
    #newage-gate-section #sm-date-of-birth .number-value.filled {
      background: rgba(206, 208, 208, 0.3);
      height: 100%;
      width: 100%;
      position: absolute; }
    #newage-gate-section #sm-date-of-birth .number-value.focus {
      position: absolute;
      width: 100%;
      height: 100%; }
      #newage-gate-section #sm-date-of-birth .number-value.focus:before {
        content: "_";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        animation: blinker .4s infinite alternate; }
  #newage-gate-section #sm-date-of-birth.valid .number {
    border: 1px solid #198819; }
    #newage-gate-section #sm-date-of-birth.valid .number input {
      display: none; }
  #newage-gate-section #sm-date-of-birth.invalid .number {
    border: 1px solid #d62020; }
  #newage-gate-section #sm-date-of-birth .message {
    opacity: 0.58;
    color: #ffffff;
    font-family: "baskervilleAgeGate";
    font-size: 23px;
    line-height: 27px; }
    @media screen and (max-width: 767px) {
      #newage-gate-section #sm-date-of-birth .message {
        font-size: 15px; } }

#newage-gate-section #btnSwitchLangHidden {
  background-color: transparent;
  border-color: transparent; }

@keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes ag-load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#loading-div-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  z-index: 6000; }
  #loading-div-background .loading-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #loading-div-background p {
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 14px; }
  #loading-div-background #loading-div,
  #loading-div-background #loading-div:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }
  #loading-div-background #loading-div {
    margin: auto;
    margin-bottom: 25px;
    font-size: 6px;
    text-indent: -9999em;
    border-left: 1.6em solid #fff;
    border-top: 1.6em solid rgba(255, 255, 255, 0.2);
    border-right: 1.6em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.6em solid rgba(255, 255, 255, 0.2);
    border-left: 1.6em solid #fff;
    transform: translateZ(0);
    animation: ag-load 1.1s infinite linear; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #newage-gate-section .remember-checkbox .checkbox + label {
    vertical-align: super; }
  #newage-gate-section .remember-checkbox .checkbox + label:before {
    vertical-align: text-top; } }

.ie11 #newage-gate-section .remember-checkbox :checked.checkbox + label::after {
  top: -1px; }

#newage-gate-section .dob-inputs {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.25s ease;
  height: 0;
  min-height: 0 !important;
  padding: 0 !important; }
  #newage-gate-section .dob-inputs--active {
    opacity: 1;
    height: auto;
    transform: translateY(0); }
  #newage-gate-section .dob-inputs--hidden {
    display: none; }

#newage-gate-section .remember-checkbox {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.25s ease;
  height: 0;
  margin: 0; }
  #newage-gate-section .remember-checkbox--active {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    margin-bottom: 20px; }
  #newage-gate-section .remember-checkbox--hidden {
    display: none; }

#newage-gate-section .footer {
  opacity: 0;
  transform: rotateY(30px);
  transition: all 0.25s ease; }
  #newage-gate-section .footer--active {
    opacity: 1;
    transform: translateY(0); }
  #newage-gate-section .footer--hidden {
    display: none; }

#newage-gate-section .cookie-preference {
  padding: 0 15px;
  max-width: 920px;
  margin: 8px auto 0;
  opacity: 0;
  transform: translateY(30px);
  display: block;
  transition: all 0.25s ease; }
  #newage-gate-section .cookie-preference--active {
    opacity: 1;
    transform: translateY(0); }
  #newage-gate-section .cookie-preference--hidden {
    display: none; }
  #newage-gate-section .cookie-preference__content p {
    margin-bottom: 30px; }
  #newage-gate-section .cookie-preference__button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #newage-gate-section .cookie-preference__accept-all-button, #newage-gate-section .cookie-preference__manage-button {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    cursor: pointer;
    padding: 0 12px;
    font-size: 14px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase; }
    #newage-gate-section .cookie-preference__accept-all-button:focus, #newage-gate-section .cookie-preference__manage-button:focus {
      outline: none; }
  #newage-gate-section .cookie-preference__input-wrapper {
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transform: translateY(30px);
    transition: all 0.25s ease; }
    #newage-gate-section .cookie-preference__input-wrapper--active {
      opacity: 1;
      transform: translateY(0); }
    #newage-gate-section .cookie-preference__input-wrapper--hidden {
      display: none; }
  #newage-gate-section .cookie-preference__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative;
    margin-bottom: 16px; }
    #newage-gate-section .cookie-preference__input input {
      height: 0;
      margin: 0;
      opacity: 0;
      display: block; }
      #newage-gate-section .cookie-preference__input input + label {
        font-size: 14px; }
        #newage-gate-section .cookie-preference__input input + label:before {
          left: 0;
          top: 50%;
          content: 'NO';
          width: 44px;
          height: 20px;
          border-radius: 24px;
          position: absolute;
          transform: translateY(-50%);
          transition: all 0.25s ease;
          padding-top: 4px;
          padding-left: 21px;
          font-weight: bold;
          font-size: 11px;
          line-height: 1;
          font-family: "ProximaNova", "Open Sans", Arial, sans-serif;
          border: none;
          text-align: left;
          box-sizing: border-box; }
        #newage-gate-section .cookie-preference__input input + label:after {
          top: 50%;
          left: 3px;
          opacity: 1;
          content: '';
          height: 14px;
          width: 14px;
          border-radius: 50%;
          position: absolute;
          transform: translateY(-50%);
          transition: all 0.25s ease; }
      #newage-gate-section .cookie-preference__input input:checked + label:before {
        content: 'YES';
        padding-left: 6px; }
      #newage-gate-section .cookie-preference__input input:checked + label:after {
        left: 27px; }
      #newage-gate-section .cookie-preference__input input:disabled + label {
        cursor: default; }
    #newage-gate-section .cookie-preference__input label {
      display: block;
      cursor: pointer;
      padding: 8px 0 8px 54px; }
  @media (min-width: 768px) {
    #newage-gate-section .cookie-preference {
      padding: 0; }
      #newage-gate-section .cookie-preference__content p {
        margin-bottom: 45px; }
      #newage-gate-section .cookie-preference__button-wrapper {
        margin: 0 -15px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 45px;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      #newage-gate-section .cookie-preference__accept-all-button, #newage-gate-section .cookie-preference__manage-button {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin: 0 15px;
        padding: 0 24px; }
      #newage-gate-section .cookie-preference__input-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      #newage-gate-section .cookie-preference__input {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

@font-face {
  font-family: "icomoon";
  src: url("../../Fonts/Icons/location_globe-icomoon_fonts.eot");
  src: url("../../Fonts/Icons/location_globe-icomoon_fonts.eot?#iefix") format("embedded-opentype"), url("../../Fonts/Icons/location_globe-icomoon_fonts.woff") format("woff"), url("../../Fonts/Icons/location_globe-icomoon_fonts.ttf") format("truetype"), url("../../Fonts/Icons/location_globe-icomoon_fonts.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

#newage-gate-section .sm-info-section .navbar #sm-country-selector .des span {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  opacity: 1;
  line-height: normal; }
  #newage-gate-section .sm-info-section .navbar #sm-country-selector .des span:after {
    content: "\e947";
    font-family: icomoon;
    margin-left: 6px;
    font-size: 10px; }

#newage-gate-section .sm-info-section .navbar #sm-country-selector .selected:after {
  color: white; }

#newage-gate-section .sm-info-section .navbar #sm-country-selector .selected .country-name {
  color: white; }

#newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .des span {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  opacity: 1;
  line-height: normal; }
  #newage-gate-section .sm-info-section .navbar .site-language-selector-age-gate .des span:after {
    content: "\e9c9";
    margin-left: 8px;
    font-family: icomoon;
    color: white;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 1px; }

body.body-mobNavActive::after {
  z-index: 1; }

#newage-gate-section .navbar #sm-country-selector .selected:after {
  content: "\f103";
  font-size: 1em !important; }

#newage-gate-section .navbar .site-language-selector-age-gate .selected:after {
  content: "\f103";
  font-size: 1em !important; }

#newage-gate-section .sm-info-section .logo {
  float: none;
  max-width: 100%; }

#newage-gate-section .age-confirm-title .des, #newage-gate-section .age-confirm-title question {
  font-size: 50px;
  color: #c6b379;
  font-family: "Droid Serif", "Times New Roman", Serif; }
  @media screen and (max-width: 480px) {
    #newage-gate-section .age-confirm-title .des, #newage-gate-section .age-confirm-title question {
      font-size: 30px;
      line-height: normal; } }

#newage-gate-section footer.footer {
  background: rgba(0, 0, 0, 0.5); }
  #newage-gate-section footer.footer.footBg {
    background: rgba(0, 0, 0, 0.5); }
  #newage-gate-section footer.footer .title + .content-hidden p {
    color: #c6b379; }
  #newage-gate-section footer.footer .title + .content-hidden a {
    color: #fff; }
    #newage-gate-section footer.footer .title + .content-hidden a:hover {
      color: #fff; }
    #newage-gate-section footer.footer .title + .content-hidden a:active {
      color: #fff; }
    #newage-gate-section footer.footer .title + .content-hidden a:focus {
      color: #fff; }
  #newage-gate-section footer.footer .foot-title {
    opacity: 1; }
  #newage-gate-section footer.footer .title .hidden-txt {
    color: #c6b379; }
  #newage-gate-section footer.footer .title .visible-txt {
    color: #c6b379;
    text-decoration: none; }
  #newage-gate-section footer.footer .title.active .visible-txt {
    text-decoration: none; }
    #newage-gate-section footer.footer .title.active .visible-txt:after {
      content: '';
      border-top: 2px solid #c6b379; }

#newage-gate-section .cookie-preference label,
#newage-gate-section .cookie-preference p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans", "Helvetica", Sans-Serif; }

#newage-gate-section .cookie-preference a {
  color: white;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: underline; }
  #newage-gate-section .cookie-preference a:hover {
    text-decoration: none; }

#newage-gate-section .cookie-preference button {
  font-weight: 400;
  font-family: "Open Sans", "Helvetica", Sans-Serif;
  border-radius: 30px; }

#newage-gate-section .cookie-preference__accept-all-button {
  border: 1px solid #C6B379;
  background-color: #C6B379;
  color: black;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; }
  #newage-gate-section .cookie-preference__accept-all-button:hover, #newage-gate-section .cookie-preference__accept-all-button:focus {
    border: 1px solid #C6B379;
    background-color: rgba(198, 179, 121, 0.33);
    color: #C6B379; }

#newage-gate-section .cookie-preference__manage-button {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; }
  #newage-gate-section .cookie-preference__manage-button:hover, #newage-gate-section .cookie-preference__manage-button:focus {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.33);
    color: white; }

#newage-gate-section .cookie-preference__input input + label {
  color: white;
  font-family: "Open Sans", "Helvetica", Sans-Serif; }
  #newage-gate-section .cookie-preference__input input + label:before {
    background-color: #A7A9AC;
    color: black; }
  #newage-gate-section .cookie-preference__input input + label:after {
    background-color: black; }

#newage-gate-section .cookie-preference__input input:checked + label:before {
  background-color: #C6B379;
  color: black; }

#newage-gate-section .cookie-preference__input input:checked + label:after {
  background-color: black; }

.my-preferences {
  background: white !important; }
  .my-preferences h1, .my-preferences__subtitle {
    color: #C6B379;
    font-family: "Droid Serif", "Times New Roman", Serif; }
  .my-preferences__subtitle,
  .my-preferences p {
    font-weight: 400;
    color: #A7A7A7; }
  .my-preferences p {
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", "Helvetica", Sans-Serif; }
  .my-preferences a {
    color: #A7A7A7;
    text-decoration: underline;
    font-weight: 700; }
    .my-preferences a:hover {
      text-decoration: none; }
  .my-preferences button {
    font-weight: 400;
    font-family: "Open Sans", "Helvetica", Sans-Serif;
    border-radius: 30px; }
  .my-preferences__input input + label {
    color: #A7A7A7;
    font-family: "Open Sans", "Helvetica", Sans-Serif; }
    .my-preferences__input input + label:before {
      background-color: #A7A9AC;
      color: white; }
    .my-preferences__input input + label:after {
      background-color: white; }
  .my-preferences__input input:checked + label:before {
    background-color: #C6B379;
    color: white; }
  .my-preferences__input input:checked + label:after {
    background-color: white; }
  .my-preferences__accept-all-button {
    border: 1px solid #C6B379;
    background-color: #C6B379;
    color: black;
    transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; }
    .my-preferences__accept-all-button:hover, .my-preferences__accept-all-button:focus {
      border: 1px solid #C6B379;
      background-color: rgba(198, 179, 121, 0.33);
      color: black; }
  .my-preferences__save-button {
    border: 1px solid #C6B379;
    background-color: rgba(198, 179, 121, 0.33);
    color: black;
    transition: all 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s; }
    .my-preferences__save-button:hover, .my-preferences__save-button:focus {
      border: 1px solid #C6B379;
      background-color: #C6B379;
      color: black; }

.wrapper-agegate {
  display: none; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../../fonts/ProximaNova-Regular-webfont.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../../fonts/ProximaNovaA-Bold-webfont.woff") format("woff");
  font-weight: 600; }

@keyframes opacityShow {
  0% {
    opacity: 0; }
  90% {
    opacity: 1; } }

@keyframes opacityHide {
  0% {
    opacity: 1; }
  90% {
    opacity: 0; } }

.showAgeGateAnimation {
  display: block;
  animation: opacityShow 2s 1; }

.hideAgeGateAnimation {
  animation: opacityHide 1s 1;
  display: none;
  z-index: -1; }

.my-preferences {
  z-index: 100001;
  position: relative;
  background-color: inherit;
  background: inherit; }
  .my-preferences__content {
    padding: 50px 36px; }
  .my-preferences__mask {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.3) 0 0 no-repeat padding-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 100000;
    transition: all 0.3s ease; }
    .my-preferences__mask--active {
      opacity: 1; }
    .my-preferences__mask--hidden {
      display: none; }
      .my-preferences__mask--hidden + .my-preferences {
        z-index: auto; }
  .my-preferences h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: 500;
    line-height: -40px;
    position: relative;
    margin: 0 0 92px; }
    .my-preferences h1:after {
      content: '';
      border-bottom: 1px solid #9D9D9C;
      position: absolute;
      height: 0;
      bottom: -40px;
      width: 38px;
      left: 0; }
  .my-preferences__subtitle,
  .my-preferences p {
    letter-spacing: 0.8px;
    margin-top: 0; }
  .my-preferences__subtitle {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.25px;
    margin: 0 0 30px; }
  .my-preferences__description {
    margin: 0 0 50px; }
  .my-preferences button {
    padding: 0 24px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
    width: 100%;
    padding: 19px 12px;
    cursor: pointer; }
    .my-preferences button:focus {
      outline: none; }
  .my-preferences__accept-all-button {
    margin-bottom: 30px; }
  .my-preferences__accept-all-description {
    margin-bottom: 100px; }
  .my-preferences__form-wrapper {
    margin-bottom: 100px; }
  .my-preferences__form-item {
    margin-bottom: 50px; }
  .my-preferences__input {
    position: relative;
    margin-bottom: 20px; }
    .my-preferences__input input {
      height: 0;
      margin: 0;
      opacity: 0;
      display: block; }
      .my-preferences__input input + label {
        display: block;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 1.25px;
        padding-left: 54px;
        font-weight: 500;
        cursor: pointer; }
        .my-preferences__input input + label:before {
          left: 0;
          top: 50%;
          content: 'NO';
          width: 44px;
          height: 20px;
          border-radius: 24px;
          position: absolute;
          letter-spacing: 0;
          transform: translateY(-50%);
          transition: all 0.25s ease;
          padding-top: 4px;
          padding-left: 21px;
          font-weight: bold;
          font-size: 11px;
          line-height: 13px;
          font-family: "ProximaNova";
          border: none;
          text-align: left;
          box-sizing: border-box; }
        .my-preferences__input input + label:after {
          top: 50%;
          left: 3px;
          opacity: 1;
          content: '';
          height: 14px;
          width: 14px;
          border-radius: 50%;
          position: absolute;
          transform: translateY(-50%);
          transition: all 0.25s ease; }
      .my-preferences__input input:checked + label:before {
        content: 'YES';
        padding-left: 6px; }
      .my-preferences__input input:checked + label:after {
        left: 27px; }
      .my-preferences__input input:disabled + label {
        cursor: default; }
  .my-preferences__bottom-description {
    margin-bottom: 50px; }
  @media (min-width: 768px) {
    .my-preferences__content {
      padding: 50px 36px 100px;
      max-width: 1170px;
      margin: auto; }
    .my-preferences h1 {
      font-size: 45px;
      line-height: 54px;
      letter-spacing: 4.5px; }
    .my-preferences button {
      width: auto;
      padding: 19px 56px; }
    .my-preferences__form-wrapper {
      padding: 0 13px;
      margin-bottom: 50px; }
    .my-preferences__bottom-description {
      margin-bottom: 72px; }
    .my-preferences__input input + label {
      padding-left: 87px; }
    .my-preferences__form-description {
      padding-left: 87px; } }

/*# sourceMappingURL=devilslair.css.map */
