html, body {
	background: #171717;
	margin: 0;
	height: 100%;
}
.content {
	margin-top: -47px;
	font-size: medium !important;
	width: auto !important;
	padding: 0 !important;
}
.anim-fast {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blur {
	filter: blur(3px) grayscale(100%);
	-webkit-filter: blur(3px) grayscale(100%);
	-moz-filter: blur(3px) grayscale(100%);
	-o-filter: blur(3px) grayscale(100%);
	-ms-filter: blur(3px) grayscale(100%);
}

#wrapper {
	height: 100%;
}

.above-the-fold {
	height: 100%;
}

.download {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -245px;
	text-align: center;
	width: 49%;
}
input[type="text"], select {
    display: block;
    padding: 6px 8px;
    border-radius: 5px;
    border: 2px solid #C0C0C0;
    margin: 8px auto;
    font-size: 12pt;
    width: 330px;
}
select {
    width: 350px !important;
}
.subtitle {
	color: #c0c0c0;
	font-family: "Open Sans Light", "lucida grande", "Segoe UI", Arial, Verdana, "lucida sans unicode", Tahoma, sans-serif;
	font-size: 1.2em;
	margin: 4px 0 15px 0;
}

.error {
	border: 2px solid #ff0000 !important;
}
#email_suggestion {
	color: #C0C0C0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 4px auto 12px auto;
	width: 351px;
	text-align: right;
}
#email_suggestion a {
	font-style: italic;
}

.download {
	font-family: Tahoma, Geneva, sans-serif;
	color: #C0C0C0;
}
.download .testimonials {
	border: 1px dotted #303030;
	padding: 0 16px 4px 16px;
	margin: 0 0 20px 0;
	width: 392px;
}
.download .testimonials p {
	color: #a0a0a0;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
}
.download .testimonials p:first-of-type {
	margin-top: 16px !important;
}
.download .testimonials .quote-attr {
	color: #707070;
}
.download .border_box {
	border: 1px solid #303030;
	padding: 0 16px 4px 16px;
	margin: 0 0 20px 0;
	width: 392px;
}
.download .border_box p {
	text-align: center;
	font-size: 0.8em;
}
.download ul {
	list-style-type: none;
	padding: 0;
	font-size: 0.8em;
}
.download li {
	margin-bottom: 8px;
}
.download .wrapper {
	text-align: left;
	margin: 0 auto;
	display: inline-block;
}
.download label {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.download input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	cursor: pointer;
}
.download input[type=checkbox] ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0c8";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #575757;
    width: 1.4em;
}
.download input[type=checkbox]:checked ~ label:before  {
    content: "\f14a";
    font-size: 1.2em;
    color: #C0C0C0;
    letter-spacing: 5px;
}
.download .check_all {
	font-size: 0.8em;
    color: #575757;
}
.download .disabled {
	color: #404040;
}
#step-2 {
	display: none;
}

.button-start {
	display: block;
	margin: 0 auto;
	border: 0 none;
	outline: 0 none;
	background: #A6D785;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #404040;
	cursor: pointer;
	box-shadow: 0 0 10px #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	width: 351px;
	z-index: 4;
}
.button-start:hover {
	box-shadow: 0 0 10px #000;
	background: #608341;
	color: #303030;
}
.button-start:active {
	background: #000;
}
.button-start::-moz-focus-inner {
	border: 0;
}
#button-next {
	margin-top: 16px !important;
	width: 100% !important;
}

.alternatives {
	color: #a0a0a0;
	font-size: x-small;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
}

.alternatives a:link, .alternatives a:visited, .alternatives a:active,
#email_suggestion a:link, #email_suggestion a:visited, #email_suggestion a:active {
	text-decoration: underline;
	color: #608341;
}
.alternatives a:hover,
#email_suggestion a:hover {
	color: #81AC59;
}

/*** Code ***/
.code {
	position: absolute;
    min-width: 520px;
    width: 49%;
    overflow: hidden;
    top: 47px;
    bottom: 0;
}
@media screen and (min-height: 801px) {
	.code {
		font-size: 1.2em;
	}
}
.code-bg {
	position: absolute;
	top: 47px;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	width: 50%;
}
.code pre {
	position: relative;
	padding: 8px;
	margin: 0;
	color: #d1d1d1;
}

/*** Syntax Highlighting ***/
.code pre .comment {
    color: #9999a9;
}

.code pre .keyword {
    color: #e66170;
    font-weight: bold;
}

.code pre .semicolon {
    color: #b060b0;
}

.code pre .operator {
    color: #d2cd86;
}

.code pre .number {
    color: #008c00;
}

.code pre .string {
    color: #00c4c4;
}

.code pre .quote {
    color: #02d045;
}

/*** Footer ***/
.home_copyright {
	position: absolute;
	bottom: 4px;
	right: 4px;
	
	color: #4F4F4F;
	font-size: 0.6em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
}
.home_copyright a,
.home_copyright a:link,
.home_copyright a:visited {
	color: #4F4F4F;
	text-decoration: underline;
}
.home_copyright a:hover {
	color: #608341;
	text-decoration: underline;
}

/*** Operating System Icon Sprites ***/
.os-sprite-16x16 {
    background-image: url("//onux.r.worldssl.net/jspp/assets/downloads/os_sprites_16x16.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.os-sprite-16x16_apple {
    width: 16px;
    height: 16px;
    background-position: -5px -5px;
}

.os-sprite-16x16_linux {
    width: 16px;
    height: 16px;
    background-position: -31px -5px;
}

.os-sprite-16x16_windows {
    width: 16px;
    height: 16px;
    background-position: -5px -31px;
}

/*** Download popup ***/
#download_popup_bg {
	position: absolute;
	z-index: 5000;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: #000;
	visibility: hidden;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	
	-webkit-transition: opacity 0.25s ease-in-out;
}
#download_popup_bg.fadein {
	width: 100%;
	height: 100%;
	visibility: visible;
	
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
}

#download_popup {
	position: absolute;
	z-index: 5001;
	left: 50%;
	top: 50%;
	width: 500px;
	color: #fff;
	visibility: hidden;
	margin: -120px 0 0 -250px;
	background: #171717;
	padding: 16px;
	border: 2px solid #fff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	color: #a0a0a0;
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	
	-webkit-transition: opacity 0.25s ease-in-out;
}
#download_popup_close {
	position: absolute;
	right: -18px;
	top: -18px;
	cursor: pointer;
}
#download_popup .logo,
#download_popup button {
	display: block;
	margin: 0 auto;
}
#download_popup.fadein {
	visibility: visible;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}
#download_popup button {
	display: none;
}
#download_popup.fadein button {
	display: block;
}
#download_popup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#download_popup input[type="radio"],
#download_popup label {
	cursor: pointer;
}
#download_popup textarea {
	resize: none;
	background: #C0C0C0;
	width: 100%;
	height: 150px;
	margin-bottom: 8px;
}

#download_popup_page2,
#download_popup_page3 {
	display: none;
}
#download_popup_page2 a,
#download_popup_page2 a:visited {
	color: #608341;
	text-decoration: underline;
}
#download_popup_page2 h3 {
	text-align: center;
}
#download_popup_page2 .privacy-notice {
	text-align: center;
	margin-top: 2em;
}
#download_popup_page2 .email-info {
	margin-bottom: 2em;
}
#download_popup_page2 .spacer {
	margin-bottom: 1em;
}
#join-mailing-list {
	font-size: 1.1em;
}