html{
 height:100%;
 min-height:100%;
 }
body{
 height:100%;
 width: 100%;
 box-sizing: border-box;
 font-family: 'Open Sans', sans-serif !important;
 }
h1, h2, h3, h4 {font-family: 'Montserrat', sans-serif !important;}
p {font-size: 16px; font-family: 'Open Sans', sans-serif; text-rendering: optimizeLegibility;line-height:1.5em;}
h4 {font-size: 20px;}
.red {color:#ed1c24 !important;}
hr { border: #ed1c24 2px solid; margin: 0 auto 80px auto; width: 80px; }

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.anchor {position: relative; top:-110px;}

/*----- BUTTON STYLES -----*/
a.btn-new {
	text-align: center;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 40px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
}
a.btn-new.stroke {
	border: 3px solid #FFFFFF;
}
a.btn-new.stroke:hover {
	background: #efefef;
}

/*----- HEADER NAVIGATION -----*/
.navbar-default {
	background:none;
	border: 0;
	height: 120px;
	line-height: 110px;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif !important;
	color: #FFFFFF;
	line-height: 130px;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 25px;
}
.navbar-default .navbar-nav > li > a:hover {
	text-decoration: none;
	color:#ed1c24;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
}

/*--- STICKY HEADER NAVIGATION ---*/
.navbar-default.sticky {
	background: #101415;
	line-height: 80px;
    height: 110px;
    padding-top: 0px;
}
.navbar-default.sticky .navbar-nav > li > a {line-height: 110px;}


/*--- LOGO ---*/
.navbar-default .logo {
	padding-top: 10px; 
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-default.sticky .logo {padding-top: 5px;}


/*--- COLLAPSED NAVIGATION ---*/
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	border:0;
}
.navbar-default .navbar-toggle {
	margin-top: 40px;
	margin-right:40px;
	border: 2px solid #FFFFFF;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background:#FFFFFF;}


/*--- DROPDOWN ---*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:active{
	background: none !important;
	color: #FFFFFF;
}
.dropdown-menu {
	border: none;
	background-color: #15191a;
	border-radius: 0px;
}
.dropdown-menu > li > a {color: #FFFFFF;}


/*----- HERO -----*/
.home #hero {
	height: 700px;
	box-sizing:border-box;
	color:#ffffff;
	padding-top: 270px;
	margin-bottom: 10px;
}
#hero h1 {font-size:60px; letter-spacing: 2px;}
#hero .fa-arrow-circle-o-down {
	opacity: .5;
	padding-top: 140px;
}


/*----- WELCOME -----*/
.home #welcome-icon img {padding-top: 50px;padding-bottom: 10px;}
#welcome-icon hr {margin-bottom: 30px;}
.home .welcome {padding-bottom: 60px;}

/*----- MENU -----*/
.home .menu {
	background: #f0f4f5;
	width: 100%;
	padding: 50px 0px 90px 0px;
}

.home .menu #lunch-menu {
	background: url("../../assets/images/menu-lunch.jpg") center center;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
	min-height: 353px;
	padding-top: 160px;
}
.home .menu #dinner-menu {
	background: url("../../assets/images/menu-dinner2.jpg") center center;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
	min-height: 353px;
	padding-top: 160px;
}
.home .menu a.btn-new.stroke {font-size: 16px;}
.home .menu a.btn-new.stroke:hover{background: #ed1c24; border: 3px solid #ed1c24;}
.home .menu .row.mobile a.btn-new.stroke {
	border: 3px solid #ed1c24; color: #ed1c24;
}


/*----- OUR STORY -----*/
.home .story {
	background: #15191a;
	width: 100%;
	padding: 60px 0px 90px 0px;
	color: #FFFFFF;
}
.home .story .image img {width: 100%; margin-bottom:40px;}
.home .story .story-col img { display: block; margin: 0 auto; height: auto; max-width: 100%; }

/*----- GALLERY -----*/
.home .gallery {
	width: 100%;
	padding: 75px 0px 30px 0px;
}
.gallery .slider ul li img {width: 100%;}
.gallery ul.slider {margin: 0; padding: 0;}
.gallery .bx-wrapper .bx-viewport {
	box-shadow: none;
}

/*----- LOCATION -----*/
.home #location {
	background-size: cover;
	width: 100%;
	min-height: 650px;
	box-sizing: border-box;
	color: #ffffff;
	padding: 100px 0px 90px 0px;
	margin-bottom: 10px;
}
#location h4 {font-weight: 700; letter-spacing: 1px; margin-bottom:15px; font-size: 20px;}
#location .top-section {margin-bottom: 40px;}
.home #location a.btn-new.stroke { 
	border: 2px solid #FFFFFF; 
	display: inline-block;
}
.home #location a.btn-new.stroke:hover {color: #ed1c24;}
#location .fa {
	margin: 0 8px; 
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}
#location .fa:hover {color:#ed1c24;}
#location .map {margin-bottom: 40px;}
#location .glyphicon {padding-right: 7px;}

/*----- TIPS -----*/
.home .tips {
	width: 100%;
	padding: 60px 0px 20px 0px;
}
.tips .text {padding: 0 50px; margin-bottom: 65px;}
.tips .text img {margin-bottom: 20px; width: 170px;}


/*----- CONTACT FORM -----*/
.contact-us {
	background: #f0f4f5;
	width: 100%;
	padding: 60px 0 80px 0;
}
.contact-us .btn-default {
	background-color: #ed1c24;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 12px 16px;
}
.contact-us .btn-default:hover {background-color: #6D0D11;}
#errorsDiv, #successDiv {
	color: #FFFFFF;
	display: none;
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 12px;
}
#errorsDiv { background-color: #ed1c24; }
#successDiv { background-color: #49AE7B; }
.error { border: 2px solid #ed1c24; }

/*----- MENU PAGE-----*/
#menu-hero {
	background-size: cover;
	width: 100%;
	height: 650px;
	box-sizing:border-box;
	color:#ffffff;
	padding-top: 270px;
	margin-bottom: 10px;
}

.menu-headline { padding: 0px 0 60px 0; }
.menu-headline h1 { font-size: 60px; letter-spacing: 2px;}

#menu-hero .row.cta {padding-bottom: 60px;}
#menu-hero .fa-arrow-circle-o-down {
	opacity: .5;
}
.menu-btn {
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    font-size: 20px;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    max-width: 350px;
}
.menu-btn:hover{
    background: #fff;
    color: #ed1c24 !important;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.menu-btn.current:hover { color: #fff !important; }
.menu-btn.current { background: #ed1c24; border-color: #ed1c24; color: #fff;}    
#menus { padding-top: 65px; }
#menus .heading { color: #15191a; font-size: 40px; margin-top:30px; }
#menus .fineprint {font-size: 13px;}
   
#menus .menu-section { max-width: 510px; margin: 0 auto;}
#menus .menu-section ul { margin-top: 25px; }
#menus .menu-section ul li { color: #515960; margin-bottom: 40px; }
#menus .menu-section ul span { float: left; margin-right: 10px; }
#menus .menu-section ul span.glyphicon.glyphicon-fire { float: none; margin-left: 5px; color: #ed1c24;}
#menus .menu-section ul .price { font-size: 22px; float: right; margin-right: 0; margin-top:-5px;}
#menus .menu-section ul .korean { padding: 0px; }
#menus .menu-section ul .item { max-width: 260px; }
#menus .menu-section ul .item p { font-size: 16px; word-wrap: break-word; line-height: 1em;}
#menus .menu-section ul p.item-title { font-size: 18px; font-weight: 700;}
#menus .menu-section h3 { color: #515960; font-size: 28px; }
#menus .menu-section h3 > span { font-size: 20px; margin-left: 15px; } 
#menus .menu-section hr { border: #e2e8e9 2px solid; margin-bottom: 20px; width: 100%; }
#menus .menu-section img.description {margin-bottom: 15px;}

#menus .pricing-circle {
	background-color: #ed1c24;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	text-align: center;
	margin: 0 auto;
}
#menus .pricing-circle h3 {font-size: 45px;color: #ffffff;padding-top: 24px;}
#menus .pricing-circle.lunch-combo {
	position: absolute;
	right:-25px;
	top:-15px;
}
#menus .pricing-circle.lunch-combo h3 {padding-top:20px;}
#menus .pricing-circle.ayce-option-a {
	position: relative;
	bottom:40px;
}
#menus .pricing-circle.dinner-combo h3 {padding-top: 40px;}

#menus .row.lunch-ayce {
	background: #e9eced;
	padding: 30px;
	margin-bottom: 60px;
}
#menus .row.lunch-ayce .menu-section ul li {margin-bottom: 20px;}
#menus .row.lunch-ayce ul li {font-size: 16px;}

#menus #dinner-menu { display: none; }
#menus #banchan {display: none; padding-bottom: 70px;}

#menus #combo-sets {margin-top: 60px;}
#combo-sets .row.beef-pork {margin-bottom: 75px;}
#menus #banchan {padding-bottom: 70px;}
#menus #banchan p strong { font-size: 18px; font-weight: 700;}
#menus #banchan .row.banchan {margin-bottom: 70px;}
#menus #banchan .col-xs-6 {margin-bottom: 50px;}
#menus #banchan .item-description {padding: 0 15px;}
#menus #banchan .item-description .fineprint {font-weight: 700; font-size: 13px;}
#menus #banchan img {margin: 0 auto;}


/*----- FOOTER -----*/
.footer-wrapper {
	background:#101415;
	padding-top: 30px;
	box-sizing: border-box;
	height: 100px;
	width: 100%;
	color: #ffffff;
}
.footer-wrapper p {font-size: 12px;}

#scroll-top {
	background:rgba(58, 64, 66, .7);
	position: fixed;
	bottom:25px;
	right:30px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
}

/* Small devices (tablets, 1000px and up) */
@media(max-width:1000px){
	.home .menu #lunch-menu {
		width: auto;
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.home .menu #dinner-menu {
		width: auto;
		margin-left: 0px;
	}
	.menu-btn {
    max-width: 400px;
    float: none !important;
    margin: 15px auto;
	}
	.home .menu .row.mobile a.btn-new.stroke { display: inline-block; margin-bottom: 30px; }
	#menu-hero {padding-top:170px;}
	#menus #banchan .item-description {margin-bottom: 30px;}
}
/* Small devices (tablets, 768px and up) */
@media(max-width:767px){
	.navbar-default .navbar-nav > li > a {
		color: #FFFFFF;
		line-height: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
	.nav > li {display:inline-block;}
	.navbar-nav {text-align: center;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {border: none;}
	
	.home .story .row.image {display:none;}
	#menus .pricing-circle.lunch-combo {
		position: relative;
		right:0px;
		top:-15px;
	}
	#menus .pricing-circle.lunch-combo h3 {
		padding-top: 40px;
	}
	.home .menu #dinner-menu {min-height:140px;}
	.home .menu a.btn-new.stroke { line-height: 100px; }
}

@media(max-width:550px){
	.home #hero {padding-top: 130px;}
	#menu-hero {padding-top: 130px;}
	.menu-btn {
		float:none !important;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	#menu-hero .fa-arrow-circle-o-down {padding-top:30px;}
	#menus .menu-section ul li {width: 100%;}
	#menus .menu-section ul .item {clear:both;}
}
