@font-face {
	font-family:'PingHei';
	font-style:normal;
	font-weight:200;
	src:url("images/PingHei-light.woff") format("woff"), url("images/PingHei-light.ttf") format("truetype");
	*src:url('');
	/* Copyright (c) 2000-2008, Changzhou SinoType Technology Co., Ltd.  All rights reserved. */
}

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, 
address, cite, code, del, em, img, ins, kbd, q, samp, small, strong, sub, sup, 
var, b, i, dl, dt, dd, ol, ul, li, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, 
footer, header, menu, nav, section, summary, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	background: #fff;
	color: #777;
	font-size: 14px;
}

body, a{
	font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

li {
	list-style-position: inside;
}

.promo {
	position: relative;
	color: #fff;
	background: url(../images/bg_3.jpg) center -360px repeat-x #333;
	overflow: hidden;
	text-align: center;
	background-size: cover;
}

.overview .promo {
	background-position: center bottom;
}

#header {
	margin: 0 auto;
	max-width: 960px;
	text-align: center;
}

.promo > #header > .logo {
	background-image: url('images/maipo_logo.png');
	background-size: 172px 30px;
	width: 172px;
	height: 30px;
	margin-bottom: -2px;
	display: inline-block;
	margin-top: 37px;
	text-indent: -9999px;
}

.nav {
	display: block;
	bottom: 0;
	margin: 10px 0 0;
	-webkit-backface-visibility: hidden;
	font-size: 14px;
	margin-bottom: 37px;
}
.nav > li {
	list-style-type: none;
	display: inline-block;
	margin: 0 8px;
}

.nav > li > a {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.6;
	text-shadow: 0px 1px 8px rgba(0,0,0,0.6);
	cursor: pointer;
	padding: 0;
}
.nav > li > a:hover {
	opacity: 0.8;
	text-decoration: underline;
	background:none;
}
.nav > li > a.active {
	opacity: 1.0;
	font-weight: 700;
}
.nav > li > a.active:hover {
	text-decoration: none;
}

.promo-header {
	margin: 80px 10px 25px;
	font-size: 40px;
	text-shadow: 0px 1px 20px rgba(0,0,0,0.6);
	color: #fff;
	border: none;
	padding: 0;
	font-weight: 100;
}

.download-button {
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background-color: #3582df;
	background-image: -moz-linear-gradient(#45b3f3 0%, #45b3f3 100%);
	background-image: -webkit-linear-gradient(#45b3f3 0%, #45b3f3 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b3f3', endColorstr='#3582df')";
	border-radius: 4px;
/* 	box-shadow: 0 1px 2px rgba(0,0,0,0.3); */
	margin: 0 0 10px;
	padding: 12px 20px 14px 20px;
	font-size: 17px;
	-webkit-backface-visibility: hidden;
	font-weight: normal;
	color: #fff;
}

.download-button:hover {
	color: #fff;
	background-image: -moz-linear-gradient(#56bdf9 0%, #56bdf9 100%);
	background-image: -webkit-linear-gradient(#56bdf9 0%, #56bdf9 100%);
	border-radius:4px
}

.download-info {
	margin: 0 0 70px;
}

.direct-download {
	margin: 0 0 80px;
	-webkit-backface-visibility: hidden;
	font-size: 13px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.4);
	padding-right: 10px;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.direct-download:hover {
	text-decoration: underline;
}

.download-requirements {
	-webkit-backface-visibility: hidden;
	opacity: 0.7;
	font-size: 13px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.4);
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.section-shadow {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
	height: 9px;
	background: url(images/section-shadow.png) repeat-x 0 bottom;
}

.promo-screenshot {
	margin-bottom: -30px;
}

.wrapper {
	margin: 0 auto;
	max-width: 920px;
	padding: 80px 4px 20px;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, 
only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.promo > #header > .logo {
		background-image: url('images/maipo_logo@2x.png');
	}

	.section-shadow {
		background-image: url(images/section-shadow@2x.png);
		background-size: 3px 9px;
	}
}


/* ############# Features ############ */

.intro {
	margin: 0px 0 35px 0;
	padding: 55px 0 30px;
	font-weight: 300;
	color: #000;
	line-height: 1.5;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 20px;
}

.columns.features{
	width: 920px;
	float: left;
	margin-bottom:30px;
}

.columns.threecols .column{
	float:left;
	width:280px;
	margin-left:40px;
	text-align: center;
}
.columns.threecols .column.first{
	margin-left:0;
}

.feature {
	width: 260px;
	height: 150px;
	background-size: 260px 150px;
	display: inline-block;
	border-radius: 8px;
}

.feature.accounts {
	background-image: url(../images/features/accounts.jpg);
}

.feature.columns {
	background-image: url(../images/features/columns.jpg);
}

.feature.filters {
	background-image: url(../images/features/filters.jpg);
}

.feature.notification {
	background-image: url(../images/features/notification.jpg);
}

.feature.retina {
	background-image: url(../images/features/retina.jpg);
}

.feature.gestures {
	background-image: url(../images/features/gestures.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, 
only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.feature.accounts {
		background-image: url(../images/features/accounts@2x.jpg);
	}

	.feature.columns {
		background-image: url(../images/features/columns@2x.jpg);
	}

	.feature.filters {
		background-image: url(../images/features/filters@2x.jpg);
	}

	.feature.notification {
		background-image: url(../images/features/notification@2x.jpg);
	}

	.feature.retina {
		background-image: url(../images/features/retina@2x.jpg);
	}

	.feature.gestures {
		background-image: url(../images/features/gestures@2x.jpg);
	}
}

.mini-screen{
	padding-bottom:35px;
	line-height:1px;
	text-align:center;
}

.features h3 {
	margin:-15px 0 -5px 0;
	font-size:16px;
}

.features p {
	margin:15px 0;
	font-size:14px;
	color:#444;
	line-height:1.4;
}

.features em {
	font-weight: bold;
	font-style: italic;
}

.features.last {
	padding-bottom: 40px;
}

.acknowledgements {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.acknowledgements h4 {
	font-size: 20px;
	color: #000;
	padding-bottom: 15px;
}
.acknowledgements p {
	color: #333;
	line-height: 24px;
}
.acknowledgements a {
	color: #3B95C6;
	text-decoration: none;
}
.acknowledgements a:hover {
	color: #58A3F1;
}

/* ######### Footer ######### */

#footer {
	clear:both;
	padding:50px 0;
	color:#777;
	background:#222;
	margin: 60px 0 0;
	font-size: 16px;
}

#footer .wrapper {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-nav {
  display: inline-block;
  margin: 8px 0 0;
  padding-bottom: 5px;
}

.footer-nav li {
  list-style-type:none;
  float:left;
  margin:0;
  padding:0 15px 0 0;
  line-height:1;
}

#footer a {
	color:#777;
	text-decoration:none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration:underline;
}

.copyline {
	right: 0;
	top: 5px;
	float: right;
}

.copyinfo {
	text-align: right;
	margin: 8px 0 0;
}

.copyinfo p {
	margin: 0;
	padding: 0 0 3px 0;
}




h1 {
  margin:0 0 15px;
  font-size:33px;
  color:#000;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.release-notes > ul > li header
{
	height: 44px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.release-notes > ul > li header span {
	line-height: 44px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.release-notes ul.change-items li {
	border-bottom: 0 none;
}

.release-notes ul.change-items li span {
	margin-top: 12px;
	margin-bottom: 12px;
}
.release-notes ul.change-items li p {
	font-size: 18px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.donating {
	padding-bottom: 40px;
}
.donating p {
	padding: 10px 0;
}

.donates h1 {
	text-align: center;
}
.donates p {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.donates p a.donate-button {
	margin-top: 20px;
	margin-bottom: 70px;
}
.donates-list {
	padding-top: 20px;
	list-style: none;
	margin-bottom: 40px;
	overflow: auto;
}
.donates-list li {
	width: 33%;
	font-size: 18px;
	line-height: 36px;
	color: #333;
	text-align: center;
	float: left;
}

#recapcha-wrapper {
	padding: 30px 0;
}
.recaptchatable #recaptcha_response_field {
	height: 24px;
	line-height: 24px;
}
