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

/* ------------------------------------- */
#flow_header{
	width: 100%;
	height: 80px;
	padding: 16px 0 0 0;
	background-color: transparent;
	z-index: 11000;
}
@media (min-width: 768px) {
#flow_header{
	background-color: #fff;
}
}
.header_absolute {
	position: absolute;
}
.header_fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}

.navbar-default {
	margin: 0 auto;
	background-color: transparent;
	border: 0px none #fff;
}
@media (min-width: 768px) {
.navbar-default {
	background-color: #fff;
}
.navbar-nav {
	width: 760px;
	float: none;
	margin: 0 auto;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
	background-color: #fff;
	font-family: 'Satisfy', serif;	
	font-weight: normal;
	font-size: 24px;
}
.navbar-default .navbar-nav>li>a {
  color: #bbb;
	font-family: 'Satisfy', serif;	
	font-weight: normal;
	font-size: 24px;
}
.nav>li {
	text-align: center;
	background-color: #fff;
}
@media (min-width: 780px) {
.nav>li {
	text-align: left;
}
}

.nav>li.nav_social {
	padding-top: 10px;
}
.nav>li.nav_social>a {
	display: inline;
}

.navbar-collapse {
	border-top: 0px none #fff;
}
.navbar-toggle {
	background-color: #fff;
}

/* ------------------------------------- */
.carousel-inner-top {
	width: auto;
	height: 100vh;
}
.carousel-inner-top>.item {
}
.carousel-inner-top>.item>.item_inner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.carousel-inner-top>.item>.item_inner>img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	max-width: initial;
	max-height: initial;
}
.carousel-wrap {
	position: absolute;
	z-index: 10100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.carousel-wrap>img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	max-width: initial;
	max-height: initial;
}

/* ------------------------------------- */
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.subtitle {
	display:table-cell; 
	width: 100vw;
	color: #000;
	background-color: #fff;
	font-family: 'Satisfy', serif;	
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	height: 140px;
	padding: 0 0 0 0;
}
@media (min-width: 768px) {
.subtitle {
	font-size: 48px;
}
}

.embed {
	padding: 0 10% 40px 10%;
}
@media (min-width: 768px) {
.embed {
	padding: 40px 10% 40px 10%;
}
}

.BearPondEspresso_text {
	color: #000;
	background-color: #fff;
	font-family: 'Roboto Mono', serif;	
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding: 0;
}

#footer_outer {
	width: 100%;
	background-color: #000;
}
#footer {
	color: #fff;
	padding: 30px 0;
	text-align: center;
	font-family: 'Roboto Mono', serif;	
	font-size: 18px;
	line-height: 200%;
}

.font-small {
	font-size: 80%;
}

.block_before {
	height: 0;
}
.block_after {
	height: 80px;
}
.block_after02 {
	height: 10px;
}
@media (min-width: 768px) {
.block_before {
	height: 80px;
}
}
.marginTop18 { margin-top: 18px; }
.marginTop48 { margin-top: 48px; }
.marginTop65 { margin-top: 65px; }
.marginTop95 { margin-top: 95px; }
.marginTop115 { margin-top: 115px; }

.text-center img {
	margin: 0 auto;
}
.text {
	font-size: 12px;
	line-height: 180%;
}

#footer_wrapper {
	background-color: #000;
}

@media (min-width: 1200px) {
.container_inner {
    width: 1020px;
		margin-left: 60px;
}
.padding34 { padding: 034px; }
}

@media (min-width: 768px) {
.modal-dialog {
    width: 600px;
    margin: 90px auto 30px auto;
}
}
.modal-dialog {
    margin: 90px auto 10px auto;
}

.store_items div a {
	cursor: pointer;
}
