<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Proxima Nova Bold
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;

Proxima Nova Bold Italic
font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: italic;

URW DIN Light
font-family: urw-din, sans-serif;
font-weight: 300;
font-style: normal;

URW DIN Light Italic
font-family: urw-din, sans-serif;
font-weight: 300;
font-style: italic;

URW DIN Regular Italic
font-family: urw-din, sans-serif;
font-weight: 400;
font-style: italic;

URW DIN Regular
font-family: urw-din, sans-serif;
font-weight: 400;
font-style: normal;
*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: urw-din, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000000;
	background: #F8F6F6;
}
strong, b {
	font-family: urw-din, sans-serif;
	font-weight: 400;
	font-style: normal;
}
::-moz-selection { background: #EFEFEF; }
::selection { background: #EFEFEF; }

.reservation-terrazza iframe { max-width: 550px; }

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” PRELOADER â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	z-index: 999999999;
}
#status {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../_img/loader.gif);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center;
	margin: -25px 0 0 -25px;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” DIALOG BOX â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.dialog, .dialogOverlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.dialog {
	position: fixed;
	pointer-events: none;
	z-index: 99999999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dialogOverlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	overflow: auto;
}
.dialogContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 750px;
	background: #F8F6F6;
	padding: 3em 3.5em;
	font-size: 18px;
	line-height: 2em;
	text-align: center;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.9); 
	transform: translate(-50%, -50%) scale(0.9); 
	transition-property: opacity, transform;
}
.dialogContent h2 {
	font-size: 24px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin-bottom: 20px;
	margin-top: -7px;
}
.dialogOverlay, .dialogContent {
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.showDialog .dialogOverlay {
	opacity: 1;
	pointer-events: auto;
}
.dialog.showDialog .dialogContent {
	opacity: 1; 
	-webkit-transform: translate(-50%, -50%) scale(1); 
	transform: translate(-50%, -50%) scale(1); 
	pointer-events: auto;
}
.dialogCross {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.dialogCrossLine {
	position: relative;
	transform: rotate(45deg);
	background: #000000;
	width: 2px;
	height: 24px;
	left: 11px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.dialogCrossLine:nth-child(1) {
	position: absolute;
	width: 24px;
	height: 2px;
	top: 11px;
	left: 0px;
}
.coronaAgree {
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: normal;
	color: #FFFFFF !important;
	text-transform: uppercase;
	background-color: #000000;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.jenoteca {
	width: 350px !important;
	height: auto;
}

.jenoteca-hands {
	width: 115px !important;
	height: auto;
}

@media only screen and (max-width: 900px) {

	.jenoteca {
		width: 60vw !important;
		height: auto;
	}

}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” LINKS â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.submenu a {
	text-decoration: none;
	color: #000000;
	transition: color 0.3s ease;
}
.submenu a:hover {
	color: #8c8a8a;
}

.elementHalf p a, .answer p a, .dialogContent p a {
	color: #000000;
	text-decoration: none;
	position: relative;
	/*display: inline-block;*/
}
.elementHalf p a:after, .dialogContent p a:after, .answer p a:after  {
	content: "";
	position: absolute;
	bottom: 0px;
	background: #000;
	height: 1px;
	width: calc(100% - 2px);
	right: auto;
	left: 1px;
	-webkit-transition: all .5s ;
	transition: all .5s ;
}
.elementHalf p a:hover:after, .answer p a:hover:after, .dialogContent p a:hover:after  {
	left: auto;
	right: 1px;
	width: 0;
}
.musicText, .quick, .nb-white, .scene-nav, .doubleBlock, .submenu, .bottomLogos, .social, .privacy, .copyright {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MENU â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

#homeNB {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	display: none;
}
#homeBars {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	display: none;
}
.showMe {
	display: block !important;
}
.menuBasic {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px 15px;
	border: 1px solid #000000;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 12px;
	white-space: nowrap;
	text-transform: uppercase;
}
.menuBasicMobile {
	display: none;
}
.basicWhite {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#menuToggle {
	display: block;
	position: fixed;
	top: 5vw;
	right: 5vw;
	z-index: 9999999;
	-webkit-user-select: none;
	user-select: none;
}
#menuToggle input {
	display: block;
	width: 168px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}
#menuToggle input:checked ~ ul {
	transform: none;
}
#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	background: rgba(0,0,0,0.9);
	list-style-type: none;
	/* to stop flickering of text in safari */
	transform-origin: 0% 0%;
	transform: translate(0, -100%);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	transition: color 0.3s ease;
}
#menu a:hover {
	color: #FFFFFF;
}
.menuTopActive h1 {
	color: #FFFFFF !important;
}
ul, menu, dir {
	margin: 0px;
	padding: 0px;
}
.menuSpacer {
	height: 17.5vh;
}
#menu li
{
	/* padding: 10px 0; */
	font-size: 4vh;
	line-height: normal;
	text-align: center;
	font-weight: 800;
	margin-bottom: 1vh;
}

#menu li spic {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}
#menu li spic:before, #menu li spic:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0.6vh;
	top: 50%;
	margin-top: -0.30vh;
	background: #fff;
}
#menu li spic:before {
	left: 0px;
}
#menu li spic:after {
	right: 0px;
	background: #fff;
	transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#menu li spic:hover:before {
	background: #fff;
	width: 100%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#menu li spic:hover:after {
	background: transparent;
	width: 100%;
	transition: 0s;
}
.menuActive {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.6vh;
	top: 50%;
	margin-top: -0.30vh;
	background: #fff;
	left: 0px;
	right:0px;
}
#menuToggle input:checked ~ ul
{
	transform: none;
}
.hiddenBun {
	opacity: 0 !important;
}
.nb-black {
	position: fixed;
	top: 5vw;
	left: 5vw;
	width: 2.5vw;
	height: auto;
	z-index: 999;
}
.nb-white {
	position: fixed;
	top: 5vw;
	left: 5vw;
	width: 3vw;
	height: auto;
	display: none;
	z-index: 9999999;
}
.nb-white img, .nb-black img {
	width:100%;
	height: auto;
}
.closer {
	position: fixed;
	top: 5vw;
	right: 5vw;
	padding: 10px 15px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
	font-size: 12px;
	white-space: nowrap;
	text-transform: uppercase;
	display: none;
	font-family: urw-din, sans-serif;
	font-weight: bold;
}
.closerMobile {
	display: none;
}
.quick {
	position: absolute;
	bottom: 5vw;
	left: 5vw;
	padding: 10px 15px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #FFF;
	font-size: 12px;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 999998;
}
.quick a, .quick a:visited, .quick a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.quick a:none {
	color: #FFFFFF;
	text-decoration: none;
}
.chooseLingo {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 4vh;
}
.chooseLingo a, .chooseLingo a:active, .chooseLingo a:visited {
	font-size: 14px;
	font-style: bold;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 4px solid #FFFFFF;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” SUB-MENU â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.submenu {
	position: absolute;
	top: 5vw;
	left: 55vw;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.submenu li {
	list-style: none;
	float: left;
	padding-right: 3vw;
	text-transform: uppercase;
	padding-top: 10px;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” HOMEPAGE â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.homevideoHolder {
	position: relative;
	z-index: -9;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.homevideoHolder video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.contentHolder {
	cursor: none !important;
	position: relative;
	padding-top: 20vw; /* padding-top: 20vw; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.element {
	float: left;
	margin-bottom: 0vw; /* margin-bottom: 5vw; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	z-index: 10;
	overflow: visible;
	width: 100%;
}
.element img {
	width: 100%;
	height: auto;
}
.elementHalf {
	/*width: 36.25vw;*/
	font-size: 18px;
	line-height: 2.2em;
	margin-bottom: 20vw; /* margin-bottom: 5vw; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
}
.marginBottomReset {
	font-size: 22px;
	margin-left: 0vw !important;
	margin-right: 0vw !important;
	margin-bottom: 5vw !important;
}
.elementHalf p {
	margin-bottom: 20px; /* margin-bottom: 1em; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
}
.elementHalf p:last-child {
	margin-bottom: 0px; /* margin-bottom: 1em; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
}
.elementHalf ul {
	margin-bottom: 20px; /* margin-bottom: 1em; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	--list-style-position: inside;
	list-style-type: "âŠš  ";
	margin-left: 20px;
}
.elementHalf ul:last-child {
	margin-bottom: 0px; /* margin-bottom: 1em; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
}

.elementHalf h2 {
	font-size: 32px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin-bottom: 40px; /* margin-bottom: 12px; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	margin-top: -7px;
}
.elementHalf h2 span {
	font-size: 0.5em;
}
.elementHalf h3 {
	font-size: 24px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin-bottom: 40px; /* margin-bottom: 12px; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	margin-top: 40px;
}
.image-left-bleed {
	width:	 calc(50vw - 5vw);
	margin-left: 0vw;
	margin-right: 5vw;
	float: left;
}
.image-left-bleedText {
	width: calc(50vw - 5vw - 10vw);
	margin-left: 5vw;
	margin-right: 10vw;
	float: right;
} 
.image-right-bleed {
	width:	 calc(50vw - 5vw);
	margin-left: 5vw;
	margin-right: 0vw;
	float: right;
}
.image-right-bleedText {
	width:	 calc(50vw - 5vw - 10vw);
	margin-left: 10vw;
	margin-right: 5vw;
	float: left;
}
.image-left-no-bleed {
	width:	 calc(50vw - 5vw - 10vw);
	margin-left: 10vw;
	margin-right: 5vw;
	float: left;
}
.image-right-no-bleed {
	width:	 calc(50vw - 5vw - 10vw);
	margin-left: 5vw;
	margin-right: 10vw;
	float: right;
}
.image-left-no-bleedText {
	width:	 calc(50vw - 5vw - 10vw);
	margin-right: 10vw;
	margin-left: 5vw;
	float: right;
}
.image-right-no-bleedText {
	width:	 calc(50vw - 5vw - 10vw);
	margin-right: 5vw;
	margin-left: 10vw;
	float: left;
}
.image-only {
	width: 100%;
}
.image-onlyText {
	display: none;
}
.text-onlyText {
	margin-left: 10vw;
	margin-right: 10vw;
	text-align: center;
}
.small-text {
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
.fullSize, .faqHolder {
	width: calc(100vw - 10vw - 10vw);
	margin-left: 10vw;
	margin-right: 10vw;
	margin-bottom: 10vw; /* margin-bottom: 5vw; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	overflow:hidden;
}
.fullSize h2 {
	text-align:center
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: CONTACT â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

#map {
	width: 100%;
	min-height: 50vw;
}
.buttonRoute {
	display: inline-block;
	padding: 5px 20px;
	margin: 15px 0 10px 0;
	border: 1px solid #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}
.buttonRoute:after {
	background: none !important;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: RESERVATIONS â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.mbJane {
	font-size: 24px;
	font-family: proxima-nova, sans-serif;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing:0.1em;
	margin-bottom: 40px; /* margin-bottom: 12px; â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MARGIN */
	margin-top: -6px !important;
}
.reservationChoice {
	position: relative;
	width: 100%;
	border: 1px solid #000000;
}
.reservationType {
	position: relative;
	padding: 15px 40px 15px 20px;
	border-bottom: 1px solid #000000;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: normal;
	font-size: 14px;
	transition: all 0.25s ease-in-out 0s;
}
.reservationType:hover {
	cursor:pointer;
	background-color: #000000;
	color: #FFFFFF;
}
.reservationType:last-child {
	border-bottom: 0px;
}

.reservationLingo {
    position: relative;
    display: none;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: COLLABORATIONS â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.listHalf {
	float: left;
	width: 35vw;
	text-align: left;
}
.leftHalf {
	padding-right: 5vw;
}
.rightHalf {
	padding-left: 5vw;
}
.typeHolder {
	float: relative;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
}
.typeHolder h2 {
	font-size: 32px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-bottom: 0;
	margin-top: 36px;
	margin-bottom: 26px;
	/*-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #000000;
	text-stroke: 1px #000000;*/
	color: #000;
	text-align: left;
}
.typeHolder a, .typeHolder a:visited, .typeHolder a:active {
	color: #000000;
	font-size: 24px;
	line-height: 1.4em;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}
.typeHolder a:before {
	content: "";
	position: absolute;
	bottom: -6px;
	background: #000;
	height: 1px;
	left: auto;
	right: 2px;
	width: 0;
	-webkit-transition: all .5s ;
	transition: all .5s ;
}
.typeHolder a:hover:before {
	width: calc(100% - 3px);
	right: auto;
	left: 1px;

}
.listLink {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}
.paddingBottom {
	position:relative;
	width: 100%;
	height: 10vw;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: FAQ â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.question {
	position: relative;
	padding: 25px 75px 25px 30px;
	border: 1px solid #000000;
	border-top: none;
	transition: background-color 0.5s ease;
	font-size: 18px;
	line-height: 1.5em;
}
.question:first-child {
	border-top: 1px solid #000000;
}
.answer {
	display: none;
	border: 1px solid #000000;
	border-top: none;
	padding: 25px 30px;
	transition: background-color 0.5s ease;
	font-size: 18px;
	line-height: 1.5em;
}
.answer p {
	margin-bottom: 10px;
}
.answer p:last-child {
	margin-bottom: 0;
}
.question:hover {
	cursor: pointer;
}
.answer:hover {
	cursor: pointer;
}
.greyBG {
	background-color: rgba(0, 0, 0, 0.025);;
}
.arrow {
	position: absolute;
	right: 40px;
	top: 25px;
	width: 12px;
	height: 12px;
	/*z-index: 99999;*/
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform:rotate(45deg);
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;  
}
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform:rotate(-135deg);
	top: 35px;
}
.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform:rotate(45deg);
}
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform:rotate(-45deg);
	right: 20px;
	top: 14px;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” SHOP â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.holiday-text {
	font-size: 1.4em;
}

.order {
	text-align: center;
	margin-left: 10vw;
	margin-right: 10vw;
	margin-bottom: 20vw;
}
.giftHeader {
	position: relative;
	padding: 10px 15px;
	border: 1px solid #000000;
	letter-spacing: 0.1em;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5vw;
	cursor: pointer;
}
.giftHeader:hover {
	background-color: #000000;
	color: #FFF;
}
.giftHolder iframe {
	padding-bottom: 5vh;
}
.amount50 {
	margin-bottom: 5vw;
	float: left;
	width: 50%;
}
.itemLeft {
	width: 37.5vw;
	text-align: left;
	font-size: 22px;
	line-height: 1.6em;
}
.itemRight {
	width: 37.5vw;
	margin-left: 2.5vw;
	text-align: left;
	font-size: 22px;
	line-height: 1.6em;
}
.giftIMG {
	position: relative;
	border: 1px solid #000000;
	border-bottom: 0px;
}
.giftIMG img {
	width: 100%;
	height: auto;
}
.shopIMG {
	position: relative;
	border: 1px solid #000000;
	border-bottom: 0px;
}
.shopIMG img {
	width: 100%;
	height: auto;
}
.price {
	float: right;
	text-align: right;
	font-weight: bold;
}
.subTitle {
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 1vw;
}
#nick33Form {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.order form {
	width: 100%;
}
.order form input{
	padding: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.05em;
}
.order form input:focus {
	outline: none;
}
.order form select{
	padding: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0.05em;
	background: #FFFFFF;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
}
.order .inputtext {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inputtextNR {
	 width: calc(100% - 104px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	border: 1px solid #000000;
	background:  transparent;
}
.order .inputradio {
	margin-right: 5px;
}
.clearfix {
	clear: both;
}
.gender {
	margin: 5vw 0 2.5vw 0;
}
.order .gender-first {
	margin-right: 20px;
}
.order form a.btn, .btn {
	padding: 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #000000;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.orderBtn {
	margin-top: 20px !important;
}
.amounter .btn {
	width: 52px !important;
	height: 53px !important;
	text-align: center;
	font-size: 15px;
	line-height: normal;
	border: 1px solid #000000;
	border-left: 0px solid #000000;
	color: #000000;
	background-color: transparent;
}
.amounter .btn:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.specialInput {
	position: relative;
	width: 100%;
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.5s; 
	  -moz-transition: height 0.5s; 
	  -ms-transition: height 0.5s; 
	  -o-transition: height 0.5s; 
	  transition: height 0.5s;	 
}
.openDiv {
	height: 75px;
}
.noshow {
	display: none;
}
.error {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 600px;
	margin-left: -340px;
	margin-top: -160px;
	background-color: #444444;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	display: none;
	padding: 40px;
	line-height: 150%;
	z-index: 10;
}
@media (max-width: 700px){
	.error {
		width: 400px;
		margin-left: -200px;
		margin-top: -160px;
		font-size: 16px;
	}
}
.amounter {
	position: relative;
	text-align: left;
}
.counter:hover {
	cursor: pointer;
}
.vimeoHolder {
	text-align: center;
	margin-left: 10vw;
	margin-right: 10vw;
	margin-bottom: 10vw;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” FOOTER â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.bottom {
	position: relative;
	background-color: #000000;
	font-weight: 400;
	overflow: hidden;
	min-height: 450px;
	padding-top: 100px;
}
.bottomLeft {
	position: absolute;
	left: 10vw;
	width: 50vw;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.bottomLeft a {
	color: #FFFFFF;
	text-decoration: none;
	transition: color 0.3s ease;
}
.bottomLeft a:hover {
	color: #7f7f7f;
}
.bottomBlock {
	float: left;
	width: 33.33vw;
}
.bottomBlock li {
	list-style: none;
}
.contactAddress {
	width: 16.66vw;
	color: #7f7f7f;
}
.doubleBlock {
	column-count: 2;
}
.privacy {
	position: absolute;
	bottom: 50px;
	left: 10vw;
	width: 30vw;
	color: #7f7f7f;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.privacy:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.privacy a, .privacy a:active, .privacy a:visited  {
	color: #7f7f7f;
	text-decoration: none;
	transition: color 0.3s ease;
}
.privacy a:hover {
	color: #FFFFFF;
}
.copyright {
	position: absolute;
	bottom: 50px;
	right: 10vw;
	width: 50vw;
	text-align: right;
	color: #7f7f7f;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.bottomLogos {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 100px;
	right: 10vw;
	width: 450px;
}
.resto {
	opacity: 0.5;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}
.resto:hover {
	opacity: 1;
	cursor: pointer;
}
.resto1 img {
	width: auto;
	height: 50px;
}
.resto2 img {
	width: auto;
	height: 50px;
}
.resto3 img {
	width: auto;
	height: 50px;
}
.resto4 img {
	width: auto;
	height: 50px;
}
.resto5 img {
	width: auto;
	height: 50px;
}


.restoLeft img {
	width: auto;
	height: 50px;
}
.restoMiddle img {
	width: auto;
	height: 50px;
}
.restoRight img {
	width: auto;
	height: 50px;
}
.social {
	position: absolute;
	left: 10vw;
	bottom: 100px;
	/*z-index: 9999;*/
}
.socialIcon {
	float: left;
	height: 20px;
	margin-right: 20px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;
}
.socialIcon:hover {
	opacity: 1;
}
.socialIcon img {
	height: 100%;
	width: auto;
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” AUDIO PLAYER â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.musicText {
	/*z-index: 99;*/
	position: fixed;
	bottom: 3.8vw;
	right: 5.2vw;
	color: #FFFFFF;
	transform: rotate(90deg);
	transform-origin: 100% 0%;
}
.musicText i {
	margin-left: 10px;
}
#player {
	display:none;
}
.bars {
  height: 23px;
  position: fixed;
  width: 23px;
  cursor: pointer;
  bottom: 0px;
  right: 5vw;
  /*z-index: 999;*/
}
.bar {
  background: #ffffff;
  bottom: 0px;
  position: absolute;
  width: 5px;	   
  animation: sound 0ms 100ms linear infinite alternate;
  transition: all 0.25s ease-in-out 0s;
}

.bars:hover .bar {
  background: rgba(255, 255, 255, 0.5); 
}

@keyframes sound {
  0% {
	opacity: 1;
	height: 1px;
  }
  100% {
	opacity: 1;		  
	height: 23px;		 
  }
}

.bar:nth-child(1)  { left: 0px; animation-duration: 500ms; }
.bar:nth-child(2)  { left: 6px; animation-duration: 542ms; }
.bar:nth-child(3)  { left: 12px; animation-duration: 514ms; }
.bar:nth-child(4)  { left: 18px; animation-duration: 558ms; }

.noAnim {
	-webkit-animation: none;
	-webkit-animation-name: none;
}

.noAnim:nth-child(1) { height: 10px; }
.noAnim:nth-child(2) { height: 26px; }
.noAnim:nth-child(3) { height: 14px; }
.noAnim:nth-child(4) { height: 18px; }

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” SCROLL ICON &amp; PROGRESS BAR â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.icon-scroll,
.icon-scroll:before {
	position: absolute;
	left: 50%;
}
.icon-scroll {
	z-index: 999;
	width: 30px;
	height: 60px;
	margin-left: -15px;
	bottom: 5vh;
	margin-top: -30px;
	box-shadow: inset 0 0 0 1px #6f686a;
	border-radius: 15px;
}
.icon-scroll:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #6f686a;
	margin-left: -3px;
	top: 40px;
	border-radius: 4px;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
			animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}
#progress {
	height: 10px;
	background-color: #000000;
	position: fixed;
	bottom: 0;
	left: 0;
	transition: width 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” CURSOR â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.mouse {
	width: 8px;
    height: 8px;
    position: fixed;
    pointer-events: none;
    border-radius: 100%;
}
.cursor {
    width: 8px;
    height: 8px;
    background-color: #000000;
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
    -webkit-transition: width .5s, height .5s, opacity .5s;
    transition: width .5s, height .5s, opacity .5s;
}
.cursorFollow {
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    opacity: 0.25;
    -webkit-transform: translate(-21px, -21px);
    transform: translate(-21px, -21px);
    -webkit-transition: .75s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: .75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cursorFollow.cursorHover {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-51px, -51px);
    transform: translate(-51px, -51px);
}
.cursor.cursorHover {
    width: 2px;
    height: 2px;
    opacity: 0;
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}
.cursorFollow.cursorOut {
    width: 2px;
    height: 2px;
    opacity: 0;
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}
.cursor.cursorOut {
    width: 2px;
    height: 2px;
    opacity: 0;
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}
/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” LAB26 â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.lab26 {
	position: absolute;
	bottom: 12px;
	right: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	opacity: 0.25;
	transition: opacity 1s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(90deg);
	transform-origin: 90% 0%;
}
.lab26Text { opacity: 0; transition: opacity 0.5s ease; }
.lab26:hover { opacity: 0.75; }
.lab26:hover .lab26Text { opacity: 1; }

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAILCHIMP â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.mailchimpForm {
	position: absolute;
	right: 10vw;
	width: 280px;
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
}
#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
#mc_embed_signup input {
	border: 1px solid #FFFFFF;
	border-radius: 0px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #000000;
	font-family: urw-din, sans-serif;
	font-weight: 400;
}
#mc_embed_signup .button {
	-webkit-appearance: none;
	border: 1px solid #7f7f7f;
	border-radius: 0px;
	background-color: #7f7f7f;
	transition: all 0.25s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	width: 100%;
	line-height: 1em;
	padding: 11px 20px;
}
#mc_embed_signup .button:hover {
	background-color: #000000;
}

#mc_embed_signup input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #FFFFFF; opacity: 1; /* Firefox */ }
#mc_embed_signup input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #FFFFFF; }
#mc_embed_signup input::-ms-input-placeholder { /* Microsoft Edge */ color: #FFFFFF; }
#mc_embed_signup input:focus{ outline: none; }

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */

#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#7f7f7f;}
#mc_embed_signup .small-meta {font-size: 12px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:5px;}
#mc_embed_signup .mc-field-group input {display:block; width: calc(100% - 2px); padding:10px 0; text-indent:20px; color: #FFFFFF;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:12px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}		
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; overflow:hidden; width:100%; margin: 0; clear: both;}
#mc_embed_signup div.response {margin:0; padding:0; font-weight:bold; float:left; top:0em; z-index:1; width:100%; padding-bottom: 10px; color: #FFFFFF; text-transform: uppercase; font-size: 14px; letter-spacing: 0.05em;}
#mc_embed_signup div.response a {color: #FFFFFF;}

#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#FFFFFF; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; width: 238px; border: 1px solid #e85c41; padding:10px 20px; margin: 5px 0 0 0; background-color:rgba(255,255,255,0.85); font-size:10px; font-weight:normal; text-transform: uppercase; letter-spacing: 0.1em; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:1px solid #e85c41;}

@media only screen and (min-width: 1900px) {

	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” HOMEPAGE â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.menuBasic {
		padding: 15px 20px;
		font-size: 16px;
	}
	#menuToggle input {
		width: 224px;
		height: 51px;
	}
	.closer {
		padding: 15px 20px;
		font-size: 16px;
	}
	
	.quick {
		padding: 15px 20px;
		font-size: 16px;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” SUBMENU â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.submenu {
		font-size: 20px;
	}
	.submenu li {
		padding-right: 3vw;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” CONTENT â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.elementHalf h2 {
		font-size: 32px;
	}
	.elementHalf {
		font-size: 22px;
		line-height: 2.4em;
	}
	.small-text {
		font-size: 18px;
		line-height: 2em;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: RESERVATIONS â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.mbJane {
		font-size: 32px;
	}
	.reservationType {
		padding: 18px 44px 20px 24px;
		font-size: 18px;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: COLLABORATIONS â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.typeHolder h2 {
		font-size: 46px;
		margin-top: 56px;
		margin-bottom: 56px;
	}
	.typeHolder a, .typeHolder a:visited, .typeHolder a:active {
		font-size: 32px;
		line-height: 1.6em;
	}
	.listLink {
		margin-bottom: 20px;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” MAIN CONTENT: FAQ â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.question {
		padding: 30px 75px 30px 35px;
		font-size: 22px;
	}
	.answer {
		padding: 30px 35px;
		font-size: 22px;
		line-height: 1.8em;
	}
	.answer p {
		margin-bottom: 15px;
	}
	.arrow {
		right: 40px;
		top: 30px;
		width: 15px;
		height: 15px;
		padding: 3px;
	}
	.up {
		top: 40px;
	}
	.right {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform:rotate(-45deg);
		right: 25px;
		top: 18px;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” SHOP â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.giftHeader {
		padding: 15px 20px;
		font-size: 22px;
	}
	.itemLeft {
		font-size: 28px;
		line-height: 1.6em;
	}
	.itemRight {
		font-size: 28px;
		line-height: 1.6em;
	}
	.subTitle {
		font-size: 22px;
		line-height: 1.8em;
	}
	.order form input{
		padding: 15px;
		font-size: 18px;
	}
	.order form select{
		padding: 15px;
		font-size: 18px;
	}
	.order form a.btn, .btn {
		padding: 15px;
		font-size: 18px;
	}
	.shopBanner img {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	
	/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” FOOTER â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */
	
	.bottom {
		min-height: 500px;
		padding-top: 100px;
	}
	.bottomLeft {
		font-size: 20px;
		line-height: 38px;
	}
	.privacy {
		font-size: 12px;
	}
	.copyright {
		font-size: 12px;
	}
	.bottomLogos {
		bottom: 100px;
		right: 10vw;
		width: 400px;
	}
	.restoLeft img {
		width: auto;
		height: 75px;
	}
	.restoMiddle img {
		width: auto;
		height: 75px;
	}
	.restoRight img {
		width: auto;
		height: 75px;
	}
	.social {
		bottom: 100px;
	}
	.socialIcon {
		height: 24px;
		margin-right: 24px;
	}
	.mailchimpForm {
		width: 400px;
	}
	#mc_embed_signup input {
		font-size: 14px;
	}
	#mc_embed_signup .button {
		font-size: 14px;
	}

}

/* â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” UNTITLED POPUP â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€”â€” */

.untitled {
  background-color: #F0EDEA;
  border-radius: 20vw 20vw 0 0;
  width: 15vw;
  min-width: 175px;
  height: auto;
  padding: 5vw 2.5vw 2.5vw 2.5vw;
  display: flex;
  position: fixed;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #2357a4;
  bottom: 0;
  left: 40vw;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1000000;
}

.showUntitled {
  opacity: 100%;
}

.untitled-inner {
  text-align: center;
}

.untitled-inner .logo {
  fill: #D3A4A7;
}

.untitled-inner svg {
  padding: 10% 0;
}

.untitled-inner a {
  color: #2357a4;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.5s;
}

.untitled-inner a:hover {
  color: #D3A4A7;
}

.closeUntitled {
  cursor: pointer;
  transition: all 0.5s;
}

.closeUntitled:hover{
  color: #D3A4A7;
}

@media only screen and (max-width: 900px) {

.untitled {
    border-radius: 200px 200px 0 0;
    width: 200px;
    left: calc(50vw - 140px);
    padding: 60px 40px 40px 40px;
  }
}</pre></body></html>