* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

a, select {
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: red;
}

textarea {
    resize: vertical;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    margin: 0 auto;
    padding: 0;
}

.content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.col {
    margin: 0;
    padding: 0;
}

.navbar {
    padding: 10px 40px;
    transition: background 1s;
}

.navbar .container {
    max-width: 960px;
}

.navbar.scroll {
    background: #04041c;
    transition: background 1s;
}

.navbar.--solid {
    background: #04041c;
}

.navbar .navbar-brand .logo {
    width: 70px;
    max-height: 50px;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar li a,
.navbar li span {
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.navbar li a:hover,
.navbar li span:hover {
    color: #e9c46e;
}

.home-banner {
    background-image: url("../img/banner2.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.home-banner .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(4, 4, 28, 0.9);
}

.home-banner .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    height: 100vh;
    color: #ffffff;
}

.home-banner .content .text {
    width: 50%;
}

.home-banner .content .text .title-main {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

.home-banner .content .text .title-sub {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4em;
}

.home-banner .content .btn {
    padding: 10px 20px;
    color: #ffffff;
    background: tranparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 5px;
    cursor: pointer;
}

.home-banner .content .btn:hover {
    padding: 10px 20px;
    color: #04041c;
    background: #e9c46e;
    border: 1px solid #e9c46e;
    border-radius: 0;
}

.home-banner .content .view-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    position: absolute;
    bottom: 25px;
    cursor: pointer;
}

.home-banner .content .view-more:hover {
    color: #e9c46e;
}

.home-banner.--news {
    background-image: url("../img/banner.jpg");
    height: 350px;
}

.home-banner.--news .content {
    height: 100%;
}

.--shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.about {
    padding: 40px 0;
    color: #29252e;
}

.about .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.about .content .col {
    flex: none;
    width: 50%;
}

.about .content .col .title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
}

.about .content .col.--right {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.about .content .col.--right img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.about .content .col.--right img.pattern {
    z-index: 2;
}

.about-after {
    background-image: url("../img/section_div_1.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
}

.section-head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.section-head .title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
}

.menu {
    padding: 40px 0;
    background: #04041c;
    color: #ffffff;
}

.menu .menu-links {
    text-align: center;
}

.menu .menu-links .btn {
    padding: 10px 20px;
    color: #ffffff;
    background: tranparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    display: block;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

.menu .menu-links .btn:hover {
    padding: 10px 20px;
    color: #04041c;
    background: #e9c46e;
    border: 1px solid #e9c46e;
    border-radius: 0;
}

.menu .menu-items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.menu .menu-items .menu-items-section {
    width: 100%;
    flex: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.menu .menu-items .menu-items-section .title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    flex: none;
    width: 100%;
}

.menu .menu-items .menu-items-section .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(50% - 20px);
    margin-right: 40px;
}

.menu .menu-items .menu-items-section .item:nth-of-type(2n) {
    margin-right: 0px;
}

.menu .menu-items .menu-items-section .item .left {
    width: 80%;
    flex-grow: none;
}

.menu .menu-items .menu-items-section .item .left .name {
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}

.menu .menu-items .menu-items-section .item .left .name .icon {
    font-size: smaller;
    margin-left: 5px;
}

.menu .menu-items .menu-items-section .item .left .description {
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.menu .menu-items .menu-items-section .item .right .price {
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.2em;
}

.menu .menu-items .menu-items-section .item .right .price .unit {
    font-size: smaller;
    display: block;
}

.menu .menu-items .menu-items-section .item .right .price.starter {
    font-size: 14px;
}

.menu .menu-items .menu-items-section .footnote {
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

.menu-after {
    background-image: url("../img/section_div_2.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
}

.gallery {
    padding: 40px 0 0;
    color: #29252e;
}

.gallery .content {
    width: 100%;
    max-width: none;
    margin-top: 40px;
}

.gallery .images-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 960px;
    flex: none;
    margin: 0 auto;
}

.gallery .images-cont .image {
    width: calc(25% - 10px);
    margin: 0px 5px 10px 5px;
    overflow: hidden;
    height: 180px;
    position: relative;
    cursor: pointer;
}

.gallery .images-cont .image img {
    object-fit: cover;
    width: 120%;
    transition-duration: 1s;
}

.gallery .images-cont .image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(4, 4, 28, 0.5);
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    color: #ffffff;
    padding: 15px;
    display: flex;
    opacity: 0;
}

.gallery .images-cont .image .overlay p {
    margin: 0;
    font-weight: 400;
    align-self: flex-end;
}

.gallery .images-cont .image:hover .overlay {
    opacity: 1;
}

.gallery .images-cont .image:hover img {
    transform: scale(1.1);
    transition-duration: 1s;
}

.get-in-touch {
    padding: 40px 0;
    background: #04041c;
    color: #ffffff;
}

.get-in-touch .content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.get-in-touch .content a {
    color: inherit;
}

.get-in-touch .content a:hover {
    color: #e9c46e;
}

.get-in-touch .content .title {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.get-in-touch .content .left {
    width: 55%;
}

.get-in-touch .content .left .success {
    font-size: 14px;
    color: #e9c46e;
    display: none;
}

.get-in-touch .content .left .error {
    font-size: 13px;
    margin-bottom: 5px;
    color: #e9c46e;
}

.get-in-touch .content .left .row {
    margin: 0px -5px;
}

.get-in-touch .content .left .row [class*='col-'] {
    padding: 0px 5px;
    margin-bottom: 0px;
}

.get-in-touch .content .left .row .form-control {
    border-radius: 0;
    border: 1px solid #bbb;
    background-color: #04041c;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 9px 12px 10px;
}

.get-in-touch .content .left .row select.form-control {
    height: 42px;
}

.get-in-touch .content .left .row .form-control::placeholder {
    color: #bbb;
}

.get-in-touch .content .left .row .form-control:focus {
    border-color: #e9c46e;
}

.get-in-touch .content .left .btn {
    padding: 10px 20px;
    color: #04041c;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-transform: uppercase;
}

.get-in-touch .content .left .btn:hover {
    padding: 10px 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #ffffff;
    border-radius: 0;
}

.get-in-touch .content .right {
    width: 40%;
}

.get-in-touch .content .right .details {
    margin-bottom: 30px;
}

.get-in-touch .content .right .details p {
    margin: 0 0 5px;
}

.get-in-touch .content .right .details p i {
    width: 30px;
}

.map {
    width: 100%;
    height: 450px;
    margin-bottom: 0;
    display: block;
}

.footer {
    background: #29252e;
    color: #ffffff;
    padding: 20px 0;
    margin: 0 auto;
}

.footer .content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}

.footer .logo {
    width: 60px;
    margin-right: 15px;
    max-height: 50px;
}

.footer p {
    margin-bottom: 0;
}

.comingsoon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.comingsoon .title {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.comingsoon .logo {
    display: block;
    margin: 0 auto;
    width: 180px;
    margin-bottom: 15px;
}

.comingsoon p {
    font-family: inherit;
    font-size: 18px;
    font-weight: inherit;
    max-width: 700px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.comingsoon p.address {
    font-family: "Playfair Display", serif;
    font-size: 19px;
    font-weight: 600;
    color: #e9c46e;
    margin-bottom: 15px;
}

.comingsoon a {
    color: #e9c46e;
    font-weight: 600;
}

.comingsoon .fblogo {
    width: 35px;
    margin-top: 20px;
}

.home-banner {
    background-image: url("../img/banner2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: auto;
    height: 100vh;
    filter: grayscale(50%);
}

.home-banner .overlay {
    width: 100%;
    height: 100%;
    background: radial-gradient(closest-side, rgba(4, 4, 28, 0.7), rgba(4, 4, 28, 0.95));
}

.home-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
}

.news {
    margin: 20px auto 40px;
}

.news .news-item {
    margin-bottom: 20px;
    padding: 0 10px;
}

.news .news-item .inner{
    box-shadow: 0 8px 4px -6px rgba(0,0,0,0.5);
    height: 100%;
    background: #f0f0f0;
}

.news .news-item .image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}
.news .news-item .image img {
    object-fit: cover;
    width: 100%;
}

.news .news-item .text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
}

.news .news-item .text .title {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 3px;
}

.news .news-item .text .date {
    font-size: 14px;
    font-weight: 500;
}

.news .news-item .text .desc {
    font-size: 14px;
    font-weight: 300;
    flex-grow: 1;
}

.news .news-item .text a {
    color: #611d2e;
    font-size: 15px;
    font-weight: 500;
}
.news .news-item .text a .fas {
    font-size: 12px;
    margin-left: 5px;
}

.news .news-item .text a:hover {
    color: #e9c46e;
}

.container-fluid.--news-detail {
    background: #f0f0f0;
}

.news-detail {
    margin-top: 20px;
}
.news-detail .content {
    max-width: 700px;
    padding-bottom: 100px;
}
.news-detail .content .inner {
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.5);
}
.news-detail .content img {
    width: 100%;
    margin-bottom:
}
.news-detail .content .text {
    padding: 30px;
    background: #fff;
}
.news-detail .content .title {
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 5px;
}

#rest_circ5 {
    transform: scale(0.9);
    transform-origin: top left;
}

.nwami {
    width: 100%;
    max-width: 250px;
}

@keyframes scalebg {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 105% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 1200px) {
    .gallery .images-cont .image {
        height: 170px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        padding: 0px;
    }

    .navbar .container {
        width: 100%;
        max-width: none;
    }

    .navbar .container .navbar-brand {
        margin-left: 40px;
        position: relative;
        top: 2px;
    }

    .navbar .container .navbar-toggler {
        margin-right: 40px;
        padding: 0px;
    }

    .navbar .container .nav-item {
        padding: 0 40px;
    }

    .navbar .container .navbar-collapse.show .nav-item:hover {
        background-color: #e9c46e;
    }

    .navbar .container .navbar-collapse.show .nav-item:hover .nav-link {
        color: #04041c;
    }

    .content {
        width: 100%;
        padding: 0 40px;
    }

    .section-head {
        width: 100%;
        max-width: none;
        padding: 0 40px;
    }

    .section-head .title {
        font-size: 28px;
    }

    .section-head p {
        font-size: 15px;
    }

    .home-banner .content .text {
        width: 55%;
    }

    .home-banner .content .text .title-main {
        font-size: 34px;
    }

    .home-banner .content .text .title-sub {
        font-size: 16px;
    }

    .home-banner .content .btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .home-banner .content .btn:hover {
        padding: 5px 10px;
    }

    .about .content .col {
        flex: auto;
        width: 100%;
    }

    .about .content .col.--right {
        width: 300px;
        height: 300px;
        flex: none;
        margin-left: 20px;
    }

    .about .content .col .title {
        font-size: 28px;
    }

    .about .content .col p {
        font-size: 15px;
    }

    .menu .menu-links .btn {
        padding: 5px 10px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .menu .menu-links .btn:hover {
        padding: 5px 10px;
    }

    .gallery .images-cont .image {
        height: 170px;
        width: calc(33.3333% - 10px);
    }
}

@media only screen and (max-width: 768px) {
    .navbar .container .navbar-brand {
        margin-left: 30px;
    }

    .navbar .container .navbar-toggler {
        margin-right: 30px;
    }

    .content {
        padding: 0 30px;
    }

    .about-after, .menu-after {
        height: 250px;
    }

    .section-head {
        padding: 0 30px;
    }

    .section-head .title {
        font-size: 24px;
    }

    .section-head p {
        font-size: 14px;
    }

    .home-banner .content .text {
        width: 75%;
    }

    .home-banner .content .text .title-main {
        font-size: 28px;
    }

    .about {
        padding: 30px 0;
    }

    .about .content .col.--right {
        width: 240px;
        height: 240px;
    }

    .about .content .col .title {
        font-size: 24px;
    }

    .about .content .col p {
        font-size: 14px;
    }

    .menu {
        padding: 30px 0;
    }

    .menu .menu-links .btn {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .menu .menu-links .btn:hover {
        padding: 5px 10px;
    }

    .gallery {
        padding: 30px 0;
    }

    .gallery .images-cont .image {
        height: 120px;
    }

    .get-in-touch {
        padding: 30px 0;
    }

    .get-in-touch .content {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .get-in-touch .content .left {
        width: 100%;
    }

    .get-in-touch .content .left .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .get-in-touch .content .left .btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .get-in-touch .content .left .btn:hover {
        padding: 5px 10px;
    }

    .get-in-touch .content .right {
        width: 100%;
        margin-top: 30px;
    }

    .get-in-touch .content .right .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .get-in-touch .content .right .details p {
        font-size: 14px;
    }

    .map {
        height: 350px;
    }
}

@media only screen and (max-width: 576px) {
    .home-banner .content .text {
        width: 100%;
    }

    .home-banner .content .text .title-main {
        font-size: 24px;
    }

    .home-banner .content .text .title-sub {
        font-size: 15px;
    }

    .home-banner .content .btn {
        padding: 3px 8px;
        margin-bottom: 5px;
    }

    .home-banner .content .btn:hover {
        padding: 3px 8px;
    }

    .about .content {
        flex-wrap: wrap;
    }

    .about .content .col.--right {
        margin: 0 auto;
        width: 240px;
        height: 240px;
    }

    .menu .menu-links .btn {
        padding: 3px 8px;
    }

    .menu .menu-links .btn:hover {
        padding: 3px 8px;
    }

    .menu .menu-items {
        margin-top: 20px;
    }

    .menu .menu-items .menu-items-section:last-of-type {
        margin-bottom: 0;
    }

    .menu .menu-items .menu-items-section .item {
        width: 100%;
        margin-right: 0px;
    }

    .menu .menu-items .menu-items-section .item .left .description {
        margin-bottom: 15px;
    }

    .gallery .images-cont .image {
        margin: 0px 3px 6px 3px;
        height: 115px;
        width: calc(50% - 6px);
    }
}

/*# sourceMappingURL=styles.css.map */
