h1 {
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.05em;
	margin-bottom: 0.5em;
}

.feature a {
	text-decoration: none;
}

.separator {
	border-top: 1px solid #E6E6E6;
	width: 80%;
	margin: 2em auto;
}

#header-wrapper {
	background-image: url("images/overlay.png"), url("images/header.svg"), -moz-linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-image: url("images/overlay.png"), url("images/header.svg"), -webkit-linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-image: url("images/overlay.png"), url("images/header.svg"), -ms-linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-image: url("images/overlay.png"), url("images/header.svg"), linear-gradient(75deg, #1d1720 15%, #195860 55%);
	background-color: #195860;
}

.image.featured {
	margin-bottom: 1em;
}

.fineprint {
	font-size: 0.8em;
	color: #808080; 
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #fff;
	background-color: #3275c1;
}

.modal {
	position: fixed;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}

.playerbox {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	bottom: auto;
	margin-top: -222px;
	max-width: 640px;
	left: 0;
	right: 0;
	box-shadow: 8px 8px 0px rgba(0,0,0,0.6);
	overflow: visible;
}

.playerbox .controls {
	margin: 0 auto 0 auto;
	max-width: 640px;
	line-height: 45px;
	position: relative;
}

.playerbox select {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
}

.playerbox .close {
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

.playerbox iframe {
	margin: 0 auto;
	max-width: 640px;
	max-height: 480px;	
}
.transparent20 {
    background: linear-gradient(transparent 20%, white 20%, white 20%, white 20%, white 20%);
}
.videoWrapper {
	margin: 0 auto;
	position: relative;
}
.videoWrapper > div {
	height: 0;
	padding-bottom: 75%; /* 640x480 */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Apps page */
.apps .topline .button {
	padding: 0.32em 0.8em;
	margin: 0.2em 0;
	border: 0;
	font-size: 0.7em;
	color: #42474c;
	background-color: #fff;
}

/* Hidden Beauty Page */

.hidden-beauty .topline .button {
	color: #42474c;
	background-color: #fff;
}
.hidden-beauty .videoWrapper {
	padding: 0 5% 0 5%;
}
.hidden-beauty .videoWrapper > div {
}
.hidden-beauty html {
	overflow-y:scroll;
}
.hidden-beauty .hero {
	background-color: #249db4;
	background-image:url(/zh/img/hero.jpg);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
}
.hidden-beauty .topline h2 {
	color: white;
}
.hidden-beauty .topline {
	padding: 0 30px 50px 30px;
}
.hidden-beauty .indent {
	padding-left: 5%;
}

.hidden-beauty h2 { color:white; }


@media screen and (max-width: 820px) {
	.hidden-beauty .videoWrapper {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	.apps .topline .button {
		padding: 0.6em 0.8em;
		margin: 0;
	}
}

@media screen and (max-height: 525px) {
	.playerbox {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		margin-top: 45px;
		height: auto;
	}
	.videoWrapper {
		height: 100%;
		max-width: none;
	}
}
