* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: red;
}

body {
	height: 100%;
}

html {
	
}

.mobile {
	display: none;
}

/* BASE */

#base {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url('/resources/artwork/bg.jpg');
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 25px;
	/* z-index: -1; */
}

#chochosan {
	width: 99px;
	position: relative;
	top: 50px; left: 50px;
}

#social {
	position: absolute;
	top: 50px; right: 50px;
}

#social span {
	position: relative;
	top: -4px;
	right: 15px;
	text-transform: uppercase;
	font: 400 10px 'Gotham A', 'Gotham B';
	letter-spacing: 0.1em;
}

#social img {
	height: 19px;
	margin-left: 7px;
}

#boxes {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	text-align: center;
}

#boxes .box {
	background-color: white;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border: 2px solid red;
	padding: 10px;
	text-transform: uppercase;
	margin: 0 5px;
	width: 260px;
	height: 260px;
}

#boxes .box h1, #boxes .box h2 {
	color: red;
	margin-bottom: 10px;
	font: 600 13px 'Gotham A', 'Gotham B';
	letter-spacing: 0.2em;
}

#boxes .box p ~ h2 {
	margin-top: 15px;
}

#boxes .box p {
	margin-bottom: 10px;
	font: 400 11px 'Gotham A', 'Gotham B';
	letter-spacing: 0.1em;
	line-height: 1.3;
}

#boxes .box a, #boxes .box span {
	text-decoration: underline;
	cursor: pointer;
}

#boxes .box span:hover {
	color: red;
}

.social img {
	height: 20px;
	margin-right: 4px;
}

#credits {
	position: absolute;
	right: 0px;
	bottom: 10px;
	-webkit-transform: rotate(-90deg) translateY(150px);
	-webkit-transform-origin: 0% 0%;
	transform: rotate(-90deg) translateY(150px);
	transform-origin: 0% 0%;
	font: 400 8px 'Gotham A', 'Gotham B';
	text-transform: uppercase;
}

/* MODAL */

#modal {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

#modal .align {
	max-width: 840px; 
	height: 100%;
	margin: 0 auto;
}

#modal .box {
	background-color: white;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position: relative;
	padding: 50px;
	max-width: 550px;
	margin: 0 0 0 auto;
	position: relative;
	top: 50%;
	display: none;
}

#modal .x {
	position: absolute;
	top: 20px; right: 20px;
	width: 22px;
	cursor: pointer;
	z-index: 2;
}

#menu {
	padding: 50px 0px;
	display: none;
	margin: 0px 50px;
}

#menu .page {
	margin-top: 20px;
	background-color: white;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position: relative;
}

#menu .submenu li {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	font: 600 13px 'Gotham A', 'Gotham B';
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 4px 4px 2px 4px;
	margin: 0px 5px;
	cursor: pointer;
}

#menu .submenu li:first-of-type {
	color: red;
	border-right: 1px solid red;
	padding: 4px 14px 2px 0px;
	margin-left: 0px;
	cursor: auto;
}

#menu .submenu li:last-of-type {
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}

#menu .submenu li.s {
	outline: 2px solid red;
}

#menu .page {
	background-color: white;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position: relative;
	margin-top: 20px;
}

#menu .images {
	position: relative;
	z-index: 1;
}

#menu .images img {
	width: 100%;
	margin-bottom: 10px;
}

#menu .images.food {
	display: block;
}

#menu .images.drinks {
	display: none;
}

#gallery.box {
	padding: 50px 0px;
	max-height: 590px;
	overflow: hidden;
	margin-top: -295px;
}

#gallery .images {
	margin: 20px 0px;
}

#gallery .item {
	margin: 0 5px;
}

#gallery .images img {
	width: 100%;
}

#gallery .images span {
	font: 400 13px 'Gotham A', 'Gotham B';
}

#gallery .arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	width: 13px;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	cursor: pointer;
}

#gallery .arrow.left {
	left: 20px;
}

#gallery .arrow.right {
	right: 20px;
}

#gallery:hover .arrow {
	opacity: 1;
}

#map-canvas {
	margin: 20px 0px;
	height: 350px;
	width: 100%;
}

#map.box {
	margin-top: -290px;
}

#map h1 {
	color: red;
	margin-bottom: 10px;
	font: 600 13px 'Gotham A', 'Gotham B';
	letter-spacing: 0.2em;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
}

#map p {
	margin-bottom: 10px;
	font: 400 11px 'Gotham A', 'Gotham B';
	letter-spacing: 0.1em;
	line-height: 1.3;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding-right: 20px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#map a {
	text-decoration: underline;
}

#details .news_form {
	margin-top: 10px;
}

.news_form {
	display: none;
}

form input, form textarea, form select {
	display: block;
	border: 1px solid black;
	background: transparent;
	font: 400 11px 'Gotham A', 'Gotham B';
	text-transform: uppercase;
	padding: 5px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

form select {
	color: lightgrey;
}

form input.submit {
	cursor: pointer;
}

#enquire.box {
	max-width: 400px;
	margin-top: -200px;
}

#booking.box {
	max-width: 1024px;
	margin-top: -275px;
	font-size: 0;
}

#booking.box .widget {
	float: left;
	height: calc(100% + 80px);
}

#booking.box .mob-book-only {
	display: none;
	padding: 25px;
}

#more-info.box {
	max-width: 800px;
	margin-top: -275px;
}

#booking iframe {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	margin-right: 20px;
}

#gift-voucher.box {
	max-width: 445px;
	margin-top: -275px;
	font-size: 0;
}

#gift-voucher iframe {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	height: 600px !important;
}


.box.view h1 {
	color: red;
	margin-bottom: 10px;
	font: 600 13px 'Gotham A', 'Gotham B';
	letter-spacing: 0.2em;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
}

.box.view p {
	margin-bottom: 10px;
	font: 400 11px 'Gotham A', 'Gotham B';
	letter-spacing: 0.1em;
	line-height: 1.3;
	/*display: inline-block;*/
	vertical-align: top;
	text-transform: uppercase;
	padding-right: 20px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.box.view a, .box.view span {
	text-decoration: underline;
	cursor: pointer;
}

.box.view span:hover {
	color: red;
}