/*===============
COLORS
=================
watermelon
    color:#e64d3c;
=================
TABLE OF CONTENTS
=================
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
layout
-----------------
page
load spin
wrappers
gutters
fluid images and objects
content image sizes
image loading
decal tweaks
- decal custom colors
- decal custom styles
- decal custom anchors
fonts
- global font settings
- headings
- paragraphs & lists
- reset list styles
- anchors
- read more links
header
- navigation
- logo
content
- folds
- social links
- contact info list
- mgl forms
lightbox
pages
-----------------
home
- food
- whats on
- functions
- signup target
other
-----------------
progressive enhacement
debug
===============*/
/* @layout resets and global defaults */
*
{
    padding:0;
    border:0;
}
html,
body
{
    height:100%;
    -webkit-overflow-scrolling:auto;
    background-color:#000;
}
html.touch-true
{
    -webkit-text-size-adjust: none;
}
body
{
    height:100%;
    margin:0;
    overflow-x:hidden;
    font-size:90%;
    text-align:center;
    color:#000;
}
body.dcl-view
{
    overflow-y:hidden;
}
body.dcl-view #loading-page
{
    opacity:1;
    visibility: visible;
}
.wf-peachtreeicons-active body.dcl-view,
.wf-peachtreeicons-inactive body.dcl-view /* never hide page if font load fails */
{
    overflow-y:auto;
}
.wf-peachtreeicons-active body.dcl-view #loading-page,
.wf-peachtreeicons-inactive body.dcl-view #loading-page /* never hide page if font load fails */
{
    opacity:0;
    visibility: hidden;
}
/* @page */
#page
{
    min-height:100%;
    position:relative;
}
/* @load spin */
@-webkit-keyframes rotation
{
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-khtml-keyframes rotation
{
    from {-khtml-transform: rotate(0deg);}
    to   {-khtml-transform: rotate(359deg);}
}
@-moz-keyframes rotation
{
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-ms-keyframes rotation
{
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation
{
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@keyframes rotation
{
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}
.loading
{
    position: relative;
}
.dcl-edit .loading
{
    display: none;
}
.loading:before,
.loading:after,
.swiper-lazy-preloader:before,
.swiper-lazy-preloader:after
{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top:-30px;
    margin-left:-30px;
    border-radius: 110%;
    /* add transition for img-parent */
    -webkit-transition: opacity 250ms linear, visibility 250ms linear;
    -khtml-transition: opacity 250ms linear, visibility 250ms linear;
    -moz-transition: opacity 250ms linear, visibility 250ms linear;
    -ms-transition: opacity 250ms linear, visibility 250ms linear;
    transition: opacity 250ms linear, visibility 250ms linear;
}
.loading:before
{
    border:5px solid rgba(0,0,0,.25);
}
.swiper-lazy-preloader:before
{
    border:5px solid rgba(255,255,255,.25);
}
.loading:after,
.swiper-lazy-preloader:after
{
    -webkit-animation: rotation 0.75s infinite linear;
    -khtml-animation: rotation 0.75s infinite linear;
    -moz-animation: rotation 0.75s infinite linear;
    -o-animation: rotation 0.75s infinite linear;
    animation: rotation 0.75s infinite linear;
    border: 5px solid transparent;
}
.loading:after
{
    border-top-color: #000;
/*     border-top-color:#e64d3c; */
}
.swiper-lazy-preloader:after
{
    border-top-color: #fff;
}
.loading-done:before,
.loading-done:after
{
    visibility:hidden;
    opacity:0;
}
.dcl-view #loading-page
{
    display: block;
    position: fixed;
    z-index:105;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #fff url(../img/bg-stripe.png) scroll repeat 50% 50%;
    background-size: 20px;
    opacity:1;
    visibility:visible;
    -webkit-transition: opacity 250ms linear, visibility 250ms linear;
    -khtml-transition: opacity 250ms linear, visibility 250ms linear;
    -moz-transition: opacity 250ms linear, visibility 250ms linear;
    -ms-transition: opacity 250ms linear, visibility 250ms linear;
    transition: opacity 250ms linear, visibility 250ms linear;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}
#loading-page img
{
    position: absolute;
    left:50%;
    width:130px;
    margin-left:-60px;
    top:50%;
    height:130px;
    margin-top:-64px;
}
#loading-page:before,
#loading-page:after
{
    width: 160px;
    height: 160px;
    margin-top:-80px;
    margin-left:-80px;
}
#loading-page:before
{
    background-color:#fff;
}
/* @wrappers */
.wrapper
{
    max-width:1000px;
    padding-left:1em;
    padding-right:1em;
    margin:0 auto;
    position:relative;
}
.fold-wrap
{
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    z-index: 4;
}
/* @gutters */
.sl-wrap-gt
{
    margin-left:-0.5em;
    margin-right:-0.5em;
}
.sl-wrap-gt > .sl,
.sl-wrap-gt > li,
.sl-wrap-gt > dt,
.sl-wrap-gt > dd
{
    padding-left:0.5em;
    padding-right:0.5em;
}
/* decal tweaks */
img.rrImageFloatLeft
{
    margin-right:1.5em;
}
img.rrImageFloatRight
{
    margin-left:1.5em;
}
img.rrImageFloatLeft,
img.rrImageFloatRight
{
    margin-top:0.3em;
}
/* @decal custom colors */
/* green */
*.color-539541 /* decal: #539541 */
{
    color:#539541 !important;
}
/* peppermint */
*.color-c1dea0 /* decal: #c1dea0 */
{
    color:#c1dea0 !important;
}
/* watermelon */
*.color-de4c59 /* decal: #de4c59 */
{
    color:#de4c59 !important;
}
/* dark gray */
*.color-4e4f54 /* decal: #4e4f54 */
{
    color:#4e4f54 !important;
}
/* light gray */
*.color-dedede /* decal: #dedede */
{
    color:#dedede !important;
}
/* @decal custom styles */
p.quote,
p.quote-credit
{
    letter-spacing:0.05em;
}
p.quote /* decal: Quote */
{
    font-style:italic;
    line-height:1.3em;
/*    font-size:1.2em;*/
    margin-bottom:1.5em;
    position:relative;
    padding-left:2em;
}
p.quote-credit /* decal: Quote Credit */
{
    font-size:0.9em;
    margin-bottom:2em;
    margin-top:-1em;
}
p.quote:before
{
    font-family:sans-serif;
/*    text-indent:-0.03em;*/
    width:0.33em;
    line-height:0;
    display:block;
    position:absolute;
    left:-0.15em;;
    top:0.45em;
    font-size:5em;
    content:"\201C";
    opacity:0.2;
}
p.quote-credit:before
{
    content:"\2014";
    margin-left:1em;
    margin-right:0.5em;
}
*.align-center /* decal: Align Center */
{
    text-align: center !important;
}
*.section-break-top /* decal: Section Break Top */
{
    margin-top:30px !important;
    border-top:2px dotted #ccc;
    padding-top:30px !important;
}
*.section-break-bottom /* decal: Section Break Bottom */
{
    padding-bottom:30px !important;
    border-bottom:2px dotted #ccc;
    margin-bottom:30px !important;
}
/* @decal custom anchors */
a.lightbox /* decal: Open in a lightbox */
{
}
/* @fluid width images and objects */
#page img,
.ie8 #page object,
html>/**/body #page object,
.ie8 #page iframe,
html>/**/body #page iframe
{
    max-width:100%;
}
html>/**/body #page img
{
    height:auto;
}
.ie8 img
{
    height:auto !important;
    width:auto !important;
}
a,
a img
{
    /* prevent image or anchor shift on :hover */
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
    -moz-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
/* @image loading */
.js img
{
    min-height:33px;
    opacity:0;
    -webkit-transition: opacity 600ms ease-out;
    -moz-transition: opacity 600ms ease-out;
    -ms-transition: opacity 600ms ease-out;
    -o-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
}
.js img.img-loaded,
.js img.img-noload,
.js img.swiper-lazy-loaded
{
    opacity: 1;
    min-height:0;
}
/* @content image size */
img.content-img-original
{
}
img.content-img-thumb
{
    max-width:32px;
}
img.content-img-small
{
    max-width:64px;
}
img.content-img-medium
{
    max-width:128px;
}
img.content-img-large
{
    max-width:256px;
}
img.content-img-jumbo
{
    max-width:384px;
}
img.content-img-banner
{
}
/* @fonts */ 
/* embed font icons */
@font-face {
    font-family: 'peachtree-icons';
    src:url('fonts/peachtree-icons.eot?28769006');
    src:url('fonts/peachtree-icons.eot?28769006#iefix') format('embedded-opentype'),
        url('fonts/peachtree-icons.woff2?28769006') format('woff2'),
        url('fonts/peachtree-icons.woff?28769006') format('woff'),
        url('fonts/peachtree-icons.ttf?28769006') format('truetype'),
        url('fonts/peachtree-icons.svg?28769006#peachtree-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @DIN-EnglishShrift */
@font-face {
    font-family: 'DIN-EnglishShrift';
    src:url('fonts/DIN-EngschriftStd.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN-EngschriftStd.otf')  format('opentype'),
        url('fonts/DIN-EngschriftStd.woff') format('woff'),
        url('fonts/DIN-EngschriftStd.ttf')  format('truetype'),
        url('fonts/DIN-EngschriftStd.svg#fonts/DIN-EngschriftStd') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @DIN-MediumAlternate */
@font-face {
    font-family: 'DIN-MediumAlternate';
    src: url('fonts/DIN-MediumAlternate.eot?#iefix') format('embedded-opentype'),
         url('fonts/DIN-MediumAlternate.woff') format('woff'),
         url('fonts/DIN-MediumAlternate.ttf')  format('truetype'),
         url('fonts/DIN-MediumAlternate.svg#DIN-MediumAlternate') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* @glyph codes */
.icon-left:before { content: '\e800'; } /* '' */
.icon-right:before { content: '\e801'; } /* '' */
.icon-menu-1:before { content: '\e802'; } /* '' */
.icon-file-pdf:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-instagram:before { content: '\e805'; } /* '' */
.icon-hash:before { content: '\e806'; } /* '' */
.icon-dot-3:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-mail:before { content: '\e809'; } /* '' */
.icon-location:before { content: '\e80a'; } /* '' */
.icon-clock:before { content: '\e80b'; } /* '' */
.icon-wine:before { content: '\e80c'; } /* '' */
.icon-cancel:before { content: '\e80d'; } /* '' */
.icon-bus:before { content: '\f207'; } /* '' */
/* @font defaults */
/* @families - overwrite stacklayout default */
body, div, p, dl, dt, dd, ol, ul, li
{
    font-family: 'DIN-EnglishShrift',sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'DIN-MediumAlternate','Impact','Haettenschweiler','Franklin Gothic Bold','Charcoal','Helvetica Inserat','Bitstream Vera Sans Bold','Arial Black',sans-serif;
}
form, label, input, textarea, select
{
    font-family: 'DIN-EnglishShrift',sans-serif;
}
/* @headings */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight:normal;
    margin-top:0;
    margin-bottom:1em;
}
h1
{
    letter-spacing:0.05em;
    font-size:2.4em;
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
h6
{
}
/* @paragraphs & lists */
p,
ul,
ol,
.rr-obj-live
{
    line-height:1.4em;
    margin-top:0;
    margin-bottom:1em;
    font-size:1em;
}
/* @custom underline - use prevent line breaks
 * use <u> tag because underlines are generally reserved for links
 * could implement a 'tooltip' for this at some point */
p u
{
    white-space: nowrap;
/*    display: inline-block; this would only be required for a tooltip */
}
/* hide underline in viewmode only, leave editmode indicator */
.dcl-view p u
{
    text-decoration: none;
}
.rr-obj-live
{
    margin-bottom:0;
}
/* @reset list styles */
ul
{
    list-style-type:disc;
    padding-left:30px;
}
ol
{
    margin-left:30px;
}
ul ul,
ul ol,
ol ol,
ol ul
{
    margin-top:0.8em;
    margin-bottom:0.8em;
    font-size:1em;
}
ul li,
ol li
{
    margin-bottom:0.8em;
}
/* @tables */
table
{
    border-collapse:collapse;
    width:100%;
    margin-bottom:1.5em;
}
table td
{
    padding:0.5em;
    border:1px solid #ccc;
    background:#fff;
    vertical-align:top;
}
table td p
{
    margin-bottom:0;
}
/* @forms */
form, label, input, textarea, select
{
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-image:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
/* @anchors */
a,
a:active,
a:visited,
.btn
{
    color:#e64d3c;
    cursor:pointer;
/*    -webkit-transition: opacity 200ms ease-out;*/
/*    -moz-transition: opacity 200ms ease-out;*/
/*    -ms-transition: opacity 200ms ease-out;*/
/*    -o-transition: opacity 200ms ease-out;*/
/*    transition: opacity 200ms ease-out; */
    word-wrap:break-word;
}
a:hover,
a:focus,
.btn:hover
{
    outline:none;
    text-decoration:none;
/*    opacity:0.5;*/
    color:#e64d3c !important;
}
a.cta,
#MGLSubmit input
{
    font-family: 'DIN-EnglishShrift';
    text-transform:uppercase;
    display:block;
    margin:7px;
    text-decoration:none;
    text-align:center;
    font-size:2em;
    line-height:1em;
    letter-spacing:0.02em;
    padding:0.5em 1.6em 0.2em 0.6em;
/*    color:#fff;*/
/*    background-color:#000;*/
/*    outline:7px double #000;*/
    color:#000;
    background-color:rgba(0,0,0,0.2);
    border:1px solid #000;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
a.cta
{
    padding-top:0.8em;
    padding-bottom:0.5em;
}
.nav a.cta
{
    font-size:1.6em;
    display:inline-block;
}
a.cta-invert,
#signup #MGLSubmit input
{
/*    color:#000;*/
/*    background-color:#fff;*/
/*    outline-color:#fff;*/
    color:#fff;
/*    background-color:rgba(255,255,255,0.5);*/
    background-color:#000;
    border-color:#fff;
/*    text-shadow:2px 2px 0 rgba(0,0,0,0.5);*/
    /*
    text-shadow:
        1px 0 0 rgba(0,0,0,0.5),
        0 1px 0 rgba(0,0,0,0.5),
        1px 1px 0 rgba(0,0,0,0.5),
        1px -1px 0 rgba(0,0,0,0.5),
        -1px 1px 0 rgba(0,0,0,0.5),
        -1px -1px 0 rgba(0,0,0,0.5),
        -1px 0 0 rgba(0,0,0,0.5),
        0 -1px 0 rgba(0,0,0,0.5)
        ;
    */
}
#MGLSubmit input
{
    font-size:1.6em;
    margin-left:auto;
    margin-right:auto;
}
a.cta-pdf:after
{
    font-family: 'peachtree-icons';
    content:"\e803";
    display:inline-block;
    position: absolute;
    top: 50%;
    margin-top:0.03em;
    right: 0.6em;
    line-height:0;
    font-size: 0.75em;
}
a.cta:hover,
a.cta:focus,
#MGLSubmit input:hover,
#MGLSubmit input:focus
{
    cursor:pointer;
    opacity:1;
    color:#000;
    background-color:#fff;
}
a.cta-invert:hover,
a.cta-invert:focus,
#signup #MGLSubmit input:hover,
#signup #MGLSubmit input:focus
{
/*    color:#fff;*/
/*    background-color:#000;*/
    color:#000;
    background-color:#fff;
}
.ie6and7 a
{
    zoom:1;
}
/* @header */
#header
{
    position: fixed;
    z-index:10;
    top: 0;
    width: 100%;
/*    background:#fcfcf9 url(../img/bg-paper.png) scroll repeat center center;*/
/*    background-size:600px;*/
    background-color:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.dcl-edit #header
{
    display: none;
}
#header .wrapper
{
    height: 4em;
}
/* @logo */
#logo
{
    display:none;
    width:80px;
    position: absolute;
    top:5px;
    left:50%;
    margin-left:-40px;
}
#logo-link
{
}
/* @navigation */
#navigation
{
    z-index:20;
    position: relative;
}
.nav
{
    position: fixed;
    top:0;
    width:18em;
    height:100%;
    padding-top:4em;
    overflow: hidden;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background: #fff url(../img/bg-stripe.png) scroll repeat 50% 50%;
    background-size: 20px;
/*     opacity: 0; */
/*     visibility: hidden; */
    -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, margin-left 200ms ease-in-out;
    -khtml-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, margin-left 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, margin-left 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, margin-left 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, margin-left 200ms ease-in-out;
}
.nav:before
{
    content:"";
    display: block;
    width:55px;
    height:55px;
    position:absolute;
    top:0;
    background: transparent url(../img/logo-peachtree_small.png) scroll no-repeat center top;
    background-size:contain;
    z-index: 10;
}
#nav-1:before
{
    right:15px;
}
#nav-2:before
{
    left:15px;
}
#nav-1
{
    left:-18em;
}
#nav-2
{
    left:100%;
    margin-left:18em;
}
.nav-1-open .nav,
.nav-2-open .nav
{
    opacity:1;
    visibility: visible;
}
.nav-1-open #nav-1
{
    margin-left:18em;
}
.nav-2-open #nav-2
{
    margin-left:-18em;
}
/* @burger */
.burger
{
    display:block;
    position:absolute;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:50%;
    top:50%;
    height:2em;
    line-height:1em;
    margin-top:-1em;
    font-size:2em;
    z-index:5;
    padding:0.5em !important;
    -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    -khtml-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.nav-active .burger
{
    opacity: 1;
    visibility: visible;
}
#navigation .burger
{
    top:0;
    margin-top:0;
}
.touch-false .burger:hover
{
    cursor: pointer;
/*     opacity:0.5; */
    color:#e64d3c;
}
.burger:before
{
    font-family:'peachtree-icons';
    content:"\e802";
}
#burger-1-close,
#burger-2-close
{
    width:100%;
    background: #fff url(../img/bg-stripe.png) scroll repeat 50% 50%;
    background-size: 20px;
    border-bottom:1px solid #ddd;
}
#burger-1,
#burger-1-close
{
    left:0;
    text-align:left;
}
#burger-2,
#burger-2-close
{
    right:0;
    text-align:right;
}
#burger-2:before
{
    content:"\e807";
}
#burger-1-close:before
{
    content:"\e800";
}
#burger-2-close:before
{
    content:"\e801";
}
#burger-gate
{
    position: fixed;
    z-index: 15;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: #000;
    -webkit-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    -khtml-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    transition: opacity 250ms ease-in-out, visibility 250ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.nav-1-open body.dcl-view,
.nav-2-open body.dcl-view
{
    overflow-y:hidden;
}
.nav-1-open #burger-gate,
.nav-2-open #burger-gate
{
    opacity: 0.7;
    visibility: visible;
}
.nav-list
{
    text-align:center;
}
.nav-list li
{
    position: relative;
    font-size:1.2em;
    line-height:1.6em;
    text-transform:uppercase;
    overflow: hidden;
    border-bottom:1px solid #ddd;
    background-color: #fff;
}
#nav-1-list a
{
    display: block;
	text-decoration:none;
    padding:0.8em;
    padding-top:1em;
    color:#000;
    position: relative;
    font-family: 'DIN-MediumAlternate','Impact','Haettenschweiler','Franklin Gothic Bold','Charcoal','Helvetica Inserat','Bitstream Vera Sans Bold','Arial Black',sans-serif;
    -webkit-transition:  background-color 200ms ease-in-out, color 200ms ease-in-out;
    -khtml-transition:  background-color 200ms ease-in-out, color 200ms ease-in-out;
    -moz-transition:  background-color 200ms ease-in-out, color 200ms ease-in-out;
    -ms-transition:  background-color 200ms ease-in-out, color 200ms ease-in-out;
    transition:  background-color 200ms ease-in-out, color 200ms ease-in-out;
}
/*
#nav-1-list li.current a:before,
#nav-1-list li.current a:after
{
    content: "";
    display: block;
    background-color:black;
    height:5px;
    position: absolute;
    left:0;
    width:100%;
    z-index:1;
}
#nav-1-list li.current a:before
{
    top:0;
}
#nav-1-list li.current a:after
{
    bottom:0;
}
*/
#nav-1-list a:hover,
#nav-1-list a:focus
{
    color:#e64d3c;
}
#nav-1-list li.current a
{
    color:#fff;
    background-color:#e64d3c;
}
#nav-1-list li.current a:hover,
#nav-1-list li.current a:focus
{
    color:#fff !important;
}
.nav-list li ul
{
    display: none;
    position:absolute;
    top:90%;
    left:0;
    width:10em;
    z-index:1;
}
.nav-list li ul li
{
    display:block;
}
.nav-list li:hover ul
{
    display: block;
}
/* @nav 2 contact info */
#nav-2-list dl
{
    font-size:90%;
}
#nav-2-list dl:after
{
    height:auto;
}
#nav-2-list .contact-info-area
{
    padding-top:0.75em;
    padding-bottom:0.75em;
    border-bottom:1px solid #ddd;
    background-color:#fff;
    text-align: left;
}
#nav-2-list .contact-info-area:last-child
{
    padding-bottom:1.25em;
}
/* hide some items */
#nav-2-list #contact-info-content .contact-info-open,
#nav-2-list #contact-info-content .contact-info-bottleshop a
{
    display: none;
}
/* @nav swipers */
.nav .swiper-wrapper
{
    position: relative;
}
/* @components */
/* @carousels */
.carousel
{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.dcl-edit .carousel
{
    display: none;
}
.touch-true .carousel
{
    margin-left: 0;
    margin-right: 0;
}
.swiper-container
{
    overflow: hidden;
}
.carousel .swiper-wrapper
{
    white-space: nowrap;
}
.carousel .swiper-wrapper .swiper-slide,
.carousel .swiper-wrapper .swiper-slide img
{
    position: relative;
    max-height:90%;
    max-height:-webkit-calc(100vh - 7em);
    max-height:-moz-calc(100vh - 7em);
    max-height:-o-calc(100vh - 7em);
    max-height:calc(100vh - 7em);
}
.carousel .swiper-wrapper .swiper-slide
{
    overflow: hidden;
}
.carousel .swiper-wrapper .swiper-slide img
{
    width:auto;
}
.carousel .swiper-lazy-preloader
{
    background-color:#e64d3c;
}
.carousel .swiper-button
{
    position:absolute;
    top:50%;
    z-index: 10;
/*     -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out; */
/*     -khtml-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out; */
/*     -moz-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out; */
/*     -ms-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out; */
/*     transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out; */
    -webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    -khtml-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
    opacity:0;
    visibility: hidden;
    background-image:none;
    font-size:2.5em;
    text-align:center;
    left:0.4em;
    line-height:0.4em;
    height:0.5em;
    width:1em;
    padding: 0.25em 0;
    margin-top: -0.5em;
    background: #fff;
    border-radius: 50%;
    text-indent:-0.1em;
}
.carousel .swiper-button:before
{
    font-family:'peachtree-icons';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:'\e800';
    font-size:0.75em;
    line-height:0.70em;
    position: relative;
    left:0.05em;
}
.carousel .swiper-button-next:before
{
    content:'\e801';
    left:-0.05em;
}
/* @perimeter outline */
.carousel .swiper-button:after
{
    content: "";
    display: block;
    position: absolute;
    top:-4px;
    left:-4px;
    width:100%;
    height:100%;
    padding:2px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    border:2px solid #fff;
    -webkit-transition: border-color 200ms ease-in-out;
    -khtml-transition: border-color 200ms ease-in-out;
    -moz-transition: border-color 200ms ease-in-out;
    -ms-transition: border-color 200ms ease-in-out;
    transition: border-color 200ms ease-in-out;
}
.carousel .swiper-button:hover
{
/*     opacity:0.5 !important; */
    background-color:#e64d3c;
    cursor: pointer;
    color:#fff;
}
.carousel .swiper-button:hover:after
{
    border-color:#e64d3c;
}
.carousel .swiper-button-dark
{
    color:#fff;
    background-color:#000;
}
.carousel .swiper-button-dark:after
{
    border-color:#000;
}
.carousel .swiper-button-next
{
    text-indent: 0.1em;
}
.carousel .swiper-container:hover > .swiper-button
{
    opacity:1;
    visibility: visible;
}
.carousel .swiper-button-next
{
    left:auto;
    right:0.4em;
}
.carousel .swiper-button-disabled
{
    opacity: 0 !important;
    visibility: hidden !important;
}
.touch-true .carousel .swiper-slide
{
    width:80%;
    width:-webkit-calc(100% - 60px);
    width:-moz-calc(100% - 60px);
    width:-o-calc(100% - 60px);
    width:calc(100% - 60px);
}
.touch-true .carousel .swiper-lazy-preloader
{
    background-color: #e64d3c;
}
.touch-true .carousel .swiper-button
{
    display:none;
}
/* @background images */
.bg-images
{
    background-color:#000;
    text-align:center;
    position: relative;
    z-index:1;
}
/* @transparent bg overlay */
.bg-images:before
{
    content:"";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0.5;
    z-index:9;
}
.dcl-edit .bg-images:before
{
    display:none;
}
.da-slide
{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
.da-slide .bg-image-container
{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
    opacity:0;
    -webkit-transition: opacity 600ms ease-in;
    -moz-transition: opacity 600ms ease-in;
    -ms-transition: opacity 600ms ease-in;
    -o-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in; 
}
.da-slide .bg-img-loaded
{
    opacity:1;
}
.bg-img-loaded-parent
{
    background-image:none !important;
}
.dcl-view .da-slider
{
    overflow:hidden;
}
.dcl-edit .da-slider,
.dcl-edit .da-slide
{
    position:static;
}
.dcl-edit .da-slider:before
{
    content:"Background image components. Add more than one to create a slideshow:";
    display:block;
    height:5em;
    line-height:7em;
    font-size:1.5em;
    letter-spacing:normal;
    font-family: sans-serif;
    background:#000;
    color:#fff;
    text-align: center;
    border-bottom: 2px dashed #fff;
    position: static;
}
.dcl-edit .da-slide
{
    height:200px;
    margin:5px;
    width:auto;
}
.dcl-edit .da-slide img
{
    height:100% !important;
    width:auto !important;
}
/* @content */
#content
{
    text-align:left;
    min-height:100%;
}
/* @folds */
.fold
{
    position: relative;
    min-height:100%;
}
.fold:after
{
    min-height:100vh;
}
.fold-wrap
{
/*     min-height:100%; */
}
#welcome .fold-wrap
{
    min-height:auto;
}
.fold-title-bar
{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:4em;
/*    background:#fcfcf9 url(../img/bg-paper.png) scroll repeat center center;*/
/*    background-size:600px;*/
    background-color:#fff;
    z-index:5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.fold-title-bar h1,
#fold-title
{
    line-height:2em;
    text-align:center;
    text-transform:uppercase;
    font-family: 'DIN-EnglishShrift';
}
.dcl-view #welcome .fold-title-bar
{
    display:none;
}
/* @fold types */
.fold-cta
{
    position: relative;
    text-align:center;
}
.fold-cta .wrapper
{
    max-width:800px;
}
.fold-cta .fold-wrap
{
    padding-top:6em;
    padding-bottom:2em;
}
.fold-cta h2
{
    position: absolute;
    z-index:4;
    top:0;
    left:0;
    width:100%;
    color:#fff;
    background-color:rgba(0,0,0,0.5);
/*    font-family: 'IMFell';*/
    font-style:italic;
    font-size: 2.3em;
    margin-bottom:0;
    padding-top:2.5em;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-bottom:0.2em;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    white-space: normal;
}
.fold-cta h2:before,
.fold-cta h2:after
{
    content: "";
    display: block;
    position: absolute;
    bottom:-30%;
    left:0;
    width: 50%;
    height:30%;
}
.fold-cta h2:before
{
    background: linear-gradient(to left bottom, rgba(0,0,0,0.5) 50%, transparent 50%);
}
.fold-cta h2:after
{
    left:50%;
    background: linear-gradient(to right bottom, rgba(0,0,0,0.5) 50%, transparent 50%);
}
.fold-cta .cta-list
{
    margin-top:2em;
}
.fold-tiles
{
    background-color:#000;
}
.fold-tiles .fold-tile
{
    min-height:100vh;
}
.fold-tiles .fold-tile-content
{
    min-height:100%;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.fold-tiles .fold-tile-paper
{
    position:relative;
/*     background-color:rgba(255,255,255,0.9); */
    background-color:#fff;
}
.fold-tiles .fold-tile-paper .fold-tile-content
{
    padding-top:4em;
    padding-bottom:3em;
}
.fold-tiles .fold-tile-list .fold-tile-full
{
    padding-left:0;
    padding-right:0;
    position: relative;
}
#fold-title
{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    height:1em;
    line-height:1.3em;
    margin-top:-0.5em;
    margin-bottom:0;
    text-align:center;
    text-transform:uppercase;
    text-shadow: 0 0 0 #000;
    white-space: nowrap;
}
/* @social links */
.social-link dt a
{
    display:block;
    font-size: 3em;
/*     width:1em; */
    width:100%;
    height:1em;
    line-height:1em;
    position:relative;
    text-decoration: none;
    text-indent:-999em;
}
.social-link dt a:before
{
    text-indent:0;
/*     width:100%; */
/*     height:100%; */
/* getting cropped for some reason when at 100%: */
    width:99%;
    height:99%;
    font-size:50%;
    top:0;
    left: 0;
    color:#fff;
    text-align:center;
    background-color:#e64d3c;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    speak: none;
    font-family:'peachtree-icons';
    font-style: normal;
    font-weight: normal;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-link-fb dt a:before
{
    content: "\e804"; 
}
.social-link-ig dt a:before
{
    content: "\e805";
}
.dcl-edit .social-link dt a:after
{
    content: attr(href);
    display: block;
    background-color:rgba(255,255,255,0.9);
    color:#000;
    text-indent: 0;
    font-size:30%;
    line-height:1.1em;
    position: absolute;
    bottom:0;
    left: 50%;
    width: 3.4em;
    margin-left: -1.7em;
    text-align:center;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
/* @contact info component */
.contact-info-item
{
    position: relative;
    padding:1em;
    width:auto;
    min-width:50%;
    text-align: left;
}
.contact-info-item:after
{
    height:auto;
}
.contact-info-item dt
{
    margin-right:0.5em;
}
.contact-info-item dt:before
{
    font-size:2em;
    display: inline-block;
    font-family: 'peachtree-icons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
}
#social-info-content .contact-info-item dt
{
    width:3em;
}
#social-info-content dl.social-hashtag dt,
#contact-info-content .contact-info-item dt
{
    width:2.5em;
    text-align: center;
}
#social-info-content dt:before
{
    color:#e64d3c;
}
.contact-info-item a
{
    text-decoration:none;
}
#contact-info-content .contact-info-item a
{
    display:block;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.contact-info-item a:hover,
.contact-info-item a:focus
{
    color:#000 !important;
}
.contact-info-item p
{
    font-size:1.5em;
    line-height:1em;
    letter-spacing: 0.02em;
    margin-bottom:-0.3em;
}
#social-info-content dl.social-link dd p
{
    margin-bottom:-0.1em; 
}
/* @lightbox */
#lightbox
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
    text-align:center;
    -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in;
    -khtml-transition: opacity 400ms ease-in-out, visibility 400ms ease-in;
    -moz-transition: opacity 400ms ease-in-out, visibility 400ms ease-in;
    -ms-transition: opacity 400ms ease-in-out, visibility 400ms ease-in;
    transition: opacity 400ms ease-in-out, visibility 400ms ease-in;
    visibility: hidden;
    opacity: 0;
}
.lb-visible body.dcl-view
{
    overflow-y:hidden;
}
.lb-visible #lightbox
{
    visibility: visible;
    opacity: 1;
}
#lightbox-content
{
    background:#fff url(../img/bg-stripe.png) scroll repeat 50% 50%;
    background-size: 20px;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
}
#lightbox-close
{
    position: absolute;
    top:0;
    right:0;
    z-index:10;
}
#lightbox-close-link
{
    display:block;
    width:1em;
    height:1em;
    padding:1em;
    font-size:1.5em;
    text-align: center;
    text-decoration: none;
    color:#000;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
#lightbox-close-link:hover,
#lightbox-close-link:focus
{
    color:#e64d3c;
}
#lightbox-close-link:after
{
    font-family: 'peachtree-icons';
    content:'\e80d';
}
/* @pages */
/* @home */
/* @welcome */
#welcome img
{
    display:block;
    margin:0 auto;
    max-width:90%;
}
#welcome h1
{
    margin-bottom:0;
}
#welcome .bg-video
{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}
#welcome .bg-video video
{
    display:block;
    position: absolute;
    top:50%;
    left:50%;
    min-height:100%;
    min-width:100%;
    height:auto;
    width:auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: transparent url(../vid/bg-welcome-poster.jpg) scroll no-repeat center center;
    background-size: cover;
}
#welcome .bg-video:after
{
    content:"";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0.5;
}
/* @food */
#food
{
}
#food h2
{
}
#food-bg-images
{
    overflow:hidden;
}
/* @whats on */
#whatson
{
}
/*
#whatson-thumbs-list li
{
    width:auto;
    margin-bottom:1em;
}
#whatson-thumbs-list li a
{
    border:2px solid #fff;
    background-color:#fff;
}
#whatson-thumbs-list li a,
#whatson-thumbs-list li a img
{
    display: block;
}
#whatson-thumbs-list li a img
{
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out; 
}
#whatson-thumbs-list li a:hover img
{
    opacity:0.5;
}
*/
/* @functions */
#functions #virtual-tour
{
    text-align:center;
    color:#fff;
}
#functions #virtual-tour iframe
{
    padding-bottom:2em;
}
#functions #virtual-tour a.cta
{
    margin-left:1em;
    margin-right:1em;
    margin-bottom:2em;
}
/* @functions preamble */
#functions-preamble
{
    font-size:1.8em;
    color: #fff;
    margin-bottom:1em;
    letter-spacing: 0.02em;
    text-shadow: 0 0 20px #000;
}
/* @contact */
#contact-bg-image
{
    display:none;
}
/* playing with layout */
#contact .wrapper
{
    max-width:none;
}
/* @social links */
#social-info-content
{
    text-align: left;
    padding-top:1.5em;
    padding-bottom:1.5em;
}
#social-info-content .social-link a:hover
{
    color:#000 !important;
}
#social-info-content .social-link:hover
{
    cursor:pointer;
}
#social-info-content .social-link dd a
{
    display:block;
    position: relative;
}
#social-info-content .social-link dd a:before
{
    content:'/';
    display:inline-block;
    font-size: 1.6em;
    width:0.3em;
    position:relative;
    top:0.15em;
}
.social-hashtag dt:before
{
    content:'\e806';
}
/* @contact info */
#contact #contact-info-content:before,
#contact #general-info-content:before
{
    content: "";
    display: block;
    border-top:2px dotted #ccc;
    height:2em;
    margin-left:1em;
    margin-right:1em;
}
#contact-info-content dt:before
{
    color:#000;
}
.contact-info-address dt:before
{
    content:"\e80a";
}
.contact-info-open dt:before
{
    content:"\e80b";
}
.contact-info-phone dt:before
{
    content:"\e808";
}
.contact-info-email dt:before
{
    content:"\e809";
}
.contact-info-bus dt:before
{
    content:"\f207";
}
.contact-info-bottleshop dt:before
{
    content:"\e80c";
}
.contact-info-bus dt,
.contact-info-bus dt,
.contact-info-bottleshop dd,
.contact-info-bottleshop dd
{
    vertical-align: top;
}
.contact-info-bus dd,
.contact-info-bottleshop dd
{
    margin-top: 0.4em;
}
/* @general info  */
#general-info-content:before
{
    margin-top:2em;
    margin-bottom:1em;
}
#general-info-content p
{
    padding-left:1em;
    padding-right:1em;
    text-align:center;
    font-size:1.2em;
    margin-bottom:0.5em;
}
#general-info-content p a:hover
{
    color:#000;
}
/* @contact image */
.dcl-view #contact-image .fold-tile-content
{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.dcl-view #contact-image .fold-tile-content:hover
{
    opacity:0.5;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
/* @privacy and terms */
.dcl-view #page #privacy-and-terms
{
    display:none;
}
.dcl-edit #privacy-and-terms
{
    background-color:#fff;
}
#privacy-and-terms
{
    padding:2em;
    padding-top:3em;
    text-align:left;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height:100%;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#privacy-and-terms p
{
    font-family:'DIN-MediumAlternate';
}
/* @other */
/* @progressive enhancement */
/* set ie6and7 to fixed width */
/* if no javascript, set ie8 to fixed width layout */
.ie6and7 .wrapper,
.no-js .ie8 .wrapper
{
    width:860px;
}
.ie6and7 .blog #section,
.no-js .ie8 .blog #section,
.ie6and7 .talent #section,
.no-js .ie8 .talent #section
{
    width:64%;
}
.ie6and7 .blog #aside,
.no-js .ie8 .blog #aside,
.ie6and7 .talent #aside,
.no-js .ie8 .talent #aside
{
    width:36%;
}
.ie6 .blog .blogNav a,
.ie6 .talent .talentNav a
{
    width:40%;
}
/* @debug */
*
{
/*    outline:1px solid yellow;*/
}
