/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: "Faraco Hand";
    src: url('font/Faraco-Hand.eot');
    src: url('font/Faraco-Hand.eot?#iefix') format('embedded-opentype'),
    url('font/Faraco-Hand.svg#Faraco Hand') format('svg'),
    url('font/Faraco-Hand.woff') format('woff'),
    url('font/Faraco-Hand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-y: hidden;
    width: 100%;
    background-color: #63605B;
    font-family: "Faraco Hand";
}

#bgndGallery {
    opacity: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bgndIntro {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#container {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: auto;
}

#header {
    position: absolute;
    top: 30px;
    left: 255px;
    width: 930px;
    height: 25px;
    background: rgb(51, 51, 51);
    background: rgba(0, 0, 0, 0.7);
    text-align: right;
    padding-right: 20px;
}

#header .navitem {
    color: white;
    font-weight: normal;
    font-size: 17px;
}

#stripe {
    position: absolute;
    top: 55px;
    left: 255px;
    width: 950px;
    height: 4px;
    background-color: #D70000;
}


#content {
    position: absolute;
    top: 59px;
    left: 255px;
    width: 880px;
    padding: 35px;
    background: rgb(51, 51, 51);
    background: rgba(51, 51, 51, 0.70);
}

article {
    color: #fff;
}

h1 {
    font-size: 3em;
    font-weight: normal;
    margin-top: 0px;
    line-height: 1em;
    text-decoration: underline;
    color: #D70000;
}

h2 {
    color: #D70000;
}

h3 {
    margin: 0px;
    line-height: 1em;
    font-size: 2em;
    font-weight: normal;
}

p {
    font-size: 1.75em;
}

article img {
    margin: 10px;
}

.price {
    font-size: 2em;
    text-align: right;
}

.price a {
    color: white;
}

#content table {
    width: 100%;
}

#content td {
    padding-bottom: 23px;
    vertical-align: top;
}

#content span {
    font-size: 1.4em;
}

#menu {
    opacity: 0;
    position: absolute;
    left: -145px;
    top: -25px;
    width: 438px;
    height: 435px;
    background-image: url("../img/menu-bg.png");
}

.navitem {
    color: #000;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
}

.navitem:hover {
    text-decoration: underline;
}

.navactive {
    text-decoration: underline;
    color: #000;
}

#nav-news {
    position: absolute;
    top: 60px;
    left: 230px;
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#nav-about-us {
    position: absolute;
    top: 80px;
    left: 278px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-gallery {
    position: absolute;
    top: 110px;
    left: 325px;
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#nav-menu-card {
    position: absolute;
    top: 155px;
    left: 292px;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#nav-lunch-card {
    position: absolute;
    top: 195px;
    left: 292px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#nav-wine-card {
    position: absolute;
    top: 235px;
    left: 315px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

#nav-catering {
    position: absolute;
    top: 270px;
    left: 313px;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

#nav-events {
    position: absolute;
    top: 287px;
    left: 232px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-contact {
    position: absolute;
    top: 344px;
    left: 255px;
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#nav-links {
    position: absolute;
    top: 360px;
    left: 205px;
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
}

.date {
    color: #fff;
    font-family: Constantia, 'Times New Roman', Times, serif;
    font-family: "Faraco Hand";
    line-height: 1em;
    font-size: 1.4em;
    width: 170px;
}

.info {
    color: #fff;
    font-family: Constantia, 'Times New Roman', Times, serif;
    font-size: 1.1em;
    width: 140px;
}


.agenda {
    font-family: Constantia, 'Times New Roman', Times, serif;
    font-family: "Faraco Hand";
    font-size: 1.3em;
    font-weight: normal;
    color: #eee;
}

.agenda h3 {
    font-family: "Faraco Hand";
    color: #D70000;
}

#intro {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#introContainer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: scroll;
    overflow-x: auto;
}

#contentIntro {
    position: relative;
    top: 80px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#introContainer img {
    float: left;
    opacity: 0.60;
    filter: alpha(opacity=60);
}

#introContainer section {
    float: right;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

#introContainer a {
    color: #D70000;
    font-size: 1.5em;
    text-decoration: none;
}

#introContainer a:hover {
    color: #D70000;
    font-size: 1.5em;
    text-decoration: underline;
}








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.privacy p {
    font-size: 16px;
}
