body {
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica", sans-serif;
	line-height: 1.5;
	background-color: rgb(240, 240, 240);
}

#menu {
	background: rgb(80, 80, 80);
	width: 100%;
	height: 40px;
	color: white;
}

#footer {
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
	font-size: 85%;
	text-align: center;
	color: #aaa;
}

#menu a {
	display: inline-block;
	height: 100%;
	padding-left: 28px;
	padding-right: 28px;
	text-decoration: none;
	line-height: 40px;
	color: white;
	text-shadow: 0px 1px black;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

#menu a:hover {
	color: rgb(160, 200, 255);
}

#menuContainer {
	text-align: center;
	height: 100%;
	margin: auto;
}

#main {
	margin: 0 auto 0 auto;
	padding: 60px;
	padding-top: 40px;
	width: 800px;
	background: white;
}

#main.narrow {
	width: 600px;
}

.section {
	float: left;
	width: 100%;
	clear: both;
}

a {
	text-decoration: none;
	color: rgb(0, 110, 150);
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 275%;
	margin: 0;
	padding: 0;
	color: #ccc;
}

h2 {
	color: #aaa;
}

h3, h4 {
	color: #666;
}

h4 {
	font-weight: bold;
	font-size: inherit;
	margin-bottom: 0;
	margin-top: 40px;
}

h1 + p {
	margin-top: 6px;
}

h2 + p {
	margin-top: -10px;
}

#main > h2:first-child, #main > .post:first-child h2 {
	margin-top: 0;
}

strong, b, th {
	color: rgb(80, 80, 80);
}

#topbox {
	text-align: center;
}

#intro {
	width: 620px;
	min-height: 200px;
	margin-left: 60px;
}

.icon {
	width: 180px;
	height: 180px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#buyBox {
	display: inline-block;
	margin: 5px 0 15px 0;
}

#shareBox {
	color: white;
	float: right;
	margin-right: -55px;
	height: 30px;
	margin-top: -30px;
}

#sharebox a {
	color: white;
}

#screenshot {
	height: 575px;
	margin: 0 -60px 0 -60px;
	width: 920px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	-webkit-transition: background-image 0.2s ease-in-out;
	-moz-transition: background-image 0.2s ease-in-out;
	-o-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#thumbs {
	margin: 0 -60px 0 -60px;
	width: 920px;
	height: 116px;
	background-color: #ccc;
}

#thumb_images {
	text-align: center;
}

#thumb_images a {
	position: relative;
}

#thumbs img {
	height: 78px;
	width: 125px;
	margin-top: 18px;
	margin-left: 2px;
	margin-right: 2px;
	border: 3px solid white;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  0 2px 1px rgba(0, 0, 0, 0.3);
}

#thumb_images div.arrow {
	position: absolute;
	bottom: 87px;
	left: 57px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}

.green {
	color: green;
}

.langtable tr:nth-child(even) {
	background-color: rgb(245, 245, 245);
}

ul.columns {
	padding: 0;
	columns: 6;
	-webkit-columns: 6;
	-moz-columns: 6;
	-o-columns: 6;
}

.columns li {
	list-style: none;
	margin-left: 0;
}

ul.featurelist {
	padding: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
}

.check {
	color: green;
	font-size: 125%;
}

.x {
	color: #bbb;
}

ul.faq {
	list-style: none;
	padding-left: 0;
}

h2 + .date {
	margin-top: -20px;
}

.date {
	font-size: 80%;
	color: #999;
}

code {
	font-size: 100%;
	background: rgb(240, 240, 240);
	border: 1px solid rgb(210, 210, 210);
	padding-left: 5px;
	padding-right: 5px;
}

.dark {
	background-color: #222731;
	color: #aaa;
	clear: both;
}

.dark h2 {
/* 	color: white; */
	font-family: "HelveticaNeue-UltraLight", "HelveticaNeue-Light", "Helvetica", sans-serif;
}

.dark strong {
	color: #bbb;
}

.featurecheck {
	font-size: 110%;
	margin-right: 5px;
}

.newlist {
	font-size: 90%;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	padding-left: 20px;
	padding-right: 20px;
}

.newlist li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}

.post {
	margin-left: -60px;
	margin-right: -60px;
	padding-left: 60px;
	padding-right: 60px;
}

.post_content {
	font-size: 95%;
}

.post_content h2, .post_content h3, .post_content h4 {
	font-weight: bold;
	color: rgb(80, 80, 80);
}

.post_content h2:first-child, .post_content h3:first-child, .post_content h4:first-child {
	margin-top: 0;
}

.post + .post {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid rgb(230, 230, 230);
}

#paymentOptions {
	z-index: 10000;
	position: fixed;
	width: 160px;
	height: 60px;
	bottom: 8%;
	left: 50%;
	margin-left: -80px;
	font-family: "HelveticaNeueMedium","HelveticaNeue-Medium","Helvetica Neue Medium","HelveticaNeue","Helvetica Neue",Helvetica,Arial;
	font-size: 15px;
	text-align: center;
	text-shadow: 0 2px 10px black;
}

#paymentOptions a {
	text-decoration: underline;
	color: white;
	display: block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

#paymentOptions a:hover {
	color: rgb(180, 220, 255);
}

table.ordertable th, .ordertitle {
	font-size: 90%;
	text-align: left;
}

.ordertitle {
	display: block;
	margin-bottom: 3px;
}

#orders .ordertable {
	margin-bottom: 10px;
}

#orders {
	margin-bottom: -10px;
}

table.ordertable td {
	vertical-align: bottom;
}

input#code, input.email {
	width: 180px;
}

input:not([type]), input[type="email"], textarea {
	border: 1px solid #ccc;
	padding: 3px;
	padding-bottom: 2px;
	font-size: 75%;
}

.license {
	border: 1px solid rgb(230, 230, 230);
	padding: 20px;
	padding-left: 15px;
	padding-right: 20px;
	background-color: rgb(253, 253, 253);
	margin-top: 20px;
	margin-bottom: 20px;
}

.license .product {
	color: rgb(140, 140, 140);
}

.license .key {
	font-weight: bold;
	margin-top: 8px;
}

.license img {
	float: left;
	margin-right: 10px;
	width: 82px;
	height: 82px;
}

.error {
	display: block;
	font-size: 80%;
	color: red;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loader {
	background-color: #333;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid rgb(140, 140, 140);
	width: 20px;
	height: 20px;
	margin-left: -20px;
	margin-top: -60px;
	-webkit-box-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 2px 34px rgba(0, 0, 0, 0.3);
	box-shadow:  0 2px 34px rgba(0, 0, 0, 0.3);
}

.contact {
	width: 456px;
}

@media screen and (max-device-width: 640px) {
	body, tbody, #footer {
		font-size: 150%;
	}
	
	input, select, button, textarea {
		zoom: 1.75;
	}
	
	input.email {
		width: 80%;
	}
	
	#main, #main.narrow {
		width: auto;
	}
	
	#menu {
		font-size: 160%;
		height: 80px;
	}
	
	#menu a {
		line-height: 80px;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	#menu a.twitter {
		display: none;
	}
	
	#topbox {
		zoom: 1.4;
		margin-bottom: 60px;
	}
	
	#intro {
		width: auto;
		margin-left: 0;
	}
	
	h1 {
		color: rgb(160, 160, 160);
		font-size: 200%;
	}
	
	h2, h3 {
		color: inherit;
		font-size: 200%;
	}
	
	.icon {
		margin-left: -20px;
		margin-top: 80px;
		padding-bottom: 40px;
	}
	
	#buyBox {
		display: none;
	}
	
	.featureimage {
		padding-top: 60px;
	}
	
	.dark {
		font-size: 80%;
	}
	
	.dark h2 {
		color: white;
		font-size: 250%;
		margin-top: 0;
	}
	
	#shareBox {
		font-size: 16px;
	}
	
	#thumbs {
		height: 394px;
	}
	
	#thumbs img {
		width: 250px;
		height: 156px;
	}
	
	#thumb_images div.arrow {
		display: none;
	}
	
	table {
		width: 100%;
	}
	
	.contact {
		width: 100%;
	}
}