@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

* {
	box-sizing: border-box;
}

body, html {
	font-family: 'PT Sans', sans-serif;
	background-color: #0c3a65;
	color: #fff;
	height: 100%;
}

strong { 
	font-weight: bold; 
}

#page-wrap {
	min-height: 100%;
	position: relative;
	padding-bottom: 104px;
	min-width: 1170px;
}

#page-wrap:after {
	content: "";
	display: block;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}

/*.logo {*/
/*	background-image: url(../img/logo.png);*/
/*	width: 317px;*/
/*	height: 91px;*/
/*	text-indent: -9999px;*/
/*	display: inline-block;*/
/*}*/

.logo {
    background-image: url(https://media.discordapp.net/attachments/698348845431652482/698949786568622120/logo_hyce.png);
    width: 319px;
    height: 156px;
    margin: 20px 0px 0px 0px;
    display: block;
}

.button {
	padding: 8px;
    border-radius: 5px;
	box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
	display: inline-block;
    color: #fff;
    font-size: 16px;
	padding: 12px 24px;
	border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	border-color: rgba(255, 255, 255, 0.3);
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-large {
	font-size: 24px;
	padding: 20px 40px;
}

.button.button-blue {
	background-color: #0f7dbc;
    border-color: #2a9cde;
}

.button.button-blue:hover {
	background-color: #2a9cde;
    border-color: #53bdf9;
}

.button.button-green {
	background-color: #00813e;
    border-color: #8eda55;
}

.button.button-green:hover {
	background-color: #00ab54;
    border-color: #b9f373;
}

.button.button-forums {
	background-color: #1f3768;
}

.button.button-forums:hover {
	background-color: #2f5299;
}

.button.button-fb {
	background-color: #3b5998;
}

.button.button-fb:hover {
	background-color: #4b73c7;
}

.button.button-discord {
	background-color: #6d89cb;
}

.button.button-discord:hover {
	background-color: #87a6f0;
}

.form-input {
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
	padding: 12px;
	outline: none;
	border: none;
}

#page-content {
	margin-top: 20px;
}

.grayscale {
	filter: grayscale(100%);	
}

.offline {
	font-size: 80%;
}

.col-container {
	display: flex;
}

.col-container > .col {
	flex: 1;
	margin-right: 10px;
}

.col-container .col:last-child {
	margin-right: 0;
}

.row-container {
	display: flex;
	flex-direction: column;
}

.row-container > .row {
	flex: 1;
	margin-bottom: 10px;
	width: 100%;
}

.row-container .row:last-child {
	margin-bottom: 0;
}

.content-box {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #0b6395;
    border: 3px solid #2685bc;
    padding: 12px 24px;
    margin: 0 auto;
}

.content-box .title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.4);
	margin-bottom: 10px;
}

.content-box .sub-title {
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.4);
	margin: 15px 0 10px;
}

.content-box .title + .sub-title {
	margin-top: -5px;
}

.stat {
	padding: 10px 20px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
	display: inline-block;
}

.stat#strength {
	background-color: #e14e0d;
}

.stat#stamina {
	background-color: #24c938;
}

.stat#intellect {
	background-color: #50c0ea;
}

.stat#money {
	background-color: #2c7739;
}

.stat#level {
	background-color: #103758;
}

/*.alert {*/
/*	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
/*	border: 3px solid rgba(255, 255, 255, 0.3);*/
/*    background-color: #D3D3D3;*/
/*    padding: 12px 24px;*/
/*	margin-bottom: 10px;*/
/*	text-align: center;*/
/*}*/

.alert.alert-red {
	background-color: #ea2828;
}

.alert.alert-blue {
    background-color: #0b6395;
}

.alert.alert-green {
    background-color: #01101D;
}
.alert {
    box-shadow: 0 1px 2px #0000004d;
    border: 3px solid #01101D;
    background-color: #01101D;
    padding: 12px 24px;
    margin-bottom: 10px;
    text-align: center;
}

/*.alert.alert-green {*/
/*    background-color: #00813e;*/
/*}*/

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.notification {
	padding: 20px 0;
	border-bottom: 4px solid rgba(0, 0, 0, 0.3);
	position: relative;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.notification#error {
	background-color: #df3b3b;
}

.notification#success {
	background-color: #00ad2b;
}

form label {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.form-block label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-block label:first-child {
	margin-top: 0;
}

.form-block .form-input {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.form-block button {
    margin-top: 10px;
}

ul.list li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 2px;
}

/* */

#header {
	/* background-color: #b1e1eb; */
	/* background-image: url(../img/header.png); */
	/* background-position: top center; */
	background-repeat: no-repeat;
	background-color: #b1e1eb !important;
	background-color: #020b13 !important;
	padding-top: 25px;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 10px #000;
}

.imagem12 {
    /* background-image: url(https://i.imgur.com/bqYb6Wn.png); */
    width: 370px;
    height: 190px;
    position: absolute;
    float: left;
    top: 49px;
    z-index: 1;
}

.imagem13 {
    /* background-image: url(https://i.imgur.com/v2gQaGX.png); */
    width: 280px;
    height: 190px;
    position: absolute;
    top: 51px;
    z-index: 1;
    right: 0;
}

#header .logo {
	margin: 0 auto;
	display: block;
}

#header #user-count {
	margin-top: 15px;
	font-size: 18px;
	text-shadow: 0 0 5px #000;
}

#header #user-count #user-count-value {
	font-weight: 700;
}

#header #enter-client {
	margin-top: 15px;
}

#header-bar {
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	margin-top: 25px;
}

#header-bar .form-input {
	margin-right: 10px;
	width: 280px;
	right: 99px;
	top: 103px;
	position: absolute;
}

#header-bar #login-bar {
	padding: 15px 0;
}

#navigation {
	text-align: left;
	margin: 0 -8px;
}

#navigation > ul {
	font-size: 0;
}

#navigation > ul > li {
	display: inline-block;
	margin-right: 12px;

	position: relative;
}

#navigation > ul > li:last-child {
	margin-right: 0;
}

#navigation > ul > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 8px;
	text-transform: uppercase;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.8);
	font-weight: 700;
}

#navigation > ul > li > a:hover {
	color: #91dcff;
}

#navigation > ul > li > ul {
	position: absolute;
	top: 100%;

	background-color: rgba(0, 0, 0, 0.95);
	width: 200px;
	display: none;
	z-index: 1000;
	padding: 8px 0;
}

#navigation > ul > li:hover ul {
	display: block;
}

#navigation > ul > li > ul > li {

}

#navigation > ul > li > ul > li > a {
	display: block;
	font-size: 17px;
	padding: 10px 16px;
	text-decoration: none;
	color: #fff;
}

#navigation > ul > li > ul > li > a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

#navigation ul li a i.fa {
	padding-right: 4px;
}

#navigation {

}

#registration {
	
}

#registration-card {
	/* have to hard-code for jquery flip */
	height: 329px;
}

.info-boxes {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
	
	/* for flip */
	-webkit-transform: rotateY(0deg);
}

.info-boxes .info-box {
    display: inline-block;
    margin: 15px 0 0 15px;
    height: 345px;
    width: calc(100% * (1/3) - 15px - 1px);
    border-radius: 4px;
    box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    font-size: 18px;
}

.info-boxes .info-box.no-box {
	border: none;
	box-shadow: none;
}

.info-boxes .info-box#reg1 {
	background-image: url(https://imgur.com/kLPK655.png);
}

.info-boxes .info-box#reg2 {
	background-image: url(../img/registration/reg-2.gif);
}

.info-boxes .info-box#reg3 {
	background-image: url(https://i.imgur.com/N1X0I0d.png);
}

.info-boxes .info-box#reg4 {
	background-image: url(https://imgur.com/Not1ojI.png);
}

.info-boxes .info-box#reg5 {
	background-image: url(../img/registration/reg-5.gif);
}

.info-boxes .info-box .info-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 20px;
	text-align: center;
}

.info-boxes .info-box#register-box {
	text-align: center;
	color: #fff;
	padding-top: 60px;
}

.info-boxes .info-box#register-box .title {
	font-size: 28px;
}

.info-boxes .info-box#register-box .button {
	margin-top: 30px;
}

#register-form {
	display: flex;
	width: 750px;
	margin: 0 auto;
	
	/* for flip */
	-webkit-transform: rotateY(0deg);
}

#register-form .left {
	width: 400px;
	margin-right: 50px;
}

#register-form .right {
	width: 300px;
	text-align: center;
}

#register-form #welcome {
    width: 300px;
	height: 450px;
	border-radius: 5px;
	border: 4px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
	background-image: url(../img/welcome.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

#register-form #welcome #welcome-habbo {
	background-image: url(https://www.habbo.com/habbo-imaging/avatarimage?figure=hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100&direction=4&gesture=sml&action=wav&size=l);
	background-repeat: no-repeat;
	width: 128px;
	height: 220px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#footer {
	padding: 20px 0;
	margin-top: 20px;
	background-color: #001726;
	height: 84px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer:after {
	content: '';
	clear: both;
	display: table;
}

#footer #footer-links {
	float: left;
}

#footer #footer-links .footer-link {
	margin-right: 10px;
}

#footer #footer-info {
	margin-top: 15px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
	float: right;
	text-align: right;
}

#me-stats {
	display: flex;
	background-image: url(../img/road.png);
	background-repeat: no-repeat;
	background-position: -550px 20px;
	text-align: center;
}

#me-stats #avatar {
	position: relative;
	margin: 0 auto;
}

#me-stats #avatar #habbo {
	background-image: url(https://www.habbo.com/habbo-imaging/avatarimage?figure=hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100&head_direction=3&gesture=sml&size=l);
	background-repeat: no-repeat;
	width: 128px;
	height: 220px;
}

#me-stats #me-levels {
	display: flex;
	flex-direction: column;
}

#me-stats #me-levels .stat {
	flex: 1;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	margin: 15px 0;
}

#me-stats #money {
	margin-top: 10px;
}

#me-stats #level {
	font-size: 26px;
	display: table;
	margin: 20px auto 0;
}

#staff {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

#staff .staff-member {
    display: flex;
    margin: 10px 0 0 10px;
    width: calc(100% * (1/3) - 10px - 1px);
    font-size: 18px;
}

#online {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -5px 0 0 -5px;
}

#online .user {
    display: flex;
    margin: 4px 0 0 10px;
    width: calc(100% * (1/5) - 5px - 1px);
}

.staff-box {
    background-image: url(../img/staffplate.png);
    background-repeat: no-repeat;
	background-position: -115px 25px;
    font-size: 18px;
}

#error-page-box {
	width: 600px;
}

#error-page-box .button {
	margin-top: 20px;
}

#footer-ad {
	margin-top: 20px;
}

#corporations {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}

#corporations .corporation {
    display: inline-block;
    margin: 15px 0 0 15px;
    height: 150px;
    width: calc(100% * (1/3) - 15px - 1px);
	font-size: 18px;

	background-position: center center;
	background-repeat: no-repeat;

	position: relative;
}

#corporations .corporation .button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#corporation-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 10px;
	display: flex;
    align-items: center;
}

#corporation-image .corporation-site-button {
	margin: 0 auto;
}

#corporation-ranks .corporation-rank {
	margin-top: 10px;
}

#corporation-ranks .corporation-rank .employees {
	display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}

#corporation-ranks .corporation-rank .employees .employee {
	display: inline-block;
    margin: 20px 0 0 20px;
    width: calc(100% * (1/4) - 20px - 1px);
	font-size: 16px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

#corporation-ranks .corporation-rank .employees .employee:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#corporation-ranks .corporation-rank .employees .employee .employee-look {
	width: 64px;
	height: 70px;
	background-position: 0 -15px;
}

#corporation-ranks .corporation-rank .employees .employee .employee-name {
	margin-top: 15px;
	font-weight: 700;
	font-size: 110%
}

#vip-perks {
	column-count: 4;
	column-gap: 10px;
	margin-top: 40px;
}

#vip-perks .vip-perk {
	background-color: rgba(255, 255, 255, 0.1);
	border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;

	font-size: 18px;
	padding: 10px;
	text-align: center;

	margin-bottom: 10px;
	break-inside: avoid-column;
}

#leaderboards {
	display: flex;
	font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}

#leaderboards .leaderboard {
	display: inline-block;
    margin: 15px 0 0 15px;
    width: calc(100% * (1/4) - 15px - 1px);
    font-size: 18px;
}

#leaderboards .leaderboard-users {
	margin-bottom: -12px;
}

#leaderboards .leaderboard-user {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 -24px;
	padding: 0 24px;
}

#leaderboards .leaderboard-user:last-child {
	border-bottom: 0;
}

#leaderboards .leaderboard-user .leaderboard-user-portrait {
	width: 64px;
    height: 60px;
    background-position: 0 -15px;
}

#leaderboards .leaderboard-user .leaderboard-user-info {
	margin-top: 4px;
}

#leaderboards .leaderboard-user .leaderboard-user-info .leaderboard-user-name {
	font-weight: 700;
}

.erro  {
    position: absolute;
    right: 220px;
    padding: 12px;
    text-shadow: 2px 0 3px #000;
    background-color: rgba(41, 68, 74, 0.59);
    top: 118px;
    border-radius: 4px;
}


#register-form #welcome #welcome-habbo {
	background-image: url(https://www.habbo.com/habbo-imaging/avatarimage?figure=hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100&direction=4&gesture=sml&action=wav&size=l);
	background-repeat: no-repeat;
	width: 128px;
	height: 220px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#footer {
	padding: 20px 0;
	margin-top: 20px;
	background-color: #001726;
	height: 84px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer:after {
	content: '';
	clear: both;
	display: table;
}

#footer #footer-links {
	float: left;
}

#footer #footer-links .footer-link {
	margin-right: 10px;
}

#footer #footer-info {
	margin-top: 15px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
	float: right;
	text-align: right;
}

#me-stats {
	display: flex;
	background-image: url(../img/road.png);
	background-repeat: no-repeat;
	background-position: -550px 20px;
	text-align: center;
}

#me-stats #avatar {
	position: relative;
	margin: 0 auto;
}

#me-stats #avatar #habbo {
	background-image: url(https://www.habbo.com/habbo-imaging/avatarimage?figure=hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100&head_direction=3&gesture=sml&size=l);
	background-repeat: no-repeat;
	width: 128px;
	height: 220px;
}

#me-stats #me-levels {
	display: flex;
	flex-direction: column;
}

#me-stats #me-levels .stat {
	flex: 1;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	margin: 15px 0;
}

#me-stats #money {
	margin-top: 10px;
}

#me-stats #level {
	font-size: 26px;
	display: table;
	margin: 20px auto 0;
}

#staff {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

#staff .staff-member {
    display: flex;
    margin: 10px 0 0 10px;
    width: calc(100% * (1/3) - 10px - 1px);
    font-size: 18px;
}

#online {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -5px 0 0 -5px;
}

#online .user {
    display: flex;
    margin: 4px 0 0 10px;
    width: calc(100% * (1/5) - 5px - 1px);
}

.staff-box {
    background-image: url(../img/staffplate.png);
    background-repeat: no-repeat;
	background-position: -115px 25px;
    font-size: 18px;
}

#error-page-box {
	width: 600px;
}

#error-page-box .button {
	margin-top: 20px;
}

#footer-ad {
	margin-top: 20px;
}

#corporations {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}

#corporations .corporation {
    display: inline-block;
    margin: 15px 0 0 15px;
    height: 150px;
    width: calc(100% * (1/3) - 15px - 1px);
	font-size: 18px;

	background-position: center center;
	background-repeat: no-repeat;

	position: relative;
}

#corporations .corporation .button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#corporation-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 10px;
	display: flex;
    align-items: center;
}

#corporation-image .corporation-site-button {
	margin: 0 auto;
}

#corporation-ranks .corporation-rank {
	margin-top: 10px;
}

#corporation-ranks .corporation-rank .employees {
	display: flex;
    font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}

#corporation-ranks .corporation-rank .employees .employee {
	display: inline-block;
    margin: 20px 0 0 20px;
    width: calc(100% * (1/4) - 20px - 1px);
	font-size: 16px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

#corporation-ranks .corporation-rank .employees .employee:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#corporation-ranks .corporation-rank .employees .employee .employee-look {
	width: 64px;
	height: 70px;
	background-position: 0 -15px;
}

#corporation-ranks .corporation-rank .employees .employee .employee-name {
	margin-top: 15px;
	font-weight: 700;
	font-size: 110%
}

#vip-perks {
	column-count: 4;
	column-gap: 10px;
	margin-top: 40px;
}

#vip-perks .vip-perk {
	background-color: rgba(255, 255, 255, 0.1);
	border: 3px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;

	font-size: 18px;
	padding: 10px;
	text-align: center;

	margin-bottom: 10px;
	break-inside: avoid-column;
}

#leaderboards {
	display: flex;
	font-size: 0;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
}

#leaderboards .leaderboard {
	display: inline-block;
    margin: 15px 0 0 15px;
    width: calc(100% * (1/4) - 15px - 1px);
    font-size: 18px;
}

#leaderboards .leaderboard-users {
	margin-bottom: -12px;
}

#leaderboards .leaderboard-user {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 -24px;
	padding: 0 24px;
}

#leaderboards .leaderboard-user:last-child {
	border-bottom: 0;
}

#leaderboards .leaderboard-user .leaderboard-user-portrait {
	width: 64px;
    height: 60px;
    background-position: 0 -15px;
}

#leaderboards .leaderboard-user .leaderboard-user-info {
	margin-top: 4px;
}

#leaderboards .leaderboard-user .leaderboard-user-info .leaderboard-user-name {
	font-weight: 700;
}



