@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  src: local('VT323'), local('VT323-Regular'), url(../fonts/vt.woff) format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato400.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/lato700.woff) format('woff');
}

body, html {
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

p { color: #444444; font-family: inherit; font-weight: normal; font-size: 16px; line-height: 1.6; margin-bottom: 17px; }
p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }

.intro-header {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000;
	text-align: center;
}

.intro-message {
	position: relative;
	padding-top: 20%;
	padding-bottom: 20%;
}

#message {
	background-color: #000;	
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	color: #e2e2e2;

}

.intro-divider {
	width: 600px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	color: #e2e2e2;
}

#terminal {
	position: absolute;
	color: green;
	float: left;
	text-align: left;
	margin-left: 50px;
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	.intro-divider {
		width: 100%;
	}
        
	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}
       
        
}

@media (max-width: 986px){
    
	ul.login-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.login-social-buttons > li:last-child {
		margin-bottom: 0;
	} 
    
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 80px 0;
	min-height: 600px;

}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 80px 0;
	min-height: 600px;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 280px;
	float: left;
}

.link{
    cursor: pointer;
}

.faq-buttons-intro {
    margin-top: 70px;
    text-align: center;
}

footer {
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}

#typed-cursor{
  opacity: 1;
  font-weight: 100;
  animation: blink 0.7s infinite;
}

@-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.digital {
    font-family: 'VT323', cursive;
}

.a_bebida_que_pisca {
    
    /*Awesome blinking by Victor Scattone*/
    
    -webkit-animation-name: pisca;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: pisca;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: pisca;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes pisca {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes pisca {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes pisca {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.btn {
	border-radius: 0;
}

.btn-faq {
    background-color: #000;
    color: #fff;
}

.btn-front {
	width: 150px;
}

.btn-login {
	width: 200px;
}

.btn-login:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
	border-color: #fff;
}

.btn-faq:hover {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
        background-color: #000;
        color: #fff;
}

.btn-about {
	width: 70%;
}

.about {
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	height: 45px;
	cursor: default;
	padding-top: 10px;
}

.about i {
	font-size: 25px;
	margin-left: 15%;
	float: left;
}

.about span {
	float: left;
	margin-left: 25px;

}

.about1 {
	margin-top: 30px;
}

.alert-register {
	border-radius: 0;
}

.alert-login {
	width: 340px;
	border-radius: 0;
}

#container {
	margin-top: 50px;
	position: relative;
	width: 340px;
	height: 295px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

form {
	margin: 0 auto;
	margin-top: 20px;
}

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

.login-input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

.login-input[type=text],
.login-input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #e2e2e2;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f0f0f0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.login-input[type=text]:hover,
.login-input[type=password]:hover {
	border: 1px solid #c2c2c2;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #e2e2e2;
}

.login-input[type=text]:focus,
.login-input[type=password]:focus {
	border: 1px solid #a1a1a1;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #c2c2c2;
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
}

.login-input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	position: relative;
	top: -3px;
}

.login-input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #efefef;

}

.error-input {
    border-color: red;
}

.form-horizontal {
	margin-top: 60px;
}

.form-control {
	border-radius: 0;
}

.form-control:active {
	border: 0;
}

input[type="text"]:focus, input[type="password"]:focus {   
    border-color: #a2a2a2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(194, 194, 194, 0.6);
    outline: 0 none;
}

input[type="text"]:hover, input[type="password"]:hover {   
    border-color: #eee;
    outline: 0 none;
}

.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
ul, p { margin: 0; padding: 0; font-size: 14px; direction: ltr; }

h1 { font-size: 44px; }

h2 { font-size: 37px; }

h3 { font-size: 27px; }

h5 { font-size: 17px; }


/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 28px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 28px; }

/* The Grid ---------------------- */
.row { width: 1140px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }

[class*="column"] + [class*="column"]:last-child { float: right; }

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

@media only screen and (max-device-width: 1280px) { /* NavBar --- */
  /*            */
  .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } }
/* Covering almost all ----- */

@media only screen and (max-width: 1279px) and (min-width: 768px) { /* NavBar --- */

  .clearing-main-right, .clearing-main-left { height: 100%; width: 40px; top: 0; border: none; }
  .clearing-main-right:before, .clearing-main-left:before { position: absolute; top: 50%; }
  .clearing-main-left { left: 0; }
  .clearing-main-left:before { left: 5px; content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent white transparent transparent; }
  .clearing-main-right { height: 100%; right: 0; }
  .clearing-main-right:before { content: ""; display: block; width: 0; height: 0; border: solid 16px; border-color: transparent transparent transparent white; } }

@media only screen and (max-width: 767px) {

  .left, .right { float: none; }
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }

}

@media only screen and (max-width: 350px) {

	#container {
		width: 270px;
	}

	.login-input {
		max-width: 230px;
	}

}


@media only screen and (max-width: 360px) {

	#container {
		width: 310px;
	}

	.login-input {
		max-width: 270px;
	}

}


section{
	padding-bottom: 44px;
}

form-horizontal {
	border: 1px;
}

/*********************** FOOTER SECTION *******************/

#footer{
	background-color: #222;
	padding-top: 44px;
}

#footer a {
	text-decoration: none;
}

#footer h3{
	font-family: 'Lily Script One';
	color: #fff;
	opacity: 0.2;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 66px;
}

#footer li{
	list-style: none;
	font-family: 'Montserrat';
	font-size: 17px;
	margin-bottom: 3px;
}

#footer li a{
	color: #fff;
}

.footer-title{
	margin-bottom: 44px;
	color: #fff;
}

#footer p{
	color: #fff;
}

#footer i{
	font-size: 18px;
	margin-left: 15px;
	color: #fff;
	opacity: 0.5;
}

#footer i:hover{
	opacity: 1;
}

.footer-social{
	margin-top: 11px;
}

#footer .newsletter-email{
	background-color: #fff;
	border: 1px solid #fff;
	height: 54px !important;
	color: #666;
	width: 100% !important;
}	

#footer .newsletter-btn{
	padding: 15px;
	font-size: 16px;
	right: 0px;
	width: 130px !important;
}

#footer .green-btn{
	border-bottom: 3px solid #20a86a !important;
	background-color: #30d589 !important;
	cursor: default !important;
	text-align: center;
}	

/* Hacker Legacy homepage redesign. Scoped to body.homepage so the in-game UI keeps its original layout. */
body.homepage {
	background: #0b0f10;
	color: #202426;
}

body.homepage .intro-header {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #050708;
	text-align: left;
}

body.homepage .intro-header:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
	z-index: 1;
}

body.homepage .intro-header:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 8, 8, 0.64) 0%, rgba(5, 8, 8, 0.52) 44%, rgba(5, 8, 8, 0.28) 100%);
	z-index: 1;
}

body.homepage #terminal {
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	margin-left: 0;
	padding-top: 18px;
	padding-left: 38px;
	color: #72ffae;
	font-size: 13px;
	line-height: 1.45;
	opacity: 1;
	overflow: hidden;
	text-shadow: 0 0 8px rgba(114, 255, 174, 0.6), 0 0 18px rgba(22, 180, 90, 0.35);
	z-index: 2;
}

body.homepage #terminal span {
	line-height: 1.45;
}

body.homepage #terminal .term-dim {
	color: #7fd89e;
}

body.homepage #terminal .term-ok {
	color: #86ffb8;
}

body.homepage #terminal .term-warn {
	color: #f4d46a;
	text-shadow: 0 0 8px rgba(244, 212, 106, 0.4);
}

body.homepage #lang_selector {
	position: relative;
	z-index: 4;
}

.legacy-hero-inner {
	position: relative;
	z-index: 3;
}

.legacy-copy {
	padding-top: 14%;
	padding-bottom: 10%;
	max-width: 760px;
}

.legacy-copy > h1 {
	margin: 0;
	color: #f4f6f2;
	font-size: 72px;
	line-height: 0.95;
	letter-spacing: 0;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.7);
}

.legacy-copy > h3 {
	margin-top: 18px;
	color: #59d07d;
	font-size: 34px;
	letter-spacing: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.legacy-eyebrow {
	margin-bottom: 14px;
	color: #9ad7a9;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.legacy-summary {
	max-width: 640px;
	margin-top: 24px;
	margin-bottom: 26px;
	color: #d7ded8;
	font-size: 19px;
	line-height: 1.65;
}

.legacy-actions {
	margin-top: 28px;
}

.legacy-actions .btn {
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.55);
}

.legacy-actions .btn-success {
	border-color: #1f9e48;
	background: #218c42;
}

.legacy-status-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.legacy-status-row span {
	border: 1px solid rgba(117, 214, 139, 0.34);
	background: rgba(0, 0, 0, 0.42);
	color: #d8eadc;
	padding: 8px 12px;
	font-size: 12px;
	text-transform: uppercase;
}

.legacy-login-panel {
	margin-top: 28%;
	background: rgba(9, 13, 13, 0.9);
	border: 1px solid rgba(119, 206, 142, 0.35);
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
	color: #e9efe9;
	padding: 28px;
}

.legacy-login-panel h2 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 26px;
}

.legacy-login-panel p {
	color: #becdc0;
	font-size: 14px;
	line-height: 1.55;
}

.legacy-login-panel form {
	margin-top: 18px;
}

.legacy-login-panel label {
	margin-left: 0;
	color: #e6eee7;
}

.legacy-login-panel .login-input[type=text],
.legacy-login-panel .login-input[type=password] {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}

.legacy-login-panel #lower {
	height: auto;
	min-height: 66px;
	margin-top: 18px;
	padding: 0 12px;
	box-sizing: border-box;
}

.legacy-login-panel .login-input[type=checkbox] {
	margin-left: 0;
}

.legacy-login-panel .check {
	color: #2c3330;
}

.legacy-panel-links {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	font-size: 13px;
}

.legacy-panel-links a {
	color: #9ad7a9;
}

.legacy-access-console {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-color: rgba(74, 255, 145, 0.48);
	background: rgba(4, 8, 7, 0.94);
	box-shadow: 0 0 0 1px rgba(71, 255, 136, 0.08), 0 22px 80px rgba(0, 0, 0, 0.62);
	font-family: "Courier New", Courier, monospace;
}

.legacy-console-topbar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 13px 16px;
	border-bottom: 1px solid rgba(61, 255, 132, 0.28);
	background: linear-gradient(180deg, rgba(27, 38, 34, 0.96), rgba(8, 14, 12, 0.96));
	color: #dfffe7;
	font-size: 12px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.legacy-console-topbar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #77d88f;
	box-shadow: 0 0 10px rgba(119, 216, 143, 0.45);
}

.legacy-console-topbar span:nth-child(2) {
	background: #d8c95f;
}

.legacy-console-topbar span:nth-child(3) {
	background: #d66767;
	margin-right: 6px;
}

.legacy-console-tabs {
	display: flex;
	border-bottom: 1px solid rgba(61, 255, 132, 0.2);
	background: rgba(0, 0, 0, 0.36);
}

.legacy-console-tab {
	width: 50%;
	border: 0;
	border-right: 1px solid rgba(61, 255, 132, 0.2);
	background: transparent;
	color: #93bfa0;
	padding: 13px 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}

.legacy-console-tab:last-child {
	border-right: 0;
}

.legacy-console-tab.active,
.legacy-console-tab:hover {
	background: rgba(35, 158, 74, 0.22);
	color: #edfff1;
}

.legacy-console-pane {
	display: none;
	padding: 24px 28px 26px;
}

.legacy-console-pane.active {
	display: block;
}

.legacy-console-command,
.legacy-login-panel .legacy-console-command {
	margin: 0 0 20px;
	color: #62ff9c;
	font-size: 15px;
	line-height: 1.5;
}

.legacy-access-console form {
	margin-top: 0;
}

.legacy-access-console label,
.legacy-access-console .control-label {
	display: block;
	margin-bottom: 7px;
	color: #bff4ca;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.legacy-access-console .login-input[type=text],
.legacy-access-console .login-input[type=password],
.legacy-access-console .form-control {
	width: 100%;
	height: 42px;
	border: 1px solid rgba(87, 255, 143, 0.32);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.48);
	box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.35);
	color: #ecfff1;
	font-family: "Courier New", Courier, monospace;
}

.legacy-access-console .login-input[type=text]:focus,
.legacy-access-console .login-input[type=password]:focus,
.legacy-access-console .form-control:focus {
	border-color: #5dfc96;
	box-shadow: 0 0 0 2px rgba(93, 252, 150, 0.16), inset 0 0 18px rgba(0, 0, 0, 0.35);
	outline: none;
}

.legacy-access-console .form-group {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

.legacy-access-console .legacy-console-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 0;
	margin-top: 18px;
	padding: 0;
	background: transparent;
	border: 0;
}

.legacy-access-console .check,
.legacy-access-console .legacy-console-terms label {
	color: #c7dfcc;
	font-size: 12px;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: 0;
}

.legacy-access-console .check {
	position: static;
	top: auto;
	margin-right: auto;
	margin-left: 0;
}

.legacy-access-console .login-input[type=checkbox],
.legacy-access-console .legacy-console-terms input {
	margin: 0 6px 0 0;
	position: static;
	vertical-align: middle;
}

.legacy-access-console .login-input[type=checkbox] {
	width: auto;
	height: auto;
	float: none;
	box-shadow: none;
}

.legacy-access-console #login-submit,
.legacy-access-console #signup-submit {
	margin-left: auto;
	margin-top: 0;
	margin-right: 0;
	width: auto;
	min-width: 132px;
	height: auto;
	padding: 9px 14px;
	border: 1px solid #62ff9c;
	border-radius: 0;
	background: #16843d;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.legacy-access-console #signup-submit {
	width: 100%;
	margin-top: 10px;
}

.legacy-access-console #login-submit:hover,
.legacy-access-console #signup-submit:hover {
	background: #1fa84e;
}

.legacy-access-console .legacy-signup {
	border: 0;
	background: transparent;
	padding: 0;
}

.legacy-console-terms {
	margin: 2px 0 16px;
}

.legacy-console-status,
.legacy-login-panel .legacy-console-status {
	margin: 16px 0 0;
	color: #79cf91;
	font-size: 12px;
	line-height: 1.6;
}

.legacy-access-console .legacy-panel-links {
	border-top: 1px solid rgba(61, 255, 132, 0.18);
	padding-top: 13px;
}

.legacy-access-console .alert {
	border-radius: 0;
	font-family: Arial, sans-serif;
}

.legacy-access-console .help-block,
.legacy-access-console .error-input {
	color: #ff8f8f;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.legacy-section {
	min-height: 0;
	padding: 74px 0;
}

body.homepage .content-section-a.legacy-section {
	background: #f3f5f3;
}

body.homepage .content-section-b.legacy-section {
	background: #ffffff;
}

.legacy-section .section-heading {
	color: #1f2525;
}

.legacy-section p,
.legacy-section .lead {
	color: #404947;
}

.legacy-mini-terminal {
	margin-top: 48px;
	background: #080b0b;
	border: 1px solid #1c3425;
	color: #bfe6c7;
	font-family: 'VT323', monospace;
	font-size: 24px;
	line-height: 1.5;
	padding: 28px;
}

.legacy-mini-terminal .prompt {
	color: #44d06d;
}

.legacy-feature-list {
	margin-top: 28px;
}

.legacy-preservation {
	background: #fff;
}

.legacy-preservation .lead {
	color: #24302c;
	font-size: 17px;
	line-height: 1.7;
}

.legacy-creator-note {
	margin-bottom: 26px;
	border: 1px solid #dbe3de;
	background: #f7faf8;
	padding: 22px 24px;
}

.legacy-creator-note h3 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #1e2523;
	font-size: 22px;
}

.legacy-creator-note p {
	margin-bottom: 10px;
	color: #3f4b47;
	font-size: 15px;
	line-height: 1.65;
}

.legacy-creator-note p:last-child {
	margin-bottom: 0;
}

.legacy-feature-list-compact {
	margin-top: 0;
}

.legacy-feature-list div {
	position: relative;
	min-height: 76px;
	padding-left: 70px;
	margin-bottom: 24px;
}

.legacy-feature-list i {
	position: absolute;
	left: 0;
	top: 4px;
	width: 48px;
	height: 48px;
	border: 1px solid #d6ddd8;
	background: #fff;
	color: #24743a;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
}

.legacy-feature-list strong {
	display: block;
	margin-bottom: 6px;
	color: #1e2523;
	font-size: 17px;
}

.legacy-feature-list span {
	display: block;
	color: #4a5350;
	font-size: 14px;
	line-height: 1.55;
}

.legacy-feature-list-compact div {
	min-height: 62px;
	padding-left: 64px;
	margin-bottom: 20px;
}

.legacy-feature-list-compact i {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.legacy-preservation-gameplay {
	margin-top: 46px;
	padding-top: 42px;
	border-top: 1px solid #dfe6e2;
}

.legacy-gameplay {
	background: #f3f5f3;
}

.legacy-card-row {
	margin-top: 18px;
}

.legacy-info-card {
	min-height: 218px;
	margin-bottom: 28px;
	border: 1px solid #dbe1dd;
	background: #fff;
	padding: 24px;
}

.legacy-info-card i {
	color: #258342;
	font-size: 28px;
	margin-bottom: 12px;
}

.legacy-info-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #1f2525;
	font-size: 20px;
}

.legacy-info-card p {
	color: #4a5350;
	font-size: 14px;
	line-height: 1.58;
}

.legacy-preservation .legacy-info-card {
	min-height: 204px;
}

.legacy-signup {
	border: 1px solid #dce2de;
	background: #fff;
	padding: 28px 0 18px;
}

.legacy-signup .checkbox label {
	margin-left: 0;
	padding-top: 0;
}

body.homepage #accordion h3 {
	font-size: 18px;
}

body.homepage #accordion p {
	color: #333;
	font-size: 15px;
	line-height: 1.65;
}

body.homepage #footer {
	background-color: #151918;
}

body.homepage #footer p,
body.homepage #footer span,
body.homepage #footer a {
	font-size: 14px;
	line-height: 1.55;
}

body.homepage #footer .footer-title {
	margin-bottom: 24px;
}

.legacy-footer-bottom {
	margin-top: 24px;
}

@media (max-width: 991px) {
	.legacy-copy {
		padding-top: 10%;
		padding-bottom: 4%;
	}

	.legacy-copy > h1 {
		font-size: 54px;
	}

	.legacy-login-panel {
		margin-top: 24px;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	body.homepage .intro-header {
		padding-top: 30px;
	}

	body.homepage #terminal {
		padding-left: 16px;
	}

	body.homepage .intro-header:after {
		background: rgba(5, 8, 8, 0.82);
	}

	.legacy-copy > h1 {
		font-size: 42px;
	}

	.legacy-copy > h3 {
		font-size: 28px;
	}

	.legacy-summary {
		font-size: 16px;
	}

	.legacy-status-row {
		display: block;
	}

	.legacy-status-row span {
		display: block;
		margin-bottom: 8px;
	}

	.legacy-section {
		padding: 48px 0;
	}

	.legacy-preservation-gameplay {
		margin-top: 28px;
		padding-top: 30px;
	}

	.legacy-login-panel {
		padding: 22px;
	}

	.legacy-access-console {
		padding: 0;
	}

	.legacy-console-pane {
		padding: 22px;
	}

	.legacy-access-console #login-submit {
		width: 100%;
		margin-left: 0;
	}

	.legacy-panel-links {
		display: block;
	}

	.legacy-panel-links a {
		display: block;
		margin-top: 8px;
	}
}


.mail-link a{
	color: #fff;
}

.mail-link{
	margin-top: 22px;
	font-size: 16px;
	margin-bottom: 44px;
}

.mail-link i{
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 10px;
	opacity: 1 !important;
}


.ui-helper-hidden {
	display: none;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada ;
	font-weight: normal;
	color: #212121;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}

a {text-decoration:none}

.play {
    margin-top: 50px;
}

.play-icons {
    
    letter-spacing: 10px;
    
}

.play-icons i{
    opacity: 1;
    cursor: default;
}

.play-icons i:hover {
    color: #00cc00;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #00cc00;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.center {
    text-align: center;
}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#00cc00; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover, .dropdown dt a:focus { color:#00ff00; border: 1px solid #00cc00;}
.dropdown dt a {background:#000 url(../images/arrow.png) no-repeat scroll  right 2px center; display:block; padding-right:13px;
                border:1px solid #00cc00; width:50px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { z-index: 999; text-align: right; direction: rtl; background:#000 none repeat scroll 0 0; border:1px solid #00cc00; color:#00cc00; display:none;
                  right:0px; padding:5px 0px; position:absolute; top:5px; width:auto; min-width:120px; list-style:none;}
.dropdown dd ul li a { padding:5px; display:block; cursor: pointer;}
.dropdown dd ul li a:hover { background-color:#002200; color: #00ff00;}

.dropdown img.flag { border:none;margin-left:2px; }

#lang_selector {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* Final homepage-specific placement after legacy dropdown rules. */
body.homepage #lang_selector {
	position: absolute;
	top: 14px;
	right: 18px;
	z-index: 5;
}
