/* -------------------------------- 
GENERAL STYLES
-------------------------------- */
body#home, body#menu-body {
	font-family: 'Lora', serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
#home .container-fluid, #menu-body .container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}
#home .container-fluid.full, #menu-body .container-fluid.full {
	max-width: 100%;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}
h2 {margin-bottom: 30px;}
#home .blue {color: #3498db;}


/* -------------------------------- 
HEADER NAVIGATION
-------------------------------- */
#header .navbar {
	border-radius: 0px; 
	margin-bottom: 0px; 
}
#header .navbar-default {
	background: none;
	border: none;
	padding: 20px 0;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .navbar-toggle {
	background: none;
}
#header .navbar-default .navbar-nav>li>a {
	font-family: 'Dosis', sans-serif;
	color:#2c3e50;
	font-weight: 700;
	letter-spacing: .5px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header .navbar-default .navbar-nav>li>a:hover {color:#3498db;}
#header a.navbar-brand {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #2c3e50;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header a.navbar-brand h3 {margin-top: 7px; }
#header a.navbar-brand:hover {color:#3498db;}
#header .navbar-default .navbar-toggle {
	color: #2c3e50;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header .navbar-default.sticky {
	background:#3498db;
}
#header .navbar-brand {padding: 5px 0px 0px 15px;}
.navbar-brand img { 
	width: 50px; 
	height: 50px; 
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-brand img:hover {opacity: .6;}


/* -------------------------------- 
HERO BANNER
-------------------------------- */
#home #hero-container {
	margin:0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}
#hero-container h1{
	color: #FFFFFF;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 1px;
	margin-top: 100px;
}
#hero-container .hero-img {
	width: 100%;
	background: url('../images/home-hero5.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
}
#hero-container i { font-style: normal; }
#hero-container p {
	color: #bdc3c7; 
	font-size: 15px;
	margin-top: 80px;
}
#hero-container .glyphicon.glyphicon-chevron-down {color:#bdc3c7; }
#hero-container .glyphicon.glyphicon-chevron-down:before {opacity: .5}

/* -------------------------------- 
ALERT
-------------------------------- */
#alert p {
	font-size: 1.4em;
	line-height: 2.4em;
}


/* -------------------------------- 
ABOUT
-------------------------------- */
#about {
	min-height: 300px;
	max-width: 1200px;
	padding: 60px 0;
	background: none;
	box-sizing: border-box;
	margin: 0 auto;
}
#about .content-block {
	padding: 10px 20px;
}
#about p {
	font-size: 1.4em;
	line-height: 2.4em;
}
#about .icon {
	background: url('../images/sushi-icon1.svg') no-repeat;
	background-size: 80px 31.5px;
	background-position: center center;
	background-color: #e67e22;
	width: 100px; 
	height: 100px; 
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; 
	margin: 0 auto;
}

/* -------------------------------- 
INFO
-------------------------------- */
#info {
	min-height: 300px;
	max-width: 1200px;
	padding: 60px 0;
	background: none;
	box-sizing: border-box;
	margin: 0 auto;
}
#info .map-block { margin-top: 20px;}
#info h3 i {color: #3498db; font-size: 1em; margin-right: 3px;}
#info p { font-size: 1.1em;}
#info .col-sm-3, #info .col-md-3 {text-align: left;}


/* -------------------------------- 
GALLERY
-------------------------------- */
#gallery {
	min-height: 300px;
	max-width: 1200px;
	padding: 10px 0 80px 0;
	background: none;
	box-sizing: border-box;
	margin: 0 auto;
}
#gallery .photo-block {
	margin:3px;
}
#gallery .photo-block.one {
	background: url('../images/photo1.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
	min-height: 500px;
}
#gallery .photo-block.two {
	background: url('../images/photo2.jpg') no-repeat;
	background-position: right bottom;
	background-size: cover;
	box-sizing:border-box;
	min-height: 300px;
}
#gallery .photo-block.three {
	background: url('../images/photo3.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	box-sizing:border-box;
	min-height: 300px;
}
#gallery .photo-block.four {
	background: url('../images/photo4.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
	min-height: 600px;
}
#gallery .photo-block.five {
	background: url('../images/photo5.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	box-sizing:border-box;
	min-height: 400px;
}
#gallery .photo-block.six {
	background: url('../images/photo6.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
	box-sizing:border-box;
	min-height: 294px;
}



/* -------------------------------- 
MENU
-------------------------------- */
#menu-body #hero-container {
	min-height: 200px;
	max-width: 1200px;
	background:#CCC;
	margin:0 auto;
	padding: 50px 0;
	box-sizing: border-box;
}
#menu-body .lunch-menu#hero-container {
	background: url('../images/lunch-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#menu-body .dinner-menu#hero-container {
	background: url('../images/dinner-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#menu-body .alacart-menu#hero-container {
	background: url('../images/alacart-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#menu-body .drinks#hero-container {
	background: url('../images/home-hero3.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
#menu {
	min-height: 300px; 
	background: #FFF; 
	padding: 50px 0;
	max-width: 1200px;
	margin:0 auto;
}
#menu .container {margin-bottom: 20px;}
#menu-body #hero-container h1 { margin-top: 15px; }
#menu h2 {color: #2c3e50; text-transform: uppercase;}
#menu h2.sub {margin-bottom: 0px;}
#menu h3 {margin-bottom: 5px;}
#menu h4 {margin-top: 0px; font-weight: 600;}
#menu small {margin-bottom: 20px; display: inline-block;}
#menu p {color: #343838; font-size: 17px;}
#menu p.fineprint {font-style: italic;}
#menu .menu-col {
	padding: 0px 15px;
}
#menu .menu-col .row {margin-bottom: 7px;}
#menu .menu-col h4 {margin-bottom: 2px;}
#menu .menu-col p {font-size: 13px;}
#menu .menu-col p.price {font-size: 17px; text-align: right;}
a.btn {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 17px;
	background:#2ecc71;
	padding:12px 40px;
	border-radius: 3px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}
a.btn:hover {
	background: #27ae60;
	color: #FFFFFF;
}
#menu .row.headline {margin-bottom: 20px;}
#menu #item-list {padding-bottom:20px;}
#menu .fa.fa-fire {
	float: none;
    margin-left: 5px;
    color: #ed1c24;
}


/* -------------------------------- 
CONTACT
-------------------------------- */
#contact {
	min-height: 300px; 
	padding: 100px 0;
	background: none;
	display: block;
	clear: both;
	position: relative;
}
#contact h2 {color:#ecf0f1;}
#contact p {color: #ffffff; font-size: 17px;}


/* -------------------------------- 
FOOTER
-------------------------------- */
#footer {
	background:#2c3e50;
	padding: 20px 0 10px 0;
}
#footer h4 {font-weight: 400; font-size: 14px; color: #FFFFFF;}



/*-- MAX WIDTH: 992PX --*/
@media (max-width: 992px) {
	.work-container .block.cc, .work-container .block.inquisium, .work-container .block.cvt-mobile, .work-container .block.kogiya, .work-container .block.top-fifty, .work-container .block.cvt-redesign {
		min-height: 400px;
	}
}

/*-- MAX WIDTH: 768PX --*/
@media (max-width: 768px) {
	#port .navbar {margin-top: 0px;}
	#port .navbar-default .navbar-nav>li>a {text-align: center;}
	#port .navbar-default .navbar-collapse {background-color: #2980b9; border: none;}
	#port #header .navbar-default.sticky {padding-bottom:0px;}
	#info .col-xs-12 { text-align: center; padding-top: 20px; }
}

@media (min-width: 768px) {
	.navbar-right {margin-right: -30px;}
}

/*-- MAX WIDTH: 420PX --*/
@media (max-width: 420px) {
	#hero-container h1{
		font-size: 35px;
		line-height: 1.2em;
		margin-top: 150px;
	}
	#port #hero-container {
		min-height: 600px;
	}

}
