body, html {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

body {
	background: #1e1764 url(../img/Space_background.jpg) fixed;
	background-size: cover;
}

.bg-code {
	background: #464545 url(../img/QuickReply-code.png) no-repeat fixed;
	background-size: cover;
	position: relative;
}

.bg-code .container {
	padding-top: 120px;
	padding-bottom: 120px;
}

#page-footer, #qr_postform {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
	color: #eee;
}

body #page-footer {
	padding: 0 !important;
	margin: 0 !important;
}

h1 {
	margin-top: 0;
}

p {
	margin-bottom: 0;
	text-align: justify;
	font-size: 1.1em;
}

#qr_postform textarea::-webkit-input-placeholder {
	opacity: 1;
}

#qr_postform textarea::-moz-placeholder {
	opacity: 1;
}

#qr_postform textarea:-moz-placeholder {
	opacity: 1;
}

#qr_postform textarea:-ms-input-placeholder {
	opacity: 1;
}

.description {
	font-size: 1.2em;
}

section {
	background-color: rgba(10, 10, 10, 0.25);
}

section.description-wrapper {
	background-color: #303030;
}

section.authors-wrapper, section.new-features-wrapper {
	background-color: rgba(17, 17, 35, 0.7);
}

.version-wrapper {
	background-color: rgba(3,5,45,0.95);
}

section img.description-image {
	float: left;
	width: 400px;
	box-shadow: 0 10px 55px -20px #eee;
}

section .description-text {
	float: left;
	padding-left: 20px;
	padding-right: 0;
	max-width: 490px;
}

section.description-wrapper .description-text p {
	font-size: 1.1em;
	margin-right: 0;
}

section.description-wrapper:nth-of-type(even) {
	background-color: #464545;
}

section.description-wrapper:nth-of-type(even) img.description-image {
	float: right;
}

section .container h1 {
	text-align: center;
}

section.description-wrapper .container h1 i {
	float: left;
}

section.description-wrapper:nth-of-type(even) .container h1 i {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

section.description-wrapper:nth-of-type(even) .container p {
	margin-left: 0;
	margin-right: 70px;
}

section.description-wrapper:nth-of-type(even) .description-text {
	float: right;
	padding-right: 20px;
	padding-left: 0;
}

section.description-wrapper .row {
	max-width: 890px;
	margin: 0 auto;
}

@media (max-width: 992px) {
	section img.description-image {
		float: none !important;
		margin-bottom: 40px;
		text-align: center;
		width: 100%;
		max-width: 400px;
	}

	section .description-text {
		float: none !important;
		padding: 0 !important;
		max-width: none;
		text-align: center;
	}

	section.description-wrapper .row {
		max-width: none;
		text-align: center;
	}

	section.description-wrapper .container h1 i {
		display: block;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	section.description-wrapper .container p {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.main-intro {
	margin: 0 0 -80px 0;
	min-height: 100vh;
	padding-bottom: 150px;
	text-align: center;
	background-color: rgba(10, 10, 10, 0.25);
	overflow: hidden;
}

.main-intro .main-title {
	text-align: center !important;
	width: 100%;
	margin-top: -110px;
	padding: 50vh 5px 0 5px;
}

.main-intro h1 {
	font-size: 50px;
}

.main-intro p {
	font-size: 18px;
}

.main-intro * {
	text-align: center;
	color: #eeeeee;
}

.main-intro i.fa {
	display: block;
}

.scroll-down-container {
	position: relative;
	padding: 0;
	margin: 0;
}

.scroll-down-wrapper {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

.scroll-down {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 30px;
	padding: 5px 5px;
	margin: 0 auto;
}

.scroll-down span {
	display: inline-block;
}

.scroll-down i.fa {
	display: inline-block;
	padding: 0 10px;
}

.row {
	padding: 0;
	margin: 0;
}

section .container {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-primary .container-primary {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

section .container h1 {
	font-size: 39px;
	line-height: 39px;
}

section .container h1 i {
	box-sizing: border-box;
	margin-right: 20px;
	font-size: 24px;
	padding: 12px;
	width: 50px;
	height: 50px;
	border: 1px solid;
	border-radius: 100%;
	vertical-align: top;
	text-align: center;
}

section .container h1 span:not(:first-child) {
	display: inline-block;
	padding-top: 5px;
}

section.description-wrapper .container p {
	font-size: 1.1em;
	margin-left: 70px;
	margin-right: 0;
}

.row-authors {
	margin-top: 30px;
	margin-bottom: -30px;
}

.row-authors img {
	width: 100px;
	border-radius: 100%;
	margin-bottom: 5px;
}

.author-name, .author-surname {
	font-size: 24px;
	line-height: 30px;
	/*color: #011567;*/
}

.author-description {
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: 30px;
}

.author-description strong {
	font-size: 1.1em;
	color: #d9e5f1;
}

#sources-links {
	text-align: center;
	margin-top: 15px;
}

#qr_postform {
	background: none;
}

#qr_postform .panel {
	border-radius: 0;
}

.qr_extended_form #try-message {
	background-color: #f5f5f5;
}

.qr_extended_form .panel {
	margin-bottom: 0;
}

#qr_action_box {
	color: #303030;
}

#smiley-box-wrapper {
	border-radius: 4px;
	color: #303030;
	background-color: rgba(245, 245, 245, 1.00);
	padding: 5px 10px 10px 10px;
	margin-left: -10px;
}

.copyright {
	font-size: 1.1em;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: rgba(10, 10, 10, 0.25);
}

.donate-buttons {
	display: block;
	padding: 15px 0;
}

.donate-buttons > * {
	display: inline-block;
	vertical-align: top;
}

.donate-buttons > form {
	margin-top: 3px;
	margin-left: 15px;
}

.donate-buttons input[type=image] {
	height: 35px;
}

.version-number {
	display: block;
	background: rgba(44, 44, 90, 0.95);
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
}

.version-number .container {
	padding-top: 0;
	padding-bottom: 0;
}

.version-number ~ .container {
	padding-top: 20px;
	padding-bottom: 70px;
}

.version-number .row > span {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.version-download {
	position: relative;
	display: inline-block;
	float: right;
	padding: 15px;
	color: #fff;
	background-color: #375a7f;
	text-decoration: none;
	vertical-align: top;
	transition: all 0.5s ease;
	margin: 0 26px;
}

.version-download:hover,.version-download:focus {
	text-decoration: none;
	color: #d9e5f1;
	background-color: rgba(55, 90, 127, 0.36);
}

.version-download:before {
	position: absolute;
	top: 0;
	right: 100%;
	content: '';
	border: 26px solid #375a7f;
	border-left-color: transparent;
	border-right: none;
	transition: all 0.5s ease;
}

.version-download:hover:before, .version-download:focus:before {
	border-color: rgba(55, 90, 127, 0.36);
	border-left-color: transparent;
}

.version-download:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	border: 26px solid transparent;
	border-left-color: #375a7f;
	border-right: none;
	transition: all 0.5s ease;
}

.version-download:hover:after, .version-download:focus:after {
	border-left-color: rgba(55, 90, 127, 0.36);
}

.version-info-wrapper {
	padding: 0;
}

.version-info {
	position: relative;
	display: block;
	background: rgba(61, 67, 126, 0.51);
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 24px 20px 24px;
}

.version-info:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	border: 24px solid transparent;
	border-left-color: rgba(61, 67, 126, 0.51);
	border-right: none;
}

.version-info > span {
	position: relative;
	display: inline-block;
	background: rgb(61, 67, 126);
	padding: 15px 10px;
	min-width: 30%;
	text-align: center;
	margin: 0 24px 0 -24px;
}

.version-info > span:before {
	position: absolute;
	top: 0;
	right: 100%;
	content: '';
	border: 24px solid rgb(61, 67, 126);
	border-left-color: transparent;
	border-right: none;
}

.version-info > span:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	border: 24px solid transparent;
	border-left-color: rgb(61, 67, 126);
	border-right: none;
}

.version-info .version-requirement {
	display: inline-block;
	padding: 15px 0;
	margin: 0 15px;
}

.version-description > span {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

.version-description ul {
	padding: 0;
	margin: 0;
}

.version-description ul li {
	position: relative;
	display: block;
	background: rgba(61, 67, 126, 0.51);
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
	margin: 0 24px 20px 0;
	padding: 15px 10px;
}

.version-description ul li:before {
	position: absolute;
	display: block;
	top: 0;
	right: 100%;
	content: '';
	background: linear-gradient(to left top, rgba(61, 67, 126, 0.51) 50%, transparent 50%);
	width: 24px;
	height: 100%;
}

.version-description ul li:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	background: linear-gradient(to right bottom, rgba(61, 67, 126, 0.51) 50%, transparent 50%);
	width: 24px;
	height: 100%;
}

.version-feedback {
	font-size: 1.2em;
}

#donationModal .modal-content {
	background-color: #100e32;
	border: none;
	box-shadow: 0 0 20px -5px #c8c8c8;
}

#donationModal .modal-header {
	text-align: center;
	border-bottom-color: rgba(55, 90, 127, 0.36);
}

#donationModal .modal-footer {
	text-align: center;
	border-top-color: rgba(55, 90, 127, 0.36);
}

#form-donate-rur {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.main-intro h1 {
		font-size: 39px;
	}

	.main-intro .container {
		padding-left: 75px;
	}

	.main-intro i.fa {
		left: 25px;
	}

	.row {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.row h1 {
		text-align: center;
	}

	.container-primary .row h1 {
		margin-left: 0;
	}

	.container-primary h1 span:first-child {
		display: block;
	}

	.container-primary h1 span:first-child i {
		margin-right: 0;
	}

	.container-primary p {
		margin-left: 0;
		margin-right: 0;
	}
}
