@font-face {
    font-family: "FuturaBT-LightCondensed";
    font-style: normal;
    src:url('fonts/FuturaBT-LightCondensed.eot');
    src:url('fonts/FuturaBT-LightCondensed.eot') format('embedded-opentype'),
    url('fonts/FuturaBT-LightCondensed.woff') format('woff'),
    url('fonts/FuturaBT-LightCondensed.ttf') format('truetype');
}

@font-face {
    font-family: "BebasNeueBold";
    font-style: normal;
    src:url('fonts/BebasNeueBold.eot');
    src:url('fonts/BebasNeueBold.eot') format('embedded-opentype'),
    url('fonts/BebasNeueBold.woff') format('woff'),
    url('fonts/BebasNeueBold.ttf') format('truetype');
}

@font-face {
    font-family: "BebasNeueLight";
    font-style: normal;
    src:url('fonts/BebasNeueLight.eot');
    src:url('fonts/BebasNeueLight.eot') format('embedded-opentype'),
    url('fonts/BebasNeueLight.woff') format('woff'),
    url('fonts/BebasNeueLight.ttf') format('truetype');
}

@font-face {
    font-family: "BebasNeueBook";
    font-style: normal;
    src:url('fonts/BebasNeueBook.eot');
    src:url('fonts/BebasNeueBook.eot') format('embedded-opentype'),
    url('fonts/BebasNeueBook.woff') format('woff'),
    url('fonts/BebasNeueBook.ttf') format('truetype');
}

@font-face {
    font-family: "MyriadWebPro";
    font-style: normal;
    src:url('fonts/MyriadWebPro.eot');
    src:url('fonts/MyriadWebPro.eot') format('embedded-opentype'),
    url('fonts/MyriadWebPro.woff') format('woff'),
    url('fonts/MyriadWebPro.ttf') format('truetype');
}

@font-face {
    font-family: "MyriadWebProBold";
    font-style: normal;
    src:url('fonts/MyriadWebProBold.eot');
    src:url('fonts/MyriadWebProBold.eot') format('embedded-opentype'),
    url('fonts/MyriadWebProBold.woff') format('woff'),
    url('fonts/MyriadWebProBold.ttf') format('truetype');
}

html, body {
    width: 100%;
    min-width: 1280px;
}

header, footer {
    min-width: 1280px;
}

input {
    font-family: monospace;
}

a {
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #fff;
}

header {
	width: 100%;
	height: 280px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left:0;
	right:0;
    background: url(images/header-bg-gradient.png);
    z-index: 2;
}

header > a > img {
	margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

header > a.main-logo {
    width: 168px;
    height: 110px;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 10;
    top: 28px;
    left: 0;
    right: 0;
}

.item {
    height: 556px;
    text-align: center;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.item img {
    margin: 0 auto;
}

.slide {
    height: 797px;
    text-align: center;
    clear: both;
}

.slide1 {
	background: url(images/slide1-bg.jpg);
    background-position: center;        
}	

.slide2 {
    background: url(images/slide2-bg.jpg);
    background-position: center;
}

.slide3 {
    background: url(images/slide3-bg.jpg);
    background-position: center;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

#nav {
	width: 1280px;
	margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 45px;
    padding-left: 654px;
}

#menu li ul li {
    margin-left: -6px;
}

#nav.revised {
    margin-top: 10px;
}

#nav.revised .nav-underline.hover.d1, #nav.revised .nav-underline.hover.d2 {
    top: 36px;
}

#nav > ul > li {
    display: inline-block;
    -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

#nav ul ul {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-left: 22px;
    padding-top: 18px;
    transition : 0.2s ease-in-out;
    transform : translateY (-20px);
}

#nav ul li:hover > ul{
    visibility: visible;
    opacity: 1;
    transform : translateY (0);
}

#nav > ul > li:hover > div {
    display: block;
}

#nav > ul > li > div {
    display: none;      
}

#nav > ul > li > ul > li {
    border: 1px solid transparent;
}

#nav > ul > li > ul > li:hover {
    border: 1px solid #fff;
}

#nav > ul > li > ul > li > a {
    font-family: "FuturaBT-LightCondensed";
    font-size: 15px;
    font-style: italic;
}

#nav > ul > li > ul > li > a.menu {
    margin: 0px;
    padding: 4px 5px;
}

#nav > ul > li > ul > li > a.menu1 {
    margin-right: 4px;
}

#nav > ul > li > ul > li > a.menu3 {
    margin-right: 5px;
}

#nav li {
	font-family: "FuturaBT-LightCondensed";	
}

#nav li a {
	color: #fff;
    font-size: 20px;
}

.nav-underline {
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 28px;
    left: 22px;
}

#menu li {
    position: relative;
}

header ul li a {
    display: block;
    margin: 0 22px;
    color: #4d4959;
}

#nav-wrapper {
    width: 1160px;
	margin: 0 auto;
    position: relative;
    z-index: 2;
}

footer {
    clear: both;
	height: 180px;
	background-color: #3f3f3f;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#logo-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 38px 0 1.5em 0;
/*    z-index: 2;*/
    overflow: hidden;
}

#logo-line > div:before {
    left: 100%;
    margin-left: 10px;
}

#logo-line > div:after {
    right: 100%;
    margin-right: 10px;
}

#logo-line > div:before, #logo-line > div:after {
	content: '';
    display: block;
    width: 1000%;
    position: absolute;
    top: 30px;
    height: 5px;
    border-bottom: solid 1px #fff; 
} 

#logo-line > div {
    left: -429px;
    position: relative;
    display: inline-block;
}

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

#index-body {
    height: 468px;
    background: url(images/index-body-bg.jpg);
    width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 32px;
}

#index-body h2, footer h2, .aboutus-body-text h2, .banner h2 {
    font-size: 32px;
    font-family: "BebasNeueBold";
    color: #0f0f0f;
    text-align: center;
    letter-spacing: 4px;
    padding-top: 5px;
}

#index-body h2 span, footer h2 span, .aboutus-body-text h2 span, .banner h2 span {
    font-family: "BebasNeueLight";
}

.index-body-link {
    padding: 0 58px 30px 58px;
}

.index-body-link a img {
    border-radius: 50%;
    margin: 10px;
}

.body-lines {
    width: 452px;
    height: 1px;
    background-color: #0f0f0f;
    margin: 0 auto;
}

#index-body p {
    font-family: "MyriadWebPro";
    font-size: 16px;
    color: #0f0f0f;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 120%;
}

footer {
    text-align: center;
    background: url(images/footer-bg-pattern.jpg);
    height: 310px;
    padding-top: 30px;
}

footer div h2 {
    color: #fff;
}

footer div h3 {
    font-size: 26px;
    font-family: "BebasNeueBold";
    color: #fff;
    letter-spacing: 4.2px;
    padding: 20px 0;
}

footer div h3 span {
    font-family: "BebasNeueBook";
}

footer > div > a {
    font-size: 16px;
    font-family: "BebasNeueBook";
    color: #fff;
    letter-spacing: 3.5px;
}

footer div p {
    color: #787878;
    font-size: 10px;
    font-family: "BebasNeueBook";
    padding: 16px 0 28px; 
    letter-spacing: 1.5px;
}

footer div p a, footer div p a:hover, footer div p a:active {
    color: #787878;
}

footer div .body-lines {
    background-color: #fff;
    width: 514px;
}

footer div a {
    color: #fff;
    text-decoration: none;
}

#nav > ul > li > ul.ul-active {
    display: block;
}

#nav > ul > li > ul > li.active {
    background-color: #74b113;    
} 

.nav-tabs {
    position: absolute;
    top: 250px;
    border: 0;
    width: 440px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 432px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #555;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
}

.nav-tabs > li > a { 
    padding: 0;
    margin: 10px 15px;
}

.carousel-inner, .item {
    height: 100%;
}

.slide-arrows {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-indicator-1 {
    background-image: url(images/slide1-indicater.png);
}

.carousel-indicator-2 {
    background-image: url(images/slide2-indicater.png);
}

.carousel-indicator-3 {
    background-image: url(images/slide3-indicater.png);
}

/*
.carousel-indicator-1.active {
    background-image: url(images/indicator-1-green.png);
}

.carousel-indicator-2.active {
    background-image: url(images/indicator-2-green.png);
}

.carousel-indicator-3.active {
    background-image: url(images/indicator-3-green.png);
}
*/

.carousel-indicators li {
    display: inline-block;
    width: 70px;
    height: 71px;
    text-indent: 0px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin: 5px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.carousel-control {
    opacity: 1;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-indicators { 
    left: 680px;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    width: 250px;
}

#carousel-example-generic {
    
}

.carousel-indicators .active {
    width: 70px;
    height: 71px;
    margin: 5px;
    background-color: transparent;
}

#totop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 250px;
    bottom: 205px;
    z-index: 1;
}

#totop p {
    position: relative;
}

#totop p a {
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
}

.footer-wrapper {
    width: 1280px;
    margin: 0 auto;
}

.aboutus-body1 {
    height: 697px;
    background: url(images/aboutus-body1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aboutus-body2 {
    height: 378px;
    background: url(images/aboutus-body2-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aboutus-body3 {
    background-color: #000002;
    height: 392px;
}

.aboutus-body-text {
    width: 1130px;
    margin: 0 auto;
}

.aboutus-body-text.body1 {
    padding-top: 330px;
    padding-left: 102px;
}

.aboutus-body-text.body2 {
    padding-top: 96px;
    padding-left: 502px;
}

.aboutus-body-text.body3 {
    padding-top: 104px;
    position: relative;
    padding-left: 102px;
}

.aboutus-body-text.body3 h2 {
    text-align: left;
}

.aboutus-body-text.body2 .body-lines {
    width: 536px;
}

.aboutus-body-text.body3 .body-lines {
    width: 430px;
    background-color: #fff;
    margin: 0;
}

.aboutus-body-text.body3 h2 {
    color: #fff;
}

.aboutus-body-text.body3 img {
    position: absolute;
    top: 0;
    right: 90px;
}

.aboutus-body-text.body2 p {
    color: #0f0f0f;
    padding-left: 46px;
    line-height: 160%;
}

.title {
    width: 216px;
    height: 74px;
    background-color: #fff;
    position: relative;
}

.title p {
    font-family: "BebasNeueBold";
    font-size: 38px;
    color: #010101;
    padding: 12px 13px;
    letter-spacing: 1.9px;
}

.title p span {
    font-family: "BebasNeueLight";
}

.aboutus-body-text > p {
    font-family: "MyriadWebPro";
    font-size: 16px;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 40px;
}

.aboutus-body1 img {
    width: 176px;
    height: auto;
}

.contactus.banner {
    height: 697px;
    background: url(images/contact-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1280px;
}

.contactus.banner img {
    position: absolute;
    top: 0;
    right: 0;
}

.contactus.banner h3, .contactus.banner a, .contactus.banner p {
    letter-spacing: 1.2px;
}

.contactus.banner .aboutus-body-text.body1 {
    padding-top: 300px;
    padding-left: 120px;
    position: relative;
}

.contactus.banner a.email {
    letter-spacing: 3px;
}

.contactus.banner h3 {
    font-size: 25px;
    font-family: "BebasNeueBold";
    color: #fff;
    margin-bottom: 24px;
}

.contactus.banner h3 span {
    font-family: "BebasNeueBook";
}

.contactus.banner a {
    text-decoration: none;
    color: #fff;
}

.contactus.banner a.address {
    font-size: 22px;
    font-family: "BebasNeueBold";
    margin-bottom: 10px;
}

.contactus.banner a.email {     
    font-size: 16px;
    font-family: "BebasNeueBook";
}

.contactus.banner > div > p {
    letter-spacing: -0.5px;
    padding-bottom: 28px;
}

.title.contactus {
    width: 182px;
}

#map_canvas {
    height: 380px;
}

.contact-body {
    height: 392px;
    background: url(images/contact-body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bh p {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}

.bh div {
    float: left;
    padding-top: 20px;
}

.date p {
    font-family: "BebasNeueLight";
    padding-right: 28px;
}

.hours p {
    font-family: "BebasNeueBold";
}

.contact-body {
    padding-left: 120px;
}

.contact-body div div.body-lines {
    width: 207px !important;
}

.contact-body div p {
    clear: both;
    padding-top: 20px;
}

.contact-body > div {
    padding-top: 50px !important;
}

.gallery-body {
    height: 1334px;
    background: url(images/gallery-bg.jpg) no-repeat center/ cover;
}

.title.gallery {
    background-color: #000;
    width: 154px;
}

.title.gallery p {
    color: #fff;
}

.gallery-wrapper {
    width: 1280px;
    margin: 0 auto;
    padding-top: 204px;
    padding-left: 98px;
}

.gallery-wrapper > p {
    font-size: 16px;
    color: #fff;
    font-family: "MyriadWebPro";
    padding-top: 20px;
    padding-bottom: 20px;
}

.link-list li {
    float: left;
}

.menu-body {
    height: 1856px;
    background: url(images/gallery-bg.jpg) no-repeat center/ cover;
}

.menu-wrapper {
    width: 1280px;
    margin: 0 auto;
    padding-top: 250px;
    margin-bottom: 40px !important;
}

.menu-wrapper > p {
    font-size: 16px;
    color: #fff;
    font-family: "MyriadWebPro";
    margin-bottom: 16px;
}

.menu-wrapper .title {
    height: 76px;
    width: 350px;
    background-color: #000;
}

.menu-wrapper .title p {
    color: #fff; 
    font-size: 70px;
    padding: 0;
    letter-spacing: 9px;
}

.app-items {
    height: 60px;
}

.app-items h2 {
    font-size: 50px;
    color: #fff;
    font-family: "BebasNeueBold";
    float: left;
    text-align: right;
    padding-right: 20px;
}

.app-items h4 {
    font-size: 20px;
    color: #fff;
    font-family: "BebasNeueLight";
    padding-top: 5px;
}

.app-items p {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    line-height: 16px;
    padding-top: 3px;
}

/***** Gallery Tab ****/
ul {list-style: none;}
.tab {position:relative; padding-top:10px; padding-left: 92px; width: 1280px; margin: 0 auto;}
.tab>li>a {
    font-family: "BebasNeueBook";
    font-size: 15px;
    display:block; 
    position:absolute; 
    top:0; 
    width:102px;
    height:24px;
    line-height:24px;
    letter-spacing: 2px;
    text-align:center; 
    background:transparent; 
    color:#fff; 
    border:1px solid #fff;
}
.tab>li.on>a {background:transparent; color:#fff;}
.tab>li:first-child>a {left:98px;}
.tab>li+li>a {left:208px;}
.tab>li+li+li>a {left:318px;}
.tab>li+li+li+li>a {left:428px;}
.tab>li+li+li+li+li>a {left:538px;}
.tab>li+li+li+li+li+li>a {left:638px;}
.tab>li>ul {height:0; /*overflow:hidden;*/display: none; position:absolute;}
.tab>li.on>ul {height:auto; /*position: static;*/display: block; padding-top: 30px;}

.grouped-image-list li {
    float: left;
    margin: 20px 6px; 
}

.carousel-indicators li {
    font-size: 23px;
    color: #fff;
    font-family: "BebasNeueBook";
}

.tab .carousel-indicators li {
    width: 17px;
    height: 33px;
}

.tab .carousel-indicators { 
    left: -96px;
    right: 0;
    top: 870px;
    width: 420px;
}

.tab .carousel-indicators li.active {
    border-bottom: 3px solid #fff;
}

.vnbx-group .vnbx-pager {
    display: none;
}

#nav ul ul.submenu {
    opacity : 0;
    transition : .2s ease-in-out;
    transform : translateY (-20px);
}

#nav ul li:hover ul.submenu {
    opacity : 1;
    transform : translateY (0);
}

.grouped-image-list {
    padding-top: 20px;
}

.holder {
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 264px;
    /*width: 400px;*/
    top: 850px;
}

.holder a {
    font-size: 25px !important;
    font-family: "BebasNeueBook"; 
    color: #fff !important; 
    padding: 0 5px;  
}

.holder span {
    color: #fff;
}

.holder a:hover {
    background: none !important;
}

.jp-current {
    border-bottom: 3px solid #fff; 
}

.holder a.jp-current, a.jp-current:hover {
    color: #fff !important;
}

.jp-previous, .jp-next {
    display: none;
}

.tab iframe {
    background: transparent;
    width: 1280px;
    height: 890px;
    margin: 0 auto;
    border: 0;
}

.menu-title {
    background-color: #000;
}

.menu-title.sushi {
    width: 494px;
    height: 74px;
    float: left;
}

.menu-title h2 {
    font-size: 70px;
    color: #fff;
    font-family: "BebasNeueBold";
    letter-spacing: 8px;
}

.menu-title h2 {
    padding-left: 14px;
    padding-top: 2px;
}

.ls-icon {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 4px;
}

.ls-icon p {
    font-size: 14px;
    color: #000;
    font-family: "MyriadWebProBold";
    padding: 2px 0 2px 3px;
}

.ls-title {
    font-family: "MyriadWebProBold";
    padding-top: 2px;
    color: #fff;
}

.ls-detail {
    font-family: "MyriadWebPro";
    padding-top: 3px;
    color: #fff;
}

.ls-detail span {
    color: #a1a1a1;
}

.ls-icon, .ls-title, .ls-detail {
    float: left;
}

.ls-wrapper {
    float: left;
    padding: 50px 0 0 10px;
}

.menu-wrapper.sushi {
    width: 1046px;
    margin: 0 auto;
    padding-top: 250px;
    position: relative;
}

.menu-title-wrapper {
    width: 1046px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

.menu-body.sushi {
    height: 1142px;
    background: url(images/menu-sushi1-bg.jpg) no-repeat center/ cover;
}

.menu-wrapper a {
    font-size: 15px;
    font-family: "BebasNeueBook";
    border: 1px solid #fff;
    padding: 4px 10px;
    letter-spacing: 2px;
    margin: 16px 6px 40px;
}

.menu-wrapper a:nth-child(2) {
    margin-left: 0;
}

.menu-wrapper a:link, .menu-wrapper a:visited, .menu-wrapper a:hover, .menu-wrapper a:active {
    color: #fff;
}

.lists p {
    font-size: 20px;
    font-family: "BebasNeueBook";
    color: #fff;
    letter-spacing: 2px;
}

.lists p span {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    letter-spacing: 0;
}

.prices p {
    font-size: 20px;
    color: #fff;
    font-family: "MyriadWebProBold";
}

.lists p, .prices p {
    margin-bottom: 15px;
}

.menu-list {
    clear: both;
    padding-top: 30px;
    width: 1046px;
    margin: 0 auto;
}

.menu-list-right, .menu-list-left {
    width: 464px;
    float: left;
}

.menu-list-right > .lists > .menu-name > img, .menu-list-left > .lists > .menu-name > img {
    width: 18px;
    height: auto;
}

.menu-list-right {
    margin-right: 70px;
}

.lists {
    float: left;
}

.prices {
    float: right;
}

.special-roll {
    clear: both;
    height: 2146px;
    background: url(images/menu-sushi2-bg.jpg) no-repeat center/ cover;
    position: relative;
    padding-bottom: 60px;
}

.menu-title.special {
    width: 436px;
    height: 74px;
    float: left;
}

.menu-des {
    font-family: "MyriadWebPro";
    font-size: 14px;
    color: #fff;
    float: left;
    padding-left: 10px;
    padding-top: 18px;
}

.nosub {
    width: 134px;
    height: 15px;
    background-color: #000;    
}

.nosub p {
    font-family: "MyriadWebPro";
    color: #959595;
    font-size: 10px;
    padding: 2px 6px;
}

.special-roll > div > img {
    position: absolute;
    top: 112px;
    right: 50px;
}

.menu-middle, .menu-pic, .menu-middle h5, .menu-middle img {
    float: left;
}

.menu-middle h5 {
    font-size: 20px;
    font-family: "BebasNeueBook";
    color: #fff;
    letter-spacing: 2px;
    padding-right: 8px;
}

.menu-middle {
    padding-left: 12px;
}

.menu-middle p {
    clear: both;
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    padding-top: 6px;
}

.menu-item {
    clear: both;
    padding-top: 20px;
}

.des-short {
    line-height: 17px;
}

.rolls {
    clear: both;
    height: 1684px;
    background: url(images/menu-sushi3-bg.jpg) no-repeat center/ cover;
    position: relative;
}

.rolls .menu-title {
    width: 190px;
    height: 74px;
    float: left;
}

.rolls h5 {
    color: #000;
}

.rolls p {
    color: #252525;
}

.rolls-without-rice {
    clear: both;
    height: 1624px;
    background: url(images/menu-sushi4-bg.jpg) no-repeat center/ cover;
    position: relative;
}

.rolls-without-rice .menu-title {
    width: 596px;
    height: 74px;
    float: left;
}

.rolls-without-rice .vegetable .menu-title {
    margin-top: 60px;
    width: 514px;
    height: 74px;
    float: left;
}

.menu-title.appetizers {
    width: 350px;
    height: 74px;
}

.menu-name.appetizers {
    font-size: 20px;
    font-family: "BebasNeueBook";
    color: #fff;
    letter-spacing: 2px;
    float: left;
}

.price.appetizers {
    font-size: 20px;
    color: #fff;
    font-family: "MyriadWebProBold";
    float: right;
}

.description {
    clear: both;
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    letter-spacing: 0;
}

.bar {
    height: 42px;
    width: 5px;
    background-color: #fff;
    float: left;
    margin-top: 7px;
    margin-right: 14px;
}

.menu-body.appetizers {
    height: 2043px;
    background: url(images/menu-app-bg.jpg) no-repeat center/ cover;
}

.menu-list.appetizers {
    height: 640px;
}

.app-banner {
    height: 332px;
    background: url(images/appetizers-banner.png) repeat center;
}

.menu-title.soup {
    width: 408px;
    height: 74px;
    margin-bottom: 40px;
}

.menu-title-wrapper.soup {
    padding-top: 40px;
}

.menu-body.lunch {
    height: 2784px;
    background: url(images/menu-lunch-bg.jpg) no-repeat center/ cover;
}

.menu-title.lunch {
    width: 324px;
    height: 74px;
    margin-bottom: 10px;
}

.menu-title-wrapper p {
    font-family: "MyriadWebPro";
    font-size: 14px;
    color: #b3b3b3;    
}

.no-sub {
    width: 132px;
    height: 14px;
    background-color: #000;
    float:left;
    margin-top: 2px;
}

.no-sub p {
    font-size: 10px;
    padding-top: 1px;
    padding-left: 8px;
}

.menu-list.lunch {
    height: 926px;
    padding-top: 14px;
}

.menu-list.lunch > div > p {
    padding-bottom: 5px;
}

.menu-list.lunch > div > p > span {
    font-size: 13px;
    color: #b3b3b3; 
    font-family: "MyriadWebPro";
    letter-spacing: 0;
}

.menu-list.lunch .menu-list-right {
    margin-right: 170px;
}

.menu-list.lunch > .menu-list-right, .menu-list.lunch > .menu-list-left {
    width: 370px !important;
}

.menu-title.sushibento {
    width: 684px;
    height: 74px;
    margin-bottom: 30px;
}

.no-sub.sushibento {
    width: 264px;
}    

.menu-title.rollcombo {
    width: 362px;
    height: 74px;
    margin-bottom: 30px;
}

.no-sub.rollcombo {
    width: 136px;
}

.menu-title.zencombo {
    width: 334px;
    height: 74px;
    margin-bottom: 30px;
}

.zencombo-wrapper {
    float: left;
    padding-right: 110px;
}

.zencombo-wrapper h2 {
    font-size: 90px;
    font-family: "BebasNeueBold";
    color: #fff;
    height: 80px;
    text-align: center;
}

.zencombo-wrapper h6 {
    font-family: "MyriadWebProBold";
    font-size: 20px;
    color: #fff;
}

.zencombo-wrapper > div {
    float: left;
}

.items p {
    font-size: 20px;
    font-family: "BebasNeueBook";
    color: #fff;
    line-height: 36px;
    padding-left: 12px;
    letter-spacing: 2px;
}

.lunch-banner {
    height: 332px;
    background: url(images/lunch-banner.png) repeat center;
}

.dinner-banner {
    height: 332px;
    background: url(images/dinner-banner.png) repeat center;
}

.menu-title.lunchentree {
    width: 428px;
    height: 74px;
    margin-bottom: 10px;
}

.menu-title-wrapper.lunchentree .menu-list-right, .menu-title-wrapper.lunchentree .menu-list-left {
    width: 264px;
    padding-top: 20px;
}

.menu-title-wrapper.lunchentree > div > p > span {
    font-size: 13px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    letter-spacing: 0;
}

.topping-list, .topping-price {
    float: left;
    font-size: 16px;
    color: #fff;
    font-family: "BebasNeueBook";
}

.menu-title-wrapper.ricenoodle .menu-list-right, .menu-title-wrapper.ricenoodle .menu-list-left {
    width: 432px;
}

.toppings p {
    font-size: 16px;
    color: #fff;
    font-family: "BebasNeueBook";
    letter-spacing: 2px;
}

.menu-title-wrapper.ricenoodle > div > p.price {
    padding-right: 180px;
}

p.topping-des {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    letter-spacing: 0;
}

.menu-title-wrapper.lunchentree {
    padding-top: 40px;
    height: 246px;
}

.nosub.specialroll {
    float: right;
    margin-top: 1px;
    margin-left: 4px;
}

.nosub.specialroll p {
    font-size: 10px;
}

.rolls-without-rice .deepfried .menu-title {
    margin-top: 60px;
    width: 532px;
    height: 74px;
}

.items.dinner {
    width: 306px;
    float: left;
}

.items.dinner p {
    float: left;
    padding-top: 1px;
}

.zencombo-wrapper.dinner {
    padding-right: 0;
}

.description.dinner {
    float: left;
    clear: none;
    padding-left: 12px;
    padding-top: 5px;
}

.menu-list.dinner .menu-list-right, .menu-list.dinner .menu-list-left {
    width: 470px;
}

.price.dinner {    
    font-size: 20px;
    color: #fff;
    font-family: "MyriadWebProBold";
    float: right !important;
}

.menu-title.dinner-sushicombo {
    width: 396px;
    height: 74px;
    margin-bottom: 30px;
    float: left;
}

.menu-title.dinner-sashimi {
    width: 460px;
    height: 74px;
    margin-bottom: 30px;
}

.menu-title.sushisashimicombo {
    width: 698px;
    height: 74px;
    margin-bottom: 10px;
}

.menu-body.dinner {
    height: 2720px;
    background: url(images/menu-dinner-bg.jpg) no-repeat center/ cover;
}

.menu-body.specialty {
    height: 2454px;
    background: url(images/menu-specialty-bg.jpg) no-repeat center/ cover;
}

.menu-title.specialty {
    width: 438px;
    height: 74px;
}

p.description span {
    color: #fff;
    font-style: italic;
}

.menu-body.specialty .menu-list.specialty .menu-list-left p.price, .menu-body.specialty .menu-list.specialty .menu-list-right p.price {
    padding-right: 80px;
}

.specialty-banner {
    height: 332px;
    background: url(images/specialty-banner.png) repeat center;
}

.menu-list.specialty {
    height: 406px;
}

.menu-body.desserts {
    height: 1506px;
    background: url(images/menu-dessert-bg.jpg) no-repeat center/ cover;
}

.dessert-banner {
    height: 332px;
    background: url(images/dessert-banner.png) repeat center;
}

.menu-title.desserts {
    width: 292px;
    height: 74px;
}

.menu-list.specialty .menu-list-right, .menu-list.specialty .menu-list-left {
    width: 430px;
}

.menu-list-right p span, .menu-list-left p span {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
    letter-spacing: 0;
}

.menu-body.desserts .menu-list.desserts .menu-list-left p.price, .menu-body.desserts .menu-list.desserts .menu-list-right p.price {
    padding-right: 80px;
}

.menu-list.desserts {
    height: 200px;
}

.menu-list.specialty .menu-list-right p.menu-name, .menu-list.specialty .menu-list-left p.menu-name {
    padding-right: 8px;
}

.menu-list.appetizers .menu-list-right {
    margin-right: 110px;
}

.menu-title-wrapper.lunchentree .menu-list-right {
    margin-right: 238px;
}

p.topping-price {
    font-family: "MyriadWebProBold";
    letter-spacing: 0;
}

.menu-body.dinner .menu-title-wrapper {
    padding-top: 50px;
}

.menu-body.dinner .menu-list.dinner {
    padding-top: 0;
}

.menu-title-wrapper.dinnerentree .menu-list-right {
    margin-right: 238px;
}

.menu-title-wrapper.dinnerentree .menu-list-right {
    margin-right: 216px;
}
.menu-title-wrapper.dinnerentree .menu-list-right, .menu-title-wrapper.dinnerentree .menu-list-left {
    width: 286px;
    padding-top: 20px;
}

.menu-title.dinnerentree {
    width: 428px;
    height: 74px;
    margin-bottom: 10px;
}

.toppings p.topping-des span {
    color: #fff;
}

#logo-line > div > a {
    position: relative;
    z-index: 3;
}

.gallery-inside {
    width: 1280px;
    margin: 0 auto;
    padding-left: 92px;
}

.title-box {
    height: 38px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 458px;
    margin: 0 auto;
}

.aboutus-body-text.body3.contactus, .aboutus-body-text.body1.contactus {
    margin-left: 56px;
    padding-left: 0;
}

.glyphicon {
    display: none !important;
}

.lunch-rnn {
    width: 382px;
    height: 296px;
    padding-top: 12px;
    float: left;
}

.lunch-rnn h4, .lunch-rnn h5 {
    font-family: "BebasNeueBook";
    color: #fff;
    letter-spacing: 2px;
}

.lunch-rnn h4 span, .lunch-rnn h5 span {
    font-family: "MyriadWebProBold";
    letter-spacing: 0;
}

.lunch-rnn h4 {
    font-size: 20px;
}

.lunch-rnn h5 {
    font-size: 16px;
}

.lunch-rnn > img {
    padding-bottom: 14px;
}

.lunch-rnn div p {
    padding-top: 6px;
    padding-bottom: 14px;
}

.lunch-rnn div p {
    font-size: 14px;
    color: #b3b3b3;
    font-family: "MyriadWebPro";
}

.lunch-rnn div p span {
    color: #fff;
    font-style: italic;
}

.menu-list.specialty .lunch-rnn {
    width: 340px;
    height: 226px;
}