body {
	background-image: url('http://phopassion.com/images/bg.jpg');
	color: #fff;
}

body.no-bg {
	background-image: none;
	background-color: #000;
}
.navbar-dark{
	background: #000000 !important;
}

/*.navbar-dark .navbar-nav .active>.nav-link {
  background-color: #fff;
  color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
}*/

.navbar-dark .container{
	display: block !important;
}

.navbar-dark .container .left{
	display: inline-block;
	width: 150px;
	vertical-align: bottom;
}

.navbar-dark .container .right{
	display: inline-block;
	width: calc(100% - 155px);
	text-align: right;
	vertical-align: bottom;
}

.navbar-dark .container .right > a{
	color: #7d7d7d;
	display: block;
    margin-bottom: 25px;
    font-size: 1.25rem;
    text-decoration: none;
    margin-right: 1rem;
}

.navbar-dark .container .right > a:hover{
	color: #ffffff;
	text-decoration: none;
}

.navbar-dark .container .right > a svg{
	color: #ffffff;
	margin-right: 5px;
}

.navbar-dark .navbar-nav .nav-link{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.25rem;
	position: relative;
	transition: all .2s ease-out;
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-dark .navbar-nav .nav-link:before{
	content: url('http://phopassion.com/images/steam_white.png');
	position: absolute;
	top: -15px;
	left: calc(50% - 11px);
	transition: all .3s ease-out;
	opacity: 0;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:hover{
	color: #bd2631;
}

.navbar-dark .navbar-nav .nav-link.active:before, .navbar-dark .navbar-nav .nav-link.active:hover:before{
	content: url('http://phopassion.com/images/steam_red.png');
	position: absolute;
	top: -15px;
	left: calc(50% - 11px);
	opacity: 1;
}

.navbar-dark .navbar-nav .nav-link:hover{
	color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover:before{
	opacity: 1;
}

.navbar-dark .navbar-toggler{
	outline: 0;
}

.navbar-dark .navbar-toggler:hover{
	color: #ffffff;
}

.home-hero{
	background: url('http://phopassion.com/images/home_hero.jpg') no-repeat center center;
	background-size: cover;
	height: 650px;
	position: relative;
}

.home-hero .container{
	width: 100%;
	max-width: 1100px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.home-hero h1{
	color: #ffffff;
	font-family: proxima-nova-condensed, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 4.375rem;
	padding: 0px;
	margin: 0px 0px 30px;
	text-align: center;
}

.home-hero h2{
	background: rgba(0,0,0,.5);
	color: #ffffff;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 2.125rem;
	padding: 30px 35px;
	width: 100%;
	max-width: 670px;
	margin: 0px auto;
	text-align: center;
}

.home-intro{
	background: #ffffff;
	border-bottom: #bd2631 15px solid;
}

.home-intro .container{
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 100px 20px;
}

.home-intro .container:after{
	content: "";
	display: table;
	clear: both;
}

.home-intro .container .left{
	float: left;
	width: 325px;
	font-family: proxima-nova-condensed, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 2.75rem;
	color: #000000;
	padding: 0px 20px;
}

.home-intro .container .right{
	float: right;
	width: calc(100% - 355px);
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 2.125rem;
	color: #000000;
}

.product-highlight{
	width: 100%;
	height: 580px;
}

.product-highlight.mintea{
	background: url('http://phopassion.com/images/product_hightlight_mintea.jpg') no-repeat center top;
	background-size: cover;
}

.home-location-info{
	border-top: 12px #ffffff solid;
}

.home-location-info .container{
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.home-location-info .container:after{
	content: "";
	display: table;
	clear: both;	
}

.home-location-info .left{
	width: 50%;
	min-height: 460px;
	float: left;
	background: #bd2631;
}

.home-location-info .left .content{
	width: 100%;
	max-width: 660px;
	margin: 80px 0px 80px auto;
	padding: 0px 120px 0px 30px;
}

.home-location-info .left .content h2{
	color: #ffffff;
	font-family: proxima-nova-condensed, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.25rem;
	margin-bottom: 34px;
}

.home-location-info .left .content p{
	color: #ffffff;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	margin: 0px;
}

.home-location-info .left .content p a{
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}

.home-location-info .left .content p a:after{
	content: "";
	position: absolute;
	bottom: -2px;
	height: 2px;
	background: #ffffff;
	left: 50%;
	right: 50%;
	opacity: 0;
	transition: all .2s ease-out;
}

.home-location-info .left .content p a:hover{
	color: #ffffff;
}

.home-location-info .left .content p a:hover:after{
	left: 0px;
	right: 0px;
	opacity: 1;
}

.home-location-info .right{
	width: 50%;
	min-height: 460px;
	float: right;
	background: url('http://phopassion.com/images/home_location_image.jpg') no-repeat center center;
	background-size: cover;
}

.combo-popper{
	background-image: url('http://phopassion.com/images/bg.jpg');
	padding: 60px 0px;
}

.container.content {
  /*min-height: calc(100vh - 170px);*/
}
.foods .snacks,
.teas .drinks {
  text-align: center;
  margin-bottom: 2rem
}
.foods .noodle-type img {
  width: 10rem;
}	
.footer {
  padding: .5rem 1rem;
  min-height: 50px;
}
.margin-top-2rem {
  margin-top: 2rem;
}
.home .row {
  text-align: center;
}
.home img.round {
  border-radius: 5rem;
  width: 15rem;
}
.with-line{
  position:relative;
  text-align: center;
  margin: 30px 0;
}
.with-line:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.with-line span {
  background: #000;
  padding: 0 10px;
  position: relative;
}

.box {
  border: 1px solid #fff;
  margin: 0 auto 1rem;
  padding: 1rem;
  width: 70%;
  text-align: center;
}
.box .title {
  position: absolute;
  top: -12px;
  background: #000;
  padding: 0 10px;
  left: 50%; transform: translate(-50%,0);
}
.note {
  font-size: .7em;
}

/* util */
.ghost-vertical-align-middle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.ghost-middle {
  display: inline-block;
  vertical-align: middle;
}

/* SVG */
.reroll-icon {
  width: 5rem;
  fill: #fff;
  cursor: pointer;
}

@media (max-width: 1180px) {
	
	.home-location-info .left .content h2{
		font-size: 1.75rem;
	}
	
	.home-location-info .left .content p{
		font-size: 1.125rem;
	}
	
}

@media (max-width: 1024px) {
	.home-location-info .left .content{
		padding: 0px 30px 0px 30px;
	}
}

@media (max-width: 767px) {
	.navbar-dark .navbar-nav .nav-link:before, .navbar-dark .navbar-nav .nav-link.active:before, .navbar-dark .navbar-nav .nav-link.active:hover:before{
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
	}

	.home-hero h1{
		font-size: 3.5rem;
    	line-height: 3.5rem;
	}
	
	.home-hero h2{
		font-size: 1rem;
    	line-height: 1.75rem;
	}
	
	.home-intro .container{
		padding: 60px 20px;
	}
	
	.home-intro .container .left{
		float: none;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	    font-size: 1.75rem;
    	line-height: 2rem;
	}
	
	.home-intro .container .right{
		float: none;
	    width: 100%;
	    font-size: 1rem;
    	line-height: 1.5rem;
	}
	
	.home-location-info .left{
		float: none;
		width: 100%;
		min-height: 0px;
	}
	
	.home-location-info .left .content{
		margin: 0px auto;
		padding: 50px 30px;
	}
	
	.home-location-info .right{
		float: none;
		width: 100%;
		min-height: 300px;
		background: url(http://phopassion.com/images/home_location_image.jpg) no-repeat center top;
    	background-size: cover;
	}
}

@media (min-width: 576px) {
  
  .footer .address {
    text-align: right;
  }
}