* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.clear-fix:after {
    content: "";
    display: table;
    clear: both
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.hidden {
    display: none
}

.offscreen {
    display: none
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.ie-notice {
    width: 97%;
    height: auto;
    margin: 1.66%;
    padding: 1%;
    z-index: 99999;
    background-color: #464632;
    color: white
}

.ie-notice a {
    color: #ffc
}

.ie-push {
    width: 100%;
    height: 60px
}

.grid-1-1 {
    width: 100%
}

.grid-1-2 {
    width: 50%
}

.grid-1-3 {
    width: 33%
}

.grid-2-3 {
    width: 66%
}

.grid-1-4 {
    width: 25%
}

.grid-3-4 {
    width: 75%
}

.grid-1-5 {
    width: 20%
}

.grid-2-5 {
    width: 40%
}

.grid-3-5 {
    width: 60%
}

.grid-4-5 {
    width: 80%
}

.hidden {
    display: none
}

.offscreen {
    display: none
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.ie-notice {
    width: 97%;
    height: auto;
    margin: 1.66%;
    padding: 1%;
    z-index: 99999;
    background-color: #464632;
    color: white
}

.ie-notice a {
    color: #ffc
}

.ie-push {
    width: 100%;
    height: 60px
}

@font-face {
    font-family: 'Droid-Regular';
    src: url("../fonts/DroidSerif-Regular-webfont.eot");
    src: url("../fonts/DroidSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Regular-webfont.woff") format("woff"), url("../fonts/DroidSerif-Regular-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Regular-webfont.svg#svgFontName") format("svg")
}

@font-face {
    font-family: 'Droid-Bold';
    src: url("../fonts/DroidSerif-Bold-webfont.eot");
    src: url("../fonts/DroidSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Bold-webfont.woff") format("woff"), url("../fonts/DroidSerif-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Bold-webfont.svg#svgFontName") format("svg")
}

@font-face {
    font-family: 'Droid-Italic';
    src: url("../fonts/DroidSerif-Italic-webfont.eot");
    src: url("../fonts/DroidSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Italic-webfont.woff") format("woff"), url("../fonts/DroidSerif-Italic-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Italic-webfont.svg#svgFontName") format("svg")
}

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

.logo {
    font-family: "Droid-Bold", serif;
    color: #727252;
    font-size: 2.15em;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: #717151 1px 1px 3px;
    text-align: center
}

#slogan {
    font-family: "Droid-Italic";
    font-size: 0.85em;
    color: #727252;
    text-align: center
}

.tag-line {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fcfcfc;
    font-size: 0.8em;
    line-height: 1.7
}

@media screen and (min-width: 40.5em) {
    .tag-line {
        font-size: 1em
    }
}

.intro {
    font-size: 1.2em;
    font-style: italic;
    color: #080808
}

.note {
    font-style: italic;
    color: #7f7f7f
}

h1,
h2,
h3 {
    color: #727252;
    padding-bottom: 1%
}

p {
    margin-bottom: 1.66%
}

a {
    color: #727252
}

time {
    margin-bottom: 1.66%;
    text-transform: uppercase;
    color: #81815d;
    font-size: 0.85em;
    letter-spacing: 3px
}

.author {
    display: block;
    margin-bottom: 1.66%;
    color: #81815d;
    font-size: 0.80em;
    letter-spacing: 3px
}

.design-by {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.6em;
    position: relative;
    bottom: 5px;
    color: #727252
}

.hidden {
    display: none
}

.offscreen {
    display: none
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.ie-notice {
    width: 97%;
    height: auto;
    margin: 1.66%;
    padding: 1%;
    z-index: 99999;
    background-color: #464632;
    color: white
}

.ie-notice a {
    color: #ffc
}

.ie-push {
    width: 100%;
    height: 60px
}

nav[role="navigation"] {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    background: url("../images/dark_leather.png") #4a4a4a;
    z-index: 9999;
    list-style: none;
    border-bottom: 1px solid #464632
}

@media screen and (min-width: 40.5em) {
    nav[role="navigation"] {
        position: static;
        margin-bottom: 1.66%;
        background: none
    }

    nav[role="navigation"] ul {
        width: 100%;
        text-align: right;
        float: right
    }
}

@media screen and (min-width: 90em) {
    nav[role="navigation"] ul {
        width: 70%
    }
}

nav[role="navigation"] li {
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
    display: inline;
    text-align: center
}

nav[role="navigation"] li a {
    width: 32.4%;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: "Droid-Regular";
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: white;
    line-height: 1.7
}

nav[role="navigation"] li a:hover,
nav[role="navigation"] li a:focus {
    text-decoration: underline;
    color: #ffc
}

@media screen and (min-width: 28.5em) {
    nav[role="navigation"] li a {
        width: 13.5%;
        height: 30px;
        font-size: 0.8em;
        line-height: 2.1
    }
}

@media screen and (min-width: 40.5em) {
    nav[role="navigation"] li a {
        padding-right: 1%;
        height: 30px;
        font-size: 1em;
        color: #727252
    }

    nav[role="navigation"] li a:hover,
    nav[role="navigation"] li a:focus {
        color: #727252;
        font-weight: bold
    }
}

.home nav[role="navigation"] li a.home,
.about nav[role="navigation"] li a.about,
.game nav[role="navigation"] li a.game,
.bookings nav[role="navigation"] li a.bookings,
.gallery nav[role="navigation"] li a.gallery,
.blog nav[role="navigation"] li a.blog,
.contact-nav nav[role="navigation"] li a.contact-nav {
    font-weight: bold;
    text-decoration: underline
}

#menu-icon {
    position: relative;
    top: 0;
    left: 1%;
    font-family: Entypo;
    font-size: 3.5em;
    color: white;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 10px;
    line-height: 49px;
}

@media screen and (min-width: 40.5em) {
    #menu-icon {
        display: none
    }
}

img {
    width: 100%;
    height: auto;
    border: 10px solid #ffffff;
    box-shadow: 4px 4px 4px #787878
}

figure {
    margin-right: 2%
}

figcaption {
    margin: 1% 1% 3% 1%;
    color: #7f7f7f;
    font-family: "Droid-Italic", serif;
    font-size: 0.85em
}

.contact {
    width: 100%;
    margin: 0 auto
}

@media screen and (min-width: 1024px) {
    .contact {
        width: 50%
    }
}

.limits {
    margin: 0 1em 1em
}

.limits:last-child {
    margin: 0 1em
}

.gallery-thumb {
    width: 100%;
    height: auto;
    margin: 1.66%;
    border: 5px solid #ffffff
}

@media screen and (min-width: 40.5em) {
    .gallery-thumb {
        width: 29%;
        height: 171px
    }
}

@media screen and (min-width: 58.75em) {
    .gallery-thumb {
        width: 21%;
        height: 147px
    }
}

@media screen and (min-width: 90em) {
    .gallery-thumb {
        width: 16%;
        height: 156px
    }
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.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("/fancybox/source/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("/fancybox/source/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    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("/fancybox/source/blank.gif");
    -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
}

.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: url("/fancybox/source/fancybox_overlay.png")
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.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;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    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, 0.8)
}

@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("/fancybox/source/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url("/fancybox/source/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: -ms-linear-gradient(top, #444 0%, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("/fancybox/source/helpers/fancybox_buttons.png");
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default
}

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../images/farmer.png");
    font-family: "Droid-Regular", serif;
    color: #4a4a4a
}

.page-wrap {
    width: 100%;
    min-height: 100%;
    margin-bottom: -115px;
    padding: 0
}

.page-wrap:after {
    content: "";
    display: block;
    height: 115px
}

@media screen and (min-width: 40.5em) {
    .page-wrap {
        width: 90%;
        margin: 0 auto -115px
    }
}

@media screen and (min-width: 58.75em) {
    .page-wrap {
        width: 70%;
        margin: 0 auto -115px
    }
}

.main {
    padding: 1%
}

.header-container {
    width: 100%;
    height: 113px;
    padding-top: 55px;
    margin-bottom: 1.66%
}

@media screen and (min-width: 40.5em) {
    header {
        width: 20em;
        float: left
    }
}

header a {
    text-decoration: none
}

section {
    width: 100%;
    float: right;
    padding: 1%;
    margin-bottom: 2%
}

@media screen and (max-width: 33.5em) {
    section[class^="grid-1-2"] {
        width: 100% !important
    }
}

@media screen and (max-width: 64em) {

    section[class^="grid-1-3"],
    section[class^="grid-1-4"] {
        width: 50% !important
    }
}

@media screen and (max-width: 33.5em) {

    section[class^="grid-1-3"],
    section[class^="grid-1-4"] {
        width: 100% !important
    }
}

footer {
    width: 100%;
    height: 125px;
    padding: 0;
    background-image: url("../images/dark_leather.png");
    background-color: #2B2B16;
    color: #ffffcc
}

.footer-nav {
    float: left;
    display: none;
    text-transform: uppercase;
    font-size: 0.9em
}

@media screen and (min-width: 40.5em) {
    .footer-nav {
        display: block;
        padding: 60px 0 0 1%
    }

    .footer-nav li {
        display: inline
    }

    .footer-nav li a {
        color: #ffffcc;
        text-decoration: none;
        margin-right: 1em
    }

    .footer-nav li a:hover {
        text-decoration: underline
    }
}

.copyright {
    padding: 60px 1% 0 0;
    float: right
}

ol>li {
    padding: 5px 25px;
    margin: 5px 5px 5px 20px;
}

thead {
    font-weight: bold;
}

td {
    padding: 0.25rem;
}

@media screen and (max-width: 600px) {
.copyright{
    padding: 0;
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
}
}