@charset "ISO-8859-1";

body.sticky {
	padding-bottom: 100px;
}

body {
	font-family: 'Roboto', sans-serif;
	min-width: 300px; //
	background-color: #1A2025;
	color: #fff;
}

body>div.loader>div.spinner-border {
	top: 50%;
	left: 45%;
	position: absolute;
}

.loader {
	display: none;
	width: 100%;
	background: #adc1ca;
	height: 250%;
	position: absolute;
	z-index: 9999;
}

.jntYvI {
	background-size: 200%;
	position: relative;
	height: 100px;
	width: calc(100% - 30px) !important;
	background-position: center top;
	border-radius: 1rem;
}

.jntYvI .row {
	position: relative;
	z-index: 1;
	margin-top: 1rem;
	padding: 0.6rem;
}

.jntYvI .cat-advanture {
	background: rgb(4, 189, 104);
	border-radius: 10px;
}

.jntYvI .cat-board {
	background: rgb(247, 125, 56);
	border-radius: 10px;
}
.jntYvI .cat-action {
	background: rgb(135, 223, 42);
	border-radius: 10px;
}
.jntYvI .cat-causal {
	background: rgb(27, 188, 234);
	border-radius: 10px;
}

.jntYvI .cat-puzzles {
	background: rgb(226, 0, 116);
	border-radius: 10px;
}

.jntYvI .cat-arcade {
	background: rgb(255, 193, 28);
	border-radius: 10px;
}

.jntYvI .category-icon, .jntYvI .category-name {
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 0.6rem;
}

.jntYvI .category-name {
	text-transform: uppercase;
	font-size: 1rem;
}

.dyKEcF .section-title {
	color: rgb(0, 0, 0);
}

.dyKEcF .cards-loader-box {
	margin-right: 0px;
	margin-left: 0px;
}

.dyKEcF {
	margin-bottom: 3rem;
}

.bOkTam {
	margin-bottom: 1rem;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	z-index: 0;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: transparent;
}

.bOkTam a {
	background-color: rgba(0, 0, 0, 0.2);
	border-top-left-radius: 20%;
	border-top-right-radius: 20%;
	text-decoration: none;
}

.bOkTam .card-img-top {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	position: relative;
	background-position: center center;
	border-radius: 20%;
	overflow: hidden;
}

.jvWTzD {
	color: rgb(255, 255, 255);
	width: 100%;
	background: rgb(0, 214, 102);
	border-color: rgb(0, 214, 102);
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
}

h3 {
	font-size: 0.875rem;
}

.eOPMXl {
	color: rgb(0, 0, 0);
	font-size: 0.75rem;
	font-weight: 300;
	text-transform: uppercase;
}

.efecWn .powered-by a {
	color: rgb(0, 0, 0);
}

.efecWn .powered-by {
	margin-top: 10px;
	font-size: 0.7rem;
	font-weight: 300;
	width: 100%;
	text-align: center;
	color: rgb(0, 0, 0);
}

.fCrwAh {
	color: rgb(0, 0, 0);
	font-size: 6px;
	bottom: 0px;
	text-align: right;
}

.bOkTam .card-body {
	background-color: rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	padding: 0.5rem;
}

.bOkTam .card-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgb(0, 0, 0);
	margin: 0.2rem 0px;
	overflow: hidden;
}

.bOkTam .card-body h4 {
	font-size: 0.75rem;
	margin-bottom: 0px;
	color: rgb(0, 0, 0);
	text-transform: capitalize;
}

.hAyZWe {
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}

.logo-bar {
	box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 10px;
	min-height: 60px;
	position: sticky;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background-color: rgb(14, 56, 91) !important;
	transition: min-height 0.5s ease 0s, padding 0.5s ease 0s;
}

.logo-img {
	height: 40px;
	transition: height 0.5s ease 0s;
}

.hAyZWe .card-img-top {
	margin-bottom: 0.5rem;
	border-radius: 50%;
}

div#categories-menu {
	text-align: center;
}

.hAyZWe .card {
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	background: transparent;
}

.hAyZWe .card-body {
	text-align: center;
	padding: 0px;
}

.hAyZWe .card-body .game-logo {
	width: 100%;
	margin-top: -35%;
}

h2 {
	font-size: 1rem;
}

.hAyZWe .section-title {
	color: rgb(0, 0, 0);
}

.cat-icons {
	height: 75px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
	box-sizing: content-box;
	margin: 0px auto;
	padding: 1rem 0px 0px;
}

a.nav-item.nav-link.cat-advanture {
    border-color: rgb(4, 189, 104);
}

a.nav-item.nav-link.cat-advanture:hover {
	background: rgb(4, 189, 104);
}

.cat-icons .nav-pills .nav-link.cat-arcade {
	border-color: rgb(255, 193, 28);
}

.cat-icons .nav-pills .nav-link.cat-arcade:hover {
	background: rgb(255, 193, 28);
}

a.nav-item.nav-link.home {
    border-color: gray;
}

a.nav-item.nav-link.home:hover {
    background: gray;
}

a.nav-item.nav-link.cat-causal {
    border-color: rgb(27, 188, 234);
}
a.nav-item.nav-link.cat-causal:hover {
    background: rgb(27, 188, 234);
}

.cat-icons .nav-pills .nav-link.cat-puzzles {
	border-color: rgb(226, 0, 116);
}

.cat-icons .nav-pills .nav-link.cat-puzzles:hover {
	background: rgb(226, 0, 116);
}


.cat-icons .nav-pills .nav-link.cat-action {
	border-color: rgb(135, 223, 42);
}

.cat-icons .nav-pills .nav-link.cat-action:hover {
	background: rgb(135, 223, 42);
}


.cat-icons .nav-pills .nav-link.cat-board {
	border-color: rgb(247, 125, 56);
}

.cat-icons .nav-pills .nav-link.cat-board:hover {
	background: rgb(247, 125, 56);
}

.cat-icons .nav-pills .nav-link.cat-junior {
	border-color: rgb(237, 128, 243);
}

.cat-icons .nav-pills .nav-link.cat-junior:hover {
	background: rgb(237, 128, 243);
}

.cat-icons .nav-pills .nav-link.cat-strategy {
	border-color: rgb(135, 54, 253);
}

.cat-icons .nav-pills .nav-link.cat-strategy:hover {
	background: rgb(135, 54, 253);
}

.scrollable-div>* {
	display: inline-block !important;
}

.cat-icons .nav-pills .nav-link i {
	font-size: 1rem;
	line-height: 2rem;
	vertical-align: middle;
	margin: 0px;
}

.cat-icons a span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	bottom: -1.25rem;
	text-align: center;
	font-size: 0.7rem;
	display: table;
	color: rgb(0, 0, 0);
}

.cat-icons .nav-pills .nav-link {
	position: relative;
	color: rgb(0, 0, 0);
	display: block;
	min-width: 34px;
	cursor: pointer;
	border-radius: 50%;
	padding: 0px 0.5rem;
	margin: 0.25rem 0.75rem 1.15rem;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

.scrollable-div {
	overflow-x: visible;
	overflow-y: hidden;
	white-space: nowrap;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 10px 10px;
}

div#demo {
	padding: 0px 5% 0px 5%;
}

@media only screen and (min-width: 768px) {
	.jntYvI {
    height: 150px;
}
.jntYvI .row {
    min-height: 150px;
    font-size: 3rem;
}
p.category-name {
    font-size: 2rem !important;
}
	.cat-icons a span {
		vertical-align: middle;
		position: relative;
		top: 1px;
		left: auto;
		font-size: 1rem;
		display: inline;
		color: rgb(0, 0, 0);
	}
	.cat-icons .nav-pills .nav-link {
		vertical-align: middle;
		border-radius: 2rem;
		padding: 0px 1rem;
		margin: 0.25rem;
	}
	.cat-icons {
		height: 38px;
		position: relative;
		z-index: 1;
		background: none;
	}
	.cat-icons {
		height: 38px;
		position: relative;
		z-index: 1;
		background: none;
	}
	.cat-icons .nav-pills .nav-link i {
		margin-right: 0.3125rem;
	}
	.scrollable-div .col-md-5ths {
		width: 19.5%;
		flex: 0 0 22.5%;
		max-width: 22.5%;
		float: none;
	}
}

@media only screen and (min-width: 985px , max-width : 1024px) {
	.container {
		max-width: 975px;
	}
}

@media only screen and (min-width: 576px , max-width : 768px) {
	.container {
		max-width: 540px;
	}
}

@media only screen and (min-width: 1025px , max-width : 1440px) {
	.container {
		max-width: 1300px;
	}
}