/*
 * Fuki Sushi Styles
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600');


/* Links */
a,
a:focus,
a:hover {
  color: #66ccff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

._5pbw, ._5pbx {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #fff;
  overflow: hidden;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 5px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*===========================
  --- Header & menu ----
=========================== */
#fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}

/* 
img.logo {
	width: 193px; height: 47px;
}

#fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}
*/

img.logo {
	width: 193px; height: 47px;
}

.navbar {
	line-height: 60px;
	height: 100px;
	margin-top: -1px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 0;
	padding-bottom:0;
	font-weight:300;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
	margin-top:6px;
}

.nav>li>a {
	display: block;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;	
	font-size: 16px;
	/*letter-spacing: .1em;*/
	text-transform: lowercase;
	font-weight:400;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
	border-bottom: 2px #fff solid;
}
.navbar .navbar-nav > .active > a {
	padding: 15px 0 10px 0;
	color: #fff;
	margin: 0 15px;	
}

.navbar .navbar-nav > .active > a:hover {
	color: #fff;
	border-bottom: 2px #fff solid;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 15px 0 10px 0;
  margin: 0 15px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  border-bottom: 2px #fff solid;
}

.navbar-default .navbar-nav>li>a:visited {
  color: #fff;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0px;
    margin: 15px 10px;
	color:#fff;
	border: none;
	border-radius:0;
}

img.navbar-toggle {
	width:18px;
	margin: 15px 15px;
	padding:0;
	border-radius:0;
	
}

.navbar-collapse.in {
	margin-top: 0px !important;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;
	margin-top:5px;	
	font-family:'Open Sans', sans-serif;
}

.color-white {
  color: #fff;
}

/*===========================
  --- Sections ----
=========================== */

#home_cover {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  display:none;
  /*display:none;*/
}

#home_cover img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

section.featured {
	overflow: auto;
	padding: 120px 0 50px 0;
	color: #fff;
    width: 100%;
	text-align:center;
	display:none;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 60px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -42px;
	text-shadow: 0px 0px 20px #000;
	line-height: 100px;	
}

.subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:24px;
	text-shadow: 0px 0px 20px #000; 
   }

img.chop {
	width: 137px;
	height: 230px;
	margin-top: -15px;
}

.home_feature_box {
	width: 274px;
	height: 300px;
	margin: 28px;
	border-top: 2px #fff solid;
	text-align: left;
	line-height:auto;
	opacity: 1;
}

h3.feature_box {
	text-align:left;
	font-weight: 300;
	text-transform:lowercase;
	font-family:'Open Sans';
	font-size:18px;	
	margin-top:10px;
	margin-bottom: 26px;
}

img.feature1 {
	width:274px;
	height: 92px;
	border:1px #c8c8c8 solid;
	margin:0;
	opacity: 1;
	background-color:#000;
}

img.feature2 {
	width:274px;
	height: 92px;
	border:1px #c8c8c8 solid;
	margin:0;
	opacity: 1;
	background-color:#000;
}

.feature-wrapper {
	width:274px;	
}

.feature_descrip {
	width:274px;
	font-family:'Open Sans';
	font-size: 12px;
	line-height:16px;
	margin: 10px 0;	
}

.facebook_feed {
	width:274px;
	height: 215px;
	border:1px #c8c8c8 solid;
	background:url(../images/home/fbf-bg75.png) repeat;
	overflow:hidden;
		
}

.fb-page {
	margin-left:0px;	
}

a.feature-btn {
	color: #66ccff;
	border: 1px #66ccff solid;
	display:block;
	font-size:1.2em;
	letter-spacing: .1em;
	padding: 10px 15px;
	width: 100%;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	background: none;
	font-weight:400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	background-color:#66ccff transparent;
}

a.feature-btn:hover {
	color: #444;
	background: #66ccff;
	opacity:1;
	border: 1px #66ccff solid;
}

img.provider {
	height:13px;
	text-align:left;	
}

img.provider-lg {
	height:19px;
	text-align:left;	
}

.section_info_box {
	width: 100%;
	margin: 80px 0 15px;
	border-top: 2px #fff solid;
	text-align: left;
	line-height:auto;
	position: relative;
}

h3.section_info {
	text-align:left;
	font-weight: 300;
	text-transform:lowercase;
	font-family:'Open Sans';
	font-size:18px;	
	margin-top:10px;
	margin-bottom: 26px;
}

h2.section-descrip_hdr {
	text-align:left;
	font-weight: 300;
	text-transform:lowercase;
	font-family:'Open Sans';
	font-size:30px;	
	padding-top:74px;
	margin-top:0px;
	margin-bottom: 26px;
}

.sunroom-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/sun-room/lively-txt.png) no-repeat;
	background-position: 115px 0;	
	margin:0;
	padding:0;
	top:0;
}

.maindining-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/main-dining/immersive-txt.png) no-repeat;
	background-position: 205px 35px;	
	margin:0;
	padding:0;
	top:0;
}

.sushibar-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/sushi-bar/imagine-txt.png) no-repeat;
	background-position: 92px 35px;	
	margin:0;
	padding:0;
	top:0;
}


.tatamirooms-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/tatami-rooms/elegant-txt.png) no-repeat;
	background-position: 135px 0px;	
	margin:0;
	padding:0;
	top:0;
}

.events-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/catering-events/entertain-txt.png) no-repeat;
	background-position: 210px 45px;	
	margin:0;
	padding:0;
	top:0;
}

.menu-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/menu/authentic-txt.png) no-repeat;
	background-position: 55px -11px;	
	margin:0;
	padding:0;
	top:0;
}

.contact-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/contact-us/communicate-txt.png) no-repeat;
	background-position: 112px 35px;	
	margin:0;
	padding:0;
	top:0;
}

.section_descrip {
	width:100%;
	font-family:'Open Sans';
	font-size: 14px;
	line-height:23px;
	margin: 10px 0;	
	text-align:left;
	font-weight:300;
}

.container.photos {
	width:100%;
	padding:0;
	
}	

.row.photos {
	width:100%;
	padding:0;
	
}	

ul.photos {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
	  
ul li.photos {     
          list-style:none;
          margin-bottom:0;
		  border: 1px #fff solid;
		  width: 25%;
		  height: 80px; 
		  overflow: hidden;
		  padding:0;          
      }
	  
ul li.photos-n {     
          list-style:none;
          margin-bottom:0;
		  border: 1px #fff solid;
		  width: 25%;
		  height: 80px;
		  overflow: hidden;	
		  padding:0; 
	  }
	  
ul li.photos img {
          cursor: pointer;
		  width:auto;
		  height: 100%;
		  
      }
	  
ul li.photos-n img {
          cursor: pointer;
		  width:100%;
		  height: auto;
		  
      }
	  
.modal-body {
          padding:5px !important;
      }

.modal-content {
          border-radius:0;
}	  

.modal-header {
	padding: 2px 0;
  	border-bottom: none;
  	min-height: 16.42857143px;
  	margin: 10px;
  	border-top: 2px #ccc solid;;	
}

.modal-interior {
	color: #444;
	margin: 30px 30px 40px 30px;	
	line-height:23px;
	position:relative;
	font-family:'Open Sans', sans-serif;
	
}

h2.modal-interior-hdr {
	color: #444;
	font-weight:300;
	text-transform:lowercase;
	margin: 0 0 20px;
	
}

h4.modal-subhdr {
	color: #444;
	font-weight:400;
	text-transform:lowercase;
	margin-bottom: 10px;
}

a.footer-link {
	color:#66ccff;
	text-decoration:none;
	cursor: pointer;
	/*font-weight:400;*/
}

a.footer-link:active, a.footer-link:focus, a.footer-link:visited {
	color:#66ccff;
	text-decoration:none;
}

a.footer-link:hover {
	color:#66ccff;
	text-decoration:underline;
}

a.modal-btn-lrg {
	color: #99ccff;
	border: 1px #99ccff solid;
	display:block;
	font-size:1.325em;
	letter-spacing: .1em;
	padding: 10px 15px;
	width: 100%;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	background: none;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	background-color:#99ccff transparent;
	margin: 15px 0;
}

a.modal-btn-lrg:hover {
	color: #fff;
	background: #99ccff;
	opacity:1;
	border: 1px #99ccff solid;
}

a.modal-b-link {
	color:#99ccff;
	text-decoration:none;
	cursor: pointer;
	/*font-weight:400;*/
}

a.modal-b-link:active, a.modal-b-link:focus, a.modal-b-link:visited {
	color:#99ccff;
	text-decoration:none;
}

a.modal-b-link:hover {
	color:#99ccff;
	text-decoration:underline;
}


a.modal-b-link-sm {
	color:#99ccff;
	text-decoration:none;
	cursor: pointer;
	font-size:14px;
	/*font-weight:400;*/
}

a.modal-b-link-sm:active, a.modal-b-link-sm:focus, a.modal-b-link-sm:visited {
	color:#99ccff;
	text-decoration:none;
}

a.modal-b-link-sm:hover {
	color:#99ccff;
	text-decoration:underline;
}
.container.footer-info {
	margin-left: -14px;
	margin-top: -10px;
	width: 100%;
		
}

.footer_video_row {
	width: 100%;
	margin: 0 0;
	border-top:1px #666 solid;
	padding-top:20px;	
	position: relative;
}

.video_icon {
	width: 59px;
	height:47px;
	margin: 0 0;
	border-top:1px #666 solid;	
}

.video_cta {
		margin: 25px 15px;
		left: 60px;
		top: 0;
		position:absolute;
		font-size: 16px;
}

ul.footer-info {         
          padding-left:0;
          margin-left:0;
		  list-style-type: none;
		  font-size:16px;
      }
	  
ul li.footer-info {     
          list-style:none;
          margin-bottom:15px;	
		  padding:0;          
      }

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




/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */
 
 /* Sticky footer styles
-------------------------------------------------- */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* 
 #home_footer {
  position: absolute;
  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here */
/*  height: 350px;
  background-color: #000;
  opacity:.75;
}

.mastfoot {
  color: #999; /* IE8 proofing */
/*  color: rgba(255,255,255,.5);
}
*/

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  
  #fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}

ul li.photos img {
          cursor: pointer;
		  width:100%;
		  height: auto;
		  
      }

img.chop {
	width: 137px; height: 230px;
}

 
  
}

@media (min-width: 768px) and (max-width: 796px) {
	
.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 15px 0 10px 0;
  margin: 0 8px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  border-bottom: 2px #fff solid;
  margin: 0 8px;
}

.navbar-default .navbar-nav>li>a:visited {
  color: #fff;
}

.navbar .navbar-nav > .active > a {
	color: #fff;
	border-bottom: 2px #fff solid;
}
.navbar .navbar-nav > .active > a {
	padding: 15px 0 10px 0;
	color: #fff;
	margin: 0 8px;	
}

.navbar .navbar-nav > .active > a:hover {
	color: #fff;
	border-bottom: 2px #fff solid;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 15px 0 10px 0;
  margin: 0 8px;
}	

ul li.photos img {
          cursor: pointer;
		  width:100%;
		  height: auto;
		  
      }

}

@media (max-width: 868px) {
.navbar .navbar-nav > .active > a {
	padding: 15px 0 10px 0;
	color: #fff;
	margin-right:15px;	
}

.navbar .navbar-nav > li> a {
	padding: 15px 0 10px 0;
	color: #fff;
	margin-right:15px;	
}

.navbar .navbar-nav > li> a:hover {
	padding: 15px 0 10px 0;
	color: #fff;
	margin-right:15px;	
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 15px 0 10px 0;
  margin-right:15px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  padding: 15px 0 10px 0;
  margin-right:15px;

}

.nav>li>a {
   font-size: 14px;
   margin-right:15px;
}

.nav>li>a:hover {
	font-size: 14px;
   margin-right:15px;
}

.masthead-nav > li > a {
  font-size: 14px;
  margin: 0 15px;	
}

.masthead-nav > li > a:hover {
  font-size: 14px;	
}

ul li.photos img {
          cursor: pointer;
		  width:100%;
		  height: auto;
		  
      }

}

@media (max-width: 820px) and (min-width: 991px) {
  
  .masthead-nav > li > a {
  font-size: 9px;
  margin: 6px 0;	
}

.nav>li>a {
	font-size: 9px;
   margin: 6px 0;
}

  img.logo {
	width: 160px; height: 39px;
  }
  
  .facebook_feed {
	width:100%;
	height: 215px;
	border:1px #c8c8c8 solid;
	background:url(../images/home/fbf-bg75.png) repeat;
	overflow:hidden;	
}

ul li.photos img {
          cursor: pointer;
		  width:100%;
		  height: auto;
		  
      }

}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
  
  #fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
  }
  
  img.logo {
	width: 160px; height: 39px;
  }
  
  .facebook_feed {
	width:100%;
	height:215px;
	background:url(../images/home/fbf-bg75.png) repeat;
	overflow:hidden;
		
}

ul li.photos img {
          cursor: pointer;
		  width:auto;
		  height: 100%;
		  
      }
  
 /* 
  section.featured {
	padding: 120px 0 260px;
	color: #fff;
    width: 100%;
	background-color: #000;
	text-align:center;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 52px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -42px;
	text-shadow: 0px 0px 20px #000;
	line-height: 80px;	

}

.subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:24px;
	text-shadow: 0px 0px 20px #000; 
   }

img.chop {
	width: 137px;
	height: 230px;
	margin-top: 40px;
}
  */

}

@media (max-width: 991px) {

  .home_feature_box {
	width: 90%;
	height: 220px;
	margin: 28px;
	border-top: 2px #fff solid;
}

a.feature-btn {
	width: 100%;
	padding: 5px;
}
	
.feature_descrip {
	margin-top:-2px;
	width: 100%;

}

.feature-wrapper {
	float: right;
	width: 48%;
}

img.provider {
	margin:10px 0;	
}

img.feature1 {
	width: 48%;
	height:auto;	
}

img.feature2 {
	width: 48%;	
	height:auto;
}

.facebook_feed {
	width:100%;
	height: 220px;
	border:1px #c8c8c8 solid;
	background:url(../images/home/fbf-bg75.png) repeat;
	overflow:hidden;	
}

.section_info_box {
	width: 100%;
	margin: 38px 0 15px;
	border-top: 2px #fff solid;
	text-align: left;
	line-height:auto;
	position: relative;
}

}



@media (min-width: 959px) {
	.navbar-nav {
		margin-top: 10px;
	}
	
	#fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}

/*
  section.featured {
	padding: 120px 0 260px;
	color: #fff;
    width: 100%;
	background-color: #000;
	text-align:center;
}

   section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -40px;
	text-shadow: 0px 0px 20px #000;
	line-height: 80px;	

}

   .subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:20px;
	text-shadow: 0px 0px 20px #000; 
   } 

   img.chop {
	width: 124px;
	height: 208px;
	margin-top:20px;
}
*/
  img.logo {
	width: 160px; height: 39px;
  }
	
}

@media (max-width : 942px) {
.masthead-nav > li > a {
  font-size: 14px;
  margin: 6px 0;	
}

.nav>li>a {
	font-size: 14px;
   margin: 6px 0;
}

.nav li {
	margin-left:0px;
	margin-right:0px;
}

img.logo {
	width: 150px; height: 37px;
  }
  
#fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}

  
}

/*
	.navbar-nav {
		margin-top: 10px;
	}
	
	#fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}

img.logo {
	width: 150px; height: 37px;
  }

.navbar-default .navbar-nav>li>a:hover {
  padding: 15px 0 10px 0;
  color: #fff;
  margin: 0 15px;	
  border-bottom: 2px #fff solid;
}

img.chop {
	width: 193px; height: 47px;
}

section.featured {
	padding: 100px 0 260px;
	color: #fff;
    width: 100%;
	background-color: #000;
	text-align:center;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -30px;
	text-shadow: 0px 0px 20px #000;
	line-height: 80px;	

}

}*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.navbar-nav {
		margin-top: 10px;
	}
	
	#fuki-sushi-logo {
	position: relative;
	top: 10px;
	left: 10px;
}

img.logo {
	width: 140px; height: 34px;
  }

.navbar-default .navbar-nav>li>a:hover {
  padding: 15px 0 10px 0;
  color: #fff;
  margin: 0 15px;	
  border-bottom: 2px #fff solid;
}
	
}

@media (max-width: 767px) {
	
	#fuki-sushi-logo {
	float: left;
	top: 10px;
	left: 10px;
}
	
	img.logo {
	width: 150px; height: 37px;
	margin-left:10px;
}
	
	.navbar .navbar-collapse ul.nav {
	    background: #222;
		opacity:.95;
		width: 100%;
		float: none;
		margin:0;
		padding:0 0 15px 0;
	}
	.navbar .navbar-collapse ul.nav li {
		/* border-bottom: 1px solid #666; */
	}
	
	.navbar-default .navbar-nav>li>a:hover {
  		padding: 15px 0 10px 0;
  		color: #fff;
  		margin: 0 15px;	
  		border-bottom: 2px #fff solid;
}

section.featured {
	overflow: auto;
	padding: 120px 0 50px 0;
	color: #fff;
    width: 100%;
	background-color: #000;
	text-align:center;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 52px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -42px;
	text-shadow: 0px 0px 20px #000;
	line-height: 80px;	

}

.subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:22px;
	text-shadow: 0px 0px 20px #000; 
   }

img.chop {
	width: 137px;
	height: 230px;
	margin-top: 10px;
}


	
}

@media (min-width: 1024px) {
/*
   section.featured h2.slogan {
	color: #fff;
	font-size: 36px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -35px;
	text-shadow: 0px 0px 20px #000;
	line-height: 60px;	

}

   .subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:18px;
	text-shadow: 0px 0px 20px #000; 
   }

   img.chop {
	width: 118px;
	height: 198px;
	margin-top:0px;
}
*/
	
}

@media (min-width: 585px) and (max-width : 628px) {

.contact-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/contact-us/communicate-txt.png) no-repeat;
	background-position: 10px 54px;	
	background-size:414px 65px;
	margin:0;
	padding:0;
	top:0;
}
	
}

@media (max-width : 584px) {
	
section.featured {
	overflow: auto;
	padding: 120px 0 50px 0;
	color: #fff;
    width: 100%;
	background-color: #000;
	text-align:center;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -42px;
	text-shadow: 0px 0px 20px #000;
	line-height: 80px;	

}

.subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:22px;
	text-shadow: 0px 0px 20px #000; 
   }

img.chop {
	width: 137px;
	height: 230px;
	margin-top: 0px;
}

ul li.photos img {
          cursor: pointer;
		  width:auto;
		  height: 100%;
		  
      }
	  
.maindining-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/main-dining/immersive-txt.png) no-repeat;
	background-position: 80px 35px;	
	margin:0;
	padding:0;
	top:0;
}

.events-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/catering-events/entertain-txt.png) no-repeat;
	background-position: 40px 45px;	
	margin:0;
	padding:0;
	top:0;
}

.contact-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/contact-us/communicate-txt.png) no-repeat;
	background-position: 10px 54px;	
	background-size:99%;
	margin:0;
	padding:0;
	top:0;
}	  
	
	
}

@media (max-width : 463px) {
	
section.featured {
	overflow: auto;
	padding: 80px 0 50px 0;
	color: #fff;
    width: 100%;
	background-color: #000;
	text-align:center;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 32px;
	font-weight: 200;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	margin-top: -32px;
	text-shadow: 0px 0px 20px #000;
	line-height: 50px;	

}

.subline {
	text-align:center;
	font-weight: 300;
	text-transform:uppercase;
	font-family:'Open Sans';
	font-size:18px;
	text-shadow: 0px 0px 20px #000; 
   }

img.chop {
	width: 120px;
	height: 201px;
	margin-top: 0px;
}

a.feature-btn {
	width: 314px;
}

  .home_feature_box {
	width: 314px;
	height: 320px;
	margin: 28px auto;
	border-top: 2px #fff solid;
}

.feature_descrip {
	margin-top:10px;

}

img.provider {
	float: left;
	margin: 20px 0 40px;	
}

img.feature1 {
	width: 314px;
	height:auto;	
}

img.feature2 {
	width: 314px;
	height:auto;	
}

.feature-wrapper {
	float: left;
	width: 314px;
}

.facebook_feed {
	width:314px;
	height: 215px;
	border:1px #c8c8c8 solid;
	background:url(../images/home/fbf-bg75.png) repeat;
	overflow:hidden;	
}

ul li.photos img {
          cursor: pointer;
		  width:auto;
		  height: 100%;
		  
      }
	  
.maindining-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background:url(../images/main-dining/immersive-txt.png) no-repeat;
	background-position: 10px 35px;	
	margin:0;
	padding:0;
	top:0;
}

.sushibar-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/sushi-bar/imagine-txt.png) no-repeat;
	background-position: 60px 35px;	
	margin:0;
	padding:0;
	top:0;
}

.tatamirooms-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/tatami-rooms/elegant-txt.png) no-repeat;
	background-position: 96px 0px;	
	margin:0;
	padding:0;
	top:0;
}

.menu-descrip-wrapper {
	width:100%;
	font-family:'Open Sans';
	background: url(../images/menu/authentic-txt.png) no-repeat;
	background-position: 25	px -11px;	
	margin:0;
	padding:0;
	top:0;
}

.modal-interior {
	color: #444;
	margin: 20px 20px 30px 20px;	
	line-height:23px;
	position:relative;
	
}	  
	
}

