/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=2f196730-7e89-452f-beb8-b931ab13c65c");


@font-face {
	font-family: "AvenirNextLTW01-Regular";
	src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot");
	src: url("../fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot") format("eot"), url("../fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff") format("woff2"), url("../fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff") format("woff"), url("../fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf") format("truetype"), url("../fonts/52a192b1-bea5-4b48-879f-107f009b666f.svg") format("svg");
}
@font-face {
	font-family: "Trade Gothic W01 Bold";
	src: url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot");
	src: url("../fonts/2e9af08f-0faf-45e3-9767-78a700434af3.eot") format("eot"), url("../fonts/d2e623ca-efc6-4557-ae55-ebb786065dcf.woff") format("woff2"), url("../fonts/f51d24dd-8256-43c6-ba1a-6aeae9d3f262.woff") format("woff"), url("../fonts/955ee494-66b2-4eb2-8f19-bc3a088df16d.ttf") format("truetype"), url("../fonts/d5153ad4-7c93-4757-9147-640e69ec4801.svg") format("svg");
}
@font-face {
	font-family: "TradeGothicW01-Extended";
	src: url("../fonts/558189fc-efd3-4d8f-aa5f-8ddaf391bf47.eot");
	src: url("../fonts/558189fc-efd3-4d8f-aa5f-8ddaf391bf47.eot") format("eot"), url("../fonts/1c50e546-f8f6-40c2-8230-2d8f284effee.woff") format("woff2"), url("../fonts/1b99d71c-c066-4ce3-b4af-38dfd9fe3d85.woff") format("woff"), url("../fonts/8fa9ef8a-e824-4c25-a2ae-90b58c98c789.ttf") format("truetype"), url("../fonts/aea6178e-a137-430d-9ebb-265f36bc6380.svg") format("svg");
}


/*iframe styles*/

iframe.thank-you-page {
	visibility: hidden;
    position: fixed;
    left: 0; top: 0;
    height:0; width:0;
    border: none;
}

/* Errors for forms */

.error {
	background: #b20000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 6px red;
}
/* Screen reader only text for accessibility */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* Datepicker styles */

.ui-widget {
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: #111111;
    background: #d8964c;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #111111;
    background: #111111;
    font-weight: normal;
    color: white;
}
.ui-datepicker .ui-datepicker-title {
	color: #d8964c;
	font-family: 'TradeGothicW01-Extended', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.ui-widget-header {
   	background: #111111;
}

.ui-datepicker th {
	color: #111111;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: 'AvenirNextLTW01-Regular', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	color: #bcbcbc;
	background: #111111;
	z-index: 0;
}
/*.no_margin_top {
	margin-top: 60px !important;
}*/
a {
	text-decoration: none;
	color: #d8964c;
	transition: all 300ms ease-in-out;
	font-weight: bold;
}
a:hover {
	color: white;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
}
.button {
	-webkit-appearance: none;
	text-transform: uppercase;
	background: none;
	border: 2px solid white;
	border-radius: 2px;
	color: white;
	font-family: "Trade Gothic W01 Bold", sans-serif;
	cursor: pointer;
	padding: 10px 20px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	line-height: 17px;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	margin-bottom: 10px;
}
.button:active {
	border: 2px solid #d8964c;
	background: #d8964c;
}
h1, h2, h3 {
	font-family: 'TradeGothicW01-Extended', sans-serif;
	text-transform: uppercase;
	margin: 0;
	color: #d8964c;
	font-size: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
}
.wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.clearfix {
	clear: both;
}
section, footer {
	box-sizing: border-box;
	background: url(../images/pattern.jpg);
	background-repeat: repeat;
}
article {
	padding: 100px 50px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
p {
	font-family: "AvenirNextLTW01-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #bcbcbc;
	margin: 0;
	margin-bottom: 20px;
}
.half_image {
	width: 50%;
	height: auto;
	display: block;
	float: left;
}
.full_image {
	width: 100%;
	height: auto;
}
.third_image {
	width: calc(100%/3);
	display: block;
	float: left;
}
.left, .right {
	width: 100%;
}
img {
	display: block;
}
img.fade-in {
	opacity: 0;
	transition: all 1000ms ease-in-out;
	transform: translateY(10%);
}
.half_image:first-of-type, .third_image:first-of-type, .third_image:last-of-type {
	transform: translateY(-10%);
}
img.effect {
	opacity: 1;
	transform: translateY(0%) !important;
}
/*FORMS*/

form {
	max-width: 350px;
	margin: 0 auto;
}
input, textarea, select {
	-webkit-appearance: none;
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background: white;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
	width: auto;
	display: inline-block;
/*	float: right;*/
}
label {
	display: block;
	font-family: 'TradeGothicW01-Extended', sans-serif;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 2px;
	color: white;
	text-transform: uppercase;
	text-align: left;
}
.error {
	background: red;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}
textarea {
}
.cycle-slideshow {
	width: 100%;
	display: block;
	-webkit-user-select: none;
}
.cycle-slideshow .slide {
	display: block;
	width: 100%;
	height: auto;
}
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	top: calc(50% - 15px);
	z-index: 1000;
	cursor: pointer;
	background: rgba(0,0,0,.2);
	padding: 5px;
}
.cycle-slideshow .cycle-prev:active, .cycle-slideshow .cycle-next:active {
	background: #d8964c;
	border: 2px solid #d8964c;
}
.cycle-slideshow .cycle-prev {
	left: 20px;
}
.cycle-slideshow .cycle-next {
	right: 20px;
}
/*HEADER*/


header {
	position: fixed;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.8);
	top: 0;
	z-index: 1001;
}
header .wrapper {
	position: relative;
}
header #mobile_logo {
	position: absolute;
	top: 5px;
	left: 10px;
	height: 50px;
	display: block;
}
header #mobile_logo img {
	height: 100%;
	width: auto;
}
#small_logo {
	display: none;
	position: absolute;
	top: 5px;
	left: 10px;
	height: 50px;
	width: auto;
	box-sizing: border-box;
	transform: translateY(-100px);
	transition: all 300ms ease-in-out;
	z-index: 3;
}
#small_logo.visible {
	transform: translateY(0);
}
#small_logo img {
	height: 100%;
}
header nav {
	position: fixed;
	top: 61px;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: all 300ms ease-in-out;
	z-index: 2;
}
header nav.nav_show {
	transform: translateX(0%);
}
header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
header nav ul li {
	display: block;
	cursor: pointer;
  position: relative;
}
header nav ul li button{
  padding: 0px 14px;
  border: none;
  font-weight: bold;
}
header nav ul li #reserve-group{
  background-color: black;
	transition: all 300ms ease-in-out;  
  height: 0px;
  overflow: hidden;
  width: 150px;
}
header nav ul li #reserve-group.reserve-open{
  height: unset;
}
header nav ul li #reserve-group a{
  margin: 0;
  padding: 0;
  font-size: 0;
  color: #d8964c;
  line-height: normal !important;
}
header nav ul li #reserve-group a.active_link{
  background-color: black;
}

header nav ul li #reserve-group.reserve-open a{
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 15px;
}
header nav ul li #reserve-group a:first-child{
/*  margin: 2em 0 0*/
}
header nav ul li a, header nav ul li button {
	color: white;
	text-align: center;
	display: block;
	box-sizing: border-box;
/*	font-family: 'TradeGothicW01-Extended', sans-serif;*/
	font-family: "Trade Gothic W01 Bold", sans-serif !important;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
	background: rgba(0,0,0,.8);
	transition: background 500ms ease-in-out;
	cursor: pointer;
  width: 100%;
}
header nav ul li a.active_link {
	background: #d8964c;
}
#menu_icon {
	width: 40px;
	height: 24px;
	position: absolute;
	top: 18px;
	right: 15px;
	cursor: pointer;
	z-index: 3;
}
#menu_icon span {
	width: 100%;
	height: 3px;
	display: block;
	background: white;
	position: absolute;
	transition: all 300ms ease-in-out;
}
#menu_icon .bar_1 {
	-webkit-transform: translateY(0px);
}
#menu_icon .bar_2 {
	-webkit-transform: translateY(10.5px);
	opacity: 1;
}
#menu_icon .bar_3 {
	-webkit-transform: translateY(21px);
}
#menu_icon.menu_icon_close .bar_1 {
	-webkit-transform: translateY(10.5px) rotate(35deg);
}
#menu_icon.menu_icon_close .bar_2 {
	-webkit-transform: translateY(10.5px) translateX(20px);
	opacity: 0;
}
#menu_icon.menu_icon_close .bar_3 {
	-webkit-transform: translateY(10.5px) rotate(-35deg);
}
/*SLIDESHOW*/

#page_slideshow {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	transition: background 2s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: black;
}
#page_slideshow img {
	display: none;
}
/*ABOUT*/

#blog_header {
	margin-top: 60px;	
}

#about, #blog_header {
	background: #111111;
}
#about article, #blog_header article {
	padding: 25px 50px;
}
#desktop_logo {
	display: none;
}
/*RESERVATIONS*/
#reserve {
}
#reserve .wrapper {
	max-width: 768px;
}
/*MENU*/
#menu {
}
#menu .wrapper article {
	text-align: center;
}
#menu .wrapper article p {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*ORDER ONLINE*/
#menu {
}
#order_online .wrapper article {
	text-align: center;
}
#order_online .wrapper article p {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*PRIVATE PARTIES*/
#private_parties {
}
#private_parties .right {
	background: #111111;
}
/*NEWSLETTER*/
#newsletter .wrapper article {
	text-align: center;
}
#newsletter #mailinglist {
	max-width: 400px;
	margin: 0 auto;
	text-align: left;
}
#newsletter .wrapper article p {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}
/*CONTACT*/
#contact {
	background: #111111;
}
/*SOCIAL*/
.social {
	text-align: center;
}
.social li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.social li a {
	padding: 0px;
	margin: 0px;
}
.social li a img {
	height: 40px;
	width: auto;
	padding: 20px;
}
table {
	padding: 0;
	border-spacing: 0;
	font-family: "AvenirNextLTW01-Regular", sans-serif;
	font-size: 16;
	line-height: 1.3;
	color: #bcbcbc;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 377px;
}
table tr td {
	text-align: left;
}
table tr td:last-of-type {
	text-align: right;
}
table td {
	padding: 0;
	padding-bottom: 5px;
}


/*BLOG*/

#blog_header.single_blog_header {
	height: 200px;
	background-size: cover !important;
	background-position: center center !important;
}

#blog .wrapper .list_blog_post {
	padding: 50px;
}
.post_date {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.attachment-post-thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#single_blog_post article {
	text-align: left;
	padding: 25px 50px;
}

#single_blog_post article p{
	margin: 20px 0px;
}
#single_blog_post article img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
#single_blog_post article img.alignleft {
	float: left;
	margin-right: 20px;
}
#single_blog_post article img.alignright {
	float: right;
	margin-left: 20px;
}


#single_blog_post article ul, #blog .single_blog_post ol {
	padding: 0px;
	margin-left: 20px;
	list-style: inside;
	margin-bottom: 20px;
}
#single_blog_post article ul {
	list-style-type: circle;
}
#single_blog_post article ol {
	list-style-type: decimal;
}
#more_blog {
	background: #111111;
}
#more_blog article:first-of-type {
	padding-bottom: 0;
}
#more_blog .more_blog_post {
	width: 100%;
	float: left;
	padding: 20px 50px;
}
#more_blog .more_blog_post .attachment-post-thumbnail {
	width: 100%;
	height: auto;
}
/*FOOTER*/

	
footer ul li {
	display: block;
}
footer ul li a {
	color: white;
	text-transform: uppercase;
	font-family: "Trade Gothic W01 Bold", sans-serif;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 0px;
	text-align: center;
	display: block;
}
footer .small_links li a {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 14px;
}

/*MODAL*/	

.modal {
	display: none;
	position: fixed; 
	z-index: 500; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
	margin: auto;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; 
	padding: 20px;
	border: 1px solid #888;
	width: 90%; 
}

.modal-content p {
	color: black;
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.cta-button{
	color: #d8964c;
	border-color: #d8964c;
}

.cta-button:hover{
	color: white;
}
.modalImg{
	width: 100%;
	background-image: url("../images/order_online_3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20vh;
	margin-bottom: 1em;
}

.offer{
	font-weight: 700;
}

.modalHeading{
	font-size: 70%;
}








@media only screen and (min-width: 768px) {
.button:hover {
	border: 2px solid #d8964c;
	background: #d8964c;
}
.cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
	padding: 10px;
}
.left, .right {
	width: 50%;
	float: left
}
.left {
}
.right {
}
form {
	max-width: none;
}
/*HEADER*/
header #mobile_logo {
	display: none;
}
#small_logo {
	display: block;
}
#menu_icon {
	display: none;
}
header nav {
	position: static;
	top: auto;
	width: 100%;
	height: 100%;
	transform: translateX(0);
	transition: all 300ms ease-in-out;
}
header nav.nav_show {
	transform: translateX(0%);
}
header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	height: auto;
    background: black;
}
header nav ul li {
	display: inline-block;
}
header nav ul li #reserve-group{
  position:absolute;
  left: 50%;
  line-height: unset;
  transform: translateX(-50%);
}
header nav ul li a {
	padding: 0px 8px;
	line-height: 60px !important;
	margin-bottom: 0;
	background: none;
	font-size: 11px;
}
/*ABOUT & BLOG TOP*/
#about .wrapper h2, #blog_header .wrapper h2 {
	display: inline-block;
	float: left;
}
#about .wrapper article, #blog_header .wrapper article {
	text-align: left;
}
#about .wrapper p, #blog_header .wrapper p {
	width: 50%;
	float: left;
	clear: left;
}
#desktop_logo {
	display: block;
	width: 200px;
	float: right;
}
#desktop_logo img {
	width: 100%;
}
/*RESERVATIONS*/

#reserve .wrapper h2 {
	text-align: center;
}
#reservations {
	max-width: 768px;
}
#reserve .wrapper form .input {
	width: calc(25% - 20px);
	float: left;
	margin: 0px 10px;
}
#reserve .wrapper form input[type=submit] {
	margin-top: 19px;
}
/*PRIVATE PARTIES*/
	
#private_parties .left .left_wrapper {
	max-width: 600px;
	float: right;
	text-align: left;
}
#private_parties .right .right_wrapper {
	max-width: 600px;
	float: left;
}
#private_parties_form {
	width: 100%;
}
/*
#private_parties_form fieldset:first-of-type {
	width: 100% !important;
	padding: 0 !important;
}
*/
#private_parties_form fieldset {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#private_parties_form fieldset:nth-of-type(even) {
	padding-left: 10px;
/*	clear: left;*/
}
#private_parties_form fieldset:nth-of-type(odd) {
	padding-right: 10px;
}
#private_parties_form input[type=submit] {
	width: calc(50% - 10px);
	float: right;
}
/*NEWSLETTER*/
	
#mailinglist fieldset {
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
#mailinglist input[type=submit] {
	width: 50%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 19px;
}
#chef_naoki article {
	max-width: 700px;
	margin: 0 auto;
}
#chef_naoki article p {
	
	text-align: left;
}
/*CONTACT US*/
	
#contact_form fieldset {
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
#contact_form fieldset:nth-of-type(even) {
	padding-right: 0;
}
#contact_form fieldset:last-child {
	width: 100%;
	padding-right: 0;
}
#contact_form input[type=submit] {
	width: calc(50% - 10px);
	float: right;
	box-sizing: border-box;
}
#contact .wrapper article {
	text-align: left;
}
.social li {
}
table {
	margin: 0;
	margin-bottom: 20px;
}
/*BLOG*/
	
#blog_header.single_blog_header {
	height: 400px;
}
	
#blog .wrapper .list_blog_post {
	text-align: left;
}
#blog .wrapper .list_blog_post h2 {
	width: 50%;
	
}
#blog .wrapper .list_blog_post .attachment-post-thumbnail {
	width: 50%;
	height: auto;
	margin-bottom: 20px;
	float: left;
	padding-right: 20px;
}
#more_blog .more_blog_post {
	width: 50%;
	float: left;
	padding: 20px 50px;
}


	.modal-content{
		width: 50%; 
	}
	.modalHeading{
		font-size: 100%;
	}


/*FOOTER*/

footer {
	text-align: center;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	padding: 40px 0px;
	margin: 0px 20px;
}
}

@media only screen and (min-width: 1024px) {
header nav ul li a {
	font-size: 14px;
	padding: 0px 14px;
}
}




/*------------------------------------------------------
ADA
------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}