.row:after, .row:before {
  content: " ";
  display: table;
  clear: both;
}
.span6 {
  float: left;
  width: 48%;
  padding: 1%;
}

.emojionearea-standalone {
  float: right;
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Segoe UI";
	background-image: unset;
	background-color: #F0F0F0;
}
.fansite {
	width: 102px;
	height: 102px;
	position: fixed;
	right: -4px;
	top: -4px;
	z-index: 999;
	background-image: url('../img/official.png');
}
#menu {
	background-color: #3D4A53;
	width: 100%;
	height: 80px;
	box-shadow: 0 3px #39464E, 0 4px #282E32;
}
#menu:before {
	content: "";
	background-image: -webkit-linear-gradient(top, #30383C, #343C41);
	background-image: -moz-linear-gradient(top, #30383C, #343C41);
	background-image: linear-gradient(top, #30383C, #343C41);
	width: 100%;
	height: 6px;
	box-shadow: 0 1px #515C65;
	display: block;
}
/* Alignment */
#menu > ul.align {
	width: 1304px;
	margin: 0 auto;
	list-style: none;
}
#menu > ul.align > li.item {
	font: 15px "Segoe UI Semibold";
	color: #BBC5CA;
	padding: 28px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	position: relative;
	float: left;
	z-index: 1;
	transition: all 0.2s linear;
}
#menu > ul.align > li.item:first-of-type {
	padding-left: 0;
}
#menu > ul.align > li.item > a {
	transition: all 0.2s linear;
}
#menu > ul.align > li.item > a:link,
#menu > ul.align > li.item > a:visited {
	color: #BBC5CA;
	text-decoration: none;
}
#menu > ul.align > li.item:hover,
#menu > ul.align > li.item:hover > a:link,
#menu > ul.align > li.item:hover > a:visited {
	color: #acc95f;
}
#menu > ul.align > li.item:before {
	content: "";
	background-color: #acc95f;
	width: calc(100% - 32px);
	height: 4px;
	box-shadow: 0 4px 40px #acc95f;
	position: absolute;
	top: -5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear;
}
#menu > ul.align > li.item:first-of-type:before {
	width: calc(100% - 13px);
}
#menu > ul.align > li.item:hover:before {
	opacity: 1;
	visibility: visible;
}
#menu > ul.align > li.item > ul.subnav {
	background-color: #EEE;
	width: 150px;
	border-radius: 6px;
	position: absolute;
	list-style: none;
	left: 50%;
	margin-top: 19px;
	box-sizing: border-box;
	transform: translate(-50%, 0);
	box-shadow: 0 2px 1px rgba(0,0,0,0.4);
	display: none;
	z-index: 1;
}
#menu > ul.align > li.item > ul.subnav:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #EEE;
	box-sizing: border-box;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}
#menu > ul.align > li.item > ul.subnav.arrow-change-color:before {
	border-bottom-color: #a4c054;
}
#menu > ul.align > li.item > ul.subnav > li {
	font: 13.4px "Segoe UI Semibold";
	color: #666666;
	padding: 16px 13px;
	box-shadow: 0 1px rgba(0,0,0,0.10), 0 2px rgba(255,255,255,0.40);
}
#menu > ul.align > li.item > ul.subnav > li:last-of-type {
	box-shadow: none;
}
#menu > ul.align > li.item > ul.subnav > li:hover {
	background-image: unset;
    box-shadow: unset;
	-webkit-box-shadow: unset;
    background-color: #a4c054;
}
#menu > ul.align > li.item > ul.subnav > li:hover,
#menu > ul.align > li.item > ul.subnav > li:hover > a:link,
#menu > ul.align > li.item > ul.subnav > li:hover > a:visited {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.40);
}
#menu > ul.align > li.item > ul.subnav > li:hover:first-of-type {
	border-radius: 6px 6px 0 0;
    background-image: unset;
    box-shadow: unset;
	-webkit-box-shadow: unset;
    background-color: #a4c054;
}
#menu > ul.align > li.item > ul.subnav > li:hover:last-of-type {
	border-radius: 0 0 6px 6px;
    background-image: unset;
    box-shadow: unset;
	-webkit-box-shadow: unset;
    background-color: #a4c054;
}
#menu > ul.align > li.item > ul.subnav > li > a:link,
#menu > ul.align > li.item > ul.subnav > li > a:visited {
	color: #666666;
	text-shadow: 0 1px #fff;
	text-decoration: none;
}
#menu > ul.align > li.side-search {
	margin-top: 15px;
	position: relative;
	float: right;
}
#menu > ul.align > li.side-search .search-input {
	background: none;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
	background-image: linear-gradient(top, rgba(0,0,0,0.30), rgba(0,0,0,0.30));
	width: 120px;
	height: 45px;
	border-radius: 100px;
	box-sizing: border-box;
	border: none;
	outline: none;
	font: 13px "Segoe UI Semibold";
	color: #6D787E;
	padding: 0 38px 0 21px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
#menu > ul.align > li.side-search .search-submit {
	background: none;
	background-image: url('../img/search-submit.png');
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border: none;
	outline: none;
	position: absolute;
	top: 5px;
	right: 17px;
	transition: all 0.2s linear;
	opacity: 0;
	visibility: hidden;
}
#menu > ul.align > li.side-search .search-submit.search-focus {
	top: 13px;
	right: 17px;
	opacity: 1;
	visibility: visible;
}
/* Menubar area */
#feed {
	background-image: url('../img/menubar-area2.png');
	width: 100%;
	height: 50px;
	margin-top: 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.1);
	float: left;
}
/* Feed twitter */
#feed > .align {
	width: 1304px;
	margin: 0 auto;
}
#feed > .align > .feed {
	float: left;
}
#feed > .align > .feed > .feed-twitter {
	background-image: url('../img/feed-twitter.png');
	width: 78px;
	height: 50px;
	float: left;
}
#feed > .align > .feed > .feed-twitter-text {
	width: auto;
	font: 14px "Segoe UI";
	color: #AAB2B8;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	padding: 15px 10px;
	float: left;
	text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#feed > .align > .feed > .feed-twitter-text > span:nth-child(1) {
	font-family: "Segoe UI Semibold";
	color: #25C8FE;
}
#feed > .align > .feed > .feed-twitter-text > span:nth-child(2) > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
#feed > .align > .feed > .feed-twitter-text > span:nth-child(2) > ul > li {
	list-style: none;
}
#feed > .align > .feed > .feed-twitter-text > span:nth-child(2) > ul > li > .tweets_txt > a:link,
#feed > .align > .feed > .feed-twitter-text > span:nth-child(2) > ul > li > .tweets_txt > a:visited {
	font: 14px "Segoe UI Semibold";
	color: #AAB2B8;
	text-decoration: none;
}
/* Player */
#feed > .align > .player {
	padding-top: 16px;
	float: right;
}
.player > .music-player {
	font: 14px "Segoe UI Semibold";
	color: #AAB2B8;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	vertical-align: middle;
	float: left;
}
.player > .music-player > a:link,
.player > .music-player > a:visited {
	color: #AAB2B8;
	text-decoration: none;
}
.player > .usersystem {
	font: 14px "Segoe UI Semibold";
	color: #AAB2BB;
	position: relative;
	float: right;
}
.player > .usersystem:before {
	content: "";
	background-color: rgba(255,255,255,0.10);
	width: 1px;
	height: 20px;
	margin: -1px 15px 0 11px;
	float: left;
}
.player > .usersystem > a:link,
.player > .usersystem > a:visited {
	color: #AAB2BB;
	text-decoration: none;
}
.player > .usersystem.clicked,
.player > .usersystem.clicked > a:link,
.player > .usersystem.clicked > a:visited {
	color: #acc95f;
}

#header {
	width: 100%;
	background-image: url(../../src/assets/v10/img/skyline.png), url(../../src/assets/v10/img/header.png);
	background-position: bottom center, center;
	background-repeat: repeat-x, repeat;
	margin-top: 0px;
	height: 470px;
	box-shadow: inset 0 -100px rgb(0 0 0 / 15%);
}
#header:before {
	content: "";
	background-image: linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.0));
	width: 100%;
	position: absolute;
	opacity: .10;
	display: block;
	margin-top: 472px;
	height: 0px;
}
#header > .align {
	width: 1304px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#header > .align > .logo {
	background-image: url('../img/logo-big.png');
	width: 414px;
	height: 197px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 0;
}
#header > .align > .platform-habbo {
	background-image: url('../img/platform-habbo.png');
	width: 394px;
	height: 140px;
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 0;
	background-position: center top;
}

/* Main Container */
.side.left {
	float: left;
}
.side.right {
	float: right;
	margin-top: 20px;
}
#main-container {
	width: 1304px;
	margin: 0 auto;
	position: relative;
	padding-top:40px;
}
.side.up {
	position: relative;
	top: -126px;
}

/* Button top */
.align.center {
	width: 1304px;
	margin: 0 auto;
	position: relative;
}
.btn-scroll {
	background-color: rgba(52,60,65,0.80);
	width: 118px;
	height: 40px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 1px rgba(255,255,255,0.80);
	outline: none;
	margin: 90px 0;
	font: 14px "Segoe UI";
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
}
.btn-scroll > img {
	margin: -2px 3px -5px -6px;
}

/* Footer */
#footer {
	background-image: url(../../src/assets/v10/img/footer_logo.png), url(../../src/assets/v10/img/footer.png);
	background-position: center bottom, center;
	background-repeat: no-repeat, repeat;
	width: 100%;
	position: relative;
}
#footer:before {
	content: "";
	background-image: linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,0.0));
	width: 100%;
	height: auto;
	position: absolute;
	top: -200px;
	opacity: .13;
	z-index: -1;
	display: block;
}

#footer > .middle {
	background-color: #3D4A53;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#footer > .middle > .align.center {
	margin-top: 28px;
}

#footer > .middle > .align.center > ul.list-map {
	width: 250px;
	list-style: none;
	float: left;
}
#footer > .middle > .align.center > ul.list-map > li {
	font: 14px "Segoe UI Semibold";
	color: #AAB2B8;
	text-shadow: 0 1px 1px rgba(0,0,0,0.40);
	padding: 6px 0;
}
#footer > .middle > .align.center > ul.list-map > li:first-of-type {
	font: 16px "Segoe UI Semibold";
	color: #FFF;
	padding: 6px 0 10px 0;
}
#footer > .middle > .align.center > ul.list-map > li > a:link,
#footer > .middle > .align.center > ul.list-map > li > a:visited {
	color: #AAB2B8;
	text-decoration: none;
}

#footer > .middle > .align.center > ul.list-tweets {
	width: 500px;
	list-style: none;
	float: left;
}
#footer > .middle > .align.center > ul.list-tweets > li:not(:first-of-type) {
	margin-bottom: 20px;
	float: left;
}
#footer > .middle > .align.center > ul.list-tweets > li:first-of-type {
	font: 16px "Segoe UI Semibold";
	color: #FFF;
	padding: 6px 0 20px 0;
}
#footer > .middle > .align.center > ul.list-tweets > li > img {
	float: left;
}
#footer > .middle > .align.center > ul.list-tweets > li > .tweet {
	width: 400px;
	font: 14px "Segoe UI";
	color: #AAB2B8;
	word-wrap: break-word;
	text-shadow: 0 1px 1px rgba(0,0,0,0.40);
	margin-left: 14px;
	float: left;
}
#footer > .middle > .align.center > ul.list-tweets > li > .tweet > b {
	font-family: "Segoe UI Bold";
	font-style: normal;
	font-weight: normal;
}
#footer > .middle > .align.center > ul.list-tweets > li > .tweet > a:link,
#footer > .middle > .align.center > ul.list-tweets > li > .tweet > a:visited {
	color: #25C8FE;
	text-decoration: none;
}
#footer > .middle > .align.center > ul.list-tweets > li > .tweet > .follow-us {
	line-height: 2.5;
}

#footer > .bottom {
	width: 100%;
	position: relative;
	z-index: 0;
	background-image: unset;
	background-color: rgb(0 0 0 / 15%);
	float: unset;
	height: 52px;
}
#footer > .bottom > .align {
	width: 1304px;
	height: 52px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: table;
}
#footer > .bottom > .align > p {
	font: 14px "Segoe UI";
	color: #AAB2B8;
	padding-top: 17px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.40);
}
#footer > .bottom > .align > p > a:link,
#footer > .bottom > .align > p > a:visited {
	font-family: "Segoe UI Semibold";
	color: #fff;
	text-decoration: none;
}

/* Paginate */
.paginate {
	margin: 17px 14px;
	list-style: none;
	float: left;
}
.paginate > li {
	display: inline-block;
}
.paginate > li > a > button {
	background-color: #E6E9EA;
	width: auto;
	height: 32px;
	border: none;
	border-radius: 3px;
	outline: none;
	padding: 0 8px 2px 8px;
	font: 13px "Segoe UI";
	color: #666666;
	transition: all 0.3s linear;
}
.paginate > li.current > a > button {
	background-color: #3498DB;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
}
.paginate > li > a:link,
.paginate > li > a:visited {
	color: #666666;
	text-decoration: none;
}
.paginate > li.current > a:link,
.paginate > li.current > a:visited {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
}

/* Arrows */
.arrows {
	margin: 26px 20px;
	float: right;
}
.arrows .arrow-up {
	background-image: url('../img/icon-arrow.png');
	width: 16px;
	height: 10px;
	cursor: pointer;
	margin-left: 10px;
	float: left;
	transform: rotate(180deg);
}
.arrows .arrow-down {
	background-image: url('../img/icon-arrow.png');
	width: 16px;
	height: 10px;
	cursor: pointer;
	float: left;
}
.arrows .arrow-up.inactive,
.arrows .arrow-down.inactive {
	background-image: url('../img/icon-arrow.png');
	background-position: -16px 0;
	cursor: default;
}

/* Tabs */
.tabs {
	margin: -135px 0 0 22px;
	list-style: none;
}
.tabs > li {
	background-image: linear-gradient(top, #F2EEEE, #E0E0E0);
	width: auto;
	min-width: 60px;
	height: 50px;
	border-radius: 6px 6px 0 0;
	box-shadow: inset 0 -3px rgba(0,0,0,0.06);
	margin-right: 6px;
	position: relative;
	box-sizing: border-box;
	float: left;
}
.tabs > li:not(.center-img).current,
.tabs > li:not(.center-img).current > a:link,
.tabs > li:not(.center-img).current > a:visited {
	background: none;
	background-color: #fff;
	color: #444444;
	box-shadow: none;
	position: relative;
	z-index: 1;
}
.tabs > li:not(.center-img).current:before {
	content: "";
	background-image: url('../img/tabs-corner.png');
	background-position: 0 0;
	width: 9px;
	height: 9px;
	position: absolute;
	left: -9px;
	bottom: 0;
}
.tabs > li:not(.center-img).current:after {
	content: "";
	background-image: url('../img/tabs-corner.png');
	background-position: -9px 0;
	width: 9px;
	height: 9px;
	position: absolute;
	right: -9px;
	bottom: 0;
}
.tabs > li:not(.center-img) {
	font: 14px "Segoe UI Semibold";
	color: #666666;
	padding: 16px 20px;
	text-align: center;
	text-shadow: 0 1px rgba(255,255,255,0.4);
}
.tabs > li:not(.center-img) > a > img {
	vertical-align: top;
	padding-left: 15px;
	margin-right: -10px;
}
.tabs > li > a:link,
.tabs > li > a:visited {
	color: #444444;
	text-decoration: none;
	outline: none;
}
.tabs > a > .btn-talk {
	background: none;
	background-image: url('../img/button-talk.png');
	width: 56px;
	height: 56px;
	border: none;
	outline: none;
	position: absolute;
	right: 322px;
	margin-top: -23px;
	float: left;
}

/* Buttons within box */
.btn-x42 {
	background-color: #E6E9EA;
	width: 42px;
	height: 42px;
	border: none;
	border-radius: 6px;
	outline: none;
	margin: 12px 3px;
	float: right;
	transition: all 0.2s linear;
	margin-right: 10px;
	position: relative;
}
.btn-x42:hover {
	background-color: #3498DB;
}
.icon-refresh {
	background-image: url('../img/icon-button.png');
	background-position: -20px 0;
	width: 18px;
	height: 16px;
	margin: 0 auto;
	display: block;
}
.btn-x42:hover > .icon-refresh {
	background-position: 0 0;
	width: 20px;
	height: 18px;
}
.icon-location {
	background-image: url('../img/icon-button.png');
	background-position: -56px 0;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: block;
}
.btn-x42:hover > .icon-location {
	background-position: -38px 0;
	width: 18px;
	height: 18px;
}
.icon-touch {
	background-image: url('../img/icon-button.png');
	background-position: -92px 0;
	width: 18px;
	height: 18px;
	margin: 0 auto;
	display: block;
}
.btn-x42:hover > .icon-touch {
	background-position: -72px 0;
	width: 20px;
	height: 20px;
}
/* Select positive vote */
.vote-positive {
	background-color: #85B200;
}
.vote-positive:hover {
	background-color: #769D04;
}
.vote-positive > i {
	background-position: -110px 0;
	width: 14px;
	height: 15px;
}
/* Select negative vote */
.vote-negative {
	background-color: #EA4646;
}
.vote-negative:hover {
	background-color: #CE3F3F;
}
.vote-negative > i {
	background-position: -136px 0;
	width: 14px;
	height: 15px;
}

.icon-vote-up {
	background-image: url('../img/icon-button.png');
	background-position: -124px 0;
	width: 12px;
	height: 13px;
	margin: 0 auto;
	display: block;
}
.btn-x42:hover > .icon-vote-up {
	background-position: -110px 0;
	width: 14px;
	height: 15px;
}
.icon-vote-down {
	background-image: url('../img/icon-button.png');
	background-position: -150px 0;
	width: 12px;
	height: 13px;
	margin: 0 auto;
	display: block;
}
.btn-x42:hover > .icon-vote-down {
	background-position: -136px 0;
	width: 14px;
	height: 15px;
}


/* news */
.list-news {
	width: 652px;
	margin: 14px 0;
	box-sizing: border-box;
	list-style: none;
	float: left;
}
.list-news > li {
	width: 855px;
	height: 115px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	margin: 0 0 15px 0;
}
.list-news > li:last-of-type {
	border-bottom: none;
	margin-bottom: -15px;
}
.list-news > li > .img {
	background-color: #CCCCCC;
	width: 160px;
	height: 100px;
	border-radius: 3px;
	margin-left: 14px;
	position: relative;
	cursor: pointer;
	float: left;
	background-position: center right;
}
.list-news > li > .img > button.category {
	background-color: rgba(0,0,0,0.50);
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 3px;
	outline: none;
	box-shadow: 0 1px rgba(255,255,255,0.20);
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
}
.list-news > li > .img > button.category > img {
	max-width: 16px;
	max-height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.list-news > li.default > .img:before {
	content: "";
	width: 160px;
	height: 100px;
	border-radius: 3px;
	float: left;
}
.list-news > li.gray > .img:before {
	content: "";
	background-image: linear-gradient(bottom, #31393D, rgba(49,57,61,0.0));
	width: 160px;
	height: 100px;
	border-radius: 3px;
	float: left;
}
.list-news > li.green > .img:before {
	content: "";
	background-image: linear-gradient(bottom, #90AD1F, rgba(144,173,31,0.20));
	width: 160px;
	height: 100px;
	border-radius: 3px;
	float: left;
}
.list-news > li.orange > .img:before {
	content: "";
	background-image: linear-gradient(bottom, #E98420, rgba(144,173,31,0.20));
	width: 160px;
	height: 100px;
	border-radius: 3px;
	float: left;
}
.list-news > li.blue > .img:before {
	content: "";
	background-image: linear-gradient(bottom, #2E7CB8, rgba(51,146,212,0.20));
	width: 160px;
	height: 100px;
	border-radius: 3px;
	float: left;
}
.list-news > li > .img > .comments {
	position: absolute;
	right: 16px;
	bottom: 13px;
}
.list-news > li > .img > .comments > .icon-talk {
	background-image: url('../img/icon-comment.png');
	width: 22px;
	height: 22px;
	float: left;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all 0.2s linear;
}
.list-news > li > .img > .comments > h3 {
	font: 15px "Segoe UI Bold";
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.40);
	padding: 1px 0 0 4px;
	float: left;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all 0.1s linear;
}
.list-news > li:hover > .img > .comments > .icon-talk,
.list-news > li:hover > .img > .comments > h3 {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.list-news > li > .about {
	width: 476px;
	margin: 0 0 0 13px;
	line-height: 1.5;
	float: left;
}
.list-news > li > .about > a {
	font: 14px "Segoe UI";
	cursor: default;
	color: #3398D9;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.list-news > li > .about > h2 > a {
	transition: all 0.2s linear;
}
.list-news > li > .about > a {
	font-family: "Segoe UI Semibold";
}
.list-news > li.gray > .about > a,
.list-news > li.gray > .about > a:link,
.list-news > li.gray > .about > a:visited {
	color: #3398D9;
	text-decoration: none;
}
.list-news > li.orange orange.about > a,
.list-news > li.orange > .about > a:link,
.list-news > li.orange > .about > a:visited {
	color: #EB8825;
	text-decoration: none;
}
.list-news > li > .about > h2 {
	font: 15px "Segoe UI Semibold";
	color: #666666;
	padding-top: 2px;
}
.list-news > li > .about > h2 > a:link,
.list-news > li > .about > h2 > a:visited {
	color: #666666;
	text-decoration: none;
}
.list-news > li > .about > h2 > a:hover {
	padding-left: 3px;
}
.list-news > li > .about > h2 > a:hover:after {
	content: " \00bb";
}
.list-news > li > .about > h3 {
	font: 13px "Segoe UI";
	color: #999999;
	padding-top: 5px;
}


/* Forum */
.list-forum {
	width: 660px;
	margin: 7px 10px 5px 10px;
	list-style: none;
}
.list-forum > li {
	width: 326px;
	height: 90px;
	display: inline-block;
}
.list-forum > li > .place-user {
	background-color: #9A9A9A;
	width: 60px;
	height: 90px;
	border-radius: 6px 0 0 6px;
	position: relative;
	float: left;
}
.list-forum > li > .place-user > .img-user {
	width: 64px;
	height: 97px;
	transform: translate(-50%, 0%);
	position: absolute;
	left: 50%;
	bottom: 0;
}
.list-forum > li > .place-user:before {
	content: "";
	border: 4px solid transparent;
	border-left-color: #9A9A9A;
	position: absolute;
	top: 25px;
	right: -8px;
}
.list-forum > li > .about-topic {
	background-color: #DBDEDF;
	width: 266px;
	height: 90px;
	border-radius: 0 6px 6px 0;
	float: left;
}
.list-forum > li > .about-topic > h1 {
	background-color: rgba(255,255,255,0.96);
	width: 246px;
	height: 40px;
	margin: 10px;
	border-radius: 6px;
	box-shadow: 0 2px rgba(0,0,0,0.06);
	box-sizing: border-box;
	position: relative;

	font: 13px "Segoe UI Semibold";
	color: #666666;
	padding: 11px 12px;
	float: left;
}
.list-forum > li > .about-topic > h1:before {
	content: "";
	border: 4px solid transparent;
	border-top-color: #fff;
	position: absolute;
	right: 20px;
	bottom: -8px;

	-webkit-filter: drop-shadow(0 2px rgba(0,0,0,0.06));
	-o-filter: drop-shadow(0 2px rgba(0,0,0,0.06));
	filter: drop-shadow(0 2px rgba(0,0,0,0.06));
}
.list-forum > li > .about-topic > h1 > a:link,
.list-forum > li > .about-topic > h1 > a:visited {
	color: #666666;
	text-decoration: none;
}
.list-forum > li > .about-topic > h4 {
	font: 13px "Segoe UI Semibold";
	color: #666666;
	padding: 1px 12px;
	text-shadow: 0 1px rgba(255,255,255,0.60);
	float: left;
}
.list-forum > li > .about-topic > h4 > a:link,
.list-forum > li > .about-topic > h4 > a:visited {
	color: #666666;
	text-decoration: none;
}

/* Dump */
.list-dump {
	width: 660px;
	list-style: none;
	margin: 10px 10px 6px 10px;
	display: inline-block;
}
.list-dump > li {
	background-color: #ECF0F1;
	background-repeat: no-repeat;
	background-position: center;
	width: 68px;
	height: 68px;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
	margin-right: 6px;
	cursor: pointer;
	float: left;
	transition: all 0.1s linear;
}
.list-dump > li:nth-child(9n) {
	margin-right: 0;
	margin-bottom: 6px;
}
.list-dump > li:hover {
	background-color: #3498DB;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10);
}

/* Images */
.list-images {
	width: 660px;
	margin: 10px 10px 0 10px;
	list-style: none;
	display: inline-block;
}
.list-images > li {
	background-image: url('../upload/2015/08/images.png');
	width: 159px;
	height: 100px;
	border-radius: 6px;
	position: relative;
	margin-right: 8px;
	margin-bottom: 5px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	transition: all 0.3s linear;
}
.list-images > li > a {
	background-image: url('../img/icon-search.png');
	background-position: -15px 0;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
	transition: all 0.3s linear;
}
.list-images > li:hover > a {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.list-images > li:before {
	content: "";
	background-image: linear-gradient(top, rgba(52,60,65,0.0), rgb(52,60,65));
	width: 159px;
	height: 100px;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
.list-images > li:nth-child(4n) {
	margin-right: 0;
}

.list-apolli {
	width: 384px;
	list-style: none;
}
.list-apolli > li {
	width: 384px;
	height: 80px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.list-apolli > li:last-of-type {
	border-bottom: none;
}
.list-apolli > li > .circle {
	background-position: center;
	background-color: #E6E9EA;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	cursor: pointer;
	margin: 14px 0 0 14px;
	float: left;
	transition: all 0.3s linear;
}
.list-apolli > li:hover > .circle {
	background-color: #3498DB;
}
.list-apolli > li:hover > span > a:link,
.list-apolli > li:hover > span > a:visited {
	color: #3498DB;
}
.list-apolli > li > span {
	font: 13px "Segoe UI";
	color: #999999;
	line-height: 1.5;
	padding: 20px 0 0 15px;
	float: left;
}
.list-apolli > li > span > b {
	font-family: "Segoe UI Bold";
	color: #777777;
}
.list-apolli > li > span > a:link,
.list-apolli > li > span > a:visited {
	font: 14px "Segoe UI Bold";
	color: #666666;
	text-decoration: none;
}

.list-icons {
	width: 274px;
	list-style: none;
	margin: 10px 10px 5px 10px;
	display: inline-block;
}
.list-icons > li {
	background-color: #ECF0F1;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
	margin-right: 6px;
	cursor: pointer;
	float: left;
	transition: all 0.1s linear;
	margin: 2px;
}
.list-icons > li:last-of-type {
	margin-right: 0;
}
.list-icons > li:hover {
	background-color: #3498DB;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10);
}

.list-furni {
	width: 274px;
	list-style: none;
	margin: 10px 10px 5px 10px;
	display: inline-block;
}
.list-furni > li {
	background-color: #ECF0F1;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
	margin-right: 6px;
	cursor: pointer;
	float: left;
	transition: all 0.1s linear;
}
.list-furni > li:last-of-type {
	margin-right: 0;
}
.list-furni > li:hover {
	background-color: #3498DB;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10);
}

.content-furniture {
	width: 274px;
}
.content-furniture > .view-furniture {
	background-image: url('../img/view-furniture.png');
	width: 276px;
	height: 222px;
	border-radius: 6px;
	margin: 10px;
	position: relative;
	overflow: hidden;
}
.content-furniture > .view-furniture > .img-furniture {
	background-repeat: no-repeat;
	background-position: center 30%;
	width: 276px;
	height: 222px;
	position: absolute;
}
.content-furniture > .view-furniture > .box-furniture {
	background-color: #fff;
	width: 252px;
	height: 85px;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.content-furniture > .view-furniture > .box-furniture > .top {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	box-sizing: border-box;
}
.content-furniture > .view-furniture > .box-furniture > .top input {
	background: none;
	border: none;
	box-sizing: border-box;
	outline: none;
	font: 14px "Segoe UI Semibold";
	color: #666666;
	padding: 14px 13px;
	float: left;
}
.content-furniture > .view-furniture > .box-furniture > .top .icon-search {
	background: none;
	background-image: url('../img/icon-search.png');
	border: none;
	outline: none;
	width: 15px;
	height: 16px;
	margin: 14px 11px 0 0;
	float: right;
}
.content-furniture > .view-furniture > .box-furniture > .content {
	font: 13px "Segoe UI Semibold";
	color: #878787;
	padding: 12px;
}
.content-furniture > hr {
	background-color: rgba(0,0,0,0.08);
	width: 384px;
	height: 1px;
	border: none;
	margin-bottom: 8px;
}
.content-furniture > .btn.img-furniture {
	background-color: #ECF0F1;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.06);
	outline: none;
	margin: 5px 5px 10px 10px;
	float: left;
}

/* Forum inside */
.forum {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	padding-bottom: 14px;
	position: relative;
}
.forum:last-of-type {
	border-bottom: none;
}
.forum:before {
	content: "";
	background-color: rgba(0,0,0,0.06);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 304px;
}
.info-user {
	width: 302px;
	height: 100%;
}
.info-user > .each-info-user {
	width: 302px;
	height: auto;
}
.info-user > .each-info-user:last-of-type {
	border-bottom: none;
}
.info-user > .each-info-user > .avatar {
	width: 274px;
	height: 260px;
	margin: 14px;
}
.info-user > .each-info-user > .avatar > .username {
	background-image: linear-gradient(top, rgb(255,255,255), rgba(255,255,255,0.90));
	width: 246px;
	height: 54px;
	border-radius: 3px;
	box-shadow: 0 2px rgba(0,0,0,0.12);
	box-sizing: border-box;
	font: 14px "Segoe UI Semibold";
	color: #666666;
	padding: 18px 14px;

	position: absolute;
	top: 13px;
	left: 13px;
}
.info-user > .each-info-user > .avatar > .username > a:link,
.info-user > .each-info-user > .avatar > .username > a:visited {
	color: #666666;
	text-decoration: none;
}
.info-user > .each-info-user > .rank {
	background-image: linear-gradient(top, #C0D377, #98B72E);
	width: 272px;
	height: 60px;
	margin: 0 14px 14px 14px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #809530, inset 0 1px rgba(255,255,255,0.30), inset 0 -3px rgba(0,0,0,0.06);
}
.info-user > .each-info-user > .rank > span:not(.messages) {
	font: 14px "Segoe UI Semibold";
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	padding: 20px 15px;
}
.info-user > .each-info-user > .rank > .messages {
	background-color: #FFFFFF;
	width: auto;
	height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 2px rgba(0,0,0,0.12);
	margin: 8px;
	font: 12px "Segoe UI Semibold";
	color: #666666;
	padding: 12px 12px;
	position: relative;
}
.info-user > .each-info-user > .rank > .messages:before {
	content: "";
	border: 4px solid transparent;
	border-top-color: #fff;
	position: absolute;
	right: 20px;
	bottom: -8px;

	-webkit-filter: drop-shadow(0 2px rgba(0,0,0,0.12));
	-o-filter: drop-shadow(0 2px rgba(0,0,0,0.12));
	filter: drop-shadow(0 2px rgba(0,0,0,0.12));
}
.info-user > .each-info-user > .avatar {
	width: 274px;
	height: 260px;
	margin: 14px;
	position: relative;
}
.info-user > .each-info-user > .avatar > .habbo {
	width: 64px;
	height: 110px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -13px;
	transform: translate(-50%, -50%);
}
.info-user > .each-info-user > .avatar > .habbo:before {
	content: "";
	background-image: url('../img/palanque.png');
	width: 56px;
	height: 94px;
	position: absolute;
	left: 13px;
	bottom: -30px;
}

.content-badges {
	width: 100%;
	margin-bottom: 14px;
}
.content-badges > h3 {
	font: 15px "Segoe UI Bold";
	color: #666666;
	padding: 18px;
}
.content-badges > ul.list-badges {
	width: 274px;
	list-style: none;
	margin: 0 auto;
}
.content-badges > ul.list-badges > li {
	background-color: #ECF0F1;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
	margin-right: 6px;
	cursor: pointer;
	float: left;
}
.content-badges > ul.list-badges > li:nth-child(5n) {
	margin-right: 0;
}

.forum > .content-topic {
	width: 700px;
	box-sizing: border-box;
	padding: 18px 17px 4px 17px;
}
.forum > .content-topic > span.category {
	font: 13px "Segoe UI Semibold";
	color: #3398D8;
	padding-bottom: 5px;
	display: inline-block;
}
.forum > .content-topic > span.title {
	font: 15px "Segoe UI Semibold";
	color: #666666;
	padding-bottom: 10px;
	display: inline-block;
}
.forum > .content-topic > [class^="text"] {
	font: 13px "Segoe UI";
	color: #999999;
}

.textarea-large {
	background: transparent;
	width: 100%;
	height: 83px;
	box-sizing: border-box;
	border: none;
	font: 14px "Segoe UI";
	color: #666;
	padding: 18px 16px;
	outline: none;
	resize: none;
}

.about-comment {
	background-color: #ECF0F1;
	width: 100%;
	height: 50px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 -1px #E0E0E0;
}
.about-comment > .avatar {
	width: 64px;
	height: 90px;
	margin: -40px 0 0 -7px;
	position: relative;
	float: left;
}
.about-comment > [class^="text"] {
	font: 13px "Segoe UI Semibold";
	color: #666666;
	padding:  17px 0;
}
.about-comment > [class^="text"] > a:link,
.about-comment > [class^="text"] > a:visited {
	font: 13px "Segoe UI Bold";
	color: #666666;
	text-decoration: none;
}

/* News */
.news span.category {
	font: 13px "Segoe UI Semibold";
	color: #3398D8;
	padding-bottom: 5px;
	display: inline-block;
}
.news span.title {
	font: 15px "Segoe UI Semibold";
	color: #666666;
	padding-bottom: 10px;
	display: inline-block;
}
.news-image {
	background-color: #CCCCCC;
	width: 160px;
	height: 100px;
	border-radius: 3px;
	margin-left: 14px;
	position: relative;
	cursor: pointer;
	float: left;
	background-position: center right;
}
.news-image > .flag {
	background-color: rgba(0,0,0,0.50);
	width: 28px;
	height: 28px;
	border: none;
	border-radius: 3px;
	outline: none;
	box-shadow: 0 1px rgba(255,255,255,0.20);
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 1;
}
.news-image > .flag > img {
	max-width: 16px;
	max-height: 16px;
	vertical-align: middle;
}

/* Comments */
.box-news-comment {
	width: 652px;
	height: auto;
	list-style: none;
	margin: 14px auto;
	border-radius: 6px;
	background-color: #ECF0F1;
}
.box-news-comment > li {
	width: 652px;
	min-height: auto;
	margin-bottom: 6px;
}
.box-news-comment > li:last-of-type {
	margin-bottom: 0;
}
.box-news-comment > li > .habbo {
	background-color: #ECF0F1;
	background-position: center -7px;
	background-repeat: no-repeat;
	width: 60px;
	min-height: 100px;
	border-radius: 6px 0 0 6px;
	position: relative;
	float: left;
}
.box-news-comment > li > .habbo .bg {
	width: 60px;
	height: 60px;
	margin: 12px;
	overflow: hidden;
	border-radius: 50%;
}

.box-news-comment > li > .habbo .bg img {
	margin-top: -15px;
	margin-left: -2px;
}
.box-news-comment > li > .rest {
	background-color: #ECF0F1;
	width: 592px;
	min-height: 100px;
	border-radius: 0 6px 6px 0;
	float: left;
}
.box-news-comment > li > .rest > .title {
	background-color: rgba(255,255,255,0.96);
	width: 556px;
	height: auto;
	margin-top: -2px;
	margin-left: 28px;
	margin-bottom: 10px;
	border-radius: 6px;
	box-shadow: 0 2px rgba(0,0,0,0.06);
	position: relative;
  box-sizing: border-box;
	font: 13px "Segoe UI Semibold";
	color: #666666;
	padding: 14px 12px;
	float: left;
}
.box-news-comment > li > .rest > .title > a:link,
.box-news-comment > li > .rest > .title > a:visited {
	color: #666666;
	text-decoration: none;
}
.box-news-comment > li > .rest > .credits {
	font: 13px "Segoe UI Semibold";
	color: #9FA1A1;
	padding: 12px 28px;
	text-shadow: 0 1px rgba(255,255,255,0.60);
	float: left;
}
.box-news-comment > li > .rest > .credits img {
	margin-right: 8px;
}
.box-news-comment > li > .rest > .credits a {
	font-family: "Segoe UI Semibold";
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

/* Leave a comment */
.box-comment {
	width: 100%;
	height: 121px;
	position: relative;
}
.box-comment[data-center] {
	margin: 15px auto;
}
.box-comment[data-border="true"] {
	box-shadow: 0 0 0 0px rgba(0,0,0,0.10);
}
.box-comment[data-rounded="true"] {
	border-radius: 0px;
}
.box-comment > .middle {
	background-color: #fff;
	width: 100%;
	height: 71px;
	border-radius: 0;
	position: absolute;
	top: 0;
}
.box-comment > .middle > textarea {
	width: 100%;
	height: 71px;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	resize: none;
	outline: none;
	font: 14px "Segoe UI";
	color: #666;
	padding: 20px 15px;
}
.box-comment > .bottom {
	background-color: #455368;
	width: 100%;
	height: 35px;
	border-radius: 0;
	box-shadow: 0 -1px rgba(0,0,0,0.10);
	position: absolute;
	bottom: 0;
}
.box-comment > .bottom > .habbo {
	width: 64px;
	height: 72px;
	margin: -36px 0 0 -6px;
	float: left;
}
.box-comment > .bottom > .session {
	font: 13px "Segoe UI";
	color: #666666;
	padding: 17px 3px;
}
.box-comment > .bottom > .session > a:link,
.box-comment > .bottom > .session > a:visited {
	font-family: "Segoe UI Bold";
	color: #666666;
	text-decoration: none;
}
.box-comment > .bottom > .pull-right > .btn-primary {
	width: 98px;
	height: 50px;
	border-radius: 6px;
	margin: -15px 15px 0 0;
	box-shadow: inset 0 -3px rgba(0,0,0,0.10);
	float: left;
}
.box-comment > .bottom > .pull-right > .btn-primary.btn-profile {
    background: linear-gradient(180deg, #b8d366, #9ebb4f);
    color: #475421;
    font-weight: 600;
    font-family: 'Segoe UI';
    text-shadow: 1px 2px rgb(0 0 0 / 15%);
    height: 35px;
    box-shadow: unset;
    border: 2px solid #455368;
	line-height: 15px;
}



label.form-ribbon {
	background-color: rgba(0,0,0,0.12);
	width: 274px;
	height: 50px;
	border-radius: 6px;
	display: inline-block;
}
label.form-ribbon > .form-control {
	background-color: #F2F5F5;
	width: 224px;
	height: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 5px 5px 0;
	border: none;
	margin: 1px 1px 0 0;
	color: #999999;
	float: right;
}
label.form-ribbon > .form-control[disabled] {
	cursor: text;
}
label.form-ribbon > .ribbon {
	background-color: #FFFFFF;
	width: 47px;
	height: 48px;
	border-radius: 5px 0 0 5px;
	box-shadow: 1px 0 rgba(0,0,0,0.010);
	margin: 1px 0 0 1px;
	position: relative;
	float: left;
}
label.form-ribbon > .ribbon > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
label.form-ribbon.active {
	background-color: #A3BE41;
}
label.form-ribbon.active > .form-control {
	color: #90AC1F;
}
label.form-ribbon.active > .ribbon {
	background-color: rgba(255,255,255,0.80);
}

.form-color label.form-ribbon {
	background-color: #E6E9EA;
	width: 191px;
	height: 48px;
}
.form-color label.form-ribbon > .form-control {
	background-color: #E6E9EA;
	width: 143px;
	border-radius: 0 5px 5px 0;
	margin: 0;
	color: #666666;
}
.form-color label.form-ribbon > .ribbon {
	background-color: #BBBBBB;
	width: 48px;
	box-shadow: none;
	margin: 0;
}

.form-avatar {
	width: 160px;
	height: 160px;
	border-radius: 3px;
	position: relative;
}
.form-avatar:before {
	content: '';
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.8));
	width: 160px;
	height: 160px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.group-name {
	font-size: 15px;
	margin: 10px 0 10px 0;
}
.group-name:first-of-type {
	margin-top: -3px;
}
ul.group-team {
	width: 750px;
	list-style: none;
	display: table;
}
ul.group-team li {
	width: 224px;
	height: 80px;
	margin-right: -5px;
	float: left;
	transition: 0.2s ease-in-out;
}
ul.group-team li:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 10px;
}
ul.group-team li .habbo {
	background-repeat: no-repeat;
	background-position: center -5px;
	background-color: #DBDEDF;
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 5px 0 0 5px;
	transition: background 0.2s ease-in-out;
	box-shadow: inset 0 -1px #DBDEDF;
}

ul.group-team li .habbo .teamleitung {
	background-color: #DBDEDF;
}
ul.group-team li .username {
	background-color: #9A9A9A;
	width: 130px;
	height: 80px;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
	font: 13px "Segoe UI Semibold";
	color: #fff;
	float: left;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	padding: 15px 15px;
	transition: 0.2s ease-in-out;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
	ul.group-team li .username_tl {
		background-color: #3498DB;
		width: 130px;
		height: 80px;
		border-radius: 0 5px 5px 0;
		box-sizing: border-box;
		font: 13px "Segoe UI Semibold";
		color: #fff;
		float: left;
		text-shadow: 0 1px 1px rgba(0,0,0,0.30);
		padding: 15px 15px;
		transition: background 0.2s ease-in-out;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		}
ul.group-team li .job {
	color: #CFCFCF;
	margin-top: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	transition: 0.2s ease-in-out;
}
ul.group-team li:hover .job {
	transition: 0.2s ease-in-out;
	color: #83cbfb;
}
ul.group-team li .username a:link,
ul.group-team li .username a:active,
ul.group-team li .username a:visited {
	color: #fff;
}
ul.group-team li:hover .habbo {
	background-position: center -15px;
}
ul.group-team li:hover .username {
	color: #fff;
	background-color: #3498DB;
}

ul.group-team li:hover .habbo {
	color: #fff;
	background-color: #59B2EE;
	box-shadow: inset 0 0px #DBDEDF;
}

.habbo_dance {
  width: 246px;
  height: 140px;
  position: absolute;
  margin: 0;
  top: -35px;
  left: 90px;
}
.habbo_dance .habbo {
  width: 64px;
  height: 110px;
  position: absolute;
}
.habbo_dance .habbo .shadow {
  background-color: rgba(0,0,0,0.15);
  width: 34px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 18px;
}
.habbo_dance .habbo div {
  width: 64px;
  height: 110px;
  opacity: 1;
  position: absolute;
}
.habbo_dance .message {
  width: 35px;
  height: 80px;
  position: absolute;
  z-index: 10;
}
@keyframes dance1 {
  0%, 49.9%  {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.habbo_dance .habbo .dance_1 {
  animation: dance1 0.8s infinite;
}
@keyframes dance2 {
  0%, 49.9%  {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
.habbo_dance .habbo .dance_2 {
  animation: dance2 0.8s infinite;
}
.habbo_dance .habbo.delay .dance_1 {
  animation: dance1 0.8s 0.3s infinite;
}
.habbo_dance .habbo.delay .dance_2 {
  animation: dance2 0.8s 0.3s infinite;
}

div.playhab-player-parent {
	width: 100%;
	height: 12px;
	position: relative;
	z-index: 1;
	margin-top:100px;
}

div#playhab-player {
	height: 88px;
	position: fixed;
	bottom: 0px;
	background: #FFFFFF;
	margin: auto;
	left: unset;
	right: 0px;
	width: 510px;
	border-radius: 2px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
	overflow:hidden;
}

div#playhab-player .user_cover {
	width: 86px;
    height: 100%;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 0px;
    background-size: cover;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

div#playhab-player .micro {
	width: 26px;
	height: 39px;
	position: absolute;
	margin-top: 49px;
	margin-left: 49px;
	background-image: url('../img/player-micro.png');
}

div#playhab-player #habbo {
	margin-left: 12px;
	float: left;
}

div#playhab-player .onair {
	width: 215px;
	height: 87px;
	float: left;
	font-size: 14px;
	margin: 1px;
	color: #666666;
	border-right: 1px solid #EEEEEE;
	transition: background 0.3s ease-in-out;
}

div #playhab-player #cont {
	margin-top: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div#playhab-player .onair i {
	width: 21px;
	height: 18px;
	background-color: #666666;
	font-size: 15px;
	border-radius: 50%;
	line-height: 3px;
	color: #FFFFFF;
	float: left;
	padding-top: 14px;
	padding-left: 11px;
	margin-left: 20px;
	margin-top: 27px;
	margin-right: 15px;
}

div#playhab-player .onair:hover {
	color: #FFFFFF;
	background-color: #1B1C22;
}

div#playhab-player .onair:hover i {
	color: #acc95f;
	background-color: #FFFFFF;
}

div#playhab-player .artist_title {
	width: 215px;
	height: 87px;
	padding-right:10px;
	float: left;
	font-size: 14px;
	margin-top: 1px;
	color: #666666;
	border-right: 1px solid #EEEEEE;
	transition: background 0.2s ease-in-out;
	display:none;
}

div#playhab-player .artist_title i {
	width: 23px;
	height: 18px;
	background-color: #666666;
	font-size: 15px;
	border-radius: 50%;
	line-height: 3px;
	color: #FFFFFF;
	float: left;
	padding-top: 14px;
	padding-left: 9px;
	margin-left: 20px;
	margin-top: 27px;
	margin-right: 15px;
}

div#playhab-player .artist_title:hover {
	color: #FFFFFF;
	background-color: #3498DB;
}

div#playhab-player .artist_title:hover i {
color: #3498DB;
background-color: #FFFFFF;
}

div#playhab-player .listeners {
	width: 193px;
	height: 87px;
	float: left;
	font-size: 14px;
	margin-top: 1px;
	color: #666666;
	border-right: 1px solid #EEEEEE;
	transition: background 0.3s ease-in-out;
	display:none;
}

div#playhab-player .listeners:hover {
	color: #FFFFFF;
	background-color: #3498DB;
}

div#playhab-player .listeners i {
	width: 23px;
	height: 18px;
	background-color: #666666;
	font-size: 15px;
	border-radius: 50%;
	line-height: 3px;
	color: #FFFFFF;
	float: left;
	padding-top: 14px;
	padding-left: 9px;
	margin-left: 20px;
	margin-top: 27px;
	margin-right: 15px;
}

div#playhab-player .listeners:hover i {
color: #3498DB;
background-color: #FFFFFF;
}

div#playhab-player .followdj {
	width: auto;
	height: 87px;
	float: left;
	font-size: 14px;
	margin-top: 1px;
	color: #666666;
	text-align: center;
	border-right: 1px solid #EEEEEE;
	transition: background 0.3s ease-in-out;
}

div#playhab-player .followdj a {
	color: #666666;
}

div#playhab-player .followdj:hover {
	color: #FFFFFF;
	background-color: #1B1C22;
}

div#playhab-player .followdj:hover a {
	color: #FFFFFF;
}

div#playhab-player .followdj i {
	width: 54px;
	height: 30px;
	background-color: #acc95f;
	font-size: 30px;
	border-radius: 50%;
	line-height: 3px;
	color: #FFFFFF;
	float: left;
	padding-top: 24px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
}

div#playhab-player .tunein {
	width: auto;
	height: 87px;
	float: left;
	font-size: 14px;
	margin-top: 1px;
	color: #666666;
	text-align: center;
	border-radius: 0 6px 0 0;
	transition: background 0.3s ease-in-out;
}

div#playhab-player .tunein i {
	width: 54px;
	height: 28px;
	background-color: #acc95f;
	font-size: 25px;
	border-radius: 50%;
	line-height: 3px;
	color: #FFFFFF;
	float: left;
	padding-top: 26px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
}

div#playhab-player .tunein:hover {
	color: #FFFFFF;
	border-radius: 0 0 0 0;
	background-color: #1B1C22;
}

#showplan .noshow {
	width: 648px;
	height: 42px;
	color: #D77878;
	padding-top: 18px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	background-color: #FFBFBF;
}

#showplan .noshow .frank {
	width: 44px;
	height: 71px;
	float: left;
	margin-top: -29px;
	background-position: top right;
	background-image: url('../img/frank_sad.png');
}

#showplan .show {
	width: 648px;
	height: 76px;
	font-size: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}

#showplan .show .image {
	width: 73px;
	height: 76px;
	float: left;
	overflow: hidden;
	padding-left: 3px;
	border-radius: 5px 0 0 5px;
	background-color: #E2E2E2;
	transition: background 0.2s ease-in-out;
}

#showplan .show:hover .image {
	background: #2F89C5;
}

#showplan .show .user {
	width: 166px;
	height: 51px;
	padding-top: 25px;
	float: left;
	text-align: center;
	background-color: #F0F0F0;
	border-right: 1px solid #E2E2E2;
	transition: 0.2s ease-in-out;
}

#showplan .show:hover .user {
	color: #FFFFFF;
	background-color: #3498DB;
	border-right: 1px solid #2F89C5;
}

#showplan .show .name {
	width: 290px;
	height: 51px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
	background-color: #F0F0F0;
	border-right: 1px solid #E2E2E2;
	transition: 0.2s ease-in-out;
}

#showplan .show:hover .name {
	color: #FFFFFF;
	background-color: #3498DB;
	border-right: 1px solid #2F89C5;
}

#showplan .show .time {
	width: 94px;
	height: 51px;
	padding-top: 25px;
	text-align: center;
	float: left;
	background-color: #F0F0F0;
	border-radius: 0 5px 5px 0;
	transition: 0.2s ease-in-out;
}

#showplan .show:hover .time {
	color: #FFFFFF;
	background-color: #3498DB;
}

#jobs {
margin-bottom: 20px;
}

#jobs .title {
margin-bottom: 5px;
font-size: 15px;
font-weight: bold;
}

#jobs .habbo {
	background-repeat: no-repeat;
	background-position: center -5px;
	background-color: #DBDEDF;
	width: 100px;
	height: 80px;
	border-radius: 5px 5px 0 0;
	transition: background 0.2s ease-in-out;
	box-shadow: inset 0 -1px #DBDEDF;
}
#jobs .join {
	background-color: #9A9A9A;
	width: 100px;
	height: 40px;
	float: left;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	font: 14px "Segoe UI Semibold";
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	padding: 10px 5px;
	text-align: center;
	transition: background 0.2s ease-in-out;
}

#jobs .nojoin {
	background-color: #CCCCCC;
	width: 100px;
	height: 40px;
	float: left;
	border-radius: 0 0 5px 5px;
	box-sizing: border-box;
	font: 14px "Segoe UI Semibold";
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	padding: 10px 5px;
	text-align: center;
	text-decoration: line-through;
	transition: background 0.2s ease-in-out;
}

#jobs .right::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 0.1em solid #C2C2C2;
	border-top: 0.1em solid #C2C2C2;
	transform: rotate(45deg);
	margin-left: 20px;
	top: -45px;
}

#jobs .desc {
	position: relative;
	float: right;
	width: 480px;
  height: 20px;
	color: #898989;
	top: -125px;
  right: 15px;
}

#beatslist .beatuser {
	width: 648px;
	height: 76px;
	font-size: 15px;
	margin-bottom: 10px;
	transition: background 0.2s ease-in-out;
}

#beatslist .beatuser .image {
	width: 73px;
	height: 76px;
	float: left;
	overflow: hidden;
	padding-left: 3px;
	border-radius: 5px 0 0 5px;
	background-color: #E2E2E2;
	transition: background 0.2s ease-in-out;
}

#beatslist .beatuser:hover .image {
	background: #2F89C5;
}

#beatslist .beatuser .user {
	width: 256px;
	height: 51px;
	padding-top: 25px;
	float: left;
	text-align: center;
	background-color: #F0F0F0;
	border-right: 1px solid #E2E2E2;
	transition: 0.2s ease-in-out;
}

#beatslist .beatuser:hover .user {
	color: #FFFFFF;
	background-color: #3498DB;
	border-right: 1px solid #2F89C5;
}

#beatslist .beatuser .name {
	width: 200px;
	height: 51px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
	background-color: #F0F0F0;
	border-right: 1px solid #E2E2E2;
	transition: 0.2s ease-in-out;
}

#beatslist .beatuser:hover .name {
	color: #FFFFFF;
	background-color: #3498DB;
	border-right: 1px solid #2F89C5;
}

#beatslist .beatuser .place {
	width: 94px;
	height: 51px;
	padding-top: 25px;
	text-align: center;
	float: left;
	background-color: #F0F0F0;
	border-radius: 0 5px 5px 0;
	transition: 0.2s ease-in-out;
}

#beatslist .beatuser:hover .place {
	color: #FFFFFF;
	background-color: #3498DB;
}

ul.tracklist {
	width: 655px;
	list-style: none;
	display: table;
	margin-left: -5px;
}
ul.tracklist li {
	width: 319px;
	height: 80px;
	float: left;
	margin-right: 15px;
}
ul.tracklist li:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 10px;
}
ul.tracklist li .cover {
	background-color: #DBDEDF;
	width: 76px;
	height: 76px;
	float: left;
	border-radius: 5px 0 0 5px;
	transition: background 0.2s ease-in-out;
	box-shadow: inset 0 -1px #DBDEDF;
}
ul.tracklist li .cover img {
	width: 76px;
	height: 76px;
	border-radius: 5px 0 0 5px;
	background-size: cover;
}
ul.tracklist li .time {
	background-color: #3498DB;
	width: 65px;
	height: 32px;
	color: #fff;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 15px;
	box-sizing: border-box;
	font: 14px "Segoe UI Semibold";
	float: left;
	padding: 6px 16px;
	transition: 0.2s ease-in-out;
	}
ul.tracklist li .artist {
	background-color: #FFFFFF;
	width: 243px;
	height: 76px;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
	font: 13px "Segoe UI Semibold";
	float: left;
	padding: 15px 15px;
	transition: 0.2s ease-in-out;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E0E0E0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E0E0E0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E0E0;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	}
ul.tracklist li .title {
	color: #CFCFCF;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.tracklist li:hover .artist {
	color: #fff;
	background-color: #3498DB;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #3498DB;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3498DB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #3498DB;
}
ul.tracklist li:hover  .time {
	background-color: #fff;
	color: #666666;
}

ul.tracklist li:hover  .title {
	color: #fff;
}

ul.tracklist li:hover .cover {
	color: #fff;
	background-color: #59B2EE;
	box-shadow: inset 0 0px #DBDEDF;
}

#profile .avatar {
width: 92px;
height: 92px;
overflow: hidden;
float: left;
margin-top: -25px;
margin-bottom: -25px;
border-radius: 5px;
border: 1px solid rgba(0,0,0,0.08);
background-repeat: no-repeat;
background-position: center;
}

#profile .avatar img {
	margin-top: -5px;
	margin-left: 13px;
}

#profile .username {
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}

#visituser {
margin-left: -10px;
}

#visituser .avatar {
width: 50px;
height: 50px;
float: left;
margin-left: 6px;
overflow: hidden;
border-radius: 10px;
border: 1px solid #DEE2E3;
}

#visituser .avatar img {
margin-top: -15px;
margin-left: -8px;
}

.list-visitor {
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;
}
.list-visitor > li {
	float: left;
	margin-bottom: 5px;
}
.list-visitor > li > .circle {
	background-position: center;
	background-color: #E6E9EA;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	cursor: pointer;
	margin-left: 5px;
	transition: all 0.3s linear;
}
.list-visitor > li:hover > .circle {
	background-color: #3498DB;
}

.list-visitor > li:hover > .circle > a:link,
.list-visitor > li:hover > .circle > a:visited {
	font: 14px "Segoe UI Semibold";
	color: #AAB2B8;
	text-decoration: none;
}

.list-visitor > li:nth-child(5n) {
	margin-bottom: 5px;
	margin-left: 0;
}

.lastonline {
	list-style: none;
	margin-top: 10px;
	margin-left: 5px;
}
.lastonline> li {
	float: left;
	margin-bottom: 5px;
}
.lastonline > li > .circle {
	background-position: center;
	background-color: #E6E9EA;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	cursor: pointer;
	margin-left: 5px;
	transition: all 0.3s linear;
}
.lastonline > li:hover > .circle {
	background-color: #3498DB;
}

.lastonline > li:hover > .circle > a:link,
.lastonline > li:hover > .circle > a:visited {
	font: 14px "Segoe UI Semibold";
	color: #AAB2B8;
	text-decoration: none;
}

.lastonline > li:nth-child(5n) {
	margin-bottom: 5px;
	margin-left: 0;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    background: rgb(235, 235, 235) !important;
    height: 1px;
}

.emojionearea, .emojionearea.form-control {
	border: 0px;
	border-radius: 0px;
}

#footer-streak {
	width:100%;
	height:1px;
	background-color: #515C65;
	position: relative;
}

#footer-online {
	background-image: unset;
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: transparent;
	box-shadow: unset!important;
}

#footer-online .content {
	width: 1306px;
	margin-left: auto;
	margin-right: auto;
}

#footer-online .content ul.user-online {
    width: 1306px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
#footer-online .content ul.user-online li {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s ease-in-out, transform 0.3s cubic-bezier(0, 0.2, 0.5, 3) 0s;
}
#footer-online .content ul.user-online li:hover {
    opacity: 0.75;
    box-shadow: 0 0 0 2px #fff;
	transform: scale(1.02);
}
#footer-online .content ul.user-online li .habbo {
	background-repeat: no-repeat;
	background-position: center -5px;
	width: 80px;
	float: left;
	border-radius: 0;
	transition: background 0.3s ease-in-out;
	background-color: #272f3a;
	height: 70px;
}

#footer-online .content ul.user-online li .habbo .bg {
	overflow: hidden;
	width: 70px;
	height: 70px;
	margin: 0;
	background-size: cover;
	-moz-border-radius: 0%;
	-webkit-border-radius: 0%;
	border-radius: 0%;
}

#footer-online .content ul.user-online li .habbo .bg img {
	margin-top: -15px;
	margin-left: -2px;
}

#footer-online .content ul.user-online li .username {
	width: 183px;
	box-sizing: border-box;
	font: 13px "Segoe UI Semibold";
	float: left;
	padding-top:18px;
	padding-right: 5px;
	transition: 0.3s ease-in-out;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: #272f3a;
	height: 70px;
	color: #fff;
	border-radius: 0 0 0 0;
	}
#footer-online .content ul.user-online li .username img {
	margin-right: 8px;
}
#footer-online .content ul.user-online li .mission {
	color: #4B565E;
	margin-top: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#footer-online .content ul.user-online li .username a,
#footer-online .content ul.user-online li .username a:active,
#footer-online .content ul.user-online li .username a:visited {
	color: #AAB2B8;
}
#footer-online .content ul.user-online li:hover .username {
    box-shadow: inset -3px 0px 0px #acc95f;
    background-color: #fff;
}
#footer-online .content ul.user-online li:hover .mission {
	color: #96A1AA;
	text-shadow: none;
}
#footer-online .content ul.user-online li:hover .habbo {
	background-color: #FFFFFF;
}

.user-icon {
	margin-right: 8px;
}


/* PROFILE MISSION FIX */
#profile .username {
	width: 530px;
}


/* NEWS BANNER */
.fwbanner {
	background-position: right center;
    height: 100px;
    width: auto;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 14px 0 14px;
}

.fwbanner.badge {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: center;
    width: 68px;
    height: 68px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
    margin-right: 16px;
    margin-top: 16px;
    cursor: pointer;
    float: right;
    transition: all 0.1s linear;
}

#nextdj {
	position: relative;
}

#nextdj .djtop {
    width: 100%;
    height: 55px;
    padding: 10px;
    float: left;
    color: #FFFFFF;
    background-color: #516079;
    border-radius: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
    box-sizing: border-box;
	overflow: hidden;
}

#nextdj .user {
    width: auto;
    height: auto;
    padding: 7px 15px;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #3d485a;
    border-radius: 55px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
	margin-left: 80px;
}

#nextdj .time {
    width: auto;
    height: auto;
    padding: 7px 10px;
    float: right;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #acc95f;
    background-image: linear-gradient(180deg, #b8d366, #91ae44);
    border-radius: 55px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
}

#nextdj .showname {
    width: 100%;
    height: 35px;
    color: #FFFFFF;
    clear: both;
    padding: 10px;
    background-color: #435065;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.40);
    box-sizing: border-box;
    line-height: 12px;
    font-style: italic;
    padding-left: 100px;
	overflow: hidden;
}

#nextdj .habbo {
    width: 68px;
    height: 68px;
    color: #FFFFFF;
    clear: both;
    background-image: linear-gradient(180deg, #ffffff, #cfcfcf);
    box-sizing: border-box;
    line-height: 12px;
    position: absolute;
    border-radius: 55px;
    border: 2px solid #435065;
    overflow: hidden;
    top: 10px;
    left: 13px;
}

.watch-votebars {
	width: 100%;
	height:4px;
	margin:2px 0;
	border:1px solid #ccc;
	overflow:hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.watch-votebar-likes{
	float:left;
	height:4px;
	border-right:1px solid #fff;
	background:#85B200;
}
.watch-votebar-dislikes{
	float:right;
	height:4px;
	margin-right:-1px;
	background:#EA4646;
}

.slider {
  width: 730px !important;
  height: 217px !important;
    float: left;
    margin: 0 20px 0 0;
	overflow: hidden;
}

.slider .nivoSlider {
  position: relative;
  overflow: hidden;
    width: 730px !important;
    height: 217px !important;
}

.slider .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
}

.slider .nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}

.slider .nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
  filter:alpha(opacity=0); 
  opacity:0;
}

.slider .nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}

.slider .nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}

.slider .nivo-box img { display:block; }

.slider .nivo-html-caption {
  display:none;
}

.slider .nivo-controlNav {
  position: absolute;
  z-index: 10;
    top: 20px;
    left: 20px;
    bottom: unset;
    right: unset;
}

.slider .nivo-controlNav a {
  background-color: #FFFFFF;
  margin-right: 6px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  float: left;
  transition: all 0.3s;
    width: 20px;
    height: 20px;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.slider .nivo-controlNav a.active {
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #2D2D2D;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #2D2D2D;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 0px #FFFFFF, inset 0 0 0 0px #2D2D2D;
    -moz-opacity: 1;
    -webkit-opacity: 1;
	opacity: 1;
}*/

/* Errors */
.notice {
    padding: 20px;
    font-size: 14px;
    color:#FFF;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #4CAF50;
    background-color: #4CAF50;
}
.notice-success>strong {
    color: #FFF;
}
.notice-info {
    border-color: #45ABCD;
	background-color: #45ABCD;
}
.notice-info>strong {
    color: #FFF;
}
.notice-warning {
    border-color: #FEAF20;
	background-color: #FEAF20;
}
.notice-warning>strong {
    color: #FFF;
}
.notice-danger {
    border-color: #d73814;
	background-color: #d73814;
}
.notice-danger>strong {
    color: #FFF;
}

#menu > ul > li.logged > .circle > ul.subnav > li > a:link, #menu > ul > li.logged > .circle > ul.subnav > li > a:visited, #menu > ul.align > li.item > ul.subnav > li > a:link, #menu > ul.align > li.item > ul.subnav > li > a:visited {padding-left:0px!important;}

#menu > ul > li.logged > .circle > ul.subnav {
    background-color: #fff;
    z-index: 20;
}

#menu > ul > li.logged > .circle {
    background-image: unset;
    background-color: #F2F2F2;
    border: 1px solid #E7E7E7;
}

#menu > ul.align > li.item > ul.subnav > li:hover, #menu > ul.align > li.item > ul.subnav > li:hover:last-of-type, #menu > ul.align > li.item > ul.subnav > li:hover:first-of-type {
    background-image: unset;
    box-shadow: unset;
	-webkit-box-shadow: unset;
    background-color: #a4c054;
}

#menu > ul > li.logged > .circle > ul.subnav > li:hover, #menu > ul > li.logged > .circle > ul.subnav > li:hover:last-of-type, #menu > ul > li.logged > .circle > ul.subnav > li:hover:first-of-type {
    background-image: unset;
    box-shadow: unset;
	-webkit-box-shadow: unset;
    background-color: #a4c054;
}

#menu > ul.align > li.item:after {
    content: "";
    background-color: #a4c054;
    width: calc(100% - 50px);
    height: 2px;
    box-shadow: 0 0 0 #a4c054;
    position: absolute;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    transform: translate(-100%);
}
#menu > ul.align > li.item:hover:after {
    opacity: 1;
    visibility: visible;
}

#menu > ul.align > li.item:first-of-type {
    padding-left: 25px;
}

#menu > ul.align > li.item:first-of-type:before {
    width: calc(100% - 50px);
}

#menu > ul.align > li.item:hover > a > .nav-icon {
    color: #a4c054;
}

#menu {
    background-color: #ffffff;
    box-shadow: inset 0 -1px #ffffff, inset 0 -3px #e5e5e5;
    -moz-box-shadow: inset 0 -1px #ffffff, inset 0 -3px #e5e5e5;
    -webkit-box-shadow: inset 0 -1px #ffffff, inset 0 -3px #e5e5e5;
}

#menu > ul.align > li.item {
    text-shadow: none;
    color: #555555;
    padding: 28px 25px;
}

#menu > ul.align > li.item > a:link, #menu > ul.align > li.item > a:visited {
    color: #555555;
}

#menu:before {
    height: 0px;
}

#menu > ul.align > li.item:before {
    content: "";
    background-color: #a4c054;
    width: calc(100% - 50px);
    height: 4px;
    box-shadow: 0 0 0 #a4c054;
    position: absolute;
    top: auto;
    bottom: -3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

#menu > ul.align > li.item > ul.subnav {
    margin-top: 31px;
    z-index: 99;
}

#menu > ul.align, #feed > .align {
    padding: 0 20px;
    box-sizing: border-box;
}

.bordertextarea > textarea {
    background: none;
    background-color: #F2F5F5;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0 3px 3px 0;
    font: 14px "Segoe UI";
    color: #999999;
    padding: 12px 12px;
    outline: none;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.bordertextarea {
    background-color: rgba(0, 0, 0, 0.12);
    width: auto;
    height: auto;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    float: left;
}

.news-badge-wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.news-badge {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 10%);
    border-radius: 2px;
    color: rgb(255 255 255 / 50%);
}

.badge-color-1 {
    background: #50478C !important;
    float:right;
    margin-right: -10px;
    margin-top: -10px;
    padding: 5px;
}

.shortnews-box {
    cursor: pointer;
}

.badge-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, 60px);
    gap: 10px;
    max-width: 360px;
}

.badge-link {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
}

.badge-link.inactive {
    background-color: #FADBDB;
}
.badge-link.inactive img {
    opacity: 0.3;
}

.badge-link.owned {
    background-color: #C7FFD0;
}
.badge-link.owned img {
    opacity: 0.3;
}

.badge-link img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.badge-link .checkmark {
    position: absolute;
    color: #1ECD3B;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 2px #000;
    pointer-events: none;
}
