html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template { display: none; }

/* Links
   ========================================================================== */

nav ul { list-style: none; }

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: underline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover { outline: 0; }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] { border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong { font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */

dfn { font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small { font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img { border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) { overflow: hidden; }

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure { margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre { overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    vertical-align: middle;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button { overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select { text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] { cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input { line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea { overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup { font-weight: bold; }

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th { padding: 0; }

@media screen and (max-width: 320px) {
    .hide-for-phone { display: none !important; }
}

@media screen and (min-width: 320px) {
    .show-for-phone { display: none !important; }
}

@media screen and (min-width: 320px) and (max-width: 530px) {
    .hide-for-only-phone { display: none !important; }
}

@media screen and (min-width: 320px) and (max-width: 530px) {
    .show-for-only-phone { display: block !important; }
}

@media screen and (max-width: 530px) {
    .hide-for-large-phone { display: none !important; }
}

@media screen and (min-width: 530px) {
    .show-for-large-phone { display: none !important; }
}

@media screen and (min-width: 530px) and (max-width: 600px) {
    .hide-for-only-large-phone { display: none !important; }
}

@media screen and (min-width: 530px) and (max-width: 600px) {
    .show-for-only-large-phone { display: block !important; }
}

@media screen and (max-width: 600px) {
    .hide-for-phablet { display: none !important; }
}

@media screen and (min-width: 600px) {
    .show-for-phablet { display: none !important; }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .hide-for-only-phablet { display: none !important; }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .show-for-only-phablet { display: block !important; }
}

@media screen and (max-width: 767px) {
    .hide-for-belowtablet { display: none !important; }
}

@media screen and (min-width: 767px) {
    .show-for-belowtablet { display: none !important; }
}

@media screen and (min-width: 767px) and (max-width: 760px) {
    .hide-for-only-belowtablet { display: none !important; }
}

@media screen and (min-width: 767px) and (max-width: 760px) {
    .show-for-only-belowtablet { display: block !important; }
}

@media screen and (max-width: 760px) {
    .hide-for-tablet { display: none !important; }
}

@media screen and (min-width: 760px) {
    .show-for-tablet { display: none !important; }
}

@media screen and (min-width: 760px) and (max-width: 960px) {
    .hide-for-only-tablet { display: none !important; }
}

@media screen and (min-width: 760px) and (max-width: 960px) {
    .show-for-only-tablet { display: block !important; }
}

@media screen and (max-width: 960px) {
    .hide-for-desktop { display: none !important; }
}

@media screen and (min-width: 960px) {
    .show-for-desktop { display: none !important; }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .hide-for-only-desktop { display: none !important; }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .show-for-only-desktop { display: block !important; }
}

@media screen and (max-width: 1200px) {
    .hide-for-large-desktop { display: none !important; }
}

@media screen and (min-width: 1200px) {
    .show-for-large-desktop { display: none !important; }
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
}

body {
    height: 100%;
    font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.62;
    color: #000000;
    background-color: #F5F5F5;
}

article,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
p,
section,
select {
    display: block;
    font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.62;
}

ol,
ul {
    outline: none;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer;
}

a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    font-weight: normal;
    /*font-size: inherit;*/
    cursor: pointer;
}

img { vertical-align: middle; }

.hide { display: none; }

.yelp-stars {
    display: inline-block;
    width: 130px;
    height: 23px;
    background: url("/images/common/stars_map.png") no-repeat;
    vertical-align: middle;
    margin-top: -6px;
}

.yelp-rating .yelp-stars[data-rating=".5"] { background-position: 0 -513px !important; }

.yelp-rating .yelp-stars[data-rating="1"], .yelp-rating .yelp-stars[data-rating="1.0"] { background-position: 0 -539px !important; }

.yelp-rating .yelp-stars[data-rating="1.5"] { background-position: 0 -564px !important; }

.yelp-rating .yelp-stars[data-rating="2"], .yelp-rating .yelp-stars[data-rating="2.0"] { background-position: 0 -589px !important; }

.yelp-rating .yelp-stars[data-rating="2.5"] { background-position: 0 -613px !important; }

.yelp-rating .yelp-stars[data-rating="3"], .yelp-rating .yelp-stars[data-rating="3.0"] { background-position: 0 -639px !important; }

.yelp-rating .yelp-stars[data-rating="3.5"] { background-position: 0 -664px !important; }

.yelp-rating .yelp-stars[data-rating="4"], .yelp-rating .yelp-stars[data-rating="4.0"] { background-position: 0 -689px !important; }

.yelp-rating .yelp-stars[data-rating="4.5"] { background-position: 0 -713px !important; }

.yelp-rating .yelp-stars[data-rating="5"], .yelp-rating .yelp-stars[data-rating="5.0"] { background-position: 0 -739px !important; }

.tripadvisor-rating .tripadvisor-stars {
    display: inline-block;
    height: 20px;
    width: 82px;
    background: url("/images/common/tripadvisor-rating.png") no-repeat;
    vertical-align: middle;
    margin-top: -3px;
}

.tripadvisor-rating .tripadvisor-stars.only-logo {
    width: 134px;
    height: 23px;
    background: url("/images/common/ta-logo.png") no-repeat;
    background-position: 0 0px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .tripadvisor-rating .tripadvisor-stars.only-logo {
        /* Retina-specific stuff here */
        background: url("/images/common/ta-logo@retina.png") no-repeat;
        background-size: 114px;
    }
}

.tripadvisor-rating .tripadvisor-stars[data-rating=".5"] { background-position: -36px -180px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="1"], .tripadvisor-rating .tripadvisor-stars[data-rating="1.0"] { background-position: -36px -160px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="1.5"] { background-position: -36px -140px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="2"], .tripadvisor-rating .tripadvisor-stars[data-rating="2.0"] { background-position: -36px -120px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="2.5"] { background-position: -36px -100px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="3"], .tripadvisor-rating .tripadvisor-stars[data-rating="3.0"] { background-position: -36px -80px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="3.5"] { background-position: -36px -60px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="4"], .tripadvisor-rating .tripadvisor-stars[data-rating="4.0"] { background-position: -36px -40px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="4.5"] { background-position: -36px -20px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="5"], .tripadvisor-rating .tripadvisor-stars[data-rating="5.0"] { background-position: -36px 0 !important; }

#swipebox-bottom-bar.visible-bars { display: none; }

#swipebox-container #swipebox-prev {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 1.5rem;
    display: block;
}

#swipebox-container #swipebox-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 1.5rem;
    display: block;
}

@media screen and (max-width: 600px) {
    #swipebox-slider .slide { text-align: left !important; }

    #swipebox-slider .slide img {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        vertical-align: middle;
        top: 0 !important;
        bottom: 0 !important;
    }
}

.iframe-compatible {
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

.truncate-more-content { display: none; }

.truncate-ellipses { padding: 0 .2rem; }

.catering {
    text-align: left;
    padding-left: 85px !important;
    padding-right: 85px !important;
    background-color: transparent !important;
}

.catering.classic {
    max-width: 126rem;
    margin: 0 auto;
}

.catering.classic .catering-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.catering.classic .catering-desc {
    height: 95px;
    margin-bottom: 20px;
    overflow: auto;
}

.catering.classic .catering-info { padding-top: 25px; }

.catering.cafe {
    max-width: 96rem;
    margin: 0 auto;
    margin-top: 60px;
}

.catering.cafe .catering-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.catering.cafe .catering-desc {
    height: 95px;
    margin-bottom: 20px;
    overflow: auto;
}

.catering.cafe .catering-info { padding-top: 25px; }

.catering.modern .catering-desc {
    height: 95px;
    margin-bottom: 20px;
    overflow: auto;
}

.catering.modern .catering-info {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 262px;
}

@media screen and (max-width: 767px) {
    .catering.modern .catering-info { height: auto; }
}

.catering.modern .catering-get-in-touch.btn {
    color: #2196F3;
    position: relative;
    border: 1px solid #2196F3;
}

.catering > h3 { text-align: center; }

.catering > h3.section-title {
    font-size: 2.2rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .2rem;
}

@media screen and (max-width: 600px) {
    .catering {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.catering-wrapper {
    margin-top: 40px;
    border: 0.5px solid #ccc;
}

@media screen and (max-width: 600px) {
    .catering-wrapper { margin-top: 0; }
}

.catering-image {
    float: left;
    width: 50%;
    height: 262px;
    margin: 0;
    background-size: cover !important;
    background-position: center center !important;
}

.catering-image img { max-width: 100%; }

@media screen and (max-width: 767px) {
    .catering-image { display: none; }
}

.catering-info {
    width: 50%;
    float: left;
    text-align: left;
    background-color: #fff;
    padding: 40px 35px 35px 60px;
    height: 262px;
}

@media screen and (max-width: 767px) {
    .catering-info {
        width: 100%;
        padding: 20px;
        height: auto;
        text-align: center;
    }
}

.catering-info h3.catering-title { text-align: left !important; }

@media screen and (max-width: 767px) {
    .catering-info h3.catering-title { text-align: center !important; }
}

.catering-title {
    font-size: 15px !important;
    color: #000;
    padding-bottom: 10px;
    text-transform: capitalize !important;
}

.catering-title.section-title {
    font-size: 2.5rem !important;
    font-style: italic;
    text-align: left;
    font-weight: 400;
}

.catering-desc {
    font-size: 15px;
    color: #9b9b9b;
    margin-bottom: 13px;
    height: 125px;
    max-height: 125px;
    overflow: hidden;
}

.catering-full-modal .menu-container {
    margin-bottom: 0;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .catering-full-modal .menu-container { margin-top: 0 !important; }
}

@media screen and (max-width: 767px) {
    .catering-full-modal .menu-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.catering-modal-container {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.catering-modal-title {
    font-size: 20px !important;
    text-align: center;
    text-transform: uppercase;
}

.catering-modal-desc {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 3rem;
}

.catering-modal-bg-image {
    width: 100%;
    height: 400px;
    border-radius: 3px;
    background-size: cover !important;
    background-position: center center !important;
}

.catering-modal-form-block {
    margin: -160px 70px 0 70px;
    padding: 45px 35px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

@media screen and (max-width: 1200px) {
    .catering-modal-form-block {
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media screen and (max-width: 600px) {
    .catering-modal-form-block {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.catering-modal-form-block-desc { margin-top: 10px; }

.catering-modal-form-block-title { font-size: 18px !important; }

.catering-modal-form-btn {
    position: relative;
    z-index: 1;
    color: #fff !important;
    background-color: #457DBE !important;
    font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif !important;
}

.catering-modal-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.catering-modal-form-body { text-align: left; }

.catering-modal-form-footer { text-align: center; }

.catering-modal-form-footer p {
    font-size: 13px;
    color: #5c5c5c;
}

.catering-modal-form-footer a { color: #4A90E2 !important; }

.catering-modal-form-elements {
    position: relative;
    margin-bottom: 30px;
}

.catering-modal-form-elements .error-msg {
    color: red;
    font-size: 12px;
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 10px;
    font-style: italic;
}

.catering-modal-form-elements .form-group {
    float: left;
    width: 33.33%;
    margin-bottom: 0px;
    padding: 20px 10px 0 10px;
}

@media screen and (max-width: 960px) {
    .catering-modal-form-elements .form-group {
        width: 100%;
        padding: 20px 0 0;
        margin-bottom: 10px;
    }
}

.catering-modal-form-elements .form-group:first-child { padding-left: 0; }

.catering-modal-form-elements .form-group:last-child { padding-right: 0; }

.catering-modal-form-elements .form-group input[type=date] { padding-right: 0 !important; }

.catering-modal-form-elements .form-control {
    background-size: 20px !important;
    background-position: 15px center !important;
}

.catering-modal-form-elements .form-control.name-field { background: url("../../../../../images/common/icon-profile.png") no-repeat; }

.catering-modal-form-elements .form-control.phone-field { background: url("../../../../../images/common/icon-phone.png") no-repeat; }

.catering-modal-form-elements .form-control.mail-field { background: url("../../../../../images/common/icon-mail.png") no-repeat; }

.catering-modal-form-elements .form-control.date-field { background: url("../../../../../images/common/ic_play_arrow.png") no-repeat; }

.catering-modal-form-elements .form-control.time-field { background: url("../../../../../images/common/icon-time.png") no-repeat; }

.catering-modal-form-elements .form-control.guest-field { background: url("../../../../../images/common/icon_guests.png") no-repeat; }

.catering-modal-form-elements .error-field { border-color: red; }

.catering-modal-form-elements .no-error-field { border-color: #ccc; }

.catering-modal-form-error {
    font-size: 11px;
    color: #E76668;
}

.catering-modal-form-textarea {
    color: #999;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    resize: vertical;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 30px;
}

.catering-modal-form-textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #4A90E2;
}

@media screen and (max-width: 1200px) {
    .catering-modal-form-textarea { margin-top: 20px; }
}

.catering-modal-form-title { font-size: 15px; }

.catering-modal-form-wrapper { transition: all 0.3s ease; }

.catering-modal-form-wrapper.not-visible { visibility: hidden; }

.catering-modal-form-wrapper.is-visible { visibility: visible; }

.catering-modal-form-success-block {
    display: none;
    padding: 20px 0 0;
}

.modal-wrapper {
    width: 100%;
    max-width: 1075px;
    margin: 4rem auto;
    padding: 0 0 40px 0 !important;
}

@media screen and (max-width: 600px) {
    .modal-wrapper { padding-top: 0 !important; }
}

@media screen and (max-width: 767px) {
    .menu-modal { padding: 0 2rem !important; }
}

.thank-text {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
}

.thank-image-block {
    text-align: center;
    padding: 30px;
}

.thank-img {
    max-width: 100%;
    height: auto;
    width: 82px;
}

.thank-desc {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.thank-desc a { color: #4A90E2 !important; }

.back-to-homepage { text-align: center; }

.back-to-homepage-link {
    display: inline-block;
    border: 1px solid #4A90E2;
    color: #4A90E2;
    font-size: 16px !important;
    padding: 15px 30px;
}

div.cafe ~ div.jquery-modal.blocker .menu-container {
    padding: 5rem 0rem;
    border: none !important;
    box-shadow: none !important;
}

div.classic ~ div.jquery-modal.blocker .menu-container {
    padding: 5rem 0 10rem 0;
    box-shadow: none !important;
}

.catering-event-elements-mandatory {
    float: left;
    width: 60%;
}

.catering-event-elements-mandatory .form-group { width: 50%; }

.catering-event-elements-optional {
    float: left;
    width: 40%;
}

.catering-interested-quote {
    margin-bottom: 8px;
    margin-top: 32px !important;
}

.catering-menu-container { margin-top: 40px; }

.get-in-touch-form-modal { background-color: rgba(247, 247, 247, 0.8) !important; }

.get-in-touch-form-modal .modal-wrapper {
    max-width: 700px;
    padding: 0 !important;
    margin: 0 auto !important;
}

.get-in-touch-form-modal .catering-modal-form-block {
    margin: 50px 0px 0 0px;
    border-top-right-radius: 0;
}

.catering-download-form { padding-top: 10px; }

.catering-download-form p { font-size: 12px; }

.catering-download-form a { color: #457DBE; }

.catering-download-form a:hover { text-decoration: underline; }

.clearfix:after, .clearfix:before {
    content: ' ';
    display: table;
}

.clearfix:after { clear: both; }

.underline {
    display: block;
    width: 8rem;
    height: 0.2rem;
    background: #457DBE;
    margin: 1.5rem auto;
}

.mb-30 { margin-bottom: 30px; }

.mt-35 { margin-top: 35px; }

/*.form-group {
    padding-top: 20px;
    position: relative;
    margin-bottom: 30px;
}*/

/*.form-control {
    width: 100%;
    border-radius: 3px;
    padding: 15px 15px 15px 50px;
    height: 45px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ccc;
    background-color: #fff;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #4A90E2;
}*/

.text-center { text-align: center; }

.thin-line {
    border-bottom: 1px solid #eee;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.press-sheen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    transition: all ease 0.3s;
    height: 0;
    opacity: 0;
}

.press-sheen-bg {
    width: 60px;
    height: 64px;
    display: inline-block;
    margin-bottom: 20px;
    background: url("../../../../../images/common/loader.png");
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.press-sheen-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.press-sheen-content p {
    color: #9b9b9b;
    font-weight: bold;
}

.press-sheen-text {
    height: 100%;
    position: relative;
}

.press-sheen-preview .press-sheen {
    height: auto;
    opacity: 1;
}

nav.th-nav {
    top: 0 !important;
    width: 100% !important;
}

/* Effect 1: Fade in and scale up */

.tile { display: block; }

.cta-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
    overflow: auto;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .cta-modal { padding: 40px 10px; }
}

.cta-modal-close-btn {
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    background: url("/images/common/cross-black.svg") no-repeat 0 0;
    background-color: transparent;
    background-position: center;
    background-size: 70% auto;
    width: 32px;
    height: 32px;
    padding: 20px;
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease;
}

@media screen and (max-width: 600px) {
    .cta-modal-close-btn {
        width: 25px;
        height: 25px;
        padding: 10px;
        margin-top: 5px;
        position: static;
        float: right;
    }
}

.cta-modal-close-btn:hover {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #cecece;
}

.cta-modal-close-btn:hover { opacity: 1; }

.modal--2 { background: #4A90E2; }

.modal--3 { background: #FFD200; }

.modal--4 { background: #4CBB47; }

.modal--5 { background: #362A6C; }

.cta-modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.allreview-block {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.allreview-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
}

@media screen and (max-width: 600px) {
    .allreview-title {
        float: left;
        margin-bottom: 0;
    }
}

.allreview-head {
    float: left;
    width: 100%;
    padding: 20px 80px;
}

.allreview-head p {
    float: left;
    font-size: 18px;
    color: #000;
    padding-right: 20px;
    margin: 0;
    padding-top: 5px;
}

.allreview-filters {
    float: left;
    min-width: 320px;
}

.allreview-grid {
    margin: 30px 0 0 0;
    padding: 0;
    max-width: 600px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 600px) {
    .allreview-grid {
        max-width: 100%;
        position: relative;
        z-index: 0;
    }
}

.allreview-list {
    float: left;
    width: 100%;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
    margin-top: 0px;
    border-top: 0px solid #979797;
    border-bottom: 1px solid #cecece;
    border-left: 0px solid #979797;
    border-right: 0px solid #fff;
    background-color: #fff;
    transition: all ease 0.3s;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 1px 2px 0px #cecece;
}

.allreview-details {
    float: left;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.allreview-desc {
    color: #33373D;
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
}

.allreview-desc .highlighted { background-color: #a9f6da; }

.allreview-user {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.allreview-user-img {
    float: left;
    margin-right: 10px;
}

.allreview-user-img img {
    max-width: 100%;
    height: 45px;
    border-radius: 50%;
}

.allreview-user-details {
    padding-left: 0px;
    padding-top: 3px;
}

.allreview-user-name {
    color: #000;
    font-size: 15px;
    line-height: normal;
    margin: 0;
}

.allreview-user-social {
    font-size: 13px !important;
    color: #9B9B9B;
    line-height: normal;
    margin: 0;
}

.allreview-actions {
    float: right;
    text-align: center;
    width: 140px;
    padding-top: 25px;
}

.allreview-icon-container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.allreview-iconblock {
    background-color: #02B875;
    border: 1px solid #02B875;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    z-index: 1;
}

.allreview-iconblock.not-selected {
    border-color: #dbdbdb;
    background-color: #dbdbdb;
}

.allreview-iconblock.delete {
    border-color: transparent;
    background-color: transparent;
}

.allreview-iconblock.undo {
    position: relative;
    border-color: #02B875;
    background-color: #fff;
}

.allreview-iconblock.selected {
    border-color: #02B875;
    background-color: #02B875;
}

.allreview-icon {
    width: 12px;
    height: 23px;
    background: url("../images/common/icons/heart.svg") no-repeat;
    background-position: center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}

.allreview-icon.delete {
    width: 26px;
    height: 26px;
    background: url("../images/common/icons/delete-icon.svg") no-repeat;
}

.allreview-icon.undo {
    background: url("../images/common/icons/undo-green.svg") no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 12px;
    height: 11px;
}

.allreview-undo {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 600px) {
    .fixed-heading-onmobile {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        box-shadow: 0 2px 2px #cecece;
        padding: 10px 20px;
        z-index: 1;
    }

    .fixed-heading-onmobile .allreview-title { color: #000 !important; }
}

.help-text { color: #dbdbdb; }

#formError.error-msg {
    color: red;
    font-size: 14px;
    padding: 10px 20px;
    font-style: italic;
    background-color: #ffdede;
    margin-bottom: 10px;
}

.section-container {
    margin: 0 auto;
    max-width: 960px;
}

.section-layout {
    width: 100%;
    float: left;
}

.th-container section:nth-child(2) { margin-top: 10rem; }

.blocker {
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
}

.blocker .th-modal {
    margin: 0;
    background: #FFFFFF;
    padding: 3rem 10rem;
    border-radius: 0;
    z-index: 20;
}

.blocker .th-modal::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .blocker .th-modal { padding: 1rem; }
}

.blocker .th-modal a.close-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 2rem;
    z-index: 30;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url("/images/common/cross-black.svg") no-repeat 0 0;
    background-size: 100%;
    transition: all .1s ease-in;
}

@media screen and (max-width: 600px) {
    .blocker .th-modal a.close-modal {
        right: 15px;
        top: 15px;
    }
}

.blocker .th-modal a.close-modal:hover {
    opacity: .5;
    transform: scale(0.95);
}

.blocker .th-modal.catering-full-modal, .blocker .th-modal.hours-modal, .blocker .th-modal.menu-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
}

.blocker .th-modal.announcements-modal {
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    width: 70rem;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .blocker .th-modal.announcements-modal { width: 100%; }
}

.blocker .th-modal.announcements-modal .close-modal {
    position: absolute;
    top: -3.5rem;
    right: -4rem;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    background: url("/images/common/cross-white.svg") no-repeat 0 0;
    background-size: 100%;
}

@media screen and (max-width: 600px) {
    .blocker .th-modal.announcements-modal .close-modal {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        font-size: 2rem;
        z-index: 30;
        width: 20px;
        height: 20px;
        background: url("/images/common/cross-black.svg") no-repeat 0 0;
        background-size: contain;
    }
}

.blocker .th-modal.announcements-modal .close-modal:hover { opacity: .8; }

.blocker .th-modal.hours-modal {
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    max-width: 70rem;
    transform: scale(1);
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 15px 100px rgba(0, 0, 0, 0.3);
    visibility: visible;
    animation: fadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 600px) {
    .blocker .th-modal.hours-modal {
        width: 100%;
        padding: 20px !important;
    }
}

.blocker .th-modal.hours-modal .close-modal {
    top: -3.5rem;
    right: -4rem;
    height: 45px;
    width: 45px;
    text-indent: -9999px;
    background: url("/images/common/cross-white.svg") no-repeat 0 0;
    background-size: 100%;
}

@media screen and (max-width: 600px) {
    .blocker .th-modal.hours-modal .close-modal {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        font-size: 2rem;
        z-index: 30;
        width: 20px;
        height: 20px;
        background: url("/images/common/cross-black.svg") no-repeat 0 0;
        background-size: contain;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("../../../../../fonts/modern/icomoon.eot?xuxwv8");
    src: url("../../../../../fonts/modern/icomoon.eot?xuxwv8#iefix") format("embedded-opentype"), url("../../../../../fonts/modern/icomoon.ttf?xuxwv8") format("truetype"), url("../../../../../fonts/modern/icomoon.woff?xuxwv8") format("woff"), url("../../../../../fonts/modern/icomoon.svg?xuxwv8#icomoon") format("svg");
    font-style: normal;
    font-weight: 400;
}

[class*=" icon-"],
[class^="icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 600px) {
    [class*=" icon-"],
    [class^="icon-"] { font-size: 2.5rem; }
}

.icon-icon-smiley:before { content: '\e900'; }

.icon-icon-accessible:before { content: '\e901'; }

.icon-icon-alcohol:before { content: '\e902'; }

.icon-icon-call:before { content: '\e903'; }

.icon-icon-camera:before { content: '\e904'; }

.icon-icon-creditcard:before { content: '\e905'; }

.icon-icon-cross:before { content: '\e906'; }

.icon-icon-date:before { content: '\e907'; }

.icon-icon-delivery:before { content: '\e908'; }

.icon-icon-dine:before { content: '\e909'; }

.icon-icon-directionsThick:before { content: '\e90a'; }

.icon-icon-down:before { content: '\e90b'; }

.icon-icon-expand:before { content: '\e90c'; }

.icon-icon-facebook:before { content: '\e90d'; }

.icon-icon-foursquare:before { content: '\e90e'; }

.icon-icon-getDirections:before { content: '\e90f'; }

.icon-icon-heart:before { content: '\e910'; }

.icon-icon-instagram:before { content: '\e911'; }

.icon-icon-kid:before { content: '\e912'; }

.icon-icon-leftarrow:before { content: '\e913'; }

.icon-icon-location:before { content: '\e914'; }

.icon-icon-map .path1:before {
    content: '\e915';
    color: rgba(196, 196, 196, 0.49277);
}

.icon-icon-map .path2:before {
    content: '\e916';
    margin-left: -1em;
    color: #494949;
}

.icon-icon-map .path3:before {
    content: '\e917';
    margin-left: -1em;
    color: #b1b2b5;
}

.icon-icon-map .path4:before {
    content: '\e918';
    margin-left: -1em;
    color: #cd4556;
}

.icon-icon-map .path5:before {
    content: '\e919';
    margin-left: -1em;
    color: white;
}

.icon-icon-outdoor:before { content: '\e91a'; }

.icon-icon-parking:before { content: '\e91b'; }

.icon-icon-party:before { content: '\e91c'; }

.icon-icon-people:before { content: '\e91d'; }

.icon-icon-postReviews:before { content: '\e91e'; }

.icon-icon-reservation:before { content: '\e91f'; }

.icon-icon-rightarrow:before { content: '\e920'; }

.icon-icon-time:before { content: '\e921'; }

.icon-icon-tv:before { content: '\e922'; }

.icon-icon-twitter:before { content: '\e923'; }

.icon-icon-updMenu:before { content: '\e924'; }

.icon-icon-veggie:before { content: '\e925'; }

.icon-icon-wifi:before { content: '\e926'; }

.icon-icon-yelp:before { content: '\e927'; }

/*button, input[type="button"], input[type="reset"], input[type="submit"],
.btn {
    display: inline-block;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    appearance: none;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #457DBE;
    border-radius: 3px;
    color: #457DBE;
    height: auto;
    line-height: auto;
    padding: 1rem 2rem;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    touch-action: manipulation;
    outline: none;
    background-image: none;
}*/

/*button, button.focus, button:active button:hover, button:focus, input[type="button"], input[type="button"].focus, input[type="button"]:active button:hover, input[type="button"]:focus, input[type="reset"], input[type="reset"].focus, input[type="reset"]:active button:hover, input[type="reset"]:focus, input[type="submit"], input[type="submit"].focus, input[type="submit"]:active button:hover, input[type="submit"]:focus,
.btn,
.btn.focus,
.btn:active button:hover,
.btn:focus, button:active input[type="button"]:hover, input[type="button"]:active input[type="button"]:hover, input[type="reset"]:active input[type="button"]:hover, input[type="submit"]:active input[type="button"]:hover,
.btn:active input[type="button"]:hover, button:active input[type="reset"]:hover, input[type="button"]:active input[type="reset"]:hover, input[type="reset"]:active input[type="reset"]:hover, input[type="submit"]:active input[type="reset"]:hover,
.btn:active input[type="reset"]:hover, button:active input[type="submit"]:hover, input[type="button"]:active input[type="submit"]:hover, input[type="reset"]:active input[type="submit"]:hover, input[type="submit"]:active input[type="submit"]:hover,
.btn:active input[type="submit"]:hover, button:active .btn:hover, input[type="button"]:active .btn:hover, input[type="reset"]:active .btn:hover, input[type="submit"]:active .btn:hover,
.btn:active .btn:hover {
    outline: none;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
}*/

.btn-hollow {
    background-color: transparent;
    line-height: 22px;
}

.btn-hollow:hover { background-color: #e6e6e6; }

.th-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.th-container::after {
    clear: both;
    content: "";
    display: table;
}

.th-container .th-body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.th-container .th-body::after {
    clear: both;
    content: "";
    display: table;
}

.th-container .th-body .th-topbar {
    width: 100%;
    color: #ffffff;
    background-color: transparent;
}

.th-container .th-body .th-content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.th-container .th-body .th-content::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .th-container .th-body .th-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .th-container .th-body .th-content::after {
        clear: both;
        content: "";
        display: table;
    }
}

.th-container .th-body .th-content section {
    float: left;
    width: 100%;
    padding: 2.5rem 5rem;
    border-radius: 3px;
    margin-bottom: 5rem;
    background-color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .th-container .th-body .th-content section {
        margin-top: 2rem;
        margin-bottom: 0;
    }
}

.th-container .th-body .th-content section.about-container {
    padding: 25px;
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .th-container .th-body .th-content section.about-container {
        border-radius: 0;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .th-container .th-body .th-content section.menu-container { padding: 2.5rem 0; }
}

@media screen and (max-width: 600px) {
    .th-container .th-body .th-content section.review {
        padding: 2.5rem 0;
        margin-top: 2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.th-container .th-body .th-content section .section-title {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.62;
    color: #000000;
    text-transform: uppercase;
}

.th-container .th-body .th-content section .section-title.catering-title {
    font-style: normal;
    text-align: center;
}

.th-container .th-body .th-content section .underline {
    display: block;
    width: 8rem;
    height: 0.2rem;
    background: #457DBE;
    margin: 1.5rem auto;
}

#swipebox-bottom-bar.visible-bars { display: none; }

#swipebox-container #swipebox-prev {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 1.5rem;
    display: block;
}

#swipebox-container #swipebox-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 1.5rem;
    display: block;
}

.about-us {
    width: 100%;
    margin-top: 5rem;
}

.about-us .about-us-content {
    padding: 0 3rem;
    margin: 2.5rem auto 3rem;
    overflow: hidden;
    font-size: 1.5rem;
    word-spacing: 1px;
}

@media screen and (max-width: 600px) {
    .attributes-container {
        height: 130px;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        border-top: 20px solid #f5f5f5;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.attributes-container .attributes {
    display: block;
    margin-top: 5rem;
}

.attributes-container .attributes::after {
    clear: both;
    content: "";
    display: table;
}

.attributes-container .attributes::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .attributes-container .attributes {
        margin: 0;
        display: table;
        table-layout: fixed;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.attributes-container .attributes .attribute {
    display: inline-block;
    padding: 0 2rem 3rem;
}

@media screen and (max-width: 760px) {
    .attributes-container .attributes .attribute { padding: 0 1rem 1rem; }
}

@media screen and (max-width: 600px) {
    .attributes-container .attributes .attribute {
        width: 95px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: 1;
        height: 70px;
        padding: 2rem 1rem 1rem;
    }
}

.attributes-container .attributes .attribute i {
    display: block;
    margin: auto;
}

.attributes-container .attributes .attribute span {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 600px) {
    .attributes-container .attributes .attribute span {
        margin-top: 5px;
        text-align: center;
        display: block;
        font-size: 1.1rem;
    }
}

footer {
    position: relative;
    width: 100%;
    background-color: #457DBE;
    color: #FFFFFF;
    margin-top: 5rem;
    text-align: center;
}

footer::after {
    clear: both;
    content: "";
    display: table;
}

footer section.news-letter { margin-bottom: 20px; }

footer section { padding-top: 3rem; }

footer section .chain ul { padding-bottom: 2rem; }

footer section .chain-heading {
    opacity: .39;
    font-size: 2.4rem;
    color: #FFFFFF;
}

footer section .chain-items { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

footer section .chain-items a {
    font-size: 1.6rem;
    color: #FFFFFF;
}

footer section .chain-items a:focus, footer section .chain-items a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

footer section .chain-items a:visited { color: #FFFFFF; }

footer section .social-icons { width: 100%; }

footer section .social-icons li {
    display: inline-block;
    padding: 2rem 1rem 4rem;
}

footer section .social-icons li a {
    color: #FFFFFF;
    display: block;
}

footer section .social-icons li a.trpadv img {
    display: inline-block;
    width: 40px;
    position: relative;
    top: -10px;
    left: 0;
}

footer section .footer-info {
    padding-top: 2rem;
    font-size: 1.3rem;
}

footer section .footer-info p:first-child { font-weight: 700; }

footer section .footer-branding {
    margin: 3.5rem auto;
    font-size: 1.4rem;
}

footer section .footer-branding p {
    text-align: center;
    font-size: 1.3rem;
    opacity: .5;
    color: #FFFFFF;
}

footer section .footer-branding p a {
    font-size: inherit;
    text-decoration: none;
    color: #FFFFFF;
}

footer section .footer-branding p a:focus, footer section .footer-branding p a:hover {
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
}

.img-gallery {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.img-gallery::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .img-gallery {
        border-bottom: 2rem solid #F5F5F5;
        margin: 0;
        padding: .4rem;
    }
}

.img-gallery li {
    float: left;
    padding: .5rem;
}

@media screen and (max-width: 600px) {
    .img-gallery li { padding: .4rem; }
}

.img-gallery li img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.img-gallery li.fullsize-img {
    height: auto;
    width: 28.5%;
}

.img-gallery li.thumbnail-img {
    height: auto;
    width: 14.25%;
}

.img-gallery li.mobile-img {
    height: auto;
    width: 24%;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.img-gallery li.img-gallery-count {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.img-gallery li.img-gallery-count a { display: block; }

.img-gallery li.img-gallery-count a img { border: 1px solid #457DBE; }

.img-gallery li.img-gallery-count a i.icon-icon-camera {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px;
    color: #457DBE;
}

@media screen and (max-width: 600px) {
    .img-gallery li.img-gallery-count a i.icon-icon-camera {
        margin-left: -16px;
        margin-top: -18px;
    }
}

@media screen and (max-width: 760px) {
    .img-gallery li.img-gallery-count a i.icon-icon-camera { font-size: 2.5rem; }
}

.img-gallery li.img-gallery-count a span {
    font-size: 1.5rem;
    color: #457DBE;
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 60%;
    left: 0;
}

@media screen and (max-width: 760px) {
    .img-gallery li.img-gallery-count a span { font-size: 1.1rem; }
}

.announcement {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.announcement .fab-btn {
    cursor: pointer;
    background: #457DBE;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 2px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform-origin: center center;
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.announcement .fab-btn img {
    position: absolute;
    margin-top: -12px;
    margin-left: 5px;
}

.announcement .fab-btn img.icon-speaker {
    width: 47px;
    opacity: 1;
}

.announcement .fab-btn img.icon-close {
    width: 100%;
    opacity: 0;
}

.announcement .fab-btn:hover { opacity: .95; }

.announcement .fab-btn .total-count {
    position: relative;
    left: 38px;
    top: -3px;
    border: 2px solid white;
    background: #FF2424;
    color: white;
    width: 23px;
    height: 23px;
    border-radius: 20px;
    padding-left: 6px;
    z-index: 1;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.announcement .announce-text {
    transform: scale(0.3);
    transform-origin: bottom right;
    position: absolute;
    opacity: 0;
    width: 240px;
    right: 29px;
    bottom: 18px;
    z-index: -1;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #457DBE;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.announcement .announce-text .clamp { overflow: hidden; }

.announcement .announce-text .clamp a {
    color: blue;
    text-decoration: underline;
}

.announcement .announce-text .clamp p { font-size: 14px; }

.announcement .announce-text .clamp p:empty { display: none; }

.announcement .announce-text .clamp ul {
    list-style-type: disc;
    padding-left: 20px;
}

.announcement .announce-text .clamp ul p { line-height: 0; }

.announcement .announce-text .clamp blockquote {
    padding: 0;
    margin: 0px 5px 0 0;
    background-image: url("../../../../../images/common/open-inverted-comma.svg");
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 16px;
    font-style: italic;
}

.announcement .announce-text .clamp blockquote p {
    display: block;
    background-image: url("../../../../../images/common/close-inverted-comma.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.announcement .announce-text a.all-announcements { transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.announcement .announce-text a.all-announcements p {
    font-size: 12px;
    margin-top: 5px;
    display: block;
    color: #457DBE;
}

.announcement .announce-text a.all-announcements:hover { text-decoration: none; }

.announcement .announce-text.announce-2 {
    transform: scale(0.9);
    bottom: 30px;
    transform-origin: center center;
}

.announcement .announce-text.announce-3 {
    transform: scale(0.8);
    bottom: 30px;
    transform-origin: center center;
}

.announcement.announce-active .fab-btn {
    transform-origin: center center;
    transform: scale(0.6);
}

.announcement.announce-active .fab-btn img {
    margin-top: -17px;
    margin-left: 1px;
}

.announcement.announce-active .fab-btn img.icon-speaker { opacity: 0; }

.announcement.announce-active .fab-btn img.icon-close { opacity: 1; }

.announcement.announce-active .fab-btn .total-count { transform: scale(0); }

.announcement.announce-active .announce-text {
    transform: scale(1);
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.announcement.announce-active .announce-text.announce-2 {
    transform: scale(0.9);
    z-index: -2;
    bottom: 80px;
    opacity: .7;
    transition: all 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.announcement.announce-active .announce-text.announce-3 {
    transform: scale(0.8);
    z-index: -3;
    bottom: 130px;
    opacity: .5;
    transition: all 0.3s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.announcement.announce-active .announce-text:hover {
    transform: scale(1.05);
    transition: all .1s 0s ease-in;
    opacity: 1;
    z-index: -1;
}

.blocker { background: rgba(0, 0, 0, 0.6); }

.announcements-modal {
    -webkit-overflow-scrolling: touch;
    padding: 0;
    max-width: 100%;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.announcements-modal .close-modal-new {
    display: inline-block;
    position: absolute;
    margin-left: 35rem;
    top: -2rem;
    height: 45px;
    width: 45px;
}

.announcements-modal .close-modal-new:hover { opacity: .8; }

.announcements-modal .announcements-container {
    background: white;
    max-width: 700px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 15px 100px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    visibility: visible;
    animation: fadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media screen and (max-width: 760px) {
    .announcements-modal .announcements-container { margin: 0; }
}

.announcements-modal .announcements-container .close-modal-inside { float: right; }

.announcements-modal .announcements-container .close-modal-inside img {
    width: 20px;
    position: relative;
    top: 5px;
}

.announcements-modal .announcements-container .announce-title {
    width: 28rem;
    margin: 5px auto 20px;
}

.announcements-modal .announcements-container .announce-title img {
    float: left;
    width: 40px;
    position: relative;
    top: 5px;
    left: 7px;
}

@media screen and (max-width: 760px) {
    .announcements-modal .announcements-container .announce-title img {
        width: 35px;
        left: 0;
    }
}

.announcements-modal .announcements-container .announce-title h1 {
    font-size: 2.5rem;
    font-weight: 100;
}

@media screen and (max-width: 760px) {
    .announcements-modal .announcements-container .announce-title h1 {
        font-size: 2.3rem;
        position: relative;
        right: 15px;
    }
}

@media screen and (max-width: 760px) {
    .announcements-modal .announcements-container .announce-title { margin-left: 5px; }
}

.announcements-modal .announcements-container .announce-block {
    margin: 30px 20px;
    padding: 20px 40px;
    border: 1px solid #457DBE;
    background: rgba(69, 125, 190, 0.02);
    border-radius: 5px;
}

.announcements-modal .announcements-container .announce-block a {
    color: blue;
    text-decoration: underline;
}

.announcements-modal .announcements-container .announce-block ul {
    display: inline-block;
    list-style-type: disc;
}

.announcements-modal .announcements-container .announce-block blockquote {
    padding: 0;
    margin: 0px 5px 0 0;
    background-image: url("../../../../../images/common/open-inverted-comma.svg");
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 16px;
    font-style: italic;
}

.announcements-modal .announcements-container .announce-block blockquote p {
    display: block;
    background-image: url("../../../../../images/common/close-inverted-comma.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.announcements-modal .announcements-container .announce-block p.announce-time {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}

.announcements-modal .announcements-container .announce-block:first-child { margin-top: 15px; }

.announcements-modal .announcements-container .announce-block:last-child { margin-bottom: 15px; }

@media screen and (max-width: 600px) {
    .announcements-modal .announcements-container .announce-block:last-child { margin-bottom: -20px; }
}

@media screen and (max-width: 600px) {
    .announcements-modal .announcements-container .announce-block {
        margin: 40px -20px -20px;
        border: none;
        padding: 20px;
    }
}

.th-header {
    float: left;
    width: 100%;
    margin: 10rem 0 2.5rem;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
    .th-header {
        margin: 10rem 0 8rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}

.th-header h1.title {
    font-size: 4rem;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .th-header h1.title { font-size: 2.4rem; }
}

.th-header h2.sub-title {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    height: 4rem;
}

@media screen and (max-width: 600px) {
    .th-header h2.sub-title {
        font-size: 1.5rem;
        width: 95%;
        margin: 1rem auto;
    }
}

.th-hero {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 57rem;
    width: 100%;
    background: #4B5B6E;
    z-index: -1;
}

@media screen and (max-width: 600px) {
    .th-hero { height: 25rem; }
}

.th-hero .th-hero-img {
    height: 57rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 5%;
    opacity: .5;
}

@media screen and (max-width: 600px) {
    .th-hero .th-hero-img { height: 25rem; }
}

.hours {
    height: auto;
    width: 26rem;
    background-color: #FFFFFF;
    opacity: .9;
    float: left;
    text-align: left;
    border-radius: 3px;
    padding: 1rem 1.5rem 0;
    margin: 1rem 0 1rem 1rem;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.hours::after {
    clear: both;
    content: "";
    display: table;
}

.hours-title {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    color: #000000;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.badge {
    color: #FFFFFF;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 1rem;
    margin: 1.5rem auto 2rem;
    width: 20rem;
}

.badge.closed { background-color: #CD4556; }

.badge.open { background-color: #66B984; }

.item {
    width: 100%;
    padding: 1rem 0;
    border-top: 1px solid #EEEEEE;
}

.item::after {
    clear: both;
    content: "";
    display: table;
}

.item .day {
    height: auto;
    width: 36%;
    float: left;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #999999;
}

.item .day.today { color: #000000; }

.item .time {
    width: 60%;
    font-size: 1.3rem;
    float: right;
}

.item .time.closed { color: #CD4556; }

.hours-help-text {
    color: rgba(0, 0, 0, 0.5);
    line-height: normal;
    font-size: 12px;
    margin-bottom: 15px;
}

.press-links {
    background: #FFFFFF;
    position: relative;
    margin: 3.5rem auto;
    padding: 4rem 5rem 2rem;
}

.press-links::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .press-links {
        margin-top: 2rem;
        padding: 3rem 0 2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.press-links h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.62;
    color: #000000;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .press-links h2 { font-size: 1.8rem; }
}

.press-links .underline {
    display: block;
    width: 8rem;
    height: 0.2rem;
    background: #457DBE;
    margin: 1.5rem auto;
}

.press-links a {
    width: 60%;
    margin: 3rem auto;
    display: -webkit-box;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 600px) {
    .press-links a { width: 80%; }
}

.press-links a:last-child {
    width: 80%;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 3rem;
}

@media screen and (max-width: 600px) {
    .press-links a:last-child { margin-bottom: 0; }
}

.press-links a .feature-block {
    width: 100%;
    opacity: .6;
    transition: .05s all ease-in;
}

.press-links a .feature-block:last-child { padding-bottom: 0; }

.press-links a .feature-block:hover { opacity: 1; }

.press-links a .feature-block .review-block {
    width: 100%;
    margin: auto;
}

.press-links a .feature-block .review-block p {
    font-size: 1.8rem;
    line-height: 3.3rem;
    color: black;
}

.press-links a .feature-block .review-block p.review-author:before {
    content: '~';
    margin-right: 8px;
}

@media screen and (max-width: 600px) {
    .press-links a .feature-block .review-block p { font-size: 1.6rem; }
}

.press-links a .feature-block img {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
    margin: 20px auto 0;
}

@media screen and (max-width: 600px) {
    .press-links a .feature-block img {
        display: block;
        max-width: 230px;
        max-height: 95px;
        width: auto;
        height: auto;
        margin: 20px auto 0;
    }
}

.res-info {
    width: 100%;
    margin: 2rem 0;
}

.res-info::after {
    clear: both;
    content: "";
    display: table;
}

.res-info .info-block {
    padding: 0.5rem;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    /* three items */
    /* four items */
}

.res-info .info-block.full-info-block { width: 100% !important; }

.res-info .info-block h4 {
    color: rgba(0, 0, 0, 0.5);
    font-size: inherit;
    margin-top: 1.5rem;
    font-weight: 400;
}

.res-info .info-block p { font-size: inherit; }

.res-info .info-block p a { cursor: pointer; }

.res-info .info-block .open-text { color: #66B984; }

.res-info .info-block .closed-text { color: #CD4556; }

.res-info .info-block .icon-mail {
    width: 30px;
    height: 30px;
}

.res-info .info-block:nth-child(1):nth-last-child(3), .res-info .info-block:nth-child(2):nth-last-child(2), .res-info .info-block:nth-child(3):nth-last-child(1) { width: 30%; }

.res-info .info-block:nth-child(1):nth-last-child(4), .res-info .info-block:nth-child(2):nth-last-child(3), .res-info .info-block:nth-child(3):nth-last-child(2), .res-info .info-block:nth-child(4):nth-last-child(1) { width: 24%; }

@media screen and (max-width: 600px) {
    .res-info-mobile {
        text-align: left;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .res-info-mobile .info-block {
        display: block;
        clear: both;
    }

    .res-info-mobile .info-block .info-img {
        display: inline-block;
        float: left;
        width: 3.2rem;
        text-align: center;
        margin: 1.5rem 0 1rem 1rem;
    }

    .res-info-mobile .info-block .info-img i { color: #457DBE; }

    .res-info-mobile .info-block .info-img i.icon-icon-gift {
        width: 20px;
        height: 25px;
        display: inline-block;
        background-image: url("../../../../../images/common/icon-gift.svg");
        background-size: 100% auto;
        background-position: top left;
        background-repeat: no-repeat;
    }

    .res-info-mobile .info-block .info-img svg {
        margin-top: 0;
        color: #457DBE;
        display: block;
        text-indent: -9999px;
        height: 25px;
        width: 25px;
        margin-left: 3px;
    }

    .res-info-mobile .info-block .info-img svg g {
        fill: #457DBE;
        stroke: #457DBE;
    }

    .res-info-mobile .info-block .info-img svg g path { fill: #457DBE; }

    .res-info-mobile .info-content a {
        color: #457DBE;
        text-decoration: none;
        display: block;
        position: relative;
        line-height: 1.3;
        padding: 1.5rem 1.5rem 1.5rem 0;
        margin-left: 6.2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .res-info-mobile .info-content .info-heading {
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-weight: 400;
        line-height: 1.3;
    }

    .res-info-mobile .info-content .info-data {
        font-size: 1.3rem;
        color: rgba(0, 0, 0, 0.35);
    }

    .res-info-mobile .info-content .info-arrow-img {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -11px;
    }

    .res-info-mobile .info-content .info-arrow-img .mobile-arrow { width: 8px; }

    .res-info-mobile .info-block:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

    .res-info-mobile .info-block:last-child .info-content a { border-bottom: none; }
}

.th-map {
    position: relative;
    min-height: 350px;
}

.th-map::after {
    clear: both;
    content: "";
    display: table;
}

.th-map .google-maps-container {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 3px;
}

.th-map .btn {
    position: absolute;
    bottom: 24px;
    right: 50px;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 0;
}

.th-map .btn i.icon-icon-directionsThick {
    position: relative;
    top: 0;
    right: 5px;
    font-size: 1.4rem;
    height: 1.7rem;
}

.menu-container::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .menu-container { padding: 2.5rem 0; }
}

.menu-container .menu-content { margin-top: 2.5rem; }

.menu-container .menu-content::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .menu-container .menu-content {
        padding: 3rem 0;
        margin: 0;
    }
}

.menu-container .menu-nav {
    height: 4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
}

@media screen and (max-width: 600px) {
    .menu-container .menu-nav {
        border: 0;
        overflow-y: hidden;
        list-style: none;
        white-space: nowrap;
        margin: 0;
        padding: 0 0 0 2rem;
    }
}

.menu-container .menu-nav li {
    height: 4rem;
    line-height: 4rem;
    color: #457DBE;
    display: inline-block;
    padding: 0 3rem;
    font-size: 1.4rem;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.menu-container .menu-nav li::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .menu-container .menu-nav li {
        display: inline-block;
        padding: 0;
        margin: 0 1rem;
        font-size: 1.4rem;
        border: none;
    }

    .menu-container .menu-nav li:first-child { margin-left: 0; }
}

.menu-container .menu-nav li.active {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #FFFFFF;
}

@media screen and (max-width: 600px) {
    .menu-container .menu-nav li.active {
        border: none;
        border-bottom: 4px solid #457DBE;
    }
}

.menu-container .menu-nav li.not-active:hover {
    background: rbga(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    opacity: .8;
}

@media screen and (max-width: 600px) {
    .menu-container .menu-data { padding: 0 2rem; }
}

.menu-container .menu-name.hide { display: none !important; }

.menu-section { width: 100%; }

.menu-section:first-child .section-name {
    margin-top: 0;
    border-top: none;
}

.menu-section .section-name {
    color: #000000;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    clear: both;
    padding: 3rem 0 1rem;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.menu-section .section-description {
    font-size: 1.4rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-top: -10px;
}

.menu-section .menu-item {
    width: 100%;
    float: left;
}

.menu-section .menu-item::after {
    clear: both;
    content: "";
    display: table;
}

.menu-section .menu-item .item {
    display: inline;
    float: left;
    width: 46%;
    text-align: left;
    padding: 10px 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 600px) {
    .menu-section .menu-item .item { width: 100%; }
}

.menu-section .menu-item .item:nth-child(odd) { margin-right: 8%; }

@media screen and (max-width: 600px) {
    .menu-section .menu-item .item:nth-child(odd) { margin: 0; }
}

.menu-section .menu-item .item .item-option-group { padding-left: 20px; }

.menu-section .menu-item .item .item-name {
    display: block;
    color: #000000;
    font-size: 1.5rem;
    float: left;
    width: 85%;
}

.menu-section .menu-item .item .item-price {
    display: inline-block;
    float: right;
    width: 15%;
    font-size: 1.5rem;
    color: #000000;
    text-align: right;
}

.menu-section .menu-item .item .item-description {
    display: block;
    color: rgba(0, 0, 0, 0.35);
    font-size: 1.4rem;
    clear: both;
}

.menu-section .menu-item .item .item-option-group-text {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    margin: 1rem 0;
    font-weight: 700;
}

.menu-section .menu-item .item .item-option-name {
    padding-left: 15px;
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 1.4rem;
    width: 100%;
    float: left;
    margin-bottom: .5rem;
}

.menu-section .menu-item .item .item-option-name .item-option-price {
    float: right;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.5);
}

.all-menu {
    position: relative;
    top: 5rem;
}

@media screen and (max-width: 600px) {
    .all-menu {
        position: initial;
        top: 0;
    }
}

nav.th-nav {
    height: 6rem;
    line-height: 6rem;
    font-size: 1.6rem;
    z-index: 1;
}

nav.th-nav ul {
    float: left;
    width: 100%;
}

nav.th-nav ul::after {
    clear: both;
    content: "";
    display: table;
}

nav.th-nav ul li {
    display: inline-block;
    text-align: center;
    margin: 0 4rem;
}

@media screen and (max-width: 760px) {
    nav.th-nav ul li { margin: 0 3rem; }
}

nav.th-nav ul li a {
    text-decoration: none;
    outline: none;
    color: rgba(255, 255, 255, 0.75);
    padding: .5rem 0;
}

nav.th-nav ul li a.th-reservation {
    border: 1px solid #FFFFFF;
    padding: 8px 20px;
    border-radius: 5px;
}

@media screen and (max-width: 760px) {
    nav.th-nav ul li a.th-reservation { margin-left: -30px; }
}

nav.th-nav ul li a.active, nav.th-nav ul li a:hover {
    color: white;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transition: all 0.01s;
    -moz-transition: all 0.01s;
    transition: all 0.01s;
}

nav.th-nav.fixed { background-color: #457DBE; }

.ratings {
    max-width: 126rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 60px;
    width: 100%;
    padding: 1rem 0 0 0 !important;
    background-color: transparent !important;
}

.ratings::after {
    clear: both;
    content: "";
    display: table;
}

.ratings::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 760px) {
    .ratings {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ratings::after {
        clear: both;
        content: "";
        display: table;
    }
}

.ratings .social-rating {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 15px 15px 45px 15px;
    max-height: 65px;
}

@media screen and (max-width: 960px) {
    .ratings .social-rating { width: 50%; }
}

@media screen and (max-width: 600px) {
    .ratings .social-rating {
        width: 98.5%;
        padding: 0;
        margin: 15px 0;
    }
}

@media screen and (max-width: 600px) {
    .ratings .social-rating:last-child { border-bottom: none; }
}

.ratings .social-rating a {
    display: inline-block;
    color: #5B973F;
    font-weight: bold;
}

.ratings .social-rating a.fsq { padding-top: 5px; }

.ratings .social-rating img.yelp-image {
    float: left;
    height: 28px;
    width: 100%;
    margin-bottom: 5px;
}

.ratings .social-rating img.fs-image {
    height: 13px;
    width: 100%;
    float: left;
}

.ratings .social-rating .review-count {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    vertical-align: top;
    padding-left: 10px;
    margin-top: 10px;
    text-shadow: 0 2px 0 white;
}

.ratings .social-rating.fs-rating .venue-score {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 10px 5px;
    color: #FFFFFF;
    font-weight: 600;
    cursor: default;
    display: inline-block;
    background-color: #73CF42;
    margin: 0 !important;
    border-radius: 3px;
}

.ratings .social-rating.fs-rating .venue-score sup {
    font-size: 12px;
    top: -0.3em;
}

.ratings .ta-image {
    width: 150px;
    margin: 30px 25px !important;
}

@media screen and (max-width: 600px) {
    .ratings .ta-rating {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .ratings .tripadvisor-rating { border-bottom: 1px solid #eee; }
}

.ratings .tripadvisor-rating p { font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif; }

.ratings_separator {
    display: none;
    border: 1px solid #cecece;
    width: 1px;
    margin: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}

.ratings_separator_right {
    display: none;
    border: 1px solid #cecece;
    width: 1px;
    margin: 20px 0;
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    left: auto !important;
}

.yelp-stars {
    float: left;
    margin-top: 10px !important;
}

.tripadvisor-rating .tripadvisor-stars.only-logo { margin-top: 5px !important; }

.tripadvisor-rating .tripadvisor-stars {
    margin-top: -20px;
    vertical-align: top !important;
}

.tripadvisor-rating.social-rating .review-count { margin-top: -20px !important; }

.fs-rating.social-rating .review-count {
    margin-top: 0 !important;
    vertical-align: middle !important;
}

.reservation {
    width: 100%;
    margin-top: 5rem;
}

.reservation p {
    font-size: 1.5rem;
    padding: 0 3rem;
    margin: 2.5rem auto 2rem;
    word-spacing: 1px;
}

.reviews {
    width: 100%;
    margin-top: 3.5rem;
}

.reviews::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .reviews {
        margin-top: 0;
        padding: 0 2rem;
    }
}

.reviews .review {
    padding: 20px;
    margin: 15px 0;
    width: 48%;
    background: #F5F9EF;
    border-radius: 10px;
    text-align: left;
}

.reviews .review::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 600px) {
    .reviews .review {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin: 1.5rem 0 0;
        border-radius: 0;
        text-align: left;
        background: 0 0;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    }
}

.reviews .review:nth-child(odd) {
    clear: left;
    float: left;
}

@media screen and (max-width: 600px) {
    .reviews .review:nth-child(odd) { float: none; }
}

.reviews .review:nth-child(even) {
    float: right;
    clear: right;
}

@media screen and (max-width: 600px) {
    .reviews .review:nth-child(even) { float: none; }
}

.reviews .review p {
    font-size: 15px;
    margin: 0 0 10px;
    height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.75);
}

.reviews .review .profile-info { margin-top: 20px; }

.reviews .review .profile-info img {
    border-radius: 100%;
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.reviews .review .profile-info .user-name {
    padding-top: 5px;
    margin-bottom: 0;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.9);
}

.reviews .review .profile-info span {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}

.reviews .review .profile-info a {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.reviews .review .profile-info a img {
    display: inline-block;
    margin: -1rem 0;
    float: none;
    width: 38px;
    position: relative;
    top: -4px;
    left: 3px;
}

.reviews .review .profile-info a img.ta-logo {
    height: 14px;
    width: auto;
    margin: 0;
    border-radius: 0;
    position: static;
}

.all-reviews {
    position: relative;
    top: 5rem;
    bottom: 5rem;
}