
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,a:hover {
	outline-width: 0
}

a.btn.btn--gold.hover--red.white-button {
    background-color: #ffffff;
    color: #ae8648;
	min-width: 160px;
}

a.btn.btn--gold.hover--red.white-button:hover {
    
    background-color: #8f2626;
    color: #fff;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,strong {
	font-weight: inherit
}

b,strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,input,select,textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}[type="checkbox"],[type="radio"] {
	box-sizing: border-box;
	padding: 0
}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto
}[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

body,div,p,span,section,header,nav,footer,a,ul,li {
	box-sizing: border-box
}


h1,h2,h3,h4 {
	font-family: "PT Serif",serif;
	text-align: center
}

h1 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize
}

h2 {
	font-size: 32px;
	font-weight: normal
}

hr {
	display: block;
	margin: 30px auto;
	width: 80px;
	height: 3px;
	background-color: #df733c;
	border: none
}

section {
	margin: 40px 15px;
}

section h1 {
	margin: 0
}

section h2 {
	color: #4d4d4d;
	margin: 0;
	line-height: 1em;
	text-transform: capitalize;
	word-wrap: break-word
}

@media (min-width: 1024px) {
	section {
		margin: 100px auto;
		max-width: 950px
	}

	section:first-of-type {
		margin-top: 60px
	}

	section h2 {
		font-size: 40px;		
		font-family: "Open Sans",sans-serif;
	}
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.ml-auto {
	margin-left: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.w-100 {
	width: 100% !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.separator {
	width: 100%;
	border-top: solid 1px #e6e6e6;
	margin: .75rem 0
}

.cta-button {
	padding: 12.5px;
	box-sizing: border-box;
	background-color: #df733c;
	border-radius: 3px;
	box-shadow: 0 3px #c96836;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	line-height: 15px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	margin: 3px
}

.cta-button:hover {
	background-color: #e07945
}

.cta-button:active {
	box-shadow: 0 2px #c96836;
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

.cta-button.neutral {
	border-width: 1px;
	background-color: white;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #999;
	box-shadow: none;
	font-weight: 600
}

.cta-button.neutral:hover {
	background-color: #fafafa
}

.cta-button.reservation {
	background-color: #3e617d;
	box-shadow: 0 3px #385771
}

.cta-button.reservation:hover {
	background-color: #416684
}

.cta-button.reservation:active {
	box-shadow: 0 2px #385771
}

.center-text {
	text-align: center
}

.wrapper {
	width: 100%;
	overflow: hidden
}

@media (min-width: 1024px) {
	.wrapper-boxed {
		background-image: url("https://d2skenm2jauoc1.cloudfront.net/websites/img/background.jpg");
		background-repeat: repeat
	}

	.wrapper-boxed>.wrapper {
		width: 1024px;
		margin: 0 auto;
		box-shadow: 0 0 10px rgba(0,0,0,0.08);
		background-color: #fff
	}

	.wrapper-boxed .nav-announcement-container {
		width: 1024px;
		margin: 0 auto
	}

	.wrapper-boxed .nav-header-container {
		width: 1024px;
		margin: 0 auto
	}

	.wrapper-boxed .nav-header {
		margin: 0 auto
	}
}

.nav-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 2;
	transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out
}

.nav-announcement-container {
	background-color: #eb4958;
	box-shadow: inset 0 -2px 5px rgba(0,1,1,0.15);
	box-sizing: border-box
}

.nav-announcement {
	padding: 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	box-sizing: border-box;
	font-size: 13px
}

.nav-announcement .nav-announcement-icon {
	margin-right: 15px
}

.nav-announcement .nav-announcement-icon>svg {
	fill: #fff;
	width: 32px;
	height: 28px
}

.nav-announcement .nav-announcement-message {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.nav-announcement .nav-announcement-message>p {
	margin: 10px 0 0;
	padding: 0
}

.nav-announcement .nav-announcement-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer
}

.nav-announcement .nav-announcement-close>svg {
	width: 22px;
	height: 22px;
	fill: rgba(255,255,255,0.2)
}

@media (min-width: 1024px) {
	.nav-announcement {
		max-width: 950px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px 0
	}

	.nav-announcement .nav-announcement-icon {
		margin-right: 50px
	}

	.nav-announcement .nav-announcement-close {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.nav-announcement .nav-announcement-message {
		padding-right: 60px
	}
}

.nav-announcement-placeholder {
	background-color: #000;
	transition: max-height .4s ease-out
}

.nav-header-container {
	background-color: transparent;
	font-size: 14px;
	transition: background-color .3s ease-out
}

.nav-header-container.active {
	background-color: #1e3446
}

.nav-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	font-size: 14px;
	margin: 0 auto
}

.nav-header .nav-header-icon>svg {
	height: 28px;
	fill: #fff;
	margin-right: 10px;
	vertical-align: middle
}

.nav-header .nav-header-name {
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	padding-right: 20px
}

.nav-header .nav-header-menu {
	padding: 20px 15px;
	margin: -20px -15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.nav-header .nav-header-menu>svg {
	fill: #fff;
	vertical-align: middle;
	cursor: pointer
}

.nav-header .nav-header-menu .nav-open-menu {
	width: 26px;
	height: 17px;
	float: right
}

.nav-header .nav-header-menu .nav-hide-menu {
	display: none;
	width: 20px;
	height: 19px;
	float: right
}

.nav-header .nav-header-menu.active>.nav-open-menu {
	display: none
}

.nav-header .nav-header-menu.active>.nav-hide-menu {
	display: block
}

@media (min-width: 1024px) {
	.nav-header {
		max-width: 950px;
		padding: 20px 0
	}

	.nav-header .nav-header-name {
		font-size: 20px;
		max-width: 510px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.nav-header .nav-header-icon>svg {
		height: 40px
	}

	.nav-header .nav-header-menu {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding: 0;
		margin: 0;
		overflow: hidden
	}

	.nav-header .nav-header-menu>.nav-open-menu,.nav-header .nav-header-menu>.nav-hide-menu {
		display: none !important
	}
}

.nav-expanded-menu {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear .4s,opacity .4s ease-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #1e3446;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15)
}

.nav-expanded-menu .cta-button {
	display: block;
	padding: 10px;
	font-weight: 600;
	font-size: 15px
}

@media (min-width: 1024px) {
	.nav-expanded-menu .cta-button {
		white-space: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.nav-header-menu.active>.nav-expanded-menu {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s,opacity .4s ease-out
}

.nav-expanded-menu>ul {
	margin: 0;
	padding: 0
}

.nav-expanded-menu>ul>li {
	list-style-type: none;
	text-align: center
}

.nav-expanded-menu>ul>li.nav-cta {
	display: none
}

@media (min-width: 1024px) {
	.nav-expanded-menu>ul>li.nav-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.nav-expanded-menu>ul>li>a {
	display: block;
	padding: 15px;
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em
}

.nav-expanded-menu>ul>li>a:hover,.nav-expanded-menu>ul>li>a:focus,.nav-expanded-menu>ul>li>a:visited {
	color: rgba(255,255,255,0.6);
	text-decoration: none
}

@media (min-width: 1024px) {
	.nav-expanded-menu {
		visibility: visible;
		opacity: 1;
		position: static;
		background-color: transparent;
		box-shadow: none;
		transition: none
	}

	.nav-expanded-menu>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.nav-expanded-menu>ul>li {
		padding: 0;
		margin: 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		max-width: 30%
	}

	.nav-expanded-menu>ul>li.nav-cta {
		padding: 0;
		max-width: 40%
	}

	.nav-expanded-menu>ul>li:first-of-type {
		margin-left: 0
	}

	.nav-expanded-menu>ul>li:last-of-type {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-right: 0;
		border-radius: 3px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.nav-expanded-menu>ul>li>a,.nav-expanded-menu>ul>li>a:visited {
		display: inline;
		padding: 0;
		color: #fff;
		transition: color .3s ease-out
	}

	.nav-expanded-menu>ul>li>a:hover,.nav-expanded-menu>ul>li>a:focus {
		color: #NaNNaNNaN
	}
}

.staging-container.legal-page {
	margin-bottom: 75px
}

.staging {
	min-height: 631px;
	box-sizing: border-box;
	padding-top: 70px;
	background-color: #000;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.staging .staging-logo {
	display: block;
	text-align: center
}

.staging .staging-logo>svg {
	height: 100px
}

.staging>h3 {
	padding: 10px;
	font-family: "Open Sans",sans-serif;
	background-color: rgba(0,0,0,0.5);
	color: #ccc;
	margin: auto 0 0 0;
	font-size: 14px;
	font-weight: bold
}

.staging>h3>svg {
	display: none;
	width: 13px;
	height: 9px;
	fill: #ccc;
	margin: 0 20px
}

.simple-page .staging {
	min-height: 255px
}

@media (min-width: 1024px) {
	.staging {
		height: 760px
	}

	.staging .staging-logo>svg {
		height: 150px
	}

	.staging>h3 {
		font-size: 16px;
		padding: 20px
	}

	.staging>h3>svg {
		display: inline-block
	}

	.simple-page .staging {
		height: 480px
	}
}

.staging-background {
	content: "";
	background-size: cover;
	background-position: center;
	opacity: .6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1
}

.simple-page .staging-background {
	opacity: .3
}

.staging-background:after {
	content: "";
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: .55;
	background-image: linear-gradient(to top, transparent 0, black 100%)
}

.staging-headlines {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.staging-headlines>h1 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 0 15px;
	margin: 0;
	word-wrap: break-word
}

.staging-headlines>h2 {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	padding: 0 15px;
	color: #fff
}
.staging-button>h2 {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 0 15px;
	color: #fff
}
.simple-page .staging-headlines>h1 {
	font-weight: normal;
	font-style: normal
}

.simple-page .staging-headlines>h2 {
	font-size: 22px;
	font-weight: 400;
	text-transform: none
}

@media (min-width: 1024px) {
	.staging-headlines {
		max-width: 950px
	}

	.staging-headlines>h1 {
		font-size: 60px
	}

	.staging-headlines>h2 {
		font-size: 24px
	}
}

.real-time {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background-color: #1e3446;
	padding: 25px;
	box-sizing: border-box
}

@media (min-width: 1024px) {
	.real-time {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.real-time .real-time-sign.closed {
	display: none
}

.real-time .real-time-sign .sign {
	display: inline-block;
	margin-bottom: 20px;
	padding: 12px 8px;
	min-width: 100px;
	-webkit-filter: drop-shadow(-2px 4px 10px rgba(0,0,0,0.5));
	filter: drop-shadow(-2px 4px 10px rgba(0,0,0,0.5));
	position: relative;
	top: 10px;
	left: 50%;
	-webkit-transform: rotate(-10deg) translateX(-50%);
	transform: rotate(-10deg) translateX(-50%);
	-webkit-transform-origin: left;
	transform-origin: left;
	background-color: #21c159;
	border: solid 4px #fff;
	border-radius: 8px;
	text-shadow: -0.5px -0.9px 1px rgba(0,0,0,0.2);
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	white-space: nowrap
}

.real-time .real-time-sign .sign svg {
	fill: #fff;
	width: 90px;
	height: 30px
}

.real-time .real-time-sign .sign>div {
	position: absolute;
	width: 90px;
	height: 30px;
	left: 50%;
	top: -30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.real-time .real-time-sign .sign span:first-of-type {
	display: inline;
	text-transform: uppercase
}

.real-time .real-time-button {
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 3px
}

.real-time .real-time-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width: 1024px) {
	.real-time .real-time-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.real-time .real-time-button .cta-button {
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	width: 200px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.real-time .real-time-arrow,.real-time .real-time-arrow.left {
	display: none
}

@media (min-width: 1024px) {
	.real-time {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 30px;
		max-width: 950px
	}

	.real-time .real-time-sign {
		margin-right: 60px
	}

	.real-time .real-time-sign .sign {
		top: 20px
	}

	.real-time .real-time-button {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.real-time .real-time-button>p {
		margin: 0 0 20px;
		font-size: 24px
	}

	.real-time .real-time-arrow {
		display: block;
		margin-right: 60px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center
	}

	.real-time .real-time-arrow>svg {
		width: 110px;
		height: 65px;
		fill: #fff;
		-webkit-filter: drop-shadow(-1.6px 5.8px 0 rgba(0,0,0,0.2));
		filter: drop-shadow(-1.6px 5.8px 0 rgba(0,0,0,0.2))
	}

	.real-time .real-time-sign.closed+.real-time-arrow.left {
		display: block;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		margin-left: 60px;
		margin-right: 0
	}
}

.wood-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .1
}

.wood-border-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 10px;
	opacity: .2;
	border: 2px solid white
}

.wood-border-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 16px;
	opacity: .2;
	border: 1px solid white
}

.opening-hours-container {
	position: relative;
	padding-top: 40px
}

.opening-hours-container:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ccc;
	box-shadow: 0 3px 14px rgba(0,0,0,0.25),inset 0 -2px 2px rgba(0,0,0,0.15)
}

.opening-hours-container>svg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	height: 45px;
	fill: #ccc
}

.isvg-circle-hang {
	-webkit-filter: drop-shadow(0 3px 14px rgba(0,0,0,0.25));
	filter: drop-shadow(0 3px 14px rgba(0,0,0,0.25))
}

.opening-hours {
	position: relative;
	background-color: #1e3446;
	padding: 40px 25px;
	max-width: 540px;
	margin: auto;
	box-shadow: 0 20px 30px -15px #000
}

.opening-hours .content {
	position: relative;
	color: #fff
}

.opening-hours .content>div:first-of-type {
	margin-top: 30px
}

.opening-hours .content h2 {
	color: #fff
}

.opening-hours .entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: .6;
	color: #fff;
	font-size: 12px;
	margin: 6px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.opening-hours .entry>div:first-of-type {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.opening-hours .entry>div:last-of-type {
	white-space: nowrap
}

.opening-hours .entry-title {
	color: white;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px
}

@media (min-width: 1024px) {
	.opening-hours {
		padding: 45px
	}

	.opening-hours .content h2 {
		font-size: 36px
	}

	.opening-hours .entry {
		font-size: 15px
	}

	.opening-hours .entry-title {
		margin-top: 30px;
		font-size: 18px
	}
}

.gallery .horizontal-list-container {
	width: 100%;
	height: 165px;
	overflow: hidden
}

.gallery .horizontal-list {
	width: 100%;
	height: 200px;
	overflow: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.gallery .horizontal-list .entry {
	width: 220px;
	height: 165px;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.gallery .horizontal-list .entry img {
	width: 220px;
	height: 165px
}

.gallery .horizontal-list .entry>div {
	position: absolute;
	height: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 0 0 3px 3px
}

@media (min-width: 1024px) {
	.gallery .horizontal-list-container {
		height: auto;
		overflow: auto;
		margin: 60px 0 -30px 0
	}

	.gallery .horizontal-list {
		height: auto;
		overflow: auto;
		white-space: normal;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 950px;
		margin: 0 auto
	}

	.gallery .horizontal-list .entry {
		width: 290px;
		height: 220px;
		margin: 0 0 30px 30px
	}

	.gallery .horizontal-list .entry:nth-of-type(3n + 1) {
		margin-left: 0
	}

	.gallery .horizontal-list .entry img {
		width: 290px;
		height: 220px
	}

	.gallery .horizontal-list .entry>div {
		height: 40px;
		font-size: 16px;
		padding: 0 20px;
		line-height: 40px
	}
}

.certificates .horizontal-list-container {
	width: 100%;
	height: 165px;
	overflow: hidden
}

.certificates .horizontal-list {
	width: 100%;
	height: 200px;
	overflow: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.certificates .horizontal-list .entry {
	width: 220px;
	height: 165px;
	margin-right: 15px;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #dedede;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: border-color .3s ease-out
}

.certificates .horizontal-list .entry .entry-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 190px
}

.certificates .horizontal-list .entry .entry-popup-background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10
}

.certificates .horizontal-list .entry.popup .entry-popup-background {
	display: block
}

.certificates .horizontal-list .entry .entry-popup {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.7);
	border-radius: 3px;
	padding: 25px 30px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	z-index: 15
}

.certificates .horizontal-list .entry .entry-
popup .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.certificates .horizontal-list .entry .entry-popup .links>div:first-of-type {
	margin-right: 20px
}

.certificates .horizontal-list .entry .entry-popup .links a {
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
	font-weight: normal
}

.certificates .horizontal-list .entry.popup .entry-popup {
	display: block
}

.certificates .horizontal-list .entry-content svg {
	width: 45px;
	height: 45px;
	fill: #ccc;
	transition: fill .3s ease-out
}

.certificates .horizontal-list .entry-content>div:first-of-type {
	color: #4d4d4d;
	font-size: 13px;
	font-weight: bold;
	transition: color .3s ease-out
}

.certificates .horizontal-list .entry-content>div:last-of-type {
	color: #666;
	font-size: 11px;
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 45px;
	position: relative;
	transition: color .3s ease-out
}

@media (min-width: 1024px) {
	.certificates .horizontal-list-container {
		height: auto;
		overflow: auto;
		margin-bottom: -30px
	}

	.certificates .horizontal-list {
		height: auto;
		overflow: auto;
		white-space: normal;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 950px;
		margin: 0 auto
	}

	.certificates .horizontal-list .entry {
		width: 220px;
		height: 160px;
		margin: 0 0 20px 20px
	}

	.certificates .horizontal-list:nth-child(4n + 1) {
		margin-left: 0
	}

	.certificates .horizontal-list .entry:hover {
		border-color: #df733c
	}

	.certificates .horizontal-list .entry:hover .entry-content svg {
		fill: #df733c
	}

	.certificates .horizontal-list .entry:hover .entry-content>div:first-of-type {
		color: #df733c
	}

	.certificates .horizontal-list .entry:hover .entry-content>div:last-of-type {
		color: #df733c
	}
}

.awards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.awards .entry {
	margin: 0 0 15px 15px;
	position: relative
}

.awards .entry img {
	display: block
}

.awards .entry>div {
	position: absolute;
	height: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	line-height: 30px;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 0 0 3px 3px
}

@media (min-width: 1024px) {
	.awards {
		margin-bottom: -30px
	}

	.awards .entry {
		margin: 0 0 30px 30px
	}

	.awards .entry:nth-of-type(3n + 1) {
		margin-left: 0
	}

	.awards .entry>div {
		height: 40px;
		font-size: 16px;
		padding: 0 20px;
		line-height: 40px
	}
}

.announcement {
	position: relative;
	margin: 40px 0;
	padding: 0;
	background-color: #1e3446;
	text-align: center
}

.announcement .picture-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	opacity: .08
}

.announcement .announcement-inner {
	padding: 40px 15px;
	position: relative
}

.announcement .announcement-inner svg {
	width: 70px;
	height: 70px;
	fill: #fff
}

.announcement .announcement-inner h2 {
	color: #fff
}

.announcement .announcement-inner p {
	color: #fff;
	font-size: 14px
}

.announcement .announcement-inner p:last-of-type {
	margin-bottom: 0
}

@media (min-width: 1024px) {
	.announcement {
		margin: 100px 0;
		max-width: none
	}

	.announcement .announcement-inner {
		max-width: 950px;
		margin: 0 auto;
		padding: 40px
	}

	.announcement .announcement-inner h2 {
		font-size: 26px
	}

	.announcement .announcement-inner p {
		font-size: 16px
	}
}

.external-links {
	text-align: center
}

.external-links p {
	padding-bottom: 15px
}

.external-links .cta-button {
	text-align: left;
	width: 300px;
	height: 50px;
	background-color: white;
	border-color: #dedede;
	border-width: 1px;
	border-style: solid;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.external-links .cta-button svg {
	opacity: .7;
	width: 16px;
	height: 16px;
	fill: #cccccc
}

.external-links .cta-button .text {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #999999;
	padding-left: 16px
}

.jobs .email-link {
	color: #999;
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px
}

.jobs .email-link a {
	color: #136fd2;
	font-size: 14px;
	text-decoration: underline
}

.jobs .cta-button {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.jobs .entry {
	padding: 25px 15px;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-bottom: 15px
}

.jobs .entry 
p {
	margin-top: 10px;
	margin-bottom: 5px
}

.jobs .entry .entry-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.jobs .entry .entry-header>div:first-of-type {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.jobs .entry .entry-header>div:first-of-type>span:first-of-type {
	font-size: 22px;
	font-family: "PT Serif",serif;
	color: #4d4d4d;
	display: block
}

.jobs .entry .entry-header>div:first-of-type>span:last-of-type {
	font-size: 12px;
	color: #999;
	margin: 5px 0 20px;
	display: block
}

.jobs .entry .entry-title {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 20px 0 10px
}

.jobs .entry .entry-title+div {
	color: #666;
	font-size: 15px
}

@media (min-width: 1024px) {
	.jobs {
		max-width: 950px
	}

	.jobs .email-link {
		text-align: right;
		margin-right: 20px;
		margin-bottom: 0
	}

	.jobs .entry .entry-header {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.jobs .cta-button {
		padding: 10px 30px;
		font-size: 14px;
		font-weight: bold;
		width: auto;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.jobs .entry {
		padding: 30px
	}
}

.social-media .entry-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.social-media .entry-container .entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	padding: 25px;
	margin: -1px 0 0 -1px;
	border: 1px solid #dedede;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: border-color .3s ease-out
}

.social-media .entry-container .entry svg {
	width: 35px;
	height: 35px;
	fill: #ccc;
	transition: fill .3s ease-out
}

.social-media .entry-container .entry:hover {
	border-color: #df733c;
	position: relative;
	z-index: 1
}

.social-media .entry-container .entry:hover svg {
	fill: #df733c
}

@media (min-width: 1024px) {
	.social-media .entry-container .entry {
		width: 190px;
		height: 160px;
		padding: 60px 75px
	}

	.social-media .entry-container .entry svg {
		width: 40px;
		height: 40px
	}
}

.review-portals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 1px #dedede;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px
}

.review-portals>h2 {
	display: block;
	background-color: #f5f5f5;
	border-bottom: solid 1px #dedede;
	padding: 20px;
	text-align: center;
	color: #4d4d4d;
	font-size: 20px;
	line-height: 20px;
	font-family: "PT Serif",serif;
	text-transform: none
}

.review-portals .entry-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.review-portals .entry {
	width: 120px;
	height: 65px;
	display: block;
	position: relative;
	margin: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.review-portals .entry>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat
}

@media (min-width: 1024px) {
	.review-portals {
		max-width: 950px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.review-portals>h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: none;
		border-right: solid 1px #dedede;
		padding: 50px;
		font-size: 28px
	}

	.review-portals>.entry-container {
		padding-left: 40px;
		padding-right: 40px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.contact {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 0 20px rgba(0,0,0,0.1)
}

.contact>h2 {
	color: #4d4d4d;
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 20px 0
}

@media (min-width: 1024px) {
	.contact {
		width: 780px;
		padding: 30px
	}

	.contact>h2 {
		text-align: center;
		font-size: 28px
	}
}

.contact-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact-form>.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.contact-form>.info>.entry {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px
}

.contact-form>.info>.entry>svg {
	fill: #cccbc8;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 20px;
	height: 25px
}

.contact-form>.info>.entry>span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.contact-form>.info>.entry>span>div>a {
	text-decoration: none;
	color: inherit;
	cursor: inherit
}

.contact-form>.input-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

.contact-form>.input-form>input,.contact-form>.input-form>textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #dedede;
	border-radius: 3px;
	outline: none;
	resize: none;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em
}

.contact-form .cta-button {
	text-transform: uppercase;
	font-size: 14px
}

@media (min-width: 1024px) {
	.contact-form {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.contact-form>.info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.contact-form>.info>.entry {
		margin-bottom: 40px
	}

	.contact-form>.info>.entry>span {
		font-size: 14px
	}

	.contact-form>.input-form {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-left: 15px
	}

	.contact-form>.input-form>input,.contact-form>.input-form>textarea {
		padding: 15px
	}
}

.whitelabel-app .store-icons {
	display: inline-block;
	margin: 10px
}

.captcha {
	-webkit-transform: scale(.85);
	transform: scale(.85);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 257px;
	margin: auto;
	margin-bottom: 10px
}

@media (min-width: 1024px) {
	.captcha {
		-webkit-transform: initial;
		transform: initial;
		-webkit-transform-origin: initial;
		transform-origin: initial;
		width: 304px;
		margin: auto;
		margin-bottom: 15px
	}
}

.input-form-feedback {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
	display: none
}

.input-form-feedback.success {
	color: #5ac15e;
	display: block
}

.input-form-feedback.error {
	color: #eb4958;
	display: block
}

.input-form-feedback.success .icon-check,.input-form-feedback.error .icon-attention {
	display: block
}

.input-form-feedback svg {
	display: none;
	position: absolute;
	top: 2px;
	left: 0
}

.input-form-feedback .icon-attention {
	width: 16px;
	height: 16px;
	fill: #eb4958
}

.input-form-feedback .icon-check {
	width: 20px;
	height: 16px;
	fill: #5ac15e
}

@media (min-width: 1024px) {
	.input-form-feedback {
		position: absolute;
		left: -355px;
		bottom: 0
	}
}

.map-delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0
}

.map-delivery>.info {
	width: 100%;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	background-color: #1e3446;
	padding: 40px 15px;
	color: #fff
}

.map-delivery>.info h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0;
	text-align: left
}

.map-delivery>.info h3 {
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin: 35px 0 20px
}

.map-delivery>.info p {
	font-size: 14px;
	font-weight: 400
}

.map-delivery>.info hr {
	margin: 30px 0
}

.map-delivery>.info .entry {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px
}

.map-delivery>.info .entry>.zone-color {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.9);
	position: absolute;
	left: 0;
	top: 1px
}

.map-delivery .map-container {
	z-index: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	height: 350px;
	position: relative
}

.map-delivery .map-container .leaflet-control-layers-selector {
	display: none
}

.map-delivery .map-container .leaflet-control-layers-selector+span {
	cursor: pointer
}

.map-delivery .map-container input[type=radio]:checked+span {
	font-weight: bold
}

.map-delivery .map-
container .leaflet-control-custom {
	margin: 0 !important
}

.map-delivery .map-container .leaflet-marker-icon {
	-webkit-filter: hue-rotate(150deg);
	filter: hue-rotate(150deg)
}

@media (min-width: 1024px) {
	.map-delivery {
		margin: 100px 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: none
	}

	.map-delivery>.map-container {
		height: auto;
		min-height: 560px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}

	.map-delivery>.info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 60px 40px;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%
	}

	.map-delivery>.info h2 {
		font-size: 40px
	}

	.map-delivery>.info>.info-inner {
		width: 380px
	}

	.wrapper-boxed .map-delivery>.info>.info-inner {
		width: auto
	}
}

.map {
	width: 100%;
	height: 100%
}

section.legal {
	font-size: 15px;
	font-weight: 400
}

section.legal h1 {
	font-weight: 400;
	font-style: normal
}

section.legal .legal-container {
	margin-top: 60px
}

section.legal .legal-details {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 60px 0
}

section.legal .legal-details strong {
	font-size: 18px;
	font-weight: 700
}

.menu-container .menu-category {
	color: #4c4c4c;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	background-color: rgba(247,247,247,0.9);
	margin: 1em 0 1em 0;
	box-shadow: inherit
}

@media (min-width: 1024px) {
	.menu-container .menu-category {
		font-size: 24px;
		text-align: inherit;
		background-color: inherit;
		box-shadow: inset 0 -2px 0 #dbdbdb
	}
}

@media (min-width: 1024px) {
	.menu-container .menu-items-container {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 50px;
		column-gap: 50px
	}
}

@media (max-width: 1024px) {
	.menu-container .menu-items-container .menu-item-container:last-of-type .separator {
		display: none
	}
}

.menu-container .menu-items-container .menu-item {
	width: 100%
}

@media (min-width: 1024px) {
	.menu-container .menu-items-container .menu-item {
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column
	}
}

.menu-container .menu-items-container .menu-item .menu-item-image {
	width: 50px;
	height: 50px
}

.menu-container .menu-items-container .menu-item .menu-item-name {
	color: #4d4d4d;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: .5em
}

.menu-container .menu-items-container .menu-item .menu-item-name span {
	color: #a6a6a6;
	font-size: 10px
}

.menu-container .menu-
items-container .menu-item .menu-item-description {
	color: #666;
	font-family: Arial;
	font-size: 14px;
	font-weight: 400
}

@media (min-width: 1024px) {
	.menu-container .menu-items-container .menu-item .menu-item-description {
		font-size: 12px
	}
}

.not-found-container {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 50px
}

.not-found-container .not-found-plate {
	width: 320px;
	height: 292px;
	background-image: url("https://d2skenm2jauoc1.cloudfront.net/websites/img/plate.png");
	background-size: 320px 292px
}

.not-found-container .not-found-plate span {
	text-align: center;
	display: block;
	line-height: 275px;
	text-shadow: .5px .9px 0 white;
	color: #dbdbdb;
	font-size: 44px;
	font-weight: bold
}

.not-found-container .not-found-text {
	font-family: "PT Serif",serif;
	color: #666;
	font-size: 28px;
	text-align: center
}

.not-found-container .not-found-button {
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	margin-top: 25px;
	padding: 12.5px 25px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (min-width: 1024px) {
	.not-found-container .not-found-plate {
		width: 517px;
		height: 471px;
		background-image: url("https://d2skenm2jauoc1.cloudfront.net/websites/img/plate.png");
		background-size: 517px 471px
	}

	.not-found-container .not-found-plate span {
		line-height: 430px;
		font-size: 88px
	}
}

.app-store {
	width: 141px;
	height: 46px
}

.google-play {
	width: 141px;
	height: 46px
}

.mapBoxButtonsContainer {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999
}

.mapBoxButtons {
	border: solid 2px rgba(150,150,150,0.3);
	border-radius: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.mapBoxButtons span {
	background-color: white;
	padding: 8px !important;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
	font-size: 12px
}

.mapBoxButtons span.start {
	border-radius: 5px 0 0 5px !important;
	border-right: solid 2px rgba(150,150,150,0.3);
	font-size: 12px
}

.mapBoxButtons span.end {
	border-radius: 0 5px 5px 0 !important;
	font-size: 12px
}

.mapBoxButtons span.selected {
	background-color: #f0f0f0 !important
}

.mapBoxButtons span.selected {
	background-color: #fefefe
}

.leaflet-control-custom svg {
	width: 20px;
	height: 20px;
	padding-right: 5px
}

.leaflet-control-attribution {
	display: none
}

.leaflet-bottom.leaflet-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.leaflet-control-attribution.leaflet-control {
	margin: auto auto 7px auto !important
}

.promotions-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.deal {
	width: 445px;
	height: 263px;
	margin: 30px 30px 0 0
}

.deal h2 {
	text-align: left;
	font-size: 28px
}

.deal-background {
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.deal-details {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to top, transparent 45%, rgba(0,0,0,0.4) 100%);
	background-color: rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1)
}

.deal-button {
	width: 200px
}

.deal-title {
	font-family: "PT Serif",serif;
	font-size: 28px;
	font-weight: 600
}

.deal-description {
	font-size: 15px;
	font-weight: 600
}

.deal-conditions {
	font-size: 15px
}

.promo-widget .deal-button {
	margin-bottom: 1.25rem;
	margin-right: 1.25rem
}

.promotions {
	margin-left: 0 !important;
	margin-right: 0 !important
}

@media (min-width: 1024px) {
	.promotions {
		margin: 0 auto !important
	}

	.deal-last,.deal:nth-of-type(2n) {
		margin-right: 0
	}

	.deal-details-cell {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width: 1024px) {
	.deal {
		width: 100%;
		max-width: 700px;
		height: 300px;
		margin: 30px 30px 0 30px
	}

	.deal-details-cell {
		height: auto
	}

	.deal-button {
		margin-top: 1rem
	}

	.deal-description {
		padding-top: 10px
	}
}