@charset "UTF-8";
@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/playfairdisplay-regular.woff2") format("woff2"), url("../fonts/playfairdisplay-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Orator";
    src: url("../fonts/Orator-Std-Font.otf") format("opentype");
}

#divider-section {
    background-image: url("../img/divider_bkg.jpg");
    font-size:16px;
}
.img-awards{
    max-width:300px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #divider-section  {
        background-image: url("../img/divider_bkg.jpg");
    }
}

#the-menu {
    background-image: url("../img/menu_bkg.jpg");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #the-menu {
        background-image: url("../img/menu_bkg.jpg");
    }
}

#reservation {
    background-image: url("../img/reservation_bkg.jpg");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #reservation {
        background-image: url("../img/reservation_bkg.jpg");
    }
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #58585a;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 39pt;
}

h2 {
    font-size: 33pt;
}

h3 {
    font-size: 27pt;
}

h4 {
    font-size: 21pt;
}

h5 {
    font-size: 16pt;
}

html {
    overflow: auto;
}

body {
    padding: 0;
    height: 100%;
    color: #58585a;
    overflow: hidden;
    line-height: 1.8;
    background-color: #ffffff;
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    letter-spacing: 0px;
}

::selection {
    background: #8eaeba;
    color: #fff;
}

::-moz-selection {
    background: #8eaeba;
    color: #fff;
}

.color {
    color: #8eaeba;
}

a {
    color: #8eaeba;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #8eaeba;
}

iframe[src="about:blank"] {
    display: none;
}

p {
    margin: 0 0 20px;
}

img {
    max-width: 100%;
    border: 0 none;
    vertical-align: middle;
}

input,
button,
select,
textarea {
    font-family: 'Source Code Pro', monospace;
}

#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    text-align: center;
}
#preloader .preloader-title {
    font-size: 20pt;
    color: currentColor;
    line-height: 0.9;
    position: absolute;
    top: 41px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Orator', monospace;
}
#preloader .preloader-title small {
    color: currentColor;
    line-height: 0.9;
    font-size: 12pt;
}

.loading-preloader {
    fill: transparent;
    stroke: #58585a;
    stroke-width: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: inline-block;
}
.loading-preloader svg {
    overflow: visible;
    width: 11rem;
}
.loading-preloaderpath {
    stroke-dashoffset: 0;
    stroke-dasharray: 1550;
    transform-origin: center;
    -webkit-animation: stroke-animation 3s ease-in-out infinite forwards;
    -khtml-animation: stroke-animation 3s ease-in-out infinite forwards;
    -moz-animation: stroke-animation 3s ease-in-out infinite forwards;
    -ms-animation: stroke-animation 3s ease-in-out infinite forwards;
    -o-animation: stroke-animation 3s ease-in-out infinite forwards;
    animation: stroke-animation 3s ease-in-out infinite forwards;
}

@keyframes stroke-animation {
    0% {
        stroke-dashoffset: 0;
    }
    30% {
        stroke-dashoffset: 1550;
    }
    60% {
        stroke-dashoffset: 3100;
        fill: transparent;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        stroke-dashoffset: 3100;
    }
}
#wrapper {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
}
#wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: transparent;
    content: "";
    z-index: 1002;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#wrapper.open {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}
#wrapper.open::after {
    width: 100%;
    height: 100%;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

section {
    position: relative;
    padding: 70px 0;
    background-color: #ffffff;
    z-index: 0;
}

.section-bg-color {
    background-color: #f9f9f9;
}

.section-title {
    float: none;
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
    padding-bottom: 35px;
    font-family: 'Orator', monospace;
    color:#58585a;
}
.section-title.light {
    color: #fff;
}
.section-title.desc {
    margin-bottom: 35px;
}

.section-title-lg {
    float: none;
    text-align: center;
    margin: 0 auto 70px;
    position: relative;
    font-size: 62pt;
    font-family: 'Orator', monospace;
    line-height: 0.7;
}
.section-title-lg.light {
    color: #fff;
}
.section-title-lg small {
    font-size: 38pt;
    margin-top: 40px;
    position: relative;
    top: -20px;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    font-weight: 400;
    display: block;
}
.section-title-lg.desc {
    margin-bottom: 50px;
}

.section-desc {
    clear: both;
    margin-bottom: 40px;
}
.section-desc.light {
    color: #fff;
}

.cta {
    color: #8eaeba;
    font-size: 16pt;
}

.bg-color {
    background-color: #8eaeba;
    color: #fff;
}

.bg-color i,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color .sn-icons a {
    color: #fff;
}

.bg-color-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3d5963;
    z-index: -1;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.center {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

p.center {
    margin-bottom: 20px;
}

p.light {
    color: #fff;
}

.h-lines,
.v-lines {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform 0.8s ease;
    will-change: transform;
    z-index: -1;
}

.h-lines::before,
.v-lines::before {
    content: "";
    position: absolute;
    border: inherit;
}

.h-lines {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid currentcolor;
    border-bottom: var(--border-size) solid currentcolor;
    top: calc(var(--border-size) * -1);
    bottom: calc(var(--border-size) * -1);
}

.h-lines::before {
    top: calc(var(--vertical-offset) - var(--border-size));
    bottom: calc(var(--vertical-offset) - var(--border-size));
    left: calc(var(--offset) - var(--border-size));
    right: calc(var(--offset) - var(--border-size));
}

.v-lines {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid currentcolor;
    border-right: var(--border-size) solid currentcolor;
    right: calc(var(--border-size) * -1);
    left: calc(var(--border-size) * -1);
}

.v-lines::before {
    top: calc(var(--offset) - var(--border-size));
    bottom: calc(var(--offset) - var(--border-size));
    left: calc(var(--horizontal-offset) - var(--border-size));
    right: calc(var(--horizontal-offset) - var(--border-size));
}

.btn {
    --offset: 7px;
    --border-size: 1px;
    display: inline-block;
    color: #8eaeba;
    background: transparent;
    position: relative;
    margin: 15px;
    padding: 12px 32px;
    border: 1px solid currentcolor;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Orator', monospace;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover, .btn:focus, .btn:active {
    background: transparent;
    border-color: #8eaeba;
    color: #8eaeba;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn:hover .h-lines, .btn:focus .h-lines, .btn:active .h-lines {
    transform: scaleX(0);
}
.btn:hover .v-lines, .btn:focus .v-lines, .btn:active .v-lines {
    transform: scaleY(0);
}
.btn > i {
    margin-right: 10px;
}
.btn > i.after {
    margin-right: 0;
    margin-left: 10px;
}
.btn.reverse .h-lines {
    transform: scaleX(0);
}
.btn.reverse .v-lines {
    transform: scaleY(0);
}
.btn.reverse:hover .h-lines, .btn.reverse:focus .h-lines, .btn.reverse:active .h-lines {
    transform: scaleX(1);
}
.btn.reverse:hover .v-lines, .btn.reverse:focus .v-lines, .btn.reverse:active .v-lines {
    transform: scaleY(1);
}
.btn.only-icon > i {
    margin-right: 0;
}

.btn-primary {
    color: #58585a;
}
.btn-primary.light {
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: rgba(142, 174, 186, 0.05);
    border-color: #8eaeba;
    color: #8eaeba;
}
.btn-primary:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(142, 174, 186, 0.2);
    -moz-box-shadow: 0 0 0 0.25rem rgba(142, 174, 186, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(142, 174, 186, 0.2);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #8eaeba;
    background-color: rgba(142, 174, 186, 0.05);
    border-color: #8eaeba;
}
.btn-primary.disabled .h-lines, .btn-primary:disabled .h-lines {
    transform: scaleX(0);
}
.btn-primary.disabled .v-lines, .btn-primary:disabled .v-lines {
    transform: scaleY(0);
}

.btn-light {
    color: #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}
.btn-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.2);
}
.btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}
.btn-light.disabled .h-lines, .btn-light:disabled .h-lines {
    transform: scaleX(0);
}
.btn-light.disabled .v-lines, .btn-light:disabled .v-lines {
    transform: scaleY(0);
}

.btn-dark {
    color: #fff;
    background: rgba(115, 119, 123, 0.8);
    border: 2px solid #58585a;
}
.btn-dark .h-lines {
    border-top-color: #58585a;
    border-bottom-color: #58585a;
}
.btn-dark .v-lines {
    border-left-color: #58585a;
    border-right-color: #58585a;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background: rgba(115, 119, 123, 0.1);
    border-color: #58585a;
    color: #58585a;
}
.btn-dark:active:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 119, 123, 0.2);
    -moz-box-shadow: 0 0 0 0.25rem rgba(115, 119, 123, 0.2);
    box-shadow: 0 0 0 0.25rem rgba(115, 119, 123, 0.2);
}
.btn-dark.disabled, .btn-dark:disabled {
    background: rgba(115, 119, 123, 0.1);
    border-color: #58585a;
    color: #58585a;
}
.btn-dark.disabled .h-lines, .btn-dark:disabled .h-lines {
    transform: scaleX(0);
}
.btn-dark.disabled .v-lines, .btn-dark:disabled .v-lines {
    transform: scaleY(0);
}

.btn-sm {
    padding: 0 20px;
    font-size: 0.9rem;
    font-size: 0.9rem;
    height: 30px;
    line-height: 27px;
}

[data-animation-delay] {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.visible[data-animation-delay] {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.animate-fade {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-top {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-bottom {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-left {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animate-from-right {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.animation-fade {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.animation-from-bottom,
.animation-from-top {
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.animation-from-left,
.animation-from-right {
    -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.parallax {
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.parallax-background {
    width: 100%;
    background-attachment: fixed;
    background-repeat: repeat-y;
    -webkit-background-size: cover;
    background-size: cover;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin-bottom: 70px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item .item {
    margin: 0 2px;
    position: relative;
    border: 10px solid #fff;
    overflow: hidden;
}
.owl-carousel .owl-item .item img {
    width: 100%;
    height: auto;
}
.owl-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.owl-carousel .owl-item .item .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(86, 125, 140, 0.7);
    border: 10px solid transparent;
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.owl-carousel .owl-item .item .hover-img .btn {
    position: absolute;
    z-index: 2;
    top: -32px;
    left: 50%;
    margin: 0;
    font-size: 16pt;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.owl-carousel .owl-item .item:hover > .hover-img {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.owl-carousel .owl-item .item:hover > .hover-img .btn {
    top: 50%;
}
.owl-carousel .owl-item .item img,
.owl-carousel .owl-item .hover-img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav {
    border: 10px solid #fff;
    display: inline-block;
    position: absolute;
    left: -15px;
    bottom: -30px;
    background-color: #fff;
    z-index: 99;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    font: inherit;
    width: 38px;
    border: 1px solid #8eaeba;
    background-color: #fff;
    color: #8eaeba;
    font-size: 22pt;
    padding-bottom: 6px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #8eaeba;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
    color: inherit;
    display: inline-block;
    border: 0;
    background: transparent;
    padding: 0;
    transform: scale(1);
    *display: inline;
}
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.owl-carousel .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot:focus span {
    width: 20px;
    height: 3px;
    margin: 5px;
    background: #58585a;
    display: block;
    -webkit-backface-visibility: visible;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    height: 6px;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.owl-carousel.light .owl-dots .owl-dot span, .owl-carousel.light .owl-dots .owl-dot:focus span {
    background: #fff;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.uppercase {
    text-transform: uppercase;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.extra-padding-section {
    padding: 75px 0;
}

.extra-padding-top {
    padding-top: 70px;
}

.extra-margin-section {
    margin: 50px 0;
}

.extra-margin {
    margin: 50px 0 !important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pattern {
    background-image: url("../img/osb-pattern.png");
    background-repeat: repeat;
}

.padding-divider-top {
    padding-top: 170px;
}

.padding-divider-bottom {
    padding-top: 170px;
}

.section-divider-top-1 {
    padding-top: 170px !important;
}
.section-divider-top-1.off-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
}
.section-divider-top-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}
.section-divider-top-1.section-divider-bg-color::before {
    border-color: #f9f9f9 transparent transparent transparent;
}

.section-divider-top-2 {
    padding-top: 170px !important;
}
.section-divider-top-2.off-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
}
.section-divider-top-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 130px 100vw;
    border-color: transparent transparent #fff transparent;
}
.section-divider-top-2.section-divider-bg-color::before {
    border-color: transparent transparent #f9f9f9 transparent;
}

.section-divider-bottom-1 {
    padding-bottom: 145px !important;
}
.section-divider-bottom-1.off-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
}
.section-divider-bottom-1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 130px 100vw;
    border-color: transparent transparent #fff transparent;
}
.section-divider-bottom-1.section-divider-bg-color::after {
    border-color: transparent transparent #f9f9f9 transparent;
}

.section-divider-bottom-2 {
    padding-bottom: 170px !important;
}
.section-divider-bottom-2.off-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
}
.section-divider-bottom-2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 0 0 100vw;
    border-color: transparent transparent transparent #fff;
}
.section-divider-bottom-2.section-divider-bg-color::after {
    border-color: transparent transparent transparent #f9f9f9;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav-section {
    padding: 0;
    min-height: 70px;
    background: none repeat scroll 0 0 #ffffff;
    text-align: center;
}
.nav-section .nav-logo {
    float: left;
    padding: 5px 0;
    height: 100px;
    position: relative;
}
.nav-section .nav-logo img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
.nav-section.light {
    background: transparent;
    border-bottom: 0;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.nav-section.light.sticky {
    background: #8eaeba;
}

.navbar {
    float: right;
    min-height: 0;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Orator', monospace;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.nav > li > a:hover, .nav > li > a:focus,
.navbar-nav > li > a.active {
    background-color: transparent;
    color: #8eaeba;
}

.navbar-nav {
    display: block;
}
.navbar-nav > li {
    display: inline-block;
}
.navbar-nav > li.dropdown > a .caret {
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid;
    margin-left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid transparent;
}
.navbar-nav > li > a {
    padding: 0 20px;
    display: block;
    color: #58585a;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 12pt;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 70px;
    background-color: rgba(255, 255, 255, 0.94);
    text-align: center;
    padding: 0;
    border: none;
    display: none;
    font-size: 13pt;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
    left: 50%;
    margin-left: -80px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
    display: block;
}
.navbar-nav .dropdown-menu > li > a {
    display: block;
    color: #58585a;
    line-height: 1;
    padding: 12px;
    position: relative;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-nav .dropdown-menu > li > a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 86%;
    left: 7%;
    bottom: 0;
    background-color: #e2e7ec;
}
.navbar-nav .dropdown-menu > li:last-child a::before {
    height: 0;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active {
    background-color: #fff;
    color: #8eaeba;
}
.navbar-nav .dropdown-submenu {
    position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    max-height: 0;
    overflow: hidden;
}
.navbar-nav .dropdown-submenu > .dropdown-menu > li > a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 86%;
    left: 7%;
    bottom: 0;
    background-color: #e2e7ec;
}
.navbar-nav .dropdown-submenu > .dropdown-menu > li:last-child a::before {
    height: 0;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    max-height: 500px;
    overflow: visible;
}
.navbar-nav .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #58585a;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
    border-left-color: #8eaeba;
}
.navbar-nav .dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-submenu .pull-left {
    float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
}

.light .nav .open > a, .light .nav .open > a:hover, .light .nav .open > a:focus,
.light .nav > li > a:hover, .light .nav > li > a:focus,
.light .navbar-nav > li > a.active {
    color: #fff;
}
.light .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.7);
}

#nav-mobile-btn {
    background-color: #8eaeba;
    border: 0;
    color: #fff;
    font-size: 28px;
    width: 40px;
    padding: 5px 0;
    margin-top: 14px;
    line-height: 1;
    text-align: center;
    float: right;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#nav-mobile-btn:active, #nav-mobile-btn:hover {
    background-color: #5f8c9c;
}

.light #nav-mobile-btn {
    background-color: transparent;
    color: #fff;
}
.light #nav-mobile-btn:active, .light #nav-mobile-btn:hover {
    background-color: #8eaeba;
}
.light.sticky #nav-mobile-btn:active, .light.sticky #nav-mobile-btn:hover {
    background-color: #fff;
    color: #8eaeba;
}

.nav-mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #F7F8FA;
    padding: 15px;
    overflow: auto;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    border-left: 5px solid rgba(142, 174, 186, 0.3);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-mobile > i {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav-mobile > i:hover, .nav-mobile > i:active {
    color: #4e5153;
    background-color: #f1f3f6;
}
.nav-mobile h2 {
    text-align: center;
    margin: 10px 0 25px;
    font-size: 26pt;
}
.nav-mobile h2 i {
    margin-right: 10px;
}
.nav-mobile a {
    color: #58585a;
}
.nav-mobile a:hover {
    color: #8eaeba;
    text-decoration: none;
}
.nav-mobile a:focus {
    text-decoration: none;
}
.nav-mobile ul {
    list-style: none;
}
.nav-mobile > ul {
    padding: 0;
}
.nav-mobile > ul li {
    margin-bottom: 10px;
}
.nav-mobile > ul li > a {
    margin-bottom: 10px;
    display: block;
}
.nav-mobile > ul > li {
    margin-bottom: 20px;
    padding-left: 10px;
}
.nav-mobile > ul ul {
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-mobile::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    display: none;
    opacity: 1;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.nav-mobile.open {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-mobile.open::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.stuck {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.stuck #mobile-nav {
    margin-right: 10%;
}

#hero {
    position: relative;
    min-height: 200px;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    padding: 75px 0;
    z-index: 0;
}
#hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3d5963;
    z-index: 0;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#hero > .container {
    position: relative;
}

.hero-wrapper {
    position: relative;
    padding: 90px 0;
}
.hero-wrapper.x-pad {
    padding: 150px 0;
}
.hero-wrapper h2 {
    color: #fff;
    font-size: 18pt;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hero-wrapper h1.hero-title {
    padding-bottom: 3px;
    margin-bottom: 40px;
}
.hero-wrapper h1.hero-title:after {
    content: "";
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -50px;
    background-color: #fff;
}
.hero-wrapper .hero-subtitle {
    font-style: normal;
    font-size: 18pt;
}
.hero-wrapper .hero-subtitle span {
    font-family: 'Orator', monospace;
    font-size: 50pt;
    position: relative;
    top: 10px;
    margin: 0 14px;
}
.hero-wrapper .btn {
    margin-top: 40px;
}

.hero-divider-top,
.hero-divider-bottom {
    position: relative;
    width: 100%;
    height: 34px;
    margin: 40px auto;
}
.hero-divider-top::before,
.hero-divider-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.17 16.56'%3E%3Cpath fill='%238eaeba' d='M3.62,14.25l0,.17a.7.7,0,0,1-.24.48.85.85,0,0,1-.55.24H2.74a1,1,0,0,1-.61-.46,1.59,1.59,0,0,1-.25-.86l0-.21a3.18,3.18,0,0,1,1.26-1.86c1.8-1.47,4.29-2,6.74-2.11q1.11-.07,2.22-.07C18,9.55,23.85,11,29.75,12.38s11.8,2.86,17.79,2.86a33.3,33.3,0,0,0,4.8-.34,14,14,0,0,0,5.63-2A6.33,6.33,0,0,0,61,8.15c0-.11,0-.21,0-.32A3.85,3.85,0,0,0,60.6,6a2.42,2.42,0,0,0-1.49-1.22,2.25,2.25,0,0,0-.58-.07,2.89,2.89,0,0,0-1.63.56,5.33,5.33,0,0,0-1.2,1.19h0a8.46,8.46,0,0,0-1.65,4.94,6.14,6.14,0,0,0,1.53,4.2,7.76,7.76,0,0,0,5.26,2.25l.72,0a12.33,12.33,0,0,0,8.35-3.48,12.07,12.07,0,0,0,3.9-8.16V6a5.77,5.77,0,0,0-.72-2.81,3.34,3.34,0,0,0-.94-1.06,2.36,2.36,0,0,0-1.37-.44h-.25a2.8,2.8,0,0,0-2,1.29,6.84,6.84,0,0,0-.94,2.16A16.39,16.39,0,0,0,67,9.28a9.88,9.88,0,0,0,.38,2.79,7.59,7.59,0,0,0,1.8,3.12,5.86,5.86,0,0,0,3.14,1.74,5.54,5.54,0,0,0,1,.09,7.06,7.06,0,0,0,4.19-1.56,14.78,14.78,0,0,0,3.15-3.36A6.18,6.18,0,0,0,82,8.85V8.76a3.11,3.11,0,0,0-.59-1.81,2.29,2.29,0,0,0-1.66-1h-.17a2.45,2.45,0,0,0-1.43.5,3.47,3.47,0,0,0-1,1.11,4.32,4.32,0,0,0-.55,2.13A5.84,5.84,0,0,0,77.72,13a6.81,6.81,0,0,0,2.68,2.29,10.63,10.63,0,0,0,4.54.89,29.17,29.17,0,0,0,4.16-.37C99.25,14.31,109.32,12,119.44,12q1.12,0,2.24,0a10,10,0,0,1,2.14.25,3.3,3.3,0,0,1,1.65.91,2.2,2.2,0,0,1,.57,1.52,2.81,2.81,0,0,1-.61,1.74,1.9,1.9,0,0,1-1.48.75h-.22l-.06.5.1-.49a2.07,2.07,0,0,1-1-.49.76.76,0,0,1-.25-.54.71.71,0,0,1,.11-.37.5.5,0,0,0-.85-.53,1.71,1.71,0,0,0-.26.9,1.75,1.75,0,0,0,.55,1.25,3.05,3.05,0,0,0,1.54.76h0l.34,0a2.9,2.9,0,0,0,2.25-1.12,3.79,3.79,0,0,0,.83-2.37,3.2,3.2,0,0,0-.83-2.2,4.28,4.28,0,0,0-2.13-1.2,10.93,10.93,0,0,0-2.36-.29q-1.14,0-2.28,0c-10.28,0-20.39,2.28-30.49,3.74a28.43,28.43,0,0,1-4,.36,9.66,9.66,0,0,1-4.12-.8,5.82,5.82,0,0,1-2.28-2,4.84,4.84,0,0,1-.92-2.7A3.31,3.31,0,0,1,78,8.06a2.5,2.5,0,0,1,.69-.79A1.45,1.45,0,0,1,79.58,7h.09a1.3,1.3,0,0,1,.93.57A2.12,2.12,0,0,1,81,8.76v.06a5.27,5.27,0,0,1-1.17,2.71,13.79,13.79,0,0,1-2.93,3.13A6.07,6.07,0,0,1,73.31,16a4.54,4.54,0,0,1-.82-.07,4.86,4.86,0,0,1-2.6-1.45,6.61,6.61,0,0,1-1.56-2.71A8.9,8.9,0,0,1,68,9.28a15.4,15.4,0,0,1,.57-3.88,5.88,5.88,0,0,1,.79-1.84,1.8,1.8,0,0,1,1.29-.87h.15a1.35,1.35,0,0,1,.8.26,2.77,2.77,0,0,1,.9,1.27A5,5,0,0,1,72.82,6v.18a11.08,11.08,0,0,1-3.58,7.47,11.34,11.34,0,0,1-7.66,3.21l-.65,0a6.78,6.78,0,0,1-4.59-1.92,5.14,5.14,0,0,1-1.27-3.53A7.47,7.47,0,0,1,56.51,7a4.28,4.28,0,0,1,1-1,1.9,1.9,0,0,1,1.06-.39,1.23,1.23,0,0,1,.32,0,1.42,1.42,0,0,1,.87.73,2.85,2.85,0,0,1,.33,1.35v.24a5.33,5.33,0,0,1-2.64,4,13.12,13.12,0,0,1-5.22,1.87,32.34,32.34,0,0,1-4.65.32c-5.83,0-11.67-1.41-17.56-2.83S18.15,8.55,12.11,8.55q-1.14,0-2.28.07A12.7,12.7,0,0,0,2.52,11,4.13,4.13,0,0,0,.9,13.44a2.35,2.35,0,0,0,0,.36,2.59,2.59,0,0,0,.42,1.41,2,2,0,0,0,1.22.88,1.58,1.58,0,0,0,.35,0,1.83,1.83,0,0,0,1.24-.51,1.68,1.68,0,0,0,.56-1.21,1.36,1.36,0,0,0-.14-.61.5.5,0,1,0-.9.44Z' transform='translate(-0.88 -1.69)'/%3E%3C/svg%3E");
}
.hero-divider-top.light::before,
.hero-divider-bottom.light::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.17 16.56'%3E%3Cpath fill='%23fff' d='M3.62,14.25l0,.17a.7.7,0,0,1-.24.48.85.85,0,0,1-.55.24H2.74a1,1,0,0,1-.61-.46,1.59,1.59,0,0,1-.25-.86l0-.21a3.18,3.18,0,0,1,1.26-1.86c1.8-1.47,4.29-2,6.74-2.11q1.11-.07,2.22-.07C18,9.55,23.85,11,29.75,12.38s11.8,2.86,17.79,2.86a33.3,33.3,0,0,0,4.8-.34,14,14,0,0,0,5.63-2A6.33,6.33,0,0,0,61,8.15c0-.11,0-.21,0-.32A3.85,3.85,0,0,0,60.6,6a2.42,2.42,0,0,0-1.49-1.22,2.25,2.25,0,0,0-.58-.07,2.89,2.89,0,0,0-1.63.56,5.33,5.33,0,0,0-1.2,1.19h0a8.46,8.46,0,0,0-1.65,4.94,6.14,6.14,0,0,0,1.53,4.2,7.76,7.76,0,0,0,5.26,2.25l.72,0a12.33,12.33,0,0,0,8.35-3.48,12.07,12.07,0,0,0,3.9-8.16V6a5.77,5.77,0,0,0-.72-2.81,3.34,3.34,0,0,0-.94-1.06,2.36,2.36,0,0,0-1.37-.44h-.25a2.8,2.8,0,0,0-2,1.29,6.84,6.84,0,0,0-.94,2.16A16.39,16.39,0,0,0,67,9.28a9.88,9.88,0,0,0,.38,2.79,7.59,7.59,0,0,0,1.8,3.12,5.86,5.86,0,0,0,3.14,1.74,5.54,5.54,0,0,0,1,.09,7.06,7.06,0,0,0,4.19-1.56,14.78,14.78,0,0,0,3.15-3.36A6.18,6.18,0,0,0,82,8.85V8.76a3.11,3.11,0,0,0-.59-1.81,2.29,2.29,0,0,0-1.66-1h-.17a2.45,2.45,0,0,0-1.43.5,3.47,3.47,0,0,0-1,1.11,4.32,4.32,0,0,0-.55,2.13A5.84,5.84,0,0,0,77.72,13a6.81,6.81,0,0,0,2.68,2.29,10.63,10.63,0,0,0,4.54.89,29.17,29.17,0,0,0,4.16-.37C99.25,14.31,109.32,12,119.44,12q1.12,0,2.24,0a10,10,0,0,1,2.14.25,3.3,3.3,0,0,1,1.65.91,2.2,2.2,0,0,1,.57,1.52,2.81,2.81,0,0,1-.61,1.74,1.9,1.9,0,0,1-1.48.75h-.22l-.06.5.1-.49a2.07,2.07,0,0,1-1-.49.76.76,0,0,1-.25-.54.71.71,0,0,1,.11-.37.5.5,0,0,0-.85-.53,1.71,1.71,0,0,0-.26.9,1.75,1.75,0,0,0,.55,1.25,3.05,3.05,0,0,0,1.54.76h0l.34,0a2.9,2.9,0,0,0,2.25-1.12,3.79,3.79,0,0,0,.83-2.37,3.2,3.2,0,0,0-.83-2.2,4.28,4.28,0,0,0-2.13-1.2,10.93,10.93,0,0,0-2.36-.29q-1.14,0-2.28,0c-10.28,0-20.39,2.28-30.49,3.74a28.43,28.43,0,0,1-4,.36,9.66,9.66,0,0,1-4.12-.8,5.82,5.82,0,0,1-2.28-2,4.84,4.84,0,0,1-.92-2.7A3.31,3.31,0,0,1,78,8.06a2.5,2.5,0,0,1,.69-.79A1.45,1.45,0,0,1,79.58,7h.09a1.3,1.3,0,0,1,.93.57A2.12,2.12,0,0,1,81,8.76v.06a5.27,5.27,0,0,1-1.17,2.71,13.79,13.79,0,0,1-2.93,3.13A6.07,6.07,0,0,1,73.31,16a4.54,4.54,0,0,1-.82-.07,4.86,4.86,0,0,1-2.6-1.45,6.61,6.61,0,0,1-1.56-2.71A8.9,8.9,0,0,1,68,9.28a15.4,15.4,0,0,1,.57-3.88,5.88,5.88,0,0,1,.79-1.84,1.8,1.8,0,0,1,1.29-.87h.15a1.35,1.35,0,0,1,.8.26,2.77,2.77,0,0,1,.9,1.27A5,5,0,0,1,72.82,6v.18a11.08,11.08,0,0,1-3.58,7.47,11.34,11.34,0,0,1-7.66,3.21l-.65,0a6.78,6.78,0,0,1-4.59-1.92,5.14,5.14,0,0,1-1.27-3.53A7.47,7.47,0,0,1,56.51,7a4.28,4.28,0,0,1,1-1,1.9,1.9,0,0,1,1.06-.39,1.23,1.23,0,0,1,.32,0,1.42,1.42,0,0,1,.87.73,2.85,2.85,0,0,1,.33,1.35v.24a5.33,5.33,0,0,1-2.64,4,13.12,13.12,0,0,1-5.22,1.87,32.34,32.34,0,0,1-4.65.32c-5.83,0-11.67-1.41-17.56-2.83S18.15,8.55,12.11,8.55q-1.14,0-2.28.07A12.7,12.7,0,0,0,2.52,11,4.13,4.13,0,0,0,.9,13.44a2.35,2.35,0,0,0,0,.36,2.59,2.59,0,0,0,.42,1.41,2,2,0,0,0,1.22.88,1.58,1.58,0,0,0,.35,0,1.83,1.83,0,0,0,1.24-.51,1.68,1.68,0,0,0,.56-1.21,1.36,1.36,0,0,0-.14-.61.5.5,0,1,0-.9.44Z' transform='translate(-0.88 -1.69)'/%3E%3C/svg%3E");
}

.hero-divider-bottom::before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hero-title {
    color: #8eaeba;
    font-family: 'Orator', monospace;
    font-size: 65pt;
    margin-bottom: 5px;
    position: relative;
    min-height: 55px;
    line-height: 1;
}
.hero-title small {
    font-size: 36pt;
    display: inline-block;
}
.hero-title span {
    display: inline-block;
}
.hero-title.light {
    color: #fff;
}

.hero-subtitle {
    color: #8eaeba;
    font-size: 16pt;
    font-family: 'Source Code Pro', monospace;
    font-style: italic;
    font-weight: 300;
}
.hero-subtitle.light {
    color: #fff;
}

.zs-enabled {
    position: relative;
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    padding: 0;
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides {
    position: fixed;
    max-height: 100vh;
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    filter: grayscale(1%);
    /*Fix flickering on Firefox*/
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1;
}

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin: 10px;
    background-color: #4a4a4a;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color: #ccc;
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0;
}

#about {
    margin-top: -210px;
    background: linear-gradient(to bottom, #fff, #fff) no-repeat 0px 210px;
    position: relative;
}

.about-elems-wrapper {
    position: relative;
}

.element {
    position: relative;
    margin-bottom: 40px;
}
.element .highlight {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Orator', monospace;
}
.element .highlight i {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.element .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 0px 15px #fff;
    -moz-box-shadow: inset 0px 0px 0px 15px #fff;
    box-shadow: inset 0px 0px 0px 15px #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.element .image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.element .image img {
    width: 100%;
    height: auto;
    z-index: -1;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.element .image .hover-info {
    --offset: 10px;
    --border-size: 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 36px solid transparent;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: left;
    z-index: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.element .image .hover-info .h-lines {
    transform: scaleX(0);
    border-top-color: #8eaeba;
    border-bottom-color: #8eaeba;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.element .image .hover-info .v-lines {
    transform: scaleY(0);
    border-left-color: #8eaeba;
    border-right-color: #8eaeba;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.element .image .hover-info .content {
    width: 100%;
    height: auto;
    padding: 15px;
    overflow: auto;
    position: relative;
    z-index: 1;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.element .image .hover-info .content p {
    width: 100%;
    margin-bottom: 20px;
}
.element .image .hover-info .sn-icons {
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.element .image .hover-info .sn-icons a {
    color: #8eaeba;
}
.element .image .hover-info h3 {
    margin-bottom: 33px;
    position: relative;
    font-family: 'Orator', monospace;
    font-size: 30pt;
}
.element .image .hover-info h3 small {
    display: block;
    font-size: 12pt;
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 6px;
}
.element .image:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.element .image:hover .hover-info {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.element .image:hover .hover-info .h-lines {
    transform: scaleX(1);
}
.element .image:hover .hover-info .v-lines {
    transform: scaleY(1);
}
.element .image:hover img {
    webkit-filter: blur(4px) grayscale(80%) brightness(1.4);
    filter: blur(4px) grayscale(80%) brightness(1.4);
}

.divider-about {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -52.5px;
    color: #8eaeba;
    background-color: #fff;
    width: 105px;
    height: 105px;
    line-height: 105px;
    text-align: center;
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.divider-about i {
    display: inline-block;
    color: #8eaeba;
    font-size: 44pt;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.divider-about i::before {
    line-height: 105px;
}
.divider-about.flip i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about-desc {
    text-align: center;
}
.about-desc h3 {
    font-family: 'Orator', monospace;
    margin-bottom: 40px;
    font-weight: 700;
    color:#58585a;
}
.about-desc h3 small {
    display: block;
    font-weight: 400;
    font-size: 18pt;
}

#about-quote-section {
    background-color: #f9f9f9;
}

.menu-detail {
    color: #fff;
    position: relative;
    padding: 0;
    display: flex;
    margin-top: 25px;
    margin-bottom: 60px;
    text-align: center;
    --offset: 14px;
    --border-size: 2px;
}
.menu-detail.osb-style .h-lines {
    border-top-color: #fff;
    border-bottom-color: #fff;
    z-index: 0;
}
.menu-detail.osb-style .v-lines {
    border-left-color: #fff;
    border-right-color: #fff;
    z-index: 0;
}

.menu-detail .menu-info {
    width: 100%;
    font-size: 12pt;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    background-color: rgba(142, 174, 186, 0.7);
    color: #fff;
}
.menu-detail .menu-info h2 {
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Orator', monospace;
}
.menu-detail .menu-info h3 {
    margin-bottom: 8px;
    color: #fff;
    font-family: 'Orator', monospace;
    font-size:30px;
}
.menu-detail .menu-info h2 small {
    font-size: 16pt;
}
.menu-detail .menu-info .date {
    font-family: 'Orator', monospace;
    font-size: 26pt;
    font-weight: 700;
    padding: 35px 0 41px;
    margin: 20px 0;
    position: relative;
}
.menu-detail .menu-info .date::before, .menu-detail .menu-info .date::after {
    content: "";
    width: 100%;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='19' viewBox='0 0 128 19'%3E%3Cpath fill='%23fff' d='M3.74,13.725l0.038,0.17a0.724,0.724,0,0,1-.244.489,0.834,0.834,0,0,1-.553.248L2.86,14.618a1.013,1.013,0,0,1-.609-0.467A1.659,1.659,0,0,1,2,13.272l0.016-.22a3.255,3.255,0,0,1,1.256-1.906c1.8-1.5,4.283-2,6.732-2.162q1.109-.072,2.215-0.071c5.872,0,11.731,1.442,17.614,2.9S41.617,14.743,47.6,14.744a32.472,32.472,0,0,0,4.79-.343,13.813,13.813,0,0,0,5.618-2.078,6.491,6.491,0,0,0,3.082-4.841C61.1,7.374,61.1,7.266,61.1,7.156a4.016,4.016,0,0,0-.454-1.882A2.426,2.426,0,0,0,59.16,4.029a2.2,2.2,0,0,0-.575-0.077,2.837,2.837,0,0,0-1.63.578,5.389,5.389,0,0,0-1.2,1.214h0a8.8,8.8,0,0,0-1.643,5.061,6.377,6.377,0,0,0,1.525,4.3,7.659,7.659,0,0,0,5.253,2.3q0.359,0.024.718,0.024a12.169,12.169,0,0,0,8.339-3.561,12.482,12.482,0,0,0,3.89-8.353l0-.229a6.02,6.02,0,0,0-.718-2.873,3.392,3.392,0,0,0-.935-1.088A2.317,2.317,0,0,0,70.82.871l-0.246.013a2.791,2.791,0,0,0-2,1.316,7.094,7.094,0,0,0-.936,2.208,17.158,17.158,0,0,0-.6,4.233,10.349,10.349,0,0,0,.378,2.852,7.818,7.818,0,0,0,1.8,3.194,5.814,5.814,0,0,0,3.131,1.785,5.4,5.4,0,0,0,.994.092,6.954,6.954,0,0,0,4.187-1.6,14.982,14.982,0,0,0,3.15-3.443A6.4,6.4,0,0,0,82.016,8.2l0-.093a3.235,3.235,0,0,0-.593-1.854,2.282,2.282,0,0,0-1.655-1L79.6,5.248a2.406,2.406,0,0,0-1.433.511,3.528,3.528,0,0,0-.97,1.134,4.507,4.507,0,0,0-.546,2.176,6.08,6.08,0,0,0,1.094,3.347,6.851,6.851,0,0,0,2.679,2.348,10.394,10.394,0,0,0,4.531.909,28.454,28.454,0,0,0,4.151-.382c10.132-1.5,20.19-3.819,30.3-3.817q1.119,0,2.24.039a9.778,9.778,0,0,1,2.139.259,3.273,3.273,0,0,1,1.647.928A2.282,2.282,0,0,1,126,14.254a2.915,2.915,0,0,1-.608,1.776,1.878,1.878,0,0,1-1.476.769l-0.223-.014-0.059.509,0.1-.5a2.048,2.048,0,0,1-1.045-.5,0.781,0.781,0,0,1-.251-0.553,0.741,0.741,0,0,1,.11-0.379,0.519,0.519,0,0,0-.163-0.7,0.493,0.493,0,0,0-.687.166,1.781,1.781,0,0,0-.258.917,1.814,1.814,0,0,0,.546,1.28,3.018,3.018,0,0,0,1.541.775l0.044,0.007a2.765,2.765,0,0,0,.341.021,2.867,2.867,0,0,0,2.25-1.146A3.939,3.939,0,0,0,127,14.254a3.321,3.321,0,0,0-.829-2.248,4.247,4.247,0,0,0-2.13-1.224,10.665,10.665,0,0,0-2.355-.292q-1.138-.041-2.275-0.04c-10.262,0-20.364,2.338-30.446,3.827a27.728,27.728,0,0,1-4.008.371,9.442,9.442,0,0,1-4.111-.814,5.853,5.853,0,0,1-2.278-2,5.039,5.039,0,0,1-.917-2.766,3.46,3.46,0,0,1,.418-1.675,2.541,2.541,0,0,1,.687-0.808A1.424,1.424,0,0,1,79.6,6.272l0.09,0a1.291,1.291,0,0,1,.929.586,2.206,2.206,0,0,1,.4,1.248V8.17a5.463,5.463,0,0,1-1.167,2.769,13.98,13.98,0,0,1-2.928,3.208,5.977,5.977,0,0,1-3.589,1.395,4.427,4.427,0,0,1-.814-0.076,4.827,4.827,0,0,1-2.593-1.489,6.807,6.807,0,0,1-1.556-2.769,9.317,9.317,0,0,1-.339-2.566A16.125,16.125,0,0,1,68.6,4.668a6.1,6.1,0,0,1,.788-1.879A1.8,1.8,0,0,1,70.672,1.9l0.148-.008a1.324,1.324,0,0,1,.8.267,2.833,2.833,0,0,1,.9,1.3,5.23,5.23,0,0,1,.335,1.827l0,0.187a11.452,11.452,0,0,1-3.578,7.651,11.185,11.185,0,0,1-7.653,3.281c-0.216,0-.433-0.007-0.65-0.023a6.69,6.69,0,0,1-4.583-1.967,5.342,5.342,0,0,1-1.264-3.609,7.776,7.776,0,0,1,1.446-4.452,4.33,4.33,0,0,1,.963-0.983,1.868,1.868,0,0,1,1.06-.4,1.2,1.2,0,0,1,.321.043,1.425,1.425,0,0,1,.868.752A2.975,2.975,0,0,1,60.1,7.156l-0.01.244a5.467,5.467,0,0,1-2.638,4.072,12.9,12.9,0,0,1-5.21,1.917,31.521,31.521,0,0,1-4.646.332c-5.818,0-11.65-1.442-17.533-2.9S18.249,7.892,12.217,7.891q-1.137,0-2.279.073a12.477,12.477,0,0,0-7.3,2.388A4.24,4.24,0,0,0,1.026,12.9,2.465,2.465,0,0,0,1,13.272a2.7,2.7,0,0,0,.418,1.443,2.016,2.016,0,0,0,1.219.9,1.54,1.54,0,0,0,.345.039,1.807,1.807,0,0,0,1.236-.525,1.738,1.738,0,0,0,.559-1.235,1.417,1.417,0,0,0-.14-0.62,0.494,0.494,0,0,0-.668-0.234A0.517,0.517,0,0,0,3.74,13.725Z'/%3E%3C/svg%3E");
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.menu-detail .menu-info .date::after {
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.menu-detail .menu-info .date small {
    display: block;
    font-size: 18pt;
    font-weight: 400;
}
.menu-detail .menu-info h5 {
    color: #fff;
    margin-top: 12px;
    font-family: 'Orator', monospace;
}
.menu-detail .menu-info a {
    z-index:999;
    color:#fff;
}

.overflow-content {
    z-index: 1;
    /*margin: 100px 0;*/
    position: relative;
    padding: 70px 0;
}

.overflow-content-over {
    z-index: 1;
}

.menu-section {
    position: relative;
    background-color: #8eaeba;
}
.menu-section::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 33.3%;
    height: 100%;
    background-color: #8eaeba;
    z-index: 0;
}

.menu-wrapper {
    padding: 60px 56px;
    background-color: #8eaeba;
    color: #fff;
    z-index: 1;
}
.menu-wrapper .osb-style {
    --offset: 10px;
    --border-size: 1px;
    color: #fff;
    position: relative;
    padding: 46px 46px;
    z-index: 0;
}
.menu-wrapper .osb-style .h-lines {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .osb-style .v-lines {
    border-left-color: rgba(255, 255, 255, 0.5);
    border-right-color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .menu-top-flowers::before, .menu-wrapper .menu-top-flowers::after {
    content: "";
    width: 170px;
    height: 151px;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/flower-small.svg);
    background-size: contain;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.menu-wrapper .menu-top-flowers::after {
    right: auto;
    left: 10px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.menu-wrapper .menu-bottom-flowers::before, .menu-wrapper .menu-bottom-flowers::after {
    content: "";
    width: 170px;
    height: 151px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/flower-small.svg);
    background-size: contain;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: scaleX(-1) rotate(180deg);
    -moz-transform: scaleX(-1) rotate(180deg);
    -ms-transform: scaleX(-1) rotate(180deg);
    -o-transform: scaleX(-1) rotate(180deg);
    transform: scaleX(-1) rotate(180deg);
}
.menu-wrapper .menu-bottom-flowers::after {
    right: auto;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-wrapper h2.section-title-lg {
    color: #fff;
}
.menu-wrapper .menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-wrapper .menu-items li {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 3px;
}
.menu-wrapper .menu-items li h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 19pt;
    margin-bottom: 10px;
}
.menu-wrapper .menu-items li h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
    margin-top: 12px;
    margin-bottom: 4px;
}
.menu-wrapper .menu-items li h4 ~ h4 {
    margin-top: 25px;
}
.menu-wrapper .menu-items li p {
    font-style: italic;
}
.menu-wrapper .menu-items li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.menu-wrapper .menu-items li:last-child:after {
    display: none;
}

.half-img {
    padding: 0;
    margin: 0;
    min-height: 0;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.map-info-container {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    position: relative;
    margin-bottom: 50px;
}
.map-info-container::before {
    content: "";
    width: 1px;
    height: calc(100% + 59px);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #8eaeba;
    clear: both;
}
.map-info-container .info-wrapper {
    grid-column: 1/span 9;
    grid-row: 1;
    margin-top: 40%;
    z-index: 1;
}
.map-info-container .info-wrapper .location-info {
    background-color: #58585a;
    border: 10px solid #fff;
    padding: 30px;
    display: inline-block;
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    font-size:16px;
}
.map-info-container .info-wrapper .location-info .osb-style {
    --offset: 9px;
    --border-size: 1px;
    color: #fff;
    position: relative;
    padding: 24px 12px;
}
.map-info-container .info-wrapper .location-info .osb-style .h-lines {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.map-info-container .info-wrapper .location-info .osb-style .v-lines {
    border-left-color: rgba(255, 255, 255, 0.5);
    border-right-color: rgba(255, 255, 255, 0.5);
}
.map-info-container .info-wrapper .location-info h4 {
    float: none;
    text-align: center;
    margin: 0 auto 25px;
    position: relative;
    color: #fff;
    display: inline-block;
    font-family: 'Orator', monospace;
    font-weight: 700;
    font-size: 25pt;
}
.map-info-container .info-wrapper .location-info h4.has-icon {
    padding-left: 80px;
    padding-top: 10px;
}
.map-info-container .info-wrapper .location-info h4.has-icon i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 50pt;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.map-info-container .info-wrapper .location-info h4 small {
    display: block;
    font-weight: 400;
    font-size: 16pt;
}
.map-info-container .info-wrapper .location-info h5 {
    color: #fff;
    font-family: 'Source Code Pro', monospace;
    font-size: 15pt;
}
.map-info-container .info-wrapper .location-info .info-map-divider {
    position: relative;
    width: 100%;
    height: 19px;
    margin: 30px 0;
}
.map-info-container .info-wrapper .location-info .info-map-divider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 19px;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='19' viewBox='0 0 140 19'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='1.5px' d='M64,2.022L71.87,9.5,64,16.976,56.132,9.5Z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='1.5px' d='M70,2.022L77.882,9.5,70,16.976,62.119,9.5Z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='1.5px' d='M77,2.022L84.869,9.5,77,16.976,69.13,9.5Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M90.014,10.017V9H389v1.017H90.014Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-245,10.017V9H50.986v1.017H-245Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.map-info-container .info-wrapper .location-info p {
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.map-info-container .map-wrapper {
    grid-column: 6/-1;
    grid-row: 1;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.map-info-container .location-info.open {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
}

.gallery-wrapper {
    position: relative;
}
.gallery-wrapper .gallery-left,
.gallery-wrapper .gallery-right {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -40px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    font-size: 36pt;
    line-height: 1;
    border: 5px solid transparent;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-wrapper .gallery-left:hover,
.gallery-wrapper .gallery-right:hover {
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.gallery-wrapper .gallery-right {
    right: 15px;
    left: auto;
}
.gallery-wrapper:hover .gallery-left,
.gallery-wrapper:hover .gallery-right {
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.gallery-scroller {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 30px;
    position: relative;
    bottom: -5px;
}
.gallery-scroller ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery-scroller li {
    display: inline-block;
    position: relative;
    width: 380px;
    height: 380px;
    overflow: hidden;
    padding: 0;
    margin: -5px -3px 0 0;
    background-color: #8eaeba;
}
.gallery-scroller li img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.gallery-scroller li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery-scroller li .hover-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(86, 125, 140, 0.7);
    z-index: 1;
    text-align: center;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.gallery-scroller li .hover-info > a {
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-87%);
    -moz-transform: translateY(-87%);
    -ms-transform: translateY(-87%);
    -o-transform: translateY(-87%);
    transform: translateY(-87%);
}
.gallery-scroller li:hover .hover-info {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.gallery-scroller li:hover .hover-info > a {
    top: 50%;
}
.gallery-scroller li img,
.gallery-scroller li .hover-info,
.gallery-scroller li .hover-info > a {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery-scroller.thumbs-lg li {
    width: 480px;
    height: 480px;
}

.gallery .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.gallery .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery .item .hover-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(86, 125, 140, 0.7);
    z-index: 1;
    text-align: center;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.gallery .item .hover-info > a {
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-87%);
    -moz-transform: translateY(-87%);
    -ms-transform: translateY(-87%);
    -o-transform: translateY(-87%);
    transform: translateY(-87%);
}
.gallery .item:hover .hover-info {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.gallery .item:hover .hover-info > a {
    top: 50%;
}
.gallery .item img {
    width: 100%;
}
.gallery .item img,
.gallery .item .hover-info,
.gallery .item .hover-info > a {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gallery .pagination {
    margin: 55px 0;
}

.widget {
    margin-bottom: 60px;
}
.widget .widget-title {
    font-family: 'Orator', monospace;
    text-transform: uppercase;
}
.widget h2.widget-title {
    font-size: 18pt;
    margin-bottom: 24px;
}

.widget-about {
    text-align: center;
}
.widget-about .image-container {
    position: relative;
    padding: 5px 22px 70px;
}
.widget-about .image-container::before, .widget-about .image-container::after {
    content: "";
    width: 293px;
    height: 200px;
    position: absolute;
    top: -56px;
    left: 0;
    z-index: -1;
    background-position: center center;
    background-image: url(../img/flower-large.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.widget-about .image-container::after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.widget-about .image-container .image {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}
.widget-about .image-container .image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.4);
}
.widget-about h2 {
    font-size: 37pt;
    margin-bottom: 30px;
}

.widget-search form {
    position: relative;
}
.widget-search form button {
    padding: 12px 15px;
    background: none;
    border: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    color: #8eaeba;
    font-size: 15pt;
    background-color: #fdfdfd;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.widget-search form button:hover {
    background-color: #8eaeba;
    color: #fff;
}
.widget-search form button:hover ~ input {
    border-color: #8eaeba;
}
.widget-search form input {
    width: 100%;
    background-color: #fdfdfd;
}
.widget-search form input:focus, .widget-search form input:active {
    outline: none;
}

.widget-categories > ul {
    list-style: none;
    padding: 0;
}
.widget-categories > ul li {
    margin: 8px 0;
}
.widget-categories > ul li a {
    color: #58585a;
    display: inline-block;
}
.widget-categories > ul li a span {
    color: #adb2b6;
}
.widget-categories > ul li a:hover span {
    color: #8eaeba;
}
.widget-categories > ul li:hover:before {
    color: #8eaeba;
}

.widget-latest-posts > ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    clear: both;
}
.widget-latest-posts > ul > li {
    display: inline-block;
    margin-bottom: 26px;
    width: 100%;
    border-bottom: 0 !important;
}
.widget-latest-posts > ul > li::before {
    display: none;
}
.widget-latest-posts > ul > li .image {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 3%;
}
.widget-latest-posts > ul > li .image.no-thumb {
    background-color: #e3e3e3;
    height: 100px;
}
.widget-latest-posts > ul > li .image img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget-latest-posts > ul > li .image a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(86, 125, 140, 0.8);
    z-index: 9;
    text-align: center;
    visibility: hidden;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16pt;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget-latest-posts > ul > li .image a span {
    position: relative;
    top: 100%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget-latest-posts > ul > li .image:hover > a {
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.widget-latest-posts > ul > li .image:hover > a span {
    top: 49%;
}
.widget-latest-posts > ul .top-info {
    border-bottom: 1px solid #E4E4E4;
    font-size: 11pt;
    font-style: italic;
    float: right;
    width: 67%;
    margin: 0 0 11px;
    padding: 0 0 5px;
}
.widget-latest-posts > ul .top-info li {
    display: inline-block;
    margin-right: 14px;
    float: none;
    padding: 0;
    color: #adb2b6;
}
.widget-latest-posts > ul .top-info li:last-child {
    margin-right: 0px;
}
.widget-latest-posts > ul .top-info li i {
    margin-right: 5px;
}
.widget-latest-posts > ul .top-info li a {
    color: #58585a;
}
.widget-latest-posts > ul .top-info li a:hover {
    color: #8eaeba;
}
.widget-latest-posts > ul h3 {
    font-family: 'Source Code Pro', monospace;
    font-size: 16pt;
    display: inline-block;
    margin-bottom: 15px;
    width: 67%;
}
.widget-tags .tags a {
    color: #58585a;
    display: inline-block;
    font-style: italic;
    margin: 0 9px 2px 0;
    text-transform: uppercase;
}
.widget-tags .tags span {
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}

.widget-newsletter {
    background-color: #8eaeba;
    color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.widget-newsletter::before {
    content: "";
    width: 600px;
    height: 410px;
    position: absolute;
    top: 0px;
    right: -240px;
    z-index: 1;
    background-position: center center;
    background-image: url(../img/flower-large-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
    transform: rotate(-24deg);
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
}
.widget-newsletter h2 {
    margin-bottom: 20px;
}
.widget-newsletter .osb-style {
    --offset: 10px;
    --border-size: 1px;
    color: #fff;
    position: relative;
    padding: 22px 30px;
    z-index: 1;
}
.widget-newsletter .osb-style .h-lines {
    border-top-color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255, 255, 255, 0.5);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.widget-newsletter .osb-style .v-lines {
    border-left-color: rgba(255, 255, 255, 0.5);
    border-right-color: rgba(255, 255, 255, 0.5);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.widget-newsletter p {
    margin-bottom: 35px;
}
.widget-newsletter form {
    position: relative;
    color: #58585a;
}
.widget-newsletter form button {
    padding: 12px 15px;
    background: none;
    border: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    color: #8eaeba;
    background-color: #fdfdfd;
    font-size: 15pt;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.widget-newsletter form button:hover {
    background-color: #8eaeba;
    color: #fff;
}
.widget-newsletter form button:hover ~ input {
    border-color: #8eaeba;
}
.widget-newsletter form input {
    width: 100%;
    background-color: #fdfdfd;
    margin-bottom: 8px;
}
.widget-newsletter form input:focus, .widget-newsletter form input:active {
    outline: none;
}
.widget-newsletter.light {
    background-color: transparent;
    color: #58585a;
    padding: 0 30px;
}
.widget-newsletter.light::before {
    display: none;
}

.widget-contact-info {
    text-align: center;
}
.widget-contact-info img {
    max-width: 100%;
    margin-bottom: 25px;
}
.widget-contact-info .sn-icons {
    margin: 0;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.contact-info li {
    margin-bottom: 15px;
    font-style: italic;
}
.contact-info li span {
    text-transform: uppercase;
    font-style: normal;
    color: #464646;
}
.contact-info li a {
    color: #58585a;
}

.widget-quick-links {
    text-align: center;
}
.widget-quick-links > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.widget-quick-links > ul li {
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.widget-quick-links > ul li a {
    color: #58585a;
}

#contact-us {
    background: linear-gradient(#fff 50%, #8eaeba 50%) no-repeat;
}
#contact-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 210px 100vw 0 0;
    border-color: #fff transparent transparent transparent;
    margin-top: -1px;
}
#contact-us.section-bg-color {
    background: linear-gradient(#f9f9f9 50%, #58585a 50%) no-repeat;
}
#contact-us.section-bg-color::before {
    border-color: #f9f9f9 transparent transparent transparent;
}

#contact-us-2 {
    background: linear-gradient(#8eaeba 50%, #fff 50%) no-repeat;
}
#contact-us-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 210px 100vw 0 0;
    border-color: #8eaeba transparent transparent transparent;
    margin-top: -1px;
}
#contact-us-2.section-bg-color {
    background: linear-gradient(#8eaeba 50%, #f9f9f9 50%) no-repeat;
}
#contact-us-2.section-bg-color::before {
    border-color: #8eaeba transparent transparent transparent;
}

.form-wrapper {
    position: relative;
    padding: 40px 60px;
    margin-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 10px rgba(100, 100, 100, 0.14);
    -moz-box-shadow: 0px 0px 25px 10px rgba(100, 100, 100, 0.14);
    box-shadow: 0px 0px 25px 10px rgba(100, 100, 100, 0.14);
}
.form-wrapper.overflow {
    top: -120px;
    margin-bottom: -270px;
}
.form-wrapper.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-wrapper.flowers::before, .form-wrapper.flowers::after {
    content: "";
    width: 857px;
    height: 585px;
    position: absolute;
    top: -240px;
    right: -45px;
    z-index: -1;
    background-position: center center;
    background-image: url(../img/flower-large.svg);
    background-repeat: no-repeat;
}
.form-wrapper.flowers::before {
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.form-wrapper.flowers::after {
    top: auto;
    right: auto;
    bottom: -240px;
    left: -45px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.form-wrapper.osb-style {
    --offset: 11px;
    --border-size: 1px;
    border: 42px solid #fff;
}
.form-wrapper.osb-style > .h-lines {
    border-top-color: #58585a;
    border-bottom-color: #58585a;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 0;
}
.form-wrapper.osb-style > .v-lines {
    border-left-color: #58585a;
    border-right-color: #58585a;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 0;
}
.form-wrapper form {
    position: relative;
    z-index: 1;
}
.form-wrapper .btn > .h-lines,
.form-wrapper .btn > .v-lines {
    z-index: 0;
}

.g-recaptcha {
    display: inline-block;
}

#contact-us-2 .form-wrapper.flowers::before {
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}
#contact-us-2 .form-wrapper.flowers::after {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.form-control,
.form-select {
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
    color: #58585a;
    height: auto;
    margin-bottom: 20px;
    padding: 11px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}

.form-control::-webkit-input-placeholder {
    color: #58585a;
}

.form-control:-moz-placeholder {
    color: #58585a;
}

.form-control::-moz-placeholder {
    color: #58585a;
}

.form-control:-ms-input-placeholder {
    color: #58585a;
}

.form-control:focus,
.form-select:focus {
    outline: 0 none;
    border-color: #8eaeba;
    background-color: #fbfbfb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    min-height: 120px;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23808080' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-check-input:active {
    filter: none;
    background-color: rgba(142, 174, 186, 0.25);
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #8eaeba;
}

.form-check-input[type=radio] {
    border-color: #8eaeba;
}

.form-check-input:checked[type=radio] {
    background-color: #fff;
    border-color: #8eaeba;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%238eaeba'/%3e%3c/svg%3e");
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #8eaeba;
}

.form-check-input.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid ~ label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-check-wrapper {
    color: #8eaeba;
    margin-bottom: 20px;
}
.form-check-wrapper > label {
    color: #58585a;
    margin-bottom: 5px;
    display: block;
}
.form-check-wrapper > .form-check:last-child {
    margin-right: 0;
}

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form_status_message{
    text-align:justify;
}

#footer-onepage {
    text-align: left;
    padding: 0;
    position: relative;
}
#footer-onepage .footer-widget-area {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    z-index: 0;
    background-color: #58585a;
}
#footer-onepage .footer-widget-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}
#footer-onepage .footer-widget-area .footer-info {
    display: flex;
    height: 100%;
    align-items: center;
    font-style: italic;
}
#footer-onepage .footer-widget-area .footer-info.left {
    text-align: left;
    justify-content: left;
}
#footer-onepage .footer-widget-area .footer-info.right {
    text-align: right;
    justify-content: right;
}
#footer-onepage .footer-widget-area .footer-info.center {
    text-align: center;
}
#footer-onepage .copyright {
    text-align: center;
    padding: 15px 0;
    background-color: #58585a;
    font-size:14px;
    line-height:22px;
}
#footer-onepage .copyright a{
    text-decoration:none;
    color:#fff;
}
.footer-logo {
    font-family: 'Orator', monospace;
    font-size: 30pt;
    line-height: 0.65;
    padding: 26px 64px;
    position: relative;
    display: inline-block;
}
.footer-logo::before, .footer-logo::after {
    content: "";
    width: 100px;
    height: 87px;
    position: absolute;
    bottom: 22px;
    right: -12px;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/flower-small.svg);
    background-size: contain;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.footer-logo::after {
    top: auto;
    right: auto;
    left: -12px;
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
}
.footer-logo small {
    font-size: 12pt;
    position: relative;
    top: -8px;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#footer {
    background-color: #f9f9f9;
    position: relative;
}
#footer .widget-title {
    color: #464646;
    text-transform: none;
}
#footer .footer-widget-area {
    padding: 60px 0 0;
}
#footer .copyright {
    text-align: center;
    background-color: transparent;
}
#footer .copyright > .container {
    border-top: 1px solid #ddd;
    padding-top: 23px;
    padding-bottom: 29px;
}
.sn-icons {
    list-style: none;
    padding: 0;
    display: inline-block;
    line-height: 1;
    margin-top:25px;
    margin-bottom:0px;
}
.sn-icons li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.sn-icons a {
    display: inline-block;
    font-size: 19pt;
    overflow: hidden;
    padding: 0 5px;
    margin: 0 1px;
    color: #fff;
    text-align: center;
    background: none !important;
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sn-icons a:hover {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

/* #Lightbox
================================================== */
.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border: 10px solid white;
}
.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

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

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev,
.lb-next {
    padding: 6px 10px;
    cursor: pointer;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 36pt;
    position: absolute;
    top: 50%;
    border: 5px solid transparent;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lb-nav a.lb-prev {
    left: -20px;
    color: #fff;
}
.lb-nav a.lb-prev::before {
    content: "";
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

.lb-nav a.lb-next {
    right: -20px;
    color: #fff;
}
.lb-nav a.lb-next::before {
    content: "";
}

.lb-nav:hover a.lb-prev {
    left: 20px;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.lb-nav:hover a.lb-next {
    right: 20px;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer::after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: none !important;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    text-align: right;
    outline: none;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 18pt;
    text-align: center;
    line-height: 30px;
    margin-right: -4px;
    margin-top: -7px;
    border: 5px solid transparent;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lb-data .lb-close::before {
    content: "";
}
.lb-data .lb-close:hover {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1399px) {
    .menu-detail .menu-info h2 {
        font-size: 30pt;
    }
    .menu-detail .menu-info .date {
        font-size: 20pt;
    }

}
@media (min-width: 1200px) and (max-width: 1399px) {
    .element .image .hover-info h3 {
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 26pt;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .widget h2.section-title {
        font-size: 32pt;
    }
}
@media (max-width: 1199px) {
    .hero-title {
        font-size: 54pt;
    }
    .hero-title small {
        font-size: 28pt;
    }

    .hero-wrapper {
        margin-top: 100px;
    }
    .hero-wrapper h1.hero-title {
        margin-bottom: 28px;
    }
    .hero-wrapper .hero-subtitle span {
        font-size: 42pt;
    }
    .hero-wrapper.v-center {
        margin-top: auto;
    }

    .overflow-image {
        width: 46%;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        width: auto;
    }

    .nav.navbar-nav > li {
        display: none;
    }

    .navbar > a.btn {
        display: none;
    }

    #nav-mobile-btn {
        display: block;
    }

    .hero-wrapper {
        margin-top: 120px;
    }
    .hero-wrapper::before {
        left: -45px;
    }
    .hero-wrapper::after {
        right: -45px;
    }
    .hero-wrapper h2 {
        font-size: 16pt;
    }
    .hero-wrapper.v-center {
        margin-top: auto;
    }

    .hero-title {
        font-size: 44pt;
        margin-bottom: 50px;
    }
    .hero-title span:first-child:before {
        left: -82px;
        top: -24px;
    }
    .hero-title span:last-child:after {
        right: -82px;
        top: -24px;
    }
    .hero-title small {
        font-size: 24pt;
    }

    .hero-wrapper .hero-subtitle {
        font-size: 16pt;
    }
    .hero-wrapper .hero-subtitle span {
        font-size: 36pt;
    }

    .gallery-container .description-wrapper {
        grid-column: 2/24;
        grid-row: 2;
        margin-top: 25px;
    }
    .gallery-container .timeline-gallery-wrapper {
        grid-column: 1/-1;
    }
    .gallery-container:hover .description {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .menu-detail .menu-info h2 {
        font-size: 28pt;
    }
    .menu-detail .menu-info .date {
        font-size: 20pt;
    }

    .map-info-container .info-wrapper {
        grid-column: 5/-5;
        grid-row: 2;
        margin-top: 3%;
    }
    .map-info-container .map-wrapper {
        grid-column: 1/-1;
        grid-row: 1;
    }
    .map-info-container .location-info.open {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    h1.section-title {
        font-size: 36pt;
    }

    #divider-section h1.section-title{
        font-size: 24pt;
    }

    .padding-divider-top {
        padding-top: 130px;
    }

    .section-divider-top-1 {
        padding-top: 100px !important;
    }
    .section-divider-top-1.off-section {
        height: 90px;
    }
    .section-divider-top-1::before {
        border-width: 90px 100vw 0 0;
    }

    .section-divider-top-2 {
        padding-top: 100px !important;
    }
    .section-divider-top-2.off-section {
        height: 90px;
    }
    .section-divider-top-2::before {
        border-width: 0 0 90px 100vw;
    }

    .section-divider-bottom-1 {
        padding-bottom: 100px !important;
    }
    .section-divider-bottom-1.off-section {
        height: 90px;
    }
    .section-divider-bottom-1::after {
        border-width: 0 0 90px 100vw;
    }

    .section-divider-bottom-2 {
        padding-bottom: 100px !important;
    }
    .section-divider-bottom-2.off-section {
        height: 90px;
    }
    .section-divider-bottom-2::after {
        border-width: 90px 0 0 100vw;
    }

    .section-title-xl {
        font-size: 70pt;
    }
    .section-title-xl small {
        font-size: 40pt;
    }

    .gallery-scroller li {
        height: 250px;
        width: 250px;
    }
    .gallery-scroller.thumbs-lg li {
        height: 320px;
        width: 320px;
    }

    .half-img {
        position: relative;
        height: 350px;
        width: 100%;
        background-attachment: fixed;
    }

    .overflow-image-text {
        width: 38%;
    }

    .overflow-image {
        width: 55%;
        top: -100px;
        bottom: -125px;
    }

    .form-wrapper.overflow {
        top: 50px;
        margin-bottom: -80px;
    }

    .footer-logo {
        font-size: 22pt;
        line-height: 0.85;
    }
    .footer-logo small {
        top: -4px;
    }
    .footer-logo::before, .footer-logo::after {
        width: 80px;
        height: 71px;
        bottom: 26px;
        right: 10px;
    }
    .footer-logo::after {
        right: auto;
        left: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .element .image .hover-info h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 24pt;
    }
    .element .image .hover-info h3 small {
        font-size: 13pt;
    }

    .widget-about .image-container {
        margin: 0 100px;
    }

    .widget-newsletter.light {
        padding: 0;
    }
}
@media (max-width: 767px) {

    .section-title{
        padding-bottom:10px;
        margin-bottom:15px;
    }

    .hero-title {
        font-size: 40pt;
    }
    .hero-title span:first-child:before {
        left: -70px;
        top: -20px;
    }
    .hero-title span:last-child:after {
        right: -70px;
        top: -20px;
    }
    .hero-title small {
        font-size: 18pt;
    }

    .hero-subtitle {
        font-size: 13pt;
    }

    .hero-wrapper {
        position: relative;
    }
    .hero-wrapper::before, .hero-wrapper::after {
        content: "";
        width: 219px;
        height: 395px;
    }
    .hero-wrapper.x-pad {
        padding: 105px 0;
    }
    .hero-wrapper .hero-title {
        font-size: 32pt;
        margin-bottom: 0;
    }
    .hero-wrapper h2 {
        font-size: 15pt;
    }
    .hero-wrapper .hero-subtitle {
        font-size: 15pt;
    }
    .hero-wrapper .hero-subtitle span {
        font-size: 32pt;
        top: 6px;
    }
    .hero-wrapper h1.hero-title:after {
        bottom: -22px;
    }

    #about {
        margin-top: 0;
        background: #fff;
    }

    .element .highlight {
        color: #58585a;
    }

    .menu-detail {
        flex-direction: column;
        margin: 25px 25px 60px;
    }
    .menu-detail .menu-info {
        width: 100%;
    }

    .map-info-container .info-wrapper {
        grid-column: 3/-3;
        margin-top: 15%;
    }

    .overflow-image-text {
        width: 100%;
    }

    .overflow-image {
        width: 100%;
        position: relative;
        height: 560px;
        top: auto;
        bottom: -120px;
        margin-top: -80px;
    }

    #footer-onepage .footer-widget-area {
        padding: 25px 0;
    }
    #footer-onepage .footer-widget-area .footer-info.left,
    #footer-onepage .footer-widget-area .footer-info.right {
        text-align: center;
        justify-content: center;
    }

    .footer-logo {
        margin: 15px 0;
    }
    #footer-onepage .footer-widget-area .footer-info {
        margin-top:20px;
    }

}
@media (max-width: 576px) {
    .padding-divider-top {
        padding-top: 115px;
    }

    .section-divider-top-1 {
        padding-top: 70px !important;
    }
    .section-divider-top-1.off-section {
        height: 60px;
    }
    .section-divider-top-1::before {
        border-width: 60px 100vw 0 0;
    }

    .section-divider-top-2 {
        padding-top: 70px !important;
    }
    .section-divider-top-2.off-section {
        height: 60px;
    }
    .section-divider-top-2::before {
        border-width: 0 0 60px 100vw;
    }

    .section-divider-bottom-1 {
        padding-bottom: 70px !important;
    }
    .section-divider-bottom-1.off-section {
        height: 60px;
    }
    .section-divider-bottom-1::after {
        border-width: 0 0 60px 100vw;
    }

    .section-divider-bottom-2 {
        padding-bottom: 70px !important;
    }
    .section-divider-bottom-2.off-section {
        height: 60px;
    }
    .section-divider-bottom-2::after {
        border-width: 60px 0 0 100vw;
    }

    .gallery-scroller.thumbs-lg li {
        height: 250px;
        width: 250px;
    }
}
@media (max-width: 480px) {
    .hero-wrapper::before {
        left: -100px;
    }

    .hero-wrapper::after {
        right: -100px;
    }

    .hero-title {
        font-size: 30pt;
        margin-bottom: 15px;
    }
    .hero-title span:first-child:before {
        left: -52px;
        top: -10px;
    }
    .hero-title span:last-child:after {
        right: -52px;
        top: -10px;
    }
    .hero-title small {
        font-size: 16pt;
    }

    .hero-text {
        font-size: 22pt;
    }

    .element .image .hover-info h3 {
        font-size: 24pt;
    }

    .map-info-container .info-wrapper {
        grid-column: 2/-2;
        margin-top: 15%;
    }

    h1.section-title {
        font-size: 28pt;
    }

    #divider-section h1.section-title{
        font-size: 20pt;
    }

    h1.page-title {
        font-size: 28pt;
    }

    .section-desc h1 {
        font-size: 30pt;
    }

    .section-title-lg {
        font-size: 50pt;
    }
    .section-title-lg small {
        font-size: 30pt;
    }

    .map-info-container .info-wrapper .location-info h4 {
        font-size: 18pt;
    }
    .map-info-container .info-wrapper .location-info h5 {
        font-size: 13pt;
    }

    .form-wrapper {
        padding: 20px 25px;
    }

    .pagination {
        display: inline-block;
    }
    .pagination ul#pages {
        order: 0;
        margin: 0 0 15px;
        width: 100%;
    }
    .pagination ul#pages li {
        float: none;
    }
    .pagination ul#previous,
    .pagination ul#next {
        order: 0;
    }
    .pagination ul#previous li,
    .pagination ul#next li {
        float: none;
    }

    .form-wrap .btn[type=submit] {
        white-space: normal;
    }
    .form-wrap .btn[type=submit] .icon {
        display: none;
    }

    .submit_form .icon {
        display: none !important;
    }
}

@media (max-width: 415px) {
    .map-info-container .info-wrapper .location-info p {
        font-size:16px;
    }
}

@media (max-width: 1199px) {
    .parallax-background {
        background-attachment: scroll !important;
    }
}

.content-before-consent span.open-cookie-preferences{
    font-weight: 600;
}

.privacy-form{
    font-size:14px;
    margin-bottom:15px;
}