@font-face {
	font-family: 'Apercu';
	font-weight: 600;
	src: url(/static/apercu-regular.otf);
}

@font-face {
	font-family: 'Apercu';
	font-weight: 700;
	src: url(/static/apercu-medium.otf);
}

@font-face {
	font-family: 'Apercu';
	font-weight: 500;
	src: url(/static/apercu-light.otf);
}

@font-face {
	font-family: 'Font Awesome';
	src: url(/static/font-awesome.otf);
}

html {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Apercu';
	height: 100%;
}

.fa {
	font-family: 'Font Awesome';
}


/*** BASE ***/

.top-bar {
	position: relative;
	left: 0;
	right: 0;
	padding: 0 10px 0 10px;
	color: #929292;
}

.information-menu {
	width: 100%;
	position: absolute;
	display: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	color: #c4c3c3;
	padding: 10px 0 25px 0;
	border-bottom: 1px solid #eee;
}

.information-container {
	max-width: 870px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.information-item {
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 10px 0;
	width: 133px;
	text-align: center;
}

.information-item:hover {
	color: #aaa;
}

.top-bar, .information-menu {
	background-color: #fff;
	z-index: 1000;
}

.top-bar-right .header-button {
	line-height: 78px;
}

.logo {
	display: inline-block;
	cursor: pointer;
	margin: 8px 0 6px 8px;
}

.logo-img {
	height: 60px;
}

.top-bar-right {
	position: absolute;
	right: 0px;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
}

.top-bar-right .header-button {
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	padding: 0 20px 0 20px;
}

.top-bar-right .header-button:hover {
	background: #ddd;
}

.header-button.bump-right {
	margin: 0 20px 0 0;
}

.header-fa {
	display: inline-block;
	line-height: 0;
	margin: 0 0 0 5px;
	font-size: 17px;
	position: relative;
}

.main {
}



/*** HOME ***/
.video-container, .video-container video, .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.video-container, .video-overlay {
	width: 100%;
	height: 100%;
}

.video-container {
	overflow: hidden;
}

.video-container video {
	min-width: 100%;
	min-height: 100%;
}

.video-overlay {
	background: rgba(0,0,0,0.45);
}

.home {
	position: relative;
	z-index: 900;
	text-align: center;
	color: #929292;
	height: 100%;
}

.header {
	margin: 100px 0 0 0;
	letter-spacing: 1px;
	font-family: 'Knockout 49 A';
	font-size: 4.0625rem;
}

.sub-header {
	letter-spacing: 1px;
	font-size: 15px;
}

.floral-img {
	height: auto;
	max-width: 100%;
}

.button {
	color: #fff;
	background-color: #edae49;
	font-weight: 700;
	display: inline-block;
	cursor:pointer;
	padding: 15px 20px 15px 20px;
	letter-spacing: 1px;
	font-size: 13px;

}
.button-home {
	margin: 100px 0 100px 0;
}
.button:hover {
	background-color: #eec385;
}

.mid-msg {
	color: #929292;
	margin: 20px 0 0 0;
	font-size: 20px;
	letter-spacing: 1px;
}

a {
	color: #555;
	text-decoration: none;
}

.footer {
	position: absolute;
	width: 100%;
	color: #929292;
	text-align: center;
	bottom: 0px;
	height: 80px;
	line-height: 25px;
	z-index: 900;
}


/*** BACKGROUNDS ***/
.bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -100;
}

.bg-gray {
	background-color: #444;
}

.bg-white {
	background-color: #fff;
}

.bg-hutong {
	background: url(/static/hutong1.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8;
}
.bg-repulse-bay {
	background: url(/static/repulse-bay.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8;
}
.bg-boat {
	background: url(/static/boat.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8;
}

.bg-hong-kong-night {
	background: url(/static/hong-kong-night.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8;
}

.bg-crab {
	background: url(/static/crab.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8;
}

.bg-bali {
	background: url(/static/bali.jpg) no-repeat center center fixed;
	background-size: cover;
	opacity: 0.8;
}


/*** PROFILE ***/
.error-msg {
	margin: 30px 0 0 0;
	color: red;
}
.success-msg {
	margin: 30px 0 0 0;
	color: #2BBD2B;
}
.profile-table {
	font-size: 17px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.profile-table td {
	height: 35px;
	padding: 8px 12px 8px 12px;
}
.input {
	width: 100px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	font-size: 17px;
	font-family: 'Apercu';
	color: #333;
}
.input-noedit {
	color: #777;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.input-select {
	height: 40px;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	font-size: 17px;
	font-family: 'Apercu';
	color: #333;
}
.textarea {
	border: 1px solid #ddd;
	padding: 4px;
	font-size: 17px;
	font-family: 'Apercu';
	color: #333;
}
.button-div {
	margin: 30px 0 0 0;
}
.button-div .button {
	margin: 0 10px 0 10px;
	width: 60px;
}
.profile-div {
	margin: 40px auto 60px auto;
	color: #929292;
}



/*** INFO PAGE ***/

.info {
	max-width: 500px;
	margin: 20px auto 0 auto;
}

.info-header {
	text-align: left;
	margin: 30px 0 0 0;
	font-size: 20px;
	line-height: 25px;
}

.info-sub-header {
	text-align: left;
	font-size: 17px;
	line-height: 20px;
	margin: 15px 0 0 0;
}

.info-text li {
	margin: 0 0 0 15px;
}

.info-text {
	text-align: left;
	font-size: 17px;
	line-height: 20px;
}

.info-map {
	margin: 30px 0 0 0;
	width: 100%;
}

.info-div {
	width: 80%;
	margin: 40px auto 120px auto;
	color: #929292;
}


/*** SCHEDULE ***/
.schedule-div .info-text {
	margin: 6px 0 6px 0;
}



/**** STATIC TEMPLATES ****/
.template-main {
	text-align: center;
	margin: 25px 0 0 0;
	color: #252729;
	height: 100%;
}

.template-header {
	letter-spacing: -2px;
	color: #929292;
	/* font-family: 'Knockout 49 A'; */
	font-size: 40px;
	height:50px;
	line-height: 50px;
	vertical-align:middle;
}

.template-header-floating {
	letter-spacing: -2px;
	color: #929292;
	/* font-family: 'Knockout 49 A'; */
	font-size: 40px;
	height:80px;
	display: none;
	text-align: center;
	line-height: 80px;
	border: 1px solid #eee;
	vertical-align:middle;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
}

.no-auth {
	color: #929292;
	line-height: 20px;
	font-size: 17px;
	width: 80%;
	margin: 40px auto 0 auto;
	vertical-align: top;
}

.no-auth div {
	max-width: 500px;
	text-align: left;
	margin: 20px auto 0 auto;
}

.coming-soon {
	width: 80%;
	max-width: 400px;
	position: relative;
}

/*** REGISTRY ***/
.registry {
	color: #929292;
	line-height: 20px;
	font-size: 17px;
	margin: 20px auto 0 auto;
	vertical-align: top;
}
.flower-border {
	display: inline;
	height: 300px;
}
.registry-text {
	margin: 63px 10px 0 10px;
	display: inline-block;
	vertical-align: top;
}
.registry-text div {
	max-width: 250px;
	text-align: center;
	margin: 10px auto 0 auto;
}

.textarea-comments {
	border: 1px solid #ddd;
	padding: 4px;
	font-size: 17px;
	font-family: 'Apercu';
	color: #333;
	display: block;
	margin: 20px auto 20px auto;
}

.input-cc {
	width: 200px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	font-size: 17px;
	font-family: 'Apercu';
	color: #333;
}

.stripe {
	margin: 30px 0 40px 0;
}

.donate-link {
	cursor: pointer;
	text-decoration: underline;
}

.payment {
	display: none;
}


/*** ADMIN LIST ***/
.table-header {
	font-weight: bold;
}
.admin-total {
	font-size: 20px;
	margin: 20px 0 10px 0;
}
.admin-table {
	font-size: 12px;
	margin: 40px auto 40px auto;
	text-align: left;
	color: #929292;
}

.admin-table td {
	padding: 5px;
	white-space: nowrap;
}
.people-box {
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.invite-input {
	width: 220px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	font-size: 17px;
	font-family: 'Apercu';
	color: #333;
}

/*** PHOTOS ***/
.photos-table {
	margin: 40px auto 40px auto;
	max-width: 800px;
}

.photos-table img {
	max-height: 150px;
	max-width: 200px;
	cursor: pointer;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

.photos-cell {
	text-align: center;
	width: 200px;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}

.photo-caption {
	color: #666;
	font-size: 13px;
}




/*** MOBILE ***/
.mobile-show, .mobile-show-ib {display:none;}
@media screen and (max-width: 640px) {

.flower-border {
	display: none;
}

.input-donate {
	display: block;
	margin: 20px auto 20px auto;
}


.mobile-hide {display: none;}
.mobile-show-ib {display: inline-block;}
.mobile-show {display: block;}

.information-menu {
	padding: 26px 0 25px 0;
	margin: -2px 0 0 0;
}

.mid-msg {
	color: #929292;
	font-size: 18px;
	margin: 10px 0 0 0;
}

.information-container {
	max-width: 270px;
}

.registry-text {
	margin: 20px 10px 20px 10px;
}

}

/*** NARROW ***/
.narrow-show, .narrow-show-ib {display:none;}
@media screen and (max-width: 750px) {

.narrow-hide {display: none;}
.narrow-show-ib {display: inline-block;}
.narrow-show {display: block;}

}

