.card {
	background-position-x: -2px;
    background-position-y: -2px;
}

.align_vertical{
    bottom: 50%;
    transform: translateY(50%);
    position: relative;
}

/* Registro */
.modal-register {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #00000078;
	z-index: 1;
}


.centered {
    margin: 0 auto !important;
    float: none !important;
}
a {
 color: #AE4BCB
} 
a:hover {
    color: #8517a5;
} 

/* Termina Registro */

.navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	font-weight: bold;
}
@media (min-width:576px) {
	.navbar-brand {
		margin-left: 10px;
	}
	.nav-item-right {
		margin-right: 10px;
	}
}
@media (min-width:768px) {
	.navbar-brand {
		margin-left: 70px;
	}
	.nav-item-right {
		margin-right: 70px;
	}
}
@media (min-width:935px) {
	.navbar-brand {
		margin-left: 90px;
	}
	.nav-item-right {
		margin-right: 90px;
	}
}
@media (min-width:1200px) {
	.navbar-brand {
		margin-left: 100px;
	}
	.nav-item-right {
		margin-right: 100px;
	}
}
@media (min-width:1450px) {
	.navbar-brand {
		margin-left: 200px;
	}
	.nav-item-right {
		margin-right: 200px;
	}
}
@media (min-width:1670px) {
	.navbar-brand {
		margin-left: 270px;
	}
	.nav-item-right {
		margin-right: 270px;
	}
}
@media (min-width:1800px) {
	.navbar-brand {
		margin-left: 300px;
	}
	.nav-item-right {
		margin-right: 300px;
	}
}
@media (min-width:1900px) {
	.navbar-brand {
		margin-left: 380px;
	}
	.nav-item-right {
		margin-right: 380px;
	}
}

@media (min-width:768px) {
	.navbar-dropdown {
		max-width: 96%!important;
	}
}
@media (min-width:992px) {
	.navbar-dropdown {
		max-width: 97%!important;
	}
}
@media (min-width:1200px) {
	.navbar-dropdown {
		max-width: 97.4%!important;
	}
}

html, body {
	background: #eee;
  	cursor: url(/templates/clean/img/header/christmascursor.cur);
}
.body {
	padding-top: 33px;
	padding-top: 0px!important
}
.container-news {
	max-width: 900px;
}
.card {
	box-shadow: 0 0 5px rgba(0,0,0,.09);
}
.card-footer.text-muted {
	color: #8a8a8a!important;
}
.header-background {
	/*background-image: url(https://i.imgur.com/VQceCDi.png);*/
	background-image: url(https://i.imgur.com/yrROoGu.png);
	background-color: #bce0ee;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	min-width: 930px;
	min-height: 156px;
}
small {
	font-size: 75%;
}

i {
	font-size: 100%!important;
}
.alert {
	font-size: 10pt;
}
#habbo-plate {
    top: -50px;
    /*left: 15px;*/
    text-align: center;
    height: 138px;
    position: relative;
    width: 96px;
    margin-left: -29px;
}
.enter-hotel-icon {
	background: transparent url(https://i.imgur.com/rHJmn6x.gif) no-repeat 0 50%;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 13px;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}
.news-learn-more, .news-learn-more:hover, .news-learn-more:focus {
	color: white;
	text-decoration: underline;
}

.navbar-dropdown {
	background-color: white;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	max-width: 97.5%;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	box-shadow: 0 0 5px rgba(0,0,0,.09);
}
.navbar-dropdown > ul {
	flex-direction: row;
	list-style: none;
	margin-left: -31px;
	margin-bottom: 0px;
}
.navbar-dropdown > ul > li {
	display: inline;
	padding-right: 1.3em;
    margin-right: 1.3em;
	border-right: 1px solid #d8d8d8;
	font-size: 10pt;
}
.bg-light {
	background-color: #1e262c!important;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}
.navbar-light .navbar-nav .active>.nav-link {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.6);
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}
.navbar-light .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1);
}
#habbo-details {
	top: -20px;
    left: -20px;
    text-align: center;
    height: 138px;
    position: relative;
    width: 96px;
    margin-left: -29px;
}

#article-wrapper .article-meta {
    color: #959699;
    margin-bottom: 8px;
}
.article-body {
	padding-top: 17px;
}
.card-header {
	padding: 0.95rem 1.45rem;
	color: white;
    background-image: url('https://localhost/templates/clean/img/header/topbg.png');
}
.conta-verificada {
	/*color: #2d87fd;*/
	margin-left: 2px;
	font-size: 13pt;
}
.modal-dialog, .modal-content.modal-amigos {
	/* 80% of window height */
	height: 80%;
}

.modal-body.modal-amigos {
    /* 100% = dialog height, 120px = header + footer */
	max-height: calc(100% - 120px);
	overflow-y: scroll;
}
#btn-show-friends-online {
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(108, 117, 125, 0.65);
	border-color: rgba(108, 117, 125, 0.65);
}

.ads-vip, .ads-other {
	width: 100%;
	height: 100px;
	background-image: linear-gradient(to bottom,#212121,#151515);
	float: right;
	border-radius: 6px;
	border: 1px solid #000;
	box-shadow: inset 2px 2px 0 rgba(255,255,255,.1), inset -2px -2px 0 rgba(255,255,255,.1);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	padding-left: 30px;
}
.ads-other {
	background-image: linear-gradient(to bottom,#66113c,#44186c);
  	border-color: #28004c;
}
.ads-vip:before {
	content: '';
	width: 145px;
	height: 42px;
	background-image: url(/templates/clean/img/vip.webp);
	position: absolute;
	right: 30px;
}
.ads-other:before {
	content: '';
    width: 118px;
    height: 70px;
    background-image: url(/templates/clean/img/instagram_logo_512.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -16px;
}
.title-ads {
	font-weight: 700;
	font-size: 22px;
}
.desc-ads {
	font-size: 14px;
}

.social {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 0px;
}
.social li {
	display: inline-block;
}
.social li a {
	color: #868e96;
	-webkit-transition: color .8s ease;
	transition: color .8s ease;
}
.social li a i {
	font-size: 35px!important;
	margin-right: 5px;
}
#snow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1000;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
::-webkit-scrollbar-track {
    	background-color: #BDBDBD;
		}
		::-webkit-scrollbar {
    	width: 9px;
    	background: #AE4BCB;
		}
		::-webkit-scrollbar-thumb {
    	background: #AE4BCB;
		}