#header-box {
	background-color: #F5F5F5;
	border-bottom: 1px solid #d8d8d8;
}
#header-box h2 {
	margin: 0;
	padding: 12px 10px 11px;
}

#warning {
	max-width: 400px;
	min-width: 350px;
	overflow-x: hidden;
}

.h-list, .v-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}
.h-list li {
	display: inline-block;
	padding: 0px;
	height: 100%;
	vertical-align: top;
}
.h-list li.v {
	display: block;
	padding: 0 3px;
}
.h-list li.25 {
	width: 25%;
}
.log-container .profile-link {
	display: inline;
    padding: 0px;
    line-height: 26px;
	color: #00aadd;
}
.log-container .profile-link:hover {
	color: #ff6699;
}
.log-container .button-wrapper img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-size: cover;
}
.table-back {
    padding: 0;
    min-height: fit-content;
}
#post-reader, #profile-reader, #donate, #Terms, #Privacy, #Cookie, #Cookies, #subscriptions, .fullDialog {
    min-height: 100%;
    max-height: fit-content;
    overflow: hidden;
    overflow-y: visible;
	max-height: calc(100vh - 110px) !important;
}
#profile-reader {
    max-height: calc(100vh - 49px) !important;
}
#subscriptions, .fullDialog {
    max-height: 100vh !important;
}
#subscriptions .comment-table, .fullDialog .comment-table {
    margin-top: -1px;
}
.appbox #post-reader, .appbox #profile-reader, .appbox #donate, .appbox #Terms, .appbox #Privacy, .appbox #Cookie, .appbox #Cookies, .appbox #subscriptions, .appbox .fullDialog {
    max-height: calc(100vh - 39px) !important;
}
#lang-reader .table-titlebar {
	display: none;
}
#lang-reader .table-container {
	margin-bottom: 0px;
}
.fullDialog, .appbox [aria-describedby="transactions"] {
	margin-top: 0px !important;
}
.fullDialog .table-container {
	margin-top: -1px;
}
[aria-describedby="transactions"] #transactions {
	overflow-x: hidden;
}
/*#Terms {
    max-height: calc(100vh - 110px) !important;
}*/
#profile-viewer {
    min-height: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: visible;
	max-height: calc(100vh - 39px) !important;
}
#footer-bar {
	padding-left: 0px;
}
/*#profile-viewer .ui-tabs-button.media-tab {
	visibility: hidden;
}
#profile-viewer .media-tab a {
	padding-left: 10px !important;
    text-align: center !important;
	pointer-events: fill;
}
#profile-viewer .media-tab a:after {
	padding-left: 0px !important;	
}
#profile-viewer .friends-tab a {
	pointer-events: fill;
}*/
.table-filter, .table-sort {
	width: 50px;
	float: right;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #D8D8D8;
}
	.table-filter:hover {
		background-color: rgba(0,0,0,.05);
	}
	.table-filter:hover > i.icon-list {
		background-position: -27px -107px;
	}
	.table-filter:hover > i.icon-block {
		background-position: -27px -87px;
	}
	.table-sort:hover {
		background-color: rgba(0,0,0,.05);
	}
	.table-sort:hover > i.icon-sort {
		background-position: -27px -127px;
	}
	.table-sort.active > i.icon-sort {
		background-position: -27px -127px;
	}
	.table-sort.active:before {
		background-color: #00AADD;
		content: '';
		display: block;
		position: absolute;
		bottom: 0px;
		height: 4px;
		width: 100%
	}

.list-variable {
	height: 50px;
	vertical-align: top;
}
.sort-abc {
	cursor: pointer;
}
	.sort-abc:hover, .sort-abc.active {
		color: #00AADD !important;
	}
	.sort-abc:hover > span i.icon-sortable-down, .sort-abc.active > span i.icon-sortable-down  {
		border-top: 5px solid #00AADD !important;
	}
	.sort-abc:hover > span i.icon-sortable-up, .sort-abc.active > span i.icon-sortable-up {
		border-bottom: 5px solid #00AADD !important;
	}

.table-body {
	margin: auto;
}
	@media screen and ( max-width: 1250px ){

	}
	@media screen and ( max-width: 950px ){
		.table-body {
			margin: auto;
		}
	}

.table-body.table-body-play {
    max-height: 155px;
    overflow-y: auto;
	overflow-x: hidden;
    display: block;
	min-width: 350px;
	margin-bottom: -5px;
	position: relative;
	top: -3px;
}
.comment-table, .table-container {
	/*cursor: pointer;*/
	display: block;
	position: relative;
    border: 1px solid #D8D8D8;
	max-width: 720px;
	min-width: 360px;
	min-height: 90px;
	width: 100%;
	margin: 10px auto 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.05);
	border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background-color: white;
	-webkit-transition: all .07s; /* Safari */
    transition: all .07s;
}
.memento-button {
	position: relative;
	width: 38px !important;
    height: 38px !important;
    top: -3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    border-color: rgba(255, 102, 153, .5) !important;
}
.memento-title {
    margin: 10px 16px 0px;
    font-size: 1.3em !important;
    width: 100%;
	max-width: 686px;
    padding: 8px 50px 5px 10px !important;
	margin-bottom: 12px;
    font-weight: 300;
	font-family: "ITCAvantGardePro-Md", Arial, Helvetica, sans-serif;
}
/*input.memento-title {
    padding-top: 5px !important;
}*/
.ui-dialog .comment-table {
	border-radius: 0x;
	border-left: 0px;
	border-right: 0px;
}
#muns-transactions-pop .table-container {
	margin-top: 0px;
	border-top: 0px;
	border-radius: 0px;
}
#trending-pop {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 110px);
	max-height: calc(100vh - 110px) !important;
}
#trending-pop::-webkit-scrollbar, .memento-wrapper::-webkit-scrollbar {
	width: 5px;
}
.memento-wrapper::-webkit-scrollbar-thumb {
	opacity: 0;
	width: 5px;
}
.memento-wrapper:hover::-webkit-scrollbar-thumb {
	opacity: 1;
	background-color: rgba(0,0,0,.1);
	width: 5px;
}
#trending-pop::-webkit-scrollbar-thumb {
	width: 5px;
	background-color: rgba(0,0,0,.1);
}

#trending-pop .table-body:first-of-type .comment-table {
	margin: -1px 0 50px 0;
}
#post-reader .comment-table {
    border-bottom: 0px;
	margin: -1px 0 0px 0;
}
#post-reader .table-body {
	overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 110px);
}
#map-information .table-container {
	margin: -1px 0 15px 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#map-information .table-container:last-child {
	margin-bottom: 0px;
}
#obj-premios img {
	
}
#offers-reader .avatar-slots .avatar-slot {
	margin-right: 5px !important;
}
.location-button-wrapper {
	width: 100%; 
	max-width: 450px; 
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "ITCAvantGardePro-Md", "Lato", Arial, Helvetica, sans-serif;
	font-size: .9em;
}
[role="dialog"] .shop-table-container {
	margin: 0px 0 0 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 0px;
}
.table-container {
	min-width: 360px;
}
.comment-empty {
    padding: 10px;
    height: 50px;
    min-height: 0px;
	line-height: 23px;
	margin-bottom: 0px;
}
.flex .table-container {
	margin: 60px auto auto auto;
}
.comment-table:empty {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('images/Index/news_background.png');
}
.comment-replies {
	position: relative;
}
.comment-replies.active {
	display: block;
	position: relative;
	background-color: rgba(250, 250, 250, .5);
}
.button-more {
    position: absolute !important;
    left: 50%;
    margin-left: -15px;
    top: -41px;
}
	.button-more:hover > .icon-seemore {
		background-position: -102px -100px;
	}
	.button-more .loader {
	    transform: scale(.28);
		left: -45px;
		top: -67px;	
	}

.reply-box {
	display: block;
	position: relative;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-top: 1px solid rgba(255,255,255,.1);
	width: 100%;
	    background-color: rgba(250, 250, 250, .1);
    min-height: 75px;
	    clear: both;
}
.reply-box.owner:empty {
	background-image: url('images/Index/replies_background.png');
	background-repeat: no-repeat;
	min-height: 93px;
}
.reply-box.active:before {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 11px solid #FAFAFA;
    top: -10px;
    left: 35px;
    z-index: 1;
}
	.reply-box.active {
		background-color: #FAFAFA;
		background-image: none;
		border-top: 1px solid #00AADD;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		display: none;
	}
.reply-box.active .content-editable:focus {
	border-left: 2px solid #00AADD;
}
.reply-box.active:after {
	content: '';
	position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #00AADD;
    top: -11px;
    left: 35px;
}

.comment-avatar, .shop-avatar {
	display: inline-block;
	float: left;
	width: 95px;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.shop-avatar {
	padding: 10px;
	width: 90px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.shop-description {
    display: inline-block;
    width: 100%;
    padding: 10px 90px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgba(255,255,255,.5);	
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	line-height: 20px;
}
.profile-face-avatar.comment-avatar, .profile-face.comment-avatar {
	width: 40px !important;
	height: 40px !important;
	display: none;
	text-align: center;
	border: 2px solid #D8D8D8;
	border-radius: 100%;
	overflow: hidden;
    background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 3px 7px 0px -5px;
}
.profile-face.comment-avatar {
    margin: 0px 7px 0px -5px;
}
.profile-face-avatar.comment-avatar.male:hover, li.active .profile-face-avatar.comment-avatar, li.active .profile-face.comment-avatar {
	border-color: #00aadd;
}
.profile-face-avatar.comment-avatar.female:hover, li.active .profile-face-avatar.comment-avatar.female {
	border-color: #ff6699;
}
.profile-face-avatar.comment-avatar.nonbinary:hover, li.active .profile-face-avatar.comment-avatar.nonbinary {
	border-color: #f0ad4e;
}
.about-footer {
    margin: 0;
    padding: 20px;
    list-style: none;
    text-align: center;
	font-size: .9em;
}
.about-footer li {
    display: inline-block;
    padding: 0 15px 0 0;
}
.reply-box .comment-avatar, .like-avatar {
	display: table-cell;
	width: 90px;
	vertical-align: top;
	-webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}
.table-play .reply-box .comment-avatar {
	width: 75px;
}
.table-play .reply-box .comment-avatar a {
	width: 60px;
}
.gaming-list {
	min-height: 390px;
	vertical-align: top;
    text-align: left;
    white-space: nowrap;
	background: wheat;
	border-radius: 3px;
	overflow: hidden;
	max-width: 1200px;
    width: 100%;
	min-width: min(100vw, 1200px);
	left: 50%;
    transform: translateX(-50%);
    position: relative;
	padding-left: 33px;
}
.profile-latest {
}
.no-dashboard .profile-latest {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100vw !important;
    max-width: 100vw !important;
}
.profile-latest .gaming-list {
	display: flex;
    flex-direction: row-reverse;
	background: transparent;
	min-width: 100%;
	padding-left: 0px;
	padding-right: 50px;
}
.profile-latest .gaming-list .comment-empty {
	margin-left: 0px !important;
}
.game-selection {
    max-width: calc(100vw - 360px);
    margin-left: 360px;
    left: 0px;
    transform: translateX(0px);
	/*padding-right: 360px;*/
    min-height: calc(100vh - 70px);
    background: linear-gradient(45deg, transparent 10%, #00AADD 35%, #ff6699 75%);
    border-top-left-radius: 0px;
	background-attachment: fixed;
    padding-bottom: 33px;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent 0%, black 10%);
    mask-box-image: linear-gradient(bottom, transparent 0%, black 10%);
}
.game-selection-block:hover {
	filter: drop-shadow(2px 2px 0 #00AADD) drop-shadow(-2px -2px 0 #00AADD);
	transform: scale(1.1);
	z-index: 1000;
	transition: transform .2s;
}
.game-selection-block.active {	
	filter: drop-shadow(2px 2px 0 #FF6699) drop-shadow(-2px -2px 0 cyan);
	animation: recently-selected .33s linear 1;
}
	@keyframes recently-selected  {
	  from { filter: drop-shadow(2px 2px 0 #FF6699) drop-shadow(-2px -2px 0 cyan); }
	  10% { filter: drop-shadow(7px 5px 0 #FF6699) drop-shadow(-5px -5px 0 cyan); }
	  to { filter: drop-shadow(2px 2px 0 #FF6699) drop-shadow(-2px -2px 0 cyan); }
	}

.game-selection-block.active {
	border-color: #00AADD;
	border-width: 2px;
}
.game-selection-block .table-buttons:last-child {
	display: none;
}
.game-selection-block:hover .table-buttons:last-child {
	display: block;
}



.gaming-list .table-content {
	max-width: 360px;
    margin: 33px 0px 33px 10px;
    vertical-align: top;
    min-width: 360px;
	display: inline-block;
	height: 265px;
}
.gaming-list .comment-table {
	min-width: 360px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.comment-table .comment-avatar a, .shop-avatar span, .comment-table .comment-avatar span, .round-avatar {
	width: 65px;
	height: 65px;
	display: block;
	margin: 10px 5px 10px 15px;
	text-align: center;
	-webkit-transition: all .2s; /* Safari */
    transition: all .2s;
	background-color: white;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.25));
}
[role="carrousel"]  .button-reply, [role="carrousel"]  .comments-reply {
	display: none;
}
.shop-avatar span {
	margin: 0;
	border-radius: 100%;
	border: 2px solid #D8D8D8;
    margin: 0 auto;
    overflow: hidden;
    width: 70px;
	background-color: white;
}
.shop-avatar span img {
	width: 66px;
}

.reply-box .comment-avatar a, .like-avatar a {
	width: 65px;
	height: 65px;
	display: block;
	margin: 10px 15px 10px;
	text-align: center;
	-webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}
.reply-box.active .comment-avatar a {
	margin: 10px 25px 10px;
}
.comment-table .comment-avatar a img, .comment-table .comment-avatar span img, .shop-avatar a img, .ui-profile-tabs li.comment-avatar.left a.round-avatar img {
	max-width: 70px;
	max-height: 70px;
	width: 100%;
	height: 100%;
	min-height: 40px;
	min-width: 40px;
	display: block;
	border: 2px solid #D8D8D8;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	/*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);*/
	-webkit-transition: all .2s; /* Safari */
    transition: all .2s;

}
.reply-box .comment-avatar a img, .like-avatar a img {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	display: block;
	border: 2px solid #D8D8D8;
	border-radius: 60px;
	overflow: hidden;
	/*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);*/
	-webkit-transition: all .2s; /* Safari */
    transition: all .2s;
}
	.comment-table .comment-avatar a img:hover, .reply-box .comment-avatar a img:hover, .shop-avatar span img:hover {
		border-color: #cccccc;
	}
	.reply-box.active .comment-avatar a img, .reply-box.active .comment-avatar a img:hover, .like-avatar span img:hover, .ui-profile-tabs li.comment-avatar.left a.round-avatar:hover img  {
		border-color: #00aadd;
	}
	.reply-box.active .comment-avatar:before  {
		content: '';
		width: 4px;
		background: whiteSmoke;
		height: 100%;
		position: absolute;
	}

.comment-table .comment-body, .shop-header {
	display: block;
	width: 100%;
	vertical-align: top;
	position: relative;
	top: 0px;
}
.shop-header {
	position: absolute;
	height: 100%;
	min-height: 85px;
}
.reply-box .comment-body, .like-body  {
	display: table-cell;
	width: 714px;
	vertical-align: top;
	position: relative;
}
.table-play .reply-box .comment-body {
	max-width: 273px;
	padding-left: 10px;
}
.reply-box.not-owner .comment-body {
	padding-left: 0px;
}
.reply-box.selected {
    border-color: #00aadd;
    border-width: 3px;
}
.table-play .reply-box.not-owner .comment-body {
	padding-left: 10px;
    vertical-align: top;
    max-width: 273px;
}
.comment-table .comment-author, .comment-table .comment-author-reply, .reply-box .comment-author, .like-author, .frient-titlebar, .shop-owner {
	margin: 15px 0px 0px -4px;
	display: block;
	text-align: left;
	position: relative;
}
.comment-table .comment-author-reply {
	margin: 10px 0px 0px 0px;
}
.comment-table .comment-author, .shop-owner {
	min-height: 70px;
}
.shop-owner {
	/*border-bottom: 1px solid rgba(255,255,255,0.15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .08);*/
	background-size: contain;
	height: 85px;
	padding: 10px;
	margin: 0px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.shop-noshop {
	padding: 10px;
	background-color: rgba(0,0,0,.02);
}
.shop-config {
	position: absolute !important;
	right: 8px;
	top: 50px;
}
#shop-viewer [role="shop-config-panel"] ol {
	height: calc(100vh - 186px) !important;
}
.comment-table .comment-author h3, .shop-owner h3 {
	margin: 0;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
}
.shop-owner h3 {
    font-weight: 300;
	font-family: "ITCAvantGardePro-Md", Arial, Helvetica, sans-serif;
}
.category-title {
	margin-bottom: 10px;
}
.category-title h3 {
	font-size: 1.1em;
    margin: 0;
    display: inline-block;
    font-weight: bold;
}
.reply-box .comment-author h4, .like-author h4 {
	margin: 0;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
}
.reply-box h4 {
	display: block;
	margin: 0px 0 5px 1px;
	font-size: .9em;
	font-weight: 800;
}
.comment-table .comment-author a:hover, .reply-box .comment-author a:hover, .like-author a:hover, .shop-owner a:hover {
	text-decoration: none;
	color: #FF6699;
}

.see-profile {
	color: #777777;
    font-size: .75em;
    width: 100%;
    min-width: 225px;
    max-width: calc(100% - 175px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
	font-family: "ITCAvantGardePro-Md", Arial, Helvetica, sans-serif;
}
/*.comment-table .comment-author .see-profile span:after {
	content: '';
    width: 10px;
    height: 0px;
    position: absolute;
    margin-left: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 9px;
    border-top: 1px solid #d8d8d8;
}
.reply-box .comment-author .see-profile span:after {
	content: '';
	margin: 0;
    width: 2px;
    height: 12%;
    position: absolute;
    background-color: rgba(0,0,0,.03);
    left: 3px;
    top: 58px;
}*/
.grid {
	display: grid;
	grid-gap: .5rem;
	grid-template-columns: repeat(auto-fit, minmax(30%, 218px));
}
.grid div {
	width: clamp(200px, 30%, 200px);
	white-space: normal;
	display: flex;
    flex-direction: column;
}
.comment-table.grid, .table-container.grid {
	grid-template-columns: repeat(auto-fit, minmax(100%, 1200px));
	max-width: clamp(min(100vw, 720px), min(100vw, 1200px), min(100vw, 1200px));
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, 100%);
}
.comment-table.grid div, .table-container.grid .table-content {
	width: 100%;
	white-space: normal;
	display: flex;
    flex-direction: column;
}
.table-container.grid .table-buttons {
	width: 100%;
    max-width: 100%;
}
.windy-grasso {
	animation: windy-grasso 7s ease-in-out infinite alternate;
}
	@keyframes windy-grasso {
	  from { transform: skewX(0); }
	  94% { transform: skewX(1deg); }
	  96% { transform: skewX(0); }
	  98% { transform: skewX(2deg); }
	  to { transform: skewX(0deg); }
	}
.comment-loader {
	font-weight: bold;
	font-size: .8em;
	font-variant: small-caps;
    cursor: pointer;
	text-align: center;
	padding: 10px;
	color: #CCC;
	height: 40px;
    position: relative;
	margin: 20px auto;
	max-width: 665px;
	min-width: 360px;
	width: 100vw;

	background-color: #E9E9E9;
	background-repeat: repeat-x;
	background-image: linear-gradient(#FFFFFF,#E8E8E8);
	background-image: -moz-linear-gradient(#FFFFFF,#E8E8E8);
	background-image: -ms-linear-gradient(#FFFFFF,#E8E8E8);
	background-image: -o-linear-gradient(#FFFFFF,#E8E8E8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#E8E8E8));
	background-image: -webkit-linear-gradient(#FFFFFF,#E8E8E8);
	filter:	progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E8E8E8');

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	    
	border: 1px solid #D8D8D8;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);
	-ms-box-shadow: 0 2px 4px rgba(0,0,0,.05);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.05);
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.comment-sort {
	font-size: .8em;
	font-variant: small-caps;
    cursor: pointer;
	text-align: center;
	padding: 10px;
	color: #CCC;
	height: 40px;
    position: relative;
	border-top: 1px solid rgba(0,0,0,.1);
}
	.comment-loader:hover {
		background-color: #E8E8E8;
		background-image: linear-gradient(#F8F8F8,#E8E8E8);
		background-image: -moz-linear-gradient(#F8F8F8,#E8E8E8);
		background-image: -ms-linear-gradient(#F8F8F8,#E8E8E8);
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F8F8F8),color-stop(100%,#E8E8E8));
		background-image: -webkit-linear-gradient(#F8F8F8,#E8E8E8);
		background-image: -o-linear-gradient(#F8F8F8,#E8E8E8);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.comment-loader:active {
		background-image: none;
		box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.08),0 2px 0 rgba(255, 255, 255, .25);
		-webkit-box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.08),0 2px 0 rgba(255, 255, 255, .25);
		-moz-box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.08),0 2px 0 rgba(255, 255, 255, .25);
		-ms-box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.08),0 2px 0 rgba(255, 255, 255, .25);
		-o-box-shadow: inset 0 2px 15px rgba(0, 0, 0, 0.08),0 2px 0 rgba(255, 255, 255, .25);
	}
	.comment-sort:hover {
		color: #777;
	}
.comment-sort.loading, .comment-loader.loading {
	cursor: default;
}
.comment-sort.loading .stock-more, .comment-loader.loading .stock-more {
	display: none;
}

.comment-table .comment-text, .reply-box .comment-text, .table-content ol li.comment-text {
	text-align: left;
    padding-right: 10px;
    word-wrap: break-word;
	word-break: break-word;
	width: 100%;
	min-width: 275px;
	max-width: 100%;
	white-space: normal;
	line-height: 2;
}
.comment-table .comment-text {
	clear: left;
	padding: 15px 30px 15px 15px;
	margin-top: 10px;
}
.big {
	font-size: 1.4em;
}
.table-content ol li.support-text {
    padding: 10px;
}
.table-content ol li.support-text p {
    margin-bottom: 0;
	line-height: 25px;
	text-align: justify;
}
.table-content ol li.support-text.backlinks {
	height: 125px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid whitesmoke;
    text-align: center;
}
.strikethrough-diagonal {
	position: relative;
}
.strikethrough-diagonal:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.table-content ol li.support-text.backlinks:hover {
	background-color: whiteSmoke;
}

.reply-box .comment-text {
	/*width: 100%;
	min-width: 275px;
    max-width: 558px;
	border-left: 2px solid whiteSmoke;
	padding: 4px 15px;
    font-size: .9em;
	margin-bottom: 8px;
	clear: both;*/

    background-color: white;
    border: 1px solid #D8D8D8;
    padding: 5px 10px;
    display: block;
    position: relative;
    border-radius: 10px;
    clear: both;
    width: auto;
    float: left;
    max-width: 100%;
    word-break: break-word;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    min-height: 25px;
    min-width: 40px;
    line-height: 25px;
    margin-bottom: 0px;
    font-size: .9em;
}
.reply-box .see-profile {
    padding: 7px 2px;
	clear:both;
	font-size: .7em;
}
.reply-box.owner .comment-text {
	float: left;
    border-top-left-radius: 0;
    margin-right: 15px;
}
.reply-box.not-owner .comment-text {
    float: right;
    border-top-right-radius: 0;
    margin-left: 25px;
}
.reply-box .comment-text p, p.like-bio {
	margin: 0;
}
.reply-box.not-owner .comment-text {
	padding-right: 10px !important;
}
.reply-box.owner .comment-avatar {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.comment-table .comment-control, .reply-box .comment-control {
	float: right;
    margin: -1px 0;
	display: flex;
	padding: 10px;
	cursor: pointer;
	z-index: 10;
	border: 1px solid transparent;
	transition: opacity .1s;
	position: relative;
}
.reply-box .comment-control {
	opacity: 0;
	padding-right: 15px;
}
.reply-box.owner:hover .comment-control {
	opacity: 1;
}/**/
.explainn {
	display: none;
	color: #333333;
}
.academy-button.active > .explainn {
	display: block;
}
.academy-prices.active {
	display: block;
}
.academy-prices {
	display: none;
}
.academy-button.active {
	color: #00AADD;
	border-color: #00aadd;
}

.comment-table .comment-control .button-wrapper {
	background-color: white;
}
.notification-control {
    position: absolute !important;
    right: 0px;
    z-index: 1;	
    padding: 16px 15px 15px 0;
	cursor: pointer;
	opacity: 0;
	transition: opacity .2s;
} 
[role="notification-alert"]:hover > .notification-control {
	opacity: .5;
}
.notification-control:hover {
	opacity: 1 !important;
}

	.friend-control {
		position: absolute !important;
		right: 0px;
		top: -10px;
		padding: 10px;
	}
	.reply-box.not-owner .comment-control {
		right: 0;
		position: absolute;
	}
	.reply-box.not-owner .comment-avatar a {
		margin-left: 5px;
	}
	.comment-table .comment-control.tips-s:hover:before, .reply-bpx .comment-control.tips-s:hover:before {
		top: -26px;
	}
	.comment-table .comment-control.tips-s:hover:after, .reply-bpx .comment-control.tips-s:hover:after {
		top: -3px;
	}
	.comment-table .comment-control.active {
		border: 1px solid #D8D8D8;
		border-color: #D8D8D8 #D8D8D8 transparent #D8D8D8;	
		background-color: white;
		width: 20px;
		z-index: 11;
	}
	.comment-table .comment-control:hover > .icon-control {
		border-color: #212121 transparent transparent transparent;	
	}
	.comment-table .comment-control.active > .icon-control {
		border-color: #00AADD transparent transparent transparent;	
	}

.comment-stats {
    padding: 10px 12px; 
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	border-bottom: 2px solid whiteSmoke;
}
.stats-wrap {
	padding: 0;
    border-top: 1px solid whiteSmoke;
    padding-top: 10px;
	height: 40px;
	margin: 00;
	list-style-type: none;
    font-weight: bold;
}
.stats-wrap li {
	display: inline-block;
}

.photo-uploader.button-wrapper, .mp3-uploader {
	padding: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
	position: relative;
	display: inline-block;
	text-align: center;
    line-height: 34px;
}
	.photo-uploader.active {
		border-color: #00aadd;
	}
	.photo-uploader:hover > .icon-photo, .photo-uploader:active > .icon-photo, .photo-uploader.active > .icon-photo, .icon-photo.active  {
		background-position: -205px -98px;
	}

.photo-upload-button {
	top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    width: 200px;
    height: 40px !important;
    position: absolute;
}
.comment-photos, .comment-links {
    max-width: 688px;
    min-width: 350px;
    max-height: 425px;
	border: 2px solid whiteSmoke;
    border-top: 4px solid #00AADD;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	position: relative;
	transition: all .2s linear;
	white-space: nowrap;
    padding: 5px;
	margin: -12px 15px 10px 16px;
	list-style: none;
	display: none;
	overflow-x: auto;
}
#screenshot-preview {
    border-top: 1px solid whitesmoke;
    border-bottom: 0px;
    margin: 10px 15px 0px;
    border: 0px;
	overflow: hidden;
}

#post-box {
	max-height: calc(100vh - 110px) !important;
	overflow-y: auto;
    overflow-x: hidden;
}
.memento-box .comment-photos {
	margin-top: 0px;
	border-top: 2px solid whitesmoke;
	border-radius: 3px;
}
.comment-links {
	max-height: 100%;
	max-width: 688px;
	min-height: 140px;
}
.comment-photos {
	text-align: center;
}
.comment-links {
	border-top: 4px solid #D8D8D8;
	/*min-height: 150px;*/
	overflow: hidden;
}
.comment-table .comment-links {
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	border: 2px solid whiteSmoke;
	background-color: white;
	margin: 10px auto 0;
	height: 100%;
	cursor: default;
	border-radius: 3px;
	/*max-width: 618px;*/
	width: 100%;
	min-width: 360px;
	padding: 2px;
	font-size: .9rem;
		font-family: "ITCAvantGardePro-Md", "Lato", Arial, Helvetica, sans-serif;

}
.comment-links li {
	display: table-cell;
	border-radius: 3px;
	vertical-align: top;
}
	.comment-table .comment-links li.link-link {
		height: 100%;
		min-height: 250px;
		max-height: 300px;
		position: relative;
		overflow: hidden;
		display: block;
		text-align: center;
	}
	.comment-links li.link-link, .comment-links li.link-video, .embeded-video, .comment-links li.link-image  {
		display: block;
		height: 100%;
		min-height: 300px;
		max-height: 300px;
	    text-align: center;
		overflow: hidden;
		position: relative;

		cursor: pointer;
	}
	.embeded-video  {
		pointer-events: none;
	}
	.embed-video:hover, .embed-video:focus {
		opacity: 0.5;
	}
/*.comment-links li.link-link img, .comment-links li.link-image img {
	height: auto;
	cursor: pointer;
	width: 100%;
	min-height: 250px;
	min-width: 686px;
	max-width: 686px;
	border-radius: 3px;
}*/
	.comment-links li.link-link img, .comment-links li.link-image img {
		height: auto;
		width: 100%;
		min-height: 250px;
		min-width: 656px;
		max-width: 680px;
		border-radius: 3px;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
		position: absolute;
	}

.comment-links li ul.link-content {
	vertical-align: top;
	padding: 15px;
	margin: 0;
	list-style:none;
	max-width: 495px;
	width: 100%;
	min-width: 300px;
}
	.comment-table .comment-links li ul.link-content {
		min-width: 350px;
		max-width: 680px;
		width: 100%;
	}

.comment-links li ul.link-content li {
	display: block;
}
.comment-links li.link-cancel {
	width: 45px;
    height: 40px;
    right: 0px;
    top: 0px;
    position: absolute;
	text-align: center;
	cursor: pointer;
}
.comment-links li.link-cancel i {
	visibility: visible;
}

.comment-links li ul.link-content li.link-title {
	vertical-align: top;
}
.comment-links li ul.link-content li.link-title h2 {
	margin: -5px 0 5px 0;
    font-variant: small-caps;
    font-weight: bolder;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
	font-size: 1.2em;
}
	.comment-table .comment-links li ul.link-content li.link-title h2 {
		margin: 0 0 5px 0;
	}

.comment-links li ul.link-content li.link-title h2 a,
.comment-links li ul.link-content li.link-title h2 a:hover {
	color: #212121;
}
.comment-links li ul.link-content li.link-title h2 a:hover {
	text-decoration: underline;
}

.comment-links li ul.link-content li.link-desc {
	text-align: left;
    word-wrap: break-word;
	white-space: pre-wrap;
	margin-bottom: 15px;
	max-height: 75px;
    overflow: hidden;
	font-size: .85em;
}
	.comment-table .comment-links li ul.link-content li.link-desc {
		height: 40px;
		color: #777;
		font-size: .85em;
		word-wrap: break-word;
		white-space: pre-wrap;
		text-overflow: ellipsis;
	}

.comment-links li ul.link-content li.link-url {
	margin-right: 20px;
    font-size: .90em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.guild-emblem-messenger {
	
}

.comment-photos li {
	vertical-align: top;
	margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.05);
	background-repeat: no-repeat;
	background-position: center top;
    background-size: contain;
	cursor: pointer;
	border-radius: 3px;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	left: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);

    min-height: 286px;
	/*max-height: 440px;*/
    text-align: center;
    width: 100%;
    min-width: 286px;
    max-width: 686px;

}
#fb-login {
	cursor: pointer;
}
#fb-login .fb_iframe_widget {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
 #fb-login .fb_iframe_widget:hover {
   -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
	.comment-photos li:before {
		content: '';
		width: 100%;
		height: 100%;
		z-index: 1;
		position: absolute;
		left: 0;
		top: 0;
		border: 2px solid white;
		border-radius: 3px;
		box-sizing: border-box;

		background-color: transparent;
		background-repeat: repeat-x;
		background-image: linear-gradient(transparent,rgba(0,0,0,0.1));
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
		background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.1));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#111111');
	}
	.comment-photos li:hover:before {
		/*background-color: rgba(255,255,255,.4);*/
	}
	.comment-photos li.uploading:after, #canvas-map.loading:before, .worldmap-container.loading:before, #avatar-dressingroom.loading:before, #template-menu.loading:before {
		content: '';
		border-radius: 3px;
		background-color: #00AADD;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		animation: progresss 1.5s 1 ease;
		z-index: 100;
	}
	.worldmap-container.loading:before, #avatar-dressingroom.loading:before {
		position: fixed !important;
	}
	.comment-photos li.uploading {
		background-color: white;
	}
	/*.comment-photos li:last-child {
		margin-right: 0;
	}*/
	.comment-photos li:hover {
		opacity: 1;
		border: 1px solid rgba(0,0,0,.1);
	}
	.comment-photos li:hover > .icon-cancel {
		visibility: visible;
	}
.comment-photos li img {
	border-radius: 6px;
}
.comment-photos li.v img, .comment-photos li.h img  {
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.comment-photos li.v img {
	width: 100%;
	    object-fit: contain;
}
.comment-photos li.h img {
    min-height: 100%;
    max-width: 675px;
}
.time-control {
	max-width: 140px;top: 3px; position: absolute; display: block; text-align: right;
	color: #777;
    right: 10px;
}
#dashboard-msgs .time-control {
	top: 6px;
    left: 123px !important;
    position: absolute !important;
	font-size: .7rem;
	color: white;
	right: 0px;
}
#dashboard-msgs .location-control {
    display: none !important;
}

/* Profiles */
.game-cover {
	max-height: 400px;
}
.ui-dialog .profile-cover {
    max-width: 720px;
    max-height: 376px;
}
.profile-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    vertical-align: top;
    position: relative;
	width: 100vw;
	height: 440px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.1) !important;
	z-index: 0;
    transform-style: flat;
	perspective: 1000px;
}
	.profile-cover:hover > .transHide {
		opacity: .75;
	}
	.profile-ribbon {
		font-style: normal;
		font-size: .7em;
		transform: rotate(-45deg);
		position: absolute;
		top: 9px;
		font-weight: bold;
		padding: 2px 20px 3px;
		z-index: 1;
		max-width: 90px;
		text-align: center;
		/* padding: 2px 30px 3px !important; */
		padding-top: 2px;
		padding-bottom: 4px;
		left: -20px !important;
	}
	.profile-lastPlay {
		font-style: normal;
		font-size: .8em;
		text-align: center;
		display: block;
	}
	.profile-ribbon.male, .profile-cover.male {
		background-color: #00AADD;
	}
	.profile-ribbon.female, .profile-cover.female {
		background-color: #FF6699;
	}
	.profile-ribbon.nonbinary, .profile-cover.nonbinary {
		background-color: #F0AD4E;
	}
	.profile-cover.nocover {
		background-color: whiteSmoke;
	}
	.profile-cover.active:not(.game-cover) {
		border-color: whiteSmoke !important;
		box-sizing: content-box;
	}
	.profile-cover:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		background-color: transparent;
		background-repeat: repeat-x;
		background-image: linear-gradient(transparent,rgba(0,0,0,0.1));
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,0.1)));
		background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.1));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#111111');
	}
	.profile-cover.active {
		position: fixed;
		z-index: 10000;
		box-shadow: 0px 3px 15px rgba(0, 0, 0, .25);
	}
	.profile-hovercard .profile-cover.active, .members-container .profile-cover.active {
		position: relative;
		z-index: 0;
		box-shadow: none;

	}
	.pink-button {
		cursor: pointer;
		color: #FF6699 !important;
		font-weight: bold;
	}

#profile-options-menu, #guild-options-menu, #guild-options-menu2, .options-menu {
    max-width: 100%;
    min-width: 360px;
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0px;
    text-align: right;
    overflow: hidden;
}
[role="subscription-list"] {
	display: block;
}
	#guild-options-menu2 {
	    top: 50%;
		left: 50%;
		width: 260px;
		min-width: 260px;
		margin-left: -130px;
		overflow: visible;
	}
	.profilesave-button.circle-button, .profileback-button.circle-button, .profileccancel-button.circle-button, .profilephoto-button.circle-button, .profileNoBack-button.circle-button, .canvas-button.circle-button {
	    display: block;
		position: relative;
		border: 1px solid rgba(255,255,255,.5);
		cursor:pointer;
		float: left;
		left: 0;
		transition: all .1s;
		color: white;
		text-shadow: -1px -1px 0 rgba(0,0,0,.5), 1px -1px 0 rgba(0,0,0,.5), -1px 1px 0 rgba(0,0,0,.5), 1px 1px 0 rgba(0,0,0,.5);
	}
	.profilephoto-button.rectangle-button, .rectangle-button {
		font-size: .75em;
		width: 100px;
		border-radius: 10px;
		line-height: 45px;
		margin-left: 15px;
	}
	.profileback-button.circle-button {
		overflow: hidden;
		pointer-events: none;
	}
	.profileccancel-button.circle-button {
		float: right;
		right: 5px;
		background-color: #FF6699;
	}
	.profilephoto-button.circle-button.active, .canvas-button.circle-button.active {
		background-color: rgba(255, 255, 255, .9);
		color: #212121;
		text-shadow: -1px -1px 0 rgba(255,255,255,.5), 1px -1px 0 rgba(255,255,255,.5), -1px 1px 0 rgba(255,255,255,.5), 1px 1px 0 rgba(255,255,255,.5);
	}
	.canvas-button.circle-button {
		background-color: rgba(255,255,255,.75);
		cursor: url('cursor/pointer.cur'), url(cursor/pointer.cur), pointer;
	}
	.profilesave-button.circle-button:hover, .profileback-button.circle-button:hover, .profileccancel-button.circle-button:hover, .profilephoto-button.circle-button:hover, .profileNoBack-button.circle-button:hover, .canvas-button.circle-button:hover {
		transform: scale(1.07);
	}
	.canvas-button.circle-button:hover {
		border-color: #E8E8E8;
	}

.profile-canvas {
	height: 0px;
	width: 0px;
	top: 290px;
	z-index: 1;
}
.profile-canvas.active {
	height: 150px;
	width: 99%;
}
.profile-sticky {
	position: fixed !important;
    top: 70px;
    z-index: 99980;
    width: 100vw;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .10);
}
.active a .profile-icon-logo.male, a:hover > .profile-icon-logo.male, .active a .profile-icon-logo.male, .active a .profile-icon-logo, a:hover > .profile-icon-logo, .active a .profile-icon-logo {
	border-color: #00AADD !important;
}
.active a .profile-icon-logo.female, a:hover > .profile-icon-logo.female, .active a .profile-icon-logo.female {
	border-color: #FF6699 !important;
}
.active a .profile-icon-logo.female:before, a:hover > .profile-icon-logo.female:before, .active a .profile-icon-logo.female:before {
	border-color: transparent transparent #FF6699 transparent; !important;
}
.active a .profile-icon-logo.female:after, a:hover > .profile-icon-logo.female:after, .active a .profile-icon-logo.female:after {
	border-color: transparent transparent transparent #FF6699; !important;
}
.active a .profile-icon-logo.male:before, a:hover > .profile-icon-logo.male:before, .active a .profile-icon-logo.male:before,
.active a .profile-icon-logo:before, a:hover > .profile-icon-logo:before, .active a .profile-icon-logo:before {
	border-color: transparent transparent #00AADD transparent; !important;
}
.active a .profile-icon-logo.male:after, .active a .profile-icon-logo:after, a:hover > .profile-icon-logo.male:after, a:hover > .profile-icon-logo:after, .active a .profile-icon-logo.male:after, .active a .profile-icon-logo:after {
	border-color: transparent transparent transparent #00AADD; !important;
}
.profile-icon-logo {
    margin: 1px auto;
	cursor:pointer;
    transform: scale(.85) translate3d(-25px,0,0);
    -webkit-transform: scale(.85) translate3d(-25px,0,0);
	filter: none;
	-webkit-filter: none;
    min-width: 40px !important;
    width: 40px !important;
    float: left;
    margin: 5px 25px 0px -23px;
}
	/*.ui-tabs-face .ui-tabs-face.active .header-icon-logo:before  {
		width: 0px;
		height: 0px;
		position: absolute;
		top: -9px;
		left: -4px;
	}*/
.profile-username {
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px;
    font-size: 1.5em;
    color: white;
    font-weight: bolder;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.2);*/
	text-shadow: 1px 1px 2px #F69, 0px 0px 15px white, 0 0 0.2em cyan, 0px 0px 15px white;
}
.profile-cover.game-cover {
	transform-origin: center center; 
	transition: transform .1s linear 0s; 
	height: 200px;
	width: 370px;
	left: -6.5px;
}
.profile-cover.game-cover:hover {
	transition: transform 1.5s ease-in-out .5s; 
}
.profile-cover.game-cover div.absolute {
	background-size: contain !important;
    max-width: 370px !important;
    height: 200px !important;
	border-radius: 3px !important;
}
.pink-game-button {
	color: white !important;
    background: #FF6699;
    height: 38px !important;
    padding: 0 20px !important;
    margin: 5px;
    line-height: 37px !important;
	cursor: pointer;
	border-radius: 25px !important;
}
.profile-bio {
	padding: 14px 10px;
}
.profile-bio .post-text {
	max-width: 628px;
    border-left: 2px solid whiteSmoke;
	padding: 0 10px 10px;
	clear: both;
	font-size: .9em;
}
.profile-about-block {
	/*width: 166px; 
	padding: 4px; 
	display: inline-block;*/
}
.edit-box {
	margin: 0;
	padding: 0;
	list-style: none;
    max-width: 720px;
    min-height: 80px;
    vertical-align: top;
}
.edit-box li:first-child {
	height: 100px;
}
.edit-box li {
	height: 50px;
}
.edit-box textarea {
	width: 100%;
}
.profile-hover-container {
	width: 360px;
	height: 230px;
	position: absolute;
	z-index: 10010 !important;
	padding: 0px;
	display: block;
}
#profile-menu-box li.about-link a:hover .button-wrapper,
li.shop-link:hover > .button-wrapper,
li.guild-link:hover > .button-wrapper,
li.canvas-link:hover > .button-wrapper,
#profile-menu-box li.profile-editor:hover .button-wrapper,
#guild-menu-box li.profile-editor:hover .button-wrapper,
#guild-menu-box li.about-link a:hover .button-wrapper {
	border-color: #00aadd;
}
	#profile-menu-box li.about-link a:hover > .button-wrapper .icon-hCard, 
	#guild-menu-box li.about-link a:hover > .button-wrapper .icon-hCard {
		background-position: -105px -261px;
	}
	.button-wrapper:hover > .icon-emoji.shop {
		background-position: -105px -306px;
	}
	.button-wrapper:hover > .icon-canvas, .avatar-menu-list li:hover > .icon-canvas {
		background-position: -252px -261px;
	}
	.button-wrapper:hover > .icon-new-message, .button-wrapper.active .icon-new-message  {
		background-position: -252px -309px;
	}	
	.button-wrapper:hover > .icon-guild {
		background-position: -203px -304px;
	}
	.button-wrapper:hover > .icon-plus-c {
		background-position: -284px 0px;
	}
	#profile-menu-box li.profile-editor:hover > .button-wrapper .icon-profile-editor,
	#guild-menu-box li.profile-editor:hover > .button-wrapper .icon-profile-editor {
		background-position: -156px -261px;
	}

#profile-menu-box .icon-friend {
	margin-left: 12px;
}
#profile-menu-box .button-friend:hover > .button-wrapper .icon-friend, .icon-paid  {
	margin-left: 9.5px;
	margin-bottom: -1px;
}
#profile-menu-box .button-friend:hover > .button-wrapper .icon-friend:before, .icon-paid:before {
	margin-top: 0;
	margin-left: 0px;
}
.active .icon-paid, .active .icon-paid:before {
	background-color: #00aadd;
}
.button-expel {
	position: absolute;
	right: 10px;
}
#map-reader, #offers-reader {
	height: calc(100vh - 90px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -1;
}
#map-reader {
	height: calc(100vh - 70px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -1;
}
#map-reader .profile-cover img.noEvents {
	background-size: cover !important;
}
#subscriptions .table-container, [aria-describedby="Legal"]  .table-container, [aria-describedby="Legal"]  .table-container .table-content {
	margin-top: -1px !important;
}
#map-reader .profile-cover {
	max-width: 720px;
	height: 376px;
}
.profile-hovercard {
	width: 100%;
	height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
	border-radius: 4px;
    overflow: hidden;
	background-color: rgba(255,255,255,.9);
}
.profile-hovercard .profile-cover {
	max-width: 360px;
	min-width: 360px;
	max-height: 180px;
	min-height: 180px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.play-hoverCard {
    top: 10px;
    left: calc(50% - 180px);
	cursor: url('cursor/pointer.cur'), url(cursor/pointer.cur), pointer;
	max-height: 380px;
	height: auto;
}
.play-hoverCard .ui-tabs-face {
    margin-left: -25px;
    left: 100% !important;
}
.profile-hovercard .profile-canvas {
	top: 0;
}
.profile-hovercard .user-avatar {
    transform: scale(.7);
    transform-origin: left bottom;
    left: 30px;
    bottom: 27px;
}
.profile-hovercard .npc-avatar {
    transform: scale(.7);
    transform-origin: left bottom;
    left: 30px;
    bottom: 20px;
}
/*.profile-hovercard .profile-username {
    -webik-transform: scale(1.3);
    transform: scale(1.3);
}*/
.profile-hovercard .ui-profile-tabs {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative !important;
    width: 100%;
    top: 0px;
	padding-left: 0px;
}
.group-academy-list {
	width: 49%; 
	display: inline-block; 
	vertical-align:top;
}
.profile-hovercard .ui-profile-tabs li.ui-tabs-button {
    /*padding: 8px 10px !important;*/
    width: 50px;
}
.profile-hovercard .ui-profile-tabs li.ui-tab-comment {
	left: -305px;
}
.profile-hovercard .ui-profile-tabs li.media-tab {
	margin-left: 0px;
}
.profile-fix {
	margin-left: 12.5px;
}
.profile-hovercard .profile-fix {
	margin-left: 0;
}
.profile-hovercard .ui-profile-tabs li.ui-tabs-face {
	left: 100%;
	margin-left: -35px;
}
.profile-tab-groups {
	width: 350px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
}
.profile-tab-groups.game-page {
	width: clamp(170px, calc(50% - 10px), 310px);
}
.ranking-list {
	list-style: none;
	padding: 0;
}
.ranking-list li {
	display: inline-block;
	vertical-align: center;
}
.ranking-list li span {
	display: inline-block;
	position: relative;
}
.ranking-fame {
	font-size: 1.8em;
    font-family: 'num';
    font-weight: bold;
}
.ranking-rank {
    width: 100px;
    text-align: center;
    float: right;
	width: auto;
	padding-right: 15px;
}

/* search */
.search-results {
    width: 242px;
    min-height: 54px;
    position: absolute;
    background-color: white;
    z-index: 200;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-right: 1px solid whiteSmoke;
	border-left: 1px solid whiteSmoke;
	border-bottom: 1px solid whiteSmoke;
	line-height: 24px;
	pointer-events: fill;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
	.search-results ul:empty:after {
		content: 'Searching...';
		max-width: 100%;
		height: 100%;
		position: absolute;
		color: #e8e8e8;
		font-size: 1.2em;
		text-align: center;
		line-height: 50px;
		display: block;
		width: 100%;
	}
	.search-results ul {
		/*border-top: 1px solid whiteSmoke;*/
		margin-top: 0px;
	}
	.search-results ul.male {
		border-color: #00AADD;
	}
	.search-results ul.female {
		border-color: #FF6699;
	}
	.search-results ul.nonbinary {
		border-color: #F0AD4E;
	}
	.search-results ul li {
		display: block;
		font-weight: bold;
		text-align: center;
		padding: 7px;
		height: 50px;
		border-bottom: 1px solid whiteSmoke;
		border-top: 1px solid rgba(255,255,255,.1);
		cursor: pointer;
		line-height: 32px;
	}
	.search-results ul li:hover {
		background-color: whiteSmoke;
		color: #ff6699;
	}

[role="comment"] ~ .search-results  {
	left: 16px;
    top: calc(100% - 114px);
}

.search-results-menu {
    height: 75px;
    position: absolute;
    width: 100px;
    /*border-right: 4px solid whiteSmoke;*/
    border-radius: 100%;
    /*z-index: 10000000;*/
    z-index: 1;
	pointer-events: none;
}
.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
	position: absolute;
    width: 100%;
}
.menu-list li {
    height: 35px;
	font-weight: bold;
    display: block;
	margin-left: 50%;
    margin-bottom: 2px;
	padding: 2px;
	cursor: pointer;
    white-space: nowrap;
    width: 100%;
	border-radius: 20px;
	background-color: white;
	border: 1px solid whiteSmoke;
	box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    pointer-events: fill;
	outline: none;
}
.menu-list li:hover {
	color: white;
	background-color: #00aadd;
    border-color: #00aadd;
}
.menu-list li:first-child {
    margin-left: 25%;
	margin-top: -10px;
}
.menu-list li:last-child {
    margin-left: 25%;
}
.menu-list li:nth-child(2) {
    margin-left: 50%;
}
	.search-results-menu .user-faceavatar, .search-results .user-faceavatar {
		width: 35px;
		height: 35px;
		display: inline-block;
		border: 2px solid #E8E8E8;
		border-radius: 100%;
		overflow: hidden;
		text-align: center;
		background-color: white;
	}
	.search-results .user-faceavatar {
	    position: absolute;
		left: 5px;
		top: 3px;
	}
	.search-results-menu .user-faceavatar img, .search-results .user-faceavatar img {
		text-align: center;
		width: 100%;
		height: 100%;
	}
	.search-results-menu .user-name {
		display: inline-block;
		vertical-align: top;
		padding: 2px 5px;
		font-size: .8em;
		margin: 4px 2px;
	}

.featured-container {
    white-space: nowrap;
    min-height: 350px;
	max-height: 440px;
	vertical-align: top;
	margin-top: 0px;
    margin-bottom: 15px;
    border-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	max-width: 100vw;
	border-left: 0px;
    border-right: 0px;
	margin-left: 0px !important;
}
.members-container {
	min-height: 0px;
	height: 100%;
	vertical-align: top;
	/*margin-top: -1px;*/
	box-shadow: none;
}
.carrousel-screenshots {
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 12.5px 0px 0px;
	list-style: none;
	text-align: center;
	width: 100%;
	clear: both;
	vertical-align: top;
    border-radius: 3px;
	height: 330px;
    position: relative;
}

.featured-container .post-text {
	font-size: .85em;
	padding: 10px;
}
.search-members {
	max-width: 50%;
	min-width: 162px;
	width: 50%;
	vertical-align: top;
	display: inline-block;
	float: left;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}
.profile-hovercard .search-members {
    max-width: 100%;
    width: 100%;
    float: none;
    min-width: 350px;
	border-right: 0px !important;
    border-left: 0px !important;
}
#template-menu .search-members {
	border-top: 1px solid #d8d8d8;
	margin: 10px 10px 10px 0;
    min-width: 280px;
	width: 280px;
	background-color: rgba(255,255,255,.5);
	border: 0px;
}
.templates-block {
	border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin: 0px 20px 15px 20px;
    float: left;
    min-width: 317px;
    width: 317px;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	overflow: hidden;
}
#content-canvas .templates-block, .appbox #template-menu .templates-block {
	margin: 15px 6%;
	border-radius: 5px;
}
.appbox #template-menu .templates-block:last-child {
	margin-bottom: 75px;
}
/*.appbox #template-menu .templates-block:first-child {
	margin-top: 60px !important;
}*/
#content-canvas .templates-block .profile-cover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#content-canvas .templates-block .template-header-logo  {
	margin: 5px 18px 5px -60px;
}

#template-menu .search-members {
	width: 288px;
	border-right: 1px solid #d8d8d8;
	margin: 10px 6px 0 0px;
	clear: none;
	border-radius: 3px;
}
	#template-menu .template-name {
		margin-left: 50px;	
	}
	#template-menu .template-header-logo {
		margin: 5px 0 5px -45px; 
	}

#template-menu .search-members:nth-child(even), .templates-block:nth-child(even) {
	border-left: 1px solid #d8d8d8;	
}
#template-menu .search-members:first-child, .templates-block:first-child {
	/*border-left: 1px solid #d8d8d8;
	margin-left: 0px;
	border-right: 1px solid #d8d8d8;*/
}
#template-menu .members-container {
    height: 350px;
	padding-bottom: 10px;
    width: 100%;
	max-width: 100%;
	min-width: 288px;
    margin: 0px auto;
	overflow-y: auto;
	/*overflow-x: hidden;*/
}
#template-menu .tabs .ul-tabs {
	/*background-color: rgba(255,255,255,.75);*/
}
.template-name {
	white-space: nowrap; 
	text-shadow: -1px -1px 0 rgba(255,255,255,.5), 1px -1px 0 rgba(255,255,255,.5), -1px 1px 0 rgba(255,255,255,.5), 1px 1px 0 rgba(255,255,255,.5);     
	vertical-align: top; 
	margin-top: 6px; 
	margin-left: 70px;	
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .8em;
    max-width: 110px;
}
.template-header-logo {
	margin: 5px 0 5px -55px; 
	display: inline-block;	
}
.templates-block .members-container {
    max-width: 962px;
    margin-left: 65px;
	box-shadow: none;
    /*margin-left: calc(100% - 100vw + 65px );*/
}

.search-members:first-child {

}
.search-members:nth-child(odd) {
    border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	clear: both;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.search-members:nth-child(even) {
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: -1px;
}
.search-members:last-child {
    border-right: 1px solid #D8D8D8;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.search-featured {
	max-width: 100vw;
	min-height: 310px;
	vertical-align: top;
	display: none;
}
.appbox .search-featured {
	background-size: cover !important;
    top: -50px;
}
.appbox [role="pcover"] {
	background-size: cover !important;
    top: -65px;
}
.search-featured.active {
	display: inline-block;
}
.search-featured .profile-cover {
	max-width: 100vw;
	min-width: 360px;
	max-height: 390px;
	min-height: 160px;
}
	.search-featured .profile-cover.active {
		position: relative;
		box-shadow: none;
	}
	.appbox .featured-container, .appbox .search-featured, .appbox .search-featured .profile-cover {
		max-width: 100%;
	}
.game-data-play {
	width: 360px; position: absolute; left: 0px; background-color: rgba(255,255,255,.33); height: 564px; z-index: 100; top: 0px;
	backdrop-filter: blur(2px);
	-webkit-mask-box-image-source: -webkit-linear-gradient(left, black 90%, transparent 100%);
    mask-image: linear-gradient(left, black 90%, transparent 100%);
	text-align: center;
}
.search-members .profile-cover {
	width: 357px;
	height: 201px;
}
.search-featured .user-avatar {
	position: absolute;
    left: calc(50% - 10px);
    bottom: 20px;
	transform-origin: center center;
	-webkit-transform: scale(.8) translate3d(-50%, -50%, 1px);
	transform: scale(.8) translate3d(-50%, 0%, 1px);
    pointer-events: visible;
	z-index: 10;
}
.search-members .user-avatar {
    position: absolute;
    left: 15%;
    top: 33%;
	transform-origin: center center;
	-webkit-transform: scale(.75) translate3d(-50%, -50%, 1px);
	transform: scale(.75) translate3d(-50%, -50%, 1px);
    pointer-events: visible;
}
.search-category {
    margin: 10px auto;
    text-align: left;
    max-width: 648px;
    min-width: 360px;
    font-size: 1.5em;
}
.search-featured .profile-username, .search-members .profile-username {
	font-size: 1.4em;
}

div.go-left {
    position: absolute;
    top: 50%;
    margin-top: -22px;
	left: 5px;
	display: none;
	background-color: rgb(255, 102, 153);
}
div.go-right {
    position: absolute;
    top: 50%;
    margin-top: -22px;
	right: 5px;
	display: none;
	background-color: rgb(255, 102, 153);
}
[role="carrousel"] .icon-playmusic {
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.25));
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.25));
    filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=1,OffY=1,Color='#252525');
}
.table-play {
	max-height: 150px;
    min-height: 135px;
    overflow-y: auto;
    overflow-x: hidden;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
	.table-play .comment-table {
		margin: 15px 0 0px;
		border-radius: 0px;
		border-right: 0px;
		border-left: 0px;
		vertical-align: top;
		width: 100vw;
		/*min-height: 70px;*/
	}
	.table-play .comment-avatar {
		display: inline-block;
		float: left;
		width: 80px
	}
	.table-play .comment-avatar a {
		width: 60px;
		height: 60px;
		margin-left: 10px;
	}
	.table-play .comment-avatar a img {
		height: 60px;
		width: 60px;
	}
	.table-play .comment-table .comment-text {
		padding: 0 0 0 0px;
		text-indent: 10px;
	}
	.table-play .comment-table .comment-text .post-text {
		padding: 10px;
	}
	.table-play .comment-table .comment-body {
		max-width: 360px;
	}
	.table-play .comment-body .content-editable {
		max-width: 230px;
	}
	.table-play .reply-box .btn.replydots {
		top: 27px;
	}
	.table-play .comment-table .comment-replies {
		max-width: 360px;
		display: none;
	}
	.table-play .ui-profile-tabs li.ui-tabs-face {
		margin-left: 0px;
	}
	.table-play .comment-body .photo-viewer {
		margin: 10px auto 0 -11px;
	    white-space: nowrap;
		max-width: 376px;
		width: 376px;
	}
	.profile-hovercard .button-bookmark.active {
		top: -3px !important;
	}
.profile-hovercard .comment-table {
	/*border-top: 1px solid rgba(255,255,255,.8);
	margin: 0px;*/
    width: 100%;
	/*background-color: transparent;*/
	border-radius: 0;
    margin-bottom: 15px;
}

.profile-hovercard .table-body:last-child .comment-table, .profile-hovercard .table-back:last-child .table-container {
    margin-bottom: 0px;
    margin-top: 15px;
}
.profile-hovercard .table-back .members-container {
	/*margin-top: 5px !important;*/
}
/*.profile-hovercard .table-body:first-child .comment-table, .profile-hovercard .table-back.table-play:first-child .table-container {
	/*margin-top: -1px;
    margin-bottom: 0px !important;
}*/
.profile-hovercard .table-back.table-play {
    min-height: 115px;
}

.profile-hovercard .comment-table .comment-body {
	background-color: transparent;
    display: block;
}
.profile-hovercard .comment-table .comment-body [role="post-text"] {
	padding: 0 10px;
    font-size: .9em;
    text-indent: 0;
}
.profile-hovercard .comment-table .npc-avatar {
	display: none;
}

.stock-list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.stock-list .table-body {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
}
.stock-list .table-content {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid rgba(255,255,255,.7);
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    min-height: 65px;
	overflow: hidden;
}
.stock-list .table-content:hover {
	background-color: rgba(0,0,0,.02);
}
.stock-market-title {
	margin: 5px auto;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	line-height: 27px;
	max-width: 720px;
}
.stock-graph-big {
    max-width: 720px;
    margin: 0 auto;
    max-height: 440px;
}
.stock-item-name {
    vertical-align: top;
	min-width: 200px;
    display: inline-block;
    height: 100%;
    line-height: 20px;
    margin: 0;
	min-width: 140px;
        max-width: 275px;
    width: 100%;
	padding-top: 20px;
}
.stock-roi {
	font-size: .9em;
}
.stock-sort {
	width: 348px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
	/*float: left;*/
	overflow: hidden;
	min-height: 95px;
	padding: 5px 0px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    margin-bottom: 15px;
	vertical-align: top;
}
.game-block-cover {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	position: absolute;
}
.stock-sort:nth-child(even) {
	border-left: 1px solid #e8e8e8;
}
	.stock-pink {
		color: #FF6699 !important;
	}
	.stock-blue, [role="subscription-box"] {
		color: #00AADD !important;
	}
	.stock-pink:before, .stock-blue:before {
		content: '';
		width: 11px;
		height: 11px;
		vertical-align: baseline;
		margin-right: 2px;
		display: inline-block;
		background-image: url('images/icons-mosha.png');
		background-repeat: no-repeat;
	}
	.stock-pink:before {
		background-position: -45px -2px;
	}
	.stock-blue:before {
		background-position: -56px -2px;
	}
	.stock-name {
		text-overflow: ellipsis;
	    overflow: hidden;
		width: 100%;
		font-weight: 300;
		color: #212121;
		cursor:pointer;
		font-family: "ITCAvantGardePro-Md", Arial, Helvetica, sans-serif;
		font-size: .9em;
	}
	.stock-name:hover, .stock-name:active; {
		text-decoration: underline;
		color: #212121;
	}
	.stock-more {
		display: block;
		/*font-size: .8em;*/
		width: 165px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.stock-button-buy.muns-holder {
		max-width: 150px;
		text-align: center;
		float: right;
		width: 100%;
	}
	.stock-item-discount {
		color: white;
		font-weight: bold;
		position: absolute;
		background-color: #FF6699;
		padding: 20px 1px 1px 1px;
		font-size: .75em;
		width: 100px;
		transform: rotate(-45deg);
		text-align: center;
		left: -42px;
		top: -10px;
		z-index: 100;
	}

	.circular-area {
		width: 150px;
		height: 150px;
		border: 2px solid #d8d8d8;
		border-radius: 100%;
		display: block;
		margin: 0 auto 20px;
		cursor: pointer;
		font-weight: bold;
		transition: all .2s;
		position: relative;
		background-repeat: no-repeat;
		background-size: 100%;
		overflow: hidden;
		z-index: 1000;
		font-size: 30px;	
		margin: 10px auto;
		font-weight: 600;
		font-family: "ITCAvantGardePro-Md", "Lato", 'Open Sans', Arial, Helvetica, sans-serif;
		padding: 25px;
		filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.15));
	}
	.stats-profile-table .h-list {
		margin: 0;
		padding: 10px;
		list-style-type: none;
		vertical-align: top;
	}
	.stats-profile-table .h-list li {
		display: inline-block;
		padding: 0 37px 60px;
		height: 100%;
		vertical-align: top;
		text-align: center;
	}
	span.discount-circle {
		margin-top: 15px;
		width: 100px;
		height: 100px;
		line-height: 27px;
		color: #212121;
		padding: 22px;
		color: #ff6699;	
		border: 2px solid #ff6699;
	}
	span.discount-circle-blue {
		margin-top: 15px;
		width: 100px;
		height: 100px;
		line-height: 27px;
		color: #212121;
		padding: 22px;
		color: #00AADD;	
		border: 2px solid #00AADD;
	}
	span.discount-circle:hover, .selected span.discount-circle {
		color: white;
		background-color: #ff6699;	
	}
	span.discount-circle-blue:hover {
		color: white;
		background-color: #00aadd;	
	}

.button-bigger:hover, .table-container[role="deal-offer"]:hover > .button-bigger {
	transform: scale(1.2) !important;
    animation: none;
	z-index: 1000;
}
.button-bigger {
	transition: transform .2s;
}
/*.game-selection-block.button-bigger:hover {
	position: absolute;
}
.game-selection-block.button-bigger:hover + .game-selection-block {
	margin-left: 378.5px;
}*/

.stock-item {
    width: 42px;
    height: 42px;
    border: 2px solid #D8D8D8;
    border-radius: 100%;
	background-color: white;
    display: inline-block;
    margin: 0px 10px;
}
	.stock-item img {
		width: 100%;
		height: 100%;
		background-position: center center;	
	}
.stock-graphw {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    width: 140px;
    margin: 0px 0 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    border-left: 1px solid #e8e8e8;
    border-radius: 0px;
    border-bottom: 2px solid #D8D8D8;
}
.stock-buy {
    margin: 0 10px;
    padding: 0;
    vertical-align: top;
    width: 110px;
    text-align: center;
    position: relative;
	display: inline-block;
		position: absolute;
		right: 0;
		bottom: 15px;
}
.CookiePolicy ~ .ui-widget-overlay {
	background-color: transparent;
}
.CookiePolicy {
    margin-top: 70px !important;
}
/* Database */
.stats-list.item-content {
	min-height: auto;
    height: auto;
}
.stats-list.item-content li:not(.l2) {
	padding: 10px;
	min-height: 50px;
	text-align: left;
	line-height: 25px;
    white-space: normal;
    height: auto;
	font-size: .9em;
}
.stats-list.item-content2 {
	min-height: auto; 
	height: auto;
	max-height: 100vh;
	overflow-y: hidden;
}
.stats-list.item-content2 label:after {
	left: 80px;
}
.item-content2 li {
    border-bottom: 1px solid whiteSmoke;
    padding-bottom: 3px;
}
.stats-list li.teleport-button.circle-button {
	width: 50px;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.15);
    font-variant: small-caps; 
	font-size: .7em;    
	float: none; 
	margin: 0 auto; 
	text-indent: -4px;
	line-height: 48px;
	background-color: #00aadd;
	border: 2px solid #00aadd;
	transition: transform .1s;
	font-family: "ITCAvantGardePro-Md", "Lato", Arial, Helvetica, sans-serif;
	cursor: url('cursor/target.png'), url(cursor/target.cur), pointer;
	text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
	color: white;
}
.stats-list li.teleport-button.circle-button:hover {
	transform: scale(1.02);
	border-color: #0275d8;
}
.item-stat, .item-stat-small {
	font-weight: normal; 
    float: right;
    display: inline-block;
    text-align: right;
	font-size: .8em;
	height: 100%;
    padding-right: 20px;
    line-height: 36px;
}
.item-stat-small {
	font-size: .7em; 
}
.stats-list.item-content2 li label {
	text-align: left;
	width: 45px;
    top: -3px;
    height: 45px;
}
.item-stock-roi {
	float: right;
    height: 100%;
    padding-top: 8px;
}
.tabs .ul-tabs.item-tabs {
    text-align: left;
}
.tabs .ul-tabs.item-tabs li {
	margin-left: 0 !important;
    width: 100%;
    text-align: left;
	padding: 0 15px;
}
.ul-tabs.item-tabs li h5 {
	margin: 0; 
	display: inline-block;
    height: 100%;
    vertical-align: top;
    line-height: 50px;
    font-size: 1em;
    font-weight: bold;
	max-width: 250px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.ul-tabs.item-tabs li.item-like-button {
    padding-top: 9px;
    position: absolute;
    height: 50px;
    right: 0;
    max-width: 110px;
    text-align: right;
	width: auto;
}
.profile-hover-container .table-container {
	max-width: 360px;
}

.members-container .ui-profile-tabs li.ui-tabs-button.ui-tab-likes, .profile-hover-container .ui-profile-tabs li.ui-tabs-button.ui-tab-likes {
	position: absolute;
	top: -45px;
	left: calc(100% - 120px);
	height: 50px !important;
	/*text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1);*/
	background-color: rgba(255,255,255,.85);
	border-radius: 30px 0 0 30px;
	height: 35px !important;
	padding: 2.5px 10px 2px 2.5px !important;
	width: 120px !important;
}
.npc-container .ui-profile-tabs li.ui-tabs-button.ui-tab-likes {
	top: 7px;
}
.members-container .ui-profile-tabs li.ui-tabs-button.profile-friendship, .profile-hover-container .ui-profile-tabs li.ui-tabs-button.profile-friendship {
	position: absolute;
	top: -90px;
	left: calc(100% - 120px);
	height: 50px !important;
	background-color: rgba(255,255,255,.85);
	border-radius: 30px 0 0 30px;
	height: 35px !important;
	padding: 2.5px 10px 2px 2.5px !important;
	margin: 0px;
	width: 120px !important;
}
.members-container .ui-profile-tabs li.ui-tabs-button.ui-tab-likes, .members-container .ui-profile-tabs li.ui-tabs-button.profile-friendship {
	left: calc(100% - 120px);
}

.members-container .ui-tab-canvas, .profile-hover-container .ui-tab-canvas {
		position: absolute;
		top: -140px;
		right: 80px;
		left: 1;
		height: 50px !important;
	}
	.members-container .ui-tab-canvas .button-wrapper, .profile-hover-container .ui-tab-canvas .button-wrapper, 
	.members-container .ui-tab-shop .button-wrapper, .profile-hover-container .ui-tab-shop .button-wrapper,
	.members-container .ui-tab-guild .button-wrapper, .profile-hover-container .ui-tab-guild .button-wrapper,
	.members-container .ui-tab-pm .button-wrapper, .profile-hover-container .ui-tab-pm .button-wrapper {
		background-color: rgba(255,255,255, .75);
	}
.members-container .ui-tab-shop, .profile-hover-container .ui-tab-shop  {
	position: absolute;
	top: -140px;
	right: 40px;
	height: 50px !important;
}
.members-container .ui-tab-pm, .profile-hover-container .ui-tab-pm  {
	position: absolute;
	top: -140px;
	right: -5px;
	height: 50px !important;
}
.members-container .ui-profile-tabs  {
    max-width: 360px;
	padding-left: 0px;
}
.database-block .comment-author.avatar-tabs {
	z-index: 1;
}
/* PM */ 
.pm-box {
	margin: 0px !important;
}
/* OFFERS */
.offer-muns.muns-holder {
    border-radius: 20px;
    padding: 7px 30px 5px 15px;
    height: 40px;
    border: 2px solid #00AADD;
    background-color: rgba(255,255,255,1);
	/*white-space: nowrap;
    position: absolute;
    bottom: 55px;
	left: 50%;
	transform: translateX(-50%);*/
}
.slot-golden {
	background: linear-gradient(rgb(249, 192, 94), rgb(226, 155, 36));
}
.avatar-slot.slot-golden:hover {
	border-color: #e69000;
}
/*Messges*/
#dashboard-msgs .avatar-level, #playfriends-block .avatar-level {
	top: 2px !important;
	left: 37.5px !important;
	display: none;
}
#dashboard-msgs .see-profile, #playfriends-block .see-profile {
	position: relative;
    left: -30px;
}
#dashboard-msgs .see-profile a.hand, #playfriends-block .see-profile a.hand {
    margin-left: 12px !important;
}
.cleaner {
	cursor: pointer;
	width: 40px;
	height: 40px;
    min-width: 40px;
    margin: 0;
    text-align: center;
    left: -35px;
	display: inline-block;
    vertical-align: top;
}
#register-box .cleaner {
	position: absolute;
    right: 5px;
    left: unset;
}
#contactForm #contact-form .table-titlebar {
	display: none;
}
#contactForm .table-container.grid {
	margin-top: -1px;
}


#dashboard .ul-message-list li > .comment-table, #playfriends-block .comment-table {
    border-top: 1px solid rgba(255,255,255,0.05) !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
	border-left: 0px;
	border-right: 0px;
	min-width: 300px;
	max-width: 360px;
    max-height: 50px;
    min-height: 50px;
	background-color: transparent;
	margin-left: 0px;
}
#dashboard .ul-message-list li:hover > .comment-table {
    background-color: rgba(255,255,255,0.1) !important;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
	border-left: 0px !important;
	border-right: 0px !important;
}
#dashboard .ul-message-list li > .comment-table.comment-empty {
	margin-top: 0px;
    color: white;
    font-size: .85em;	
}
#dashboard .ul-message-list li > .comment-table .comment-avatar a, #playfriends-block .comment-table .comment-avatar a {
    width: 40px;
    height: 40px;
    margin: 4px 5px;
    padding: 0;
	z-index: 100;
	box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
}
#dashboard .ul-message-list li > .comment-table .comment-avatar a.male {
    background-color: #00aadd;
}
#dashboard .ul-message-list li > .comment-table .comment-avatar a.female {
    background-color: #FF6699;
}
#dashboard .ul-message-list li > .comment-table .comment-avatar a.nonbinary {
    background-color: #FEAD4E;
}
#dashboard .ul-message-list li > .comment-table .comment-body {
    max-height: 50px;
}
#dashboard .ul-message-list li > .comment-table .comment-control {
	max-width: 100px !important;
    top: 5px !important;
    right: 0px !important;
    position: absolute !important;
    display: block !important;
    text-align: right !important;
    font-size: .7em !important;
    color: #ccc !important;
    padding: 0 10px 0 0 !important;
}
#dashboard .ul-message-list li > .comment-table .message-author, #playfriends-block .comment-table .message-author {
    min-height: 50px;
	height: 50px;
    padding: 0;
    margin: 0;
}
#dashboard .ul-message-list li > .comment-table .message-author a:not(.n), #playfriends-block .comment-table .message-author a:not(.n) {
    padding: 0;
    height: 25px;
    line-height: 24px;
    border: 0px;
    top: 0px;
    left: 0;
    margin-left: 65px;
    position: absolute;
	font-size: .8em;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background-color: transparent;
	z-index: 10;
}
#dashboard .ul-message-list li > .comment-table .message-author a:not(.n):hover,
#dashboard .ul-message-list li > .comment-table .messages-summary:hover,
#playfriends-block .comment-table .messages-summary:hover
{
	background-color: transparent;
}
#dashboard .ul-message-list li a.guild-emblem-messenger, #playfriends-block li a.guild-emblem-messenger {
	display: none !important;
}
#dashboard .ul-message-list li > .comment-table .messages-summary, #playfriends-block .comment-table .messages-summary  {
    position: absolute;
    border: 0 !important;
    color: whitesmoke !important;
    padding: 0 0 0px !important;
    height: 50px !important;
    margin: 0 !important;
    font-size: .75em !important;
    line-height: 26px !important;
    top: 20px !important;
	background-color: transparent;
    width: 45px;
	left: 65px;
    overflow: hidden;
	z-index: 100 !important;
}
#dashboard .ul-message-list li[role="friend-tab"] .comment-table .messages-summary, #playfriends-block li[role="friend-tab"] .comment-table .messages-summary  {
	left: unset;
    right: 0px;
    top: 0px !important;
}
#dashboard .ul-message-list li[role="friend-tab"] .comment-table a.n, #dashboard .ul-message-list li[role="messages-alert"] .comment-table a.n, #playfriends-block li[role="friend-tab"] .comment-table a.n  {
	left: 40px !important;
    top: 25px !important;
}
#dashboard .ul-message-list li > .comment-table .button-wrapper.message-status {
    bottom: 2.5px !important;
    z-index: 10;
	background-color: transparent;
	transform: scale(.7);
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.25));
	right: 5px;
}
#dashboard .ul-message-list li > .comment-table .button-wrapper.message-status.rotate, #playfriends-block .comment-table .button-wrapper.message-status.rotate {
	transform: rotate(-90deg) scale(.7);
}
#dashboard .ul-message-list {
	max-width: 360px;
    padding-top: 50px;
}

.button-wrapper.message-status {
	bottom: 0px; 
	right: 10px; 
	position: absolute; 
	display: block; 
	text-align: right; 
	background-color: white; 
}
.button-wrapper.message-status.rotate {
	transform: rotate(-90deg);
}
.ul-message-list li:hover > .comment-table:not(.comment-empty) {
	border: 1px solid #00AADD !important;
}
#playfriends-block  li:hover > .comment-table:not(.comment-empty) {
	border-bottom: 1px solid rgba(255,255,255,.3) !important;
	border-top: 1px solid rgba(255,255,255,.3) !important;
	border-right: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
	background-color: rgba(255,255,255,.1);
}
.ul-message-list li:hover > .comment-table .button-wrapper {
	border-color: #00AADD !important;
}
.ul-message-list li:hover > .comment-table .button-wrapper .icon-more {
	border-color: #00AADD transparent transparent transparent;
}
.ul-message-list li:hover > .comment-table .button-wrapper .icon-sent {
	background-position: -144px 0px;
}

.messages-summary {
	margin: 10px 50px 0 95px;
    display: block;
    position: absolute;
    width: 100%;
	max-width: calc(100% - 95px);
    top: 44px;	
	height: 50px;
	color: #777 !important;
	text-decoration: none;
	outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 50px;
}
.messages-summary:hover, .messages-summary:active, .messages-summary:focus {
	color: #212121 !important;
	text-decoration: none;
	outline: none;
}
[aria-describedby="new-message-box"], [aria-describedby="item-viewer"] {
	max-width: 360px !important;
}
[role="new-message-faceavatar"] {
    position: absolute;
    width: 100px;
    height: 83px;
    padding: 7px !important;	
	display: none;
}
.comment-table .message-author {
	margin-top: 0px; height: 90px; padding-top: 10px;
}
.message-stretcher {
	max-width: 440px;
	width: 70vw;
}
.message-active {
	background-color: rgba(0, 170, 221, 0.1);
}
.start-conversation {
	padding: 10px 25px;
    border: 1px solid whitesmoke;
    margin: 0 10px;
    border-radius: 25px;
    background-color: #ff669970;
}

/* mementos */ 
#memento-box {
	overflow: hidden;
}
.memento-box {
    max-height: 100vh !important;
    /*height: 100% !important;*/
    /*border-radius: 0px !important;*/
}
.memento-box .comment-options, .memento-box .comment-options-top  {
    /*position: fixed;*/
    width: 100%;
    max-width: 690px;
    bottom: 0px;
    padding-top: 8px;
    height: 45px;
}
.memento-box .comment-options {
    position: fixed;
    background-color: white;
    margin: 0px;
	max-width: 100vw;
    left: 0px;
	height: 50px;
    padding: 5px 10px;
    z-index: 10000;
	border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
.memento-box .comment-options ul li {
    padding: 0px 20px 0px 5px;
	display: inline;
}
.comment-options-top ~ .memento-wrapper {
	/*max-height: calc(100vh - 647px);*/
}
.memento-wrapper {
    height: 167px;
    border-top: 2px solid #E8E8E8;
    position: fixed;
    z-index: 100000;
    background-color: whitesmoke;
    bottom: 50px;
    width: 100vw;
    left: 0px;
}
.memento-wrapper .mementos-timeline {
	box-shadow: 0px -5px 30px rgba(0,0,0,.25);
    height: 163px;
    margin-bottom: 0px;
}
.mementos-timeline {
    min-height: 70px;
    overflow: hidden;
	overflow-y: auto;
    width: 100vw;
    border-top: 5px solid transparent;
    height: 100vh;
    max-height: calc(100vh - 385px);
}
.mementos-timeline:empty {
	max-height: 50px;
    margin: 0px 16px 10px !important;
    list-style: none;
}
.mementos-timeline [role="load-up"] {
	display: none;
}
[role="memento-clone"] {
	pointer-events: none;
}
.memento-body .button-share, .ui-dialog.mementos-box .button-share, .memento-body .button-reply, .ui-dialog.mementos-box .button-reply {
	/*display: none;*/
}
.mementos-timeline .table-back {
    min-height: 163px;
    /*height: 205px;
    white-space: nowrap;*/
    overflow: hidden;
    overflow-y: auto;
    max-width: 720px;
    width: 100vw;
	text-align: center;
}
.mementos-timeline .memento-timeline-ul {
    list-style: none;
    padding: 0px;	
	margin: 0px;
    min-height: 160px;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: visible;
    width: 134vw;

    transform: scale(.75);
    transform-origin: left top;
    left: 0px;
    height: 210px;
}
.mementos-timeline[role="comments-timeline"] {
	max-width: 720px;
}
.mementos-timeline .memento-timeline-ul .memento-li {
    vertical-align: top;
    display: inline-block;
	margin-right: 4px;
	cursor: pointer;
}

}
.mementos-timeline .memento-timeline-ul .memento-li [role="media-viewer"] {
    pointer-events: none;
}
.mementos-timeline .table-body {
    vertical-align: top;
	display: inline-block;
}
.mementos-timeline .comment-table .comment-control {
	margin-top: 0px !important;
	display: none;
}
.mementos-timeline .comment-table {
	margin: 0px;
    max-width: 349px;
    min-width: 349px;
    overflow: hidden;
	border: 0px;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    height: 190px;
    margin-bottom: 5px;
}
.mementos-timeline .comment-table.comment-empty {
    height: 210px;
    width: 100vw;
    max-width: 720px;
    min-width: 100%;
    text-align: center;
}

.mementos-timeline .mementos-timeline-placeholder {
    border: 2px dashed #ccc;
    background-color: whitesmoke;
	display: inline-block;
	vertical-align: top;
	width: 354px;
	height: 201px;
	margin-right: 4px;
}
.mementos-timeline .comment-table .comment-text {
	padding: 0;
}
.mementos-timeline .photo-viewer {
    margin-left: -5px !important;	
    margin-top: -1px !important;
	height: 200px;
	min-width: 355px;
}
.mementos-timeline .comment-replies.active {
	display: none;
	pointer-events: none;
}
.mementos-timeline .photo-viewer li:before, .mementos-timeline .photo-viewer li:after  {
	border: 0px;
}
.mementos-timeline .screenshot-wrapper  {
	min-height: 155px;
    height: 155px;
    max-width: 355px;
}
.mementos-timeline .photo-viewer.grid-1 li.h, .mementos-timeline .photo-viewer.grid-1 li.v  {
    min-height: 190px;
}
.mementos-timeline .photo-viewer.grid-1 li.h img  {
    top: 50%;
    transform: translate3d(-50%,-50%,1px);
    max-width: 588px;
    min-width: 357px;
    min-height: 205px;
	perspective: 1000px;
	transform-style: flat;
}
.mementos-timeline .photo-viewer.grid-1 li.v img  {
    top: 50%;
    transform: translate3d(-50%,-50%,1px);
    min-height: 290px;
    min-width: 590px;
    max-width: 590px;
	perspective: 1000px;
	transform-style: flat;
}
.mementos-timeline .comment-avatar {
    position: absolute;
    left: 0px;
    bottom: -10px;
    z-index: 10000;
    height: 60px;
    margin: 0px;
    width: 60px;
    opacity: 0;
    transition: opacity .2s, transform .2s;
	transform: scale(0);
}
.mementos-timeline .comment-table:hover > .comment-avatar {
	transform: scale(1);
}

.mementos-timeline .comment-table:hover > .comment-avatar, 
.mementos-timeline .comment-table:hover > .comment-body .comment-author,
.mementos-timeline .comment-table:hover > .comment-body .comment-text [role="post-text"] {
	opacity: 1;
}
.mementos-timeline .comment-stats {
    position: absolute;
    bottom: 0px;
	z-index: 1000;
    padding: 0px 35px 0px 15px;
    background-color: rgba(255, 255, 255, .75);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: none;
}
.mementos-timeline .comment-stats .stats-wrap {
    padding-top: 5px;
	border: 0px;
}
.mementos-timeline .button-reply {
	display: none;
}
.mementos-timeline .comment-avatar a {
	position: absolute;
    width: 40px !important;
    height: 40px !important;
	margin: 5px;
	pointer-events: none;
}
.mementos-timeline .comment-author {
	position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 10000;	
	width: 100%;
	height: 22px;
    padding: 0 50px;
	margin: 0px;
	opacity: 0;
	transition: .3s;
    /*border-bottom: 1px solid rgba(255,255,255,.5);*/
	border: 0px;
	min-height: 20px;
}
.mementos-timeline .comment-author h3 {
	font-size: .8em;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
}
.mementos-timeline .comment-author .see-profile, .mementos-timeline .comment-author .see-profile span.block {
    display: inline-block !important;
	margin-right: 5px;
	margin-top: 3px;
	min-width: 190px;
	font-size: .75em;
	/*text-shadow: -1px -1px 0  rgba(255,255,255,.5), 1px -1px 0 rgba(255,255,255,.5), -1px 1px 0 rgba(255,255,255,.5), 1px 1px 0 rgba(255,255,255,.5);*/
}
.mementos-timeline .comment-author .see-profile span.block {
	min-width: 0px;
}
.mementos-timeline .comment-control {
	display: none;
}
.mementos-timeline .memento-control {
    position: absolute;
    z-index: 10;
    padding: 10px;
    right: 0px;
}
.mementos-timeline .memento-control .button-wrapper:hover > .icon-sent {
   background-position: -144px 0px;
}
.mementos-timeline .memento-control .button-wrapper:hover > .icon-remove-timeline {
   background-position: -220px -1px;
}
.mementos-timeline [role="post-text"] {
    position: absolute;
    padding: 0 50px;
    font-size: .75rem;
    text-align: left;
    width: 100%;
    z-index: 1000;
    bottom: 7px;
    height: 50px;
	opacity: 0;
	transition: opacity .5s;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
    line-height: 40px;
	background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,.75) 30%);
}
.memento-timeline-span {
	font-size: 1.5em;
    padding: 13px;
	text-align: center;
    color: #cccccc;
}
.mementos-timeline .comment-loader {
    width: 350px;
    margin-left: -175px;
    left: 50%;
}
.mementos-timeline .comment-loader .stock-more {
    width: 100%;
}
.memento-body {
    white-space: nowrap;
    vertical-align: top;
    width: 720px;
    overflow: hidden;
	position: relative;
	height: 415px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.memento-body .comment-body .comment-control {
	margin-top: 0px !important;
	position: absolute;
	right: 0px;
	opacity: 0;
	transition: opacity .25s;
}
	.memento-body .comment-body:hover > .comment-control {
		opacity: 1;
	}

.memento-body .comment-avatar {
	position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10000;
    height: 60px;
    margin: 0px;
	width: 60px;
	opacity: 0;
	transition: opacity .2s; 
	pointer-events: none;
}
	.memento-body.hover .comment-avatar {
		top: 0px;
		width: 60px;
		height: 60px;
	}
	.memento-body .comment-table.active:hover > .comment-avatar, 
	.memento-body .comment-table.active:hover > .comment-body .comment-author,
	.memento-body .comment-table.active:hover > .comment-body .comment-text [role="post-text"],
	.memento-body .comment-table.active:hover > .comment-body .memento-title, 
	.memento-body.hover .comment-avatar,
	.memento-body.hover .comment-body .comment-author,
	.memento-body.hover .comment-body .memento-title {
		opacity: 1;
	}
	.memento-body.hover .comment-table.active:hover > .comment-body .memento-title {
		background-color: rgba(255,255,255,.85);
	}
	.memento-body.hover .comment-body .comment-text [role="post-text"] {
		top: 60px;
		height: 100%;
		max-height: 290px;
		white-space: normal;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 10px 15px;
	}
.memento-body .comment-avatar a {
	position: absolute;
    width: 50px !important;
    height: 50px !important;
	margin: 5px;
	pointer-events: none;
}
	/*.memento-body.hover .comment-avatar a {
		width: 60px !important;
		height: 60px !important;
	}*/

.memento-body .comment-author {
	position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 100000;	
	width: 100%;
	height: 24px !important;
    padding: 0 135px 0 65px;
	margin: 0px;
	opacity: 0;
	transition: .3s;
    min-height: 20px;
}
.memento-body.hover .comment-author {
	top: 38px;
}

.memento-body .comment-author h3 {
	font-size: .9em;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-right: 5px;
    margin-top: 1px;
}
.memento-body .comment-author .see-profile, .memento-body .comment-author .see-profile span.block {
    display: inline-block !important;
	font-size: .75em !important;
	margin-right: 5px;
	margin-top: 0px;
	/*min-width: 190px;*/
	/*text-shadow: -1px -1px 0  white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;*/
}
.memento-body .comment-table {
	/*margin-top: 0px !important;*/
	display: inline-block;
    /*transition: all 3s;*/
	opacity: 0;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	/*pointer-events: none;*/
}
.memento-body {
	margin-top: -1px !important;
}

.memento-body .comment-table.active {
	/*position: relative;*/
	opacity: 1;
	/*pointer-events: fill;*/
}
.memento-body .comment-table .comment-text {
	padding: 0px;
	cursor: pointer;
}
.memento-body [role="post-text"] {
    position: absolute;
    padding: 3px 130px 25px 65px;
	height: 50px;
    font-size: .8rem;
    text-align: left;
    width: 100%;
    z-index: 1000;
    bottom: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
    max-height: 70px;
    opacity: 0;
    transition: opacity .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    line-height: 22px;
    background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,.75) 30%);
    /*background-color: rgba(255,255,255,.75);*/
}
.memento-body [role="post-text"]:empty {
	height: 30px;
}
	.memento-body.hover .memento-title {
		padding-left: 65px !important;
		height: 60px;
	}

.memento-body .memento-title {
	text-align: left;
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,1);
    display: block;
    width: 100%;
    height: 52px;
    padding: 10px 10px 5px;
    font-size: 1.4em !important;
    top: 0;
    opacity: 0;
    margin: 0px;
    max-width: 720px;
    transition: opacity .2s;
    line-height: 35px;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	color: #00aadd;
	cursor: pointer;
}
.memento-body .photo-viewer {
    margin: 0 !important;
    border: 0px;
    max-width: 720px;	
	pointer-events: none;
}
.memento-body .screenshot-wrapper  {
    border-bottom: 0px;
	min-height: 310px;
}
.mementos-box .memento-replay {
	width: 100%;
	height: 100% !important;
	background: rgba(0,0,0,.5);
	display: block;
	pointer-events: fill;
	cursor: pointer;
	position: absolute;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.mementos-box .memento-replay .circular-area {
    top: 50%;
    margin-top: -50px;
    max-width: 100px;
    max-height: 100px;
	transition: transform .1s;
}   
.mementos-box .memento-replay .circular-area:hover {
    transform: scale(1.2);
}   
.memento-body .photo-viewer li:after, .memento-body .photo-viewer li:before {
	border: 0px;
}
.memento-body .photo-viewer.grid-1 li.h {
	max-width: 720px;
	min-height: 350px;
}
	.memento-body .photo-viewer.grid-1 li.h img {
		/*min-width: 360px;*/
		max-width: 720px;
		width: 150%;
		min-height: 350px;
		position: absolute;
		top: 50%;
		transform: translate3d(-50%,-50%,1px);
		animation: unBlur 1.5s 1 ease-out;

	}
.memento-body .photo-viewer:hover {
    border: 0px;	
}
.memento-body .comment-stats {
	position: relative;
    bottom: 0px;
    /*background-color: rgba(255,255,255,.9);*/
    z-index: 100000;
	opacity: 1;
	transition: opacity .35s;
	padding-top: 4px;
	padding-bottom: 0px;
    /*border-bottom: 0px;*/
    min-width: 180px;
    margin-right: 0px;
}
.memento-body .comment-stats .stats-wrap {
    padding-top: 8px;
	border-top: transparent;
    height: 44px;
}
.ui-dialog .meda-box-avatar {
	height: 65px;
	width: 65px;
	padding: 0px;
	position: absolute;
	left: 10px;
	z-index: 1;
	overflow: hidden;
    top: -10px;
}
.ui-dialog .meda-box-avatar a img {
	max-height: 60px;
	max-width: 60px;
	min-width: 60px;
	min-height: 60px;
	left: 45px;

	display: block;
	border: 2px solid #D8D8D8;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	/*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);*/
	-webkit-transition: all .2s; /* Safari */
    transition: all .2s;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	pointer-events: none;
}
.mementos-box .photo-viewer {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,1px);
	max-width: 960px;
    max-height: 100vh;
    text-align: center;
	transition: opacity 2s;
	opacity: 1;
	background-color: white;
}
	.mementos-box .photo-viewer.grid-1 li.h {
		min-height: 450px;
		min-width: 360px;
		max-width: 960px;
		max-height: 450px;
		margin: 0 auto;
	}
	.mementos-box .photo-viewer.grid-1 li.h img {
		max-width: 100vw;
		text-align: center;
		left: 0;
		top: 0;
		transform: translate3d(0px,0px,1px);
	}
.mementos-box .screenshot-wrapper {
	min-height: 400px;
	border-color: transparent;
}
.mementos-box .comment-stats {
	position: fixed;
    bottom: 0px;
    max-width: 720px;
    margin: 0px;
    margin-left: -10px;	
    padding: 0px;
    line-height: 21px;
    border-bottom: 0px;
}
.mementos-box .comment-stats .stats-wrap {
	padding: 4px 10px;
    border-top: 1px solid rgba(255,255,255,.05);
    margin: 0 10px;
	color: #999999;
}
.mementos-box .comment-stats .stats-wrap:hover {
	color: white;
}
.mementos-box .comment-author {
	position: fixed;
    bottom: 48px;
    max-width: 720px;
    margin: 0px;
    margin-left: -10px;
    padding: 0px;
    line-height: 21px;
    border-bottom: 0px;
    width: 100%;
    height: 20px;
    padding-left: 85px;
    line-height: 12px;
}
.mementos-box .comment-author h3 {
	font-size: .9em;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-right: 5px;
    margin-top: 3px;
	font-weight: bold;
    font-size: .95em;
}
.memento-body.hover .comment-author h3 {
	text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1);
}
.mementos-box .comment-author .see-profile, .mementos-box .comment-author .see-profile span.block {
    display: inline-block !important;
	margin-right: 5px;
	margin-top: 3px;
}
.memento-timer {
    position: fixed;
    max-width: 696px;
    bottom: 38px;
    width: 0px;
    height: 2px;
    margin: 0;
	transition: width 1.5s !important;
}
	.memento-timer.loading:before {
		content: '';
		border-radius: 3px;
		background-color: #00AADD;
		position: absolute;
		left: 0;
		bottom: 1px;
		width: 100%;
		height: 2px;
	}

	.reply-box.not-owner [role="post-text"] {
		text-align: left;
		float: right;
	}

[role="carrousel"] .table-back {
    min-height: 590px;
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 240px);
    height: 100vh;
    transform: translate3d(-50%,0px,0px);
    left: 50%;
    position: absolute;
    max-width: 720px;

}
[role="carrousel"] .table-body.active {
    display: block;
    position: relative;
}
[role="carrousel"] .table-body {
    position: absolute;
    display: none;
}
[role="carrousel"] .comment-loader {
    display: none;
}
[role="carrousel"] [role="post-text"] {
    display: none;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
    margin: 30px auto 0;
}
.gaming-block {
    padding-left: 10px !important;
    margin-left: 0px !important;
    padding-top: 25px;
    margin-top: 0px !important;
}
.gaming-blocked .heading-block {
	margin: 0px auto 25px; 
	padding-top: 25px;
    padding-left: 10px !important;
    margin-left: 0px !important;
    padding-top: 25px;
    margin-top: 0px !important;
}
.game-selection .gaming-list {
	background-color: rgba(255,255,255,.5);
	min-width: min(calc(100vw - 360px), 100%);
    width: 100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    left: 0px;
    transform: translateX(0px);
	padding: 0 50px 0px 23px;
	min-height: 400px;
}
.heading-block {
	z-index: 30;
	position: relative;
	font-family: "ITCAvantGardePro-Md", Helvetica, sans-serif;
	/*text-shadow: 3px 3px 8px rgb(0 0 1);*/
	margin: 25px auto;
    width: 720px;
    padding-left: 10px;
    padding-right: 30px;
	/*text-shadow: 1px 1px 0 red, -1px -1px 0 cyan;*/
}
/*.gaming-contact {
	margin-left: 360px;
}*/
.no-dashboard .game-selection {
	margin-left: 0px;
    max-width: 100vw;	
	padding-right: 0px;
}
.no-dashboard .gaming-list {
    min-width: 100vw;
    left: 0px;
    transform: translate(0px, 0px);
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}
.site-description {
	padding: 0 40px;
	font-size: .7em !important;
	line-height: 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#map-reader .table-titlebar {
	display: none;
}
.table-title {
	font-weight: bold !important;
}
/* Let's style the wrapper in such away that, 
it should always be at the center of the browser */
.wrapper {
  position: relative;
	width: 100%;
    padding: 30px 20px 0px;
}
.featured-avatar.male:hover > i {
	-webkit-filter: drop-shadow(2px 2px 0 #FF6699) drop-shadow(-2px -2px 0 cyan) drop-shadow(rgba(0, 170, 221, 0.8) 0 0 8px) !important;
	filter: drop-shadow(2px 2px 0 #FF6699) drop-shadow(-2px -2px 0 cyan) drop-shadow(rgba(0, 170, 221, 0.8) 0 0 8px) !important;
}
.featured-avatar.female:hover > i {
	-webkit-filter: drop-shadow(2px 2px 0 cyan) drop-shadow(-2px -2px 0 #FF6699) drop-shadow(#FF6699 0 0 8px) !important;
	filter: drop-shadow(2px 2px 0 cyan) drop-shadow(-2px -2px 0 #FF6699) drop-shadow(#FF6699 0 0 8px) !important;
}

.featured-avatar.nonbinary:hover > i {
	-webkit-filter: drop-shadow(2px 2px 0 cyan) drop-shadow(-2px -2px 0 #FF6699) drop-shadow(#F0AD4E 0 0 8px) !important;
	filter: drop-shadow(2px 2px 0 cyan) drop-shadow(-2px -2px 0 #FF6699) drop-shadow(#F0AD4E 0 0 8px) !important;
}


/* Style the Un-order list by setting its list-style to none */
.wrapper ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.wrapper ul li {
  width: 75px;
  height: 75px;
  line-height: 83px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #D8E2DC;
  display: inline-block;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.wrapper ul li .fa {
  color: #222222;
  margin-top: 20px;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper ul li:hover.facebook {
  border: 2px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}
.button-wrapper:hover .fa-copy {
	color: #00AADD !important;
}

.wrapper ul li:hover .fa-facebook {
  color: #3b5998;
  transition: all 0.5s ease;
}


.wrapper ul li:hover.youtube {
  border: 2px solid crimson;
  box-shadow: 0 0 15px crimson;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-youtube {
  color: crimson;
  transition: all 0.5s ease;
}

.wrapper ul li:hover.pinterest {
  border: 2px solid #bd081c;
  box-shadow: 0 0 15px #bd081c;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-pinterest {
  color: #bd081c;
  transition: all 0.5s ease;
}

/*twitter*/
.wrapper ul li:hover.twitter {
  border: 2px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-twitter {
  color: #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.wrapper ul li:hover.instagram {
  border: 2px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  transition: all 0.5s ease;
}

/* google */
.wrapper ul li:hover.google, .wrapper ul li:hover.gmail {
  border: 2px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-google {
  color: #dd4b39;
  transition: all 0.5s ease;
}

/* reddit */
.wrapper ul li:hover.reddit {
  border: 2px solid #ff4500;
  box-shadow: 0 0 15px #ff4500;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-reddit, .wrapper ul li:hover .fa-envelope {
  color: #ff4500;
  transition: all 0.5s ease;
}

/* whatsapp */
.wrapper ul li:hover.whatsapp {
  border: 2px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
.sms.mobile {
	display: none;
}
.android .sms.mobile {
	display: block;
}

.wrapper ul li:hover .fa-whatsapp {
  color: #4dc247;
  transition: all 0.5s ease;
}

/* linkedin */
.wrapper ul li:hover.linkedin {
  border: 2px solid #0e76a8;
  box-shadow: 0 0 15px #0e76a8;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-linkedin {
  color: #0e76a8;
  transition: all 0.5s ease;
}

/* sms */
.wrapper ul li:hover.sms {
  border: 2px solid #111;
  box-shadow: 0 0 15px #111;
  transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-sms {
  color: #111;
  transition: all 0.5s ease;
}
/*.fa-envelope:before {content:"\f0e0"}*/

.active[role="subscription-select"] {
	transform: scale(1.2) !important;
	filter: drop-shadow(2px 2px 0 #FF6699) drop-shadow(-2px -2px 0 cyan);
}
.active[role="subscription-select"] ~ i {
	visibility: visible !important;
}
	.data-stat {
		position: absolute !important;
	}

.horizontal-message {
	    width: 100% !important;
    max-width: 720px !important;
}
.horizontal-message #warning {
	max-width: 100% !important;
    max-height: calc(100vh - 177px) !important;
}
.complete-page {
	margin-top: 0px !important;
}
.complete-page #members-page, .complete-page #rankings-page {
	height: calc(100vh - 49px) !important;
	overflow-y: auto;
	overflow-x: hidden;
}
.complete-page #members-page .members-container {
	margin: 0px;
}
.messenger .table-container {
	margin-bottom: 0px;
}

.circle-area {
	width: 150px;
	height: 150px;
	border: 2px solid #d8d8d8;
	border-radius: 100%;
	display:block;
	margin: 0 auto 20px;
	cursor: pointer;
	color: transparent;
	font-weight: bold;
	transition: all .2s;
	position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
	overflow: hidden;
	z-index: 1000;
	color: #111;
	outline: none;
}
	.circle-area:before {
		content: '';
		width: 95%;
		height: 70%;
		background-color: rgba(255,255,255,.35);
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 100%;
		z-index: -1;
	}
	.circle-area:after {
		content: '';
		opacity: .5;
		border-radius: 100%;
		left: 50%;
		z-index: -1;
		position: absolute;
		width: 40px;
		height: 10px;
		bottom: 8px;
		filter: blur(5px);
		-webkit-filter: blur(5px);
		background-color: #33bce4;
		pointer-events: none;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);	
	}
.circle-area:hover {
	border-color: #00AADD;
	color: #212121;
    text-shadow: 1px 1px white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
	.circle-area:hover:after {
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,.75);
		position: absolute;
		border-radius: 100%;
	}

/* breweries styles */
.breweries {
  padding: 2rem;
}

.breweries > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 1rem;
  list-style: none;
  padding-left: 0px;
}

.breweries > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
}

.breweries > ul > li > figure {
  max-height: 220px;
  overflow: hidden;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}

.breweries > ul > li > figure > img {
  width: 100%;
}

.breweries > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
}

.breweries > ul > li > figure > figcaption > h3 {
  color: white;
  padding: .75rem;
  font-size: 1.25rem;
}

.breweries > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #666666;
}

.breweries > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
}


#messenger-button {
	animation: hue-rotator 10s;
    animation-iteration-count: infinite;
	max-width: 100px;
    max-height: 100px;
    background-color: rgba(255,255,255,.75);
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    left: 50%;
    margin-left: -65px;
    margin-top: -65px;
    top: 50%;
    position: absolute;
	pointer-events: fill;
	overflow: visible;
	border-radius: 100%;
	height: 100%;
	width: 100%;
}
#messenger-button span:before {
	content: '';
	animation: rotate 1s;
	/*background-image: url("images/circle.png");*/
	background-repeat: no-repeat;
	width: 125px;
    height: 125px;
    display: block;
    position: absolute;
    left: -5px;
    top: -50px;
    background-size: 128px;
	animation: rotator 10s;
    animation-iteration-count: infinite;
}
.placeholder {
    display: block;
    position: absolute;
    font-variant: petite-caps;
    color: #a1a1a1;
    transition: .1s;
    opacity: 1;
    top: 19px;
    left: 17px;
	pointer-events: none;
}
[data-placeholder]:focus ~ figure.placeholder, [data-placeholder]:active ~ figure.placeholder, [data-placeholder]:not(:empty) ~ figure.placeholder, [data-placeholder]:-webkit-autofill ~ figure.placeholder, [data-placeholder].valid ~ figure.placeholder, [data-placeholder].error ~ figure.placeholder, [data-placeholder][data-flag] ~ figure.placeholder {
    top: 7.5px;
    left: 17.5px;
    font-size: .75em;
}
[data-placeholder]:empty ~ figure.placeholder {
	opacity: 1;
}
.show-password {
	position: absolute !important;
    height: 30px;
    width: 30px;
    padding-top: 13px;
    right: 50px;
	color: #a4a4a4;
	cursor: pointer;
	display: block;
}
/*[data-placeholder]:empty ~ .show-password  {
	display: none;
}*/
.show-password:hover, .show-password.fa-eye-slash {
	color: #00aadd;
}
/*.show-password.fa-eye-slash:hover {
	color: #FF6699;
}*/
.circle-text {
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 40px;
	z-index: 10;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	font-weight: normal;
	font-size: .85em;

}
.register-wallpaper {
	margin-bottom: 0px; margin-top: -1px; 
	background-size: cover;
	height: 100vh; 
	max-height: calc(100vh - 70px); 
	background-repeat: no-repeat; 
	background-position: center bottom;
    border-bottom: 0px;

    background-size: auto 960px;
    background-color: transparent;
    border: 0px;
	animation: backgroundUpDown 3s infinite alternate-reverse forwards;

	z-index: 1;
	margin: 0 auto;

}


@-webkit-keyframes backgroundUpDown {
	from { background-position: center bottom, center bottom; }
	to { background-position: center bottom, center calc(100% + 25px); }
}

/* media queries */
.wealthiest-avatar {
    height: 150px;
    display: block;
    width: 135px;
    background-size: 135px;
    margin-left: -12.5px;
    background-position: center;
}

#media-box {
	width: 100vw !important;
	height: 100vh !important;
	overflow: hidden;
	position: fixed;
    left: 0px;
    top: 0px;
	max-height: 100vh !important;
}

@media screen and (max-width: 640px){
  /*.wrapper {
      width: 350px;
  }*/
  .wrapper ul li{
      margin-top: 10px;
  }
  .wrapper ul li.google{
      margin-left: 60px;
  }
}


@media screen and (max-width: 340px){
  .wrapper {
      width: 150px;
  }
  .wrapper ul li{
      margin:15px;
  }
  .wrapper ul li.google{
      margin-left: 15px;
  }
}

/* mobile */
@media screen and ( max-width: 940px ) {
	#template-menu .search-members:nth-child(odd) {
		/*margin: 10px 0 0 0;*/
	}
}

@media screen and ( max-width: 720px ) {
	
	.mementos-timeline[role="comments-timeline"] {
		padding-bottom: 225px;
		max-height: calc(100vh - 307px);
	}
	.comment-table, .table-container {
		margin: 10px 0 30px;
		border-radius: 0px;
		border-right: 0px;
		border-left: 0px;
		vertical-align: top;
		width: 100vw;
		margin-left: 0px !important;
		/*min-height: 70px;*/
	}
	.table-container {
		margin: 10px 0 30px;
		border-radius: 0px;
		border-right: 0px;
		border-left: 0px;
		vertical-align: top;
		width: 100vw;
		margin-left: 0px !important;
		/*min-height: 70px;*/
	}
	.gaming-list .comment-table {
		width: 100%;
	}
	.profile-cover.game-cover {
		left: 0px;
	}
	#start-memento {
		right: 0px;
		position: absolute;
	}
	.memento-body {
		margin: 10px 0px 30px 0px;
	}
	.memento-body .comment-table {
		left: 0px;
		transform: none;
	}
	.reply-box.not-owner .comment-avatar a {
		/*margin-left: 20px;*/
	}
	.members-container {
		margin: 0px;
		text-align: center;
	}
	.members-container.table-container {
		margin-top: 10px;
	}
	.comment-table .comment-body {
		display: block;
	}
	.shop-avatar {
		display: inline-block;
		float: left;
	}
	.messages-summary {
		padding-left: 80px;
		padding-top: 5px;
		font-size: .8em;
	}
	.comment-avatar a img {
		height: 60px;
		width: 60px;
	}
	.comment-table .comment-author.message-author {
		height: 70px;
	}
	.reply-box .comment-body {
		display: table-cell;
		width: 100vw;
	}
	.reply-box .comment-avatar {
		display: table-cell;
		width: 65px;
		float: none;
	}
	.reply-box.active .comment-avatar {
		padding-top: 15px;
	}
	.stats-wrap {
		margin-right: 0;
	}
	.comment-photos, .comment-links {
		margin: -12px 0 15px 0;
		border-left: 0px;
		border-right: 0px;
		max-width: 720px;
		width: 100vw;
	}
	.comment-links[role="media-viewer"] {
		cursor: pointer;
		/*pointer-events: auto;*/
	}
	.flex .table-container {
		margin: 0 auto auto auto;
	}
	.featured-container {
		margin-top: 0px;
	    margin-bottom: 15px;
	}
	.search-featured .profile-cover {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.search-members:nth-child(odd) {
		border-left: 0px;
	}
	.search-members:nth-child(even) {
		border-right: 0px;
	}
	.members-container .ui-profile-tabs li a.ui-tab-levels {
		max-width: 88px;
	}
	.members-container .ui-profile-tabs li.ui-tabs-button {
		/*max-width: 45px;*/
	}
	.members-container .text-friend {
		/*display: none;*/
	}
	.search-members {
		border-bottom: 1px solid #d8d8d8;
	}
	#template-menu .search-members, #template-menu .search-members:nth-child(even) {
	    /*border: 1px solid #d8d8d8;
		margin-top: 30px;*/
	}
	.templates-block {
		float: none;
		border: 1px solid #D8D8D8;
		margin: 0 auto 20px;
		text-align: left;
	}
	#template-menu .search-members {
		/*margin: 0 0px 20px 0;
		height: 391px;
		min-width: 100%;*/
	}
	/*#template-menu .search-members:first-child {
		margin-top: -1px;
		height: 352px;
	}*/
	#template-menu .templates-block {
		float: left;
	}
	#template-menu .search-members .profile-cover, #template-menu .search-members .profile-cover canvas {
		/*width: 100% !important;
		height: 140px !important;*/
	}
	#template-menu .comment-table, .members-container .comment-table {
		width: 100%;
		text-align: left;
	}
	.message-stretcher {
		max-width: calc(100vw - 213px);
	}
	.messages-summary {
		max-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ul-message-list li:hover > .comment-table {
		border-left: 0px !important;
		border-right: 0px !important;
	}
	/*.stock-sort {
		width: 100vw;
		float: none;
		display: block;
		border-top: 0px;
		border-radius: 0px;
		border-left: 0px;
		border-right: 0px;
		min-height: 100px;
		padding: 5px 0px;
	}
	.stock-sort:first-child {
		border-top: 1px solid #ccc;
	}
	.stock-sort:last-child {
		box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 2px 4px rgba(0,0,0,.05);
		-ms-box-shadow: 0 2px 4px rgba(0,0,0,.05);
		-o-box-shadow: 0 2px 4px rgba(0,0,0,.05);
	}*/
	.location-button-wrapper {
		max-width: calc(100vw - 70px); 
	}
	.location-button-wrapper:empty {
		display: none;
	}

	.ui-profile-tabs li.ui-tabs-button.ui-tab-likes {
		position: absolute !important;
		top: -50px;
		left: calc(100vw - 120px);
		height: 50px !important;
		/*text-shadow: -1px -1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1), -1px 1px 0 rgba(255,255,255,1), 1px 1px 0 rgba(255,255,255,1);*/
		background-color: rgba(255,255,255,.5);
		border-radius: 30px 0 0 30px;
		height: 35px !important;
		padding: 2.5px 10px 2px 2.5px !important;
		width: 120px;
	}
	.ui-dialog .profile-cover {
		max-width: 100%;
	}
	.reply-box .comment-text {
		padding-right: 10px !important;
	}
	.memento-box .comment-photos {
		margin-top: 10px;
	}
	.memento-body .photo-viewer.grid-1 li img {
		/*min-height: 400px !important;
		min-width: 115vw !important;*/
		width: auto;
		top: 50% !important;
		position: absolute !important;
		transform: translate3d(-50%,-50%,1px) !important;
	}
	.mementos-timeline .memento-timeline-ul {
		max-width: 134vw;
		width: 134vw;
	}
	.memento-title {
		margin: 10px 10px 0px;
	}
	/*.mementos-box .photo-viewer.grid-1 li.h, .mementos-box .screenshot-wrapper {
	    min-height: 450px;	
	}*/
	.search-members:not(.templates-block) {
		max-width: 360px;
		width: 100%;
		float: none;
		min-width: 350px;
		border-radius: 3px;
	}
	.search-members:not(.templates-block) .profile-cover {
		max-width: 360px;
		width: 100%;
		height: 170px !important;
		
	}
	.search-members:not(.templates-block) .profile-cover canvas {
		min-width: 100vw !important;
		min-height: 170px !important;
	}/**/    
	/*#screenshot-preview {
		margin: 12px 0px 0px 0;
	}*/
	.comment-photos li.v img {
		object-fit: contain;
	}
	#screenshot-preview {
		border-top: 1px solid transparent;
		border-bottom: 0px;
		margin: -6px 0px 0px -8px;
		border: 0px;
		width: calc(100vw + 16px);
	}
	.merchandise-icon {
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media screen and ( max-width: 1440px ) {
	.comment-table:not(.n):not(.eden-container), .table-container:not(.worldmap-container):not(.register-wallpaper):not(.eden-container), .tabs .ui-profile-tabs.ul-tabs.rankings-list {
		margin-left: 360px;
	}
	.ui-dialog .comment-table, [role="carrousel"] .comment-table {
		margin-left: 0px !important;
	}
	.tabs .ui-profile-tabs.ul-tabs.rankings-list {
		left: 0% !important;
		transform: none !important;	
		padding-left: 0px;
	}
	.ui-dialog .comment-table, .ui-dialog .table-container {
		margin-left: auto !important;
	}
	[role="dialog"] #content-page .heading-block:not(.center), [role="dialog"] .table .heading-block:not(.center)  {
		margin-left: 0px !important;
	}
	div.gaming-contact h3.heading-block:not(.center):not(.gaming-block) {
		margin-left: 0px !important;
	}
	div.gaming-contact .comment-table {
		margin-left: 0px !important;
	}
	.heading-block:not(.center):not(.gaming-block) {
		margin-left: 360px !important;
	}
	
}
@media screen and ( max-width: 1100px ) {
	.comment-table, .table-container, .tabs .ui-profile-tabs.ul-tabs.rankings-list {
		margin-left: auto !important;
	}
	.heading-block:not(.center) {
		margin-left: auto !important;
	}
	.tabs .ui-profile-tabs.ul-tabs.rankings-list {
		left: 50% !important;
		transform: translateX(-50%) !important;	
	}
	.game-selection {
		max-width: 100vw;
		margin-left: 0px;
		padding-right: 0px;
	}
	.heading-block.gaming-block {
		padding-left: 10px !important;
		margin-left: 0px !important; 
	}
	.heading-block:not(.center):not(.gaming-block) {
		margin-left: auto !important;
	}

}

@media screen and ( max-width: 900px ) {
	
}

@media screen and ( max-width: 720px ) {
	.ui-profile-tabs li.ui-tabs-button.profile-friendship {
		position: absolute;
		top: -100px;
		left: calc(100vw - 120px);
		height: 50px !important;
		background-color: rgba(255,255,255,.5);
		border-radius: 30px 0 0 30px;
		height: 35px !important;
		padding: 2.5px 10px 2px 2.5px !important;
		margin: 0px;
		width: 120px !important;
	}
	li.ui-tabs-button.profile-friendship.profile-not-owner {
		background-color: transparent !important;
	}
	.mementos-box .photo-viewer.grid-1 li.h img {
		left: 50% ;
		transform: translate3d(-50%,0px,1px);
	}
	.profile-cover img {
		background-size: cover !important;
	}
	.header-logo-complete {
		left: 75px !important;
	}
	.game-cover {
		max-width: 100%;
	}
	.heading-block:not(.center), .comment-table, .table-container, .tabs .ui-profile-tabs.ul-tabs.rankings-list {
		margin-left: 0px !important;
	}

	.heading-block:after, .heading-block {
		margin-left: 0px !important;
	}
	#stripe-subscribed-wrap {
		position: relative !important;
		right: 0px !important;
		margin-bottom: 20px;
		height: 150px;
	}
	#stripe-subscribed {
		width: 150px !important;
		height: 150px !important;
		line-height: 80px !important;
	}
}
@media screen and ( max-width: 688px ) {

	/*.memento-title {
		margin: 0px 0px 10px;
		font-size: 1.2em;
		width: 100%;
	}*/

}
@media screen and ( max-width: 650px ) {
	.featured-container .ui-profile-tabs li.ui-tabs-face {
		left: calc(100% - 25px);
		position: absolute;
	}	
	.group-academy-list {
		width: 100%; 
	}

}
@media screen and ( max-width: 620px ) {
	.comment-avatar {
		display: inline-block;
		float: left;
		width: 80px;
	}
	#dashboard .comment-avatar {
		width: 95px;
	}
	.comment-author .avatar-level {
		left: 35px !important;
	}
	.comment-author .icon-featured-badge {
		left: -5px !important;
		position: absolute;
		top: 8px;
	}
	.comment-table .comment-avatar a {
		width: 60px;
		height: 60px;
		margin-left: 10px;
	}
	.comment-table .comment-author {
		height: 60px;
	}
	.reply-box .comment-avatar a {
		width: 45px !important;
		height: 45px !important;
	}
	.reply-box.active .comment-avatar a img, .reply-box .comment-avatar a img {
		width: 45px;
		height: 45px;
	}
}
@media screen and ( max-width: 590px ) {
	/*#template-menu .members-container {
	    margin: 0 auto 0 65px;
		float: left;
	}*/
	.message-stretcher {
		
	}
}
@media screen and ( max-width: 580px ) {
	.ui-tab-pm {
		position: absolute !important;
		top: -150px;
		left: calc(100% - 48px);
		height: 50px !important;
	}
	.ui-tab-pm .button-wrapper {
		background-color: rgba(255,255,255, .75);
	}
	.table-content ol li.support-text.backlinks {
		width: 100%;
	}
	.heading-block {
		padding-left: 10px;
	}

}
@media screen and ( max-width: 550px ) {

	.comment-photos li.v img {
		object-fit: cover;
	}
	.game-data-play {
		-webkit-mask-box-image-source: none;
		mask-image: none;
	}
	.game-selection .gaming-list {
		padding: 0px;
	}

}
@media screen and ( max-width: 540px ) {
	.comment-table .comment-links {
		margin: 10px auto 0 -15px;
		white-space: nowrap;
		border-left: 0px;
		border-right: 0px;
		border-radius: 0;
		width: 100vw;
	}
	.comment-loader {
		margin: 0;
		border-left: 0px;
		border-right: 0px;
		border-radius: 0;
	}
	.comment-links li {
		display: block;
	}
	.search-featured .text-friend {
		/*display: none;*/
	}
	.search-featured .ui-profile-tabs li.ui-tabs-button {
		/*max-width: 50px;*/
	}
	.search-featured .button-friend .button-wrapper {
		float: '';
	}
	.search-featured .ui-profile-tabs li a {
		max-width: 86px;
	}
	.templates-block {
		border-radius: 0px;
		border-radius: 0px;
		border-right: 0px;
		border-left: 0px;
	}
	.ui-tab-guild {
		position: absolute !important;
		top: -150px;
		left: calc(100% - 40px);
		height: 50px !important;
	}
	.ui-tab-guild .button-wrapper {
		background-color: rgba(255,255,255, .75);
	}

}
#post-reader .watermark {
	display: none;
}
.header-logo-complete:after {
	content: '';
	background-image: url("images/moshaGames-logo-small.png");
    width: 200px;
    height: 51px;
    position: absolute;
    top: -4px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px -52px;
	pointer-events: none;
}
.header-logo-complete {
	pointer-events: fill !important;
    transform: translate3d(-50%,0,1px) scale(0.8) !important;
    margin-top: 2px;
	left: calc(50% - 10px) !important;
}
.shop-viewer {
	
}
@media screen and ( max-width: 530px ) {

	.ui-tab-shop {
		position: absolute !important;
		top: -150px;
		left: calc(100% - 85px);
		height: 50px !important;
	}
	.ui-tab-shop .button-wrapper {
		background-color: rgba(255,255,255, .75);
	}

	/*.see-profile {
		font-size: .7em;
	}*/

}

@media screen and ( max-width: 490px ) {
	.ui-tab-canvas {
		position: absolute !important;
		top: -150px;
		left: calc(100% - 140px);
		height: 50px !important;
	}
	.ui-tab-canvas .button-wrapper {
		background-color: rgba(255,255,255, .75);
	}
	.stock-sort {
		width: 100vw;
		border-left: 0px;
		border-right: 0px;
	}
	.avatar-slot {
		width: calc(100% - 70px) !important;
		margin: 50px 25px!important;
	}
}

@media screen and ( max-width: 430px ) {
	/*#template-menu .members-container {
	   /* margin: 0 auto 15px 35px;
		max-width: calc(100% - 35px);
	}*/
	#template-menu .search-members:not(.templates-block) {
	    min-width: calc(100% - 55px );
	}
	.featured-container .ui-profile-tabs li.ui-tabs-face {
		left: calc(100% - 25px);
		position: absolute;
	}
	.memento-body .comment-table {
		left: 0px;
		transform: none;
	}
	.memento-body [role="post-text"] {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.memento-body .comment-author {
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.database-block .comment-author.avatar-tabs {
		font-size: .8em;
	}
	#dashboard .ul-message-list li > .comment-table {
		min-width: 360px;
		max-width: 360px;
	}
	#template-menu .templates-block {
		margin: 15px 5px;
	}
	.horizontal-message[aria-describedby="warning"] {
			margin-top: 70px !important;
	}
	.register-wallpaper, .register-container {
		background-size: cover !important;
	}
	.game-cover [role="pcover"] {
		max-height: 200px;
	}
	.game-cover {
		max-height: 200px;
	}
	
	.table-content ol li.support-text.backlinks {
		width: 100%;
	}
	.login-box {
		height: calc(100vh - 120px);
	}
	.subscription-world {
		position: relative;
		transform: translate3d(-50%, 0px, 0px);
		left: 25%;
	}
	.wealthiest-canvas {
		margin-left: 80px;
	}
	.wealthiest-canvas-left {
		margin-right: 80px;
	}
	.data-stat {
		max-width: 120px;
		text-overflow: ellipsis;
		overflow: hidden;
		display: inline-block;
		white-space: nowrap;
	}
	.table-content.game-selection-block:first-child {
		margin-left: 0px;
	}
	.table-content.game-selection-block.button-bigger:hover {
		transform: scale(1) !important;
	}
	.game-selection .gaming-list {
		min-height: 360px;
	}
}


@media screen and ( max-width: 400px ) {
	/*.profile-face-avatar.comment-avatar {
		margin-left: 122.5px !important;
	}*/
}

@media screen and ( max-width: 360px ) {
	.heading-block:not(.center) {
		margin-left: 0px !important;
	}

}

/*@media screen and ( max-width: 640px ) {
	.stock-item-name {
		max-width: 250px;
	}
}
@media screen and ( max-width: 590px ) {
	.stock-item-name {
		max-width: 225px;
	}
}
@media screen and ( max-width: 565px ) {
	.stock-item-name {
		max-width: 170px;
	}
}
@media screen and ( max-width: 520px ) {
	.stock-item-name {
		max-width: 140px;
	}
}*/
@media screen and ( max-width: 640px ) {
	.stock-graphw {
		display: block;
		width: 100%;
		height: 100px;
		text-align: center;
		margin-bottom: 8px;
		border-top: 1px solid #e8e8e8;
		border-left: 0px;
	}
	.stock-button-buy.muns-holder {
		float: none;
	}
	.stock-item-name {
		padding-bottom: 10px;
		max-width: 165px;
		/*font-size: .8em;	*/
	}


}
@media screen and ( max-height: 543px ) and ( max-width: 720px ) {

	.comment-photos li.v img {
		object-fit: cover;
	}
	.content-editable[role="reply"]:not([role="general-chat"]):focus {
		position: fixed;
		bottom: 0px;
		max-width: 100vw;
		width: 100vw;
		margin: 0px !important;
		z-index: 1000;
		height: 50px;
		border-top: 1px solid #d8d8d8;
		box-shadow: 0px ​-2px 4px rgb(0 0 0 / 5%);
		transition: all 0s linear !important;
	}
	.content-editable[role="reply"]:not([role="general-chat"]):focus ~ .btn.replydots {
		position: fixed !important;
		z-index: 1000;
		top: calc(100% - 47px);
		margin-top: 0px !important;
	}
}

@media screen and ( max-height: 520px ) {
	.profile-cover {
		height: 420px;
	}
	.search-featured .profile-cover {
		max-height: 370px;
	}
	#map-reader .profile-cover {
		height: 380px;
	}
	.play-hoverCard {
		top: 0px;
	}
	.featured-container {
		min-height: 200px;
	}
}