.button,
body {
    position: relative
}

.button:after,
.button:before {
    content: ''
}

.section--events__header,
.section--menu__header {
    background-attachment: fixed;
    text-align: center;
    background-repeat: no-repeat
}

.event-item__photo,
.header-hld,
.menu-item-photo,
.section--events__header,
.section--menu__header {
    background-repeat: no-repeat
}

.main-footer li,
.nav__item {
    list-style: none
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@-webkit-keyframes showmenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showmenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hidemenu {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

@keyframes hidemenu {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

html {
    font-size: 62.5%
}

body {
    margin: 0;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    color: #56534c;
    background-color: #fefefe
}

.nav__item a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Glass Antiqua", cursive
}

.smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.c-container {
    max-width: 1240px;
    margin: 0 auto
}

.section {
    padding: 90px 0
}

.header-caption {
    display: inline-block;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #a47d5e
}

.left-col,
.right-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d7d5ca;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
    z-index: 10;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.button:before {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 1px solid #d7d5ca;
    border-radius: 0;
    z-index: -2
}

.button:after {
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #a47d5e;
    top: 0;
    left: 0;
    -webkit-transform: rotate(40deg) translateX(-120%);
    transform: rotate(40deg) translateX(-120%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: -1
}

.button:hover {
    color: #fff
}

.button:hover:after {
    -webkit-transform: rotate(40deg) translateX(-50%);
    transform: rotate(40deg) translateX(-50%)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 0 1px 0 rgba(61, 48, 41, .004)
}

h3 {
    font-size: 2.5rem;
    margin: 20px 0
}

a {
    text-decoration: none;
    color: #56534c
}

section {
    padding: 40px 0 0
}

.navigation-hld {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999
}

.navigation-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.nav__item a {
    color: #fff;
    padding: 0 42px;
    position: relative;
    letter-spacing: .1em
}

.nav__item a:after,
.nav__item a:before {
    font-family: icomoon;
    font-size: 1rem;
    position: absolute
}

.nav__item a:before {
    content: "\e906";
    top: 5px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s easy;
    transition: top .3s ease, opacity .3s easy
}

.nav__item a:after {
    content: "\e905";
    display: block;
    right: -4px;
    bottom: 2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nav__item a:hover:before {
    top: -10px;
    opacity: 1
}

.nav__item:last-child a {
    padding-right: 0
}

.nav__item:last-child a:after {
    display: none
}

.social a {
    color: #fff;
    font-size: 1.8rem;
    padding-left: 10px
}

.logo {
    padding-top: 7px
}

.logo img {
    width: 60px
}

.navigation-hld.is-scrolled {
    position: fixed;
    background-color: #000;
    -webkit-animation: showmenu .3s ease;
    animation: showmenu .3s ease
}

.navigation-hld.menu-hide {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.header-hld {
    height: 100vh;
    background-size: cover;
    background-position: center center
}

.header-content-hld {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.header-content-hld h2 {
    font-family: "Glass Antiqua", cursive;
    letter-spacing: .1em;
    font-size: 9.2rem;
    color: #fff;
    margin: 10px 0
}

.header-content-hld p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: .1em;
    margin: 0
}

.header-seemore {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.seemore-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative
}

.seemore-content:after,
.seemore-content:before {
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background-color: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    content: ''
}

.seemore-content span {
    font-size: 2.5rem
}

.seemore-content:before {
    border-radius: 50%;
    border: 2px solid #704214;
    -webkit-animation: bounce 1.5s linear infinite;
    animation: bounce 1.5s linear infinite
}

.seemore-content:after {
    border-radius: 50%;
    border: 2px solid #704214;
    -webkit-animation: bounce 1.5s linear 1s infinite;
    animation: bounce 1.5s linear 1s infinite
}

.small-header,
.small-header .header-content-hld {
    height: 45vh
}

.section--about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--about__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 40px
}

.section--about__content h3 {
    margin-bottom: 10px
}

.section--about__content a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d7d5ca;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    z-index: 10;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.section--about__content a:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 1px solid #d7d5ca;
    border-radius: 0;
    z-index: -2
}

.section--about__content a:after {
    content: '';
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #a47d5e;
    top: 0;
    left: 0;
    -webkit-transform: rotate(40deg) translateX(-120%);
    transform: rotate(40deg) translateX(-120%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: -1
}

.section--about__content a:hover {
    color: #fff
}

.section--about__content a:hover:after {
    -webkit-transform: rotate(40deg) translateX(-50%);
    transform: rotate(40deg) translateX(-50%)
}

.section--about__content p {
    line-height: 2.5rem;
    letter-spacing: .03rem
}

.section--about__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section--about__photo a {
    min-width: calc(50% - 10px);
    margin: 5px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    position: relative;
    -webkit-transition: background-size .3s ease;
    transition: background-size .3s ease
}

.section--about__photo a:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 3px solid #fff;
    z-index: 10
}

.section--about__photo a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.menu-item-photo:after,
.section--about__photo a .image-hover-icon {
    top: 50%;
    left: 50%;
    font-size: 3rem;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #fff
}

.section--about__photo a .image-hover-icon {
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
    z-index: 20
}

.section--about__photo a:hover {
    background-size: 120%
}

.section--about__photo a:hover .image-hover-icon,
.section--about__photo a:hover:after {
    opacity: 1
}

.section--menu__header {
    background-size: 110%;
    background-position: bottom
}

.section--menu__header h3 {
    padding: 50px 0;
    color: #fff
}

.section--menu-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-item-home {
    box-sizing: border-box;
    display: block;
    width: calc(33.33% - 20px);
    margin: 10px;
    border: 1px solid #d7d5ca;
    border-bottom: transparent;
    overflow: hidden
}

.menu-item-photo {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative
}

.menu-item-photo:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.menu-item-photo:after {
    font-family: icomoon;
    content: "\e906";
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0
}

.menu-item-caption {
    padding: 15px 0;
    border-bottom: 2px solid #704214
}

.menu-item-caption .left {
    float: left;
    padding: 0 20px
}

.menu-item-caption .right {
    float: right;
    padding: 0 20px;
    background-color: #d7d5ca;
    border-radius: 50px;
    margin-right: 20px
}

.menu-item-caption:after {
    content: '';
    display: block;
    clear: both
}

.contact-section,
.event-item,
.section--events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-see-more {
    text-align: center;
    margin-top: 25px
}

.menu-item-home:hover .menu-item-photo:after,
.menu-item-home:hover .menu-item-photo:before {
    opacity: 1
}

.section--events__header {
    background-position: bottom
}

.section--events__header h3 {
    padding: 50px 0;
    color: #fff
}

.event-item__desc {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    min-height: 250px;
    padding: 20px;
    background-color: #704214;
    cursor: pointer;
    position: relative
}

.event-item__desc-dark:after,
.event-item__desc:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -7px
}

.event-item__desc:after {
    border-left: 15px solid #704214;
    right: -15px
}

.event-item__desc h4 {
    color: #fff;
    text-align: center;
    font-size: 2.4rem
}

.event-item__desc p {
    color: #fff;
    font-weight: 300;
    text-align: justify
}

.event-item__desc .link-hld {
    text-align: center
}

.event-item__desc a {
    color: #fff
}

.event-item__desc a:after {
    background-color: #fff
}

.event-item__desc a:hover {
    color: #56534c
}

.event-item__desc-dark {
    background-color: #000
}

.event-item__desc-dark:after {
    border-right: 15px solid #000;
    border-left: 0;
    left: -14px
}

.contact-form .row,
.event-item {
    margin: 10px
}

.event-item__photo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1;
    flex: 1 1 1;
    width: 50%;
    min-height: 250px;
    background-size: 150%;
    background-position: center;
    -webkit-transition: background-size .3s ease;
    transition: background-size .3s ease
}

.event-item {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.event-item:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.event-item:hover .event-item__photo {
    background-size: 170%
}

.generic-content p.strong {
    font-weight: 700
}

.generic-content ul {
    padding: 0 12px
}

#map-canvas {
    height: 450px
}

.contact-section .left-col,
.contact-section .right-col {
    padding: 20px
}

.contact-section a,
.contact-section span {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.contact-form input,
.contact-form textarea {
    padding: 10px 20px;
    border: 1px solid #d7d5ca
}

.contact-section .adress-info:before,
.contact-section .mail-info:before,
.contact-section .phone-info:before {
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    font-family: icomoon
}

.contact-section .mail-info:before {
    content: "\e909"
}

.contact-section .phone-info:before {
    content: "\e908"
}

.contact-section .adress-info:before {
    content: "\e90f"
}

.contact-form input {
    width: 40%
}

.contact-form .full-input {
    width: 88.5%
}

.contact-form textarea {
    height: 200px;
    width: 88.5%
}

.contact-form .last-row {
    text-align: right;
    padding-right: 22px
}

.contact-form .last-row a {
    background-color: transparent;
    display: inline-block;
    position: relative;
    padding: 10px 20px
}

.section--menu__sorters {
    text-align: center;
    margin-top: 30px
}

.section--menu__sorters button {
    background-color: transparent;
    border: 0;
    font-size: 1.6rem;
    color: #56534c;
    font-weight: 300;
    position: relative;
    cursor: pointer
}

.section--menu__sorters button:after {
    content: '//';
    display: inline-block;
    padding-left: 15px
}

.section--menu__sorters button:last-child:after {
    display: none
}

.section--menu__sorters button:active,
.section--menu__sorters button:focus,
.section--menu__sorters button:hover {
    outline: 0;
    text-decoration: underline
}

.food-menu-item-hld {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 0
}

.food-menu-item-hld .menu-item {
    box-sizing: border-box;
    margin: 10px;
    width: calc(33.33% - 20px)
}

.food-menu-item-hld h3 {
    width: 100%;
    text-align: center
}

.menu-item {
    position: relative
}

.menu-item h6 {
    font-size: 2rem;
    margin: 10px 0
}

.menu-item .menu-item__price {
    position: absolute;
    top: 10px;
    right: 25px
}

.menu-item-image {
    background-size: cover;
    background-position: center center;
    padding: 10px 0
}

.main-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-top: 1px solid #c2beba;
    border-bottom: 1px solid #c2beba
}

.main-footer li {
    padding: 30px 45px;
    position: relative
}

.main-footer li:after {
    font-family: icomoon;
    content: "\e905";
    font-size: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg)
}

.main-footer li:last-child:after {
    display: none
}

.main-footer li a {
    font-family: "Glass Antiqua", cursive;
    position: relative
}

.main-footer li a:before {
    font-family: icomoon;
    content: "\e906";
    position: absolute;
    font-size: 1rem;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.main-footer li a:hover:before {
    opacity: 1
}

.main-footer .c-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-footer__logo {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-footer__logo img {
    width: 80px;
    height: 79px
}