/* Minification failed. Returning unminified contents.
(8478,140): run-time error CSS1031: Expected selector, found ','
 */
/* ----------------------------
Base Styling
---------------------------- */
body {
    font-family: 'Amiri', serif;
    /*background-color: #28241e;*/
    background-color: #000000;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-webkit-input-placeholder {
    color: #555;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #555;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #555;
}

:-ms-input-placeholder {
    color: #555;
}
  
:focus {
    outline: none;
}

a {
    color: #336ab7;
}

a:hover, a:focus {
    color: #397cd9;
}

dl dt {
    margin-bottom: 0;
    color: #c88e04;
}

/* text color override in case of dark/light bg img */
.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

/* ----------------------------
Global Font Styling
---------------------------- */
a, a:visited {
    text-decoration: none;
}

a:hover:not(.button) {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amiri', serif;
    font-weight: normal;
    /* text-transform: uppercase; */
    line-height: 1;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
}
    
h5 {
    font-size: 1.25rem;
}

button.small, 
.button.small {
    padding: 4px 8px;
    font-size: 1rem;
}

button,
.button {
    font-family: 'Oswald', sans-serif;
}

button.black, .button.black {
    background-color: #222;
    border-color: #222;
    color: #fff !important;
}

button.black:hover, 
button.black:focus, 
.button.black:hover, 
.button.black:focus {
    background-color: #000;
}

select {
    padding: 0.3rem 0.2rem 0.2rem;
    font-size: 0.975rem;
}

label {
    font-size: 0.95rem;
    line-height: 1.4;
}

p {
    line-height: 1.3;
    font-size: 1.1em;
}

dl dd {
    line-height: 1.3;
}

@media only screen and (min-width: 48.0625em) {
    h3 {
      font-size: 2rem;
      margin-bottom: 20px;
    }
}

/* ----------------------------
Login form
---------------------------- */
.login {
    margin: 20px 0 0;
}

#login-modal .row {
    background-color: transparent;
}

#login-modal .row .columns {
    padding: 0 10px;
}

#login-modal label {
    color: #f4f4ef;
}

#login-modal p {
    font-size: 0.85rem;
}

#login-modal a:not(.close-reveal-modal),
#login-modal a:not(.close-reveal-modal):visited {
    color: #eabd54;
}

button.login-btn, .button.login-btn {
    background-color: #e2a718;
    color: #000;
}

button.login-btn:hover, 
button.login-btn:focus, 
.button.login-btn:hover, 
.button.login-btn:focus {
    background-color: #cb9718;
    color: #000;
}

/* ----------------------------
Columns
---------------------------- */
.row {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.columns {
    padding: 0;
}

.bgimg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullbg, 
.scrollbox {
    width: 100%;
    padding: 85px 45px 45px;
    height: -o-calc(100vh - 135px);
    height: calc(100vh - 135px);
    overflow-y: auto;
    overflow-x: hidden;
}

.fullbg {
    overflow: hidden;
    position: relative;
}

.fullpg {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.fullbg .fullbg-content {
    position: absolute;
    bottom: 40px;
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);
    text-align: center;
}

.fullbg .row {
    background-color: transparent;
}

.fullbg .scrollbox {
    padding: 15px 0;
}

.fullbg .scrollbox h1,
.fullbg .scrollbox h2,
.fullbg .scrollbox h3,
.fullbg .scrollbox h4,
.fullbg .scrollbox h5,
.fullbg .scrollbox h6 {
    color: #fff;
}

.top_100 {
    margin-top: 100px;
}

@media only screen and (max-width: 48em) { 
    
    .bgimg {
        height: 300px !important;
    }
    
    .fullpg {
        height: auto !important;
        padding: 15px;
    }
    
    .fullpg.fullbg {
        padding: 30px;
    }
    
    .fullbg,
    .scrollbox {
        height: auto;
        overflow: visible;
        padding: 15px;
    }
    
    .fullbg .fullbg-content {
        width: -o-calc(100% - 30px);
        width: calc(100% - 30px);
    }
    
    .top_100 {
        margin-top: 0;
    }
    
    label.right {
        float: right !important;
    }
    
}

/* ----------------------------
Reservation Dropdown
---------------------------- */
#rs-menu {
    margin-top: 50px;
    list-style: none;
    float: right;
    margin: 40px 0 0;
    padding: 0;
    font-family: inherit;
}

#rs-menu li {
    background-color: #f4f4ef;
    background-color: rgba(244, 244, 239, 0.8)
}

#rs-menu li a {
    display: block;
    color: #28231e !important;
    padding: 4px 7px;
    font-size: 0.85rem;
    
}

#rs-menu li a:hover {
    text-decoration: none;
    color: #000 !important;
}

#rs-menu li.mttl {
    background-color: transparent;
}

#rs-menu li.mttl > a {
    padding-right: 0;
    color: #e2a718 !important;
    text-transform: uppercase;
    font-size: 1.092rem;
    height: 35px;
}

#rs-menu li:hover {
    position: relative;
}

#rs-menu li:not(.mttl):hover {
    background-color: rgba(244, 244, 239,.90)
}

#rs-menu ul {
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#rs-menu ul ul {
    top: 0;
    right: 100%;
}

#rs-menu ul li {
    float: none;
}

#rs-menu li:hover > ul {
    visibility: visible
}

/* ----------------------------
Modal Window
---------------------------- */
.reveal-modal {
    max-width: 800px;
    background-color: #1d1c18;
    color: #f5f5f0;
    text-align: center;
    border-color: #a09a95;
    border-radius: 6px;
    -moz-border-radius: 6px;
    top: 150px;
}

.reveal-modal h1,
.reveal-modal h2,
.reveal-modal h3,
.reveal-modal h4,
.reveal-modal h5, 
.reveal-modal h6 {
    color: #f5f5f0;
    font-size: 1.875rem;
    font-weight: normal;
    font-variant: small-caps;
    margin-bottom: 20px;
}

.reveal-modal .close-reveal-modal {
    height: 26px;
    width: 26px;
    right: 0.75rem;
    display: block;
    background: url(/content/images/menu/Close.png) no-repeat center;
    /*
    width: 33px;
    height: 33px;
    line-height: 0.6;
    border: 1px solid #aaa;
    border-radius: 50%;
    -moz-border-radius: 50%;
    padding-left: 1px;
    right: 0.75rem;
    */
}

.reveal-modal .close-reveal-modal:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 48em) { 
    .reveal-modal {
        top: 0;
    }
}

/* ----------------------------
Hotel Map
---------------------------- */
#hotel-map,
#resort-map {
    width: 900px;
    height: 690px;
    position: relative;
    overflow: hidden;
}

#resort-map.bl {
    height: 653px;
}

#resort-map.ll {
    height: 617px;
}

#hotel-map {
    height: 590px;
}

#hotel-map .tabs-content > .content,
#resort-map .tabs-content > .content {
    padding: 0;
}

.fancybox-title a:hover {
    text-decoration: none;
    color: #222;
}

.fancybox-title .tabs dd > a, 
.fancybox-title .tabs .tab-title > a {
    background-color: transparent;
    font-family: inherit;
    font-size: 0.85rem;
    padding: 0 0 0 15px;
    color: #52504a;
}

.fancybox-title .tabs dd.active a, 
.fancybox-title .tabs .tab-title.active a {
    color: #000;
    text-decoration: none;
}

.img-nav {
    position: absolute;
    bottom: 15px;
    min-height: 70px;
    font-size: 0.85rem;
}

.white-bg {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

.img-nav.one-third-left {
    left: 25px;
    width: 33%;
}

.img-nav.one-third-right {
    right: 5px;
    width: 33%;
}

.img-nav.one-third-right-tall {
    right: 16px;
    width: 37%;
    position: absolute;
    right: 5px;
    top: 108px;
}
.img-nav.full-width {
    left: 0;
    width: 95%;
    padding: 10px 0px 15px 100px
}

.img-nav.small-block {
    position: absolute;
    bottom: 197px;
    left: 52px;
    width: 122px;
}

.img-nav a,
.img-nav a:visited {
    color: #52504a;
    color: #000;
}

.img-nav a:hover,
.img-nav a:focus,
.img-nav a.active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.img-nav [class*="block-grid-"] > li {
    padding: 0;
    font-size: 0.75rem;
}


/* ----------------------------
Gallery Styling
---------------------------- */
.gallery-logo {
    max-width: 250px;
}

.gallery-page .gallery-view {
    margin: 20px auto;
    max-width: 1100px;
}

.download-page .gallery-view {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gallery-view > li {
    padding: 0 0.625rem 0.625rem;
}

.gallery-view .gallery-item {
    background-color: #fff;
    padding: 4px;
    margin-bottom: 5px;
}

.gallery-view.wbg .gallery-item {
    padding: 0;
}

.gallery-view .gallery-item p {
    font-size: 0.9rem;
    text-align: center;
    margin: 0;
    padding: 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
}

.gallery-view img {
    border: 2px solid #e2a718;
    display: block;
}

.gallery-view img:hover,
.gallery-view img:focus {
    border-color: black;
}

/* ----------------------------
Downloads
---------------------------- */
.download-page a,
.download-page a:visited {
    color: #c88e04;
    font-size: .9rem!important;
}

.download-page a:hover,
.download-page a:focus {
    color: #7c766e;
    text-decoration: none;
}

.download-detail {
    padding: 5px 0;
}

/* ----------------------------
Header
---------------------------- */
#header a,
#header a:visited {
    color: #e2a618;
}

#header a:hover,
#header a:focus {
    color: #f7b61c;
}

#header span {
    line-height: 115px;
}

#header {
    background-color: #28241e;
    box-shadow: 0 0 10px 2px #000;
    height: 75px;
    color: #fff;
    position: relative;
    z-index: 100;
}

#header .headline {
    height: auto;
    width: 300px;
    margin: 0 0 0 -150px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 15;
    text-align: center;
    background: #28241e;
}

#header .columns {
    height: 75px;
    padding: 0 45px;
}

#header .columns img {
    height: auto;
    max-height: 100%;
    padding: 5px 0;
}

.head-right a,
.head-right a:visited {
    color: #e2a618;
    text-transform: uppercase;
}

#the-family {
    max-width: 140px;
    margin: 10px auto 6px;
}

#coppola-words {
    position: relative;
    width: 221px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

#coppola, #coppola-line {
    max-width: 221px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.3s 0.2s;
}

#coppola-line {
    opacity: 0;
}

nav {
    margin: 15px auto 13px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: 'Oswald', sans-serif;
    line-height: 10px;
}

nav img {
    height: 11px;
    margin: 0 5px 3px 0;
    vertical-align: text-bottom;
}

nav a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

nav a:first-of-type img {
	margin-right: 3px;
}

nav a:last-of-type img { margin-right: 0; }

#cinema-y, #wine-y, #food-y, #resorts-y, #adventure-y {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3s;
}

#cinema-y {
    height: 31px;
    margin: -16px 0 0 -70px;
}

#wine-y {
    height: 31px;
    margin: -16px 0 0 -47px;
}

#food-y {
    height: 31px;
    margin: -16px 0 0 -50px;
}

#resorts-y {
    height: 31px;
    margin: -16px 0 0 -101px;
}

#adventure-y {
    height: 31px;
    margin: -16px 0 0 -102px;
}

#coppola.fade-out {
    opacity: 0;
    transition: all 0.3s;
}

#coppola-line.fade-in {
    opacity: 1;
    transition: all 0.3s;
}

#cinema-y.fade-in, #wine-y.fade-in, #food-y.fade-in, #resorts-y.fade-in, #adventure-y.fade-in {
    opacity: 1;
    transition: all 0.3s 0.2s;
}

@media only screen and (max-width: 48em) { 
    
    #header {
        height: 150px;
    }
    
}

/* --------------------------
Mobile Menu
-------------------------- */
#dl-menu {
    display: none;
    position: relative;
    z-index: 1001;
}

.reservations {
    background-color: #e2a618 !important;
}

.dl-menuwrapper {
	width: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
    text-align: right;
    background-color: #444;
}

.dl-menuwrapper span {
    float: left;
    padding: 10px 0 0 15px;
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 18px;
}

.dl-menuwrapper button {
	background-color: #222;
	border: none;
	width: 38px;
	height: 35px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
    margin: 5px;
    padding: 0;
}

.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover {
    background: #000;
}

.dl-menuwrapper ul {
	background: #e0e0e0;
    text-align: left;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 4px;
	background: #fff;
	top: 8px;
	left: 16%;
    border-radius: 1px;
	box-shadow: 
		0 8px 0 #fff, 
		0 16px 0 #fff;
    -moz-box-shadow:
        0 8px 0 #fff,
        0 16px 0 #fff;
    -webkit-box-shadow:
        0 8px 0 #fff,
        0 16px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #222;
	outline: none;
    text-decoration: none;
    font-family: 'Amiri', serif;
}

.dl-menuwrapper ul li ul, 
.dl-menuwrapper ul li ol {
    margin-left: 0;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(0,0,0,0.05);
    text-decoration: none;
}

.dl-menuwrapper li.dl-back > a,
.dl-menuwrapper li.dl-home > a {
	padding-left: 30px;
    font-size: 16px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li.dl-home:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li.dl-home:after {
	left: 10px;
    top: 3px;
	color: rgba(0,0,0,0.3);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	    transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is opened, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

@media only screen and (max-width: 48em) {
    
    /* display mobile menu */
    #dl-menu {
        display: block;
    }
    
}

/* --------------------------
Page lb-gallery Styling
-------------------------- */
.lb-gallery {
    position: relative;
    margin: -45px 0 40px;
}

.launch {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #fff;
}

.launch a,
.launch a:visited {
    color: #efefef;
    display: block;
}

.launch a:hover,
.launch a:focus {
    color: #fff;
}

.launch.right-side {
    right: 20px;
    left: auto;
}

@media only screen and (max-width: 48em) {
    
    .lb-gallery {
        margin-top: 0;
    }
    
}

/* ----------------------------
Primary Menu
---------------------------- */
#Menu {
    /*width: 196px;*/
    width: 206px;
    height: 526px!important;
    height: auto;
    position: absolute;
    left: 45px;
    top: 88px;
    color: #f5f5f0;
    line-height: 26px;
}

#Menu .spacer {
    display: inline-block;
    height: 1px;
    width: 25px;
}

#Menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 176px;
    font-size: 0.875rem !important;
}

#Menu li {
    padding-right: 10px;
    text-align: right;
    min-height: 26px;
    line-height: 1.4;
    padding: 5px 10px 2px;
}

#Menu li img {
    margin-top: -3px;
    margin-left: 3px;
}

#Menu .MenuStuck, #Menu .MenuLink, #Menu .MenuBack { cursor: pointer; }

.MenuStub {
    background-color: #1D1B18;
    text-transform: uppercase;
    background-image: url(/content/images/menu/Menu-Icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-top: 3px;
}

.MenuStuck {
    background-color: #1D1B18;
    text-transform: uppercase;
    border-top: 1px solid #f4f4ef;
    border-top: 1px solid rgba(244, 244, 239, .8);
    padding-top: 3px;
}

.MenuNoLink {
    background-color: #f4f4ef;
    background-color: rgba(244, 244, 239, .8);
    color: #28241e;
    font-weight: bold;
    opacity: .8;
}

.MenuLink {
    background-color: #f4f4ef;
    background-color: rgba(244, 244, 239, .8);
    color: #28241e;
    opacity: .8;
    text-decoration: none;
}

#Menu .MenuLink a {
    text-decoration: none;
    color: #28241e;
    display: block;
}

#Menu .MenuBack a {
    text-decoration: none;
    color: #F4F4F4;
    display: block;
}

#Menu .MenuStuck a {
    text-decoration: none;
    color: #F4F4EF;
}

.MenuBack {
    background-color: #666666;
    opacity: 1!important;
    background-image: url(/content/images/menu/mnuArrowBack.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    text-decoration: none;

}

.MenuBack a { padding-right: 15px; }

.menuLogo img { padding-bottom: 5px; }

/*************************************/

/*                                   */

/*        Popup Menu Styles          */

/*                                   */

/*************************************/

.menuLinkRow #logoCinema { background: url(/content/images/menu/popup/tfc-cinema.png) no-repeat; }

.menuLinkRow #logoWine { background: url(/content/images/menu/popup/tfc-wine.png) no-repeat; }

.menuLinkRow #logoFood { background: url(/content/images/menu/popup/tfc-food.png) no-repeat; }

.menuLinkRow #logoResorts { background: url(/content/images/menu/popup/tfc-hideaways.png) no-repeat; }

.menuLinkRow #logoAdventure { background: url(/content/images/menu/popup/tfc-adventure.png) no-repeat; }

.menuLinkRow #logoCinema:hover, .menuLinkRow #logoWine:hover, .menuLinkRow #logoFood:hover, .menuLinkRow #logoResorts:hover, .menuLinkRow #logoAdventure:hover { background-position: 0 -46px; }


#popupMenu {
    width: 680px;
    height: 600px;
    background-color: #1D1B18;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
    position: absolute;
    top: 75px;
    margin-left: -340px;
    left: 50%;
    display: none;
    z-index: 9999;
    padding: 10px 20px 10px 20px;
    color: #b2b2b2;
}

#popupMenu .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(/content/images/menu/Close.png) no-repeat;
    cursor: pointer;
}


#popupMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    clear: both;
    height: auto;
}

#popupMenu a {
    text-decoration: none;
    color: #b2b2b2;
}

#popupMenu a:hover {
    text-decoration: none;
    color: white;
}

.menuLinkRow li {
    float: left;
    text-align: center;
}


.menuLinkRow { position: relative; }

.menuLinkRow .logo {
    height: 46px;
    width: 110px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}


#popupMenu hr { clear: both; }

.textLinks li { margin-left: 10px; }

.backtohome {
    position: absolute;
    bottom: 9px;
    left: 197px;
}

.textLinks {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}


/* Row Cinema */

.menuLogo1 {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    height: 67px;
}

#mnuFilmography {
    width: 196px;
    height: 46px;
    margin-top: 10px;
    background: url(/content/images/menu/popup/family-tree-sprite.png) no-repeat;
}

#mnuZoetrope {
    width: 100px;
    background: url(/content/images/menu/popup/american-zoetrope-sprite.png) no-repeat;
    margin-top: 5px;
}

#mnuFilmography:hover { background-position: 0 -52px; }
#mnuZoetrope:hover { background-position: 0 -67px; }

/* Row Wine */

.menuLogo2 {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    width: 160px;
    height: 70px;
}

#mnuFFCW { background: url(/content/images/menu/popup/ffcw-sprite-new.png) no-repeat; height: 77px; margin-top: -3px; width: 115px; margin-left: 12px;}
#mnuAPWG {
    background: url(/content/images/menu/popup/ffcw-too-sprite.png) no-repeat;
    height: 77px;
    margin-top: -3px;
    width: 115px;
    margin-left: 18px;
}
#mnuAPWG2 { background: url(/content/images/menu/popup/apwg-sprite-a.png) no-repeat; height: 77px; margin-top: -3px; width: 115px; margin-left: 14px;}
#mnuDDB { background: url(/content/images/menu/popup/ddb-sprite.png) no-repeat; height: 77px; margin-top: -3px; width: 115px; margin-left: 14px;}

#mnuAPWG2:hover { background-position: 0 -77px; }
#mnuFFCW:hover{ background-position: 0 -77px; }
#mnuAPWG:hover { background-position: 0 -77px; }
#mnuDDB:hover { background-position: 0 -77px; }

/* Row Food */

.menuLogo3 {
    display: block;
    margin-left: 13px;
    cursor: pointer;
}

#mnuRustic {
    margin-left: 32px;
    margin-top: 21px;
    width: 83px;
    height: 53px;
    background: url(/content/images/menu/popup/rustic-sprite.png) no-repeat;
}

#mnuPoolCafe {
    margin-top: 9px;
    width: 50px;
    height: 66px;
    background: url(/content/images/menu/popup/pool-cafe-sprite.png) no-repeat;
}

#mnuCafeZoetrope {
    width: 75px;
    height: 75px;
    background: url(/content/images/menu/popup/cafe-zoetrope-sprite.png) no-repeat;
}

#mnuMammarellaFoods {
    margin-top: 5px;
    height: 70px;
    width: 101px;
    background: url(/content/images/menu/popup/mammarella-foods-sprite.png) no-repeat;
}

#mnuWerowocomoco {
    margin-top: 6px;
    height: 69px;
    width: 113px;
    background: url(/content/images/menu/popup/wero-sprite.png) no-repeat;
}

#mnuRustic:hover { background-position: 0 -53px; }

#mnuPoolCafe:hover { background-position: 0 -66px; }

#mnuCafeZoetrope:hover { background-position: 0 -75px; }

#mnuMammarellaFoods:hover { background-position: 0 -71px; }

#mnuWerowocomoco:hover { background-position: 0 -69px;}


/* Row Resorts */

.menuLogo4 {
    display: block;
    height: 82px;
    margin-left: 25px;
    margin-top: -5px;
    cursor: pointer;
}


#mnuBlancaneaux {
    margin-left: 40px;
    width: 65px;
    background: url(/content/images/menu/popup/blancaneaux-sprite.png) no-repeat;
}

#mnuTurtleInn {
    width: 60px;
    background: url(/content/images/menu/popup/turtle-inn-sprite.png) no-repeat;
}

#mnuLaLancha {
    width: 60px;
    background: url(/content/images/menu/popup/la-lancha-sprite.png) no-repeat;
}

#mnuPalazzo {
    height: 81px;
    width: 113px;
    background: url(/content/images/menu/popup/palazzo-sprite.png) no-repeat;
}

#mnuJardin {
    height: 50px;
    width: 64px;
    margin-top: 24px;
    background: url(/content/images/menu/popup/jardin-sprite.png) no-repeat;
}

#mnuBlancaneaux:hover, #mnuTurtleInn:hover, #mnuLaLancha:hover, #mnuFood:hover { background-position: 0 -82px; }

#mnuPalazzo:hover { background-position: 0 -81px; }

#mnuJardin:hover { background-position: 0 -50px; }



/* Row Adventure */

.menuLogo5 {
    display: block;
    height: 63px;
    margin-left: 33px;
    margin-top: 5px;
    cursor: pointer;
}

#mnuAdventure:hover { background-position: 0 -53px; }
#mnuAllStory:hover { background-position: 0 -34px; }

#mnuAdventure {
    margin-left: 70px;
    width: 153px;
    height: 47px;
    background: url(/content/images/menu/popup/adventure-sprite.png) no-repeat;
}

#mnuAllStory {
    width: 148px;
    height: 34px;
    margin-top: 16px;
    background: url(/content/images/menu/popup/zoetrope-sprite.png) no-repeat;
}


#mnuGWS {
    height: 69px;
    margin-top: -3px;
    width: 115px;
    margin-left: 20px;
    background: url(/content/images/menu/popup/gws-sprite.png) no-repeat;
}

#mnuGWS:hover {
    background-position: 0 -69px;
}
.chevronUp {
    background: url(../images/icons/chevronUp.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -6px;
    left: 120px;
    display: none;
    cursor: pointer;
}

.chevronDown {
    background: url(../images/icons/chevronDown.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 355px;
    left: 120px;
    cursor: pointer;
}

#blocker {
    background-color: #1D1B18;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: .8;
    display: none;
    z-index: 10;
}

@media only screen and (max-width: 48em) { 
    
    #Menu {
        display: none !important;
    }
    
}

/* ----------------------------
Footer
---------------------------- */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #b9b4af;
    min-height: 60px;
    
    z-index: 1000;
}

footer .footer-container {
    width: calc(100% - 40px);
    max-width: 1040px;
    background: none;
    -webkit-font-smoothing: antialiased;
}

footer .columns {
    padding: 0;
}

/*footer .inline-list {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1.4;
    font-size: 0.75rem;
    min-width: 121px;
}

footer .inline-list > li {
    margin-right: 1.375rem;
    margin-left: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}*/

footer a, 
footer a:visited {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #b9b4af;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

footer a.ns,
footer a.ns:visited {
    font-family: 'News Cycle', sans-serif;
    text-transform: none;
    line-height: 1rem;
    font-size: 0.75rem;
    -webkit-font-smoothing: subpixel-antialiased;
    
    margin-top: 10px;
}

footer small {
    padding: 0;
    font-size: 0.65rem;
    -webkit-font-smoothing: subpixel-antialiased;
}

footer .footer-copyright {
    text-align: center;
    line-height: 1rem;
    padding: 2.5px 0;
}

footer .footer-copyright small {
    display: inline-block;
    
    margin-top: 10px;
}

footer .footer-page-links {
    padding: 8px 0 5px;
}

footer .footer-page-links a, footer .footer-copyright a {
    display: inline-block;
    margin-right: 10px;
}

footer .footer-page-links a:last-of-type {
    margin-right: 0;
}

footer .footer-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

footer .footer-timeline {
    overflow: hidden;
    max-width: 110px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin: 0 2%;
    cursor: pointer;
}

footer .footer-timeline div {
    color: white;
    font-family: 'News Cycle', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 0.02rem;
}

footer .footer-timeline div:nth-child(1) {
    height: 25px;
    background-color: #1e1c19;
    font-size: 0.875rem;
    line-height: 25px;
    /*width: 205px;
    margin-left: -12px;*/
}

footer .footer-timeline div:nth-child(1) img {
    vertical-align: top;
    max-width: none;
}

footer .footer-timeline div:nth-child(1) span {
    color: #e3a719;
}

footer .footer-timeline div:nth-child(2) {
    height: 15px;
    background-color: #7d766f;
    font-size: 0.75rem;
    text-align: center;
    line-height: 15px;
}

footer .footer-timeline div:nth-child(2) .fa {
    padding: 0 0 0 2px;
    line-height: 15px;
}

footer .footer-social-links {
    text-align: center;
    padding: 6px 0 10px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 0 4% 0 1%;
}

footer .footer-social-links a {
    display: inline-block;
    margin: 0 5px;
}

footer .footer-social-links .fa {
    font-size: 1.25rem;
    vertical-align: middle;
    padding: 0;
}

footer .footer-social-links #openTable-logo {
    height: 20px;
    vertical-align: middle;
    padding: 1px 0;
}

footer .footer-social-links a:hover #openTable-logo path {
    fill: #ffffff;
}

/*footer .social {
    font-size: 1.2rem;
    line-height: 1;
}

footer .social > li {
    margin-right: 0.85rem;
    padding-top: 3px;
}

footer .social a,
footer .social a:visited {
    color: #b8b4af;
}

footer .social a:hover {
    color: #e3e1de;
}*/

footer form {
    margin-top: 0px;
}

footer label.inline {
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1;
    color: #e2a718;
    float: left;
    padding: 10px 0;
    width: 20px;
}

footer label.inline .fa {
    padding: 0;
    vertical-align: middle;
    font-size: 1.25rem;
}

footer form button.button {
    float: left;
    padding: 0;
    color: #e2a718;
    text-align: center;
    font-family: 'Amiri', serif;
    background: none;
    width: 52px;
    margin-top: 11px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 20px;
    line-height: 20px;
}

footer form button.button:hover, footer form button.button:focus {
    background: none;
}

footer input[type="text"] {
    float: left;
    width: calc(100% - 82px);
    margin-right: 5px;
    height: 20px;
    margin-top: 11px;
    transition: none;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    padding: 3px 5px 2px;
}

footer input[type="text"],
footer button, 
footer .button {
    margin-bottom: 0;
}

/*
footer .prefix, 
footer .postfix {
    height: 2rem;
    line-height: 2rem;
}

footer .prefix {
    font-family: inherit !important;
    background-color: transparent;
    color: #e2a718;
    text-align: left !important;
    padding-left: 8px !important;
}

footer button.prefix:hover, 
footer button.prefix:focus, 
footer .button.prefix hover, 
footer .button.prefix:focus {
    background-color: transparent !important;
}

footer label.inline img {
    margin-top: -4px;
}

footer form .prefix:after {
    content: '';
    width: 35px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 5px;
    margin-top: -9px;
    background: url(/content/images/footer/email_submit.png) no-repeat top left;
}
*/
@media only screen and (max-width: 48em) { 
    
    footer {
        position: relative;
    }
    
    footer .footer-container {
        width: calc(100% - 20px);
    }
    
    footer .footer-page-links {
        text-align: center;
    }
    
    footer .footer-social-links {
        margin: 0 0 0 2%;
    }
    
    /*footer .inline-list {
        line-height: 1.7;
        margin-bottom: 0;
    }
    
    footer .inline-list:not(.social) > li {
        width: 33%;
        margin-right: 0;
    }
    
    footer .social > li {
        padding-top: 0;
    }
    
    footer label.inline {
        text-align: left !important;
    }
    
    footer p {
        line-height: 1.1;
    }*/
    
    footer form {
        margin: 10px auto;
        max-width: 300px;
    }
    
    footer a.ns {
        margin-bottom: 5px;
    }
    
}

/* ----------------------------
fancyBox v2.1.5 fancyapps.com
---------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	/*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/content/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/content/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/content/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
    background-color: rgba(255, 255, 255, 0.9);
	/* background: url('/content/images/fancybox/fancybox_overlay.png'); */
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	/*overflow: auto;
	overflow-y: scroll;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
@media only screen and (max-width: 48em) { body { overflow-x: hidden !important; } } 

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Custom Styling */
.fancybox-title {
    font-family: inherit !important;
    font-size: 1rem !important;
}

.fancybox-title-outside-wrap {
    color: #111;
}

.fancybox-title-outside-wrap a,
.fancybox-title-outside-wrap a:visited {
    color: #c88e04;
}

.fancybox-title-outside-wrap a:hover,
.fancybox-title-outside-wrap a:focus {
    color: #7c766e;
}
/* End Custon Styling */

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/content/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/content/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media only screen and (max-width: 48em) { 
    
    .fancybox-nav:hover span {
        /* display: none !important; */
    }
    
}

.launch {
    line-height: 42px;
}

.media-years li {
    margin-left: 0.65rem;
    font-size: 0.85rem;
}

.media-years li:first-child {
    margin-left: 0;
}

.media-years li a,
.media-years li a:visited {
    color: #666;
}

.media-years li a:hover,
.media-years li a:focus,
.media-years li.active a {
    color: #000;
    text-decoration: none;
}

.post-block {
    display: block;
    margin-bottom: 15px;
}

.post-block img {
    padding-top: 5px;
}

.post-wrapper {
    padding-left: 30px;
}

/* ditch extra padding on left for mobile */
@media only screen and (max-width: 48em) { 
    .post-wrapper {
        padding: 0;
        border-bottom: 1px dotted #ccc;
    }
}

.post-wrapper a,
.post-wrapper a:visited {
    color: #000;
}

.post-wrapper h5 {
    line-height: 1.2;
}

.read-more {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.prefix, .postfix {
    font-size: 0.975rem;
}

.panel .columns {
    line-height: 1.4 !important;
    font-size: 0.95rem !important;
}

.scrollbox small {
    font-size: .7em;
}

.panel .small-2 select {
    line-height: 23px;
}

.panel input, .panel select {
    font-size: 0.975rem;
}

.scrollbox ul {
  line-height: 1.4;
  list-style: none;
  font-size: 1.1rem;
}

.scrollbox ul li {
  position: relative;
}

.scrollbox ul li:before {
    content: '•';
  position: absolute;
  left: -15px;
}

@-moz-document url-prefix() {
    .scrollbox a, .scrollbox u {
        font-family: georgia;
        font-size: 1rem;
    }
	
	.scrollbox h5 a {
        font-family: georgia;
        font-size: 1.15rem;
    }
	
	.scrollbox a.button {
		font-family: 'Oswald',sans-serif;
	}
    
    .scrollbox a .fa-camera {
        font-size: 20px;
    }
    
    .scrollbox small, .scrollbox .acknowledgement a {
        font-size: 0.65rem;
    }
    
    .panel .small-2 select {
        height: 30px !important;
    }
}

@media screen\0 {
	.scrollbox a, .scrollbox u {
        font-family: georgia;
        font-size: 1rem;
    }
	
	.scrollbox h5 a {
        font-family: georgia;
        font-size: 1.15rem;
    }
	
	.scrollbox a.button {
		font-family: 'Oswald',sans-serif;
	}
    
    .scrollbox a .fa-camera {
        font-size: 20px;
    }
    
    .scrollbox small, .scrollbox .acknowledgement a {
        font-size: 0.65rem;
    }
}

sup {
    line-height: 0;
}

@media only screen and (max-width: 48em) { .ipadfix.bgimg { height: calc(90vh - 135px) !important; } }
@media only screen and (max-width: 30em) { .ipadfix.bgimg { height: auto !important; } }


/* ----------------------------
00. Global Updates/Additions
01. Homepage
02. Media Highlights
03. Resorts Homepage
04. Wine Landing Page
05. Food Landing Page
06. Cinema & Adventure Landing Pages
---------------------------- */

/* ----------------------------
00. Global Updates/Additions
---------------------------- */
/* not high enough */
.reveal-modal { z-index: 9999; }

/* added to keep some pages from stretching to eternity */

.max-width { max-width: 1200px; }

.show-small-only { visibility: hidden; }

.show-medium-up { visibility: visible; }

/* Small menu adjustments for wrapped lines */

/*#Menu ul {
    font-size: 0.765rem !important;
}

#Menu li {
    line-height: 18px;
    padding: 4px 8px 4px 5px;
}*/

/* bump the bottom up across the board for full-width content pages */

.fullbg .fullbg-content { bottom: 65px; }

/* tighten it up on mobile for max real-estate */

@media only screen and (max-width: 48em) {
    .show-small-only { visibility: visible !important; }

    .show-medium-up {
        visibility: hidden !important;
        display: none !important;
    }

    .fullbg .fullbg-content {
        bottom: 10px;
        position: relative;
        width: 100%;
    }

    .bgimg {
        min-height: 300px;
        height: auto !important;
    }

    #blocker { display: none !important; }
}

/* white text+links for full image backgrounds */

.wht h1,
.wht h2,
.wht h3,
.wht h4,
.wht h5,
.wht h6 {
    color: #fff;
    font-variant: small-caps;
    margin-bottom: 15px;
    /* small shadow helps for lighter images */
    text-shadow: 0 0 3px #333,
                 0 0 6px #333;
}

.wht,
.wht p,
.wht a,
.wht a:visited {
    color: #fff;
    font-size: 1.125rem;
    display: block;
}

.wht a {
    position: relative;
    padding-bottom: 2px;
    text-transform: uppercase;
    /* small shadow helps for lighter images */
    text-shadow: 0 0 2px #333,
                 0 0 4px #333;
}

.wht a span {
    font-size: 0.785rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: -20px auto;
}

.wht a:hover,
.wht a:focus {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

/* Footer changes */

.footer-links a {
    padding: 10px 8px 0 0;
    display: inline-block;
    font-size: 0.725rem;
}

.footer-links a:last-child { padding-right: 0; }

/* ditch extra padding at top */

@media only screen and (max-width: 48em) {
    .footer-links a { padding-top: 5px; }

    .wht a:hover, .wht a:focus {
        text-decoration: none;
        border-bottom: none;
    }
}

@media only screen and (min-width: 48.0625em) {
    .wht h1 { font-size: 2.875rem; }
}

footer small {
    display: block;
    /*margin-top: 2px;*/
}

footer .fa {
    display: inline-block;
    padding: 0 5px;
}

/* ----------------------------
01. Homepage
---------------------------- */

.bg-intro {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 10px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* ----------------------------
02. Media Highlights
---------------------------- */

.media-years li {
    margin-left: 0.65rem;
    font-size: 0.85rem;
}

.media-years li:first-child { margin-left: 0; }

.media-years li a,
.media-years li a:visited { color: #666; }

.media-years li a:hover,
.media-years li a:focus,
.media-years li.active a {
    color: #000;
    text-decoration: none;
}

.post-block {
    display: block;
    margin-bottom: 15px;
}

.post-block img { padding-top: 5px; }

.post-wrapper { padding-left: 30px; }

/* ditch extra padding on left for mobile */

@media only screen and (max-width: 48em) {
    .post-wrapper {
        padding: 0;
        border-bottom: 1px dotted #ccc;
    }
}

.post-wrapper a,
.post-wrapper a:visited { color: #000; }

.post-wrapper h5 { line-height: 1.2; }

.read-more { text-transform: uppercase; }

/* ----------------------------
03. Resorts Homepage
---------------------------- */

ul.sub-links {
    list-style-type: none;
    text-align: center;
    margin: 25px 0 0;
}

ul.sub-links li {
    display: inline-block;
    padding: 0 8px 0 4px;
    margin-right: 4px;
    line-height: 1;
    border-right: 1px solid #fff;
}

ul.sub-links li:last-child {
    border-right: none;
    margin-right: 0;
}

@media only screen and (max-width: 48em) {    
    ul.sub-links li {
        display: block;
        margin-bottom: 16px;
        border-right: none;
    }    
}

/* ----------------------------
04. Wine Landing Page
---------------------------- */

/* ----------------------------
05. Food Landing Page
---------------------------- */

/* ----------------------------
06. Cinema & Adventure Landing Page
---------------------------- */

.stay-tuned {
    width: auto;
    max-width: 600px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0 auto 80px;
}

.stay-tuned h1,
.stay-tuned h2,
.stay-tuned h3,
.stay-tuned h4,
.stay-tuned h5,
.stay-tuned h6 {
    color: #fff;
    font-variant: small-caps;
}

.stay-tuned p {
    color: #fff;
    font-size: 0.9rem;
}

.stay-tuned .fa {
    color: #e2a718;
    margin-right: 5px;
}

button.yellow,
.button.yellow {
    background-color: #e2a718;
    margin-left: 5px;
    color: #000;
    text-transform: uppercase;
}

button.yellow:hover,
button.yellow:focus,
.button.yellow:hover,
.button.yellow:focus {
    background-color: #cb9718;
    color: #000;
}

/* ----------------------------
07. Ticker
---------------------------- */

#bannercontainer {
    bottom: 144px;
    display: none;
    height: 380px;
    max-height: 380px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}

@media only screen and (max-width: 48em) {
    .show-medium-up {
        display: none !important;
        visibility: hidden !important;
    }
}

#banner {
    background-color: #f1f1ea;
    bottom: 0;
    display: none;
    height: 380px;
    left: 0;
    max-height: 380px;
    overflow: hidden;
    position: absolute;
    width: 10000px;
}

#leftNav {
    background-color: rgba(241, 241, 234, 0.9);
    bottom: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: none;
    height: 381px;
    left: 0;
    position: absolute;
    width: 26px;
}

#rightNav {
    background-color: rgba(241, 241, 234, 0.9);
    bottom: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: none;
    height: 381px;
    position: absolute;
    right: 0;
    width: 26px;
}

#leftArrow {
    background: rgba(0, 0, 0, 0) url("/content/images/slider/arrowLeft1.png") repeat scroll 0 0;
    cursor: pointer;
    height: 24px;
    position: absolute;
    top: 175px;
    width: 24px;
}

#rightArrow {
    background: rgba(0, 0, 0, 0) url("/content/images/slider/arrowRight1.png") repeat scroll 0 0;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    top: 175px;
    width: 24px;
}

.module {
    border-left: 3px dotted #b2b2b2;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    max-height: 365px;
    position: relative;
}

.no-flex {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.tetro {
    height: 365px;
    width: 262px;
    padding: 10px;
}

.tetro p { font-size: 14px; }

.module:not(.tall) img:not(.no-flex) {
    height: 365px;
    margin-left: 3px;
    margin-right: 3px;
}

.module .tall img {
    margin-bottom: 5px;
    margin-top: 5px;
    position: absolute;
}

.module a { text-decoration: none; }

#timelinecontainer {
    height: 30px;
    max-height: 30px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.timelineMobilePosition { top: 465px; }

#timeline {
    background-color: #28231d;
    margin-left: 0;
    max-height: 30px;
    overflow: hidden;
    width: 3000px;
}

#timeline .timelineDate {
    color: #f4f4ef;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    width: 288px;
    text-align: center;
}

#timeline .timelineDate:hover { color: #f4dea9; }

#timeline span { color: #eabd54; }

#timelineGradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #28231d, transparent, #28231d) repeat scroll 0 0;
    bottom: 75px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

#comingUpGradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(246, 246, 242, 1) 62%, rgba(241, 241, 234, 1) 100%) repeat scroll 0 0;
    bottom: -10px;
    height: 38px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

#ExpandCollapse {
    background: rgba(0, 0, 0, 0) url("/content/images/slider/expand2.png") repeat scroll 0 0;
    cursor: pointer;
    display: none;
    height: 15px;
    position: absolute;
    width: 75px;
    z-index: 9999;
}





/* Mobile Stylings */

.homepage .row { margin: 0 -0.865em; }

.mobile-timeline-container {
    padding: 0;
    margin: -5px 0 -2px;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 370px;
}

.timeline-prev,
.timeline-next {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    background-color: #111;
    border: 1px solid #ccc;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px 2px 3px #111;
    cursor: pointer;
}

.timeline-prev { left: 10px; }

.timeline-next { right: 10px; }

.timeline-prev .fa {
    padding-left: 7px;
    font-size: 15px;
    line-height: 30px;
    color: grey;
}

.timeline-next .fa {
    padding-left: 10px;
    font-size: 15px;
    line-height: 30px;
    color: grey;
}

.mobile-timeline {
    height: 328px;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.timeline-cell {
    width: 262px;
    height: 330px;
    overflow: hidden;
    padding: 0 4px 0 0;
    border-right: 1px dotted #555;
    margin-right: 4px;
}

/* ------------------
Events
------------------ */

.module.upcoming-events,
.timeline-cell.upcoming-events {
    background: url(/content/images/Icons/events_bg.jpg) no-repeat top center;
    padding: 100px 10px 0;
}

.module.upcoming-events { width: 262px; }

.event-scroller { height: 195px; }

.event-scroller-dt {
    height: 210px;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: center;
    overflow: hidden;
}

.module.upcoming-events .event-block,
.timeline-cell.upcoming-events .event-block {
    display: block;
    background-color: transparent !important;
}

.module.upcoming-events .event-item,
.timeline-cell.upcoming-events .event-item { margin-bottom: 4px; }

.e-prev,
.e-next {
    margin-top: -10px;
    background-color: #000;
    padding: 3px 10px 7px;
    line-height: 1;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.e-prev { margin-right: 8px; }

.e-prev:hover,
.e-next:hover { background-color: #333; }

.module.upcoming-events h6,
.module.upcoming-events h6 a,
.module.upcoming-events h6 a:visited,
.timeline-cell.upcoming-events h6,
.timeline-cell.upcoming-events h6 a,
.timeline-cell.upcoming-events h6 a:visited {
    text-shadow: none;
    margin: 0;
    padding: 0;
    color: #e2a41b;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 240px;
    overflow: hidden;    
}

.module.upcoming-events h6 a:hover,
.module.upcoming-events h6 a:focus,
.timeline-cell.upcoming-events h6 a:hover,
.timeline-cell.upcoming-events h6 a:focus {
    text-decoration: underline;
    color: #c38e18;
}

.module.upcoming-events p,
.timeline-cell.upcoming-events p {
    color: #111;
    font-size: 12px;
}

.timeline-select-container {
    background-color: #111;
    width: 100%;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    margin-bottom: -25px;
    border-bottom: 4px solid #28241e;
}

.timeline-select option[disabled="disabled"] { display: none !important; }

.timeline-select-container:before {
    position: absolute;
    content: "\f0ca";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #eabd54;
    font-size: 19px;
    top: 5px;
    left: 15px;
    display: block;
}

.customSelect {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    display: inline;
    margin-left: 42px;
}

.customSelect.customSelectHover { /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-left: 10px;
}

.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
    padding-left: 0;
}

.customSelect.customSelectDisabledOption { /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled { /* Styles for when the select box itself is disabled */ }

.customSelectInner { /* You can style the inner box too */ }


@media screen and (orientation: landscape) {
    .scrollbox {
        overflow-y: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }
}
.timeline {
    position: absolute;
    bottom:30px;
    width: 100%;
    height: 0;
}

.carousel { z-index: 120; }

.carouselContainer {
    width: 1192px;
    z-index: 100;
    position: absolute;
    bottom: 85px;
    height: 365px;
    left: 50%;
    margin-left: -596px;
    display: none;
}

.ticker {
    background-color: #1E1C19;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    width: 100%;
    z-index: 51;
    position: absolute;
    border-top: 1px solid #A09B96;
    bottom: 46px;
}

.tickerSymbol {
    color: #f4f4ef;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: #E3A719;
}

.tickerSymbol:hover span { color: #f4dea9; }

.tickerSymbol span {
    margin-left: 3px;
    color: #F5F5F0;
}

.controlPanel {
    position: absolute;
    display: block;
    width: 278px;
    height: 35px;
    background-color: #1E1C19;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 415px;
    left: 50%;
    margin-left: -139px;
    display: none;
}

.controlPanel .left {
    position: absolute;
    left: 89px;
    top: 13px;
    cursor: pointer;
    background-image: url(/content/images/icons/btnLeft.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 10px;
    width: 20px;
    cursor: pointer;
}

.controlPanel .play {
    position: absolute;
    left: 130px;
    top: 8px;
    cursor: pointer;
    background-image: url(/content/images/icons/btnPlayPause.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.controlPanel .right {
    position: absolute;
    left: 169px;
    top: 13px;
    cursor: pointer;
    background-image: url(/content/images/icons/btnRight.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 10px;
    width: 20px;
    cursor: pointer;
}

.controlPanel .timelineClose {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.imageContainer {
    float: left;
    position: absolute;
    height: 365px;
    line-height: 365px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.moduleImage {
    max-height: 365px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}


.debug {
    position: absolute;
    width: 100%;
    height: 1.1em;
    bottom: 150px;
    color: white;
    padding-left: 10px;
}

#popuptextbox {
    display: none;
    opacity: 1;
    top: 200px;
    z-index: 9999;
    max-width: 500px;
    background-color: #1D1C18;
    color: #F5F5F0;
    text-align: center;
    border-color: #A09A95;
    border-radius: 5px;
    border: 1px solid #666;
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    vertical-align: middle;
}

#popuptext {
    display: inline-block;
    position: relative;
    margin: 45px 18px 20px 18px;
}

#popuptext a, #popuptext a:visited {
    color: #E3A719;
}

.popupclose {
    height: 26px;
    width: 26px;
    display: block;
    background: transparent url("/content/images/menu/Close.png") no-repeat scroll center center;
    color: #AAA;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

#timelineLoader {
    position: absolute;
    left: 50%;
    bottom: 75px;
    width: 20px;
    height: 20px;
}
.timeline-select-container {
    color: #ffffff;
}

/*TODO: set this to only work in the press download section */ 
.scrollbox.download-page ul li:before {
  content: ' ';
  position: absolute;
  left: -15px;
}

.faqpage dl dd p {
    font-size: 1rem;
}

.faqpage dl dd p a {
    font-family: inherit;
}

#mobile-blocker {
    background-color: #1D1B18;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: .8;
    display: none;
    z-index: 25;
    position: fixed;
}

#mobile-spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100px;
    margin-top: -50px;
    width: 100px;
    margin-left: -50px;
    display: none;
    z-index: 26;
}

.hidden {
    display: none;
}

.hiddenDropdown {
    display: none!important;
}

.membershipupdate a {
    font-size: 0.8125rem;
    color: #7d766f !important;
    font-variant: normal;
    padding: 15px 10px 12px;
    margin: 0 auto;
    text-transform: uppercase;
}

.strikethrough {
    text-decoration: line-through
}

.dl-menu li.dl-separator {
    border-top: 4px solid #CCC7B6;
    border-bottom: 0px;
}

.vdw-trade-image {
    text-align: center;
}

.sofiawarning {
    font-size: .65rem;
    border-bottom: 1px solid #a58a55;
}

.sofiawarning a {
    color: #c90;
    font-size: .65rem;
}

#addgiftcard {
    display: inline-block;
    max-width: 300px;
    margin-right: 10px;
}

#gift-card-apply {
    display: inline-block;
}

#addedgiftcard {
    display: inline-block;
    max-width: 100px;
}

.gcbalance {
    margin-left: 10px;
    margin-right: 10px;
}

.etooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */

.etooltip .etooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    width: 140px;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.etooltip:hover .etooltiptext { visibility: visible; }


@keyframes slideUp {
	0% {
		opacity: 0;
		bottom: 2%;
	}
	
	100% {
		opacity: 1;
    	bottom: 4%;
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		bottom: 2%;
	}
	
	100% {
		opacity: 1;
    	bottom: 4%;
	}
}

@keyframes slideUp2 {
	0% {
		opacity: 0;
		bottom: 12%;
	}
	
	100% {
		opacity: 1;
    	bottom: 16%;
	}
}

.vdw-award-sticker {
	position: absolute;
    bottom: 2%;
	bottom: 12%;
    left: 40px;
    max-width: 170px;
    width: 100%;
	animation: slideUp linear 0.3s forwards;
	animation-delay: 1.5s;
	opacity: 0;
	z-index: 15;
}

.fullbg .vdw-award-sticker {
	bottom: 12%;
	animation: slideUp2 linear 0.3s forwards;
	animation-delay: 1.5s;
	opacity: 0;
}

.scrollbox .vdw-award-sticker {
	top: -40px;
    right: -40px;
    left: inherit;
    opacity: 1;
    position: relative;
    float: right;
    z-index: 1;
	animation: none;
}

#reserveModal {
    background: #ffecb3;
}

#PromoDiv {
    position: absolute;
    right: -300px;
    top: 152px;
    background-color: white;
    opacity: 1;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,.75);
    overflow: hidden;
}

#PromoImage {
    display: block;
    margin:1px;
}

#PromoHeadline {
    font-size: 18px;
    position: absolute;
    top: 25px;
    left: 0;
    color: white;
    text-align: center;
    width: 100%;
    right: 30px;
    pointer-events: none;
    font-weight:bold;
}

#PromoLinkText {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    bottom: 10px;
    color: white;
    right: 25px;
    border-bottom: 1px solid white;
    pointer-events: none;
}

#PromoClose {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

a.anchortop {
    position: relative;
    top: -89px;
    display: block;
    height: 0;
    width: 0;
}

.acclabel {
    position: absolute;
    text-indent: -9999px;
    margin-left: -9999px;
}
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* big buttons, no circle */
.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}

.flickity-prev-next-button.no-svg {
  color: white;
}

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}
.jobCategory {
    font-size: 1.375rem;
	margin: 40px 0 20px 0;
	font-weight: bold;
}

.jobCategory:first-of-type {
    
}

.career {
    margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a58a55;
}

.jobTitle {
    font-weight: bold;
    padding-bottom: 5px;
}

.jobBriefDescription {
    margin-bottom: 20px;
	line-height: 1.3;
}

.readFullDescription {
    display: inline-block;
}

.readFullDescription a, .readFullDescription a:hover, .readFullDescription a:visited, .backCareers a, .backCareers a:hover, .backCareers a:visited {
    color: #b48c0c;
}

.career .jobLocation, .postedDate {
    font-size: 0.75rem;
	line-height: 27px;
    text-align: right;
}

.career-footer {
	font-size: 0.875rem;
}

.singlejob .postedDate {
   	
}

.singlejob {
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
	border-bottom: 1px solid #a58a55;
	border-top: 1px solid #a58a55;
}

.singlejob .jobTitle {
	height: 30px;
	line-height: 32px;
}

.locationLabel {
    font-weight: bold;
    margin-top: 5px;
}

.descriptionLabel {
    font-weight: bold;
    font-size: 1rem;
    margin: 25px 0 5px;
}

.jobDescription div {
    margin-bottom: 15px;
}

.jobDescription h4 {
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 5px;
	text-align: left;
}

.jobDescription p {
    font-size: 1rem;
}

.jobDescription ul li {
    list-style-position: inside;
    margin-left: 10px;
    line-height: 18px;
    padding-bottom: 5px;
	font-size: 1rem;
}

.applynow {
    display: inline-block;
}

.share-job {
	font-size: 0.875rem;
	line-height: 32px;
	height: 30px;
	display: inline-block;
	margin-right: 15px;
}

.share-job img {
	max-width: 16px;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.share-job a, .share-job a:hover, .share-job a:visited {
	color: #7d766f;
}

.jobLocation {
	margin-bottom: 1em;
}

.backCareers a {
	line-height: 2.8rem;
	font-size: 1rem;
}

.jv-careersite iframe {
    
}

#jv-iframe {
    
}

#vdw-apply {
	min-width: 900px;
}

@media only screen and (max-width: 64em) {
	.singlejob > div:nth-of-type(2) {
		text-align: left !important;
	}
}

@media only screen and (max-width: 48em) {
	.career .jobLocation, .postedDate {
		text-align: left;
	}
	
	.career .jobLocation {
		text-align: left;
		padding-bottom: 5px;
	}
	
	.jobTitle {
		padding-bottom: 0;
	}
	
	.singlejob .postedDate {
   		margin-top: 10px;
	}
	
	.vdw-section-title div:last-of-type {
		text-align: right !important;
	}
	
	.backCareers a {
		line-height: 2.2rem;
	}
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Rockwell';
    src: url('../fonts/rockwell.eot');
    src: url('../fonts/rockwell.eot?#iefix') format('embedded-opentype'), url('../fonts/rockwell.woff') format('woff'), url('../fonts/rockwell.ttf') format('truetype'), url('../fonts/rockwell.svg#webfontzabTfhFB') format('svg');
}

@font-face {
	font-family: 'Caslon Antique';
	src: url('../fonts/Caslon-Antique-Regular.eot');
	src: url('../fonts/Caslon-Antique-Regular.woff') format('woff'), url('../fonts/Caslon-Antique-Regular.ttf') format('truetype'), url('../fonts/Caslon-Antique-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Demi';
	src: url('../fonts/NeutraText-Demi.eot');
	src: url('../fonts/NeutraText-Demi.woff') format('woff'), url('../fonts/NeutraText-Demi.ttf') format('truetype'), url('../fonts/NeutraText-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Neutra Light';
	src: url('../fonts/NeutraText-Light.eot');
	src: url('../fonts/NeutraText-Light.woff') format('woff'), url('../fonts/NeutraText-Light.ttf') format('truetype'), url('../fonts/NeutraText-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

@font-face {
  font-family: 'FuturaMD';
  src: url('../fonts/Futura-Medium.eot');
  src: url('../fonts/Futura-Medium?#iefix') format('embedded-opentype'),
       url('../fonts/Futura-Medium.woff') format('woff'),
       url('../fonts/Futura-Medium.ttf')  format('truetype'),
       url('../fonts/Futura-Medium.svg#webfont90E2uSjN') format('svg');
  font-style: normal;
  font-weight: normal;
}

p a, p a:visited, .scrollbox li a, .scrollbox li a:visited {
	border-bottom: 2px solid #b48c0c;
    text-decoration: none !important;
    color: #222;
    font-weight: bold;
    display: inline;
    line-height: 0;
    font-family: Times,Times New Roman,Georgia,serif;
    font-size: 1.05rem;
}

p a:hover, .scrollbox li a:hover {
	color: #b48c0c;
}

footer .footer-section {
	-ms-flex-pack: justify;
	    -webkit-box-pack: justify;
	        justify-content: space-between;
}

footer .footer-timeline {
    margin: 0 4%;
}

.vdw-menu {
    float: right;
    margin: 8px 0 0;
    font-family: inherit;
	text-transform: uppercase;
}

.vdw-menu a {
	display: inline-block;
	font-size: 0.875rem;
    height: 18px;
	border-right: 1px solid #7d766f;
	padding: 0px 6px;
}

.vdw-menu a:hover {
	text-decoration: none;
}

.vdw-menu a:last-of-type {
	border-right: none;
}

#header .vdw-menu span {
	line-height: 1.5;
}

#header .columns .cart-icon {
	width: 20px;
	padding: 0 5px 5px 0;
}

#header form {
    margin-top: 0;
}

#header form p {
	font-size: 0.6875rem;
	float: right;
	margin: 0;
	text-align: center;
	width: 62%;
	height: 14px;
	max-width: 312px;
    clear: both;
}

#header form p span {
	line-height: 1.3;
}

#header label.inline {
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1;
    color: #e2a718;
    float: right;
    padding: 5px 0 4px;
    width: 20px;
}

#header .fa {
    display: inline-block;
    padding: 0 5px;
}

#header label.inline .fa {
    padding: 0;
    vertical-align: middle;
    font-size: 1.25rem;
}

#header input[type="text"] {
    float: right;
    width: calc(60% - 73px);
    margin-right: 5px;
    height: 20px;
    margin-top: 6px;
    -webkit-transition: none;
    transition: none;
    font-family: Arial,sans-serif;
    font-size: .75rem;
    padding: 3px 5px 2px;
	max-width: 230px;
}

#header input[type="text"], #header button, #header .button {
    margin-bottom: 0;
}

#header form button.button {
    float: right;
    padding: 0;
    color: #e2a718;
    text-align: center;
    font-family: 'Amiri',serif;
    background: none;
    width: 52px;
    margin-top: 6px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 20px;
    line-height: 20px;
}

#jingle {
	position: absolute;
	top: 20px;
	right: 45px;
	text-align: center;
}

#jingle img {
    max-width: 125px;
    margin: 0px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#jingle label {
    vertical-align: middle;
    display: inline-block;
    font-size: 0.875rem;
    cursor: pointer;
	font-family: 'News Cycle', sans-serif;
}

.row {
	background: #ffecb3;
}

.row .row {
    background: transparent;
}

.fadeBlocker {
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.vdw-modal {
	border: 1px solid #a58a55;
    border-radius: 0;
    	-moz-border-radius: 0;
    -webkit-box-shadow: 0 0 0 12px rgb(165,138,85);
            box-shadow: 0 0 0 12px rgb(165,138,85);
    outline: 8px solid #1d1c18;
	background-image: url(/content/img/apwg-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.vdw-popup {
	border: 1px solid #a58a55;
    border-radius: 0;
    	-moz-border-radius: 0;
    -webkit-box-shadow: 0 0 0 12px rgb(165,138,85);
            box-shadow: 0 0 0 12px rgb(165,138,85);
    outline: 8px solid #1d1c18;
	max-width: 700px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	background-color: #1d1c18;
    color: #f5f5f0;
    text-align: center;
	padding: 1.875rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}


	.vdw-popup #popupMessageBody a,
	.vdw-popup #popupMessageBody a:hover,
	.vdw-popup #popupMessageBody a:visited {
		color:#b48c0c
	}

	.vdw-popup h4 {
		color: #f5f5f0;
		font-size: 1.875rem;
		font-weight: normal;
		font-variant: small-caps;
		margin-bottom: 20px;
	}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.vdw-popup {
		max-width: 300px;
	}

	#popupMessageBody {
		max-height: 400px;
		overflow-y: scroll;
	}
}

.vdw-popup-bg {
    background: #000;
    background: rgba(0,0,0,.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}

.vdw-popup-bg-giftguide {
    background: #000;
    background: rgba(0,0,0,.90);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0;
}


.vdw-popup .close-modal {
    height: 26px;
    width: 26px;
    right: 0.75rem;
    display: block;
    background: url(/content/images/menu/Close.png) no-repeat center;
	color: #aaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
}

.soon2 {
    position: relative;
    padding-bottom: 2px;
    text-shadow: 0 0 2px #333,0 0 4px #333;
    color: #fff;
    font-size: .8rem;
}

.soon {
    position: relative;
    padding-bottom: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 2px #333,0 0 4px #333;
    color: #fff;
    font-size: 1.125rem;
}

.whitedoe-scrollbox, .family-scrollbox {
	width: 75%;
    margin: 100px auto 0;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    height: calc(100vh - 235px);
    padding-top: 45px;
}

.family-scrollbox {
	background: none;
	width: 60%;
	overflow-y: auto;
}

.people-scrollbox {
	width: 66.66667%;
    float: right;
}

.wine-scrollbox, .product-scrollbox, .events-scrollbox, .hours-scrollbox {
	padding: 85px 85px 45px;
	background-image: url(/content/img/apwg-logo-2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.store-scrollbox, .store-scrollbox .row, .checkout-scrollbox, .checkout-scrollbox .row {
	background: white;
}

.store-scrollbox, .checkout-scrollbox {
	padding: 45px 60px;
	min-height: calc(100vh - 139px);
}

.checkout-scrollbox {
	max-width: calc(100% - 90px);
    margin: 0 auto 64px;
	height: auto;
	overflow: visible;
}

.wine-scrollbox {
	background-image: none;
}

.wine-scrollbox h2, .events-scrollbox h2 {
	font-variant: small-caps;
}

.wine-scrollbox h4, .hours-scrollbox h4 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

.hours-scrollbox h4 {
	text-align: left;
}

.whitedoe-scrollbox h3 {
	font-variant: small-caps;
}

.events-scrollbox {
	background-image: none;
}

.hours-scrollbox {
	padding-top: 150px;
	background-image: url(/content/images/backgrounds/ffcw-too-map.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100% auto;
}

.collection {
	cursor: pointer;
	text-align: center;
	margin-bottom: 25px;
}

.collection-details {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.collection-details img {
	margin-bottom: 5px;
}

.collection-details p {
	margin: 0 auto;
	padding-bottom: 1.25rem;
}

.collection-details a, .vdw-wine-details a {
	color: #222;
	text-transform: uppercase;
	display: block;
	border-top: 1px solid #1e1c19;
	margin: 0 auto;
	padding: 20px 0 17px;
	line-height: 1;
	font-size: 1.063rem;
	    
	font-family: Times,Times New Roman,Georgia,serif;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #b48c0c;
}

.collection-details p, .collection-details a {
	width: 80%;
}

.collection-details p.p1 {
	min-height: 135px;
    font-size: 0.9375rem;
}

.collection h4, .collection-wines {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 70%;
}

.vdw-wine .collection-wines {
	max-width: 94px;
}

.collection h4 {
	margin: 20px auto 0;
}

.bio-intro {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: end;
	    -webkit-box-align: end;
	        align-items: flex-end;
	margin: 0 auto 40px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.bio-intro div {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    -ms-grid-row-align: center;
	    -webkit-box-align: center;
	            align-items: center;
}

.bio-intro img {
    position: relative;
    margin: 0;
	padding-left: 15px;
}

.bio-intro h3 {
	margin-bottom: 10px;
}

.bio-intro p {
	margin: 0;
}

.vdw-wine {
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
}

.vdw-wine h5 {
	color: #827a73;
	font-size: 1rem;
}

.vdw-wine-details {
	position: absolute;
	top: 0;
    margin: 0 auto 0;
    width: calc(100% - 20px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.vdw-wine-details h5 {
	text-transform: uppercase;
    margin: 0;
    font-size: 1.125rem;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
            justify-content: center;
    height: 50%;
    min-height: 240px;
}

.vdw-wine-details h5 img {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}

.vdw-wine-details h5 img.collection-wines {
    max-width: 300px;
}

.vdw-wine-details a {
	font-size: 0.75rem;
    padding: 10px 0px 7px 0px;
    width: 80%;
}

.collection-slogan {
	text-transform: uppercase;
	color: #b48c0c;
	position: relative;
	font-size: 0.875rem;
	margin-top: 30px;
}

.collection-slogan:before, .collection-slogan:after {
	content: "";
	background-image: url(/content/img/star.png);
	background-position: center center;
	background-size: contain;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.collection-slogan:before {
	margin-right: 5px;
}

.collection-slogan:after {
	margin-left: 5px;
}

.acclaims h4 {
	text-transform: none;
	text-align: left;
	width: 100%; 
}

.acclaims, .vdw-accolades {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: stretch;
	    -webkit-box-align: stretch;
	        align-items: stretch;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
}

.wine-score {
	width: 25%;
	min-width: 104px;
    border-right: 1px solid #1e1c19;
	display: inline-block;
	padding: 0px 5px;
}

.vdw-accolades .wine-score {
	margin-bottom: 20px;
}

.product-scrollbox .wine-score {
	width: 50%;
}

.acclaims div:last-of-type, .vdw-accolades div:last-of-type {
	border: none;
}

.wine-score p {
	text-align: center;
	margin: 0 auto;
}

.wine-score p:nth-of-type(1) {
	color: #b48c0c;
	font-size: 1.75rem;
	line-height: 1;
	text-transform: uppercase;
}

.wine-score.medal p:nth-of-type(1) {
	font-size: 1.375rem;
}

.wine-score p:nth-of-type(2) {
	text-transform: uppercase; 
	font-size: 0.6875rem;
}

.wine-score p:nth-of-type(3) {
	font-size: 0.875rem;
}

.wine-score p:nth-of-type(4) {
	font-size: 0.75rem;
}

.collection:hover > .collection-details, .vdw-wine:hover > .vdw-wine-details {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.collection:hover > .collection-wines, .collection:hover > h4, .vdw-wine:hover > .collection-wines {
	opacity: 0.1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product-scrollbox {
	padding: 85px 45px 45px;
}

.product-scrollbox h4 {
	margin-top: 20px;
	font-variant: small-caps;
}

.vdw-bottle img {
	width: 90%;
	max-width: 165px;
}

.product-scrollbox h3 img {
	vertical-align: bottom;
	padding-bottom: 17px;
}

.product-scrollbox h3 img:first-of-type {
	/*max-width: 150px;*/
	padding-bottom: 0;
	margin-right: 40px;
	/*transform: scale(0.5,0.5);*/
}

.wine-legend {
	color: #b48c0c;
    font-size: 0.8125rem;
}

.wine-legend p {
	margin-bottom: 0;
}

.vdw-button {
	font-family: 'Amiri';
    text-transform: uppercase;
    padding: 5px 3px 2px 5px;
    line-height: 1;
    background: #7d766f;
    color: white;
    border: 1px solid #7d766f;
    letter-spacing: .1rem;
    margin-right: 15px;
}

.vdw-button.active {
	background: white;
    color: #7d766f;
    border: 1px solid #7d766f;
}

.vdw-cart-button {
	text-transform: none;
	letter-spacing: normal;
	padding: 8px 5px 6px;
	font-size: 0.875rem;
	margin-right: 0;
}

.wine-facts {
	font-size: 0.875rem;
}

.wine-facts p {
	line-height: 1.1;
	margin-bottom: 1.125rem;
}

.vdw-add-cart {
	border-left: 1px solid #7d766f;
	padding-left: 15px;
}

.vdw-add-cart input {
	width: 15%;
	max-width: 40px;
    text-align: center;
    line-height: 1;
    height: 26px;
    display: inline-block;
    margin: 0 0 20px 5px;
    padding: 0;
    vertical-align: bottom;
}

.vdw-add-cart p {
	font-size: 0.875rem;
}

.vdw-add-cart p span {
	font-size: 1.25rem;
}

.vdw-add-cart a {
	color: #222;
	text-transform: uppercase;
}

.vdw-recommend p {
	text-transform: uppercase;
	font-size: 0.875rem;
	line-height: 1;
}

.fb-like {
	vertical-align: top;
	margin-bottom: 10px;
}

.fb-like, .fb-like span, .fb-like span iframe {
	width: 90px !important;
	height: 20px !important;
}

.fb-like span {
	vertical-align: top !important;
}

.twitter-share-button {
	margin-bottom: 10px;
}

.mysteryLanding {
	color: #222;
    font-size: 1.125rem;
    display: block;
}

.mysteryLanding h1 {
	font-variant: small-caps;
    margin-bottom: 15px;
}

.mysteryLanding a {
	font-size: 1.125rem;
	display: block;
	position: relative;
    padding-bottom: 2px;
    text-transform: uppercase;
	color: #222;
}

.mysteryLanding ul.sub-links li {
    border-right: 1px solid #222;
}

.mysteryLanding ul.sub-links li:last-child {
    border-right: none;
    margin-right: 0;
}

.vdw-selectors {
	margin-top: 10px;
}

.events-scrollbox ul li {
	color: #222;
}

.events-scrollbox a, .hours-scrollbox a {
	color: #aa8200;
	color: #222;
}

/*.vdw-tastings, .vdw-events {
	opacity: 1;
	transition: all 0.3s;
}*/

.vdw-tastings > div {
	border-top: 1px solid #a58a55;
}

.vdw-tastings div h4 {
	margin-top: 20px;
}

/*.vdw-tastings div:first-of-type, .vdw-events div:first-of-type {
	border-top: none;
}

.vdw-tastings div:first-of-type h4, .vdw-events div:first-of-type h4 {
	margin-top: .2rem;
}*/

.vdw-tastings p:last-of-type, .vdw-events p {
	/*margin-bottom: 0;*/
}

.vdw-tastings ul, .vdw-events ul {
	margin-bottom: 0;
}

.vdw-tastings ul {
	margin-bottom: 1.25rem;
}

.vdw-tastings article, .vdw-events article {
	margin-top: 20px;
}

.vdw-members-icon {
margin-top: 20px;
    clear: both;
    max-width: 100px;
    margin-left: 10px;
}

/*.hideSection {
	opacity: 0;
	overflow: hidden;
	transition: opacity 1s;
}*/

.wht .stay-tuned p a {
	display: inline;
	color: #e3a719;
	text-transform: none;
	font-size: .9rem;
}

.wht .stay-tuned p a:hover, .wht .stay-tuned p a:focus {
	border-bottom: none;
}

.events-scrollbox .arrow {
    font-size: 1rem;
	color: #b48c0c;
	cursor: pointer;
}

.events-scrollbox .arrow span, .vdw-arrow {
    cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
    font-family: 'Glyphicons Halflings';
    font-size: 0.75rem;
	color: #b48c0c;
	text-align: center;
}

.events-scrollbox .arrow span {
	display: inline-block;
	width: 20px;
}

.vdw-arrow {
	position: absolute;
	top: 0;
	right: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.vdw-arrow.rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.events-scrollbox .arrow.rotate span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.vdw-search form {
	width: calc(100% - 29px);
}

.vdw-search {
	height: 24px;
	margin-bottom: 20px;
}

.vdw-search form input {
    border: 1px solid #7d766f;
    border-radius: 22px;
    height: 24px;
    padding: 0 10px;
    color: #7d766f;
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

.vdw-search form button {
	display: none;
}

.vdw-search input, .vdw-search img {
	display: inline-block;
}

.vdw-search img {
	max-width: 20px;
	margin-left: 5px;
	cursor: pointer;
}

.vdw-default-button, .vdw-alt-button, .vdw-ghost-button, a.vdw-default-button, a.vdw-alt-button, a.vdw-ghost-button {
	font-family: 'Amiri', Georgia, serif;
	font-size: 0.875rem;
	padding: 8px 16px 6px;
	line-height: 1;
	color: #7d766f;
	border: 1px solid #7d766f;
	background: white;
	margin: 0;
}

.vdw-default-button:hover, .vdw-default-button:focus, a.vdw-default-button:hover, a.vdw-default-button:focus {
	background: #7d766f;
	color: white;
}

.vdw-alt-button, a.vdw-alt-button {
	background: #7d766f;
	color: white;
}

.vdw-alt-button:hover, .vdw-alt-button:focus, a.vdw-alt-button:hover, a.vdw-alt-button:focus {
	background: white;
	color: #7d766f;
}

.vdw-ghost-button, a.vdw-ghost-button {
	color: #b38c0b;
	border-color: white;
}

.vdw-ghost-button:hover, .vdw-ghost-button:focus, a.vdw-ghost-button:hover, a.vdw-ghost-button:focus {
	border-color: #b38c0b;
	background: white;
	color: #b38c0b;
}

.vdw-promo-banner h3 {
	color: #b48c0c;
	font-size: 1.25rem;
	font-family: 'Rockwell', serif;
	display: inline-block;
	margin: 0;
	line-height: 1.2;
}

.vdw-promo-banner h3 a{
	color: #b48c0c;
}

.vdw-promo-banner img {
	display: inline-block;
	max-width: 13px;
    padding-bottom: 5px;
}

.vdw-promo-banner, .vdw-customer-service {
	margin-bottom: 12px;
}

.vdw-customer-service p, .vdw-customer-service a {
	color: #7d766f;
	font-size: 0.9375rem;
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 16px;
	font-family: 'Amiri', serif;
}

.vdw-customer-service a:hover {
	text-decoration: none;
}

.vdw-customer-service img {
	max-width: 16px;
	vertical-align: bottom;
	padding-bottom: 2px;
}

.vdw-customer-service .chat img {
	
}

.vdw-store-features {
	border-top: 1px solid #a58a55;
	border-bottom: 1px solid #a58a55;
	padding: 20px 0;
}

.flickity-prev-next-button {
	width: 24px;
    height: 24px;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.7);
}

.flickity-prev-next-button svg {
	width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
}

.flickity-prev-next-button .arrow {
    fill: #b38c0b;
}

.vdw-section-title {
	margin-top: 15px;
}

.vdw-section-title h2 {
	font-variant: small-caps;
	font-size: 1.5rem;
	line-height: 30px;
}

.vdw-product-block {
	/*border: 1px solid #dbd9d5;*/
	text-align: center;
	margin: 0 auto 10px;
	/*width: calc(33.333% - 10px);*/
	padding: 0 5px 0;
	max-width: 227px;
}

.vdw-product-image {
	border: 1px solid #dbd9d5;
	border-bottom: none;
}

.vdw-product-image .corner-flag.flag-top-rated {
    background-position: -72px 0;
}

.vdw-product-image .corner-flag {
    background-image: url('https://ffcp.s3.amazonaws.com/ecom/flags2014.png');
    height: 122px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 24px;
}

.vdw-product-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.vdw-product-body .lb-gallery {
	margin: 0;
}

.vdw-product-details {
	background: #f6f3ee;
}

.vdw-product-details > div {
    border-left: 1px solid #dbd9d5;
	border-right: 1px solid #dbd9d5;
    font-size: 0.875rem;
}

.vdw-product-details > div p {
    margin-bottom: 0;
}

.vdw-product-title {
    min-height: 60px;
    height: 100%;
    position: relative;
}

.vdw-product-title a {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
    line-height: 1.4;
	color: #b48c0c;
	font-size: 0.875rem;
	font-family: 'Amiri', georgia, serif;
}

.vdw-product-title a:hover {
	text-decoration: none;
}

.vdw-product-price {
    padding: 1px 0 1px;
}

.vdw-join-link {
    text-align: center;
    margin-bottom: 0;
}

.vdw-join-link a {
    text-decoration: underline;
    font-style: italic;
    border: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
	color: #7d766f;
    font-size: 0.75rem;
}

.vdw-product-details > div.vdw-quantity {
	border-left: none;
	border-right: none;
}

.vdw-quantity, .product-details .button {
    width: 50%;
}

.vdw-quantity div, .vdw-quantity input {
    width: 33.333%;
    float: left;
    display: block;
    height: 30px;
    text-align: center;
    padding: 0;
}

.vdw-quantity input {
	margin-bottom: 0;
	border-color: #dbd9d5;
}

.decrease, .increase {
    background: #f6f3ee;
    border-radius: 0;
    line-height: 1.9;
    cursor: pointer;
	border-top: 1px solid #dbd9d5;
	border-bottom: 1px solid #dbd9d5;
	font-size: 1rem;
}

.decrease {
	border-left: 1px solid #dbd9d5;
}

.vdw-make-selection-button, .vdw-add-button, .vdw-product-details > div.vdw-update-button, .vdw-full-button, .vdw-unavailable-button {
	font-family: 'Amiri', Georgia, serif;
	font-size: 0.875rem;
	width: 50%;
	padding: 8px 0 6px;
	line-height: 1;
	color: white;
	border: 1px solid #7d766f;
	background: #7d766f;
	margin-bottom: 0;
}

.vdw-make-selection-button:hover, .vdw-add-button:hover, .vdw-button:hover, .vdw-update-button:hover, .vdw-full-button:hover, .vdw-make-selection-button:focus, .vdw-add-button:focus, .vdw-button:focus, .vdw-update-button:focus, .vdw-full-button:focus {
	background: white;
	color: #7d766f;
}

.vdw-remove-button {
	font-family: 'Amiri', Georgia, serif;
	font-size: 0.875rem;
	width: 50%;
	padding: 8px 0 6px;
	line-height: 1;
	color: #7d766f;
	border: 1px solid #7d766f;
	background: white;
	margin-bottom: 0;
}

.vdw-remove-button:hover {
	background: #7d766f;
	color: white;
}

.columns+.columns:last-child {
	float: left;
}

.store-scrollbox section.row {
	border-bottom: 1px solid #a58a55;
	padding-bottom: 10px;
}

.store-scrollbox section:last-of-type {
	border-bottom: none;
}

.vdw-cart-expanded {
    background: #f4f4ef;
    top: 0;
    right: 45px;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4);
    z-index: 30;
    width: 65%;
	max-width: 310px;
    padding-bottom: 20px;
    /*transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;*/
	position: absolute;
    top: 75px;
}

.vdw-cart-quantity {
	position: absolute;
    height: 24px;
    top: -24px;
    background: #f4f4ef;
    right: 105px;
    padding: 0 6px;
    text-align: center;
}

.vdw-cart-expanded.mobile {
    position: fixed;
    top: 0;
}

#header .vdw-cart-expanded span {
	line-height: initial;
	color: #1e1c19;
}

#header .vdw-cart-quantity span {
	line-height: 24px;
}

#header .vdw-cart-expanded .columns {
    height: auto;
    padding: 0;
}

.vdw-close-icon {
    cursor: pointer;
    width: 27px;
    height: 27px;
	vertical-align: middle;
	margin: 5px 5px 0 0;
}

#header .vdw-close-icon img {
    max-width: 27px;
	padding: 0;
}

.vdw-cart-message {
	margin: 10px auto;
}

#header a.vdw-default-button, #header a.vdw-alt-button:hover {
	color: #7d766f;
}

#header a.vdw-alt-button, #header a.vdw-default-button:hover {
	color: white;
}

.vdw-cart-expanded .vdw-default-button {
	margin-left: 15px;
	padding: 8px 5px 6px;
}

.vdw-cart-expanded .vdw-alt-button {
	margin-right: 15px;
	padding: 8px 5px 6px;
}

.vdw-store-filters {
	border-top: 1px solid #a58a55;
    border-bottom: 1px solid #a58a55;
	padding: 15px 0 15px;
}

.vdw-store-filters .columns {
	height: 30px;
}

.vdw-store-filters h4 {
	margin: 0;
	font-size: 1.125rem;
	line-height: 30px;
}

.vdw-store-filters label {
	line-height: 30px;
}

.vdw-clear-filters {
	color: #7d766f;
    font-size: 0.8125rem;
	cursor: pointer;
	font-style: italic;
	line-height: 30px;
}

.vdw-store-filters select, .vdw-sort, .vdw-sort:hover, .vdw-matrix-details select, .joinMembership select {
	height: 30px;
    padding: 1px 8px;
	width: calc(100% - 20px);
    max-width: 220px;
	background-color: white;
	border: 1px solid #7d766f;
}

.vdw-matrix-details select {
	width: calc(50% - 20px);
}

.vdw-matrix-details {
	height: 46px;
}

ul.vdw-pagination {
	margin: 0 auto;
    display: inline-block;
}

ul.vdw-pagination li {
    color: #7d766f;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    margin-left: 0;
    height: 30px;
    line-height: 30px;
	display: block;
	float: left;
}

ul.vdw-pagination li:before {
    content: '';
}

ul.vdw-pagination li a {
    border-radius: 0;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    background: none;
    color: #7d766f;
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
}

ul.vdw-pagination li.current a, ul.vdw-pagination li a:hover, ul.vdw-pagination li a:focus, ul.vdw-pagination li.current a:hover, ul.vdw-pagination li.current a:focus {
    background: white;
    color: #86364c;
    cursor: pointer;
    font-weight: normal;
    border: solid 1px #dbd9d5;
	text-decoration: none;
}

.vdw-bottom-pagination {
	margin-top: 15px;
}

.vdw-product, .vdw-checkout {
	border-top: 1px solid #a58a55;
}

.vdw-product .vdw-section-title, .vdw-checkout .vdw-section-title {
	margin-bottom: 10px;
}

.vdw-checkout .vdw-section-title h2 {
	text-transform: uppercase;
}

.vdw-product .vdw-section-title h2 {
	font-variant: normal;
}

.vdw-product-body {
	padding-right: 20px;
}

.vdw-product-body .vdw-product-block {
	padding: 0;
	max-width: 100%;
}

.vdw-product-body .vdw-product-image {
	max-width: 216px;
	border: 1px solid #dbd9d5;
    border-right: none;
	float: left;
}

.vdw-product-body .vdw-product-details {
	float: left;
	width: calc(100% - 216px);
}

.vdw-product-body .vdw-product-details > div {
	border-left: none;
}

.vdw-product-body .vdw-product-details > div:first-of-type {
    border-top: 1px solid #dbd9d5;
	font-style: italic;
    min-height: 134px;
}

.vdw-product-body #vdw-matrix > div:first-of-type {
    min-height: 88px;
}

.vdw-product-description {
	padding: 20px 15px;
	text-align: center;
    color: #b48c0c;
}

.vdw-product-body .vdw-product-price {
	text-align: left;
	padding: 0 0 5px 15px;
	border-right: none;
}

.vdw-product-body .vdw-product-price span {
	font-size: 1.125rem;
}

.vdw-save {
	padding: 27px 0 5px 0;
}

.vdw-save a {
	font-style: italic;
    color: #7d766f;
	font-size: 0.875rem;
	font-family: 'Amiri', georgia, serif;
}

.vdw-product-body .vdw-quantity, .vdw-product-body .vdw-add-button {
	width: 33.333%;
}

.vdw-product-body .vdw-product-details div.vdw-join {
	border: 1px solid #dbd9d5;
	border-right: none;
}

.vdw-join .vdw-join-link a {
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

.vdw-suggestions {
	padding-left: 10px;
}

.vdw-suggestions .vdw-product-block, .vdw-suggestions .columns+.columns:last-child {
	float: none;
}

.vdw-suggestions h4 {
	font-size: 1rem;
	font-variant: small-caps;
}

.vdw-checkout .vdw-product-block {
	width: 180px;
}

.vdw-checkout .vdw-product-image {
	background: #f6f3ee;
	padding: 15px 15px 0;
}

.vdw-checkout .vdw-product-details p.vdw-product-price {
	padding-bottom: 10px;
}

.vdw-checkout .vdw-join-link a {
	height: 29px;
	line-height: 29px;
	text-decoration: none;
}

.vdw-checkout .vdw-product-details > div:last-of-type {
	border-bottom: 1px solid #dbd9d5;
}

.vdw-order-summary {
	border-top: 1px solid #a58a55;
	margin-top: 15px;
}

.vdw-order-summary h2 {
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
	font-size: 1rem;
	margin: 20px auto 10px;
}

#joinForm {
	text-align: center;
	margin-bottom: 1rem;
}

.vdw-order-summary p, .vdw-checkout p, .vdw-account-details p, #vdw-membership .vdw-sign-in-form form p, #joinForm p, .joinMembership p, .vdw-membership-details p, .vdw-review-membership p, #vdw-membership .vdw-card p {
	font-size: 0.875rem;
}

.vdw-order-summary p {
	margin: 0;
}

.vdw-order-total {
	padding: 10px 0 7px;
	border-top: 1px solid #a58a55;
	border-bottom: 1px solid #a58a55;
	margin: 7px auto 15px;
}

.vdw-cart-total {
	color: #b48c0c;
}

.vdw-checkout-footer {
	font-size: 0.875rem;
	margin-top: 15px;
}

.vdw-checkout-footer a {
	color: #b38c0b;
	font-size: 0.875rem;
	font-family: 'Amiri', serif;
}

.vdw-checkout-details {
	border: 1px solid #dbd9d5;
	margin-right: 20px;
    width: calc(41.66667% - 20px);
}

.vdw-checkout-details h2, .vdw-account-details h2, .vdw-membership-details h2 {
	color: #b38c0b;
	font-size: 1.25rem;
	font-variant: small-caps;
	padding: 12px 10px 8px;
	margin: 0 auto;
	cursor: pointer;
}

.vdw-account-details .vdw-section-title h2, .vdw-membership-details .vdw-section-title h2 {
	font-variant: normal;
	text-transform: uppercase;
	color: initial;
}

#vdw-cardsList {
	margin-top: 10px;
}

.vdw-card {
    border: 1px solid #f6f3ee;
    margin: 0 auto 20px;
    position: relative;
    width: calc(100% - 22px);
    cursor: pointer;
}

.vdw-membership-details .vdw-card {
	border: 1px solid #a58a55;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	float: left;
	cursor: default;
}

.vdw-card p {
    margin: 0 auto;
    padding: 10px;
}

.vdw-card.selected {
    background-color: #f6f3ee;
}

.vdw-social-sharing {
	padding: 10px 10px 0;
	border-bottom: 1px solid #a58a55;
}

.vdw-social-sharing .twitter-share-button {
	margin-bottom: 0;
}

.vdw-social-sharing .fb-like {
    width: 50px !important;
}

.vdw-checkmark {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 14px;
    display: none;
}

.vdw-checkmark.show {
    display: block;
    pointer-events: none;
}

.vdw-payment-options {
    display: none;
}

.vdw-payment-options.show-options {
    display: block;
    padding: 0px 30px 20px;
}

.vdw-membership-details .vdw-payment-options.show-options {
    padding: 0px 30px 10px;
}

.vdw-payment-amount, .vdw-payment-code {
    width: calc(50% - 10px);
    margin: 5px auto;
}

.vdw-payment-amount p, .vdw-payment-code p, .vdw-edit-card form p {
    padding: 0;
    margin-bottom: 6px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	border-color: #7d766f;
	height: 30px;
}

.vdw-accordion, #vdw-promo-code {
    border-bottom: 1px solid #f0eee6;
    position: relative;
	margin-bottom: 0;
}

.vdw-membership-details .vdw-accordion {
	border-bottom: 1px solid #a58a55;
}

#vdw-promo-code {
    padding: 26px 10px 30px;
	border-bottom: none;
}

.vdw-accordion.expanded {
    padding-bottom: 20px;
}

.vdw-membership-details .vdw-accordion.expanded {
	padding-bottom: 0;
}

#vdw-promo-code form p {
    font-style: italic;
    margin-bottom: 6px;
}

#vdw-promo-code form input[type="text"] {
    width: calc(70% - 5px);
    margin-right: 10px;
	margin-bottom: 0;
    display: inline-block;
}

#vdw-promo-code form input[type="submit"], #vdw-promo-code form input[type="button"] {
    width: calc(30% - 5px);
    display: inline-block;
	vertical-align: bottom;
}

.vdw-add-card, .vdw-add-address {
    border-top: 1px solid #f0eee6;
}

.vdw-membership-details .vdw-add-address, .vdw-membership-details .vdw-add-card {
	border-top: 1px solid #a58a55;
	border-bottom: none;
}

.vdw-membership-details .vdw-add-address.expanded, .vdw-membership-details .vdw-add-card.expanded {
    padding-bottom: 20px;
}

.vdw-add-card h2, .vdw-add-gift-card h2, .vdw-add-address h2 {
	font-size: 0.8125rem;
	color: #7d766f;
	font-variant: normal;
	padding: 15px 10px 12px;
	margin: 0 auto;
    text-transform: uppercase;
}

.vdw-default-selection {
    font-size: 0.8125rem;
    color: #7d766f;
    position: absolute;
    right: 40px;
	padding: 8px 0 0;
	margin: 4px auto 12px;
}

.vdw-gift-message .small-12:first-of-type {
    margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
    float: none;
}

.vdw-gift-message .small-12:first-of-type input[type="checkbox"] {
    vertical-align: top;
	margin-top: 5px;
}

.vdw-gift-message img {
    max-width: 27px;
    vertical-align: top;
    margin-left: 0;
}

.vdw-gift-message input[type="checkbox"]+label {
	margin-left: 10px;
}

.vdw-gift-message form, .vdw-add-address form, .vdw-add-order-comment form {
    width: 80%;
    margin: 0 auto;
}

.vdw-account-details form, .vdw-membership-details form {
    width: 50%;
    margin: 0 auto;
}

.vdw-membership-details form {
    width: 100%;
    margin: 0 auto;
}

.vdw-membership-details .vdw-add-address-form form {
	width: 50%;
    margin: 0 auto;
}

.vdw-add-order-comment form {
	margin-top: 15px;
}

.vdw-gift-message form p, .vdw-add-address form p, .vdw-account-details form p, #vdw-membership .vdw-sign-in-form form p, #joinForm p, .joinMembership p, .vdw-membership-details form p, .vdw-review-membership form p {
    font-style: italic;
    margin-bottom: 6px;
    text-align: left;
}

.vdw-add-address form > p:first-of-type, .vdw-account-details form > p:first-of-type, .vdw-membership-details form > p:first-of-type {
	margin-top: 15px;
}

.vdw-service, .vdw-address, .vdw-shipped-to, .vdw-address-item, .vdw-saved-card {
    border: 1px solid #f6f3ee;
    margin: 0 auto 20px;
    position: relative;
    width: calc(100% - 22px);
    cursor: pointer;
}

.vdw-membership-details .vdw-address-item {
	border: 1px solid #a58a55;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	float: left;
}

/*.vdw-membership-details .vdw-address-item p:first-of-type {
	cursor: pointer;
}*/

.vdw-shipped-to, .vdw-address-item, .vdw-saved-card {
	cursor: initial;
}

.vdw-saved-card {
    cursor: pointer;
}

.vdw-service.selected, .vdw-address.selected, .vdw-shipped-to.selected, .vdw-address-item.selected, .vdw-saved-card {
    background-color: #f6f3ee;
}

.vdw-membership-details .vdw-address-item.selected, .vdw-membership-details .vdw-card.selected {
	background: white;
	border-color: white;
}

.vdw-service:first-of-type, .vdw-address:first-of-type, .vdw-shipped-to:first-of-type {
    margin-top: 20px;
}

.vdw-shipped-to a {
	color: #b38c0b;
}

.vdw-service p, .vdw-address p, .vdw-shipped-to p, .vdw-saved-card p {
    margin: 0 auto;
    padding: 10px;
}

.vdw-add-address #cancelAddress {
	margin-left: 10px;
}

.vdw-add-address #addNewAddress {
	margin-right: 10px;
}

.vdw-checkout-details select, .vdw-account-details select, #joinForm select, .vdw-membership-details select, .vdw-review-membership form select, .vdw-sign-in-form form select {
	height: 30px;
    padding: 1px 8px;
	background-color: white;
	border: 1px solid #7d766f;
}

.vdw-no-saved p, .vdw-no-reviews p {
	padding: 10px;
	margin: 0;
}

iframe[seamless] {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

.vdw-checkout-body {
	background-color: #ffecb3;
}

.vdw-store-body .row {
	background-color: white;
}

.vdw-store-body footer .row {
	background-color: #000;
}

.vdw-shipment-select {
	padding: 10px;
    background: #dbd9d5;
}

.vdw-shipment-select select {
	margin: 0 auto;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background-color: white;
	font-size: 0.875rem;
    border: 1px solid #7d766f;
}

.vdw-shipment > h2 {
	/*color: initial;*/
}

.vdw-shipment > h2.nowSplit {
	background: #dbd9d5;
	color: initial;
}

.vdw-thanks .vdw-suggestions {
	margin-top: 20px;
}

.vdw-confirmation {
	border-bottom: 1px solid #a58a55;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.vdw-confirmation p {
	font-variant: small-caps;
	font-size: 1rem;
	margin-top: 20px;
}

.vdw-confirmation p a {
	color: #b38c0b;
}

.vdw-thanks-events h4 {
	font-size: 1rem;
	text-transform: uppercase;
}

.vdw-thanks-event {
	border-bottom: 1px solid #a58a55;
	padding: 10px 0;
}

.vdw-thanks-event img {
	width: calc(100% - 15px);
}

.vdw-thanks-events article:last-of-type {
	border: none;
}

.vdw-thanks-event div div:first-of-type p {
	font-size: 0.875rem;
	color: #7d766f;
	margin: 0;
	font-style: italic;
}

.vdw-thanks-event div div:last-of-type p {
	font-size: 1rem;
	margin: 15px auto 0;
}

.vdw-thanks-event h5 {
	font-size: 1rem;
	color: #b99418;
	font-variant: small-caps;
}

.vdw-login {
	border-top: 1px solid #a58a55;
	padding-top: 15px;
}

.vdw-login > aside {
	font-size: 0.8125rem;
}

.vdw-login h2 {
	font-variant: small-caps;
	font-size: 1.5rem;
	margin: 10px auto 0;
}

#vdw-sign-in, #vdw-sign-up {
	padding: 0 20px;
}

.vdw-sign-in-form p {
	font-size: 0.875rem;
}

.vdw-sign-in-form form p:first-of-type {
	margin-top: 10px;
}

.vdw-sign-in-form form p {
	font-style: italic;
	margin-bottom: 6px;
	text-align: left;
}

.vdw-sign-in-form p a {
	 color: #7d766f;
}

.vdw-sign-in-form .button {
	margin-bottom: 15px;
}

.vdw-sign-in-form input[type="checkbox"] {
	margin: 0 10px 0 0;
}

.vdw-expiration select, #joinForm .birthDate select, .vdw-review-membership .birthDate select, .vdw-sign-in-form .birthDate select  {
	width: calc(33.333% - 6px);
	margin-right: 9px;
}

.vdw-expiration select:last-of-type, #joinForm .birthDate select:last-of-type, .vdw-review-membership .birthDate select:last-of-type, .vdw-sign-in-form .birthDate select:last-of-type {
	margin-right: 0;
}

.vdw-account-details, .vdw-membership-details, .vdw-review-membership {
	border-top: 1px solid #a58a55;
}

.vdw-membership-details {
	margin-bottom: 20px;
}

.vdw-account-details .vdw-address-item, .vdw-membership-details .vdw-address-item {
	padding: 10px;
}

.vdw-account-details .vdw-address-item p, .vdw-membership-details .vdw-address-item p {
	padding: 0;
	margin-bottom: 10px;
}

.vdw-account-details .vdw-address-item form p, .vdw-membership-details .vdw-address-item form p {
	margin-bottom: 6px;
}

.vdw-order .vdw-section-title {
	background-color: #f6f3ee;
	padding: 5px 10px;
}

.vdw-order .vdw-section-title p {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-top: 2px;
}

.vdw-order .vdw-section-title select {
	margin: 0;
}

.vdw-order-item {
	height: 40px;
	line-height: 40px;
    font-size: 0.875rem;
    padding: 2px 0 0 10px;
	cursor: pointer;
}

.vdw-order-product {
	padding: 0 10px;
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.vdw-product-name {
	color: #b38c0b;
}

.vdw-product-detail p {
	font-size: 0.875rem;
	margin: 0;
}

.vdw-order .vdw-order-summary h2, #vdw-membership p, #vdw-membership ul li {
	font-size: 1rem;
}

#vdw-membership a {
	color: #b38c0b;
}

#vdw-membership .membership-about-content, #vdw-membership .header-content {
	padding: 0 10px;
	margin-top: 15px;
}

.vdw-address-defaults input, .vdw-address-selections input {
	margin: 0 auto;
}

.vdw-address-defaults, .vdw-address-selections {
	margin-bottom: 10px;
}

.vdw-shop-nav {
    padding: 10px 20px;
	border-top: 1px solid #a58a55;
}

.vdw-video-button {
	cursor: pointer;
}

#video-modal {
	background-image: none;
}

#video-modal video {
	width: 100%;
    margin-top: 10px;
}

.vdw-bottle {
	padding-right: 10px;
}

.vdw-thanks-event .vdw-banner {
	width: 100%;
}

.vdw-download {
	text-transform: uppercase;
}

.vdw-store-features .carousel-cell {
	width: 100%;
	text-align: center;
}

.vdw-store-features .carousel-cell img {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

.vdw-add-card-form {
	padding: 0 40px;
}

.vdw-edit-card {
	padding: 0 30px;
}

.vdw-membership-details .vdw-edit-card {
	padding: 0 10px;
}

.vdw-filter-dropdowns div {
	margin: 0;
	display: inline-block;
	float: none !important;
}

.vdw-product-details > div.vdw-add-button, .vdw-product-details > div.vdw-add-button:hover {
	border: 1px solid #7d766f;
}

#header a.vdw-cart-quantity-icon {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#header a.vdw-cart-quantity-icon.cart-quantity-updated {
	background: #f4f4ef;
    height: 24px;
    color: #222;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.stay-tuned input[type="text"] {
	height: 2.3125rem;
}

/*.vdw-product-body .vdw-product-details div:nth-of-type(4) {
	border: none;
    height: 30px;
	border-bottom: 1px solid #dbd9d5;
}*/

.vdw-product-body .vdw-product-details .vdw-join-box {
	border: none;
    height: 30px;
	border-bottom: 1px solid #dbd9d5;
	/*border-top: 1px solid #dbd9d5;*/
}

#myAccount {
	display: inline-block;
}

#myAccount > a {
	border-right: 1px solid #7d766f;
}

.myAccount-dropdown {
	padding: 10px 15px;
	background: #28241e;
	position: absolute;
	top: 75px;
	right: 123px;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4);
            box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4);
    z-index: 30;
	color: white;
	font-style: italic;
	text-align: center;
	font-size: 0.875rem;
	text-transform: none;
}

.myAccount-dropdown a {
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
	font-style: normal;
}

.myAccount-dropdown a:hover {
	text-decoration: none;
}

#desktopcart {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#desktopcart.cart-animation {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vdw-tastings {
	margin-bottom: 20px;
}

#memberPolicy {
	margin-bottom: 0;
}

.joinMembership {
	border-top: 1px solid #a58a55;
	padding-top: 15px;
}

.joinMembership label {
	font-size: 0.875rem;
	line-height: 1.3;
}

.joinMembership select {
	width: calc(100% - 20px);
}

.scrollbox small {
	font-size: 0.75rem;
}

.vdw-note {
	margin: 20px auto;
}

.vdw-membership-details > div:last-of-type .button {
	margin: 20px auto;
}

.vdw-review-membership h2 {
	margin-top: 20px;
	color: #b38c0b;
    font-size: 1.25rem;
    font-variant: small-caps;
}

.vdw-review-membership h5 {
	margin-top: 10px;
}

.vdw-review-membership {
	border-bottom: 1px solid #a58a55;
	margin-bottom: 20px;
}

.vdw-review-membership form {
	padding-bottom: 20px;
}

.vdw-review-membership select, .vdw-review-membership input {
	width: 90%;
}

.vdw-review-membership form .button {
	margin-top: 24px;
}

.vdw-review-membership .vdw-thanks-event {
	padding: 0 0 20px 0;
}

.vdw-review-membership .vdw-confirmation p {
	line-height: 1.3;
    font-size: 1.1em;
	font-variant: normal;
}

.vdw-review-membership .birthDate {
	padding-right: 5%;
}

.vdw-address-defaults {
	width: 50%;
}

.vdw-address-defaults input[type="checkbox"]+label {
    margin-right: 0;
}

.post-wrapper a.read-more, .post-wrapper a.read-more:visited {
	color: #b48c0c;
    font-size: 1rem;
	border-bottom: 2px solid #b48c0c;
    text-decoration: none !important;
    color: #222;
    font-weight: bold;
    display: inline;
    line-height: 0;
    font-family: Times,Times New Roman,Georgia,serif;
    font-size: 0.9rem;
}

.gallery-view img {
    border: 1px solid #a58a55;
	margin: 0 auto;
}

.gallery-view img:hover, .gallery-view img:focus {
    border-color: #e2a718;
}

.gallery-view .gallery-item p {
    padding: 5px;
    white-space: normal;
    overflow: visible;
}

.gallery-view > li {
    padding: 0 0.625rem 0.625rem;
    max-width: 350px;
    margin: 0 auto;
}

.scrollbox hr {
	border: solid #a58a55;
	border-width: 1px 0 0;
}

.vdw-product-price span {
	font-size: 1rem;
}

.vdw-trade-selectors {
    margin: 0 0 10px 0;
	border-bottom: 1px solid #a58a55;
	padding-bottom: 15px;
}

.vdw-trade-selectors .vdw-button {
	margin: 0 10px 10px 0;
}

.vdw-trade-list {
	border-bottom: 1px solid #a58a55;
	padding-bottom: 10px;
}

.vdw-trade-filter p {
	font-style: italic;
    margin-bottom: 6px;
    text-align: left;
	font-size: 0.875rem;
}

.vdw-trade-filter input {
	width: calc(100% - 10px);
}

.vdw-trade-filter select {
	height: 30px;
    padding: 1px 8px;
    width: calc(100% - 10px);
    /*max-width: 220px;*/
    background-color: white;
    border: 1px solid #7d766f;
}

.vdw-trade-item {
	text-align: left;
	margin: 0 auto 10px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #dbd9d5;
	background: white;
}

.vdw-trade-image {
	float: left;
	width: 33.333%;
	max-width: 115px;
}

.vdw-trade-details {
	/*background: #f6f3ee;*/
	float: left;
	width: 66.666%;
	min-width: calc(100% - 115px);
	padding: 0 0 0 10px;
}

.vdw-trade-details > div {
    font-size: 0.875rem;
}

.vdw-trade-title {
	margin-bottom: 10px;
}

.vdw-trade-title a {
    width: 100%;
    color: #b48c0c;
    font-size: 0.875rem;
    font-family: 'Amiri', georgia, serif;
}

.vdw-trade-type span {
    font-size: 1rem;
}

.vdw-trade-link {
	text-align: right;
    margin-bottom: 0;
}

.vdw-trade-link a {
    text-decoration: underline;
    font-style: italic;
    border: none;
    display: inline-block;
    color: #7d766f;
    font-size: 0.75rem;
}

#discountOffer {
    font-size: 0.875rem;
}

.vdw-wero > div:first-of-type {
	border-bottom: 1px solid #7d766f;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
}

.vdw-wide-button, a.vdw-wide-button {
    width: 28.333%;
    margin: 0 2%;
}

.vdw-giftcard-image {
    max-width: 215px;
    float: left;
    margin-right: 20px;
}

.vdw-giftcard-details {
    float: left;
    width: calc(100% - 235px);
}

.vdw-giftcard-form {
    background: #f6f3ee;
    padding: 10px 15px;
    border: 1px solid #dbd9d5;
}

.vdw-giftcard-form form>div {
    padding: 0 5px;
}

.vdw-giftcard-form form p {
    font-size: .875rem;
    font-style: italic;
    margin-bottom: 6px;
    text-align: left;
}

.vdw-giftcard-form form .increase {
    border-right: 1px solid #dbd9d5;
}

.vdw-giftcard-form form .fcw-add-button {
    padding: 8px 0 6px;
}

.vdw-product-details > a > div.vdw-full-button {
    width: 100%;
    border-left: 1px solid #7d766f;
    border-right: 1px solid #7d766f;
}

.vdw-product-details > div.vdw-unavailable-button {
    cursor: not-allowed;
    background: #dbd9d5;
    color: #7d766f;
    border: 1px solid #dbd9d5;
    width: 100%;
}

.vdw-add-card-form .addedgiftcard > span {
    font-size: 0.875rem;
    font-weight: bold;
    display: inline-block;
}

.vdw-add-card-form .addedgiftcard > span:last-of-type {
    display: block;
    font-weight: normal;
    font-style: italic;
    margin: 5px 0;
}

.vdw-add-card-form .addedgiftcard > span #addedgiftcard {
    margin: 0 0 1rem 5px;
}

.vdw-add-card-form #addgiftcard {
    max-width: calc(100% - 60px);
}

.vdw-wero img {
    margin-bottom: 15px;
    margin-right: 10px;
}

.vdw-giftcart-quantity {
	height: 30px;
}

.reveal-modal {
    max-width: 800px;
    background-color: #1d1c18;
    color: #f5f5f0;
    text-align: center;
    border-color: #a09a95;
    border-radius: 6px;
    -moz-border-radius: 6px;
    top: 150px;
}

.reveal-modal {
    z-index: 9999;
}

.vdw-reserve {
    padding: 0;
    max-width: 600px;
    border-radius: 0;
    background: #faf9f5;
    border: 1px solid #1e1c19;
    top: 74px;
}

#reserveModal {
    min-height: 500px;
}

.vdw-reserve-popup {
    margin-top: 40px;
    padding: 30px;
    position: relative;
    text-align: left;
    color: #222;
}

.reveal-modal .close-reveal-modal {
    height: 26px;
    width: 26px;
    right: .75rem;
    display: block;
    background: url(https://www.francisfordcoppolawinery.com/content/images/menu/Close.png) no-repeat center;
}

.vdw-reserve-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    background: url('/Content/img/close-dark.png') no-repeat;
    cursor: pointer;
}

.reveal-modal h1, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4, .reveal-modal h5, .reveal-modal h6 {
    color: #f5f5f0;
    font-size: 1.875rem;
    font-weight: normal;
    font-variant: small-caps;
    margin-bottom: 20px;
}

.vdw-reserve-popup h3 {
    color: #c90;
    font-variant: small-caps;
}

.vdw-reserve-popup ul {
    line-height: 1.4;
    list-style: none;
    font-size: 1.1rem;
}

.vdw-reserve-popup p, .vdw-reserve-popup li {
    font-size: 1rem;
}

.vdw-reserve-popup ul li {
    color: #6e665e;
    position: relative;
}

.vdw-reserve-popup ul li::before {
    content: '•';
    position: absolute;
    left: -15px;
}

.vdw-reserve-steps {
    border-top: 1px solid #7d766f;
    padding-top: 20px;
}

.vdw-calendar {
    width: 275px;
    margin: 0 auto 20px;
    text-align: center;
}

.vdw-reserve-popup h5 {
    color: #222;
    font-size: 1.25rem;
    font-variant: normal;
}

#datepicker-container {
    min-height: 303px;
    height: 303px;
}

.ui-datepicker {
    background: #fff;
}

#vdw-datepicker .ui-datepicker-header, .ui-datepicker-header {
    background: #fff;
    border: 1px solid #7d766f;
    position: relative;
}

#vdw-datepicker a, .ui-datepicker a {
    color: #827a73;
}

#vdw-datepicker .ui-datepicker-prev, .ui-datepicker-prev {
    position: absolute;
    left: 0;
    top: 0;
}

#vdw-datepicker .ui-datepicker-next, .ui-datepicker-next {
    position: absolute;
    right: 0;
    top: 0;
}


#vdw-datepicker .ui-state-disabled, .ui-state-disabled {
    background: none;
}

#vdw-datepicker .ui-datepicker-next span, #vdw-datepicker .ui-datepicker-prev span, .ui-datepicker-next span, .ui-datepicker-prev span {
    position: relative;
    width: 32px;
    height: 24px;
    display: inline-block;
}

#vdw-datepicker .ui-datepicker-next span, #vdw-datepicker .ui-datepicker-prev span, .ui-datepicker-next span, .ui-datepicker-prev span {
    position: relative;
    width: 32px;
    height: 24px;
    display: inline-block;
}


#vdw-datepicker .ui-datepicker-prev span::after, .ui-datepicker-prev span::after {
    content: '\f0d9';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 24px;
    background: #fff;
    padding: 5px 12px;
    font-size: 1.25rem;
    line-height: .75;
}

#vdw-datepicker .ui-datepicker-next span::after, .ui-datepicker-next span::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 24px;
    background: #fff;
    padding: 5px 12px;
    font-size: 1.25rem;
    line-height: .75;
}

#vdw-datepicker .ui-datepicker-title, .ui-datepicker-title {
    text-align: center;
    color: #6e665e;
    text-transform: uppercase;
}

#vdw-datepicker .ui-datepicker-calendar, .ui-datepicker-calendar {
    background: rgba(185,180,175,.3);
    border: solid 1px #7d766f;
    margin-top: -1px;
}

#vdw-datepicker table thead, #vdw-datepicker table tr.even, #vdw-datepicker table tr.alt, #vdw-datepicker table tr:nth-of-type(2n), .ui-datepicker table thead, .ui-datepicker table tr.even, .ui-datepicker table tr.alt, .ui-datepicker table tr:nth-of-type(2n) {
    background: none;
}

#vdw-datepicker table thead tr th, .ui-datepicker table thead tr th {
    color: #6e665e;
}

#vdw-datepicker table tbody tr td, .ui-datepicker table tbody tr td {
    background: #fff;
    text-align: right;
    line-height: 1rem;
}

#vdw-datepicker .ui-datepicker-current-day, .ui-datepicker-current-day {
    background: #336ab7 !important;
}

#vdw-datepicker a, .ui-datepicker a {
    color: #827a73;
}

#vdw-datepicker table tbody tr td a {
    font-size: .875rem;
    font-family: 'Amiri',serif;
}

#vdw-datepicker a.ui-state-default, .ui-datepicker a.ui-state-default {
    color: #1e1c19;
}

#vdw-datepicker .ui-datepicker-current-day a.ui-state-default, .ui-datepicker .ui-datepicker-current-day a.ui-state-default {
    color: #fff;
}

.vdw-calendar .legend {
    margin-bottom: 20px;
}

.vdw-calendar .legend .no-tours {
    background: rgba(185,180,175,.7);
    display: inline-block;
    height: 20px;
    margin-right: 9px;
    width: 20px;
}

.vdw-reserve-options {
    text-align: left;
}

.vdw-reserve-popup form {
    border: 1px solid #7d766f;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.vdw-reserve-steps form p, .vdw-reserve-options p {
    font-size: .875rem;
}

.vdw-reserve-steps form p, .vdw-reserve-options p {
    font-style: italic;
    margin-bottom: 6px;
    text-align: left;
}

.vdw-reserve-popup p, .vdw-reserve-popup li {
    font-size: 1rem;
}

.vdw-reserve-popup form select, .vdw-reserve-options select {
    height: 30px;
    padding: 1px 8px;
    background-color: #fff;
    border: 1px solid #7d766f;
}

.vdw-reserve-options div:first-of-type select {
    width: calc(100% - 10px);
}

.vdw-reserve-continue {
    text-align: center;
}

.vdw-reserve-continue button {
    margin: 20px 10px;
}

.vdw-reserve-continue p {
    color: #7d766f;
    margin-bottom: 0;
}

.vdw-reserve-steps form p:first-of-type {
    margin-top: 15px;
}

.paymentframe {
    height: 155px;
}

.vdw-reserve-steps form iframe {
    border: none;
    width: 100%;
}

.vdw-reserve-steps h5 a {
    color: #c90;
}

.vdw-events .vdw-events > div {
    border-top: 1px solid #a58a55;
}

.vdw-event-image img {
    margin: 20px 0;
    padding-right: 30px;
}

.vdw-event-image p {
    text-transform: uppercase;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: .875rem;
    line-height: 1.2;
}

.vdw-event-image .vdw-social-sharing {
    border: none;
    padding: 0 30px 0 0;
}

.vdw-event-image .vdw-social-sharing .twitter-share-button {
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}

.vdw-social-sharing .fb-like {
    width: 50px!important;
}

.vdw-events .vdw-events div h4 {
    margin-top: 20px;
}

.vdw-orange-button {
    font-family: 'Amiri';
    text-transform: uppercase;
    padding: 5px 3px 2px 5px;
    line-height: 1;
    background: #b48c0c;
    color: #222;
    border: 1px solid #b48c0c;
    letter-spacing: .1rem;
}

.vdw-orange-button:hover, .vdw-orange-button:focus {
    background: #fff;
    color: #222;
}

.vdw-coupon {
	position: absolute;
    width: calc(100% - 80px);
    max-width: 800px;
    padding: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.85);
    text-align: center;
    border: dotted 2px #b48c0c;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.85);
            box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.85);
}

.vdw-coupon img {
	max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
}

.vdw-small {
	font-size: 0.75rem;
	line-height: 1.3;
	margin-bottom: 0;
}

.vdw-calendar-view-button, .vdw-join-now-button {
    text-align: right;
}

.vdw-calendar-view-button button, .vdw-join-now-button a {
    margin: 10px 0 20px;
}

.vdw-events > div {
    border-top: 1px solid #a58a55;
	padding-bottom: 25px;
}

.vdw-events div h4 {
    margin-top: 20px;
}

.vdw-full-calendar {
    border: 1px solid #1e1c19;
    margin-top: 40px;
    background: #fff;
}

.vdw-calendar-list {
    margin-bottom: 10px;
}

.key-square {
    font-size: .8125rem;
}

.key-square > div {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 0;
    margin-top: 15px;
    background: #dade7f;
}

.key-square > div:nth-of-type(2) {
    background: rgba(254,140,94,1);
    margin-left: 10px;
}

.key-square > div:nth-of-type(3) {
    background: rgba(173,196,215,1);
    margin-left: 10px;
}

.calendar-required {
    margin-top: 10px;
    text-align: right;
}

.vdw-full-calendar h2 {
    margin: 20px 0 10px;
    line-height: 30px;
    padding-left: 10px;
}

.vdw-full-calendar .fa {
    color: #6e665e;
    font-size: 1.5rem;
    line-height: 30px;
    cursor: pointer;
}

.vdw-full-calendar .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 27px;
    height: 27px;
    background: url(https://www.ffcwtoo.com/Content/img/close-dark.png) no-repeat;
    cursor: pointer;
}

.vdw-full-calendar .vdw-calendar-view-button button {
    margin: 10px;
}

.vdw-calendar-header, .vdw-calendar-week {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    border-top: 1px solid #1e1c19;
}

.vdw-calendar-header > div {
    width: 14.2857143%;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: right;
    font-size: 1.125rem;
    padding: 10px;
}

.vdw-full-calendar h3 {
    color: #6e665e;
    display: inline-block;
    margin: 20px 10px 10px;
    line-height: 30px;
}

.vdw-full-calendar .fa {
    color: #6e665e;
    font-size: 1.5rem;
    line-height: 30px;
    cursor: pointer;
}

.vdw-calendar-day {
    width: 14.2857143%;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 22px 5px 5px;
    position: relative;
    border-right: 1px solid #1e1c19;
    min-height: 8rem;
}

.vdw-calendar-day:last-of-type {
    border-right: none;
}

.vdw-calendar-day span {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.125rem;
    line-height: 1;
}

.vdw-calendar-day span.inactive-day {
    color: #b9b4af;
}

.vdw-calendar-day > div {
    position: relative;
    margin-bottom: 5px;
}

.vdw-calendar-day > div > a {
    display: block;
    height: 14px;
    color: #1e1c19;
    font-family: helvetica, arial, sans-serif;
    font-size: .75rem;
    line-height: 14px;
    overflow: hidden;
    padding-left: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-member-event > a {
    background: rgba(254,140,94,1);
}

.vdw-calendar-day > div.vdw-public-event > a {
    background: #dade7f;
}

.vdw-calendar-day > div.vdw-offsite-event > a {
	background: rgba(173,196,215,1);
}

.vdw-calendar-day > div > a:before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 20px;
    right: 0;
    top: 0;
}

.vdw-calendar-day > div.vdw-member-event > a:before {
    background: -webkit-gradient(linear,left top, right top,from(rgba(254,140,94,0)),color-stop(75%, rgba(254,140,94,1)));
    background: linear-gradient(to right,rgba(254,140,94,0) 0%,rgba(254,140,94,1) 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-public-event > a:before {
    background: -webkit-gradient(linear,left top, right top,from(rgba(217,222,127,0)),color-stop(75%, rgba(217,222,127,1)));
    background: linear-gradient(to right,rgba(217,222,127,0) 0%,rgba(217,222,127,1) 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-offsite-event > a:before {
	background: -webkit-gradient(linear,left top, right top,from(rgba(173,196,215,0)),color-stop(75%, rgba(173,196,215,1)));
	background: linear-gradient(to right,rgba(173,196,215,0) 0%,rgba(173,196,215,1) 75%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.vdw-calendar-day > div.vdw-member-event > a:hover, .vdw-calendar-day > div.vdw-member-event > a:focus {
    text-decoration: none;
    background: #e98157;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-member-event > a:hover:before, .vdw-calendar-day > div.vdw-member-event > a:hover:before {
    background: -webkit-gradient(linear,left top, right top,from(rgba(233,129,87,0)),color-stop(75%, rgba(233,129,87,1)));
    background: linear-gradient(to right,rgba(233,129,87,0) 0%,rgba(233,129,87,1) 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-public-event > a:hover, .vdw-calendar-day > div.vdw-public-event > a:focus {
    text-decoration: none;
    background: #c3c771;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-public-event > a:hover:before, .vdw-calendar-day > div.vdw-public-event > a:hover:before {
    background: -webkit-gradient(linear,left top, right top,from(rgba(196,199,113,0)),color-stop(75%, rgba(196,199,113,1)));
    background: linear-gradient(to right,rgba(196,199,113,0) 0%,rgba(196,199,113,1) 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-offsite-event > a:hover, .vdw-calendar-day > div.vdw-offsite-event > a:focus {
    text-decoration: none;
    background: #91b0ca;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-day > div.vdw-offsite-event > a:hover:before, .vdw-calendar-day > div.vdw-offsite-event > a:hover:before {
    background: -webkit-gradient(linear,left top, right top,from(rgba(145,176,202,0)),color-stop(75%, rgba(145,176,202,1)));
    background: linear-gradient(to right,rgba(145,176,202,0) 0%,rgba(145,176,202,1) 75%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-event-details {
    position: absolute;
    z-index: 10;
    background: #fff;
    border: 2px solid rgba(125,118,111,.5);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
            box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
    padding: 5px;
    width: 240px;
    top: 14px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-event-details > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    padding-bottom: 5px;
    border-bottom: 1px solid #7d766f;
    margin-bottom: 5px;
}

.vdw-event-details p {
    margin-bottom: 5px;
    font-size: .75rem;
}

.vdw-event-details > div img {
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
}

.vdw-event-details > div h5 {
    width: calc(50% - 10px);
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 10px;
}

.vdw-event-details p a {
    font-size: .75rem;
}

.vdw-coming-up, .vdw-daily {
    position: absolute;
    right: -25%;
    top: 13px;
    z-index: 99;
    background: rgba(20,20,20,.8);
    width: 25%;
    height: calc(100vh - 148px);
    overflow-y: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-daily {
    background: #fff;
    border: 2px solid rgba(125,118,111,.5);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
            box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
    height: 80%;
    top: 10%;
    visibility: hidden;
    opacity: 0;
}

.vdw-daily.display {
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.vdw-daily h4 {
    color: #1e1c19;
    padding: 0 0 10px 0;
    margin: 15px 10px 15px;
    border-bottom: 1px solid #7d766f;
    width: calc(100% - 40px);
}

.vdw-coming-event {
    padding: 0 10px;
}

.vdw-coming-event h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 5px;
}

.vdw-daily h5 {
    color: #1e1c19;
    font-size: 1rem;
    margin-bottom: 5px;
}

.vdw-coming-event p {
    color: #b9b4af;
    font-size: .9375rem;
}

.vdw-daily p {
    color: #1e1c19;
    font-size: .9375rem;
}

.vdw-coming-event a:hover h5, .vdw-coming-event a:focus h5, .vdw-coming-event a:hover p, .vdw-coming-event a:focus p, .vdw-coming-event a h5 {
    color: #f7b61c;
}

.vdw-coming-up .vdw-close-icon, .vdw-daily .vdw-close-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.vdw-list-event {
    padding-left: 20px;
    border-left: 4px solid #dade7f;
    border-bottom: 1px solid #000;
    background: #fff;
    border-right: 1px solid #000;
    padding-top: 10px;
    padding-right: 10px;
}

.vdw-list-event p, .vdw-list-event ul {
    font-size: .875rem;
    margin-bottom: 10px;
}

.vdw-member-list {
    border-left: 4px solid rgba(254,140,94,1);
}

.vdw-public-list {
    border-left: 4px solid #dade7f;
}

.vdw-offsite-list {
    border-left: 4px solid #adc4d7;
}

.vdw-event-details.show-event {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.vdw-calendar-week > div:last-of-type .vdw-event-details {
    right: 0;
    left: inherit;
}

.vdw-tastings {
    margin-bottom: 20px;
    border-top: 1px solid #7D766F;
    padding: 20px 0;
}

.vdw-tastings > div {
    border-top: none;
    background: #fff3ce;
    padding: 0 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

.vdw-tastings div h4, .vdw-privateTastings div h4, .vdw-experiences div h4 {
    font-weight: bold;
}

.vdw-shop-nav {
    padding: 10px 20px;
}

.vdw-shop-nav > div {
	margin-top: 8px;
}

.vdw-listing-nav {
    padding: 10px 20px;
    border-top: 1px solid #a58a55;
}

.vdw-listing-nav .vdw-section-title {
    margin-top: 8px;
}

.vdw-shop-nav .vdw-alt-button {
	background: rgba(125, 118, 111, 0.1);
    text-transform: uppercase;
    font-family: 'oswald';
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: #7d766f;
	margin-bottom: 8px;
}

.vdw-listing-nav .vdw-alt-button {
    margin-bottom: 8px;
    background: rgba(125, 118, 111, 0.1);
    text-transform: uppercase;
    font-family: 'oswald';
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: #7d766f;
}

.vdw-listing-nav .vdw-alt-button.active {
    background: rgba(125, 118, 111, 1);
    color: white;
    border: 1px solid #7d766f;
}

.store-scrollbox .vdw-section-title h2 {
    margin: 6px auto 0;
    line-height: 1;
}

#shoplisting {
    padding-top: 20px;
}

.vdw-reserve-button {
	text-align: right;
	margin-top: 17px;
}

.vdw-donations form section {
    padding: 0 20px;
}

.vdw-donations form p, .vdw-facebook-signup form p {
    font-style: italic;
    margin-bottom: 6px;
    text-align: left;
    font-size: .875rem;
}

.vdw-donations form p:first-of-type {
    margin-top: 10px;
}

.vdw-donations form select, .vdw-facebook-signup form select {
    height: 30px;
    padding: 1px 8px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #7d766f;
}

.vdw-disclaimer {
    font-size: .875rem;
}

#vdw-locator-map {
    margin: 10px auto 20px auto;
    border: 1px solid #dbd9d5;
    /* height: 550px; */
}

#map {
    width: calc(100% - 285px);
    height: 100%;
    float: left;
    height: 550px;
}

.vdw-locator-sidebar {
    width: 285px;
    background: white;
    padding: 0 20px;
    float: right;
    height: 550px;
    overflow: auto;
}

.vdw-location {
    padding: 20px 0;
    border-bottom: 1px solid #dbd9d5;
    cursor: pointer;
}

.vdw-locator-sidebar > div:last-of-type {
    border-bottom: none;
}

.vdw-location-pin {
    width: 50px;
    float: left;
    font-family: "Oswald", sans-serif;
    color: #7d766f;
    font-size: 0.625rem;
    line-height: 1;
}

.vdw-location-pin img {
    max-width: 18px;
    margin-bottom: 8px;
    display: block;
}

.vdw-location-address {
    width: 165px;
    float: left;
    font-size: 0.875rem;
    line-height: 1.2;
}

.vdw-location-link {
    width: 10px;
    float: left;
    text-align: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}

.vdw-location-address-infowindow {
    font-size: 0.875rem;
    font-family: 'Amiri', serif;
    color: #222;
    line-height: 1.2;
}

.vdw-location-address-distance {
    font-family: "Oswald", sans-serif;
    color: #7d766f;
    font-size: 0.625rem;
    margin-top: 10px;
}

.vdw-location-address-distance a {
    color: #cc9900;
    font-family: "Oswald", sans-serif;
    font-size: 0.625rem;
    margin-left: 10px;
}

.vdw-location-address-distance a .fa {
    font-size: 0.875rem;
}

@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		bottom: 2%;
	}
	
	100% {
		opacity: 1;
    	bottom: 4%;
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		bottom: 2%;
	}
	
	100% {
		opacity: 1;
    	bottom: 4%;
	}
}

@-webkit-keyframes slideUp2 {
	0% {
		opacity: 0;
		bottom: 12%;
	}
	
	100% {
		opacity: 1;
    	bottom: 16%;
	}
}

@keyframes slideUp2 {
	0% {
		opacity: 0;
		bottom: 12%;
	}
	
	100% {
		opacity: 1;
    	bottom: 16%;
	}
}

.vdw-award-sticker {
	position: absolute;
    bottom: 2%;
	bottom: 12%;
    left: 40px;
    max-width: 170px;
    width: 100%;
	-webkit-animation: slideUp linear 0.3s forwards;
	        animation: slideUp linear 0.3s forwards;
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
	opacity: 0;
	z-index: 9;
}

.fullbg .vdw-award-sticker {
	bottom: 12%;
	-webkit-animation: slideUp2 linear 0.3s forwards;
	        animation: slideUp2 linear 0.3s forwards;
	-webkit-animation-delay: 1.5s;
	        animation-delay: 1.5s;
	opacity: 0;
}

.scrollbox .vdw-award-sticker {
	top: -40px;
    right: -40px;
    left: inherit;
    opacity: 1;
    position: relative;
    float: right;
    z-index: 1;
	-webkit-animation: none;
	        animation: none;
}

.fullbg .wht #blurb {
	width: 60%;
    text-align: center;
    margin: 0 auto 15px;
}

.vdw-wine-collection {
    margin-bottom: 40px;
}

.vdw-wine-collection .carousel-cell {
    width: 160px;
    text-align: center;
    position: relative;
}

.vdw-wine-collection .carousel-cell img {
    width: 94px;
    margin: 0 auto;
    height: auto;
}

.vdw-wine-collection .carousel-cell h5 {
    margin-top: 15px;
    color: #6e665e;
}

.vdw-wine-collection .carousel-cell .vdw-wine-details {
    background: #ffecb3;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.vdw-wine-collection .carousel-cell .vdw-wine-details h5 {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
    min-height: inherit;
    display: block;
}

.vdw-wine-collection .carousel-cell .vdw-wine-details img {
    width: 100%;
    height: auto;
}

.vdw-wine-collection .flickity-prev-next-button {
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: -4px 0px 2px -2px rgba(0,0,0,0.1);
            box-shadow: -4px 0px 2px -2px rgba(0,0,0,0.1);
    background: #ffecb3;
}

.vdw-wine-collection .flickity-prev-next-button.next {
    right: -10px;
}

.vdw-wine-collection .flickity-prev-next-button.previous {
    -webkit-box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.1);
            box-shadow: 4px 0px 2px -2px rgba(0,0,0,0.1);
    left: -10px;
}

.flickity-prev-next-button svg {
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
}

.vdw-wine-collection .flickity-prev-next-button svg {
    top: calc(50% - 18px);
    height: 36px;
}

.vdw-wine-collection .flickity-prev-next-button .arrow {
    fill: #a09b96;
    -webkit-transform: scale(1,2) rotate(180deg) translate(-100px,-75px);
            transform: scale(1,2) rotate(180deg) translate(-100px,-75px);
}

.vdw-wine-collection .carousel-cell:hover > .vdw-wine-details {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
}

.vdw-wine-collection .flickity-prev-next-button.previous .arrow {
    fill: #a09b96;
    -webkit-transform: scale(1,2) rotate(0deg) translate(0px,-25px);
            transform: scale(1,2) rotate(0deg) translate(0px,-25px);
}

.acclaims {
    margin-top: 40px;
}

.wine-score {
    max-width: 25%;
    min-width: 140px;
    border-right: none;
    display: inline-block;
    padding: 0px 5px;
}

.wine-score {
    max-width: 140px;
}

.vdw-accolades .wine-score, .acclaims .wine-score, .product-scrollbox .wine-score {
    margin-bottom: 20px;
}

.collection-details a {
	padding: 10px 0 7px;
}

.collection-details p, .collection-details a {
    width: 90%;
	font-size: 1rem;
}

.vdwFeature {
	background-image: url(../img/DSC01818-h.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.weroScroll > div:first-of-type:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.vdw-dine-logo {
	padding: 15% 0 12%;
}

.vdw-dine-logo img {
	width: calc(100% - 40px);
	max-width: 700px;
}

.vdwMenus {
	background-image: url(../img/menu-graphic.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.vdwMenus, .vdwStory, .vdwHours {
	padding: 0 40px;
}

.vdwMenus > div {
	padding: 0 10px;
}

.vdwMenus h2, .vdwStory h2 {
	font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Caslon Antique', serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height: 0.9;
    margin: 32px auto 26px;
}

.vdwMenus h3, .vdwHours h3 {
	font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Caslon Antique', serif;
    margin: 0 auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vdwMenus .medium-4 h3 {
	margin: 26px auto 24px;
}

.vdwMenus h4 {
	font-size: 1.375rem;
    font-family: 'Neutra Demi', sans-serif;
    text-transform: uppercase;
    margin: 30px auto 0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vdwMenus p {
	font-size: 1.375rem;
    font-family: 'Neutra Light', sans-serif;
    line-height: 1.1;
    margin: 0 auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vdwMenus h4 span, .vdwMenus p span {
	font-size: 1.125rem;
    font-family: 'FuturaMD', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vdwDrinks h2 {
	margin-bottom: 0;
}

.vdwDrinks h4 {
	margin: 0 auto;
}

.vdwDrinks > div:nth-of-type(5) {
	clear: both;
}

.vdwHours h3 {
	margin: 32px auto 26px;
}

.vdwMenus p b, .vdwMenus p strong {
    font-family: 'Neutra Demi', sans-serif;
	font-weight: normal;
}

.vdwMenus .vdw-finePrint p {
	font-size: 1rem;
	margin: 30px auto;
}

.vdwMenus > div:nth-of-type(3) p:last-of-type {
	margin: 30px auto 0;
}

.vdwStory p {
	font-size: 1.375rem;
    font-family: 'Caslon', serif;
    margin: 0 auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vdwStory p i, .vdwStory p em {
	font-family: 'Caslon-Italic', serif;
}

.vdwHours p {
	font-size: 1.375rem;
    font-family: 'FuturaMD', sans-serif;
    margin: 0 auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vdwHours p a {
	font-size: 1rem;
}

.vdwRule {
	border: solid #222;
	border-width: 1px 0 0;
	margin: 26px auto 0;
}

.vdwHours {
	padding-bottom: 60px;
}

.vdwGallery img {
	width: 25%;
	display: block;
    float: left;
}

.vdwMenuDownload {
	padding: 0;
    position: absolute;
    top: 30px;
    right: 40px;
}

.vdwMenuDownload a, .vdwMenuDownload a:visited {
	color: #b48c0c;
    font-family: 'FuturaMD', serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 2px solid #b48c0c;
    color: #222;
    text-decoration: none !important;
}

.weroScroll {
	padding: 0;
	background: #FCFAE2;
}

.launch {
	bottom: 20px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fff;
    border-color: #000;
}

.events-scrollbox .vdw-selectors a, .events-scrollbox .vdw-full-calendar a, .vdw-calendar-day > div.vdw-public-event > a, .vdw-event-details p a {
    border-bottom: none;
}


.FP {
    border: 1px solid #d5d5d5;
    border: 1px solid rgba(0,0,0,.17);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
            box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,-webkit-box-shadow .218s;
    transition: background-color .218s,border-color .218s,-webkit-box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s,-webkit-box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    color: #262626;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.Ina {
    cursor: pointer;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: none;
}

.HP, .HP:hover {
    color: #dd4b39;
}

.Ul {
    height: 100%;
    width: 100%;
}

.s7 {
    /*float: left;*/
}

.uzlpSb {
      fill: #dd4b38;
      width: 29px;
      height: 18px;
}

.u7 {
    display: block;
}


.weddingGallery {
	margin-bottom: 20px;
	border-top: 1px solid #7d766f;
	padding: 20px 0;
}

.weddingGallery a > img {
	width: 25%;
	display: block;
	float: left;
}


@media only screen and (max-width: 90em) {
	.vdw-address-defaults {
		width: 100%;
	}
}

@media only screen and (min-width: 64.0625em) {
    .vdw-cart-quantity {
		right: 231px;
	}
	
	#vdw-mobile-cart {
		display: none;
	}
	
	.large-block-grid-4>li:nth-of-type(n+4) {
		clear: none;
	}
	
	.gallery-view > li {
		min-width: 240px;
	}
}

@media only screen and (max-width: 64em) {
	.vdw-product-body {
		padding-right: 0;
	}
	
	.vdw-suggestions {
		padding-left: 0;
	}
	
	.vdw-checkout-details {
		width: calc(58.33333% - 10px);
		margin-right: 10px;
	}
	
	.vdw-suggestions .vdw-product-block, .vdw-suggestions .columns+.columns:last-child, .vdw-trade-item {
		float: left;
	}
	
	.vdw-wine-details h5 {
		font-size: 0.875rem;
		height: 40%;
    	min-height: 140px;
	}
	
	.collection-details p.p1 {
    	min-height: 190px;
	}
	
	.vdw-membership-details .vdw-address-item {
		width: 90%;
		margin: 0 auto 20px;
		float: none;
	}
	
	.vdw-address-defaults {
		width: 100%;
	}
	
	.scrollbox.wine-scrollbox {
		height: -o-calc(100vh - 175px);
    	height: calc(100vh - 175px);
	}
	
	.vdwDrinks h2 {
		max-width: 350px;
	}
}

@media only screen and (min-width: 48.0625em) {
    #vdw-mobile-cart {
		display: none;
	}
}

@media only screen and (max-width: 48em) {
	footer .footer-section {
		-ms-flex-pack: around;
			justify-content: space-around;
	}
	
	footer .footer-timeline {
		margin: 0 2%;
	}
	
	#jingle {
		position: absolute;
		/*bottom: 20px;
		width: 100%;*/
		bottom: 5px;
		top: inherit;
		right: inherit;
		left: 5px;
	}
	
	.whitedoe-scrollbox, .family-scrollbox, .people-scrollbox, .wine-scrollbox, .product-scrollbox, .events-scrollbox, .hours-scrollbox {
		/*width: 90%;
		padding: 15px;*/
		width: 100%;
		padding: 15px 20px;
		margin: 0 auto;
		height: auto;
		overflow: visible;
		float: none;
	}
	
	.hours-scrollbox {
		width: 100%;
		padding-top: 200px;
		/*background-image: none;*/
	}
	
	.store-scrollbox {
		padding: 20px 30px 0;
		margin: 0 auto;
	}
	
	.checkout-scrollbox {
		margin: 0 auto;
		max-width: 100%;
		padding: 20px 20px;
	}
	
	.bio-intro {
		margin-top: 0;
	}
	
	.bio-intro img {
		margin-bottom: 20px;
		padding-left: 0;
	}
	
	.wine-facts {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.vdw-add-cart {
		padding-left: 0;
		border: none;
		text-align: center;
	}
	
	.vdw-bottle, .product-scrollbox .acclaims {
		text-align: center;
	}
	
	.wine-legend {
		margin-top: 10px;
	}
	
	.vdw-bottle img {
		max-width: 145px;
	}
	
	.vdw-button {
		margin-right: 5px;
	}
	
	.mysteryLanding ul.sub-links li {
		border-right: none;
	}
	
	.vdw-product-body .vdw-product-details > div:first-of-type {
		min-height: 110px;
	}
	
	.vdw-product-body .vdw-product-details > div.vdw-save {
		padding: 0;
		line-height: 30px;
		height: 30px;
		border: none;
	}
	
	.vdw-product-body .vdw-product-details > div.vdw-join {
		border: none;
		border-right: 1px solid #dbd9d5;
	}
	
	.vdw-join .vdw-join-link a {
		height: 30px;
		line-height: 30px;
	}
	
	.vdw-product-body .vdw-quantity, .vdw-product-body .vdw-add-button {
		width: 50%;
	}
	
	.vdw-promo-banner, .vdw-customer-service, .vdw-checkout .vdw-section-title div {
		text-align: center !important;
	}
	
	.vdw-product-body .vdw-product-price {
		border-right: 1px solid #dbd9d5;
		padding-left: 0;
	}
	
	.vdw-checkout .vdw-product-block {
		width: 100%;
	}
	
	.vdw-checkout-details {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	.vdw-product-block, .vdw-trade-item {
		max-width: 100%;
	}
	
	.vdw-customer-service span {
		display: none;
	}
	
	.vdw-customer-service a {
		width: 30px;
    	height: 30px;
		line-height: 30px;
		margin-left: 5px;
	}
	
	.vdw-customer-service a img {
		vertical-align: middle;
	}
	
	.vdw-store-filters .columns {
		height: auto;
	}
	
	.vdw-section-title div:last-of-type {
		text-align: center !important;
		margin-bottom: 15px;
	}
	
	.vdw-order .vdw-section-title div:last-of-type {
		text-align: right !important;
		margin-bottom: 0;
	}
	
	ul.vdw-pagination {
		float: left;
	}
	
	.vdw-product-body .vdw-product-block {
		padding: 0;
	}
	
	.vdw-product-body .vdw-product-image {
		max-width: 100%;
    	border: 1px solid #dbd9d5;
		border-bottom: none;
    	width: 100%;
	}
	
	.vdw-product-body .vdw-product-image img {
		margin: 0 auto;
	}
	
	.vdw-product-body .vdw-product-details {
		width: 100%;
	}
	
	.vdw-product-body .vdw-product-details > div:first-of-type, .vdw-product-body .vdw-product-details .vdw-product-price, .vdw-product-body .vdw-product-details div.vdw-save, #vdw-matrix .vdw-matrix-details {
		border-left: 1px solid #dbd9d5;
		text-align: center;
	}
	
	.vdw-product .vdw-section-title .button.right {
		float: none !important;
	}
	
	.vdw-default-button, .vdw-alt-button, .vdw-ghost-button {
		padding: 8px 10px 6px;
	}
	
	.vdw-thanks-event, .vdw-thanks-event .text-right, .vdw-thanks-events h4, .vdw-confirmation p, .vdw-thanks {
		text-align: center !important;
	}
	
	.vdw-thanks-event .text-right {
		margin-top: 10px;
	}
	
	.vdw-thanks .vdw-section-title h2 {
		float: none !important;
	}
	
	#vdw-mobile-cart .vdw-cart-expanded {
		display: block;
		top: 0;
		width: 100%;
		max-width: 100%;
		right: 0;
	}
	
	#vdw-mobile-cart .vdw-cart-quantity {
		height: 24px;
		top: 5px;
		right: initial;
		left: 0;
	}
	
	#vdw-mobile-cart .vdw-cart-expanded .vdw-cart-quantity img {
		height: auto;
		max-height: 100%;
		padding: 5px 0;
	}
	
	#vdw-mobile-cart .vdw-cart-expanded .vdw-cart-quantity .cart-icon {
    	width: 20px;
    	padding: 0 5px 5px 0;
	}
	
	#vdw-mobile-cart .vdw-cart-expanded .vdw-cart-quantity span {
		line-height: 24px;
	}
	
	#video-modal {
		min-height: initial;
	}
	
	.vdw-account-details form, .vdw-membership-details form {
		width: 80%;
	}
	
	.store-scrollbox section.row {
		padding-bottom: 30px;
	}
	
	.vdw-bottle {
		padding-right: 0;
	}
	
	.vdw-wine-details h5 {
		min-height: 175px;
	}
	
	.vdw-add-card-form {
		padding: 0 30px;
	}
	
	.vdw-edit-card {
		padding: 0 20px;
	}
	
	.collection-details p.p1 {
    	min-height: inherit;
	}
	
	.collection-details a {
		padding: 10px 0 5px;
	}
	
	.vdw-product-details > div.vdw-add-button, .vdw-product-details > div.vdw-add-button:hover, .vdw-product-details > div.vdw-update-button, , .vdw-product-details > div.vdw-update-button:hover {
		border: 1px solid #7d766f;
	}
	
	.vdw-product-details > div.vdw-quantity {
		border: none;
	}
	
	.product-scrollbox .wine-score {
		margin: 0 auto;
	}
	
	/*.vdw-product-body .vdw-product-details div:nth-of-type(4) {
		border-right: 1px solid #dbd9d5;
		border-bottom: none;
	}*/
	
	.vdw-product-body .vdw-product-details .vdw-join-box {
		border-right: 1px solid #dbd9d5;
		border-bottom: none;
		/*border-top: none;*/
	}
	
	.row .product-scrollbox .row {
		margin: 0;
	}
	
	.vdw-popup {
		min-height: initial;
		width: calc(100% - 40px);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.joinMembership select {
		width: 100%;
	}
	
	.vdw-membership-details .vdw-add-address-form form {
		width: 80%;
	}
	
	.vdw-membership-details .vdw-address-item, .vdw-membership-details .vdw-card {
		width: 90%;
		margin: 0 auto 20px;
		float: none;
	}
	
	.vdw-membership-details .vdw-payment-options.show-options {
		padding: 0px 10px 10px;
	}
	
	.vdw-membership-details .vdw-section-title h2 {
		text-align: center;
	}
	
	.vdw-review-membership select, .vdw-review-membership input {
		width: 100%;
	}
	
	.vdw-review-membership .vdw-confirmation p {
		text-align: left !important;
	}
	
	.vdw-review-membership form .button {
		margin-top: 10px;
	}

	.vdw-review-membership .birthDate {
		padding-right: 0;
	}
	
	.vdw-confirmation .button {
		margin-bottom: 10px;
	}
	
	#vdw-apply {
		overflow-x: auto !important;
	}
	
	.backCareers {
		text-align: right !important;
	}
	
	.post-wrapper {
		border-bottom: 1px solid #a58a55;
	}
	
	.gallery-view > li {
		float: none;
	}
	
	.vdw-trade-link {
		text-align: left;
		margin-bottom: 5px;
	}
	
	.vdw-trade-filter input, .vdw-trade-filter select {
		width: 100%;
	}
	
	.vdw-trade-signup {
		margin-top: 15px;
	}
	
	.vdw-tastings div h4 {
		font-size: 1.4375rem;
	}
	
	.vdw-shop-nav {
		padding: 10px 0;
	}
	
	.vdw-wide-button, a.vdw-wide-button {
		width: calc(33.333% - 4px);
		display: block;
		float: left;
		margin: 0 2px;
		padding: 8px 10px 6px;
	}
	
	.vdw-giftcard-image {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-right: 0;
	}
	
	.vdw-giftcard-details {
		width: 100%;
		margin-top: 20px;
	}
	
	.vdw-reserve {
		top: 0;
		max-width: inherit;
	}
	
	.vdw-reserve-popup {
		width: 100%;
		height: 100%;
		margin-top: 0;
		padding: 20px;
	}
	
	.vdw-reserve-popup p, .vdw-reserve-popup li {
		font-size: .875rem;
	}
	
	.vdw-event-image img, .vdw-event-image p, .vdw-event-image .vdw-social-sharing {
		padding-right: 0;
	}
	
	.vdw-events .vdw-events div h4 {
		font-size: 1.4375rem;
	}
	
	.vdw-coupon {
		position: relative;
		width: calc(100% - 40px);
		top: 0;
		left: 0;
		-webkit-transform: none;
		        transform: none;
		margin: 20px auto;
	}
	
	.vdw-calendar-view-button, .vdw-join-now-button {
		text-align: left;
	}
	
	.vdw-tastings div h4, .vdw-privateTastings div h4, .vdw-experiences div h4, .vdw-events div h4 {
		font-size: 1.4375rem;
	}
	
	.vdw-full-calendar h2 {
		line-height: 1;
		padding-left: 0;
		text-align: center;
		margin-bottom: 0;
	}
	
	.vdw-full-calendar h3 {
		line-height: 1;
		margin-top: 10px;
		font-size: 1.5rem;
	}
	
	.vdw-full-calendar .vdw-calendar-view-button {
		text-align: center;
	}
	
	.vdw-full-calendar .vdw-calendar-view-button button {
		margin-top: 0;
	}
	
	.vdw-calendar-header > div {
		text-align: center;
		font-size: 1rem;
		padding: 10px 0;
	}
	
	.vdw-calendar-day {
		min-height: 3.5em;
		cursor: pointer;
	}
	
	.vdw-calendar-day > div {
		width: 14px;
		margin: 0 auto 5px;
	}
	
	.vdw-coming-up, .vdw-daily {
		width: 100%;
		top: 0;
		height: 100%;
		right: -100%;
	}
	
	.vdw-daily.display {
		right: 0;
	}
	
	.key-square {
		text-align: center;
		font-size: .75rem;
	}
	
	.key-square > div {
		margin-right: 0;
		margin-top: 0;
	}
	
	.vdw-calendar-day > div > a {
		width: 14px;
		padding-left: 14px;
		pointer-events: none;
	}
	
	.vdw-calendar-day > div > a:before {
		width: 14px;
	}
	
	.calendar-required {
		text-align: center;
		margin-top: 0;
	}
	
	.vdw-listing-nav .vdw-alt-button {
		margin-top: 7px;
		margin-bottom: 0;
		font-size: 0.875rem;
	}

	.vdw-shop-nav .vdw-alt-button {
		font-size: 0.875rem;
	}
	
	.vdw-listing-nav {
		padding: 0;
	}
	
	.vdw-award-sticker {
		left: 20px;
		bottom: 2%;
		max-width: 100px;
	}

	.fullbg .vdw-award-sticker {
		bottom: 2%;
		-webkit-animation: slideUp linear 0.3s forwards;
		        animation: slideUp linear 0.3s forwards;
		-webkit-animation-delay: 1.5s;
		        animation-delay: 1.5s;
		opacity: 0;
		max-width: 130px;
		left: calc(50% - 65px);
	}

	.scrollbox .vdw-award-sticker {
		top: 10px;
		right: 20px;
		left: inherit;
		position: absolute;
	}
	
	.vdw-wine-collection .carousel-cell {
		width: 120px;
	}
	
	.vdw-wine-collection .carousel-cell h5 {
		font-size: 1rem;
	}
	
	.wine-score {
		width: 50%;
	}
	
	.vdwMenus, .vdwStory, .vdwHours {
		padding: 0 20px;
	}
	
	.vdwMenus > div.medium-6:nth-of-type(3) {
		padding-top: 30px;
	}
	
	.vdwHours {
		padding-bottom: 40px;
	}
	
	.vdw-dine-logo {
		padding: 20% 0 24%;
	}

	.vdwMenuDownload {
		right: 20px;
	}
	
	.vdwGallery img {
		width: 50%;
	}
	
	.signindiv {
		height: auto !important;
	}
	
	.weddingGallery a > img {
		width: 50%;
	}

}

@media only screen and (max-width: 40em) {
	.vdwDrinks h2 {
		max-width: 100%;
	}
	
	.vdwMenus h2 {
		margin-top: 50px;
	}
	
	.vdwMenuDownload {
		right: 0;
		left: 0;
		top: 15px;
		text-align: center;
	}
}

/** 480px Smallest Screens **/
@media only screen and (max-width: 30em) {	
	.ipadfix.bgimg {
		padding-bottom: 120px;
	}
}

@media screen and (orientation: landscape) {
	.scrollbox {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@-moz-document url-prefix() {
    .scrollbox a.vdw-alt-button, .scrollbox a.vdw-default-button, .scrollbox a.vdw-ghost-button {
		font-family: 'Amiri', serif;
	}
}

@media screen\0 {
	.scrollbox a.vdw-alt-button, .scrollbox a.vdw-default-button, .scrollbox a.vdw-ghost-button {
		font-family: 'Amiri', serif;
	}
}

@media print {
	#header, footer, #Menu, .hideforprint {
		display: none;
	}
	
	.vdw-coupon img {
		max-width: 300px !important;
	}
	
	.vdw-dine-logo img {
		max-width: 400px !important;
	}
	
	.printheightoverride {
		height: 400px !important;
	}
}
