@charset "UTF-8";
@import url("Aliquam/stylesheet.css");
@import url("AliquamRit/stylesheet.css");
@import url("AliquamREG/stylesheet.css");
@import url("Aliquamulti/stylesheet.css");
@import url("Ubuntu_L/stylesheet.css");
@import url("Ubuntu_M/stylesheet.css");
@import url("Yantramanav/stylesheet.css");

body {
	background-color: #272727;
	color: #D0D0D0;
	font-family: "Ubuntu L";
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	word-spacing: 1px;
	line-height: 140%;
}

.center-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.redirect {
	display: block;
	font-size: 26px;
}

.navigation {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
}

.navigation ul {
	padding: 0px;
	margin: 0px;
}

.navigation li {
	display: block;
	margin-right: 40px;
	font-size: 20px;
	float: left;
}

.navigation li.disabled a {
	text-decoration: line-through;
	color: #7D7D7D;
}

.navigation a:hover {
	color: white;
}

.colorized {
	color: #bcd9ff;
}

.warning-red {
	background-color: rgba(216,0,3,1.00);
	color: white;
	font-size: 60px;
	text-align: center;
	display: block;
	height: 76px;
	padding-top: 34px;
	margin-bottom: 30px
}

.warning {
	width: 430px;
	margin: auto;
}

.warning .text {
	font-size: 14px;
}

a {
	color: #D0D0D0;
	text-decoration: none;
}

a.color {
	color: rgba(186,38,120,1.00);
}

a.color:hover {
	color: rgba(206,58,140,1.00);
}

.text a {
	color: #ff68bb;
}

.text a:hover {
	color: rgba(206,58,140,1.00);
}

.warning a {
	color: rgba(255,0,114,1.00);
}

label {
	cursor: pointer;
}

input {
	cursor: pointer;
}

div.submit {
	width: 230px;
	height: 56px;
	display: block;
	margin: 30px auto 30px auto;
	padding-top: 30px;
	background-color: rgba(56,56,56,1.00);
	color: rgba(149,149,149,1.00);
}

div.submit.enabled {
	background-color: rgba(0,173,21,1.00);
	color: white;
	cursor: pointer;
}

.form {
	margin-top: 30px;
}

.h3 {
	letter-spacing: 3px;
	font-size: 40px;
	font-family: Yantramanav-Thin;
	margin: 0px;
	height: 40px;
	padding-top: 12px;
	background-color: #761A4D;
	color: white;
}

.main {
	margin: auto;
	width: 896px;
	display: block;
}

.section {
	clear: both;
	display: block;
	margin-bottom: 20px;
/*	border: 1px solid red; */
	position: relative;
}

.item {
	float: left;
	width: 284px;
	height: 284px;
	display: block;
/*	border: 1px solid yellow; */
	overflow: hidden;
	opacity: .8;
}

.item:hover {
	opacity: 1.0;
}

.item2 {
	width: 400px;
	display: block;
/*	border: 1px solid yellow; */
	float: left;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
	position: relative;
}

.item1 {
	padding: 0px 20px 0px 20px;
}

.item2.right{
	float: right;
}

.gallery .item2 {
	background-color: red;
	width: 438px;
	overflow: hidden;
	padding: 0px;
	height: 246px;
	opacity: .8;
}

.gallery .item2:hover {
	opacity: 1;
}

.itemrow {
	display: block;
/*	border: 1px solid yellow; */
}

.item.left {
	float: left;
}

.middle {
	float: none;
	margin: auto;
	clear: none;
}

.item.right {
	float: right;
}

.itemrow {
	height: 40px;
	margin-bottom: 20px;
}

.text, .title {
	/* text-align: justify; */
	text-align: left;
	font-size: 18px;
}

.text h2 {
	display: block;
	background-color: rgba(0,0,0,.2);
	padding: 5px 10px 5px 10px;
	margin-left: -10px;
}

.text h3 {
	/* text-decoration: underline; */
	font-size: 24px;
	/* border-bottom: 5px solid #761A4D; */
	background-color: #383838;
	padding: 3px 5px;
	margin-left: -5px;
}

.text h4 {
	text-decoration: underline;
}

.item .title {
	text-align: center;
	position: absolute;
	width: 284px;
	top: 120px;
	color: white;
	background-color: #1A1A1A;
}

.item .text {
	display: none;
}

.item:hover .title {
	top: 0px;
	background-color: rgba(0,0,0,0.67);
}

.item:hover img {
	display: none;
}

.mainvid {
	height: 504px;
	background-size: cover;
}

.mainvid .image {
	background:url(bg4.jpg) no-repeat;
	background-size: cover;
	display: block;
	height: 504px;
	position: absolute;
	width: 894px;
	z-index: 1;
}

.mainvid video {
	width: 896px;
}

.vidtext {
	margin-top: 180px;
	width: 896px;
	z-index: 1;
	opacity: 1;
	color: white;
	position: absolute;
}

.button {
	display: block;
	position: absolute;
	z-index: 2;
	background-color: rgba(118,26,77,1.00);
	padding: 10px;
	width: 150px;
	color: white;
	font-size: 18px;
	left: 20px;
	bottom: 20px;
	cursor: pointer;
}

.download-button {
  background-color: rgb(26, 118, 97);
  padding: 10px;
  width: 225px;
  display: block;
  color: white;
}

.download-options {
	padding: 10px;
	margin: -10px -10px 0px 0px;
	float: right;
}

.download-options a {
	margin-left: 5px;
	margin-right: 5px;
}

.download-button:hover .download-options {
	background-color: rgb(59, 186, 157);
}

.download-button a {
  color: white;
}

a.download-button {
  color: white;
}

.download-button a:hover {
  color: black;
}

a.download-button:hover {
  background-color: rgb(59, 186, 157);
  color: white;
}

a.download-button.tutorial {
  background-color: rgb(118, 26, 77);
  padding: 10px;
  width: 225px;
  display: block;
  color: white;
}

a.download-button.tutorial:hover {
  background-color: rgb(174, 35, 112);
  color: white;
}

#container {
	height: 540px;
	z-index: 1;
}

.trailer {
	/*bottom: 80px;*/
	background-color: rgba(203, 128, 0, 1);
}

.trailer:hover {
	background-color: rgba(245, 176, 59, 1);
}

.tutorial {
	background-color: rgba(66, 97, 37, 1);
	/*bottom: 20px;*/
	left: 210px;
}

.button.download {
	font-size: 25px;
	width: 280px;
	padding: 18px;
	left: 17px;
	bottom: 12px;
	background-color: rgb(38, 155, 189);
}

.button.download:hover {
	background-color: rgb(50, 191, 232);
}


.tutorial:hover {
	background-color: rgba(99, 145, 55, 1);
}

.patreon {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 64px;
	height: 64px;
	background-image:url(patreon.png);
	background-repeat: no-repeat;
/*	border: 1px solid purple; */
	z-index: 2;
}

#infobox {
	padding: 20px;
	width: 244px;
	display: none;
	position: absolute;
/*	border: 1px solid green; */
	background: rgba(21,21,21,1.00);
	border-top: 10px solid rgba(118,26,77,1.00);
	color: white;;
	font-size: 16px;
	text-align: left;
	z-index: 2;
}

.itemlink {
	display: block;
	float: left;
	width: 284px;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
	text-align: center;
	cursor: pointer;
	opacity: .8;
}

.itemlink:hover {
	opacity: 1;
}

.itemlink.right {
	float: right;
	margin-right: 0px;
}

.openemail {
	color: rgba(186,38,120,1.00);
	cursor: pointer;
}

.openemail:hover {
	color: rgba(206,58,140,1.00);
}

.jobimage {
	margin-top: 23px;
}

.text.align-left {
	text-align: left;
}

.thanks-avatar {
	float: left;
	margin-right: 20px;
}

.copyright {
	margin-top: 100px;
	font-size: 10px;
	text-align: center;
	opacity: .6;
}

.message {
	border: 4px solid #B35B00;
	text-align:center;
	font-size: 22px;
	padding: 10px;
	font-weight: bold;
}

.serial-key-message {
	cursor: pointer;
	text-decoration: underline;
}

.ui-tooltip {
	font-size: 14px;
	padding: 5px;
	text-align: left;
	background-color: #272727;
	line-height:18px;
	background-image: none;
}

.inactive {
   pointer-events: none;
   cursor: default;
   filter: grayscale(100%) blur(5px);
}

label {
	user-select: none;
}

.section-select {
	border-bottom: 1px solid #D0D0D0;
	font-size: 30px;
	font-family: Aliquam;
}

.section-select a {
	width: 250px;
	display: inline-block;
	border: 1px solid #272727;
	border-bottom: 1px solid #D0D0D0;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: -1px;
	font-size: 30px;
	font-family: Aliquam;
}

.section-select a:not(.selected):hover {
	border: 1px solid #D0D0D0;
	color: #272727;
	background-color: #D0D0D0;
}

.section-select a.selected {
	border: 1px solid #D0D0D0;
	border-bottom: 1px solid #272727;
}

.hidden {
	display: none;
}

p.small {
	font-size: 14px;
}

.section p.title {
	background-color: #151515;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0px 5px;
}

.note-text img {
	max-width: 851px;
}

a.big-button {
	/* background:linear-gradient(to bottom, #f96754 5%, #ff7566 100%); */
	background-color:#f96754;
	border:1px solid #993300;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:32px 76px;
	text-align: center;
	text-decoration:none;
	text-shadow:2px 1px 0px #2f6627;
}

a.big-button:hover {
	/* background:linear-gradient(to bottom, #ff7566 5%, #f96754 100%); */
	background-color:#ff7566;
	color:#ffffff;
}

a.big-button:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

div.nsfw-toggle {
	position: relative;
}

.nsfw {
	filter: blur(24px) brightness(25%);
}

div.nsfw-toggle span {
	filter: blur(0);
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,.7);
	padding: 25px 0px 25px 0px;
	font-size: 22px;
	top: 45%;
	cursor: pointer;
	z-index: 1;
}