/* Generated on: Fri Jan 31 2020 12:57:33 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    .menu {
        display: grid;
        /* grid-template-rows: 40px max-content;
      gap: 10px; */
    }

    .toggle {
        background-color: transparent;
        /* width: 150px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        cursor: pointer;
        margin: 0 auto;
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 10px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .toggle::after {
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 3px 3px 0;
        border-style: solid;
        transform: rotate(45deg);
        transition: 0.4s;
        margin-left: 15px;
        margin-top: -3px;
    }

    .list {
        color: #fff;
        list-style: none;
        display: grid;
        grid-template-rows: repeat(7, 40px);
        border-radius: 5px;
        overflow: hidden;
        height: 0;
        transition: 0.4s;
        padding-left: 0;
        text-align: center;
    }

    .list-item {
        display: flex;
        align-items: center;
        transition: 0.4s, transform 0.4s var(--delay);
        transform: translateX(-100%);
        user-select: none;
        cursor: pointer;
        justify-content: center;
        font-family: Oswald, sans-serif;
        font-size: 14px;
    }

    .list-item:hover {
        background-color: #e88f2a;
        color: #fff;
    }

    .toggle:focus::after {
        transform: rotate(225deg);
        margin-top: 6px;
    }

    .toggle:focus ~ .list {
        height: 280px;
    }

    .toggle:focus ~ .list .list-item {
        transform: translateX(0);
    }

    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    .menu {
        display: grid;
        /* grid-template-rows: 40px max-content;
        gap: 10px; */
    }

    .toggle {
        background-color: transparent;
        /* width: 150px; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        cursor: pointer;
        margin: 0 auto;
        font-family: Oswald, sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 10px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .toggle::after {
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 3px 3px 0;
        border-style: solid;
        transform: rotate(45deg);
        transition: 0.4s;
        margin-left: 15px;
        margin-top: -3px;
    }

    .list {
        color: #fff;
        list-style: none;
        display: grid;
        grid-template-rows: repeat(7, 40px);
        border-radius: 5px;
        overflow: hidden;
        height: 0;
        transition: 0.4s;
        padding-left: 0;
        text-align: center;
    }

    .list-item {
        display: flex;
        align-items: center;
        transition: 0.4s, transform 0.4s var(--delay);
        transform: translateX(-100%);
        user-select: none;
        cursor: pointer;
        justify-content: center;
        font-family: Oswald, sans-serif;
        font-size: 14px;
    }

    .list-item:hover {
        background-color: #e88f2a;
        color: #fff;
    }

    .toggle:focus::after {
        transform: rotate(225deg);
        margin-top: 6px;
    }

    .toggle:focus ~ .list {
        height: 280px;
    }

    .toggle:focus ~ .list .list-item {
        transform: translateX(0);
    }
}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */
@font-face {
    font-family: "webflow-icons";
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
        format("truetype");
    font-weight: normal;
    font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
    font-family: "webflow-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
    content: "\e600";
}
.w-icon-slider-left:before {
    content: "\e601";
}
.w-icon-nav-menu:before {
    content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}
.w-icon-file-upload-remove:before {
    content: "\e900";
}
.w-icon-file-upload-icon:before {
    content: "\e903";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.w-block {
    display: block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
input.w-button {
    -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0 0;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
}
.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #aaadb0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.w-webflow-badge > img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
}
figure {
    margin: 0;
    margin-bottom: 10px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-embed:after {
    clear: both;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}
.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-radio:after {
    clear: both;
}
.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}
.w-radio-input {
    margin-top: 3px;
}
.w-file-upload {
    display: block;
    margin-bottom: 10px;
}
.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    display: inline-block;
    color: #333333;
}
.w-file-upload-error {
    display: block;
    margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}
.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer;
}
.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}
.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0;
}
.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}
.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}
.w-icon-file-upload-uploading {
    height: 20px;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-row:after {
    clear: both;
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.w-col-1 {
    width: 8.33333333%;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.33333333%;
}
.w-col-11 {
    width: 91.66666667%;
}
.w-col-12 {
    width: 100%;
}
.w-hidden-main {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: none !important;
    }
    .w-col-medium-1 {
        width: 8.33333333%;
    }
    .w-col-medium-2 {
        width: 16.66666667%;
    }
    .w-col-medium-3 {
        width: 25%;
    }
    .w-col-medium-4 {
        width: 33.33333333%;
    }
    .w-col-medium-5 {
        width: 41.66666667%;
    }
    .w-col-medium-6 {
        width: 50%;
    }
    .w-col-medium-7 {
        width: 58.33333333%;
    }
    .w-col-medium-8 {
        width: 66.66666667%;
    }
    .w-col-medium-9 {
        width: 75%;
    }
    .w-col-medium-10 {
        width: 83.33333333%;
    }
    .w-col-medium-11 {
        width: 91.66666667%;
    }
    .w-col-medium-12 {
        width: 100%;
    }
    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: none !important;
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
    .w-col-small-1 {
        width: 8.33333333%;
    }
    .w-col-small-2 {
        width: 16.66666667%;
    }
    .w-col-small-3 {
        width: 25%;
    }
    .w-col-small-4 {
        width: 33.33333333%;
    }
    .w-col-small-5 {
        width: 41.66666667%;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .w-col-small-7 {
        width: 58.33333333%;
    }
    .w-col-small-8 {
        width: 66.66666667%;
    }
    .w-col-small-9 {
        width: 75%;
    }
    .w-col-small-10 {
        width: 83.33333333%;
    }
    .w-col-small-11 {
        width: 91.66666667%;
    }
    .w-col-small-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: inherit !important;
    }
    .w-hidden-tiny {
        display: none !important;
    }
    .w-col {
        width: 100%;
    }
    .w-col-tiny-1 {
        width: 8.33333333%;
    }
    .w-col-tiny-2 {
        width: 16.66666667%;
    }
    .w-col-tiny-3 {
        width: 25%;
    }
    .w-col-tiny-4 {
        width: 33.33333333%;
    }
    .w-col-tiny-5 {
        width: 41.66666667%;
    }
    .w-col-tiny-6 {
        width: 50%;
    }
    .w-col-tiny-7 {
        width: 58.33333333%;
    }
    .w-col-tiny-8 {
        width: 66.66666667%;
    }
    .w-col-tiny-9 {
        width: 75%;
    }
    .w-col-tiny-10 {
        width: 83.33333333%;
    }
    .w-col-tiny-11 {
        width: 91.66666667%;
    }
    .w-col-tiny-12 {
        width: 100%;
    }
}
.w-widget {
    position: relative;
}
.w-widget-map {
    width: 100%;
    height: 400px;
}
.w-widget-map label {
    width: auto;
    display: inline;
}
.w-widget-map img {
    max-width: inherit;
}
.w-widget-map .gm-style-iw {
    text-align: center;
}
.w-widget-map .gm-style-iw > button {
    display: none !important;
}
.w-widget-twitter {
    overflow: hidden;
}
.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}
.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block;
}
.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
    margin-left: 7px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}
.w-widget-gplus {
    overflow: hidden;
}
.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}
.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}
.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
    border-radius: 100%;
}
.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}
.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
    color: #fff;
}
.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
    background-color: #222;
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
    background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}
.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}
.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}
.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}
.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}
.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}
.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}
.w-dropdown-list.w--open {
    display: block;
}
.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}
.w-dropdown-link.w--current {
    color: #0082f3;
}
@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}
.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana,
        sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
}
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
.w-lightbox-view:before {
    content: "";
    height: 100vh;
}
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}
.w-lightbox-figure {
    position: relative;
    margin: 0;
}
.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}
.w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}
.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
.w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}
.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
}
.w-lightbox-active {
    opacity: 0.3;
}
.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}
.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}
.w-lightbox-hide {
    display: none;
}
.w-lightbox-noscroll {
    overflow: hidden;
}
@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }
    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }
    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }
    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: 0.5;
    }
    .w-lightbox-close {
        opacity: 0.8;
    }
    .w-lightbox-control:hover {
        opacity: 1;
    }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-richtext:after {
    clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.w-richtext figure {
    position: relative;
    max-width: 60%;
}
.w-richtext figure > div:before {
    cursor: default !important;
}
.w-richtext figure img {
    width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}
.w-richtext figure div {
    font-size: 0;
    color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}
.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
    clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}
.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}
.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-nav:after {
    clear: both;
}
.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}
.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.w-nav-link.w--current {
    color: #0082f3;
}
.w-nav-menu {
    position: relative;
    float: right;
}
.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c8c8c8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}
.w--nav-link-open {
    display: block;
    position: relative;
}
.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
    top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0;
}
.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-nav-button.w--open {
    background-color: #c8c8c8;
    color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}
.w--nav-dropdown-open {
    display: block;
}
.w--nav-dropdown-toggle-open {
    display: block;
}
.w--nav-dropdown-list-open {
    position: static;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }
    .w-nav-brand {
        padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}
.w-tabs {
    position: relative;
}
.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-tabs:after {
    clear: both;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}
.w-tab-link.w--current {
    background-color: #c8c8c8;
}
.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.w-tab-pane {
    position: relative;
    display: none;
}
.w--tab-active {
    display: block;
}
@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}
.w-ix-emptyfix:after {
    content: "";
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}
.w-dyn-hide {
    display: none !important;
}
.w-dyn-bind-empty {
    display: none !important;
}
.w-condition-invisible {
    display: none !important;
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
body {
    height: 100%;
    padding-left: 300px;
    background-color: #1c1a17;
    font-family: Merriweather, serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e88f2a;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    font-family: Merriweather, serif;
}

a {
    color: #e88f2a;
}

a:hover {
    color: #5c5246;
}

li {
    margin-bottom: 6px;
}

.button {
    display: inline-block;
    margin-top: 15px;
    margin-right: 6px;
    padding: 4px 25px;
    border-radius: 3px;
    background-color: #2b2825;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    font-family: Oswald, sans-serif;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.button:hover {
    background-color: #e88f2a;
    color: #fff;
}

.button.slider-button {
    margin-right: 8px;
    margin-left: 8px;
    background-color: #e88f2a;
}

.button.slider-button:hover {
    background-color: #fff;
    color: #e88f2a;
}

.button.submit-button {
    width: 100%;
    margin-top: 10px;
}

.button.yellow {
    background-color: #e88f2a;
}

.button.yellow:hover {
    background-color: #3d3833;
}

.button.blog-archive {
    position: absolute;
    top: 19px;
    right: 53px;
    padding-right: 18px;
    padding-left: 18px;
    background-color: #e88f2a;
    line-height: 30px;
}

.button.blog-archive:hover {
    background-color: #f1a348;
}

.button.outline-button {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}

.button.outline-button:hover {
    border-color: #3d3833;
    background-color: #3d3833;
    color: #fff;
}

.navbar-left {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    height: 100%;
    background-color: #3d3833;
    background-image: url("../../assets/img/55d5b8d8b4ce9258656a0dd5_Beans.jpg");
    background-position: 50% 50%;
    text-align: center;
}

.logo-container {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 25px;
    float: none;
    text-align: center;
}

.nav-menu {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    float: none;
}

.logo-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

.logo-text.subtitle {
    opacity: 0.3;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 3px;
}

.nav-link {
    display: block;
    padding-top: 15px;
    padding-bottom: 25px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-link:hover {
    background-color: #e88f2a;
    color: #fff;
}

.nav-link.w--current {
    color: #e88f2a;
}

.nav-link.w--current:hover {
    color: #fff;
}

.menu-divider {
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.nav-contact-block {
    margin-top: 25px;
}

.nav-social-button {
    margin-right: 4px;
    margin-left: 4px;
    opacity: 1;
}

.nav-social-button:hover {
    opacity: 0.3;
}

.nav-social-icon {
    height: 18px;
}

.nav-bottom-text {
    margin-top: 22px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 11px;
}

.nav-bottom-text._2 {
    margin-top: 5px;
    opacity: 0.5;
    line-height: 11px;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    background-image: url("../../assets/img/banner-1.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.hero-slide._2 {
    background-image: url("../../assets/img/banner-2.jpg");
}

.hero-slide._3 {
    background-image: url("../../assets/img/banner-3.jpg");
}

.hero-slide._4 {
  background-image: url("../../assets/img/banner-4.jpg");
}

.hero-slide._5 {
  background-image: url("../../assets/img/banner-5.jpg");
}

.hero-slide-overlay {
    width: 100%;
    height: 100%;
    padding-top: 1px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.hero-slide-button {
    width: 100px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #fff;
    font-size: 19px;
}

.hero-slide-button:hover {
    background-color: #faf3eb;
    color: #000;
}

.hero-slide-title {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 95px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.hero-slide-title.subtitle {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 50px;
}

.section {
    padding: 100px 35px;
    background-color: #faf3eb;
}

.section.menu-page-section {
    padding-top: 0px;
    padding-bottom: 80px;
}

.section.white {
    background-color: #fff;
}

.container {
    text-align: center;
}

.container.left-align {
    margin-bottom: 45px;
    text-align: left;
}

.container.align-left {
    text-align: left;
}

.section-intro-block {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.section-intro-title {
    margin-top: 0px;
    font-family: Oswald, sans-serif;
    font-size: 62px;
    line-height: 66px;
    text-transform: uppercase;
}

.section-intro-title.subtitle {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #c7b9a9;
    font-size: 22px;
    line-height: 21px;
    font-weight: 400;
}

.section-intro-title.small {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.image-section {
    background-image: url("../../assets/img/about-our-restaurant.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.image-section.owner {
    background-image: url("../../assets/img/testi-bg.jpg");
    background-position: 50% 0px;
}

.image-section-overlay {
    width: 100%;
    height: 100%;
    padding: 125px 35px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.image-section-overlay.owner {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.6)),
        to(transparent)
    );
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
}

.image-section-row {
    margin-top: 70px;
}

.image-section-icon {
    height: 80px;
    margin-bottom: 27px;
}

.image-section-column-title {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.menu-tabs-menu {
    display: inline-block;
    overflow: hidden;
    margin-top: 45px;
    border-radius: 3px;
}

.menu-tab-button {
    padding-right: 45px;
    padding-left: 45px;
    background-color: #faf3eb;
    -webkit-transition: background-color 300ms ease, color 350ms ease;
    transition: background-color 300ms ease, color 350ms ease;
    font-family: Oswald, sans-serif;
    color: #ab9f91;
    line-height: 30px;
    text-transform: uppercase;
}

.menu-tab-button:hover {
    background-color: #3d3935;
    color: #fff;
}

.menu-tab-button.w--current {
    background-color: #e88f2a;
    color: #fff;
}

.menu-tab-button.w--current:hover {
    background-color: #e88f2a;
}

.menu-tab-pane {
    padding-top: 55px;
}

.menu-list-item {
    position: relative;
    margin-bottom: 15px;
    padding-right: 90px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    text-align: left;
}

.menu-item-title {
    margin-bottom: 3px;
    font-family: Merriweather, serif;
    font-size: 15px;
    font-weight: 700;
}

.menu-item-title.description {
    display: inline-block;
    font-family: "Droid Sans", sans-serif;
    color: #9e9e9e;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
}

.menu-item-price {
    position: absolute;
    top: 3px;
    right: 24px;
    display: inline-block;
    margin-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    float: none;
    border-radius: 3px;
    background-color: #e88f2a;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
}

.link {
    color: #e88f2a;
}

.link:hover {
    color: #000;
}

.link.white {
    color: #fff;
}

.link.white:hover {
    opacity: 1;
    color: hsla(0, 0%, 100%, 0.5);
}

.hero-slide-container {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.intro-title {
    margin-bottom: 14px;
    font-family: Satisfy, sans-serif;
    color: #eda03b;
    font-size: 22px;
    line-height: 20px;
    text-shadow: none;
}

.intro-title.slider-intro-title {
    line-height: 40px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.footer {
    padding: 65px 35px;
    background-color: #1c1a17;
    color: #b1b1b1;
    text-align: left;
}

.menu-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(61, 56, 51, 0.9);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(61, 56, 51, 0)),
        to(#3d3833)
    );
    background-image: linear-gradient(0deg, rgba(61, 56, 51, 0), #3d3833);
}

.section-divider-line {
    display: block;
    width: 40%;
    height: 1px;
    margin: 35px auto 25px;
    background-color: rgba(0, 0, 0, 0.09);
}

.text-column-left {
    padding-top: 30px;
    padding-right: 45px;
}

.gallery-thumb {
    width: 100%;
    height: 150px;
    border-radius: 4px;
}

.gallery-thumb.large {
    height: 675px;
}

.small-gallery-row {
    margin-bottom: 15px;
}

.small-gallery-lightbox {
    width: 97%;
    float: left;
}

.small-gallery-lightbox:hover {
    opacity: 0.8;
}

.small-gallery-lightbox._2 {
    float: right;
}

.small-gallery-lightbox._2:hover {
    opacity: 0.7;
}

.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.footer-text {
    font-family: Merriweather, serif;
    color: #fff;
    font-size: 12px;
}

.footer-text.small {
    font-size: 10px;
}

.go-to-top-link-block {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin-top: -90px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20%;
    background-color: #1c1a17;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: left;
}

.icon-go-to-top {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px;
    opacity: 0.4;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-go-to-top:hover {
    opacity: 1;
}

.footer-col-right {
    text-align: right;
}

.page-header {
    background-image: url("../../assets/img/about-banner.jpg");
    background-position: 50% 100%;
    background-size: cover;
}

.page-header.reservations {
    background-image: url("../../assets/img/55d5b56db4ce9258656a0c3a_Photo-1.jpg");
    background-position: 50% 0px;
}

.page-header.gallery {
    background-image: url("../../assets/img/55d5b8d8b4ce9258656a0dd5_Beans.jpg");
}

.page-header.contact-us {
    background-image: url("../../assets/img/55d82b1aa811abde4e36a0d7_Coffee.jpg");
    background-position: 50% 50%;
}

.page-header.blog-post {
    background-position: 50% 50%;
}

.page-header.license {
    background-image: url("../../assets/img/55d5b8d8b4ce9258656a0dd5_Beans.jpg");
}

.page-header-overlay {
    position: relative;
    padding-top: 145px;
    padding-bottom: 145px;
    background-color: rgba(0, 0, 0, 0.29);
    color: #fff;
}

.page-header-overlay.blog-post {
    padding-top: 135px;
    padding-bottom: 175px;
}

.menu-page-tabs-menu {
    margin-top: -70px;
}

.menu-page-tab-button {
    position: relative;
    width: 25%;
    height: 70px;
    padding-top: 19px;
    padding-left: 58px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
}

.menu-page-tab-button:hover {
    background-color: #3d3833;
    color: #fff;
}

.menu-page-tab-button.w--current {
    background-color: #e88f2a;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
}

.menu-page-tab-button.w--current:hover {
    background-color: #e88f2a;
}

.menu-page-tab-title {
    float: none;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-page-tab-title.subtitle {
    opacity: 0.49;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-tab-icon {
    position: absolute;
    left: 18px;
    top: 20px;
    height: 29px;
    margin-bottom: 9px;
    float: left;
}

.menu-page-tab-pane {
    padding-top: 100px;
}

.menu-page-tabs-content {
    overflow: visible;
}

.gallery-lightbox {
    margin-bottom: 20px;
}

.gallery-lightbox:hover {
    opacity: 0.8;
}

.gallery-block-left {
    width: 50%;
    float: left;
}

.gallery-block-right {
    width: 50%;
    padding-left: 20px;
    float: right;
}

.contact-us-image {
    overflow: hidden;
    width: 100%;
    height: 330px;
    border-radius: 0px 5px 0px 0px;
    background-image: url("../../assets/img/rock-on.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.contact-us-image._2 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    background-image: url("../../assets/img/vibe-on.jpg");
}
.contact-us-image._2.contact-us-image-2
{
  background-image: url("../../assets/img/contact2.jpg");

}

.contact-us-column {
    padding-right: 0px;
    padding-left: 0px;
}

.contact-us-column.text-left {
    padding: 45px 45px 25px;
}

.contact-us-column.text-right {
    padding-top: 77px;
    padding-right: 45px;
    padding-left: 45px;
}

.contact-us-column.form-left {
    padding-right: 45px;
    padding-left: 45px;
}

.logo-icon {
    height: auto;
    margin-bottom: 13px;
    opacity: 1;
}

.contact-us-map {
    height: 350px;
}

.field {
    width: 100%;
    height: 48px;
    margin-bottom: 4px;
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
    font-family: Merriweather, serif;
    font-size: 12px;
}

.field:hover {
    border-color: #e8e0d8;
}

.field:focus {
    border-color: #e88f2a;
    box-shadow: 0 0 13px 0 rgba(232, 143, 42, 0.5);
}

.field.area {
    height: 108px;
}

.field.first-half {
    width: 99%;
    float: left;
}

.field.last-half {
    width: 99%;
    float: right;
}

.contact-us-reservation-link-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 487px;
    border-radius: 4px;
    background-image: url("../../assets/img/contact1.jpg");
    background-position: 50% 50%;
    background-size: cover;
    text-align: left;
}

.reservation-link-block-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 100px 45px 45px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(53%, rgba(0, 0, 0, 0.65))
    );
    background-image: linear-gradient(
        180deg,
        transparent,
        rgba(0, 0, 0, 0.65) 53%
    );
}

.reservation-overlay-title {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 46px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
}

.reservation-overlay-title._2 {
    font-size: 22px;
    font-weight: 300;
}

.success-bg {
    padding-top: 150px;
    padding-left: 0px;
    background-color: transparent;
}

.success-text {
    font-family: Satisfy, sans-serif;
    color: #e88f2a;
    font-size: 27px;
    line-height: 30px;
}

.success-text._2 {
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 37px;
    line-height: 46px;
}

.error-bg {
    padding-bottom: 5px;
    border-radius: 4px;
}

.error-text {
    color: red;
    font-size: 11px;
}

.reservation-image-block {
    width: 100%;
    height: 487px;
    border-radius: 4px;
    background-image: url("../../assets/img/reservation1.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.reservation-image-block._2 {
    background-image: url("../../assets/img/reservation2.jpg");
}

.about-us-image {
    width: 100%;
    height: 580px;
    border-radius: 4px;
    background-image: url("../../assets/img/about-img.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.about-us-text-col-right {
    padding-right: 45px;
    padding-left: 45px;
}

.owner-image {
    width: 100px;
    height: 100px;
    margin-bottom: 19px;
    border: 5px solid #fff;
    border-radius: 100%;
}

.owner-title {
    margin-top: 8px;
    margin-bottom: 21px;
    font-family: Oswald, sans-serif;
    color: #e88f2a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.owner-signature {
    margin-top: 38px;
    font-family: "Reenie Beanie", sans-serif;
    color: #9e9e9e;
    font-size: 34px;
    line-height: 40px;
}

.event-image-section {
    background-image: url("../../assets/img/55d82b0753965dde61577b33_Spare-ribs.jpg");
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
}

.event-image-section._2 {
    background-image: url("../../assets/img/55d82b1aa811abde4e36a0d7_Coffee.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.event-image-section-overlay {
    width: 100%;
    height: 100%;
    padding: 90px 35px;
    background-color: rgba(0, 0, 0, 0.49);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: #fff;
    text-align: left;
}

.event-title {
    margin-top: 0px;
    font-family: Oswald, sans-serif;
    font-size: 61px;
    line-height: 60px;
    text-transform: uppercase;
}

.event-title._2 {
    margin-bottom: 29px;
    color: #e88f2a;
    font-size: 30px;
    line-height: 30px;
}

.event-info-title {
    display: block;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    color: #e88f2a;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.event-info-title._2 {
    margin-bottom: 45px;
    color: #0a0a0a;
    font-size: 34px;
    line-height: 30px;
}

.more-info-text {
    display: inline-block;
    margin-left: 12px;
    font-family: Merriweather, serif;
    font-size: 12px;
    font-weight: 400;
}

.footer-social-block {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    padding-top: 6px;
    border-radius: 3px;
    background-color: #47443e;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    text-align: center;
}

.footer-social-block:hover {
    background-color: #e88f2a;
}

.image-background-section {
    padding: 0px;
    background-color: #fff;
    background-image: url("../../assets/img/our-menu-rightbg.jpg");
    background-position: 100% 50%;
    background-size: auto 1000px;
    background-repeat: no-repeat;
}

.image-background-section.coffee {
    background-image: url("../../assets/img/55d8297553965dde61577b1f_BG-coffee.jpg");
    background-position: 100% 50%;
}

.rating-block {
    margin-top: 45px;
}

.star-rating {
    width: 20px;
    margin-right: 2px;
    margin-left: 2px;
}

.star-rating.gray {
    opacity: 0.2;
}

.rating-stars-wrapper {
    margin-bottom: 7px;
}

.rating-title {
    margin-bottom: 13px;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    line-height: 31px;
}

.rating-name {
    margin-top: 13px;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
}

.empty-state {
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-link-title {
    display: block;
    margin-top: 20px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Oswald, sans-serif;
    color: #1a1a1a;
    font-size: 34px;
    line-height: 35px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-link-title:hover {
    color: #e88f2a;
}

.blog-post-image {
    overflow: hidden;
    width: 100%;
    height: 450px;
    border-radius: 4px;
    background-image: url("../../assets/img/../img/example-bg.png");
    background-position: 50% 50%;
    background-size: cover;
}

.blog-post-item {
    margin-bottom: 20px;
}

.blog-column-left {
    padding-left: 0px;
}

.blog-text-column-right {
    padding-top: 75px;
    padding-right: 40px;
    padding-left: 40px;
}

.blog-post-text-block {
    text-align: left;
}

.image-background-overlay {
    padding: 100px 35px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(68%, #fff),
        to(hsla(0, 0%, 100%, 0.013))
    );
    background-image: linear-gradient(
        90deg,
        #fff 68%,
        hsla(0, 0%, 100%, 0.013)
    );
}

.event-column-right {
    padding-top: 32px;
    padding-right: 45px;
    padding-left: 45px;
}

.event-title-link {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Oswald, sans-serif;
    color: #333;
    font-size: 45px;
    line-height: 36px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.event-title-link:hover {
    color: #e88f2a;
}

.event-overview-image {
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    background-image: url("../../assets/img/55d832add90693dd610520b6_Owner.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.events-row {
    margin-bottom: 20px;
}

.event-header-block {
    width: 500px;
    text-align: left;
}

.blog-date {
    font-family: Satisfy, sans-serif;
    color: #e88f2a;
    font-size: 22px;
    line-height: 34px;
}

.blog-post-author-block {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 18px 18px 18px 79px;
    float: none;
    background-color: #3d3833;
    color: #fff;
    text-align: left;
}

.blog-post-profile-image {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-left: 0px;
    float: left;
    border: 5px solid #fff;
    border-radius: 100%;
}

.blog-post-author-title {
    margin-top: 15px;
    float: none;
    font-size: 12px;
}

.blog-post-author-title.name {
    margin-top: 0px;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-post-block {
    position: relative;
    z-index: 10;
    display: block;
    width: 70%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 80px 140px;
    background-color: #fff;
}

.image-link-block {
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.image-link-block:hover {
    background-color: rgba(232, 143, 42, 0.8);
}

.blog-author-wrapper {
    width: 265px;
    float: left;
}

.empty-state-icon {
    height: 90px;
}

.empty-state-title {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 700;
}

.empty-state-title.subtitle {
    font-size: 15px;
    font-weight: 400;
}

.menu-white-wrapper {
    padding: 23px 13px 3px 0px;
    background-color: hsla(0, 0%, 100%, 0.7);
}

.copyright-text {
    display: inline-block;
    margin-right: 10px;
}

.bottom-footer-link {
    color: #faf3eb;
}

.bottom-footer-link:hover {
    color: #fff;
}

.style-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.style-block.first {
    margin-bottom: 40px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
}

.license-block {
    position: relative;
    margin-top: 20px;
    padding: 20px 350px 20px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
}

.license-block-title {
    display: block;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 30px;
}

.license-links-wrapper {
    position: absolute;
    left: auto;
    top: 50%;
    right: 50px;
    bottom: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.license-link {
    display: inline-block;
    margin-left: 20px;
}

.text-block {
    line-height: 23px;
}

.subpage-intro-nav {
    margin-top: 20px;
}

.subpage-intro-nav-link {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    color: #fff;
}

.subpage-intro-nav-link:hover {
    color: hsla(0, 0%, 100%, 0.5);
}

.subpage-intro-nav-link.w--current {
    color: hsla(0, 0%, 100%, 0.5);
}

.subpage-intro-nav-link.last {
    margin-right: 0px;
    padding-right: 0px;
    border-right-width: 0px;
}

.subpage-intro-nav-link-title {
    display: inline-block;
    text-transform: capitalize;
}

.rtb {
    margin-bottom: -15px;
}

.style-title {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 700;
}

.font-2 {
    font-size: 15px;
}

.checklist-item-2 {
    padding-left: 25px;
    background-image: url("../../assets/img/5e3423c191dfef5c9b752682_verified.svg");
    background-position: 0px 50%;
    background-size: 13px;
    background-repeat: no-repeat;
}

.template-color {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e88f2a;
    color: #fff;
    text-align: center;
}

.template-color._2 {
    border: 1px solid #000;
    background-color: #faf3eb;
    color: #000;
}

.template-color._3 {
    background-color: #3d3833;
    color: #fff;
}

@media (max-width: 991px) {
    body {
        padding-left: 220px;
    }
    h3 {
        font-size: 17px;
        line-height: 26px;
    }
    p {
        font-size: 12px;
    }
    .button {
        margin-top: 10px;
        font-size: 12px;
        line-height: 31px;
    }
    .button.blog-archive {
        top: 24px;
        right: 23px;
    }
    .navbar-left {
        width: 220px;
    }
    .nav-link {
        line-height: 5px;
    }
    .nav-social-icon {
        height: 17px;
    }
    .hero-slide-overlay {
        padding-top: 1px;
        padding-right: 55px;
        padding-left: 55px;
    }
    .hero-slide-button {
        width: 50px;
    }
    .hero-slide-title {
        font-size: 65px;
        line-height: 60px;
    }
    .hero-slide-title.subtitle {
        margin-bottom: 14px;
        font-size: 26px;
        line-height: 30px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section.menu-page-section {
        padding-bottom: 25px;
    }
    .section-intro-block {
        width: 90%;
    }
    .section-intro-title {
        font-size: 35px;
        line-height: 36px;
    }
    .section-intro-title.small {
        font-size: 26px;
        line-height: 26px;
    }
    .image-section {
        background-attachment: scroll;
    }
    .image-section-overlay {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .image-section-row {
        margin-top: 40px;
    }
    .image-section-icon {
        height: 60px;
    }
    .image-section-column-title {
        font-size: 15px;
        line-height: 19px;
    }
    .menu-tab-button {
        line-height: 20px;
    }
    .menu-tab-pane {
        padding-top: 35px;
    }
    .menu-list-item {
        margin-bottom: 10px;
        padding-right: 72px;
        padding-bottom: 10px;
    }
    .menu-item-title {
        font-size: 13px;
    }
    .menu-item-title.description {
        font-size: 10px;
        line-height: 15px;
    }
    .menu-item-price {
        right: 11px;
        font-size: 13px;
    }
    .intro-title {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .footer {
        padding: 55px 25px 25px;
    }
    .section-divider-line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .text-column-left {
        padding-right: 10px;
    }
    .gallery-column-right {
        padding-top: 72px;
    }
    .gallery-thumb {
        height: 80px;
    }
    .gallery-thumb.large {
        height: auto;
    }
    .footer-col-left {
        padding-top: 7px;
    }
    .go-to-top-link-block {
        width: 60px;
        height: 60px;
        margin-top: -69px;
        margin-bottom: -21px;
    }
    .icon-go-to-top {
        padding: 14px;
    }
    .page-header-overlay {
        padding: 90px 35px;
    }
    .page-header-overlay.menu {
        padding-top: 95px;
        padding-bottom: 165px;
    }
    .page-header-overlay.blog-post {
        padding-top: 75px;
    }
    .menu-page-tabs-menu {
        margin-top: -120px;
    }
    .menu-page-tab-button {
        height: 120px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .menu-page-tab-title.subtitle {
        margin-top: 4px;
        font-size: 10px;
    }
    .menu-tab-icon {
        position: static;
        float: none;
    }
    .menu-page-tab-pane {
        padding-top: 45px;
    }
    .gallery-lightbox {
        margin-bottom: 10px;
    }
    .contact-us-image {
        height: 280px;
    }
    .contact-us-column.text-left {
        padding-right: 25px;
        padding-left: 25px;
    }
    .contact-us-column.text-right {
        padding-right: 25px;
        padding-left: 25px;
    }
    .contact-us-column.form-left {
        padding-right: 25px;
        padding-left: 25px;
    }
    .contact-us-reservation-link-block {
        height: 417px;
    }
    .reservation-link-block-overlay {
        padding-right: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
    }
    .reservation-overlay-title {
        font-size: 36px;
        line-height: 38px;
    }
    .reservation-overlay-title._2 {
        margin-top: 9px;
        font-size: 15px;
        line-height: 24px;
    }
    .reservation-image-block {
        height: 416px;
    }
    .reservation-image-column {
        padding-right: 0px;
        padding-left: 6px;
    }
    .about-us-image {
        height: 680px;
    }
    .about-us-text-col-right {
        padding-right: 20px;
        padding-left: 20px;
    }
    .event-image-section-overlay {
        padding: 70px 35px 50px;
    }
    .event-title {
        font-size: 51px;
        line-height: 50px;
    }
    .image-background-section {
        background-position: 100% 50%;
    }
    .rating-block {
        margin-top: 25px;
    }
    .blog-link-title {
        font-size: 23px;
        line-height: 28px;
    }
    .blog-post-image {
        height: 370px;
    }
    .blog-text-column-right {
        padding-top: 5px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .image-background-overlay {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: hsla(0, 0%, 100%, 0.9);
        background-image: none;
    }
    .event-column-right {
        padding-right: 25px;
        padding-left: 25px;
    }
    .event-title-link {
        font-size: 25px;
        line-height: 26px;
    }
    .event-overview-image {
        height: 230px;
    }
    .events-row {
        margin-bottom: 10px;
    }
    .event-header-block {
        width: 420px;
    }
    .blog-post-author-block {
        padding-left: 30px;
    }
    .blog-post-block {
        width: 90%;
        padding-top: 30px;
        padding-right: 45px;
        padding-left: 45px;
    }
    .blog-author-wrapper {
        width: 235px;
    }
    .subpage-intro-nav-link {
        margin-left: 15px;
        padding-left: 15px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    body {
        padding-left: 0px;
    }
    p {
        font-size: 12px;
    }
    .button {
        line-height: 30px;
    }
    .button.slider-button {
        line-height: 30px;
    }
    .button.blog-read-more {
        margin-top: 0px;
    }
    .navbar-left {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: auto;
        width: 100%;
        height: auto;
    }
    .logo-container {
        width: 240px;
        margin-top: 13px;
        padding-top: 1px;
        padding-bottom: 0px;
        float: left;
    }
    .nav-menu {
        position: relative;
        z-index: 4000;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        float: right;
        background-color: #262321;
    }
    .logo-text {
        font-size: 19px;
        line-height: 28px;
        text-align: left;
    }
    .hero-slider {
        height: 420px;
    }
    .hero-slide-overlay {
        padding-top: 41px;
    }
    .hero-slide-title {
        font-size: 45px;
        line-height: 40px;
    }
    .hero-slide-title.subtitle {
        font-size: 20px;
        line-height: 20px;
    }
    .section {
        padding: 25px;
        font-size: 12px;
    }
    .section-intro-block {
        width: 100%;
    }
    .section-intro-title.subtitle {
        margin-bottom: 9px;
        font-size: 18px;
    }
    .image-section-overlay {
        padding: 25px;
    }
    .image-section-icon {
        height: 50px;
        margin-bottom: 16px;
    }
    .menu-tabs-menu {
        margin-top: 25px;
    }
    .menu-list-item {
        padding-right: 62px;
        padding-left: 0px;
    }
    .menu-item-title {
        font-size: 14px;
    }
    .menu-item-title.description {
        font-size: 11px;
        line-height: 16px;
    }
    .menu-item-price {
        right: 0px;
    }
    .hero-slide-container {
        top: 53%;
        padding-right: 35px;
        padding-left: 35px;
    }
    .footer {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .menu-overlay {
        position: relative;
        padding-bottom: 10px;
    }
    .section-divider-line {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .text-column-left {
        padding-top: 0px;
    }
    .gallery-column-right {
        padding-top: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .gallery-thumb {
        height: auto;
    }
    .footer-col-left {
        padding-top: 15px;
        padding-left: 0px;
        text-align: center;
    }
    .go-to-top-link-block {
        margin-top: -56px;
    }
    .go-to-top-link-block.w--current {
        width: 70px;
        height: 70px;
        margin-top: -38px;
        margin-bottom: -26px;
    }
    .icon-go-to-top {
        padding: 22px;
    }
    .footer-col-right {
        padding-top: 15px;
        padding-left: 0px;
        text-align: center;
    }
    .page-header-overlay {
        padding: 120px 35px 50px;
    }
    .page-header-overlay.menu {
        padding-top: 170px;
        padding-bottom: 150px;
    }
    .page-header-overlay.blog-post {
        padding-top: 105px;
        padding-bottom: 165px;
    }
    .menu-page-tabs-menu {
        margin-top: -55px;
    }
    .menu-page-tab-button {
        display: block;
        width: 100%;
        height: 55px;
        margin-bottom: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #534d47;
        background-color: #3d3833;
        -webkit-transition: background-color 200ms ease;
        transition: background-color 200ms ease;
        text-align: left;
    }
    .menu-page-tab-button:hover {
        background-color: #e88f2a;
        color: #fff;
    }
    .menu-page-tab-title {
        font-size: 15px;
        line-height: 13px;
    }
    .menu-tab-icon {
        height: 26px;
        margin-right: 14px;
        float: left;
    }
    .menu-page-tab-pane {
        padding-top: 25px;
    }
    .gallery-block-left {
        padding-right: 10px;
    }
    .gallery-block-right {
        padding-left: 0px;
    }
    .contact-us-column.text-left {
        padding: 0px 0px 15px;
    }
    .contact-us-column.text-right {
        padding-top: 35px;
    }
    .contact-us-column.form-left {
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
    .logo-icon {
        height: 60px;
        margin-right: 9px;
        margin-left: 20px;
        float: left;
    }
    .contact-us-map {
        height: 370px;
        padding-bottom: 37px;
    }
    .contact-us-reservation-link-block {
        height: 307px;
    }
    .reservation-image-column {
        padding-left: 0px;
    }
    .about-us-image {
        height: 290px;
    }
    .about-us-image-column {
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    .about-us-text-col-right {
        padding-right: 0px;
        padding-left: 0px;
    }
    .event-image-section-overlay {
        padding: 110px 25px 20px;
    }
    .event-title._2 {
        margin-bottom: 20px;
    }
    .event-info-title._2 {
        margin-bottom: 25px;
    }
    .facts-column {
        padding-bottom: 14px;
    }
    .image-background-section {
        background-size: cover;
    }
    .gallery-column {
        padding-right: 0px;
        padding-left: 0px;
    }
    .menu-button {
        width: 50px;
        height: 50px;
        margin-top: 24px;
        margin-right: 10px;
        padding-top: 14px;
        padding-right: 0px;
        padding-left: 0px;
        border-radius: 3px;
        background-color: #fff;
        text-align: center;
    }
    .menu-button.w--open {
        background-color: #e88f2a;
    }
    .blog-post-image {
        height: 250px;
    }
    .blog-post-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
    }
    .blog-column-left {
        padding-right: 0px;
    }
    .blog-text-column-right {
        padding-top: 25px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .image-background-overlay {
        padding: 25px;
        background-color: #fff;
    }
    .event-column-right {
        padding-right: 15px;
        padding-left: 15px;
    }
    .event-header-block {
        width: 80%;
    }
    .blog-post-block {
        padding-top: 20px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .blog-author-wrapper {
        width: 265px;
    }
    .menu-white-wrapper {
        padding: 0px;
    }
    .copyright-text {
        font-size: 11px;
    }
    .style-block {
        padding: 30px;
    }
    .style-block.first {
        padding: 40px 40px 0px;
    }
    .license-block {
        padding-top: 30px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    .license-links-wrapper {
        position: static;
        margin-top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .license-link {
        margin-right: 20px;
        margin-left: 0px;
    }
    .subpage-intro-nav {
        float: none;
    }
    .subpage-intro-nav-link {
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 15px;
    }
    .button-column {
        padding-top: 10px;
    }
    .column {
        padding: 20px 0px 0px;
    }
}

@media (max-width: 479px) {
    h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .button {
        width: 100%;
        margin-top: 5px;
        margin-right: auto;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 12px;
        line-height: 30px;
    }
    .button.slider-button {
        margin-top: 8px;
        margin-right: auto;
        margin-left: 0px;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 30px;
    }
    .button.overview-button {
        width: auto;
    }
    .button.event-button {
        margin-bottom: 10px;
    }
    .button.blog-archive {
        position: static;
        display: block;
        width: auto;
    }
    .nav-link {
        font-size: 13px;
        line-height: 4px;
    }
    .hero-slider {
        height: 550px;
    }
    .hero-slide-overlay {
        padding-right: 45px;
        padding-left: 45px;
    }
    .hero-slide-button {
        top: 50px;
        width: 30px;
        height: 70px;
        font-size: 14px;
    }
    .hero-slide-title {
        font-size: 40px;
    }
    .hero-slide-title.subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .section {
        padding: 20px;
    }
    .section-intro-block {
        margin-bottom: 1px;
    }
    .section-intro-title {
        font-size: 26px;
        line-height: 28px;
    }
    .section-intro-title.subtitle {
        margin-top: 1px;
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 14px;
    }
    .menu-tabs-menu {
        display: block;
        width: 100%;
        margin-top: 20px;
    }
    .menu-tab-button {
        width: 100%;
        margin-bottom: 2px;
        padding-right: 25px;
        padding-left: 25px;
        border-radius: 3px;
    }
    .menu-list-item {
        margin-bottom: 7px;
        padding-bottom: 7px;
    }
    .hero-slide-container {
        top: 60%;
        padding-right: 45px;
        padding-left: 45px;
    }
    .intro-title {
        margin-bottom: 7px;
        font-size: 17px;
        line-height: 20px;
    }
    .intro-title.slider-intro-title {
        line-height: 23px;
    }
    .text-column-left {
        padding-top: 0px;
    }
    .gallery-column-right {
        padding-top: 16px;
    }
    .small-gallery-row {
        margin-bottom: 8px;
    }
    .go-to-top-link-block.w--current {
        margin-top: -48px;
        margin-bottom: -7px;
    }
    .page-header-overlay {
        padding: 170px 0px 110px;
    }
    .page-header-overlay.blog-post {
        padding-top: 190px;
        padding-bottom: 100px;
    }
    .contact-us-image {
        height: 200px;
    }
    .contact-us-column.text-right {
        padding-top: 25px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .contact-us-map {
        padding-bottom: 75px;
    }
    .reservation-image-block {
        height: 305px;
    }
    .about-us-image {
        height: 170px;
    }
    .about-us-image-column {
        padding-bottom: 0px;
    }
    .event-image-section-overlay {
        padding: 100px 20px 30px;
    }
    .event-title {
        font-size: 29px;
        line-height: 30px;
    }
    .event-title._2 {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 23px;
    }
    .event-info-title {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 16px;
    }
    .event-info-title._2 {
        font-size: 24px;
    }
    .more-info-text {
        display: block;
        margin-left: 0px;
    }
    .image-background-section {
        background-position: -261% 50%;
    }
    .rating-title {
        font-size: 20px;
    }
    .blog-link-title {
        margin-top: 10px;
        line-height: 25px;
    }
    .blog-post-image {
        height: 140px;
    }
    .blog-text-column-right {
        padding-top: 15px;
    }
    .event-column-right {
        padding-top: 15px;
        padding-right: 0px;
    }
    .event-title-link {
        font-size: 17px;
        line-height: 17px;
    }
    .event-overview-image {
        height: 170px;
    }
    .event-header-block {
        width: 90%;
    }
    .blog-date {
        font-size: 18px;
        line-height: 24px;
    }
    .blog-post-author-block {
        padding-right: 28px;
        padding-left: 30px;
    }
    .blog-post-block {
        width: 100%;
        padding-bottom: 160px;
    }
    .blog-author-wrapper {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .style-block.first {
        padding: 25px 25px 0px;
    }
    .license-block {
        margin-top: 0px;
        padding: 25px;
        border-width: 1px 0px 0px;
    }
    .subpage-intro-nav-link {
        display: block;
        margin-top: 8px;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-right-width: 0px;
    }
    .button-column {
        padding-bottom: 10px;
        text-align: center;
    }
    .style-title {
        text-align: center;
    }
}

/* Restoclub styles */

.menu {
    display: grid;
    /* grid-template-rows: 40px max-content;
    gap: 10px; */
}

.toggle {
    background-color: transparent;
    /* width: 150px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

.toggle::after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    transform: rotate(45deg);
    transition: 0.4s;
    margin-left: 15px;
    margin-top: -3px;
}

.list {
    color: #fff;
    list-style: none;
    /* display: grid;
    grid-template-rows: repeat(7, 40px); */
    border-radius: 5px;
    overflow: hidden;
    height: 0;
    transition: 0.4s;
    padding-left: 0;
    text-align: center;
}
.list a {
    color: #fff;
    text-decoration: none;
}
.list-item {
    display: flex;
    align-items: center;
    /* transition: 0.4s, transform 0.4s var(--delay); */
    /* transform: translateX(-100%); */
    /* user-select: none; */
    cursor: pointer;
    justify-content: center;
    font-family: Oswald, sans-serif;
    font-size: 14px;
}

.list-item:hover {
    background-color: #e88f2a;
    color: #fff;
}

.menu:hover .toggle::after {
    transform: rotate(225deg);
    margin-top: 6px;
}

.menu:hover .toggle ~ .list {
    height: 50px;
}
.menu:hover .toggle.length ~ .list {
    height: 110px;
}

.menu:hover .toggle ~ .list .list-item {
    transform: translateX(0);
}
