/*
Theme Name:     xFriv
Theme URI:      https://exthem.es/item/xfriv-themes-premium/
Author:         eXthem.es
Author URI:     https://exthem.es
Tested up to:   5.8
Requires PHP:   7.4
Requires at least: 5.4
Description:    xFriv is the Perfect Theme HTML5 Games for you from Developers eXthem.es , Create a Games Website like y8.com, a10.com, friv.com, kizi.com or yepi.com
Version:        1.2
License:        xFriv Regular License 
License URI:    https://exthem.es/item/xfriv-themes-premium/
Text Domain:    xfriv
Tags:  xfriv, custom-logo, unlimited color
*/
body {
	overflow-x: hidden;
}

a,.btn-link {
	text-decoration: none;
}

a,.btn,.cursor-pointer {
	cursor: pointer;
}

a.notlink {
	cursor: default;
}

a.notlink:hover {
	text-decoration: none;
}

.text-xxs {
	font-size: xx-small;
}

.text-xs {
	font-size: x-small;
}

.text-sm {
	font-size: smaller;
}

.text-lg {
	font-size: larger;
}

.text-xl {
	font-size: x-large;
}

.text-xxl {
	font-size: xx-large;
}

.text-shadow {
	text-shadow: 0 0 3px #636363;
}

.rounded-5 {
	border-radius: 16px!important;
}

h2, .h2 {
	font-size: 1.5rem;
}

.container-fluid {
	max-width: 1854px;
}

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.btn-xl {
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 72px!important;
	font-size: 1.3rem;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.ratio-3x4 {
	--bs-aspect-ratio: calc(4 / 3 * 100%);
}

.ratio-9x16 {
	--bs-aspect-ratio: calc(16 / 9 * 100%);
}

.ratio-9x6 {
	--bs-aspect-ratio: calc(6 / 9 * 100%);
}

body.body-error:before {
	content: "";
	background: url(broken.png);
	width: 300px;
	height: 245px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

body.body-error header {
	transform: rotate(10deg) translate(0%, 187%);
}

.catalog {
	display: table;
	line-height: 0;
}

.catalog-center {
	margin: 0 auto;
}

.catalog-header {
	width: 100%;
	width: -webkit-fill-available;
}

.catalog-item {
	padding: 0;
	transition: all .6s ease;
	transition-property: transform;
	display: inline-block;
	margin: 5px;
	box-sizing: content-box;
	position: relative;
	overflow: hidden;
	vertical-align: text-top;
}

.catalog-masonry {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 100px);
	grid-auto-flow: row dense;
	grid-gap: 5px 10px;
	gap: 5px 10px;
	justify-content: space-between;
	padding: 0 5px;
}

.catalog-item .catalog-item {
	margin: 0;
}

.catalog-masonry .catalog-item-2x {
	grid-column: span 2;
	grid-row: span 2;
}

.catalog-masonry .catalog-item-v1x {
	grid-row: span 1;
}

.catalog-masonry .catalog-item-bnr {
	display: none;
}

.catalog-game {
	padding: 0 5px;
}

#catalog-random-pool {
	justify-content: space-between;
	display: flex;
	flex-flow: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

#catalog-random-pool:after {
	content: "";
	flex: auto;
}

@media (min-width: 768px) {
	.catalog-masonry .catalog-item-bnr {
		display: inline-block;
		grid-column-start: -4;
		grid-row-start: 1;
		width: 100%;
		height: 100%;
		grid-column-end: span 3;
		grid-row-end: span 3;
		text-align: center;
	}

	.catalog-masonry .catalog-item-bnr>ins {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}

.game-item {
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
	border-radius: 16px;
}

.game-item-new .corner-ribbon {
	text-transform: lowercase;
}

.catalog-item:hover {
	transition-duration: .3s;
}

.game-item:hover,.category-item:hover {
	transform: translate3d(0,-4px,0);
}

.game-item:hover {
	box-shadow: 0 12px 12px 0 rgba(0,0,0,.2);
}

.game-item img {
	width: 100%;
	height: 100%;
}

.catalog-random .catalog-item {
	width: 110px;
	height: 110px;
}

.catalog-header .catalog-item {
	margin-top: 0;
	margin-bottom: 0;
}

.categories .category-item {
	width: 228px;
	min-width: 215px;
	min-height: 82px;
}

.category-item, .catalog-item-h1 {
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.category-item {
	background-image: var(--cat_bg);
}

.catalog-item-h1 {
	background-image: var(--h1_btn);
}

.category-item a {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	color: var(--color_body);
	position: relative;
	z-index: 0;
	height: 100%;
	white-space: nowrap;
	width: 100%;
	padding-right: 15%;
}

.category-item a:hover {
	color: var(--color_body)!important;
}

img.rollevered {
	height: max-content;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	max-height: 60px;
}

.category-item span {
	white-space: normal;
	width: 100%;
	margin: auto 10px;
	line-height: 1.3rem;
	text-align: left;
}

.catalog-item-header {
	line-height: initial;
	overflow: visible;
}

.catalog-item-header .btn {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	border-radius: 0 .25rem .25rem 0;
}

#catalog-item-header-search {
	border-radius: 1rem 0 0 1rem;
}

#catalog-item-header-homeLink {
	border-radius: 0 1rem 1rem 0;
}

.dropdown-menu-search {
	width: 250px;
}

.game-object object {
	margin: 0 auto;
}

.game-object.fullscreen {
	background: #000;
	transform: translate3d(0px, 0px, 2px);
}

.game-object-back {
	display: block;
	background: var(--color_body);
	position: absolute;
	top: 24px;
	left: 0;
	width: 62px;
	height: 46px;
	z-index: 1000;
	border-radius: 0 16px 16px 0;
	overflow: hidden;
	padding: 9px 0;
}

.backBtn {
	height: 3rem;
	width: 9rem;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

#fb-comments[data-colorscheme="dark"] span {
	border-radius: 4px;
	overflow: hidden;
}

#fb-comments>span>iframe {
	width: 100%!important;
}

#prevideo .ytp {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#prevideo .ytp-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	transition: all .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index: 63;
}

#prevideo:hover .ytp-large-play-button-bg {
	fill: #f00;
	fill-opacity: 1;
}

.game-preplay-flash {
	background-color: #14a5f1;
	background-image: var(--flash_bg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-flex {
	flex-flow: column;
}

.sidebar-flex>.bnr-right {
	flex: 0 1 auto;
}

.sidebar-flex>.catalog-random {
	flex: 1 1 auto;
	display: block;
}

@media (max-width: 575px) {
	#preplay img {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 767px) {
	.game-name {
		font-size: 1.3rem!important;
	}

	.game-description-back img {
		max-height: 2rem;
	}

	.game-description-back a {
		font-size: 1.3rem;
	}
}

.ias {
	margin-top: 1em;
	width: 100%;
	clear: both;
}

#pagetext:empty {
	display: none;
}

.navbar-dark {
	background: dimgrey;
}

#headernav h1, .h1 {
	font-size: unset;
	color: unset;
}

.navbar-brand>img {
	max-height: 2.8em;
}

.navbar-text {
	display: inline-block;
}

footer {
	background: inherit;
}

footer .dropup {
	float: right;
	margin: 0.1rem 0.3rem;
}

.lngmenu * {
	text-decoration: none!important;
}

.lngflags .dropdown-item {
	font-size: 0.7rem;
	padding: 0.2rem 0.5rem;
}

.country-flag {
	height: 1rem;
	width: 1rem;
	display: inline-block;
	background-size: contain;
	border-radius: 100%;
	vertical-align: middle;
}

.lngflags img.country-flag-selector {
	margin-bottom: 4px;
}

.alert-cc {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}

@media (max-width:575px) {
	.alert-cc {
		left: 10px;
		width: unset;
	}
}

.modal {
	color: var(--bs-dark);
}

.modal-content {
	border-radius: 10px;
}

@media (max-width: 575px) {
	.modal-dialog-xs-bottom {
		display: flex;
		align-items: flex-end;
		min-height: calc(100% - 1rem);
	}

	.modal-dialog-xs-bottom .modal-content {
		max-height: 50%;
	}
}

.corner-ribbon {
	width: 6rem;
	background: #e43;
	position: absolute;
	top: 0.4rem;
	left: -2rem;
	text-align: center;
	line-height: 1.3rem;
	letter-spacing: 1px;
	color: #f0f0f0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 0.8rem;
}

.corner-ribbon.sticky {
	position: fixed;
}

.corner-ribbon.shadow {
	box-shadow: 0 0 5px rgba(0,0,0,.5)!important;
}

.corner-ribbon.top-left {
	top: 0.4rem;
	left: -2rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
	top: 0.4rem;
	right: -2rem;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
	top: auto;
	bottom: 0.4rem;
	left: -2rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
	top: auto;
	right: -1.5rem;
	bottom: 0.9rem;
	left: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.corner-ribbon.white {
	background: #f0f0f0;
	color: #555;
}

.corner-ribbon.black {
	background: #333;
}

.corner-ribbon.grey {
	background: #999;
}

.corner-ribbon.blue {
	background: #39d;
}

.corner-ribbon.green {
	background: #2c7;
}

.corner-ribbon.turquoise {
	background: #1b9;
}

.corner-ribbon.purple {
	background: #95b;
}

.corner-ribbon.red {
	background: #e43;
}

.corner-ribbon.orange {
	background: #e82;
}

.corner-ribbon.yellow {
	background: #ec0;
}

@media (min-width: 576px) {
	#catsList {
		columns: 2;
	}
}

@media (min-width: 768px) {
	#catsList {
		columns: 3;
	}
}

@media (min-width: 992px) {
	#catsList {
		columns: 3;
	}
}

@media (min-width: 992px) {
	#catsList {
		columns: 4;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.visually-hidden {
		display: none;
	}
}

.catalog-item, .catalog-random .catalog-item {
	width: 100px;
	height: 100px;
}

.catalog-item-2x {
	width: 210px;
	height: 210px;
}

.catalog-item-v1x {
	height: 100px;
}

.catalog-masonry {
	grid-template-columns: repeat(auto-fill, 100px);
}

body {
	background-color: var(--color_body_bg);
	color: var(--color_body);
}

a {
	color: var(--color_links);
}

a:hover {
	color: var(--color_links_hovers);
}

#headernav {
	background: var(--color_body_bg);
	background-image: linear-gradient(to bottom, var(--color_body_bg), var(--color_links_hovers));
	box-shadow: 0 5px 10px rgba(12,57,103,0.4);
}

.game-socials {
	background: var(--color_body);
	border-radius: 10px;
}

.game-item:hover {
	box-shadow: 0 12px 12px 0 rgba(0,0,0,.2), var(--color_links_hovers) 0 0 3px, var(--color_links_hovers) 0 0 25px;
}

.catalog-header .game-item {
	width: 70px;
	height: 70px;
	border: none;
}

.catalog-header .game-item:hover {
	transform: scale(1.3) translateY(10%);
}

#headernav .input-group .btn {
	background: var(--color_border);
	color: var(--color_body);
	border-color: var(--color_border);
	border-radius: 0px 20px 20px 0px;
}

#headernav input {
	background: var(--color_border);
	border-color: var(--color_border);
	color: var(--color_body);
	border-radius: 20px 0 0 20px;
}

#headernav .input-group .btn {
	background: var(--color_border);
	color: var(--color_body);
	border-color: var(--color_border);
	border-radius: 0px 20px 20px 0px;
}

#catalog-item-header {
	grid-column: 2 span;
	width: 206px;
	max-width: unset;
	min-width: 206px;
	height: 100%;
	padding-top: 16px;
}

#catalog-item-header .btn-group {
	margin: 4px 0px 0px 5px!important;
	flex-direction: column-reverse;
}

#catalog-item-header .btn-group .btn-sm {
	background-color: none;
	border: none;
	border-radius: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}

#catalog-item-header-search {
	margin-top: 2px;
}

#catalog-item-header .btn-group .btn-sm .wl3k-icon {
	display: none;
}

#catalog-item-header-homeLink {
	background: var(--header_homeLink_bg);
}

#catalog-item-header-search {
	background: var(--header_search_bg);
}

#catalog-item-header .btn-sm {
	padding: .25rem .38rem;
}

input#searchinput::placeholder {
	color: var(--color_body);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: var(--color_body);
}

.dropdown-menu {
	background-color: var(--color_border);
	border-radius: 13px;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	background-color: var(--color_border);
}

.dropdown-item {
	color: var(--color_body);
}

.text-warning {
	color: #ffca00 !important;
}

.page-item .page-link {
	background-color: var(--color_button);
	color: var(--color_body);
	margin: 3px;
	border-radius: .6em!important;
	border-color: var(--color_body_bg);
	height: 35px;
	line-height: 25px;
	font-size: 1rem;
	font-weight: 500;
	transition: all 0.1s;
}

.page-item:hover .page-link {
	z-index: 2;
	color: var(--color_body_bg);
	text-decoration: none;
	background-color: var(--color_links_hovers);
	border-color: var(--color_border);
}

.page-item.active .page-link {
	z-index: 1;
	background-color: var(--color_border);
	border: transparent;
	border-bottom: solid 4px var(--color_links_hovers);
	padding-bottom: 26px;
	line-height: 26px;
}

#pagetext, .game-bottomDescription {
	background: rgba(255,255,255,0.6);
	color: #000;
	padding: 1rem 1.33rem;
	border-radius: 10px;
}

#pagetext a, .game-bottomDescription a:not(.badge) {
	color: var(--color_body_bg);
}

.game-name {
	font-size: 2.4rem;
	color: var(--color_name);
	text-shadow: var(--color_name_shadows) 0 0 12px, var(--color_name_shadows) 2px 2px 1px;
}

#bnr-right {
	height: 600px;
}

.content-error .jumbotron {
	background: rgba(0,0,0,0.3);
	margin-top: 1rem;
}

#bnr-top {
	height: 90px;
}

@media (max-width: 767px) {
	#bnr-bottom {
		height: 83.2vw;
	}
}

@media (min-width: 768px) {
	body {
		background-image: var(--body_bg);
		background-size: cover;
		background-attachment: fixed;
		background-position: center top;
	}
}

#preplay {
	background-image: var(--preplay_bg);
	background-size: 400px;
	background-repeat: repeat;
	background-color: var(--color_play_bg_)!important;
}

#preplay .btn {
	background: var(--color_button);
}

.own-likes {
	font-size: 2.4rem;
}

.category-item span {
	margin: auto 5px;
}

.wgContent>div {
	z-index: 1!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1.5rem;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}


.ads-here {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 150px;
	padding: 15px;
	border: 1px solid var(--color_border);
	border-radius: 3px;
	color: #989b9f;
	font-size: 75%;
}

.ads-here:after {
	content: '';
	display: block;
	width: 50px;
	height: 10px;
	background-color: var(--color_button);
	border-radius: 0 0 0 8px;
	position: absolute;
	top: 0;
	right: 0;
}

.ads-here .ads-img {
	width: 45%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-style: normal;
	background-color: var(--color_button);
}

.ads-here .ads-img:before {
	content: 'Sample ad';
	color: white;
}

.ads-here .ads-content {
	width: 55%;
	padding: 20px 0 0 20px;
}

.ads-here .ads-content:before, .ads-here .ads-content:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 4%;
	background-color: var(--color_button);
}

.ads-here .ads-content:after {
	width: 70%;
	margin-top: 12px;
}

.ads-here.feed .ads-img {
	width: 100%;
	min-height: 90px;
	margin-bottom: 15px;
}

.ads-here.feed .ads-content {
	padding: 0;
	width: 60%;
}

.ads-here.feed .ads-content:before, .ads-here.feed .ads-content:after {
	padding-top: 6%;
}

@media screen and (max-width:768px) {
	.ads-here {
		min-height: 90px;
	}

	.ads-here .ads-content {
		padding-top: 8px;
	}

	.ads-here .ads-content:before, .ads-here .ads-content:after {
		padding-top: 8%;
	}
}

.dmca-sample {
	font-size: 8px;
	color: rgba(254,254,254,.6);
	border-radius: 3px;
	overflow: hidden;
}

.dmca-sample:before {
	content: 'DMCA';
	padding: 5px 10px;
	background-color: #2a2a2a;
}

.dmca-sample:after {
	content: 'Protected';
	padding: 5px 10px;
	background-color: rgba(0,0,0,.1);
}

a.d-inline-block.cursor-pointer.px-1.py-0 {
	color: var(--color_name);
}

footer {
	font-weight: bolder !important;
}

footer a {
	color: var(--color_links);
	padding: .5em 0;
}

footer a:hover {
	color: var(--color_links_hovers);
}

.footer_links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer_links li {
	display: inline-block;
	min-width: 5em;
	margin: 0 0.5em;
}

.footer_links a {
	text-decoration: none;
	display: block;
	font-weight: bolder !important;
	position: relative;
	color: var(--color_links_hovers);
	padding: .5em 0;
	text-shadow: var(--color_name_shadows) 0 0 12px, var(--color_name_shadows) 2px 2px 1px;
}

.footer_links a:hover {
	color: var(--color_links_hovers);
}

.footer_links a:hover:before {
	left: 0;
	width: 100%;
}

.footer_links a:before {
	content: "";
	position: absolute;
	width: 0;
	height: .5px;
	background-color: var(--color_links);
	bottom: calc(-1px);
	right: 0;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bg-primary {
	background-color: var(--color_body_bg)!important;
}

.btn-success {
	color: var(--color_body)!important;
	border-color: var(--color_border)!important;
}

#comments {
	font-size: 1.6rem;
	color: var(--color_name);
	text-shadow: var(--color_name_shadows) 0 0 12px, var(--color_name_shadows) 2px 2px 1px;
	text-align: center;
}

.modal-dialog {
	margin-top: 10% !important;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--color_play_bg_)!important;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

#sharenow h5 {
	color: var(--color_body);
}

.game-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.game-rating-box {
	background: rgba(255,255,255,0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	border-radius: 10px;
	padding: 14px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.game-rating > * {
	margin: 0 5px;
}

.game-rating button.thumb, .game-rating .thumb {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-rating button, .game-rating .thumb {
	border: 0;
	background: var(--color_body_bg);
	border-radius: 10px;
	color: var(--color_body);
	-webkit-transition: .2s;
	transition: .2s;
	margin-right: 10px;
	font-size: 22px;
}

.margin-left-first-element {
	margin-left: 10px;
}

.rating-bar {
	width: 65%;
	background: rgba(255,255,255,0.6);
	position: relative;
	border-radius: 3px;
	height: 11px;
	margin-top: 19px;
}

.rating-bar span {
	position: absolute;
	left: 0;
	top: -18px;
	font-size: 11px;
	color: var(--color_links);
}

.rating-bar span.dislike {
	left: auto;
	right: 0;
}

.bar {
	background: var(--color_button);
	border-radius: 3px;
	height: 11px;
}

.game-buttons-bottom {
	width: 50%;
	background: rgba(255,255,255,0.6);
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	padding: 20px 10px;
}

.game-rating button.favorite, .mobile-game-bottom button.favorite {
	color: var(--color_body);
	padding: 0 10px;
	font-size: 11px;
	font-weight: 700;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-buttons-bottom svg {
	margin-right: 5px;
}

.game-rating button.favorite, .mobile-game-bottom button.favorite {
	color: var(--color_body);
	font-size: 11px;
	font-weight: 700;
}

.box {
	background: rgba(255,255,255,0.6);
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
	padding: 25px;
}

ul#breadcrumb {
	display: inline-flex;
	list-style: none;
	padding-left: 10px;
	font-size: 15px;
	display: flex;
	flex-flow: wrap;
}

ul#breadcrumb li + li::before {
	padding: 5px;
	color: var(--color_border);
	content: "/\00a0";
}

@media screen and (max-width: 500px) and (min-width: 250px) {
	.hide {
		display: none!important;
	}

	#bnr-bottom {
		height: auto!important;
	}

	img.rollevered.float-start.lazy {
		width: 50px !important;
		height: 40px!important;
		margin-left: 1.5em !important;
	}

	.leftside#catalog-random-left, .hide {
		display: none!important;
	}
}

@media (max-width: 447px) {
	.catalog-masonry .category-item {
		width: 100%;
	}
}

@media (min-width: 338px) and (max-width: 447px) {
	.catalog-masonry .category-item {
		grid-column: span 3!important;
	}
}

@media (max-width: 447px) {
	.container-fluid .category-item {
		width: 800px;
	}
}
@media (min-width: 338px) and (max-width: 447px) {
	.container-fluid .category-item {
		grid-column: span 3!important;
	}
}